Age | Commit message (Expand) | Author | Files | Lines |
2007-05-09 | Fix misspellings collected by members of KJ list. | Robert P. J. Day | 1 | -1/+1 |
2007-05-08 | local_t: architecture independent extension | Mathieu Desnoyers | 1 | -10/+23 |
2007-05-08 | atomic.h: atomic_add_unless as inline. Remove system.h atomic.h circular depe... | Mathieu Desnoyers | 1 | -5/+12 |
2007-05-08 | atomic.h: complete atomic_long operations in asm-generic | Mathieu Desnoyers | 1 | -0/+133 |
2007-05-08 | move die notifier handling to common code | Christoph Hellwig | 1 | -0/+8 |
2007-05-02 | [PATCH] i386: Clean up ELF note generation | Jeremy Fitzhardinge | 1 | -1/+1 |
2007-05-02 | [PATCH] x86: PARAVIRT: add hooks to intercept mm creation and destruction | Jeremy Fitzhardinge | 1 | -0/+18 |
2007-05-02 | [PATCH] i386: Use per-cpu variables for GDT, PDA | Rusty Russell | 1 | -0/+1 |
2007-04-27 | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -0/+7 |
2007-04-27 | [S390] split page_test_and_clear_dirty. | Martin Schwidefsky | 1 | -2/+9 |
2007-04-26 | [NET]: div64_64 consolidate (rev3) | Stephen Hemminger | 1 | -0/+7 |
2007-04-09 | [PATCH] Proper fix for highmem kmap_atomic functions for VMI for 2.6.21 | Zachary Amsden | 1 | -0/+2 |
2007-03-07 | Revert "[PATCH] LOG2: Alter get_order() so that it can make use of ilog2() on... | Linus Torvalds | 1 | -34/+4 |
2007-02-13 | [PATCH] i386: paravirt CPU hypercall batching mode | Zachary Amsden | 1 | -0/+13 |
2007-02-12 | [PATCH] GPIO core | David Brownell | 1 | -0/+25 |
2007-02-12 | [PATCH] one more iomap s390 build fix | Heiko Carstens | 1 | -1/+3 |
2007-02-11 | [PATCH] typeof __page_to_pfn with SPARSEMEM=y | Randy Dunlap | 1 | -1/+1 |
2007-02-11 | [PATCH] Remove final references to deprecated "MAP_ANON" page protection flag | Robert P. J. Day | 1 | -1/+0 |
2007-01-27 | Fix Maple PATA IRQ assignment. | David Woodhouse | 1 | -2/+2 |
2006-12-30 | [PATCH] change WARN_ON back to "BUG: at ..." | Ingo Molnar | 1 | -1/+1 |
2006-12-20 | PCI: Fix multiple problems with VIA hardware | Alan Cox | 1 | -0/+3 |
2006-12-15 | Remove stack unwinder for now | Linus Torvalds | 1 | -22/+0 |
2006-12-11 | Make sure we populate the initroot filesystem late enough | Linus Torvalds | 1 | -0/+1 |
2006-12-08 | [PATCH] tty: switch to ktermios | Alan Cox | 1 | -2/+2 |
2006-12-08 | [PATCH] LOG2: Alter get_order() so that it can make use of ilog2() on a constant | David Howells | 1 | -4/+34 |
2006-12-08 | [PATCH] Fix generic WARN_ON message | Jeremy Fitzhardinge | 1 | -1/+1 |
2006-12-08 | [PATCH] Generic BUG implementation | Jeremy Fitzhardinge | 2 | -0/+24 |
2006-12-07 | Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 | Linus Torvalds | 1 | -8/+15 |
2006-12-07 | [PATCH] cleanup asm/setup.h userspace visibility | Adrian Bunk | 1 | -0/+1 |
2006-12-07 | [PATCH] cleanup include/asm-generic/atomic.h | Adrian Bunk | 2 | -4/+4 |
2006-12-07 | [PATCH] Pass struct dev pointer to dma_cache_sync() | Ralf Baechle | 1 | -1/+1 |
2006-12-07 | [PATCH] Add struct dev pointer to dma_is_consistent() | Ralf Baechle | 1 | -1/+1 |
2006-12-07 | [PATCH] mm: pagefault_{disable,enable}() | Peter Zijlstra | 1 | -2/+2 |
2006-12-07 | [PATCH] unwinder: move .eh_frame to RODATA | Jan Beulich | 1 | -5/+12 |
2006-12-07 | [PATCH] i386: Distinguish absolute symbols | Vivek Goyal | 1 | -5/+5 |
2006-12-02 | Driver core: add dev_archdata to struct device | Benjamin Herrenschmidt | 1 | -0/+12 |
2006-11-20 | Add "pure_initcall" for static variable initialization | Linus Torvalds | 1 | -0/+2 |
2006-10-28 | [PATCH] drivers: wait for threaded probes between initcall levels | Andrew Morton | 1 | -1/+8 |
2006-10-28 | [PATCH] vmlinux.lds: consolidate initcall sections | Andrew Morton | 1 | -0/+10 |
2006-10-21 | [PATCH] x86-64: Speed up dwarf2 unwinder | Jan Beulich | 1 | -0/+16 |
2006-10-20 | [PATCH] Fix warnings for WARN_ON if CONFIG_BUG is disabled | Ralf Baechle | 1 | -1/+4 |
2006-10-11 | [PATCH] sched: likely profiling | Nick Piggin | 1 | -1/+1 |
2006-10-06 | [PATCH] Fix typo in "syntax error if percpu macros are incorrectly used" patch | Jan Blunck | 1 | -1/+1 |
2006-10-06 | [PATCH] Fix WARN_ON / WARN_ON_ONCE regression | Andrew Morton | 1 | -8/+8 |
2006-10-05 | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 1 | -0/+37 |
2006-10-04 | fix file specification in comments | Uwe Zeisberger | 5 | -5/+5 |
2006-10-01 | [PATCH] paravirt: remove set pte atomic | Zachary Amsden | 1 | -8/+0 |
2006-10-01 | [PATCH] paravirt: lazy mmu mode hooks.patch | Zachary Amsden | 1 | -0/+20 |
2006-10-01 | [PATCH] paravirt: pte clear not present | Zachary Amsden | 1 | -2/+7 |
2006-09-29 | [PATCH] Let WARN_ON/WARN_ON_ONCE return the condition | Herbert Xu | 1 | -16/+16 |