aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2008-09-05select: add a timespec_add_safe() functionGravatar Thomas Gleixner 1-0/+18
2008-09-05select: Introduce a hrtimeout functionGravatar Arjan van de Ven 1-0/+65
2008-09-05sched: fix process time monotonicityGravatar Balbir Singh 2-3/+62
2008-09-05sched_clock: fix NOHZ interactionGravatar Peter Zijlstra 1-0/+3
2008-09-04forgotten refcount on sysctl root tableGravatar Al Viro 1-0/+1
2008-09-02pm_qos_requirement might sleepGravatar John Kacur 1-16/+9
2008-09-02pid_ns: (BUG 11391) change ->child_reaper when init->group_leader exitsGravatar Oleg Nesterov 2-50/+34
2008-09-02pid_ns: zap_pid_ns_processes: fix the ->child_reaper changingGravatar Oleg Nesterov 1-3/+6
2008-09-02Merge branch 'audit.b57' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+2
2008-09-02softlockup: minor cleanup, don't check task->state twiceGravatar Oleg Nesterov 1-5/+2
2008-09-02kernel/resource.c: fix new kernel-doc warningGravatar Randy Dunlap 1-1/+1
2008-09-01[PATCH] audit: Moved variable declaration to beginning of functionGravatar Cordelia 1-1/+2
2008-08-29Resource handling: add 'insert_resource_expand_to_fit()' functionGravatar Linus Torvalds 1-25/+63
2008-08-29Don't trigger softlockup detector on network fs blocked tasksGravatar Andi Kleen 1-0/+4
2008-08-28Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-6/+7
2008-08-28Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-6/+7
2008-08-28Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-3/+7
2008-08-28ftrace: disable tracing for hibernationGravatar Rafael J. Wysocki 1-3/+10
2008-08-28sched: rt-bandwidth accounting fixGravatar Peter Zijlstra 1-6/+5
2008-08-28sched: fix sched_rt_rq_enqueue() resched idleGravatar John Blackwood 1-0/+2
2008-08-27ftrace: disable tracing for suspend to ramGravatar Steven Rostedt 1-1/+4
2008-08-27exit signals: use of uninitialized field notify_countGravatar Steve VanDeBogart 1-2/+2
2008-08-27lockdep: fix invalid list_del_rcu in zap_classGravatar Zhu Yi 1-2/+2
2008-08-26lockstat: repair erronous contention statisticsGravatar Joe Korty 1-1/+1
2008-08-26lockstat: fix numerical output rounding errorGravatar Joe Korty 1-1/+2
2008-08-25smp: have smp_call_function_single() detect invalid CPUsGravatar H. Peter Anvin 1-3/+7
2008-08-25Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-50/+34
2008-08-25[module] Don't let gcc inline load_module()Gravatar Linus Torvalds 1-1/+1
2008-08-25sched_clock: fix cpu_clock()Gravatar Peter Zijlstra 1-50/+34
2008-08-23removed unused #include <linux/version.h>'sGravatar Adrian Bunk 5-5/+0
2008-08-22Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2008-08-22Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+1
2008-08-21nohz: fix wrong event handler after online an offlined cpuGravatar Miao Xie 1-1/+5
2008-08-21rcu: fix synchronize_rcu() so that kernel-doc worksGravatar Randy Dunlap 1-0/+1
2008-08-21sched: enable LB_BIAS by defaultGravatar Peter Zijlstra 1-1/+1
2008-08-20fix setpriority(PRIO_PGRP) thread iterator breakageGravatar Ken Chen 1-4/+4
2008-08-19tracehook: fix SA_NOCLDWAITGravatar Roland McGrath 1-2/+3
2008-08-18lockdep: fix spurious 'inconsistent lock state' warningGravatar Dmitry Baryshkov 1-1/+1
2008-08-16Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 4-13/+21
2008-08-16Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-4/+6
2008-08-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 2-11/+15
2008-08-15lockdep: fix build if CONFIG_PROVE_LOCKING not definedGravatar Stephen Hemminger 1-6/+6
2008-08-15sched: scale sysctl_sched_shares_ratelimit with nr_cpusGravatar Peter Zijlstra 1-2/+4
2008-08-15completions: uninline try_wait_for_completion and completion_doneGravatar Dave Chinner 1-0/+46
2008-08-15kexec: use a mutex for locking rather than xchg()Gravatar Andrew Morton 1-24/+10
2008-08-15kexec jump: fix for ftraceGravatar Huang Ying 1-2/+0
2008-08-15kexec jump: in sync with hibernation implementationGravatar Huang Ying 1-0/+2
2008-08-15kexec jump: remove duplication of kexec_restart_prepare()Gravatar Huang Ying 2-6/+2
2008-08-15kexec jump: rename KEXEC_CONTROL_CODE_SIZE to KEXEC_CONTROL_PAGE_SIZEGravatar Huang Ying 1-3/+3
2008-08-15kexec jump: clean up #ifdef and commentsGravatar Huang Ying 1-9/+8