aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] kernel core: replace kmalloc+memset with kzallocBurman Yan2006-12-071-2/+1
* [PATCH] hotplug CPU: clean up hotcpu_notifier() useIngo Molnar2006-12-071-2/+0
* [PATCH] get_options to allow a hypenated range for isolcpusDerek Fults2006-12-071-1/+34
* [PATCH] More list debugging contextDave Jones2006-12-071-4/+6
* [PATCH] kconfig: PRINTK_TIME depends on PRINTKRandy Dunlap2006-12-071-0/+1
* [PATCH] radix-tree: RCU lockless readsideNick Piggin2006-12-071-100/+227
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-072-4/+4
* Merge master.kernel.org:/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2006-12-041-4/+28
|\
| * [PATCH] Arch provides generic iomap missing accessorsLinus Torvalds2006-12-031-4/+28
* | [PATCH] severing module.h->sched.hAl Viro2006-12-041-0/+1
|/
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2006-12-012-4/+74
|\
| * driver core: Introduce device_move(): move a device to a new parent.Cornelia Huck2006-12-012-4/+74
* | Fix typos in doc and commentsJan Engelhardt2006-11-291-1/+1
|/
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-10-291-1/+1
|\
| * [ARM] 3909/1: Disable UWIND_INFO for ARM (again)Kevin Hilman2006-10-281-1/+1
* | [PATCH] strstrip remove last blank fixMichael Holzheu2006-10-281-1/+1
|/
* [PATCH] highest_possible_node_id() linkage fixAndrew Morton2006-10-201-16/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2006-10-174-4/+5
|\
| * Lockdep: add lockdep_set_class_and_subclass() and lockdep_set_subclass()Peter Zijlstra2006-10-113-4/+4
| * Input: add missing exports to fix modular buildDmitry Torokhov2006-10-111-0/+1
* | [PATCH] remove carta_random32Andrew Morton2006-10-172-42/+1
* | [PATCH] rename net_random to random32Stephen Hemminger2006-10-172-1/+143
* | [PATCH] uml shouldn't do HEADERS_CHECKAl Viro2006-10-131-0/+1
* | [PATCH] bitmap: parse input from kernel and user buffersReinette Chatre2006-10-111-11/+43
* | [PATCH] Add carta_random32() library routineStephane Eranian2006-10-112-1/+42
* | [PATCH] Add CONFIG_HEADERS_CHECK option to automatically run 'make headers_ch...David Woodhouse2006-10-111-0/+13
* | [PATCH] Disable DETECT_SOFTLOCKUP for s390Heiko Carstens2006-10-111-1/+1
|/
* [PATCH] gfp annotations: radix_tree_rootAl Viro2006-10-101-3/+3
* [PATCH] irq_reqs: export __irq_regsAndrew Morton2006-10-061-0/+2
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-052-1/+16
* fix file specification in commentsUwe Zeisberger2006-10-031-1/+1
* [PATCH] low performance of lib/sort.ckeios2006-10-031-5/+5
* [PATCH] remove remaining errno and __KERNEL_SYSCALLS__ referencesArnd Bergmann2006-10-023-33/+1
* [PATCH] introduce kernel_execveArnd Bergmann2006-10-022-0/+25
* [PATCH] cpumask: add highest_possible_node_idGreg Banks2006-10-021-0/+16
* [PATCH] Linux Kernel Dump Test ModuleAnkita Garg2006-10-021-0/+14
* [PATCH] make genpool allocator adhere to kernel-doc standardsDean Nelson2006-10-021-20/+23
* [PATCH] LIB: add gen_pool_destroy()Steve Wise2006-10-021-0/+30
* [PATCH] Generic ioremap_page_range: flush_cache_vmapHaavard Skinnemoen2006-10-011-3/+1
* [PATCH] Generic ioremap_page_range: implementationHaavard Skinnemoen2006-10-012-0/+95
* [PATCH] list_del-debug fixAndrew Morton2006-10-011-3/+0
* [PATCH] rbtree: fixed reversed RB_EMPTY_NODE and rb_next/prevJens Axboe2006-09-301-0/+6
* [PATCH] lib/ts_fsm.c: constify structsAndreas Mohr2006-09-291-5/+5
* [PATCH] lib/rwsem.c: un-inline rwsem_down_failed_common()Andreas Mohr2006-09-291-1/+1
* [PATCH] spinlock_debug: don't recompute (jiffies_per_loop * HZ) in spinloopChuck Ebbert2006-09-291-6/+9
* [PATCH] list_del debug checkManfred Spraul2006-09-291-5/+7
* [PATCH] Debug variants of linked list macrosDave Jones2006-09-293-0/+87
* sh: Enable verbose BUG() support.Paul Mundt2006-09-271-1/+1
* sh: Use generic CONFIG_FRAME_POINTER.Paul Mundt2006-09-271-1/+1
* Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2006-09-262-3/+9
|\