aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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
2006-01-08[PATCH] modules: mark TAINT_FORCED_RMMOD correctlyGravatar Akinobu Mita 1-5/+5
2006-01-08[PATCH] modules: prevent overriding of symbolsGravatar Ashutosh Naik 1-0/+39
2006-01-08[PATCH] copy_process: error path cleanupGravatar Oleg Nesterov 1-6/+2
2006-01-08[PATCH] setpgid: should not accept ptraced childsGravatar Oleg Nesterov 1-1/+1
2006-01-08[PATCH] setpgid: should work for sub-threadsGravatar Oren Laadan 2-10/+8
2006-01-08[PATCH] setpgid: should work for sub-threadsGravatar Oleg Nesterov 1-5/+6
2006-01-08[PATCH] fork: fix race in setting child's pgrp and ttyGravatar Oren Laadan 1-6/+3
2006-01-08[PATCH] Don't attempt to power off if power off is not implementedGravatar Eric W. Biederman 1-0/+6
2006-01-08[PATCH] Extend RCU torture module to test tickless idle CPUGravatar Srivatsa Vaddagiri 1-5/+91
2006-01-08[PATCH] Add tainting for proprietary helper modulesGravatar Dave Jones 1-0/+5
2006-01-08[PATCH] shrink dentry structGravatar Eric Dumazet 1-2/+2
2006-01-08[PATCH] remove unneeded sig->curr_target recalculationGravatar Oleg Nesterov 1-2/+0
2006-01-08[PATCH] little do_group_exit() cleanupGravatar Oleg Nesterov 1-1/+0
2006-01-08[PATCH] kill_proc_info_as_uid: don't use hardcoded constantsGravatar Oleg Nesterov 1-2/+1
2006-01-08[PATCH] Unchecked alloc_percpu() return in __create_workqueue()Gravatar Ben Collins 1-0/+5
2006-01-08[PATCH] sigaction should clear all signals on SIG_IGN, not just < 32Gravatar George Anzinger 1-2/+32
2006-01-08[PATCH] printk return value: fix itGravatar Guillaume Chazarain 1-3/+3
2006-01-08[PATCH] use ptrace_get_task_struct in various placesGravatar Christoph Hellwig 1-31/+46
2006-01-08[PATCH] rcu file: use atomic primitivesGravatar Nick Piggin 2-15/+0
2006-01-08[PATCH] kernel/: small cleanupsGravatar Adrian Bunk 4-2/+5
2006-01-08[PATCH] cpuset: skip rcu check if task is in root cpusetGravatar Paul Jackson 1-4/+9
2006-01-08[PATCH] cpuset: mark number_of_cpusets read_mostlyGravatar Paul Jackson 1-1/+1
2006-01-08[PATCH] cpuset: use rcu directly optimizationGravatar Paul Jackson 1-10/+30
2006-01-08[PATCH] cpuset: remove test for null cpuset from alloc code pathGravatar Paul Jackson 1-6/+16
2006-01-08[PATCH] cpuset: migrate all tasks in cpuset at onceGravatar Paul Jackson 1-13/+16
2006-01-08[PATCH] cpuset: rebind vma mempolicies fixGravatar Paul Jackson 1-0/+90
2006-01-08[PATCH] cpuset: number_of_cpusets optimizationGravatar Paul Jackson 1-1/+11