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