summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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-271-0/+2
| * powerpc/64s: Implement queued spinlocks and rwlocksNicholas Piggin2020-07-271-0/+2
| * powerpc/64s: Remove PROT_SAO supportNicholas Piggin2020-07-222-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-041-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
| * | | | regset(): kill ->get_size()Al Viro2020-07-271-47/+1
| * | | | regset: kill ->get()Al Viro2020-07-271-22/+0
| * | | | regset: new method and helpers for itAl Viro2020-07-271-0/+51
| * | | | copy_regset_to_user(): do all copyout at once.Al Viro2020-07-271-25/+4
| * | | | introduction of regset ->get() wrappers, switching ELF coredumps to thoseAl Viro2020-07-271-0/+9
* | | | | Merge tag 'dlm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds2020-08-061-0/+1
|\ \ \ \ \