summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-0816-141/+255
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-081-64/+172
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-05-071-64/+172
| | |\
| | | * bpf, x32: Fix bug for BPF_ALU64 | BPF_NEGWang YanQing2019-05-011-13/+6
| | | * bpf, x32: Fix bug for BPF_JMP | {BPF_JSGT, BPF_JSLE, BPF_JSLT, BPF_JSGE}Wang YanQing2019-05-011-51/+166
| * | | powerpc: tsi108: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-061-1/+1
| * | | ARM: Kirkwood: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-061-1/+2
| * | | um: vector netdev: adjust to xmit_more API changeJohannes Berg2019-05-051-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-0318-83/+131
| |\| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-284-15/+70
| |\ \ \
| | * | | bpf, arm64: use more scalable stadd over ldxr / stxr loop in xaddDaniel Borkmann2019-04-274-9/+71
| | * | | bpf, arm64: remove prefetch insn in xadd mappingDaniel Borkmann2019-04-272-7/+0
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-2639-72/+230
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | net: socket: implement 64-bit timestampsArnd Bergmann2019-04-194-8/+9
| * | | | asm-generic: generalize asm/sockios.hArnd Bergmann2019-04-194-51/+0
* | | | | 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