summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2016-05-17Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds113-840/+911
2016-05-17Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-101/+128
2016-05-17Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds12-89/+328
2016-05-17Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds29-620/+1211
2016-05-16Merge branch 'locking-rwsem-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds11-414/+92
2016-05-16Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds16-545/+252
2016-05-16Merge branch 'core-signals-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-12/+11
2016-05-16locking/rwsem: Fix comment on register clobberingBorislav Petkov1-2/+4
2016-05-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2016-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+1
2016-05-14arm64: bpf: jit JMP_JSET_{X,K}Zi Shen Lim1-0/+1
2016-05-13Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-2/+11
2016-05-13Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-2/+3
2016-05-13ARM: Hide finish_arch_post_lock_switch() from modulesSteven Rostedt1-0/+2
2016-05-13x86/arch_prctl/64: Restore accidentally removed put_cpu() in ARCH_SET_GSMateusz Guzik1-0/+1
2016-05-12Merge tag 'at91-fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/nfer...Arnd Bergmann1-1/+1
2016-05-12perf/x86/intel/pt: Generate PMI in the STOP region as wellAlexander Shishkin1-0/+2
2016-05-12x86: Use compat version for preadv2 and pwritev2Dmitry V. Levin1-2/+2
2016-05-12perf/x86/intel/pt: Generate PMI in the STOP region as wellAlexander Shishkin1-0/+2
2016-05-12Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar3-2/+9
2016-05-12perf/x86: Fix undefined shift on 32-bit kernelsAndrey Ryabinin1-1/+1
2016-05-12perf/x86/msr: Fix SMI overflowPeter Zijlstra1-1/+1
2016-05-12perf/x86/intel/uncore: Fix CHA registers configuration procedure for Knights ...hchrzani1-0/+7
2016-05-12Merge branch 'smp/hotplug' into sched/core, to resolve conflictsIngo Molnar2-2/+2
2016-05-12Merge branch 'sched/urgent' into sched/core to pick up fixesIngo Molnar98-381/+862
2016-05-12x86/RAS: Add SMCA support to AMD Error InjectorYazen Ghannam1-6/+25
2016-05-12x86/mce: Update AMD mcheck init to use cpu_has() facilitiesYazen Ghannam1-5/+3
2016-05-12x86/cpu: Add detection of AMD RAS CapabilitiesYazen Ghannam3-4/+14
2016-05-12x86/mce/AMD: Save an indentation level in prepare_threshold_block()Borislav Petkov1-40/+38
2016-05-12x86/mce/AMD: Disable LogDeferredInMcaStat for SMCA systemsYazen Ghannam1-9/+29
2016-05-12x86/mce/AMD: Log Deferred Errors using SMCA MCA_DE{STAT,ADDR} registersYazen Ghannam2-8/+28
2016-05-11x86/extable: ensure entries are swapped completely when sortingMathias Krause1-0/+8
2016-05-11Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-1/+8
2016-05-11Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar51-143/+332
2016-05-11ARM: dts: at91: sam9x5: Fix the memory range assigned to the PMCBoris Brezillon1-1/+1
2016-05-10arm64/sunxi: 4.6-rc1: Add dependency on generic irq chipSuzuki K Poulose1-0/+1
2016-05-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-1/+6
2016-05-10kvmconfig: add more virtio driversAndrey Utkin1-0/+3
2016-05-10x86/kvm: Add stack frame dependency to fastop() inline asmJosh Poimboeuf1-1/+5
2016-05-10Merge tag 'at91-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nferr...Arnd Bergmann1-1/+1
2016-05-10x86/topology: Set x86_max_cores to 1 for CONFIG_SMP=nThomas Gleixner1-1/+1
2016-05-10ARM: dts: at91: sama5d2: use "atmel,sama5d3-nfc" compatible for nfcWenyou Yang1-1/+1
2016-05-07Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds3-8/+20
2016-05-07Merge branch 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+2
2016-05-07x86/topology: Handle CPUID bogosity gracefullyThomas Gleixner1-0/+5
2016-05-07Merge branch 'linus' into efi/core, to pick up fixesIngo Molnar92-371/+834
2016-05-06Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-4/+2
2016-05-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-0/+3
2016-05-06Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-11/+21
2016-05-06Merge branch 'parisc-4.6-5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1