summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2012-05-09x86, realmode: read cr4 and EFER from kernel for 64-bit trampolineJarkko Sakkinen7-28/+49
2012-05-09x86, realmode: fixes compilation issue in tboot.cJarkko Sakkinen1-1/+1
2012-05-09x86, realmode: move relocs from scripts/ to arch/x86/toolsJarkko Sakkinen6-3/+815
2012-05-08x86, realmode: header for trampoline codeJarkko Sakkinen8-88/+87
2012-05-08x86, realmode: flattened rm hierachyJarkko Sakkinen21-52/+22
2012-05-08x86, realmode: don't copy real_mode_headerJarkko Sakkinen9-42/+34
2012-05-08x86, realmode: fix 64-bit wakeup sequenceJarkko Sakkinen9-107/+110
2012-05-08x86, realmode: Fix always-zero test in reboot_32.SH. Peter Anvin1-1/+1
2012-05-08x86, realmode: Move trampoline_*.S early in the link orderH. Peter Anvin1-1/+1
2012-05-08x86, realmode: Replace open-coded ljmpw with a macroH. Peter Anvin5-16/+25
2012-05-08x86, realmode: Remove indirect jumps in trampoline_32 and wakeup_asmH. Peter Anvin2-12/+18
2012-05-08x86, realmode: Remove indirect jumps in trampoline_64.SH. Peter Anvin1-13/+2
2012-05-08x86, realmode: Align .data section in trampoline_32.SH. Peter Anvin1-1/+1
2012-05-08x86, realmode: Move bits to the proper sections in trampoline_64.SH. Peter Anvin1-4/+6
2012-05-08x86, realmode: Add .text64 section, make barrier symbols absoluteH. Peter Anvin1-3/+8
2012-05-08x86, realmode: Set permission for real mode pagesJarkko Sakkinen1-1/+15
2012-05-08x86, realmode: Move ACPI wakeup to unified realmode codeJarkko Sakkinen34-562/+106
2012-05-08x86, realmode: Move SMP trampoline to unified realmode codeJarkko Sakkinen9-16/+316
2012-05-08x86, realmode: Move reboot_32.S to unified realmode codeJarkko Sakkinen6-65/+52
2012-05-08x86, realmode: Relocator for realmode codeJarkko Sakkinen4-0/+108
2012-05-08x86, realmode: realmode.bin infrastructureJarkko Sakkinen7-1/+189
2012-05-08x86, realmode: 16-bit real-mode code support for relocs toolH. Peter Anvin2-684/+5
2012-05-06Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-3/+19
2012-05-06x86: fix broken TASK_SIZE for ia32_aoutAl Viro1-2/+1
2012-05-05arch/x86/platform/geode/net5501.c: change active_low to 0 for LED driverBjarke Istrup Pedersen1-1/+1
2012-05-04vfs: make word-at-a-time accesses handle a non-existing pageLinus Torvalds2-1/+34
2012-04-30x86, relocs: Remove an unused variableKusanagi Kouichi1-2/+0
2012-04-28Merge tag 'stable/for-linus-3.4-rc4-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds3-3/+18
2012-04-28Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-6/+12
2012-04-28xen: correctly check for pending events when restoring irq flagsDavid Vrabel1-1/+1
2012-04-27x86/amd: Re-enable CPU topology extensions in case BIOS has disabled itAndreas Herrmann1-0/+18
2012-04-27xen/smp: Fix crash when booting with ACPI hotplug CPUs.Konrad Rzeszutek Wilk1-0/+15
2012-04-27xen/enlighten: Disable MWAIT_LEAF so that acpi-pad won't be loaded.Konrad Rzeszutek Wilk1-2/+2
2012-04-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds20-70/+105
2012-04-25x86/apic: Use x2apic physical mode based on FADT settingGreg Pearson1-0/+6
2012-04-25x86/mrst: Quiet sparse noise about plain integer as NULL pointerH Hartley Sweeten1-2/+2
2012-04-25Merge tag 'l3-fix-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Ingo Molnar2-6/+6
2012-04-24x32, siginfo: Provide proper overrides for x32 siginfo_tH. Peter Anvin1-1/+7
2012-04-24x32: Check __ILP32__ instead of __LP64__ for x32H.J. Lu3-7/+7
2012-04-24x86, acpi: Call acpi_enter_sleep_state via an asmlinkage C function from asse...Konrad Rzeszutek Wilk4-6/+8
2012-04-24ACPI: Convert wake_sleep_flags to a value instead of functionKonrad Rzeszutek Wilk1-0/+2
2012-04-21kill mm argument of vm_munmap()Al Viro1-1/+1
2012-04-21VM: add "vm_mmap()" helper functionLinus Torvalds2-12/+4
2012-04-21VM: add "vm_munmap()" helper functionLinus Torvalds1-3/+1
2012-04-21VM: add "vm_brk()" helper functionLinus Torvalds1-15/+5
2012-04-20Revert "xen/p2m: m2p_find_override: use list_for_each_entry_safe"Konrad Rzeszutek Wilk1-2/+6
2012-04-19Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-10/+13
2012-04-19x86, intel_cacheinfo: Fix error return code in amd_set_l3_disable_slot()Srivatsa S. Bhat1-4/+4
2012-04-19KVM: VMX: Fix kvm_set_shared_msr() called in preemptible contextAvi Kivity1-1/+4
2012-04-18Merge commit 'c104f1fa1ecf4ee0fc06e31b1f77630b2551be81' into stable/for-linus...Konrad Rzeszutek Wilk335-7926/+14199