summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2006-01-12Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/hrtimer-2.6Linus Torvalds-15/+19
2006-01-12[PATCH] sched: filter affine wakeupsakpm@osdl.org-1/+9
2006-01-12[PATCH] scheduler cache-hot-autodetectakpm@osdl.org-0/+468
2006-01-12[hrtimer] Enforce resolution as lower limit of intervalsThomas Gleixner-1/+4
2006-01-12[hrtimer] Change resolution storage to ktime_t formatThomas Gleixner-2/+1
2006-01-12[hrtimer] Remove listhead from hrtimer structThomas Gleixner-12/+14
2006-01-11[PATCH] x86_64: Inclusion of ScaleMP vSMP architecture patches - vsmp_alignRavikiran G Thirumalai-1/+5
2006-01-11[PATCH] x86_64: Make the cpu_*_maps in kernel/sched.c read mostlyAndi Kleen-3/+3
2006-01-11[PATCH] move capable() to capability.hRandy.Dunlap-0/+13
2006-01-11[PATCH] uninline capable()Ingo Molnar-0/+12
2006-01-11[PATCH] kprobes: fix unloading of self probed moduleKeshavamurthy Anil S-10/+32
2006-01-11[PATCH] fix/simplify mutex debugging codeDavid Woodhouse-2/+3
2006-01-10[PATCH] mutex: trivial whitespace cleanupsIngo Molnar-5/+1
2006-01-10[PATCH] mark mutex_lock*() as might_sleep()Ingo Molnar-0/+2
2006-01-10[PATCH] fix i386 mutex fastpath on FRAME_POINTER && !DEBUG_MUTEXESIngo Molnar-9/+0
2006-01-10[PATCH] remove unnecessary asm/mutex.h from kernel/mutex-debug.cIngo Molnar-2/+0
2006-01-10[PATCH] rcu: fix hotplug-cpu ->donelist leakOleg Nesterov-1/+2
2006-01-10[PATCH] rcu: join rcu_ctrlblk and rcu_stateOleg Nesterov-44/+38
2006-01-10[PATCH] kernel/resource.c: __check_region(): remove pointless __deprecatedAdrian Bunk-1/+1
2006-01-10[PATCH] Decrease number of pointer derefs in exit.cJesper Juhl-16/+21
2006-01-10[PATCH] Kprobes: conversion from kcalloc to kzallocKeshavamurthy Anil S-1/+1
2006-01-10[PATCH] kprobes: fix build breakageAnanth N Mavinakayanahalli-2/+2
2006-01-10[PATCH] kprobes: arch_remove_kprobeAnil S Keshavamurthy-3/+1
2006-01-10[PATCH] kprobes-changed-from-using-spinlock-to-mutex fixKeshavamurthy Anil S-14/+18
2006-01-10[PATCH] kprobes: changed from using spinlock to mutexAnil S Keshavamurthy-48/+43
2006-01-10[PATCH] kprobes: enable funcions only for required archAnil S Keshavamurthy-0/+2
2006-01-10[PATCH] Remove getnstimestamp()Matt Helsley-22/+0
2006-01-10[PATCH] Export ktime_get_ts()Matt Helsley-0/+1
2006-01-10[PATCH] hrtimer: convert posix timers completelyThomas Gleixner-582/+135
2006-01-10[PATCH] hrtimer: switch clock_nanosleep to hrtimer nanosleep APIThomas Gleixner-133/+41
2006-01-10[PATCH] hrtimer: switch sys_nanosleep to hrtimerThomas Gleixner-56/+14
2006-01-10[PATCH] hrtimer: create hrtimer nanosleep APIThomas Gleixner-0/+127
2006-01-10[PATCH] hrtimer: switch itimers to hrtimerThomas Gleixner-59/+55
2006-01-10[PATCH] hrtimer: hrtimer core codeThomas Gleixner-1/+682
2006-01-10[PATCH] hrtimer: introduce nsec_t type and conversion functionsThomas Gleixner-0/+36
2006-01-10[PATCH] hrtimer: validate timespec of do_sys_settimeofdayThomas Gleixner-0/+3
2006-01-10[PATCH] hrtimer: create and use timespec_valid macroThomas Gleixner-3/+2
2006-01-10[PATCH] hrtimer: make clockid_t arguments constThomas Gleixner-35/+43
2006-01-10[PATCH] hrtimer: export deinlined mktimeAndrew Morton-0/+2
2006-01-10[PATCH] hrtimer: clean up mktime and make arguments constIngo Molnar-6/+9
2006-01-10[PATCH] hrtimer: deinline mktime and set_normalized_timespecThomas Gleixner-0/+61
2006-01-10[PATCH] hrtimer: remove duplicate div_long_long_rem implementationThomas Gleixner-9/+1
2006-01-10[PATCH] common compat_sys_timer_createChristoph Hellwig-2/+18
2006-01-10[PATCH] kdump: read previous kernel's memoryVivek Goyal-65/+0
2006-01-10[PATCH] kdump: save registers early (inline functions)Vivek Goyal-1/+3
2006-01-10[PATCH] kdump: export per cpu crash notes pointer through sysfsVivek Goyal-13/+0
2006-01-10[PATCH] kdump: dynamic per cpu allocation of memory for saving cpu registersVivek Goyal-0/+16
2006-01-10[PATCH] Remove set_fs() in stop_machine()akpm@osdl.org-5/+1
2006-01-09Merge master.kernel.org:/pub/scm/linux/kernel/git/mingo/mutex-2.6Linus Torvalds-6/+975
2006-01-09[PATCH] rcu: don't set ->next_pending in rcu_start_batch()Oleg Nesterov-7/+4