| Commit message (Expand) | Author | Age |
... | |
| * | | | [PATCH] x86_64: Fix race in cpu_local_* on preemptible kernels | Andi Kleen | 2006-06-26 |
| * | | | [PATCH] i386/x86-64/ia64: Move polling flag into thread_info_status | Andi Kleen | 2006-06-26 |
| * | | | [PATCH] i386/x86-64: fall back to old-style call trace if no unwinding | Jan Beulich | 2006-06-26 |
| * | | | [PATCH] i386: reliable stack trace support i386 entry.S | Jan Beulich | 2006-06-26 |
| * | | | [PATCH] i386: reliable stack trace support (i386) | Jan Beulich | 2006-06-26 |
| * | | | [PATCH] x86_64: nmi watchdog header cleanup | Don Zickus | 2006-06-26 |
| * | | | [PATCH] x86_64: Clean and enhance up K8 northbridge access code | Andi Kleen | 2006-06-26 |
| * | | | [PATCH] x86_64: x86_64 version of the smp alternative patch. | Gerd Hoffmann | 2006-06-26 |
| * | | | [PATCH] i386/x86-64: Emulate CPUID4 on AMD | Andi Kleen | 2006-06-26 |
| |/ / |
|
* | | | [PATCH] Notify page fault call chain | Anil S Keshavamurthy | 2006-06-26 |
* | | | [PATCH] Notify page fault call chain for i386 | Anil S Keshavamurthy | 2006-06-26 |
* | | | [PATCH] Time: i386 Conversion - part 3: Enable Generic Timekeeping | john stultz | 2006-06-26 |
* | | | [PATCH] Time: i386 Conversion - part 2: Rework TSC Support | john stultz | 2006-06-26 |
|/ / |
|
* | | [PATCH] Make copy_from_user_inatomic NOT zero the tail on i386 | NeilBrown | 2006-06-25 |
* | | [PATCH] Prepare for __copy_from_user_inatomic to not zero missed bytes | NeilBrown | 2006-06-25 |
* | | [PATCH] random: remove SA_SAMPLE_RANDOM from floppy driver | Matt Mackall | 2006-06-25 |
* | | [PATCH] Clean up and refactor i386 sub-architecture setup | Jeremy Fitzhardinge | 2006-06-25 |
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2006-06-23 |
|\ \ |
|
| * \ | Pull trivial1 into release branch | Len Brown | 2006-06-15 |
| |\ \ |
|
| | * | | x86_64: Remove stale lapic definition from apicdef.h | Ashok Raj | 2006-04-01 |
* | | | | [PATCH] x86: compile fix for asm-i386/alternatives.h | Kirill Smelkov | 2006-06-23 |
* | | | | [PATCH] x86: VIA C7 CPU flags | Michal Ludvig | 2006-06-23 |
* | | | | [PATCH] x86: fix __range_ok constraint | Roman Zippel | 2006-06-23 |
* | | | | [PATCH] Don't trigger full rebuild via CONFIG_X86_MCE | Alexey Dobriyan | 2006-06-23 |
* | | | | [PATCH] Don't trigger full rebuild via CONFIG_MTRR | Alexey Dobriyan | 2006-06-23 |
* | | | | [PATCH] arch/i386/kernel/apic.c: make modern_apic() static | Adrian Bunk | 2006-06-23 |
* | | | | [PATCH] x86: cache pollution aware __copy_from_user_ll() | Hiro Yoshioka | 2006-06-23 |
* | | | | [PATCH] sys_move_pages: 32bit support (i386, x86_64) | Christoph Lameter | 2006-06-23 |
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 2006-06-22 |
|\ \ \ \ |
|
| * | | | | [PATCH] PCI: cleanup unused variable about msi driver | bibo,mao | 2006-06-21 |
| * | | | | [PATCH] PCI: msi abstractions and support for altix | Mark Maule | 2006-06-21 |
| | |_|/
| |/| | |
|
* / | | | [PATCH] vgacon: make VGA_MAP_MEM take size, remove extra use | Bjorn Helgaas | 2006-06-22 |
|/ / / |
|
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Woodhouse | 2006-05-24 |
|\| | |
|
| * | | [PATCH] x86_64: avoid IRQ0 ioapic pin collision | Kimball Murray | 2006-05-08 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 | David Woodhouse | 2006-04-30 |
|\| | |
|
| * | | [PATCH] i386: fix broken FP exception handling | Chuck Ebbert | 2006-04-29 |
* | | | Remove unneeded _syscallX macros from user view in asm-*/unistd.h | David Woodhouse | 2006-04-28 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 | David Woodhouse | 2006-04-28 |
|\| | |
|
| * | | [PATCH] x86/PAE: Fix pte_clear for the >4GB RAM case | Zachary Amsden | 2006-04-27 |
| * | | [PATCH] Add support for the sys_vmsplice syscall | Jens Axboe | 2006-04-26 |
* | | | Exclude asm-generic/{page,memory_model}.h from user bits of i386/x86_64 page.h | David Woodhouse | 2006-04-27 |
* | | | Don't include linux/config.h from anywhere else in include/ | David Woodhouse | 2006-04-26 |
|/ / |
|
* | | [PATCH] i386/x86-64: Fix x87 information leak between processes | Andi Kleen | 2006-04-20 |
* | | [PATCH] asm-i386/atomic.h: local_irq_save should be used instead of local_irq... | lepton | 2006-04-19 |
* | | [PATCH] splice: add support for sys_tee() | Jens Axboe | 2006-04-11 |
* | | Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-block | Linus Torvalds | 2006-04-11 |
|\ \ |
|
| * | | [PATCH] Remove sys_ prefix of new syscalls from __NR_sys_* | OGAWA Hirofumi | 2006-04-11 |
* | | | [PATCH] sys_kexec_load() naming fixups | Andrew Morton | 2006-04-11 |
* | | | [PATCH] Configurable NODES_SHIFT | Yasunori Goto | 2006-04-11 |
* | | | [PATCH] mptspec: remove duplicate #include | Randy Dunlap | 2006-04-11 |
|/ / |
|