summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.mount-syscalls' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-05-082-1/+12
|\
| * vfs: syscall: Add fspick() to select a superblock for reconfigurationDavid Howells2019-03-202-1/+2
| * vfs: syscall: Add fsmount() to create a mount for a superblockDavid Howells2019-03-202-1/+3
| * vfs: syscall: Add fsconfig() for configuring and managing a contextDavid Howells2019-03-202-1/+3
| * vfs: syscall: Add fsopen() to prepare for superblock creationDavid Howells2019-03-202-1/+3
| * Make anon_inodes unconditionalDavid Howells2019-03-207-7/+0
| * vfs: syscall: Add move_mount(2) to move mounts aroundDavid Howells2019-03-202-1/+3
| * vfs: syscall: Add open_tree(2) to reference or clone a mountAl Viro2019-03-202-1/+3
* | Merge branch 'parisc-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-05-0844-290/+1248
|\ \
| * | parisc: Add static branch and JUMP_LABEL featureHelge Deller2019-05-065-0/+104
| * | parisc: Use PA_ASM_LEVEL in boot codeHelge Deller2019-05-061-3/+3
| * | parisc: Rename LEVEL to PA_ASM_LEVEL to avoid name clash with DRBD codeHelge Deller2019-05-063-6/+6
| * | parisc: Update huge TLB page support to use per-pagetable spinlockJohn David Anglin2019-05-031-9/+10
| * | parisc: Use per-pagetable spinlockMikulas Patocka2019-05-039-49/+108
| * | parisc: Allow live-patching of __meminit functionsHelge Deller2019-05-031-1/+1
| * | parisc: Add memory barrier to asm pdc and sync instructionsHelge Deller2019-05-031-2/+2
| * | parisc: Add memory clobber to TLB purgesJohn David Anglin2019-05-031-3/+3
| * | parisc: Use ldcw instruction for SMP spinlock release barrierJohn David Anglin2019-05-033-24/+39
| * | parisc: Remove lock code to serialize TLB operations in pacache.SJohn David Anglin2019-05-031-43/+0
| * | parisc: Switch from DISCONTIGMEM to SPARSEMEMHelge Deller2019-05-036-128/+68
| * | parisc: enable wide mode earlySven Schnelle2019-05-031-0/+13
| * | parisc: Show n/a if product number not availableHelge Deller2019-05-031-1/+2
| * | parisc: remove unused flags parameter in __patch_text()Sven Schnelle2019-05-031-5/+4
| * | parisc: Implement kretprobesSven Schnelle2019-05-032-1/+110
| * | parisc: remove kprobes.h from generic-ySven Schnelle2019-05-031-1/+0
| * | parisc: Implement kprobesSven Schnelle2019-05-035-0/+254
| * | parisc: add functions required by KPROBE_EVENTSSven Schnelle2019-05-032-0/+48
| * | parisc: PA-Linux requires at least 32 MB RAMHelge Deller2019-05-031-11/+20
| * | parisc: Export running_on_qemu symbol for modulesHelge Deller2019-05-031-0/+1
| * | parisc: add KGDB supportSven Schnelle2019-05-035-0/+296
| * | parisc: add parisc code patchingSven Schnelle2019-05-033-1/+91
| * | parisc: add set_fixmap()/clear_fixmap()Sven Schnelle2019-05-034-7/+69
| * | parisc: Consider stack randomization for mmap base only when necessaryAlexandre Ghiti2019-05-031-1/+2
* | | Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-0831-42/+112
|\ \ \
| * | | syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin2019-03-2127-36/+45
| * | | unicore32: define syscall_get_arch()Dmitry V. Levin2019-03-211-0/+12
| * | | Move EM_UNICORE to uapi/linux/elf-em.hDmitry V. Levin2019-03-211-2/+1
| * | | nios2: define syscall_get_arch()Dmitry V. Levin2019-03-211-0/+6
| * | | nds32: define syscall_get_arch()Dmitry V. Levin2019-03-211-0/+9
| * | | Move EM_NDS32 to uapi/linux/elf-em.hDmitry V. Levin2019-03-211-2/+1
| * | | m68k: define syscall_get_arch()Dmitry V. Levin2019-03-211-0/+12
| * | | hexagon: define syscall_get_arch()Dmitry V. Levin2019-03-211-0/+8
| * | | Move EM_HEXAGON to uapi/linux/elf-em.hDmitry V. Levin2019-03-211-5/+1
| * | | h8300: define syscall_get_arch()Dmitry V. Levin2019-03-211-0/+6
| * | | c6x: define syscall_get_arch()Dmitry V. Levin2019-03-211-0/+7
| * | | arc: define syscall_get_arch()Dmitry V. Levin2019-03-211-0/+11
| * | | Move EM_ARCOMPACT and EM_ARCV2 to uapi/linux/elf-em.hDmitry V. Levin2019-03-211-5/+1
| | |/ | |/|
* | | Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-0838-38/+0
|\ \ \
| * \ \ Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe2019-04-22114-1133/+1208
| |\ \ \
| * | | | block: remove CONFIG_LBDAFChristoph Hellwig2019-04-0638-38/+0