summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-5.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-073-6/+5
|\
| * xen/arm: introduce phys/dma translations in xen_dma_sync_for_*Stefano Stabellini2020-08-041-4/+2
| * swiotlb-xen: remove XEN_PFN_PHYSStefano Stabellini2020-08-041-1/+0
| * swiotlb-xen: add struct device * parameter to xen_dma_sync_for_deviceStefano Stabellini2020-08-041-2/+3
| * swiotlb-xen: add struct device * parameter to xen_dma_sync_for_cpuStefano Stabellini2020-08-041-2/+3
| * xen/gntdev: gntdev.h: drop a duplicated wordRandy Dunlap2020-08-031-1/+1
* | Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-08-078-76/+75
|\ \
| * | kexec_file: Allow archs to handle special regions while locating memory holeHari Bathini2020-07-291-11/+18
| * | ocxl: Address kernel doc errors & warningsAlastair D'Silva2020-07-291-58/+38
| * | ocxl: Remove unnecessary externsAlastair D'Silva2020-07-291-3/+3
| * | powerpc/pseries: Implement paravirt qspinlocks for SPLPARNicholas Piggin2020-07-261-0/+2
| * | powerpc/64s: Implement queued spinlocks and rwlocksNicholas Piggin2020-07-261-0/+2
| * | powerpc/64s: Remove PROT_SAO supportNicholas Piggin2020-07-212-4/+0
| * | powerpc/perf/hv-24x7: Add cpu hotplug supportKajol Jain2020-07-161-0/+1
| * | libnvdimm/nvdimm/flush: Allow architecture to override the flush barrierAneesh Kumar K.V2020-07-161-0/+10
| * | ocxl: control via sysfs whether the FPGA is reloaded on a link resetPhilippe Bergheaud2020-07-151-0/+1
* | | Merge tag 'riscv-for-linus-5.9-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-071-34/+37
|\ \ \
| * | | mm: pgtable: Make generic pgprot_* macros available for no-MMUPekka Enberg2020-07-301-34/+37
* | | | Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-076-102/+31
|\ \ \ \
| * | | | init: add an init_dup helperChristoph Hellwig2020-08-051-0/+1
| * | | | init: add an init_utimes helperChristoph Hellwig2020-07-311-0/+1
| * | | | init: add an init_stat helperChristoph Hellwig2020-07-311-0/+1
| * | | | init: add an init_mknod helperChristoph Hellwig2020-07-312-9/+1
| * | | | init: add an init_mkdir helperChristoph Hellwig2020-07-312-7/+1
| * | | | init: add an init_symlink helperChristoph Hellwig2020-07-312-9/+1
| * | | | init: add an init_link helperChristoph Hellwig2020-07-312-9/+1
| * | | | init: add an init_eaccess helperChristoph Hellwig2020-07-312-7/+1
| * | | | init: add an init_chmod helperChristoph Hellwig2020-07-312-7/+1
| * | | | init: add an init_chown helperChristoph Hellwig2020-07-311-0/+1
| * | | | init: add an init_chroot helperChristoph Hellwig2020-07-312-2/+1
| * | | | init: add an init_chdir helperChristoph Hellwig2020-07-312-1/+1
| * | | | init: add an init_rmdir helperChristoph Hellwig2020-07-312-7/+1
| * | | | init: add an init_unlink helperChristoph Hellwig2020-07-312-7/+1
| * | | | init: add an init_umount helperChristoph Hellwig2020-07-312-1/+1
| * | | | init: add an init_mount helperChristoph Hellwig2020-07-311-0/+4
| * | | | fs: push the getname from do_rmdir into the callersChristoph Hellwig2020-07-311-2/+2
| * | | | fs: expose utimes_commonChristoph Hellwig2020-07-311-0/+1
| * | | | fs: remove ksys_ioctlChristoph Hellwig2020-07-311-1/+0
| * | | | fs: remove ksys_fchmodChristoph Hellwig2020-07-311-1/+0
| * | | | fs: remove ksys_dupChristoph Hellwig2020-07-311-1/+0
| * | | | fs: remove ksys_openChristoph Hellwig2020-07-311-11/+0
| * | | | fs: remove ksys_getdents64Christoph Hellwig2020-07-311-2/+0
| * | | | initrd: switch initrd loading to struct file based APIsChristoph Hellwig2020-07-301-1/+0
| * | | | initrd: remove support for multiple floppiesChristoph Hellwig2020-07-301-6/+0
| * | | | md: remove the kernel version of md_u.hChristoph Hellwig2020-07-161-13/+0
| * | | | md: move the early init autodetect code to drivers/md/Christoph Hellwig2020-07-161-0/+8
| * | | | fs: add a vfs_fchmod helperChristoph Hellwig2020-07-161-0/+1
| * | | | fs: add a vfs_fchown helperChristoph Hellwig2020-07-161-0/+2
* | | | | Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-08-071-157/+61
|\ \ \ \ \
| * | | | | regset: kill user_regset_copyout{,_zero}()Al Viro2020-07-271-67/+0