aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-01Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-49/+108
2012-10-01Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-166/+261
2012-10-01Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-6/+2
2012-10-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-5/+75
2012-10-01Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-48/+234
2012-10-01Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds10-596/+471
2012-10-01Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-7/+9
2012-10-01Merge branches 'x86-cpu-for-linus' and 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+1
2012-10-01Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-3/+3
2012-10-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-145/+68
2012-10-01Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-11/+44
2012-10-01Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2012-10-01Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds11-49/+547
2012-09-27x86: Distinguish TLB shootdown interrupts from other functions call interruptsTomoki Sekiyama1-2/+2
2012-09-27x86/mce: Provide boot argument to honour bios-set CMCI thresholdNaveen N. Rao2-3/+42
2012-09-27x86, smep, smap: Make the switching functions one-wayH. Peter Anvin1-31/+18
2012-09-27perf/x86: Fix typo in uncore_pmu_to_boxYan, Zheng1-1/+1
2012-09-26x86, suspend: On wakeup always initialize cr4 and EFERH. Peter Anvin1-5/+10
2012-09-26x86-32: Start out eflags and cr4 cleanH. Peter Anvin1-15/+16
2012-09-26x86: Exit RCU extended QS on notify resumeFrederic Weisbecker1-0/+4
2012-09-26x86: Use the new schedule_user API on userspace preemptionFrederic Weisbecker1-4/+5
2012-09-26x86: Exception hooks for userspace RCU extended QSFrederic Weisbecker1-26/+55
2012-09-26x86: Unspaghettize do_general_protection()Frederic Weisbecker1-22/+16
2012-09-26x86: Syscall hooks for userspace RCU extended QSFrederic Weisbecker1-0/+5
2012-09-26x86: Unspaghettize do_trap()Frederic Weisbecker1-31/+29
2012-09-26x86_64: Work around old GAS bugTao Guo1-10/+10
2012-09-26x86/api: Rename mp_register_lapic in a commentYasuaki Ishimatsu1-1/+1
2012-09-26x86: Remove the useless branch in c_start()Michael Wang1-4/+1
2012-09-25x86, smap: Do not abuse the [f][x]rstor_checking() functions for user spaceH. Peter Anvin1-3/+3
2012-09-25Merge remote-tracking branch 'tip/core/rcu' into next.2012.09.25bPaul E. McKenney7-2/+63
2012-09-23Use get_online_cpus to avoid races involving CPU hotplugSilas Boyd-Wickizer1-0/+5
2012-09-23Use get_online_cpus to avoid races involving CPU hotplugSilas Boyd-Wickizer1-0/+5
2012-09-21Merge branch 'x86/fpu' into x86/smapH. Peter Anvin11-599/+474
2012-09-21x86, kvm: fix kvm's usage of kernel_fpu_begin/end()Suresh Siddha1-8/+5
2012-09-21x86-32, smap: Add STAC/CLAC instructions to 32-bit kernel entryH. Peter Anvin1-0/+26
2012-09-21x86, smap: Reduce the SMAP overhead for signal handlingH. Peter Anvin1-10/+14
2012-09-21x86, smap: Turn on Supervisor Mode Access PreventionH. Peter Anvin1-0/+26
2012-09-21x86, smap: Add STAC and CLAC instructions to control user space accessH. Peter Anvin2-2/+12
2012-09-20kprobes/x86: Move skip_singlestep upBorislav Petkov1-16/+16
2012-09-19x86, microcode, AMD: Fix use after free in free_cache()Dan Carpenter1-2/+2
2012-09-19arch/x86: Remove unecessary semicolonsPeter Senna Tschudin2-3/+3
2012-09-19perf/x86: Fix Intel Ivy Bridge supportStephane Eranian3-1/+39
2012-09-19x86/debug: Dump family, model, stepping of the boot CPUBorislav Petkov1-3/+5
2012-09-19perf: Fix off by one test in perf_reg_value()Dan Carpenter1-1/+1
2012-09-19Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc into perf/coreIngo Molnar2-21/+84
2012-09-19Merge tag 'v3.6-rc6' into x86/mceIngo Molnar21-188/+350
2012-09-18x86, fpu: make eagerfpu= boot param tri-stateSuresh Siddha1-5/+12
2012-09-18x86, fpu: enable eagerfpu by default for xsaveoptSuresh Siddha1-0/+3
2012-09-18x86, fpu: decouple non-lazy/eager fpu restore from xsaveSuresh Siddha5-51/+67
2012-09-18x86, fpu: use non-lazy fpu restore for processors supporting xsaveSuresh Siddha7-28/+81