aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* [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
|\
| * [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen2006-01-091-5/+5
| * [PATCH] mutex subsystem, more debugging codeIngo Molnar2006-01-092-0/+6
| * [PATCH] mutex subsystem, debugging codeIngo Molnar2006-01-094-0/+603
| * [PATCH] mutex subsystem, coreIngo Molnar2006-01-093-1/+361
* | [PATCH] rcu: don't set ->next_pending in rcu_start_batch()Oleg Nesterov2006-01-091-7/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds2006-01-092-0/+5
|\
| * [PATCH] powerpc: Add arch-dependent copy_oldmem_pageMichael Ellerman2006-01-091-0/+3
| * [PATCH] spufs: The SPU file system, baseArnd Bergmann2006-01-091-0/+2
* | [PATCH] rcu: uninline __rcu_pending()Oleg Nesterov2006-01-091-0/+30