summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pinctrl-v5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2019-05-081-1/+1
|\
| * sh: sh7786: Add explicit I/O cast to sh7786_mm_sel()Geert Uytterhoeven2019-04-021-1/+1
* | Merge tag 'usb-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-05-081-0/+7
|\ \
| * \ Merge tag 'usb-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2019-05-031-0/+7
| |\ \
| | * | ARM: dts: rockchip: Add quirk for resetting rk3288's dwc2 host on wakeupDouglas Anderson2019-05-031-0/+1
| | * | ARM: dts: rockchip: Hook resets up to USB PHYs on rk3288.Douglas Anderson2019-05-031-0/+6
* | | | 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