summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2008-12-25Merge branches 'timers/clocksource', 'timers/hpet', 'timers/hrtimers', 'timer...Ingo Molnar6-315/+107
2008-12-23cgroups: avoid accessing uninitialized data in failure pathLi Zefan1-2/+3
2008-12-23cgroups: suppress bogus warning messagesSharyathi Nagesh1-3/+0
2008-12-20Null pointer deref with hrtimer_try_to_cancel()Thomas Gleixner1-0/+6
2008-12-19hrtimers: fix warning in kernel/hrtimer.cIngo Molnar1-1/+5
2008-12-15cgroups: fix a race between rmdir and remountPaul Menage1-1/+1
2008-12-14Revert "sched_clock: prevent scd->clock from moving backwards"Linus Torvalds1-3/+3
2008-12-12posix-timers: check ->it_signal instead of ->it_pid to validate the timerOleg Nesterov1-10/+7
2008-12-12posix-timers: use "struct pid*" instead of "struct task_struct*"Oleg Nesterov1-20/+23
2008-12-12nohz: suppress needless timer reprogrammingWoodruff, Richard1-17/+24
2008-12-12nohz: no softirq pending warnings for offline cpusHeiko Carstens1-1/+1
2008-12-10Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+2
2008-12-10fix mapping_writably_mapped()Hugh Dickins1-6/+9
2008-12-10KSYM_SYMBOL_LEN fixesHugh Dickins1-1/+1
2008-12-10relayfs: fix infinite loop with splice()Tom Zanussi1-5/+2
2008-12-09sched: CPU remove deadlock fixBrian King1-0/+2
2008-12-09[PATCH] fix broken timestamps in AVC generated by kernel threadsAl Viro2-4/+5
2008-12-09[patch 1/1] audit: remove excess kernel-docRandy Dunlap1-2/+0
2008-12-09[PATCH] return records for fork() both to child and parentAl Viro2-0/+18
2008-12-09[PATCH] Audit: make audit=0 actually turn off auditEric Paris1-7/+21
2008-12-08hrtimer: removing all ur callback modes, fixPeter Zijlstra1-7/+1
2008-12-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2008-12-04Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-1/+23
2008-12-04Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2008-12-04hrtimer: removing all ur callback modes, fix hotplugPeter Zijlstra1-28/+37
2008-12-04[PATCH] kill obsolete temporary comment in swsusp_close()Al Viro1-1/+1
2008-12-04time: catch xtime_nsec underflows and fix themjohn stultz1-0/+22
2008-12-03check_hung_task(): unsigned sysctl_hung_task_warnings cannot be less than 0Roel Kluin1-1/+1
2008-12-01taint: add missing commentArjan van de Ven1-0/+1
2008-12-01epoll: introduce resource usage limitsDavide Libenzi1-0/+10
2008-11-30Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-3/+4
2008-11-30Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-27/+56
2008-11-30Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2008-11-30Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-19/+23
2008-11-30remove __ARCH_WANT_COMPAT_SYS_PTRACEChristoph Hellwig1-2/+2
2008-11-30cpuinit fixes in kernel/*Al Viro2-3/+3
2008-11-29sched: prevent divide by zero error in cpu_avg_load_per_task, updateIngo Molnar1-1/+1
2008-11-29sched, cpusets: fix warning in kernel/cpuset.cIngo Molnar1-1/+1
2008-11-27sched: prevent divide by zero error in cpu_avg_load_per_taskSteven Rostedt1-2/+3
2008-11-27ftrace: prevent recursionLai Jiangshan1-1/+1
2008-11-25hrtimer: removing all ur callback modesPeter Zijlstra5-255/+33
2008-11-24posix-cpu-timers: fix clock_gettime with CLOCK_PROCESS_CPUTIME_IDPetr Tesarik1-1/+1
2008-11-23x86, mmiotrace: fix buffer overrun detectionPekka Paalanen1-9/+7
2008-11-23Merge commit 'v2.6.28-rc6' into irq/urgentIngo Molnar26-226/+474
2008-11-21lockdep: consistent alignement for lockdep infoLi Zefan1-2/+2
2008-11-21function tracing: fix wrong position computing of stack_traceLiming Wang1-9/+15
2008-11-20Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-59/+56
2008-11-19cgroups: fix a serious bug in cgroupstatsLi Zefan1-2/+5
2008-11-19sprint_symbol(): use less stackHugh Dickins1-5/+12
2008-11-19cgroup: fix potential deadlock in pre_destroyKAMEZAWA Hiroyuki1-5/+9