aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2009-12-22kfifo: move out spinlockStefani Seibold
2009-12-22kfifo: move struct kfifo in placeStefani Seibold
2009-12-22Revert "time: Remove xtime_cache"Linus Torvalds
2009-12-22Sanitize f_flags helpersAl Viro
2009-12-22anonfd: Allow making anon files read-onlyRoland Dreier
2009-12-21tracing: Fix setting tracer specific optionsSteven Rostedt
2009-12-21resources: fix call to alignf() in allocate_resource()Dominik Brodowski
2009-12-20sched: Fix hotplug hangPeter Zijlstra
2009-12-20sched: Restore printk sanityPeter Zijlstra
2009-12-19Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-12-19Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2009-12-19Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-12-19Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-12-19fix more leaks in audit_tree.c tag_chunk()Al Viro
2009-12-19fix braindamage in audit_tree.c untag_chunk()Al Viro
2009-12-17Merge branch 'cpumask-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2009-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2009-12-17Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds
2009-12-17printk: fix new kernel-doc warningsRandy Dunlap
2009-12-17do_wait() optimization: do not place sub-threads on task_struct->children listOleg Nesterov
2009-12-17kernel/sysctl.c: fix the incomplete part of sysctl_max_map_count-should-be-no...WANG Cong
2009-12-17Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds
2009-12-17sched: Fix broken assertionPeter Zijlstra
2009-12-17perf events: Dont report side-band events on each cpu for per-task-per-cpu ev...Peter Zijlstra
2009-12-17perf events, x86/stacktrace: Make stack walking optionalFrederic Weisbecker
2009-12-17sched: Teach might_sleep() about preemptible RCUFrederic Weisbecker
2009-12-17kprobe-tracer: Check new event/group nameMasami Hiramatsu
2009-12-17sched: Make warning less noisyIngo Molnar
2009-12-17cpumask: avoid dereferencing struct cpumaskRusty Russell
2009-12-17cpumask: use cpu_online in kernel/perf_event.cRusty Russell
2009-12-17timers: Remove duplicate setting of new_base in __mod_timer()Simon Horman
2009-12-17NOMMU: Optimise away the {dac_,}mmap_min_addr testsDavid Howells
2009-12-16[sysctl] Fix breakage on systems with older glibcAndi Kleen
2009-12-16Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-12-16Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2009-12-16Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds
2009-12-16Merge git://git.infradead.org/mtd-2.6Linus Torvalds
2009-12-16sched: Simplify set_task_cpu()Peter Zijlstra
2009-12-16sched: Remove the cfs_rq dependency from set_task_cpu()Peter Zijlstra
2009-12-16sched: Add pre and post wakeup hooksPeter Zijlstra
2009-12-16sched: Move kthread_bind() back to kthread.cPeter Zijlstra
2009-12-16sched: Fix select_task_rq() vs hotplug issuesPeter Zijlstra
2009-12-16sched: Fix sched_exec() balancingPeter Zijlstra
2009-12-16sched: Ensure set_task_cpu() is never called on blocked tasksPeter Zijlstra
2009-12-16sched: Use TASK_WAKING for fork wakupsPeter Zijlstra
2009-12-16sched: Select_task_rq_fair() must honour SD_LOAD_BALANCEPeter Zijlstra
2009-12-16sched: Fix task_hot() test orderPeter Zijlstra
2009-12-16sched: Fix set_cpu_active() in cpu_down()Xiaotian Feng
2009-12-16Merge branch 'linus' into sched/urgentIngo Molnar
2009-12-16perf events: Allow per-task-per-cpu countersPeter Zijlstra