aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2016-03-15Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 90-1142/+1416
2016-03-14Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 8-30/+29
2016-03-14Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 14-165/+553
2016-03-14Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 62-804/+1047
2016-03-14Merge branch 'mm-readonly-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 19-74/+30
2016-03-14Merge branch 'mm-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-22/+18
2016-03-14Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 9-34/+9
2016-03-14Merge branch 'core-resources-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 20-90/+105
2016-03-13Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 3-4/+6
2016-03-13MIPS: smp.c: Fix uninitialised temp_foreign_mapGravatar James Hogan 1-0/+1
2016-03-13MIPS: Fix build error when SMP is used without GICGravatar Hauke Mehrtens 1-3/+4
2016-03-13MIPS: Fix build with DEBUG_ZBOOT and MACH_JZ4780Gravatar Aaro Koskinen 1-1/+1
2016-03-12Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 5-37/+79
2016-03-12x86/cpufeature: Enable new AVX-512 featuresGravatar Fenghua Yu 2-0/+6
2016-03-12x86/efi: Fix boot crash by always mapping boot service regions into new EFI p...Gravatar Matt Fleming 1-17/+62
2016-03-12x86/fpu: Fix eager-FPU handling on legacy FPU machinesGravatar Borislav Petkov 2-2/+4
2016-03-11Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Gravatar Linus Torvalds 12-20/+40
2016-03-11ARM: mvebu: fix overlap of Crypto SRAM with PCIe memory windowGravatar Thomas Petazzoni 9-19/+19
2016-03-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 4-15/+48
2016-03-10Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 2-16/+3
2016-03-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 3-11/+31
2016-03-10x86/entry/traps: Show unhandled signal for i386 in do_trap()Gravatar Jianyu Zhan 1-2/+0
2016-03-10x86/delay: Avoid preemptible context checks in delay_mwaitx()Gravatar Borislav Petkov 1-1/+1
2016-03-10KVM: MMU: fix reserved bit check for ept=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0Gravatar Paolo Bonzini 1-1/+3
2016-03-10KVM: MMU: fix ept=0/pte.u=1/pte.w=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0 comboGravatar Paolo Bonzini 1-13/+23
2016-03-10x86/entry: Call enter_from_user_mode() with IRQs offGravatar Andy Lutomirski 2-23/+15
2016-03-10x86/entry/32: Change INT80 to be an interrupt gateGravatar Andy Lutomirski 4-18/+9
2016-03-10Merge branch 'linus' into locking/core, to pick up fixesGravatar Ingo Molnar 37-52/+164
2016-03-10x86/fpu: Revert ("x86/fpu: Disable AVX when eagerfpu is off")Gravatar Yu-cheng Yu 2-11/+4
2016-03-10x86/entry: Improve system call entry commentsGravatar Andy Lutomirski 3-28/+128
2016-03-10x86/entry: Remove TIF_SINGLESTEP entry workGravatar Andy Lutomirski 2-11/+1
2016-03-10x86/entry/32: Add and check a stack canary for the SYSENTER stackGravatar Andy Lutomirski 3-1/+13
2016-03-10x86/entry/32: Simplify and fix up the SYSENTER stack #DB/NMI fixupGravatar Andy Lutomirski 2-63/+56
2016-03-10x86/entry: Only allocate space for tss_struct::SYSENTER_stack if neededGravatar Andy Lutomirski 1-0/+2
2016-03-10x86/entry: Vastly simplify SYSENTER TF (single-step) handlingGravatar Andy Lutomirski 4-24/+94
2016-03-10x86/entry/traps: Clear DR6 early in do_debug() and improve the commentGravatar Andy Lutomirski 1-3/+12
2016-03-10x86/entry/traps: Clear TIF_BLOCKSTEP on all debug exceptionsGravatar Andy Lutomirski 1-5/+7
2016-03-10x86/entry/32: Restore FLAGS on SYSEXITGravatar Andy Lutomirski 1-0/+9
2016-03-10x86/entry/32: Filter NT and speed up AC filtering in SYSENTERGravatar Andy Lutomirski 1-1/+22
2016-03-10x86/entry/compat: In SYSENTER, sink AC clearing below the existing FLAGS testGravatar Andy Lutomirski 1-5/+3
2016-03-10s390/mm: four page table levels vs. forkGravatar Martin Schwidefsky 2-10/+30
2016-03-09arm64: kasan: clear stale stack poisonGravatar Mark Rutland 1-0/+4
2016-03-09Merge tag 'for-v4.5-rc/omap-critical-fixes-a' of git://git.kernel.org/pub/scm...Gravatar Olof Johansson 3-1/+21
2016-03-09arm64: hugetlb: partial revert of 66b3923a1a0fGravatar Will Deacon 1-14/+0
2016-03-09arm64: account for sparsemem section alignment when choosing vmemmap offsetGravatar Ard Biesheuvel 1-2/+3
2016-03-09dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()Gravatar Luis R. Rodriguez 3-22/+18
2016-03-09x86/fpu: Fix 'no387' regressionGravatar Andy Lutomirski 1-6/+8
2016-03-08x86/mm, x86/mce: Add memcpy_mcsafe()Gravatar Tony Luck 3-0/+132
2016-03-08perf/x86/intel/rapl: Simplify quirk handling even moreGravatar Borislav Petkov 1-19/+13
2016-03-08x86/asm-offsets: Remove PARAVIRT_enabledGravatar Andy Lutomirski 1-1/+0