Age | Commit message (Expand) | Author | Files | Lines |
2008-10-10 | Merge branch 'sched-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -0/+3 |
2008-10-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2 | -0/+199 |
2008-10-10 | Merge phase #1 of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6... | Linus Torvalds | 81 | -1238/+2247 |
2008-10-09 | [CPUFREQ] correct broken links and email addresses | Németh Márton | 2 | -2/+2 |
2008-10-08 | Merge branches 'sched/devel', 'sched/cpu-hotplug', 'sched/cpusets' and 'sched... | Ingo Molnar | 2 | -0/+3 |
2008-10-07 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe... | Linus Torvalds | 1 | -6/+1 |
2008-10-07 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -9/+11 |
2008-10-06 | kgdb, x86: Avoid invoking kgdb_nmicallback twice per NMI | Jan Kiszka | 1 | -6/+1 |
2008-10-06 | x86 ACPI: Blacklist two HP machines with buggy BIOSes | Rafael J. Wysocki | 1 | -0/+16 |
2008-10-06 | Merge branches 'x86/alternatives', 'x86/cleanups', 'x86/commandline', 'x86/cr... | Ingo Molnar | 63 | -697/+1162 |
2008-10-06 | Merge branch 'x86/tracehook' into x86-v28-for-linus-phase1 | Ingo Molnar | 4 | -65/+30 |
2008-10-06 | Merge branch 'x86/prototypes' into x86-v28-for-linus-phase1 | Ingo Molnar | 19 | -10/+26 |
2008-10-06 | Merge branch 'x86/pebs' into x86-v28-for-linus-phase1 | Ingo Molnar | 6 | -471/+1036 |
2008-10-06 | Merge branch 'x86/header-guards' into x86-v28-for-linus-phase1 | Ingo Molnar | 3 | -4/+4 |
2008-10-05 | x86: gart iommu have direct mapping when agp is present too | Yinghai Lu | 1 | -9/+11 |
2008-10-05 | x86: mtrr_cleanup: treat WRPROT as UNCACHEABLE | Yinghai Lu | 1 | -1/+4 |
2008-10-05 | x86: mtrr_cleanup: first 1M may be covered in var mtrrs | Yinghai Lu | 1 | -0/+9 |
2008-10-05 | x86: mtrr_cleanup: print out correct type v2 | Yinghai Lu | 1 | -1/+3 |
2008-10-04 | x86 setup: correct segfault in generation of 32-bit reloc kernel | H. Peter Anvin | 1 | -1/+1 |
2008-10-03 | x86: trivial printk fix in efi.c | Russ Anderson | 1 | -2/+4 |
2008-10-03 | x86, debug: mtrr_cleanup print out var mtrr before change it | Yinghai Lu | 1 | -1/+24 |
2008-10-03 | x86: mtrr_cleanup try gran_size to less than 1M, v3 | Yinghai Lu | 1 | -1/+1 |
2008-10-03 | x86: mtrr_cleanup try gran_size to less than 1M, cleanup | J.A. Magallón | 1 | -2/+2 |
2008-10-01 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
2008-10-01 | x86: change MTRR_SANITIZER to def_bool y | Yinghai Lu | 1 | -2/+2 |
2008-09-30 | x86, vmi: fix broken LDT access | Zachary Amsden | 1 | -1/+1 |
2008-09-30 | x86: Fix broken LDT access in VMI | Zachary Amsden | 1 | -1/+1 |
2008-09-30 | x86, debug printouts: IOMMU setup failures should not be KERN_ERR | Adam Jackson | 1 | -3/+3 |
2008-09-30 | x86: fix typo in enable_mtrr_cleanup early parameter | J.A. Magallón | 1 | -1/+1 |
2008-09-30 | x86: export set_memory_ro and set_memory_rw | Bruce Allan | 1 | -0/+2 |
2008-09-30 | x86: mtrr_cleanup try gran_size to less than 1M | Yinghai Lu | 1 | -4/+4 |
2008-09-30 | x86: mtrr_cleanup prepare to make gran_size to less 1M | Yinghai Lu | 1 | -24/+79 |
2008-09-30 | x86: mtrr_cleanup safe to get more spare regs now | Yinghai Lu | 1 | -3/+1 |
2008-09-29 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+2 |
2008-09-29 | x86_64: be less annoying on boot, v2 | dcg | 1 | -1/+2 |
2008-09-28 | x86: mtrr_cleanup hole size should be less than half of chunk_size, v2 | Yinghai Lu | 1 | -31/+43 |
2008-09-27 | x86: add mtrr_cleanup_debug command line | Yinghai Lu | 1 | -3/+11 |
2008-09-27 | x86: mtrr_cleanup optimization, v2 | Yinghai Lu | 1 | -42/+37 |
2008-09-27 | x86: don't need to go to chunksize to 4G | Yinghai Lu | 1 | -4/+4 |
2008-09-26 | kgdb, x86_64: fix PS CS SS registers in gdb serial | Jason Wessel | 1 | -4/+21 |
2008-09-26 | kgdb, x86, arm, mips, powerpc: ignore user space single stepping | Jason Wessel | 1 | -7/+11 |
2008-09-25 | x86_64: be less annoying on boot | Bill Nottingham | 1 | -2/+0 |
2008-09-25 | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -0/+1 |
2008-09-24 | x86, olpc: fix endian bug in openfirmware workaround | Harvey Harrison | 1 | -3/+3 |
2008-09-24 | x86: ds.c ptrace.c integer as NULL pointer sparse fixes | Harvey Harrison | 2 | -5/+5 |
2008-09-24 | Merge commit 'v2.6.27-rc7' into x86/pebs | Ingo Molnar | 122 | -1375/+2377 |
2008-09-24 | x86: disable apm on the olpc | Jeremy Katz | 1 | -1/+2 |
2008-09-24 | x86: prevent stale state of c1e_mask across CPU offline/online, fix | Marc Dionne | 1 | -0/+1 |
2008-09-24 | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 3 | -5/+15 |
2008-09-24 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 3 | -8/+20 |