| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] More list debugging context | Dave Jones | 2006-12-07 | 1 | -4/+6 |
* | [PATCH] kconfig: PRINTK_TIME depends on PRINTK | Randy Dunlap | 2006-12-07 | 1 | -0/+1 |
* | [PATCH] radix-tree: RCU lockless readside | Nick Piggin | 2006-12-07 | 1 | -100/+227 |
* | [PATCH] slab: remove kmem_cache_t | Christoph Lameter | 2006-12-07 | 2 | -4/+4 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc | Linus Torvalds | 2006-12-04 | 1 | -4/+28 |
|\ |
|
| * | [PATCH] Arch provides generic iomap missing accessors | Linus Torvalds | 2006-12-04 | 1 | -4/+28 |
* | | [PATCH] severing module.h->sched.h | Al Viro | 2006-12-04 | 1 | -0/+1 |
|/ |
|
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 2006-12-01 | 2 | -4/+74 |
|\ |
|
| * | driver core: Introduce device_move(): move a device to a new parent. | Cornelia Huck | 2006-12-01 | 2 | -4/+74 |
* | | Fix typos in doc and comments | Jan Engelhardt | 2006-11-30 | 1 | -1/+1 |
|/ |
|
* | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2006-10-29 | 1 | -1/+1 |
|\ |
|
| * | [ARM] 3909/1: Disable UWIND_INFO for ARM (again) | Kevin Hilman | 2006-10-28 | 1 | -1/+1 |
* | | [PATCH] strstrip remove last blank fix | Michael Holzheu | 2006-10-28 | 1 | -1/+1 |
|/ |
|
* | [PATCH] highest_possible_node_id() linkage fix | Andrew Morton | 2006-10-20 | 1 | -16/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input | Linus Torvalds | 2006-10-17 | 4 | -4/+5 |
|\ |
|
| * | Lockdep: add lockdep_set_class_and_subclass() and lockdep_set_subclass() | Peter Zijlstra | 2006-10-11 | 3 | -4/+4 |
| * | Input: add missing exports to fix modular build | Dmitry Torokhov | 2006-10-11 | 1 | -0/+1 |
* | | [PATCH] remove carta_random32 | Andrew Morton | 2006-10-17 | 2 | -42/+1 |
* | | [PATCH] rename net_random to random32 | Stephen Hemminger | 2006-10-17 | 2 | -1/+143 |
* | | [PATCH] uml shouldn't do HEADERS_CHECK | Al Viro | 2006-10-13 | 1 | -0/+1 |
* | | [PATCH] bitmap: parse input from kernel and user buffers | Reinette Chatre | 2006-10-11 | 1 | -11/+43 |
* | | [PATCH] Add carta_random32() library routine | Stephane Eranian | 2006-10-11 | 2 | -1/+42 |
* | | [PATCH] Add CONFIG_HEADERS_CHECK option to automatically run 'make headers_ch... | David Woodhouse | 2006-10-11 | 1 | -0/+13 |
* | | [PATCH] Disable DETECT_SOFTLOCKUP for s390 | Heiko Carstens | 2006-10-11 | 1 | -1/+1 |
|/ |
|
* | [PATCH] gfp annotations: radix_tree_root | Al Viro | 2006-10-10 | 1 | -3/+3 |
* | [PATCH] irq_reqs: export __irq_regs | Andrew Morton | 2006-10-06 | 1 | -0/+2 |
* | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2006-10-05 | 2 | -1/+16 |
* | fix file specification in comments | Uwe Zeisberger | 2006-10-03 | 1 | -1/+1 |
* | [PATCH] low performance of lib/sort.c | keios | 2006-10-03 | 1 | -5/+5 |
* | [PATCH] remove remaining errno and __KERNEL_SYSCALLS__ references | Arnd Bergmann | 2006-10-02 | 3 | -33/+1 |
* | [PATCH] introduce kernel_execve | Arnd Bergmann | 2006-10-02 | 2 | -0/+25 |
* | [PATCH] cpumask: add highest_possible_node_id | Greg Banks | 2006-10-02 | 1 | -0/+16 |
* | [PATCH] Linux Kernel Dump Test Module | Ankita Garg | 2006-10-02 | 1 | -0/+14 |
* | [PATCH] make genpool allocator adhere to kernel-doc standards | Dean Nelson | 2006-10-02 | 1 | -20/+23 |
* | [PATCH] LIB: add gen_pool_destroy() | Steve Wise | 2006-10-02 | 1 | -0/+30 |
* | [PATCH] Generic ioremap_page_range: flush_cache_vmap | Haavard Skinnemoen | 2006-10-01 | 1 | -3/+1 |
* | [PATCH] Generic ioremap_page_range: implementation | Haavard Skinnemoen | 2006-10-01 | 2 | -0/+95 |
* | [PATCH] list_del-debug fix | Andrew Morton | 2006-10-01 | 1 | -3/+0 |
* | [PATCH] rbtree: fixed reversed RB_EMPTY_NODE and rb_next/prev | Jens Axboe | 2006-09-30 | 1 | -0/+6 |
* | [PATCH] lib/ts_fsm.c: constify structs | Andreas Mohr | 2006-09-29 | 1 | -5/+5 |
* | [PATCH] lib/rwsem.c: un-inline rwsem_down_failed_common() | Andreas Mohr | 2006-09-29 | 1 | -1/+1 |
* | [PATCH] spinlock_debug: don't recompute (jiffies_per_loop * HZ) in spinloop | Chuck Ebbert | 2006-09-29 | 1 | -6/+9 |
* | [PATCH] list_del debug check | Manfred Spraul | 2006-09-29 | 1 | -5/+7 |
* | [PATCH] Debug variants of linked list macros | Dave Jones | 2006-09-29 | 3 | -0/+87 |
* | sh: Enable verbose BUG() support. | Paul Mundt | 2006-09-27 | 1 | -1/+1 |
* | sh: Use generic CONFIG_FRAME_POINTER. | Paul Mundt | 2006-09-27 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 | Linus Torvalds | 2006-09-26 | 2 | -3/+9 |
|\ |
|
| * | [PATCH] optimize hweight64 for x86_64 | Andi Kleen | 2006-09-26 | 1 | -2/+8 |
| * | [PATCH] Don't force frame pointers for lockdep | Andi Kleen | 2006-09-26 | 1 | -1/+1 |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 2006-09-26 | 3 | -12/+30 |
|\ \ |
|