aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2009-12-24Merge branch 'sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/lin...Gravatar Linus Torvalds 1-1/+30
2009-12-23SYSCTL: Print binary sysctl warnings (nearly) only onceGravatar Andi Kleen 1-1/+30
2009-12-23Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-5/+4
2009-12-23sched: Revert 738d2be, simplify set_task_cpu()Gravatar Peter Zijlstra 1-5/+4
2009-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Gravatar Linus Torvalds 2-2/+1
2009-12-22kfifo: add record handling functionsGravatar Stefani Seibold 1-93/+193
2009-12-22kfifo: add kfifo_skip, kfifo_from_user and kfifo_to_userGravatar Stefani Seibold 1-16/+123
2009-12-22kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Gravatar Stefani Seibold 1-16/+16
2009-12-22kfifo: cleanup namespaceGravatar Stefani Seibold 1-6/+6
2009-12-22kfifo: move out spinlockGravatar Stefani Seibold 1-11/+6
2009-12-22kfifo: move struct kfifo in placeGravatar Stefani Seibold 1-32/+33
2009-12-22Revert "time: Remove xtime_cache"Gravatar Linus Torvalds 2-4/+24
2009-12-22Sanitize f_flags helpersGravatar Al Viro 1-1/+0
2009-12-22anonfd: Allow making anon files read-onlyGravatar Roland Dreier 1-1/+1
2009-12-21resources: fix call to alignf() in allocate_resource()Gravatar Dominik Brodowski 1-16/+16
2009-12-20sched: Fix hotplug hangGravatar Peter Zijlstra 1-1/+1
2009-12-20sched: Restore printk sanityGravatar Peter Zijlstra 2-41/+50
2009-12-19Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-20/+44
2009-12-19Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 7-232/+298
2009-12-19Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-11/+16
2009-12-19Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-5/+15
2009-12-19fix more leaks in audit_tree.c tag_chunk()Gravatar Al Viro 1-3/+6
2009-12-19fix braindamage in audit_tree.c untag_chunk()Gravatar Al Viro 1-2/+2
2009-12-17Merge branch 'cpumask-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-3/+3
2009-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-0/+2
2009-12-17Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Gravatar Linus Torvalds 1-5/+8
2009-12-17printk: fix new kernel-doc warningsGravatar Randy Dunlap 1-2/+2
2009-12-17do_wait() optimization: do not place sub-threads on task_struct->children listGravatar Oleg Nesterov 2-20/+18
2009-12-17kernel/sysctl.c: fix the incomplete part of sysctl_max_map_count-should-be-no...Gravatar WANG Cong 1-1/+1
2009-12-17Merge branch 'for-33' of git://repo.or.cz/linux-kbuildGravatar Linus Torvalds 3-3/+3
2009-12-17sched: Fix broken assertionGravatar Peter Zijlstra 1-1/+2
2009-12-17perf events: Dont report side-band events on each cpu for per-task-per-cpu ev...Gravatar Peter Zijlstra 1-14/+18
2009-12-17perf events, x86/stacktrace: Make stack walking optionalGravatar Frederic Weisbecker 1-0/+1
2009-12-17sched: Teach might_sleep() about preemptible RCUGravatar Frederic Weisbecker 1-1/+1
2009-12-17kprobe-tracer: Check new event/group nameGravatar Masami Hiramatsu 1-6/+25
2009-12-17sched: Make warning less noisyGravatar Ingo Molnar 1-1/+1
2009-12-17cpumask: avoid dereferencing struct cpumaskGravatar Rusty Russell 1-2/+2
2009-12-17cpumask: use cpu_online in kernel/perf_event.cGravatar Rusty Russell 1-1/+1
2009-12-17timers: Remove duplicate setting of new_base in __mod_timer()Gravatar Simon Horman 1-2/+0
2009-12-17NOMMU: Optimise away the {dac_,}mmap_min_addr testsGravatar David Howells 1-0/+2
2009-12-16[sysctl] Fix breakage on systems with older glibcGravatar Andi Kleen 1-0/+7
2009-12-16Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-6/+9
2009-12-16Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 12-219/+183
2009-12-16Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Gravatar Linus Torvalds 1-7/+21
2009-12-16Merge git://git.infradead.org/mtd-2.6Gravatar Linus Torvalds 2-0/+122
2009-12-16sched: Simplify set_task_cpu()Gravatar Peter Zijlstra 1-8/+5
2009-12-16sched: Remove the cfs_rq dependency from set_task_cpu()Gravatar Peter Zijlstra 2-11/+45
2009-12-16sched: Add pre and post wakeup hooksGravatar Peter Zijlstra 2-6/+10
2009-12-16sched: Move kthread_bind() back to kthread.cGravatar Peter Zijlstra 2-26/+23
2009-12-16sched: Fix select_task_rq() vs hotplug issuesGravatar Peter Zijlstra 1-35/+40