Age | Commit message (Expand) | Author | Files | Lines |
2006-10-02 | [PATCH] remove remaining errno and __KERNEL_SYSCALLS__ references | Arnd Bergmann | 3 | -33/+1 |
2006-10-02 | [PATCH] introduce kernel_execve | Arnd Bergmann | 2 | -0/+25 |
2006-10-02 | [PATCH] cpumask: add highest_possible_node_id | Greg Banks | 1 | -0/+16 |
2006-10-02 | [PATCH] Linux Kernel Dump Test Module | Ankita Garg | 1 | -0/+14 |
2006-10-02 | [PATCH] make genpool allocator adhere to kernel-doc standards | Dean Nelson | 1 | -20/+23 |
2006-10-02 | [PATCH] LIB: add gen_pool_destroy() | Steve Wise | 1 | -0/+30 |
2006-10-01 | [PATCH] Generic ioremap_page_range: flush_cache_vmap | Haavard Skinnemoen | 1 | -3/+1 |
2006-10-01 | [PATCH] Generic ioremap_page_range: implementation | Haavard Skinnemoen | 2 | -0/+95 |
2006-10-01 | [PATCH] list_del-debug fix | Andrew Morton | 1 | -3/+0 |
2006-09-30 | [PATCH] rbtree: fixed reversed RB_EMPTY_NODE and rb_next/prev | Jens Axboe | 1 | -0/+6 |
2006-09-29 | [PATCH] lib/ts_fsm.c: constify structs | Andreas Mohr | 1 | -5/+5 |
2006-09-29 | [PATCH] lib/rwsem.c: un-inline rwsem_down_failed_common() | Andreas Mohr | 1 | -1/+1 |
2006-09-29 | [PATCH] spinlock_debug: don't recompute (jiffies_per_loop * HZ) in spinloop | Chuck Ebbert | 1 | -6/+9 |
2006-09-29 | [PATCH] list_del debug check | Manfred Spraul | 1 | -5/+7 |
2006-09-29 | [PATCH] Debug variants of linked list macros | Dave Jones | 3 | -0/+87 |
2006-09-27 | sh: Enable verbose BUG() support. | Paul Mundt | 1 | -1/+1 |
2006-09-27 | sh: Use generic CONFIG_FRAME_POINTER. | Paul Mundt | 1 | -1/+1 |
2006-09-27 | Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 | Linus Torvalds | 2 | -3/+9 |
2006-09-26 | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 3 | -12/+30 |
2006-09-26 | [PATCH] avr32 architecture | Haavard Skinnemoen | 1 | -2/+2 |
2006-09-26 | [PATCH] optimize hweight64 for x86_64 | Andi Kleen | 1 | -2/+8 |
2006-09-26 | [PATCH] Don't force frame pointers for lockdep | Andi Kleen | 1 | -1/+1 |
2006-09-26 | Driver core: Don't call put methods while holding a spinlock | Alan Stern | 1 | -11/+15 |
2006-09-26 | add CONFIG_ENABLE_MUST_CHECK | Andrew Morton | 1 | -0/+7 |
2006-09-26 | kobject: must_check fixes | Randy Dunlap | 1 | -1/+8 |
2006-09-23 | [PATCH] fix missing ifdefs in syscall classes hookup for generic targets | Al Viro | 1 | -0/+2 |
2006-09-12 | [PATCH] syscall class hookup for all normal targets | Al Viro | 3 | -0/+59 |
2006-08-23 | [TEXTSEARCH]: Fix Boyer Moore initialization bug | Michael Rash | 1 | -6/+5 |
2006-08-06 | [PATCH] disable debugging version of write_lock() | Andrew Morton | 1 | -4/+6 |
2006-08-04 | PCI: docking station: remove dock uevents | Kristen Carlson Accardi | 1 | -4/+0 |
2006-08-01 | [PATCH] Fix ppc32 zImage inflate | Peter Korsgaard | 1 | -1/+4 |
2006-07-15 | [PATCH] let the the lockdep options depend on DEBUG_KERNEL | Adrian Bunk | 1 | -4/+6 |
2006-07-15 | [PATCH] Convert idr's internal locking to _irqsave variant | Roland Dreier | 1 | -6/+10 |
2006-07-04 | [PATCH] lockdep: kconfig | Ingo Molnar | 1 | -2/+96 |
2006-07-04 | [PATCH] lockdep: prove spinlock rwlock locking correctness | Ingo Molnar | 2 | -1/+42 |
2006-07-04 | [PATCH] lockdep: prove rwsem locking correctness | Ingo Molnar | 2 | -3/+37 |
2006-07-04 | [PATCH] lockdep: allow read_lock() recursion of same class | Ingo Molnar | 1 | -4/+4 |
2006-07-04 | [PATCH] lockdep: core | Ingo Molnar | 2 | -4/+2 |
2006-07-04 | [PATCH] lockdep: locking API self tests | Ingo Molnar | 17 | -0/+1338 |
2006-07-04 | [PATCH] lockdep: s390 CONFIG_FRAME_POINTER support | Heiko Carstens | 1 | -1/+1 |
2006-07-04 | [PATCH] lockdep: stacktrace subsystem, core | Ingo Molnar | 1 | -1/+5 |
2006-07-04 | [PATCH] lockdep: better lock debugging | Ingo Molnar | 3 | -37/+72 |
2006-07-04 | [PATCH] lockdep: remove mutex deadlock checking code | Ingo Molnar | 1 | -8/+0 |
2006-07-04 | [PATCH] lockdep: clean up rwsems | Ingo Molnar | 2 | -75/+2 |
2006-07-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 8 | -8/+0 |
2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 8 | -8/+0 |
2006-06-30 | merge linus into release branch | Len Brown | 7 | -11/+165 |
2006-06-29 | Fix vsnprintf off-by-one bug | Linus Torvalds | 1 | -1/+1 |
2006-06-29 | [PATCH] Add EXPORT_UNUSED_SYMBOL and EXPORT_UNUSED_SYMBOL_GPL | Arjan van de Ven | 1 | -0/+16 |
2006-06-28 | [PATCH] fix rt-mutex defaults and dependencies | Roman Zippel | 1 | -3/+1 |