aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
* x86: Fix "Acer Aspire 1" reboot hangPeter Chubb2011-12-091-2/+11
* x86/mpparse: Account for bus types other than ISA and PCIBjorn Helgaas2011-12-091-1/+1
* sched, x86: Avoid unnecessary overflow in sched_clockSalman Qazi2011-12-091-1/+22
* xen:pvhvm: enable PVHVM VCPU placement when using more than 32 CPUs.Zhenzhong Duan2011-11-211-2/+1
* x86, mrst: use a temporary variable for SFI irqMika Westerberg2011-11-211-10/+12
* sfi: table irq 0xFF means 'no interrupt'Kirill A. Shutemov2011-11-211-1/+3
* thp: share get_huge_page_tail()Andrea Arcangeli2011-11-111-11/+0
* mm: thp: tail page refcounting fixAndrea Arcangeli2011-11-111-2/+3
* iommu/amd: Fix wrong shift directionJoerg Roedel2011-11-111-1/+1
* apic, i386/bigsmp: Fix false warnings regarding logical APIC ID mismatchesJan Beulich2011-11-113-13/+19
* x86: Fix compilation bug in kprobes' twobyte_is_boostableJosh Stone2011-11-111-1/+3
* x86: uv2: Workaround for UV2 Hub bug (system global address format)Jack Steiner2011-11-114-16/+46
* x86: Fix S4 regressionTakashi Iwai2011-10-251-2/+1
* x86/PCI: use host bridge _CRS info on ASUS M2V-MX SEPaul Menzel2011-10-161-0/+11
* perf, x86: Add model 45 SandyBridge supportYouquan Song2011-10-031-0/+1
* xen/e820: if there is no dom0_mem=, don't tweak extra_pages.David Vrabel2011-10-031-4/+6
* xen: use maximum reservation to limit amount of usable RAMDavid Vrabel2011-10-031-0/+19
* iommu/amd: Make sure iommu->need_sync contains correct valueJoerg Roedel2011-10-031-3/+10
* iommu/amd: Don't take domain->lock recursivlyJoerg Roedel2011-10-031-5/+0
* xen/smp: Warn user why they keel over - nosmp or noapic and what to use instead.Konrad Rzeszutek Wilk2011-10-031-0/+10
* xen: x86_32: do not enable iterrupts when returning from exception in interru...Igor Mammedov2011-10-031-3/+5
* x86, perf: Check that current->mm is alive before getting user callchainAndrey Vagin2011-10-031-0/+3
* x86, UV: Remove UV delay in starting slave cpusJack Steiner2011-08-291-1/+0
* x86-32, vdso: On system call restart after SYSENTER, use int $0x80H. Peter Anvin2011-08-291-1/+1
* x86, olpc: Wait for last byte of EC command to be acceptedPaul Fox2011-08-291-2/+2
* xen: Do not enable PV IPIs when vector callback not presentStefano Stabellini2011-08-291-2/+2
* xen/x86: replace order-based range checking of M2P table by linear oneJan Beulich2011-08-293-8/+12
* x86, mtrr: lock stop machine during MTRR rendezvous sequenceSuresh Siddha2011-08-291-0/+23
* x86, intel, power: Correct the MSR_IA32_ENERGY_PERF_BIAS messageLen Brown2011-08-291-5/+5
* xen: allow enable use of VGA console on dom0Jeremy Fitzhardinge2011-08-154-1/+87
* oprofile, x86: Fix nmi-unsafe callgraph supportRobert Richter2011-08-041-9/+47
* kexec, x86: Fix incorrect jump back address if not preserving contextHuang Ying2011-08-042-0/+4
* x86, intel, power: Initialize MSR_IA32_ENERGY_PERF_BIASLen Brown2011-08-042-0/+21
* x86: Make Dell Latitude E6420 use reboot=pciH. Peter Anvin2011-07-211-0/+8
* x86: Make Dell Latitude E5420 use reboot=pciDaniel J Blueman2011-07-211-0/+8
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-07-202-1/+9
|\
| * x86. reboot: Make Dell Latitude E6320 use reboot=pciMaxime Ripard2011-07-121-0/+8
| * x86: Disable AMD_NUMA for 32bit for nowTejun Heo2011-07-111-1/+1
* | mm: Move definition of MIN_MEMORY_BLOCK_SIZE to a headerBenjamin Herrenschmidt2011-07-121-2/+1
|/
* Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-07-071-28/+28
|\
| * xen/pci: Move check for acpi_sci_override_gsi to xen_setup_acpi_sci.Konrad Rzeszutek Wilk2011-07-071-28/+28
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-07-076-3/+36
|\ \
| * | x86: Don't use the EFI reboot method by defaultMatthew Garrett2011-07-071-3/+0
| * | x86, suspend: Restore MISC_ENABLE MSR in realmode wakeupKees Cook2011-07-063-0/+26
| * | x86, reboot: Acer Aspire One A110 reboot quirkPeter Chubb2011-07-051-0/+8
| * | x86-32, NUMA: Fix boot regression caused by NUMA init unification on highmem ...Tejun Heo2011-07-011-0/+2
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-ur...Linus Torvalds2011-07-071-4/+10
|\ \ \ \ \ | | | |/ /
| | * | | Merge branch 'for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/...Ingo Molnar2011-06-221-4/+10
| | |\ \ \
| | | * | | oprofile, x86: Fix race in nmi handler while starting countersRobert Richter2011-06-151-4/+10
* | | | | | Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-07-012-2/+28
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | |