| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: default corruption check to off, but put parameter default in Kconfig | Jeremy Fitzhardinge | 2008-09-07 | 2 | -2/+20 |
* | x86: clean up memory corruption check and add more kernel parameters | Jeremy Fitzhardinge | 2008-09-07 | 2 | -23/+83 |
* | x86: add periodic corruption check | Hugh Dickins | 2008-09-07 | 4 | -2/+21 |
* | x86: check for and defend against BIOS memory corruption | Jeremy Fitzhardinge | 2008-09-07 | 3 | -0/+92 |
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2008-09-06 | 9 | -55/+154 |
|\ |
|
| * | x86: cpu_init(): fix memory leak when using CPU hotplug | Andreas Herrmann | 2008-09-06 | 1 | -10/+13 |
| * | x86: pda_init(): fix memory leak when using CPU hotplug | Andreas Herrmann | 2008-09-06 | 1 | -6/+9 |
| * | x86, xen: Use native_pte_flags instead of native_pte_val for .pte_flags | Eduardo Habkost | 2008-09-06 | 1 | -1/+1 |
| * | x86: move mtrr cpu cap setting early in early_init_xxxx | Yinghai Lu | 2008-09-06 | 3 | -8/+44 |
| * | x86: delay early cpu initialization until cpuid is done | Krzysztof Helt | 2008-09-06 | 1 | -2/+2 |
| * | x86: use X86_FEATURE_NOPL in alternatives | H. Peter Anvin | 2008-09-05 | 1 | -23/+13 |
| * | x86: add NOPL as a synthetic CPU feature bit | H. Peter Anvin | 2008-09-05 | 3 | -2/+69 |
| * | x86: boot: stub out unimplemented CPU feature words | H. Peter Anvin | 2008-09-05 | 1 | -4/+4 |
* | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2008-09-06 | 1 | -6/+13 |
|\ \ |
|
| * | | x86: HPET: read back compare register before reading counter | Thomas Gleixner | 2008-09-06 | 1 | -0/+7 |
| * | | x86: HPET fix moronic 32/64bit thinko | Thomas Gleixner | 2008-09-06 | 1 | -4/+4 |
| * | | HPET: make minimum reprogramming delta useful | Thomas Gleixner | 2008-09-05 | 1 | -2/+2 |
* | | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 2008-09-06 | 9 | -31/+58 |
|\ \ \ |
|
| * | | | [MIPS] Probe initrd header only if explicitly specified | Atsushi Nemoto | 2008-09-05 | 2 | -15/+27 |
| * | | | [MIPS] TX39xx: Add missing local_flush_icache_range initialization | Atsushi Nemoto | 2008-09-05 | 1 | -0/+1 |
| * | | | [MIPS] TXx9: Fix txx9_pcode initialization | Atsushi Nemoto | 2008-09-05 | 1 | -0/+1 |
| * | | | [MIPS] Fix WARNING: at kernel/smp.c:290 | Thomas Bogendoerfer | 2008-09-05 | 6 | -14/+25 |
| * | | | [MIPS] Fix data bus error recovery | Thomas Bogendoerfer | 2008-09-05 | 1 | -2/+4 |
* | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2008-09-05 | 1 | -0/+8 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | x86: add io delay quirk for Presario F700 | Chuck Ebbert | 2008-09-03 | 1 | -0/+8 |
* | | | | Merge git://git.infradead.org/~dwmw2/dwmw2-2.6.27 | Linus Torvalds | 2008-09-05 | 1 | -11/+14 |
|\ \ \ \ |
|
| * | | | | Revert "[ARM] use the new byteorder headers" | David Woodhouse | 2008-09-05 | 1 | -11/+14 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'sh/for-2.6.27' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2008-09-05 | 10 | -62/+42 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | sh64: resume_kernel fix for kernel oops built with CONFIG_BKL_PREEMPT=y. | Paul Mundt | 2008-09-05 | 1 | -10/+4 |
| * | | | sh: resume_kernel fix for kernel oops built with CONFIG_BKL_PREEMPT=y. | Carmelo Amoroso | 2008-09-05 | 1 | -24/+3 |
| * | | | sh: fix semtimedop syscall | Yoshihiro Shimoda | 2008-08-28 | 1 | -1/+1 |
| * | | | sh: update AP325RXA defconfig | Magnus Damm | 2008-08-28 | 1 | -10/+12 |
| * | | | sh: update Migo-R defconfig | Magnus Damm | 2008-08-28 | 1 | -8/+13 |
| * | | | sh: fix platform_resource_setup_memory() section mismatch | Magnus Damm | 2008-08-28 | 1 | -3/+3 |
| * | | | sh: fix kexec entry point for crash kernels | Magnus Damm | 2008-08-28 | 1 | -1/+1 |
| * | | | sh: crash kernel resource fix | Magnus Damm | 2008-08-28 | 1 | -5/+1 |
| * | | | sh: fix ptrace_64.c:user_disable_single_step() | Adrian Bunk | 2008-08-25 | 1 | -0/+2 |
| * | | | sh64: re-add the __strnlen_user() prototype | Adrian Bunk | 2008-08-25 | 1 | -0/+2 |
* | | | | x86: Change warning message in TSC calibration. | Alok N Kataria | 2008-09-03 | 1 | -2/+1 |
| |_|/
|/| | |
|
* | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/... | Linus Torvalds | 2008-09-03 | 9 | -21/+31 |
|\ \ \
| |_|/
|/| | |
|
| * | | powerpc: Fix for getting CPU number in power_save_ppc32_restore() | Kumar Gala | 2008-09-03 | 2 | -2/+3 |
| * | | powerpc: Fix build error with 64K pages and !hugetlbfs | Benjamin Herrenschmidt | 2008-09-03 | 1 | -4/+2 |
| * | | powerpc: Work around gcc's -fno-omit-frame-pointer bug | Tony Breeds | 2008-09-03 | 3 | -4/+10 |
| * | | powerpc: Make sure _etext is after all kernel text | Stephen Rothwell | 2008-09-03 | 1 | -3/+4 |
| * | | powerpc: Only make kernel text pages of linear mapping executable | Paul Mackerras | 2008-09-03 | 1 | -7/+11 |
| * | | powerpc: Fix uninitialised variable in VSX alignment code | Michael Neuling | 2008-09-03 | 1 | -1/+1 |
* | | | Split up PIT part of TSC calibration from native_calibrate_tsc | Linus Torvalds | 2008-09-03 | 1 | -61/+71 |
|/ / |
|
* | | [x86] Fix TSC calibration issues | Thomas Gleixner | 2008-09-02 | 1 | -54/+181 |
* | | m68k: atari_keyb_init operator precedence fix | Michael Schmitz | 2008-09-02 | 1 | -3/+6 |
* | | fix typo in arch/parisc/hpux/fs.c | Stephen Rothwell | 2008-09-02 | 1 | -1/+1 |