summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2008-12-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2008-12-04Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+23
2008-12-04Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2008-12-04[PATCH] kill obsolete temporary comment in swsusp_close()Al Viro-1/+1
2008-12-04time: catch xtime_nsec underflows and fix themjohn stultz-0/+22
2008-12-03check_hung_task(): unsigned sysctl_hung_task_warnings cannot be less than 0Roel Kluin-1/+1
2008-12-01taint: add missing commentArjan van de Ven-0/+1
2008-12-01epoll: introduce resource usage limitsDavide Libenzi-0/+10
2008-11-30Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-3/+4
2008-11-30Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-27/+56
2008-11-30Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+2
2008-11-30Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-19/+23
2008-11-30remove __ARCH_WANT_COMPAT_SYS_PTRACEChristoph Hellwig-2/+2
2008-11-30cpuinit fixes in kernel/*Al Viro-3/+3
2008-11-29sched: prevent divide by zero error in cpu_avg_load_per_task, updateIngo Molnar-1/+1
2008-11-29sched, cpusets: fix warning in kernel/cpuset.cIngo Molnar-1/+1
2008-11-27sched: prevent divide by zero error in cpu_avg_load_per_taskSteven Rostedt-2/+3
2008-11-27ftrace: prevent recursionLai Jiangshan-1/+1
2008-11-24posix-cpu-timers: fix clock_gettime with CLOCK_PROCESS_CPUTIME_IDPetr Tesarik-1/+1
2008-11-23x86, mmiotrace: fix buffer overrun detectionPekka Paalanen-9/+7
2008-11-23Merge commit 'v2.6.28-rc6' into irq/urgentIngo Molnar-226/+474
2008-11-21lockdep: consistent alignement for lockdep infoLi Zefan-2/+2
2008-11-21function tracing: fix wrong position computing of stack_traceLiming Wang-9/+15
2008-11-20Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-59/+56
2008-11-19cgroups: fix a serious bug in cgroupstatsLi Zefan-2/+5
2008-11-19sprint_symbol(): use less stackHugh Dickins-5/+12
2008-11-19cgroup: fix potential deadlock in pre_destroyKAMEZAWA Hiroyuki-5/+9
2008-11-19cpuset: update top cpuset's mems after adding a nodeMiao Xie-3/+16
2008-11-19reintroduce accept4Ulrich Drepper-1/+1
2008-11-19Merge branch 'tip/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Ingo Molnar-59/+54
2008-11-19ftrace: fix dyn ftrace filter selectionSteven Rostedt-58/+50
2008-11-19ftrace: make filtered functions effective on settingSteven Rostedt-1/+1
2008-11-19ftrace: fix set_ftrace_filterSteven Rostedt-0/+3
2008-11-18trace: introduce missing mutex_unlock()Vegard Nossum-0/+1
2008-11-18Merge branch 'linus' into tracing/urgentIngo Molnar-99/+154
2008-11-18Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-5/+4
2008-11-18suspend: use WARN not WARN_ON to print the messageArjan van de Ven-1/+1
2008-11-18Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-19/+132
2008-11-18Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-18/+34
2008-11-18tracing: kernel/trace/trace.c: introduce missing kfree()Julia Lawall-0/+1
2008-11-18relay: fix cpu offline problemLai Jiangshan-5/+4
2008-11-18kernel/profile.c: fix section mismatch warningRakib Mullick-1/+1
2008-11-18cpuset: fix regression when failed to generate sched domainsLi Zefan-10/+15
2008-11-17Remove -mno-spe flags as they dont belongKumar Gala-3/+1
2008-11-17sched, signals: fix the racy usage of ->signal in account_group_xxx/run_posix...Oleg Nesterov-6/+16
2008-11-16stop_machine: fix race with return value (fixes Bug #11989)Rusty Russell-2/+3
2008-11-16function tracing: fix wrong pos computing when read buffer has been fulfilledwalimis-11/+15
2008-11-16sched: fix kernel warning on /proc/sched_debug accessIngo Molnar-2/+3
2008-11-15Fix inotify watch removal/umount racesAl Viro-42/+63
2008-11-15Move "exit_robust_list" into mm_release()Linus Torvalds-9/+11