aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2006-01-11[PATCH] fix/simplify mutex debugging codeGravatar David Woodhouse 1-2/+3
2006-01-10[PATCH] mutex: trivial whitespace cleanupsGravatar Ingo Molnar 2-5/+1
2006-01-10[PATCH] mark mutex_lock*() as might_sleep()Gravatar Ingo Molnar 1-0/+2
2006-01-10[PATCH] fix i386 mutex fastpath on FRAME_POINTER && !DEBUG_MUTEXESGravatar Ingo Molnar 1-9/+0
2006-01-10[PATCH] remove unnecessary asm/mutex.h from kernel/mutex-debug.cGravatar Ingo Molnar 1-2/+0
2006-01-10[PATCH] rcu: fix hotplug-cpu ->donelist leakGravatar Oleg Nesterov 1-1/+2
2006-01-10[PATCH] rcu: join rcu_ctrlblk and rcu_stateGravatar Oleg Nesterov 1-44/+38
2006-01-10[PATCH] kernel/resource.c: __check_region(): remove pointless __deprecatedGravatar Adrian Bunk 1-1/+1
2006-01-10[PATCH] Decrease number of pointer derefs in exit.cGravatar Jesper Juhl 1-16/+21
2006-01-10[PATCH] Kprobes: conversion from kcalloc to kzallocGravatar Keshavamurthy Anil S 1-1/+1
2006-01-10[PATCH] kprobes: fix build breakageGravatar Ananth N Mavinakayanahalli 1-2/+2
2006-01-10[PATCH] kprobes: arch_remove_kprobeGravatar Anil S Keshavamurthy 1-3/+1
2006-01-10[PATCH] kprobes-changed-from-using-spinlock-to-mutex fixGravatar Keshavamurthy Anil S 1-14/+18
2006-01-10[PATCH] kprobes: changed from using spinlock to mutexGravatar Anil S Keshavamurthy 1-48/+43
2006-01-10[PATCH] kprobes: enable funcions only for required archGravatar Anil S Keshavamurthy 1-0/+2
2006-01-10[PATCH] Remove getnstimestamp()Gravatar Matt Helsley 1-22/+0
2006-01-10[PATCH] Export ktime_get_ts()Gravatar Matt Helsley 1-0/+1
2006-01-10[PATCH] hrtimer: convert posix timers completelyGravatar Thomas Gleixner 1-582/+135
2006-01-10[PATCH] hrtimer: switch clock_nanosleep to hrtimer nanosleep APIGravatar Thomas Gleixner 2-133/+41
2006-01-10[PATCH] hrtimer: switch sys_nanosleep to hrtimerGravatar Thomas Gleixner 2-56/+14
2006-01-10[PATCH] hrtimer: create hrtimer nanosleep APIGravatar Thomas Gleixner 1-0/+127
2006-01-10[PATCH] hrtimer: switch itimers to hrtimerGravatar Thomas Gleixner 3-59/+55
2006-01-10[PATCH] hrtimer: hrtimer core codeGravatar Thomas Gleixner 3-1/+682
2006-01-10[PATCH] hrtimer: introduce nsec_t type and conversion functionsGravatar Thomas Gleixner 1-0/+36
2006-01-10[PATCH] hrtimer: validate timespec of do_sys_settimeofdayGravatar Thomas Gleixner 1-0/+3
2006-01-10[PATCH] hrtimer: create and use timespec_valid macroGravatar Thomas Gleixner 1-3/+2
2006-01-10[PATCH] hrtimer: make clockid_t arguments constGravatar Thomas Gleixner 2-35/+43
2006-01-10[PATCH] hrtimer: export deinlined mktimeGravatar Andrew Morton 1-0/+2
2006-01-10[PATCH] hrtimer: clean up mktime and make arguments constGravatar Ingo Molnar 1-6/+9
2006-01-10[PATCH] hrtimer: deinline mktime and set_normalized_timespecGravatar Thomas Gleixner 1-0/+61
2006-01-10[PATCH] hrtimer: remove duplicate div_long_long_rem implementationGravatar Thomas Gleixner 1-9/+1
2006-01-10[PATCH] common compat_sys_timer_createGravatar Christoph Hellwig 1-2/+18
2006-01-10[PATCH] kdump: read previous kernel's memoryGravatar Vivek Goyal 2-65/+0
2006-01-10[PATCH] kdump: save registers early (inline functions)Gravatar Vivek Goyal 1-1/+3
2006-01-10[PATCH] kdump: export per cpu crash notes pointer through sysfsGravatar Vivek Goyal 1-13/+0
2006-01-10[PATCH] kdump: dynamic per cpu allocation of memory for saving cpu registersGravatar Vivek Goyal 1-0/+16
2006-01-10[PATCH] Remove set_fs() in stop_machine()Gravatar akpm@osdl.org 1-5/+1
2006-01-09Merge master.kernel.org:/pub/scm/linux/kernel/git/mingo/mutex-2.6Gravatar Linus Torvalds 9-6/+975
2006-01-09[PATCH] rcu: don't set ->next_pending in rcu_start_batch()Gravatar Oleg Nesterov 1-7/+4
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semGravatar Jes Sorensen 1-5/+5
2006-01-09[PATCH] mutex subsystem, more debugging codeGravatar Ingo Molnar 2-0/+6
2006-01-09[PATCH] mutex subsystem, debugging codeGravatar Ingo Molnar 4-0/+603
2006-01-09[PATCH] mutex subsystem, coreGravatar Ingo Molnar 3-1/+361
2006-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeGravatar Linus Torvalds 2-0/+5
2006-01-09[PATCH] rcu: uninline __rcu_pending()Gravatar Oleg Nesterov 1-0/+30
2006-01-08[PATCH] Make vm86 support optionalGravatar Matt Mackall 1-0/+2
2006-01-08[PATCH] tiny: Make *[ug]id16 support optionalGravatar Matt Mackall 1-0/+19
2006-01-08[PATCH] simplify k_getrusage()Gravatar Oleg Nesterov 1-18/+11
2006-01-08[PATCH] fix workqueue oops during cpu offlineGravatar Nathan Lynch 1-6/+10
2006-01-08[PATCH] kernel/module.c: remove redundant spinlock in resolve_symbol()Gravatar Ashutosh Naik 1-2/+0