| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] Kobject: possible cleanups | Adrian Bunk | 2006-04-27 | 1 | -5/+2 |
* | [PATCH] Kobject: fix build error | Kay Sievers | 2006-04-27 | 1 | -1/+7 |
* | [PATCH] Kconfig.debug: Set DEBUG_MUTEX to off by default | Tim Chen | 2006-04-19 | 1 | -1/+1 |
* | [PATCH] sysfs: Allow sysfs attribute files to be pollable | NeilBrown | 2006-04-14 | 1 | -0/+1 |
* | [PATCH] Silence a const vs non-const warning | Jan-Benedict Glaw | 2006-04-11 | 1 | -1/+1 |
* | [PATCH] Clean up arch-overrides in linux/string.h | Kyle McMartin | 2006-04-11 | 1 | -0/+2 |
* | [PATCH] No arch-specific strpbrk implementations | Kyle McMartin | 2006-04-11 | 1 | -0/+1 |
* | [PARISC] Remove obsolete CONFIG_DEBUG_IOREMAP | Helge Deller | 2006-03-30 | 1 | -13/+0 |
* | [PATCH] Don't make debugfs depend on DEBUG_KERNEL | Jens Axboe | 2006-03-27 | 1 | -1/+1 |
* | [PATCH] bitops: hweight() speedup | Akinobu Mita | 2006-03-26 | 1 | -15/+14 |
* | [PATCH] bitops: hweight() related cleanup | Akinobu Mita | 2006-03-26 | 1 | -17/+2 |
* | [PATCH] bitops: generic ext2_{set,clear,test,find_first_zero,find_next_zero}_... | Akinobu Mita | 2006-03-26 | 1 | -0/+73 |
* | [PATCH] bitops: generic hweight{64,32,16,8}() | Akinobu Mita | 2006-03-26 | 2 | -0/+55 |
* | [PATCH] bitops: generic find_{next,first}{,_zero}_bit() | Akinobu Mita | 2006-03-26 | 1 | -31/+81 |
* | [PATCH] x86_64: Don't enable CONFIG_UNWIND_INFO by default for DEBUG_KERNEL | Andi Kleen | 2006-03-25 | 1 | -1/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 2006-03-25 | 1 | -20/+12 |
|\ |
|
| * | BUG_ON() Conversion in lib/swiotlb.c | Eric Sesterhenn | 2006-03-24 | 1 | -20/+12 |
* | | [PATCH] cpumask: uninline any_online_cpu() | Andrew Morton | 2006-03-25 | 1 | -0/+12 |
* | | [PATCH] cpumask: uninline highest_possible_processor_id() | Andrew Morton | 2006-03-25 | 1 | -0/+17 |
* | | [PATCH] cpumask: uninline next_cpu() | Andrew Morton | 2006-03-25 | 1 | -0/+5 |
* | | [PATCH] cpumask: uninline first_cpu() | Andrew Morton | 2006-03-25 | 2 | -0/+13 |
* | | [PATCH] radix-tree documentation cleanups | Jonathan Corbet | 2006-03-25 | 1 | -22/+27 |
* | | [PATCH] kconfig: clarify memory debug options | Andrew Morton | 2006-03-25 | 1 | -1/+1 |
* | | [PATCH] slab: implement /proc/slab_allocators | Al Viro | 2006-03-25 | 1 | -0/+4 |
|/ |
|
* | [PATCH] CONFIG_UNWIND_INFO | Jan Beulich | 2006-03-24 | 1 | -0/+11 |
* | [PATCH] bitmap: region restructuring | Paul Jackson | 2006-03-24 | 1 | -97/+102 |
* | [PATCH] bitmap: region multiword spanning support | Paul Mundt | 2006-03-24 | 1 | -34/+76 |
* | [PATCH] bitmap: region cleanup | Paul Jackson | 2006-03-24 | 1 | -26/+38 |
* | [PATCH] sem2mutex: kernel/ | Arjan van de Ven | 2006-03-23 | 1 | -5/+6 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc | Linus Torvalds | 2006-03-22 | 1 | -1/+0 |
|\ |
|
| * | Merge ../powerpc-merge | Paul Mackerras | 2006-02-24 | 3 | -5/+11 |
| |\ |
|
| * | | [PATCH] powerpc: trivial: modify comments to refer to new location of files | Jon Mason | 2006-02-10 | 1 | -1/+0 |
* | | | [PATCH] multiple exports of strpbrk | Andrew Morton | 2006-03-22 | 1 | -1/+0 |
* | | | [PATCH] kobject_add_dir | Jun'ichi Nomura | 2006-03-20 | 1 | -0/+38 |
* | | | [PATCH] Kobject: provide better warning messages when people do stupid things | Greg Kroah-Hartman | 2006-03-20 | 1 | -8/+14 |
* | | | [PATCH] kref: avoid an atomic operation in kref_put() | Eric Dumazet | 2006-03-20 | 1 | -1/+6 |
* | | | [PATCH] kobject: fix build error if CONFIG_SYSFS=n | Jun'ichi Nomura | 2006-03-20 | 1 | -0/+2 |
| |/
|/| |
|
* | | Revert mount/umount uevent removal | Greg Kroah-Hartman | 2006-02-22 | 1 | -0/+4 |
* | | [PATCH] iomap_copy fallout (m68k) | Al Viro | 2006-02-18 | 1 | -1/+1 |
* | | [PATCH] Fix over-zealous tag clearing in radix_tree_delete | NeilBrown | 2006-02-16 | 1 | -4/+6 |
|/ |
|
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 2006-02-07 | 2 | -1/+10 |
|\ |
|
| * | [PATCH] Fix uevent buffer overflow in input layer | Benjamin Herrenschmidt | 2006-02-06 | 1 | -1/+1 |
| * | [PATCH] kobject: don't oops on null kobject.name | Chuck Ebbert | 2006-02-06 | 1 | -0/+4 |
| * | [PATCH] kobject_add() must have a valid name in order to succeed. | Greg Kroah-Hartman | 2006-02-06 | 1 | -0/+5 |
* | | [PATCH] Fix spinlock debugging delays to not time out too early | Ingo Molnar | 2006-02-07 | 1 | -3/+3 |
|/ |
|
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2006-02-03 | 1 | -15/+25 |
|\ |
|
| * | [TEXTSEARCH]: Fix broken good shift array calculation in Boyer-Moore | Pablo Neira Ayuso | 2006-02-02 | 1 | -15/+25 |
* | | [PATCH] lib: Fix bug in int_sqrt() for 64 bit longs | Peter Williams | 2006-02-03 | 1 | -1/+1 |
|/ |
|
* | [PATCH] Introduce __iowrite32_copy | Bryan O'Sullivan | 2006-02-01 | 2 | -1/+43 |
* | [PATCH] When CONFIG_CC_OPTIMIZE_FOR_SIZE, allow gcc4 to control inlining | Ingo Molnar | 2006-01-14 | 1 | -0/+14 |