aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v3.12-rc4' into sched/coreIngo Molnar2013-10-0916-57/+102
|\
| * Merge tag 'pci-v3.12-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-10-041-1/+6
| |\
| | * Revert "x86/PCI: MMCONFIG: Check earlier for MMCONFIG region at address zero"Bjorn Helgaas2013-10-041-1/+6
| * | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-10-041-2/+2
| |\ \
| | * | x86/simplefb: Mark framebuffer mem-resources as IORESOURCE_BUSY to avoid boot...David Herrmann2013-10-031-1/+1
| | * | x86/simplefb: Fix overflow causing bogus fall-backTom Gundersen2013-10-021-1/+1
| * | | Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-10-011-1/+3
| |\ \ \ | | |/ / | |/| |
| | * | KVM: VMX: do not check bit 12 of EPT violation exit qualification when undefinedGleb Natapov2013-09-251-1/+3
| | | |
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge branches 'sched-urgent-for-linus', 'timers-urgent-for-linus' and 'x86-u...Linus Torvalds2013-09-281-0/+1
| |\ \ \ \ \ | | | | |_|/ | | | |/| |
| | | | * | x86/microcode/AMD: Fix patch level reporting for family 15hSuravee Suthikulpanit2013-09-271-0/+1
| * | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-09-281-1/+1
| |\ \ \ \ \
| | * | | | | perf/x86: Fix PMU detection printout when no PMU is detectedIngo Molnar2013-09-281-1/+1
| * | | | | | Merge tag 'stable/for-linus-3.12-rc2-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-09-253-19/+48
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | xen/p2m: check MFN is in range before using the m2p tableDavid Vrabel2013-09-252-17/+24
| | * | | | | xen: Do not enable spinlocks before jump_label_init() has executedKonrad Rzeszutek Wilk2013-09-241-2/+24
| * | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-09-252-5/+24
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | x86/reboot: Fix apparent cut-n-paste mistake in Dell reboot workaroundDave Jones2013-09-251-1/+1
| | * | | | | x86/reboot: Add quirk to make Dell C6100 use reboot=pci automaticallyMasoud Sharbiani2013-09-231-0/+16
| | * | | | | Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar2013-09-201-4/+7
| | |\ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | | * | | | x86, efi: Don't map Boot Services on i386Josh Boyer2013-09-181-4/+7
| * | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-09-253-10/+11
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | / / | | | |_|/ / | | |/| | |
| | * | | | perf/x86/intel: Add model number for Avoton SilvermontYan, Zheng2013-09-231-0/+1
| | * | | | perf: Fix capabilities bitfield compatibility in 'struct perf_event_mmap_page'Peter Zijlstra2013-09-201-5/+5
| | * | | | perf/x86/intel/uncore: Don't use smp_processor_id() in validate_group()Yan, Zheng2013-09-201-5/+5
| * | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-09-184-18/+6
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | x86/intel/lpss: Add pin control support to Intel low power subsystemMathias Nyman2013-09-141-2/+3
| | * | | | perf/x86/intel: Mark MEM_LOAD_UOPS_MISS_RETIRED as precise on SNBStephane Eranian2013-09-141-0/+1
| | * | | | x86: Remove now-unused save_rest()Borislav Petkov2013-09-101-15/+0
| | * | | | x86/smpboot: Fix announce_cpu() to printk() the last "OK" properlyLibin2013-09-051-1/+2
* | | | | | sched: Revert need_resched() to look at TIF_NEED_RESCHEDPeter Zijlstra2013-09-281-8/+0
* | | | | | sched, x86: Optimize the preempt_schedule() callPeter Zijlstra2013-09-256-0/+101
* | | | | | sched, x86: Provide a per-cpu preempt_count implementationPeter Zijlstra2013-09-2510-17/+124
* | | | | | sched: Extract the basic add/sub preempt_count modifiersPeter Zijlstra2013-09-251-2/+2
* | | | | | sched, arch: Create asm/preempt.hPeter Zijlstra2013-09-251-0/+1
* | | | | | sched, idle: Fix the idle polling state logicPeter Zijlstra2013-09-251-3/+3
* | | | | | x86: Use asm goto to implement better modify_and_test() functionsPeter Zijlstra2013-09-255-92/+58
|/ / / / /
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-09-181-2/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | perf/x86/intel: Fix Silvermont offcore masksPeter Zijlstra2013-09-121-2/+2
* | | | | KVM: VMX: set "blocked by NMI" flag if EPT violation happens during IRET from...Gleb Natapov2013-09-171-0/+9
* | | | | KVM: nEPT: reset PDPTR register cache on nested vmentry emulationGleb Natapov2013-09-171-0/+4
* | | | | KVM: mmu: allow page tables to be in read-only slotsPaolo Bonzini2013-09-171-1/+19
* | | | | KVM: x86 emulator: emulate RETF immBruce Rogers2013-09-171-1/+13
| |_|/ / |/| | |
* | | | Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2013-09-131-1/+0
* | | | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-09-121-21/+22
|\ \ \ \
| * | | | x86: finish user fault error path with fatal signalJohannes Weiner2013-09-121-18/+17
| * | | | arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2013-09-121-3/+5
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-09-121-7/+18
|\ \ \ \ \
| * | | | | shrinker: convert remaining shrinkers to count/scan APIDave Chinner2013-09-101-7/+18
* | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-09-122-2/+5
|\ \ \ \ \ \ | |_|/ / / / |/| | / / / | | |/ / / | |/| | |
| * | | | perf/x86: Fix uncore PCI fixed counter handlingStephane Eranian2013-09-121-2/+4