summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2011-07-15x86, intel, power: Correct the MSR_IA32_ENERGY_PERF_BIAS messageLen Brown1-5/+5
2011-07-14x86: Kill handle_signal()->set_fs()Oleg Nesterov1-9/+0
2011-07-14x86, do_signal: Simplify the TS_RESTORE_SIGMASK logicOleg Nesterov1-19/+10
2011-07-14x86, signals: Convert the X86_32 code to use set_current_blocked()Oleg Nesterov1-10/+8
2011-07-14x86, signals: Convert the IA32_EMULATION code to use set_current_blocked()Oleg Nesterov1-13/+9
2011-07-14x86-64: Move vread_tsc and vread_hpet into the vDSOAndy Lutomirski12-79/+57
2011-07-14x86, msr: Fix typo in ENERGY_PERF_BIAS_POWERSAVEH. Peter Anvin1-1/+1
2011-07-14perf, x86: P4 PMU - Introduce event alias featureCyrill Gorcunov3-36/+139
2011-07-14x86, intel, power: Initialize MSR_IA32_ENERGY_PERF_BIASLen Brown2-0/+21
2011-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller10-18/+82
2011-07-13clocksource: Replace vread with generic arch dataAndy Lutomirski4-3/+19
2011-07-13x86-64: Add --no-undefined to vDSO buildAndy Lutomirski1-0/+1
2011-07-13x86-64: Allow alternative patching in the vDSOAndy Lutomirski1-0/+33
2011-07-13x86: Make alternative instruction pointers relativeAndy Lutomirski6-30/+31
2011-07-13x86-64: Improve vsyscall emulation CS and RIP handlingAndy Lutomirski2-32/+41
2011-07-12x86, numa: Implement pfn -> nid mapping granularity checkTejun Heo1-0/+15
2011-07-12x86, mm: s/PAGES_PER_ELEMENT/PAGES_PER_SECTION/Tejun Heo2-6/+6
2011-07-12x86. reboot: Make Dell Latitude E6320 use reboot=pciMaxime Ripard1-0/+8
2011-07-12x86, ioapic: Print IR_IO_APIC_route_entry when IR is enabledNaga Chumbalkar1-20/+49
2011-07-12x86, ioapic: Print IRTE when IR is enabledNaga Chumbalkar1-0/+10
2011-07-12x86, x2apic: Preserve high 32-bits of IA32_APIC_BASE MSRNaga Chumbalkar1-1/+1
2011-07-12percpu: Fixup __this_cpu_xchg* operationsChristoph Lameter1-6/+5
2011-07-12mm: Move definition of MIN_MEMORY_BLOCK_SIZE to a headerBenjamin Herrenschmidt1-2/+1
2011-07-11xen:pvhvm: Modpost section mismatch fixRaghavendra D Prabhu1-1/+1
2011-07-11xen/pci: Use 'acpi_gsi_to_irq' value unconditionally.Konrad Rzeszutek Wilk1-3/+2
2011-07-11xen/pci: Remove 'xen_allocate_pirq_gsi'.Konrad Rzeszutek Wilk1-25/+12
2011-07-11xen/pci: Retire unnecessary #ifdef CONFIG_ACPIKonrad Rzeszutek Wilk1-4/+0
2011-07-11xen/pci: Move the allocation of IRQs when there are no IOAPIC's to the endKonrad Rzeszutek Wilk1-12/+9
2011-07-11xen/pci: Squash pci_xen_initial_domain and xen_setup_pirqs together.Konrad Rzeszutek Wilk2-13/+9
2011-07-11xen/pci: Use the xen_register_pirq for HVM and initial domain usersKonrad Rzeszutek Wilk1-52/+23
2011-07-11xen/pci: In xen_register_pirq bind the GSI to the IRQ after the hypercall.Konrad Rzeszutek Wilk1-16/+16
2011-07-11xen/pci: Provide #ifdef CONFIG_ACPI to easy code squashing.Konrad Rzeszutek Wilk1-3/+8
2011-07-11xen/pci: Update comments and fix empty spaces.Konrad Rzeszutek Wilk1-7/+8
2011-07-11xen/pci: Shuffle code around.Konrad Rzeszutek Wilk1-173/+173
2011-07-11x86, ioapic: Also print Dest fieldNaga Chumbalkar1-2/+2
2011-07-11x86, ioapic: Format clean up for IOAPIC outputNaga Chumbalkar1-3/+5
2011-07-11x86: Disable AMD_NUMA for 32bit for nowTejun Heo1-1/+1
2011-07-08x86, hyper: Change hypervisor detection orderAnupam Chanda1-2/+2
2011-07-08x86, boot: Wait for boot cpu to show up if nr_cpus limit is about to hitVivek Goyal1-2/+20
2011-07-08x86: print APIC data a little later during bootNaga Chumbalkar1-1/+1
2011-07-07Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-28/+28
2011-07-07Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-3/+36
2011-07-07Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-ur...Linus Torvalds1-4/+10
2011-07-07tracing, x86/irq: Do not trace arch_local_{*,irq_*}() functionsSteven Rostedt1-5/+6
2011-07-07xen/pci: Move check for acpi_sci_override_gsi to xen_setup_acpi_sci.Konrad Rzeszutek Wilk1-28/+28
2011-07-07Merge branch 'iommu-3.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jor...Ingo Molnar7-5085/+0
2011-07-07x86: Don't use the EFI reboot method by defaultMatthew Garrett1-3/+0
2011-07-06x86, suspend: Restore MISC_ENABLE MSR in realmode wakeupKees Cook3-0/+26
2011-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller5-21/+9
2011-07-05x86, reboot: Acer Aspire One A110 reboot quirkPeter Chubb1-0/+8