summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2012-05-09x86, realmode: Make sure all generated files are listed in targetsH. Peter Anvin1-7/+13
2012-05-09x86, realmode: build fix: remove duplicate buildJarkko Sakkinen2-5/+2
2012-05-08x86, realmode: read cr4 and EFER from kernel for 64-bit trampolineJarkko Sakkinen7-28/+49
2012-05-08x86, realmode: fixes compilation issue in tboot.cJarkko Sakkinen1-1/+1
2012-05-08x86, 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-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds4-8/+5
2012-05-05TTY: pdc_cons, fix regression in closeJiri Slaby1-1/+1
2012-05-04arch/x86/platform/geode/net5501.c: change active_low to 0 for LED driverBjarke Istrup Pedersen1-1/+1
2012-05-04Merge branch 'fix-unmapped-word-at-a-time'Linus Torvalds2-1/+34
2012-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-31/+111
2012-05-03vfs: make word-at-a-time accesses handle a non-existing pageLinus Torvalds2-1/+34
2012-05-02alpha: silence 'const' warning in sys_marvel.cMatt Turner1-1/+1
2012-05-02alpha: include module.h to fix modpost on TsunamiJim Faulkner1-0/+1
2012-05-02alpha: properly define get/set_rtc_time on Marvel/SMPMatt Turner1-6/+2
2012-05-02alpha: VGA_HOSE depends on VGA_CONSOLEMatt Turner1-1/+1
2012-05-01Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds6-54/+13
2012-04-30Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds14-88/+188
2012-04-30x86, relocs: Remove an unused variableKusanagi Kouichi1-2/+0
2012-04-30bpf jit: Let the powerpc jit handle negative offsetsJan Seiffert3-31/+111
2012-04-30powerpc/pseries: Rivet CONFIG_EEH for pSeries platformGavin Shan1-2/+2
2012-04-30powerpc/irqdomain: Fix broken NR_IRQ referencesGrant Likely8-29/+14
2012-04-30powerpc/8xx: Fix NR_IRQ bugs and refactor 8xx interrupt controllerGrant Likely1-41/+20
2012-04-28Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds19-140/+207
2012-04-28ARM: 7406/1: hotplug: copy the affinity mask when forcefully migrating IRQsWill Deacon1-3/+3
2012-04-28ARM: 7405/1: kexec: call platform_cpu_kill on the killer rather than the victimWill Deacon1-11/+17
2012-04-28ARM: 7403/1: tls: remove covert channel via TPIDRURWWill Deacon1-0/+4
2012-04-28ARM: 7401/1: mm: Fix section mismatchesStephen Boyd2-4/+4
2012-04-27Merge tag 'stable/for-linus-3.4-rc4-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds3-3/+18
2012-04-27Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-6/+12