summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2008-12-25Merge branches 'timers/clocksource', 'timers/hpet', 'timers/hrtimers', 'timer...Ingo Molnar
2008-12-23cgroups: avoid accessing uninitialized data in failure pathLi Zefan
2008-12-23cgroups: suppress bogus warning messagesSharyathi Nagesh
2008-12-20Null pointer deref with hrtimer_try_to_cancel()Thomas Gleixner
2008-12-18hrtimers: fix warning in kernel/hrtimer.cIngo Molnar
2008-12-16cgroups: fix a race between rmdir and remountPaul Menage
2008-12-15Revert "sched_clock: prevent scd->clock from moving backwards"Linus Torvalds
2008-12-12posix-timers: check ->it_signal instead of ->it_pid to validate the timerOleg Nesterov
2008-12-12posix-timers: use "struct pid*" instead of "struct task_struct*"Oleg Nesterov
2008-12-12nohz: suppress needless timer reprogrammingWoodruff, Richard
2008-12-12nohz: no softirq pending warnings for offline cpusHeiko Carstens
2008-12-10Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2008-12-10fix mapping_writably_mapped()Hugh Dickins
2008-12-10KSYM_SYMBOL_LEN fixesHugh Dickins
2008-12-10relayfs: fix infinite loop with splice()Tom Zanussi
2008-12-09sched: CPU remove deadlock fixBrian King
2008-12-09[PATCH] fix broken timestamps in AVC generated by kernel threadsAl Viro
2008-12-09[patch 1/1] audit: remove excess kernel-docRandy Dunlap
2008-12-09[PATCH] return records for fork() both to child and parentAl Viro
2008-12-09[PATCH] Audit: make audit=0 actually turn off auditEric Paris
2008-12-08hrtimer: removing all ur callback modes, fixPeter Zijlstra
2008-12-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2008-12-05Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2008-12-05Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2008-12-04hrtimer: removing all ur callback modes, fix hotplugPeter Zijlstra
2008-12-04[PATCH] kill obsolete temporary comment in swsusp_close()Al Viro
2008-12-04time: catch xtime_nsec underflows and fix themjohn stultz
2008-12-03check_hung_task(): unsigned sysctl_hung_task_warnings cannot be less than 0Roel Kluin
2008-12-02taint: add missing commentArjan van de Ven
2008-12-02epoll: introduce resource usage limitsDavide Libenzi
2008-11-30Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2008-11-30Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2008-11-30Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2008-11-30Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2008-11-30remove __ARCH_WANT_COMPAT_SYS_PTRACEChristoph Hellwig
2008-11-30cpuinit fixes in kernel/*Al Viro
2008-11-29sched: prevent divide by zero error in cpu_avg_load_per_task, updateIngo Molnar
2008-11-29sched, cpusets: fix warning in kernel/cpuset.cIngo Molnar
2008-11-27sched: prevent divide by zero error in cpu_avg_load_per_taskSteven Rostedt
2008-11-27ftrace: prevent recursionLai Jiangshan
2008-11-25hrtimer: removing all ur callback modesPeter Zijlstra
2008-11-24posix-cpu-timers: fix clock_gettime with CLOCK_PROCESS_CPUTIME_IDPetr Tesarik
2008-11-23x86, mmiotrace: fix buffer overrun detectionPekka Paalanen
2008-11-23Merge commit 'v2.6.28-rc6' into irq/urgentIngo Molnar
2008-11-21lockdep: consistent alignement for lockdep infoLi Zefan
2008-11-21function tracing: fix wrong position computing of stack_traceLiming Wang
2008-11-20Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2008-11-20cgroups: fix a serious bug in cgroupstatsLi Zefan
2008-11-20sprint_symbol(): use less stackHugh Dickins
2008-11-20cgroup: fix potential deadlock in pre_destroyKAMEZAWA Hiroyuki