summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2012-05-16x86, realmode: Change EFER to a single u64 fieldH. Peter Anvin
2012-05-16x86, realmode: Move kernel/realmode.c to realmode/init.cH. Peter Anvin
2012-05-16x86, realmode: Move not-common bits out of trampoline_common.SH. Peter Anvin
2012-05-16x86, realmode: Mask out EFER.LMA when saving trampoline EFERH. Peter Anvin
2012-05-11x86, realmode: Fix no cache bits test in reboot_32.SJarkko Sakkinen
2012-05-09x86, realmode: Make sure all generated files are listed in targetsH. Peter Anvin
2012-05-09x86, realmode: build fix: remove duplicate buildJarkko Sakkinen
2012-05-08x86, realmode: read cr4 and EFER from kernel for 64-bit trampolineJarkko Sakkinen
2012-05-08x86, realmode: fixes compilation issue in tboot.cJarkko Sakkinen
2012-05-08x86, realmode: move relocs from scripts/ to arch/x86/toolsJarkko Sakkinen
2012-05-08x86, realmode: header for trampoline codeJarkko Sakkinen
2012-05-08x86, realmode: flattened rm hierachyJarkko Sakkinen
2012-05-08x86, realmode: don't copy real_mode_headerJarkko Sakkinen
2012-05-08x86, realmode: fix 64-bit wakeup sequenceJarkko Sakkinen
2012-05-08x86, realmode: Fix always-zero test in reboot_32.SH. Peter Anvin
2012-05-08x86, realmode: Move trampoline_*.S early in the link orderH. Peter Anvin
2012-05-08x86, realmode: Replace open-coded ljmpw with a macroH. Peter Anvin
2012-05-08x86, realmode: Remove indirect jumps in trampoline_32 and wakeup_asmH. Peter Anvin
2012-05-08x86, realmode: Remove indirect jumps in trampoline_64.SH. Peter Anvin
2012-05-08x86, realmode: Align .data section in trampoline_32.SH. Peter Anvin
2012-05-08x86, realmode: Move bits to the proper sections in trampoline_64.SH. Peter Anvin
2012-05-08x86, realmode: Add .text64 section, make barrier symbols absoluteH. Peter Anvin
2012-05-08x86, realmode: Set permission for real mode pagesJarkko 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, realmode: realmode.bin infrastructureJarkko Sakkinen
2012-05-08x86, realmode: 16-bit real-mode code support for relocs toolH. Peter Anvin
2012-05-06Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-05-06x86: fix broken TASK_SIZE for ia32_aoutAl Viro
2012-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds
2012-05-05TTY: pdc_cons, fix regression in closeJiri Slaby
2012-05-04arch/x86/platform/geode/net5501.c: change active_low to 0 for LED driverBjarke Istrup Pedersen
2012-05-04Merge branch 'fix-unmapped-word-at-a-time'Linus Torvalds
2012-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2012-05-03vfs: make word-at-a-time accesses handle a non-existing pageLinus Torvalds
2012-05-02alpha: silence 'const' warning in sys_marvel.cMatt Turner
2012-05-02alpha: include module.h to fix modpost on TsunamiJim Faulkner
2012-05-02alpha: properly define get/set_rtc_time on Marvel/SMPMatt Turner
2012-05-02alpha: VGA_HOSE depends on VGA_CONSOLEMatt Turner
2012-05-02Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2012-04-30Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2012-04-30x86, relocs: Remove an unused variableKusanagi Kouichi
2012-04-30bpf jit: Let the powerpc jit handle negative offsetsJan Seiffert
2012-04-30powerpc/pseries: Rivet CONFIG_EEH for pSeries platformGavin Shan
2012-04-30powerpc/irqdomain: Fix broken NR_IRQ referencesGrant Likely
2012-04-30powerpc/8xx: Fix NR_IRQ bugs and refactor 8xx interrupt controllerGrant Likely
2012-04-28Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-04-28ARM: 7406/1: hotplug: copy the affinity mask when forcefully migrating IRQsWill Deacon