| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] EDAC: core EDAC support code | Alan Cox | 2006-01-18 | 1 | -5/+4 |
* | [PATCH] Add pselect/ppoll system calls on i386 | David Woodhouse | 2006-01-18 | 1 | -0/+2 |
* | [PATCH] Handle TIF_RESTORE_SIGMASK for i386 | David Howells | 2006-01-18 | 1 | -61/+48 |
* | [PATCH] vfs: *at functions: i386 | Ulrich Drepper | 2006-01-18 | 1 | -0/+13 |
* | [PATCH] e1000: Added disable packet split capability | Jesse Brandeburg | 2006-01-18 | 1 | -0/+2 |
* | [PATCH] x86_64: add __meminit for memory hotplug | Matt Tolentino | 2006-01-16 | 1 | -1/+1 |
* | [PATCH] i386: remove gcc version check for CONFIG_REGPARM | Adrian Bunk | 2006-01-16 | 1 | -4/+1 |
* | [PATCH] x86_64: Mark powernow k8 init functions as __cpuinit | Andi Kleen | 2006-01-16 | 1 | -2/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 2006-01-15 | 1 | -1/+1 |
|\ |
|
| * | correct email address of Manfred Spraul | Christian Kujau | 2006-01-15 | 1 | -1/+1 |
* | | [PATCH] enable unit-at-a-time optimisations for gcc4 | Ingo Molnar | 2006-01-14 | 1 | -3/+3 |
* | | [PATCH] gx1fb: (try to) play nicer with various BIOSes | David Vrabel | 2006-01-14 | 1 | -0/+16 |
* | | [PATCH] i386: fix stack dump loglevel | Chuck Ebbert | 2006-01-14 | 1 | -18/+39 |
* | | [PATCH] i386: put HOTPLUG_CPU under Processor type, not Bus options | Randy Dunlap | 2006-01-14 | 1 | -9/+9 |
|/ |
|
* | [PATCH] i386: task_stack_page() | Al Viro | 2006-01-12 | 1 | -1/+1 |
* | [PATCH] i386: fix task_pt_regs() | akpm@osdl.org | 2006-01-12 | 2 | -20/+3 |
* | [PATCH] i386: task_thread_info() | Al Viro | 2006-01-12 | 2 | -3/+3 |
* | [PATCH] scheduler cache-hot-autodetect | akpm@osdl.org | 2006-01-12 | 1 | -0/+1 |
* | [PATCH] i386/x86-64: make setup_early_printk() usage consistent | Jan Beulich | 2006-01-11 | 1 | -1/+1 |
* | [PATCH] i386: Move DOUBLEFAULT config to arch/i386/Kconfig | Andi Kleen | 2006-01-11 | 1 | -0/+9 |
* | [PATCH] i386: Move phys_proc_id/early intel workaround to correct function. | Andi Kleen | 2006-01-11 | 1 | -7/+10 |
* | [PATCH] x86_64: Memorize location of i8259 for reboots. | Eric W. Biederman | 2006-01-11 | 1 | -1/+1 |
* | [PATCH] i386: Replace broken serialize_cpu in microcode driver with correct s... | Andi Kleen | 2006-01-11 | 1 | -2/+2 |
* | [PATCH] i386: Handle missing local APIC timer interrupts on C3 state | Venkatesh Pallipadi | 2006-01-11 | 2 | -2/+82 |
* | [PATCH] i386/x86-64: Remove sub jiffy profile timer support | Venkatesh Pallipadi | 2006-01-11 | 1 | -55/+6 |
* | [PATCH] x86_64: Fix off by one in acpi table mapping | Andi Kleen | 2006-01-11 | 1 | -1/+1 |
* | [PATCH] x86_64: Generalize DMI and enable for x86-64 | Andi Kleen | 2006-01-11 | 3 | -9/+13 |
* | [PATCH] i386/x86-64: Don't IPI to offline cpus on shutdown | Eric W. Biederman | 2006-01-11 | 1 | -3/+4 |
* | [PATCH] i386/x86-64: Update AMD CPUID flags | Andi Kleen | 2006-01-11 | 2 | -4/+26 |
* | [PATCH] x86_64: Use X86_FEATURE_CONSTANT_TSC now to clean up Intel speedstep ... | Andi Kleen | 2006-01-11 | 3 | -31/+4 |
* | [PATCH] i386/x86-64: Generalize X86_FEATURE_CONSTANT_TSC flag | Andi Kleen | 2006-01-11 | 3 | -2/+11 |
* | [PATCH] capable/capability.h (arch/) | Randy Dunlap | 2006-01-11 | 5 | -0/+5 |
* | [PATCH] kprobes: fix race in recovery of reentrant probe | Keshavamurthy Anil S | 2006-01-11 | 1 | -0/+13 |
* | [PATCH] fix/simplify mutex debugging code | David Woodhouse | 2006-01-11 | 1 | -1/+1 |
* | x86: fix "make install" target | Linus Torvalds | 2006-01-10 | 1 | -1/+1 |
* | Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/sam/kbuild | Linus Torvalds | 2006-01-10 | 3 | -5/+21 |
|\ |
|
| * | kbuild: drop vmlinux dependency from "make install" | H. Peter Anvin | 2006-01-09 | 3 | -4/+17 |
| * | kbuild: remove GCC_VERSION | Sam Ravnborg | 2006-01-08 | 1 | -2/+2 |
* | | [PATCH] vesafb: Drop blank hook | Antonino A. Daplas | 2006-01-10 | 1 | -5/+0 |
* | | [PATCH] kprobes: arch_remove_kprobe | Anil S Keshavamurthy | 2006-01-10 | 1 | -4/+0 |
* | | [PATCH] kprobes: changed from using spinlock to mutex | Anil S Keshavamurthy | 2006-01-10 | 1 | -5/+1 |
* | | [PATCH] hrtimer: introduce ktime_t time format | Thomas Gleixner | 2006-01-10 | 1 | -0/+4 |
* | | [PATCH] kexec: change CONFIG_PHYSICAL_START dependency | Maneesh Soni | 2006-01-10 | 1 | -12/+21 |
* | | [PATCH] kdump: read previous kernel's memory | Vivek Goyal | 2006-01-10 | 2 | -0/+75 |
* | | [PATCH] kdump: x86_64: add elfcorehdr command line option | Vivek Goyal | 2006-01-10 | 1 | -1/+1 |
* | | [PATCH] kdump: save registers early (inline functions) | Vivek Goyal | 2006-01-10 | 1 | -44/+3 |
* | | [PATCH] kdump: dynamic per cpu allocation of memory for saving cpu registers | Vivek Goyal | 2006-01-10 | 1 | -2/+3 |
* | | [PATCH] kdump: i386 save ss esp bug fix | akpm@osdl.org | 2006-01-10 | 1 | -2/+4 |
* | | [PATCH] printk levels for i386 oops code. | Dave Jones | 2006-01-10 | 1 | -27/+34 |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 2006-01-09 | 4 | -21/+32 |
|\ \ |
|