summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2006-01-11[PATCH] fix/simplify mutex debugging codeDavid Woodhouse
2006-01-10[PATCH] mutex: trivial whitespace cleanupsIngo Molnar
2006-01-10[PATCH] mark mutex_lock*() as might_sleep()Ingo Molnar
2006-01-10[PATCH] fix i386 mutex fastpath on FRAME_POINTER && !DEBUG_MUTEXESIngo Molnar
2006-01-10[PATCH] remove unnecessary asm/mutex.h from kernel/mutex-debug.cIngo Molnar
2006-01-10[PATCH] rcu: fix hotplug-cpu ->donelist leakOleg Nesterov
2006-01-10[PATCH] rcu: join rcu_ctrlblk and rcu_stateOleg Nesterov
2006-01-10[PATCH] kernel/resource.c: __check_region(): remove pointless __deprecatedAdrian Bunk
2006-01-10[PATCH] Decrease number of pointer derefs in exit.cJesper Juhl
2006-01-10[PATCH] Kprobes: conversion from kcalloc to kzallocKeshavamurthy Anil S
2006-01-10[PATCH] kprobes: fix build breakageAnanth N Mavinakayanahalli
2006-01-10[PATCH] kprobes: arch_remove_kprobeAnil S Keshavamurthy
2006-01-10[PATCH] kprobes-changed-from-using-spinlock-to-mutex fixKeshavamurthy Anil S
2006-01-10[PATCH] kprobes: changed from using spinlock to mutexAnil S Keshavamurthy
2006-01-10[PATCH] kprobes: enable funcions only for required archAnil S Keshavamurthy
2006-01-10[PATCH] Remove getnstimestamp()Matt Helsley
2006-01-10[PATCH] Export ktime_get_ts()Matt Helsley
2006-01-10[PATCH] hrtimer: convert posix timers completelyThomas Gleixner
2006-01-10[PATCH] hrtimer: switch clock_nanosleep to hrtimer nanosleep APIThomas Gleixner
2006-01-10[PATCH] hrtimer: switch sys_nanosleep to hrtimerThomas Gleixner
2006-01-10[PATCH] hrtimer: create hrtimer nanosleep APIThomas Gleixner
2006-01-10[PATCH] hrtimer: switch itimers to hrtimerThomas Gleixner
2006-01-10[PATCH] hrtimer: hrtimer core codeThomas Gleixner
2006-01-10[PATCH] hrtimer: introduce nsec_t type and conversion functionsThomas Gleixner
2006-01-10[PATCH] hrtimer: validate timespec of do_sys_settimeofdayThomas Gleixner
2006-01-10[PATCH] hrtimer: create and use timespec_valid macroThomas Gleixner
2006-01-10[PATCH] hrtimer: make clockid_t arguments constThomas Gleixner
2006-01-10[PATCH] hrtimer: export deinlined mktimeAndrew Morton
2006-01-10[PATCH] hrtimer: clean up mktime and make arguments constIngo Molnar
2006-01-10[PATCH] hrtimer: deinline mktime and set_normalized_timespecThomas Gleixner
2006-01-10[PATCH] hrtimer: remove duplicate div_long_long_rem implementationThomas Gleixner
2006-01-10[PATCH] common compat_sys_timer_createChristoph Hellwig
2006-01-10[PATCH] kdump: read previous kernel's memoryVivek Goyal
2006-01-10[PATCH] kdump: save registers early (inline functions)Vivek Goyal
2006-01-10[PATCH] kdump: export per cpu crash notes pointer through sysfsVivek Goyal
2006-01-10[PATCH] kdump: dynamic per cpu allocation of memory for saving cpu registersVivek Goyal
2006-01-10[PATCH] Remove set_fs() in stop_machine()akpm@osdl.org
2006-01-09Merge master.kernel.org:/pub/scm/linux/kernel/git/mingo/mutex-2.6Linus Torvalds
2006-01-09[PATCH] rcu: don't set ->next_pending in rcu_start_batch()Oleg Nesterov
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen
2006-01-09[PATCH] mutex subsystem, more debugging codeIngo Molnar
2006-01-09[PATCH] mutex subsystem, debugging codeIngo Molnar
2006-01-09[PATCH] mutex subsystem, coreIngo Molnar
2006-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds
2006-01-09[PATCH] rcu: uninline __rcu_pending()Oleg Nesterov
2006-01-08[PATCH] Make vm86 support optionalMatt Mackall
2006-01-08[PATCH] tiny: Make *[ug]id16 support optionalMatt Mackall
2006-01-08[PATCH] simplify k_getrusage()Oleg Nesterov
2006-01-08[PATCH] fix workqueue oops during cpu offlineNathan Lynch
2006-01-08[PATCH] kernel/module.c: remove redundant spinlock in resolve_symbol()Ashutosh Naik