summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)Author
2012-05-09perf/x86-ibs: Take instruction pointer from ibs sampleRobert Richter
2012-05-09Merge branch 'perf/x86-ibs' into perf/coreIngo Molnar
2012-05-09sched/numa: Rewrite the CONFIG_NUMA sched domain supportPeter Zijlstra
2012-05-09x86: Avoid double stack traces with show_regs()Jan Beulich
2012-05-09atomic64_32.h: fix parameter naming mismatchPhilipp Hahn
2012-05-08x86, realmode: read cr4 and EFER from kernel for 64-bit trampolineJarkko Sakkinen
2012-05-08keyboard: Use BIOS Keyboard variable to set NumlockJoshua Cov
2012-05-08x86, realmode: header for trampoline codeJarkko Sakkinen
2012-05-08x86, realmode: don't copy real_mode_headerJarkko Sakkinen
2012-05-08x86, realmode: Move ACPI wakeup to unified realmode codeJarkko Sakkinen
2012-05-08x86, realmode: Move SMP trampoline to unified realmode codeJarkko Sakkinen
2012-05-08x86, realmode: Move reboot_32.S to unified realmode codeJarkko Sakkinen
2012-05-08x86, realmode: Relocator for realmode codeJarkko Sakkinen
2012-05-08x86: Use common threadinfo allocatorThomas Gleixner
2012-05-08Merge branch 'smp/threadalloc' into smp/hotplugThomas Gleixner
2012-05-08fork: Remove the weak insanityThomas Gleixner
2012-05-08x86: Use kick_all_cpus_sync()Thomas Gleixner
2012-05-08irq_remap: Fix compiler warning with CONFIG_IRQ_REMAP=ySuresh Siddha
2012-05-07Merge branch 'stable/autoballoon.v5.2' into stable/for-linus-3.5Konrad Rzeszutek Wilk
2012-05-07xen: implement IRQ_WORK_VECTOR handlerLin Ming
2012-05-07iommu: rename intr_remapping.[ch] to irq_remapping.[ch]Suresh Siddha
2012-05-07iommu: rename intr_remapping references to irq_remappingSuresh Siddha
2012-05-07x86, iommu/vt-d: Clean up interfaces for interrupt remappingJoerg Roedel
2012-05-07iommu/vt-d: Convert MSI remapping setup to remap_opsJoerg Roedel
2012-05-07iommu/vt-d: Convert free_irte into a remap_ops callbackJoerg Roedel
2012-05-07iommu/vt-d: Convert IR set_affinity function to remap_opsJoerg Roedel
2012-05-07iommu/vt-d: Convert IR ioapic-setup to use remap_opsJoerg Roedel
2012-05-07iommu/vt-d: Convert missing apic.c intr-remapping call to remap_opsJoerg Roedel
2012-05-07iommu/vt-d: Make intr-remapping initialization genericJoerg Roedel
2012-05-07Merge tag 'v3.4-rc6' into drm-intel-nextDaniel Vetter
2012-05-07x86/nmi: Fix the type of the nmiaction.flags fieldBetty Dall
2012-05-07Merge branch 'stable/for-ingo-v3.5' of git://git.kernel.org/pub/scm/linux/ker...Ingo Molnar
2012-05-07Merge branch 'tip/perf/core-4' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar
2012-05-07vfs: don't force a big memset of stat data just to clear padding fieldsLinus Torvalds
2012-05-06KVM guest: make kvm_para_available() check hypervisor bit reading cpuid leafGleb Natapov
2012-05-04Merge tag 'v3.4-rc5' into nextJames Morris
2012-05-03vfs: make word-at-a-time accesses handle a non-existing pageLinus Torvalds
2012-05-02Merge tag 'drm-intel-next-2012-04-23' of git://people.freedesktop.org/~danvet...Dave Airlie
2012-05-01x86/apic: Replace io_apic_ops with x86_io_apic_ops.Konrad Rzeszutek Wilk
2012-04-28ftrace/x86: Have arch x86_64 use breakpoints instead of stop machineSteven Rostedt
2012-04-26x86: Use generic idle thread allocationThomas Gleixner
2012-04-26x86: Add task_struct argument to smp_ops.cpu_upThomas Gleixner
2012-04-26smp: Add task_struct argument to __cpu_up()Thomas Gleixner
2012-04-25x86/nmi: Fix page faults by nmiaction if kmemcheck is enabledLi Zhong
2012-04-25x86/nmi: Add new NMI queues to deal with IO_CHK and SERRDon Zickus
2012-04-24KVM: Introduce bitmask for apic attention reasonsGleb Natapov
2012-04-24efifb: Implement vga_default_device() (v2)Matthew Garrett
2012-04-24x32, siginfo: Provide proper overrides for x32 siginfo_tH. Peter Anvin
2012-04-23x32: Check __ILP32__ instead of __LP64__ for x32H.J. Lu
2012-04-21x86, extable: Switch to relative exception table entriesH. Peter Anvin