arm64: cpufeature: Export matrix and other features to userspace
[linux-2.6-microblaze.git] / fs /
2019-12-23 Linus TorvaldsMerge branch 'fixes' of git://git./linux/kernel/git...
2019-12-22 Linus TorvaldsMerge tag 'xfs-5.5-fixes-2' of git://git./fs/xfs/xfs...
2019-12-22 Linus TorvaldsMerge tag 'ext4_for_linus_stable' of git://git./linux...
2019-12-22 Linus TorvaldsMerge tag 'block-5.5-20191221' of git://git.kernel...
2019-12-22 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2019-12-22 Linus TorvaldsMerge tag 'riscv/for-v5.5-rc3' of git://git./linux...
2019-12-22 Linus TorvaldsMerge git://git./linux/kernel/git/netdev/net
2019-12-22 Jan Stancekpipe: fix empty pipe check in pipe_write()
2019-12-22 Yunfeng Yeext4: fix unused-but-set-variable warning in ext4_add_e...
2019-12-21 Linus TorvaldsMerge tag 'trace-v5.5-rc2' of git://git./linux/kernel...
2019-12-21 Linus TorvaldsMerge tag 'libnvdimm-fix-5.5-rc3' of git://git./linux...
2019-12-21 Linus TorvaldsMerge tag 's390-5.5-4' of git://git./linux/kernel/git...
2019-12-21 Linus TorvaldsMerge branch 'sched-urgent-for-linus' of git://git...
2019-12-21 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git....
2019-12-21 Linus TorvaldsMerge tag 'kbuild-fixes-v5.5' of git://git./linux/kerne...
2019-12-21 Linus TorvaldsMerge branch 'parisc-5.5-2' of git://git./linux/kernel...
2019-12-21 Linus TorvaldsMerge tag 'for-linus-5.5b-rc3-tag' of git://git./linux...
2019-12-21 Linus TorvaldsMerge tag 'powerpc-5.5-4' of git://git./linux/kernel...
2019-12-21 Linus TorvaldsMerge branch 'ras-urgent-for-linus' of git://git./linux...
2019-12-21 Linus TorvaldsMerge tag 'clk-fixes-for-linus' of git://git./linux...
2019-12-20 Linus TorvaldsMerge tag 'devicetree-fixes-for-5.5-2' of git://git...
2019-12-20 Linus TorvaldsMerge tag 'arm64-fixes' of git://git./linux/kernel...
2019-12-20 Linus TorvaldsMerge tag 'drm-fixes-2019-12-21' of git://anongit.freed...
2019-12-20 Linus TorvaldsMerge tag 'io_uring-5.5-20191220' of git://git.kernel...
2019-12-20 Linus TorvaldsMerge tag 'iommu-fixes-v5.5-rc2' of git://git./linux...
2019-12-20 Linus TorvaldsMerge tag 'platform-drivers-x86-v5.5-2' of git://git...
2019-12-20 Linus TorvaldsMerge tag 'mmc-v5.5-rc2' of git://git./linux/kernel...
2019-12-20 Linus TorvaldsMerge tag 'char-misc-5.5-rc3' of git://git./linux/kerne...
2019-12-20 Linus TorvaldsMerge tag 'staging-5.5-rc3' of git://git./linux/kernel...
2019-12-20 Linus TorvaldsMerge tag 'tty-5.5-rc3' of git://git./linux/kernel...
2019-12-20 Linus TorvaldsMerge tag 'usb-5.5-rc3' of git://git./linux/kernel...
2019-12-20 Linus TorvaldsMerge tag 'pinctrl-v5.5-3' of git://git./linux/kernel...
2019-12-20 Chen Wandunxfs: Make the symbol 'xfs_rtalloc_log_count' static
2019-12-19 Linus TorvaldsMerge tag 'pm-5.5-rc3' of git://git./linux/kernel/git...
2019-12-19 Darrick J. Wongxfs: don't commit sunit/swidth updates to disk if that...
2019-12-19 Darrick J. Wongxfs: split the sunit parameter update into two parts
2019-12-19 Darrick J. Wongxfs: refactor agfl length computation function
2019-12-19 Darrick J. Wonglibxfs: resync with the userspace libxfs
2019-12-19 Brian Fosterxfs: use bitops interface for buf log item AIL flag...
2019-12-19 Linus TorvaldsMerge tag 'tpmdd-next-20191219' of git://git.infradead...
2019-12-18 Jens Axboeio_uring: io_wq_submit_work() should not touch req->rw
2019-12-18 Pavel Begunkovio_uring: don't wait when under-submitting
2019-12-18 Linus TorvaldsMerge tag 'sound-5.5-rc3' of git://git./linux/kernel...
2019-12-18 Paolo BonziniMerge tag 'kvmarm-fixes-5.5-1' of git://git./linux...
2019-12-18 Joonas LahtinenMerge tag 'gvt-fixes-2019-12-18' of https://github...
2019-12-18 Eric Sandeenfs: call fsnotify_sb_delete after evict_inodes
2019-12-18 Eric Sandeenfs: avoid softlockups in s_inodes iterators
2019-12-18 Jens Axboeio_uring: warn about unhandled opcode
2019-12-18 Jens Axboeio_uring: read opcode and user_data from SQE exactly...
2019-12-18 Jens Axboeio_uring: make IORING_OP_TIMEOUT_REMOVE deferrable
2019-12-18 Jens Axboeio_uring: make IORING_OP_CANCEL_ASYNC deferrable
2019-12-18 Jens Axboeio_uring: make IORING_POLL_ADD and IORING_POLL_REMOVE...
2019-12-18 Pavel Begunkovio_uring: make HARDLINK imply LINK
2019-12-18 Jens Axboeio_uring: any deferred command must have stable sqe...
2019-12-18 Jens Axboeio_uring: remove 'sqe' parameter to the OP helpers...
2019-12-18 Jens Axboeio_uring: fix pre-prepped issue with force_nonblock...
2019-12-18 Jens Axboeio-wq: re-add io_wq_current_is_worker()
2019-12-17 David S. MillerMerge tag 'wireless-drivers-2019-12-17' of git://git...
2019-12-17 Linus TorvaldsMerge tag 'for-5.5-rc2-tag' of git://git./linux/kernel...
2019-12-17 Linus TorvaldsMerge tag 'regulator-fix-v5.5-rc2' of git://git./linux...
2019-12-17 Linus TorvaldsMerge tag 'spi-fix-v5.5-rc2' of git://git./linux/kernel...
2019-12-17 Darrick J. Wongxfs: fix log reservation overflows when allocating...
2019-12-17 Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git./linux...
2019-12-17 Linus TorvaldsMerge branch 'timers-urgent-for-linus' of git://git...
2019-12-17 Linus TorvaldsMerge branch 'sched-urgent-for-linus' of git://git...
2019-12-17 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git....
2019-12-17 Linus TorvaldsMerge branch 'locking-urgent-for-linus' of git://git...
2019-12-17 Linus TorvaldsMerge branch 'efi-urgent-for-linus' of git://git./linux...
2019-12-17 Takashi IwaiMerge tag 'asoc-fix-v5.5-rc2' of https://git./linux...
2019-12-17 Ingo MolnarMerge tag 'perf-urgent-for-mingo-5.5-20191216' of git...
2019-12-17 Linus TorvaldsMerge tag 'armsoc-fixes' of git://git./linux/kernel...
2019-12-16 Linus TorvaldsMerge tag 'linux-kselftest-5.5-rc2' of git://git./linux...
2019-12-16 Greg Kroah-HartmanMerge tag 'misc-habanalabs-fixes-2019-12-14' of git...
2019-12-16 Jens Axboeio_uring: fix sporadic -EFAULT from IORING_OP_RECVMSG
2019-12-16 Phong Tranext4: use RCU API in debug_print_tree
2019-12-15 Theodore Ts'oext4: validate the debug_want_extra_isize mount option...
2019-12-15 Linus TorvaldsMerge tag 'for-linus' of git://git./linux/kernel/git...
2019-12-15 Brian Gianforcaroio_uring: fix stale comment and a few typos
2019-12-15 Linus TorvaldsMerge tag 'riscv/for-v5.5-rc2' of git://git./linux...
2019-12-15 Linus TorvaldsMerge tag 'for-linus-5.5b-rc2-tag' of git://git./linux...
2019-12-15 Linus TorvaldsMerge branch 'remove-ksys-mount-dup' of git://git....
2019-12-15 Linus TorvaldsMerge tag 'Wimplicit-fallthrough-5.5-rc2' of git:/...
2019-12-14 yangerkunext4: reserve revoke credits in __ext4_new_inode
2019-12-14 Dan Carpenterext4: unlock on error in ext4_expand_extra_isize()
2019-12-14 Theodore Ts'oext4: optimize __ext4_check_dir_entry()
2019-12-14 Jan Karaext4: check for directory entries too close to block end
2019-12-14 Jan Karaext4: fix ext4_empty_dir() for directories with holes
2019-12-14 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2019-12-14 Linus TorvaldsMerge tag 'char-misc-5.5-rc2' of git://git./linux/kerne...
2019-12-14 Linus TorvaldsMerge tag 'driver-core-5.5-rc2' of git://git./linux...
2019-12-14 Linus TorvaldsMerge tag 'staging-5.5-rc2' of git://git./linux/kernel...
2019-12-14 Linus TorvaldsMerge tag 'usb-5.5-rc2' of git://git./linux/kernel...
2019-12-14 Linus TorvaldsMerge tag 's390-5.5-3' of git://git./linux/kernel/git...
2019-12-14 Linus TorvaldsMerge branch 'linus' of git://git./linux/kernel/git...
2019-12-14 Linus TorvaldsMerge tag '5.5-rc1-smb3-fixes' of git://git.samba.org...
2019-12-14 Linus TorvaldsMerge tag 'ovl-fixes-5.5-rc2' of git://git./linux/kerne...
2019-12-13 Linus TorvaldsMerge tag 'nios2-v5.5-rc2' of git://git./linux/kernel...
2019-12-13 Linus TorvaldsMerge tag 'devicetree-fixes-for-5.5' of git://git....
2019-12-13 Linus TorvaldsMerge tag 'for_linus' of git://git./linux/kernel/git...
2019-12-13 Linus TorvaldsMerge tag 'pci-v5.5-fixes-1' of git://git./linux/kernel...
next