aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller61-177/+327
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+5
2017-06-14Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller1-0/+2
2017-06-13ibmvnic: Client-initiated failoverThomas Falcon1-0/+2
2017-06-13Merge tag 'xtensa-20170612' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds7-20/+16
2017-06-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds6-27/+100
2017-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds5-19/+0
2017-06-11bpf, arm64: take advantage of stack_depth trackingDaniel Borkmann1-11/+11
2017-06-11Merge tag 'hexagon-for-linus-v4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds1-3/+2
2017-06-11Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds13-32/+40
2017-06-11KVM: async_pf: avoid async pf injection when in guest modeWanpeng Li3-4/+7
2017-06-10hexagon: Use raw_copy_to_userGuenter Roeck1-3/+2
2017-06-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+4
2017-06-09Merge tag 'iommu-fixes-v4.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds2-16/+16
2017-06-09Merge tag 'powerpc-4.12-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds16-50/+109
2017-06-09Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds9-8/+35
2017-06-09arm64: dts: hikey: Add external clock to the Bluetooth nodeUlf Hansson1-0/+2
2017-06-09security/keys: add CONFIG_KEYS_COMPAT to KconfigBilal Amarni5-19/+0
2017-06-08Merge tag 'kvm-s390-master-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini3-5/+2
2017-06-08s390: update defconfigMartin Schwidefsky5-21/+87
2017-06-08KVM: cpuid: Fix read/write out-of-bounds vulnerability in cpuid emulationWanpeng Li1-9/+11
2017-06-08Merge tag 'kvm-arm-for-v4.12-rc5-take2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini4-12/+18
2017-06-08powerpc/book3s64: Move PPC_DT_CPU_FTRs and enable it by defaultMichael Ellerman2-11/+11
2017-06-08powerpc/mm/4k: Limit 4k page size config to 64TB virtual address spaceAneesh Kumar K.V4-16/+15
2017-06-08x86/microcode/intel: Clear patch pointer before jettisoning the initrdDominik Brodowski1-0/+3
2017-06-07bpf, arm64: use separate register for state in stxrDaniel Borkmann1-2/+5
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller54-310/+521
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+6
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds17-116/+201
2017-06-06sparc64: delete old wrap codePavel Tatashin6-45/+1
2017-06-06sparc64: new context wrapPavel Tatashin1-27/+54
2017-06-06sparc64: add per-cpu mm of secondary contextsPavel Tatashin2-2/+4
2017-06-06sparc64: redefine first versionPavel Tatashin2-4/+4
2017-06-06sparc64: combine activate_mm and switch_mmPavel Tatashin1-20/+1
2017-06-06sparc64: reset mm cpumask after wrapPavel Tatashin1-0/+2
2017-06-06sparc/mm/hugepages: Fix setup_hugepagesz for invalid values.Liam R. Howlett1-1/+2
2017-06-06sparc: Machine description indices can varyJames Clarke2-4/+65
2017-06-06sparc64: mm: fix copy_tsb to correctly copy huge page TSBsMike Kravetz2-6/+12
2017-06-06arch/sparc: support NR_CPUS = 4096Jane Chu2-6/+15
2017-06-06arm: KVM: Allow unaligned accesses at HYPMarc Zyngier1-3/+2
2017-06-06arm64: KVM: Allow unaligned accesses at EL2Marc Zyngier1-2/+3
2017-06-06arm64: KVM: Preserve RES1 bits in SCTLR_EL2Marc Zyngier2-4/+10
2017-06-06bpf: Add jited_len to struct bpf_progMartin KaFai Lau5-0/+5
2017-06-06KVM: nVMX: Fix exception injectionWanpeng Li1-1/+1
2017-06-06kvm: async_pf: fix rcu_irq_enter() with irqs enabledPaolo Bonzini1-1/+1
2017-06-06powerpc/perf: Fix Power9 test_adder fieldsMadhavan Srinivasan1-2/+2
2017-06-06powerpc/numa: Fix percpu allocations to be NUMA awareMichael Ellerman2-2/+16
2017-06-06powerpc/kernel: Initialize load_tm on task creationBreno Leitao1-0/+1
2017-06-05xtensa: don't use linux IRQ #0Max Filippov4-13/+11
2017-06-05xtensa: reduce double exception literal reservationMax Filippov1-3/+3