| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] cpu hotplug: revert init patch submitted for 2.6.17 | Chandra Seetharaman | 2006-06-27 | 1 | -1/+1 |
* | [PATCH] add poison.h and patch primary users | Randy Dunlap | 2006-06-27 | 1 | -1/+2 |
* | [PATCH] vdso: randomize the i386 vDSO by moving it into a vma | Ingo Molnar | 2006-06-27 | 7 | -12/+150 |
* | [PATCH] voyager: fix compile after setup rework | James Bottomley | 2006-06-27 | 1 | -3/+2 |
* | [PATCH] fix subarchitecture breakage with CONFIG_SCHED_SMT | James Bottomley | 2006-06-27 | 3 | -6/+6 |
* | [PATCH] fix broken vm86 interrupt/signal handling | Aleksey Gorelov | 2006-06-27 | 1 | -2/+9 |
* | [PATCH] i386: move phys_proc_id and cpu_core_id to cpuinfo_x86 | Rohit Seth | 2006-06-27 | 4 | -24/+17 |
* | [PATCH] x86: constify some parts of arch/i386/kernel/cpu/ | Andreas Mohr | 2006-06-27 | 2 | -5/+5 |
* | [PATCH] x86: increase interrupt vector range | Rusty Russell | 2006-06-27 | 2 | -4/+4 |
* | [PATCH] x86: cpu_init(): avoid GFP_KERNEL allocation while atomic | Shaohua Li | 2006-06-27 | 2 | -1/+20 |
* | [PATCH] node hotplug: register cpu: remove node struct | KAMEZAWA Hiroyuki | 2006-06-27 | 1 | -19/+4 |
* | [PATCH] Register sysfs file for hotplugged new node | Yasunori Goto | 2006-06-27 | 1 | -6/+3 |
* | [PATCH] pgdat allocation for new node add (specify node id) | Yasunori Goto | 2006-06-27 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 2006-06-26 | 6 | -7/+7 |
|\ |
|
| * | Storage class should be first | Tobias Klauser | 2006-06-26 | 1 | -2/+2 |
| * | i386: Trivial typo fixes | Egry Gabor | 2006-06-26 | 2 | -2/+2 |
| * | spelling fixes | Andreas Mohr | 2006-06-26 | 2 | -2/+2 |
| * | fix paniced->panicked typos | Lee Revell | 2006-06-26 | 1 | -1/+1 |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2006-06-26 | 3 | -25/+27 |
|\ \ |
|
| * | | [CRYPTO] aes: Add wrappers for assembly routines | Herbert Xu | 2006-06-26 | 1 | -2/+12 |
| * | | [CRYPTO] all: Pass tfm instead of ctx to algorithms | Herbert Xu | 2006-06-26 | 3 | -19/+22 |
| * | | [CRYPTO] aes-i586: Get rid of useless function wrappers | Herbert Xu | 2006-06-26 | 2 | -19/+8 |
| |/ |
|
* | | Merge branch 'x86-64' | Linus Torvalds | 2006-06-26 | 23 | -140/+689 |
|\ \ |
|
| * | | [PATCH] x86_64: i386/x86-64 Add nmi watchdog support for new Intel CPUs | Venkatesh Pallipadi | 2006-06-26 | 2 | -1/+70 |
| * | | [PATCH] x86_64: fix apic error on bootup | Siddha, Suresh B | 2006-06-26 | 1 | -2/+13 |
| * | | [PATCH] x86_64: Standardize i386/x86_64 handling of NMI_VECTOR | Keith Owens | 2006-06-26 | 2 | -7/+12 |
| * | | [PATCH] i386/x86-64: adjust /proc/interrupts column headings | Jan Beulich | 2006-06-26 | 1 | -1/+1 |
| * | | [PATCH] i386/x86-64/ia64: Move polling flag into thread_info_status | Andi Kleen | 2006-06-26 | 2 | -6/+6 |
| * | | [PATCH] x86_64: Move VM86 config into arch/i386/Kconfig | Andi Kleen | 2006-06-26 | 1 | -0/+9 |
| * | | [PATCH] i386/x86-64: Fix isoimage when syslinux is in /usr/share | Andi Kleen | 2006-06-26 | 1 | -2/+7 |
| * | | [PATCH] i386/x86-64: Consolidate arch/{i386,x86_64}/boot/compressed/misc.c | Carl-Daniel Hailfinger | 2006-06-26 | 1 | -20/+12 |
| * | | [PATCH] i386/x86-64: fall back to old-style call trace if no unwinding | Jan Beulich | 2006-06-26 | 1 | -13/+33 |
| * | | [PATCH] i386: reliable stack trace support i386 entry.S | Jan Beulich | 2006-06-26 | 1 | -11/+223 |
| * | | [PATCH] i386: reliable stack trace support (i386) | Jan Beulich | 2006-06-26 | 4 | -11/+79 |
| * | | [PATCH] x86_64: fix vector_lock deadlock in io_apic.c | Ingo Molnar | 2006-06-26 | 1 | -4/+5 |
| * | | [PATCH] x86_64: nmi watchdog header cleanup | Don Zickus | 2006-06-26 | 7 | -6/+7 |
| * | | [PATCH] i386/x86-64: simplify ioapic_register_intr() | Jan Beulich | 2006-06-26 | 1 | -15/+8 |
| * | | [PATCH] x86_64: serialize assign_irq_vector() use of static variables | Jan Beulich | 2006-06-26 | 1 | -6/+18 |
| * | | [PATCH] x86_64: Clean and enhance up K8 northbridge access code | Andi Kleen | 2006-06-26 | 2 | -0/+8 |
| * | | [PATCH] x86_64: x86_64 version of the smp alternative patch. | Gerd Hoffmann | 2006-06-26 | 1 | -33/+85 |
| * | | [PATCH] i386/x86-64: Emulate CPUID4 on AMD | Andi Kleen | 2006-06-26 | 2 | -13/+102 |
| * | | [PATCH] i386/x86-64: Use new official CPUID to get APICID/core split on AMD p... | Andi Kleen | 2006-06-26 | 1 | -6/+8 |
| |/ |
|
* | | [PATCH] fbdev: Firmware EDID fixes | Antonino A. Daplas | 2006-06-26 | 1 | -1/+18 |
* | | [PATCH] Notify page fault call chain for i386 | Anil S Keshavamurthy | 2006-06-26 | 1 | -2/+36 |
* | | [PATCH] Kprobe: multi kprobe posthandler for booster | mao, bibo | 2006-06-26 | 1 | -11/+5 |
* | | [PATCH] kprobe: boost 2byte-opcodes on i386 | Masami Hiramatsu | 2006-06-26 | 1 | -14/+65 |
* | | [PATCH] GTOD: add scx200 HRT clocksource | Jim Cromie | 2006-06-26 | 1 | -5/+15 |
* | | [PATCH] time: fix time going backward w/ clock=pit | john stultz | 2006-06-26 | 1 | -6/+39 |
* | | [PATCH] generic-time: add macro to simplify/hide mask constants | Jim Cromie | 2006-06-26 | 3 | -4/+4 |
* | | [PATCH] time: rename clocksource functions | john stultz | 2006-06-26 | 3 | -4/+4 |