summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | x86, realmode: flattened rm hierachyJarkko Sakkinen2012-05-0821-52/+22
| | * | | | | x86, realmode: don't copy real_mode_headerJarkko Sakkinen2012-05-089-42/+34
| | * | | | | x86, realmode: fix 64-bit wakeup sequenceJarkko Sakkinen2012-05-089-107/+110
| | * | | | | x86, realmode: Fix always-zero test in reboot_32.SH. Peter Anvin2012-05-081-1/+1
| | * | | | | x86, realmode: Move trampoline_*.S early in the link orderH. Peter Anvin2012-05-081-1/+1
| | * | | | | x86, realmode: Replace open-coded ljmpw with a macroH. Peter Anvin2012-05-085-16/+25
| | * | | | | x86, realmode: Remove indirect jumps in trampoline_32 and wakeup_asmH. Peter Anvin2012-05-082-12/+18
| | * | | | | x86, realmode: Remove indirect jumps in trampoline_64.SH. Peter Anvin2012-05-081-13/+2
| | * | | | | x86, realmode: Align .data section in trampoline_32.SH. Peter Anvin2012-05-081-1/+1
| | * | | | | x86, realmode: Move bits to the proper sections in trampoline_64.SH. Peter Anvin2012-05-081-4/+6
| | * | | | | x86, realmode: Add .text64 section, make barrier symbols absoluteH. Peter Anvin2012-05-081-3/+8
| | * | | | | x86, realmode: Set permission for real mode pagesJarkko Sakkinen2012-05-081-1/+15
| | * | | | | x86, realmode: Move ACPI wakeup to unified realmode codeJarkko Sakkinen2012-05-0834-562/+106
| | * | | | | x86, realmode: Move SMP trampoline to unified realmode codeJarkko Sakkinen2012-05-089-16/+316
| | * | | | | x86, realmode: Move reboot_32.S to unified realmode codeJarkko Sakkinen2012-05-086-65/+52
| | * | | | | x86, realmode: Relocator for realmode codeJarkko Sakkinen2012-05-084-0/+108
| | * | | | | x86, realmode: realmode.bin infrastructureJarkko Sakkinen2012-05-087-1/+189
| | * | | | | x86, realmode: 16-bit real-mode code support for relocs toolH. Peter Anvin2012-05-082-684/+5
| * | | | | | mm: pmd_read_atomic: fix 32bit PAE pmd walk vs pmd_populate SMP race conditionAndrea Arcangeli2012-05-291-0/+50
| * | | | | | x86: print physical addresses consistently with other parts of kernelBjorn Helgaas2012-05-297-62/+63
| * | | | | | x86: print e820 physical addresses consistently with other parts of kernelBjorn Helgaas2012-05-291-26/+27
| | |_|_|_|/ | |/| | | |
| * | | | | Merge tag 'mfd-3.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2012-05-291-0/+12
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | mfd: Add driver for STA2X11 MFD blockAlessandro Rubini2012-05-091-0/+12
| * | | | | Merge branch 'generic-string-functions'Linus Torvalds2012-05-268-209/+35
| |\ \ \ \ \
| | * | | | | x86: use the new generic strnlen_user() functionLinus Torvalds2012-05-266-109/+4
| | * | | | | word-at-a-time: make the interfaces truly genericLinus Torvalds2012-05-261-3/+29
| | * | | | | x86: use generic strncpy_from_user routineLinus Torvalds2012-05-263-97/+2
| * | | | | | Merge tag 'x86-mce-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2012-05-253-12/+41
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | / / | | | |_|/ / | | |/| | |
| | * | | | x86/mce: Add instruction recovery signatures to mce-severity tableTony Luck2012-05-231-0/+10
| | * | | | x86/mce: Fix check for processor context when machine check was taken.Tony Luck2012-05-231-6/+10
| | * | | | MCE: Fix vm86 handling for 32bit mce handlerAndi Kleen2012-05-231-0/+8
| | * | | | x86/mce Add validation check before GHES error is recordedChen Gong2012-04-201-1/+2
| | * | | | x86/mce: Avoid reading every machine check bank register twice.Tony Luck2012-04-191-5/+11
| * | | | | Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2012-05-256-9/+38
| |\ \ \ \ \
| | * | | | | X86: integrate CMA with DMA-mapping subsystemMarek Szyprowski2012-05-216-9/+38
| * | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-05-2418-422/+697
| |\ \ \ \ \ \
| | * | | | | | KVM: Fix mmu_reload() clash with nested vmx event injectionAvi Kivity2012-05-161-4/+6
| | * | | | | | KVM: MMU: Don't use RCU for lockless shadow walkingAvi Kivity2012-05-162-48/+29
| | * | | | | | KVM: VMX: Optimize %ds, %es reloadAvi Kivity2012-05-161-5/+31
| | * | | | | | KVM: VMX: Fix %ds/%es clobberAvi Kivity2012-05-161-1/+5
| | * | | | | | KVM: x86 emulator: convert bsf/bsr instructions to emulate_2op_SrcV_nobyte()Joerg Roedel2012-05-141-24/+2
| | * | | | | | KVM: VMX: unlike vmcs on fail pathXiao Guangrong2012-05-141-1/+1
| | * | | | | | KVM: x86 emulator: Avoid pushing back ModRM byte fetched for group decodingTakuya Yoshikawa2012-05-061-5/+3
| | * | | | | | KVM: x86 emulator: Move ModRM flags for groups to top level opcode tablesTakuya Yoshikawa2012-05-061-55/+56
| | * | | | | | KVM guest: make kvm_para_available() check hypervisor bit reading cpuid leafGleb Natapov2012-05-061-8/+10
| | * | | | | | KVM: fix cpuid eax for KVM leafMichael S. Tsirkin2012-05-061-1/+1
| | * | | | | | KVM: x86: Run PIT work in own kthreadJan Kiszka2012-04-272-14/+24
| | * | | | | | KVM: x86 emulator: fix asm constraint in flush_pending_x87_faultsAvi Kivity2012-04-241-1/+1
| | * | | | | | KVM: Introduce bitmask for apic attention reasonsGleb Natapov2012-04-242-5/+11
| | * | | | | | KVM: Introduce direct MSI message injection for in-kernel irqchipsJan Kiszka2012-04-241-0/+1
OpenPOWER on IntegriCloud