summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-2138-85/+95
|\
| * mm: larger stack guard gap, between vmasHugh Dickins2017-06-1916-27/+30
| * Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2017-06-195-13/+10
| |\
| | * Merge tag 'sunxi-fixes-for-4.12' of https://git.kernel.org/pub/scm/linux/kern...Olof Johansson2017-06-184-7/+8
| | |\
| | | * arm64: allwinner: a64: Add PLL_PERIPH0 clock to the R_CCUChen-Yu Tsai2017-06-031-2/+3
| | | * ARM: sunxi: h3-h5: Add PLL_PERIPH0 clock to the R_CCUChen-Yu Tsai2017-06-031-2/+3
| | | * arm64: allwinner: h5: Remove syslink to shared DTSIMaxime Ripard2017-05-202-2/+1
| | | * ARM: sunxi: h3/h5: fix the compatible of R_CCUIcenowy Zheng2017-05-141-1/+1
| | * | Merge tag 'omap-for-v4.12/fixes-sl50' of git://git.kernel.org/pub/scm/linux/k...Olof Johansson2017-06-181-6/+2
| | |\ \
| | | * | ARM: dts: am335x-sl50: Fix cannot claim requested pins for spi0Enric Balletbo i Serra2017-05-261-4/+0
| | | * | ARM: dts: am335x-sl50: Fix card detect pin for mmc1Enric Balletbo i Serra2017-05-261-2/+2
| * | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2017-06-198-31/+34
| |\ \ \ \
| | * | | | MIPS: .its targets depend on vmlinuxPaul Burton2017-06-151-5/+5
| | * | | | MIPS: Fix bnezc/jialc return address calculationPaul Burton2017-06-151-1/+3
| | * | | | MIPS: kprobes: flush_insn_slot should flush only if probe initialisedMarcin Nowakowski2017-06-081-1/+2
| | * | | | MIPS: ftrace: fix init functions tracingMarcin Nowakowski2017-06-081-19/+5
| | * | | | MIPS: mm: adjust PKMAP locationMarcin Nowakowski2017-06-081-1/+6
| | * | | | MIPS: highmem: ensure that we don't use more than one page for PTEsMarcin Nowakowski2017-06-081-0/+5
| | * | | | MIPS: mm: fixed mappings: correct initialisationMarcin Nowakowski2017-06-081-3/+3
| | * | | | MIPS: perf: Remove incorrect odd/even counter handling for I6400Marcin Nowakowski2017-06-081-1/+5
| * | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-06-184-4/+8
| |\ \ \ \ \
| | * | | | | x86/mm: Disable 1GB direct mappings when disabling 2MB mappingsVlastimil Babka2017-06-131-3/+3
| | * | | | | x86/debug: Handle early WARN_ONs properPeter Zijlstra2017-06-123-1/+5
| * | | | | | Merge tag 'powerpc-4.12-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-06-175-10/+13
| |\ \ \ \ \ \
| | * | | | | | powerpc/debug: Add missing warn flag to WARN_ON's non-builtin pathAlexey Kardashevskiy2017-06-161-1/+1
| | * | | | | | powerpc/xive: Fix offset for store EOI MMIOsBenjamin Herrenschmidt2017-06-153-8/+10
| | * | | | | | powerpc/npu-dma: Remove spurious WARN_ON when a PCI device has no of_nodeAlistair Popple2017-06-141-1/+2
* | | | | | | | net: introduce SO_PEERGROUPS getsockoptDavid Herrmann2017-06-2110-0/+20
* | | | | | | | s390/diag: add diag26c supportJulian Wiedmann2017-06-202-0/+55
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-1561-177/+327
|\| | | | | | |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-06-151-2/+5
| |\ \ \ \ \ \ \
| | * | | | | | | bpf, arm64: use separate register for state in stxrDaniel Borkmann2017-06-071-2/+5
| * | | | | | | | Merge tag 'xtensa-20170612' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2017-06-137-20/+16
| |\ \ \ \ \ \ \ \
| | * | | | | | | | xtensa: don't use linux IRQ #0Max Filippov2017-06-054-13/+11
| | * | | | | | | | xtensa: reduce double exception literal reservationMax Filippov2017-06-051-3/+3
| | * | | | | | | | xtensa: ISS: Use kmalloc_array() in simdisk_init()Markus Elfring2017-05-081-2/+1
| | * | | | | | | | xtensa: Use seq_puts() in c_show()Markus Elfring2017-05-081-2/+1
| * | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-06-136-27/+100
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | |
| | * | | | | | | | s390: update defconfigMartin Schwidefsky2017-06-085-21/+87
| | * | | | | | | | s390/kvm: do not rely on the ILC on kvm host protection faulsChristian Borntraeger2017-05-171-6/+13
| * | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2017-06-115-19/+0
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | security/keys: add CONFIG_KEYS_COMPAT to KconfigBilal Amarni2017-06-095-19/+0
| | | |_|/ / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge tag 'hexagon-for-linus-v4.12-rc5' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-06-111-3/+2
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | hexagon: Use raw_copy_to_userGuenter Roeck2017-06-101-3/+2
| * | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-06-1113-32/+40
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | KVM: async_pf: avoid async pf injection when in guest modeWanpeng Li2017-06-113-4/+7
| | * | | | | | | | | Merge tag 'kvm-s390-master-4.12-1' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2017-06-083-5/+2
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | KVM: s390: fix ais handling vs cpu modelChristian Borntraeger2017-05-313-5/+2
| | * | | | | | | | | | KVM: cpuid: Fix read/write out-of-bounds vulnerability in cpuid emulationWanpeng Li2017-06-081-9/+11
| | * | | | | | | | | | Merge tag 'kvm-arm-for-v4.12-rc5-take2' of git://git.kernel.org/pub/scm/linux...Paolo Bonzini2017-06-084-12/+18
| | |\ \ \ \ \ \ \ \ \ \