summaryrefslogtreecommitdiff
path: root/kernel (unfollow)
Commit message (Expand)Author
2009-08-03itimers: Fix periodic tics precisionStanislaw Gruszka
2009-08-03itimers: Merge ITIMER_VIRT and ITIMER_PROFStanislaw Gruszka
2009-08-02lockdep: Fix memory usage info of BFSMing Lei
2009-08-02lockdep: Reintroduce generation count to make BFS fasterMing Lei
2009-08-02lockdep: Deal with many similar locksPeter Zijlstra
2009-08-02lockdep: Introduce lockdep_assert_held()Peter Zijlstra
2009-08-02lockdep: Fix style nitsPeter Zijlstra
2009-08-02lockdep: Fix backtracesPeter Zijlstra
2009-08-02sched: Fix cpupri build on !CONFIG_SMPIngo Molnar
2009-08-02lockdep: Fix BFS buildIngo Molnar
2009-08-02sched: Ensure the migration task doesn't go away during usePeter Zijlstra
2009-08-02sched: Add debug check to task_of()Peter Zijlstra
2009-08-02sched: Fully integrate cpus_active_map and root-domain codeGregory Haskins
2009-08-02sched: Enhance the pre/post scheduling logicGregory Haskins
2009-08-02sched: Add new prio to cpupri before removing old prioSteven Rostedt
2009-08-02sched: Check for pushing rt tasks after all schedulingSteven Rostedt
2009-08-02sched: Optimize unused cgroup configurationPeter Zijlstra
2009-08-02sched: Fix cgroup smp fairnessPeter Zijlstra
2009-08-02sched: Fix race in cpupri introduced by cpumask_var changesGregory Haskins
2009-08-02sched: Fix latencytop and sleep profiling vs group schedulingPeter Zijlstra
2009-08-02perf_counter: Full task tracingPeter Zijlstra
2009-08-02perf_counter: Collapse inherit on read()Peter Zijlstra
2009-08-02debug lockups: Improve lockup detectionIngo Molnar
2009-08-01do_sigaltstack: small cleanupsLinus Torvalds
2009-08-01do_sigaltstack: avoid copying 'stack_t' as a structure to user spaceLinus Torvalds
2009-07-30kprobes: Use kernel_text_address() for checking probe addressMasami Hiramatsu
2009-07-29profile: suppress warning about large allocations when profile=1 is specifiedMel Gorman
2009-07-29cgroup avoid permanent sleep at rmdirKAMEZAWA Hiroyuki
2009-07-29cgroups: fix pid namespace bugLi Zefan
2009-07-29kexec: fix omitting offset in extended crashkernel syntaxHidetoshi Seto
2009-07-29mm: copy over oom_adj value at fork timeRik van Riel
2009-07-28tracing: Fix missing function_graph events when we splice_read from trace_pipeLai Jiangshan
2009-07-28tracing: Fix invalid function_graph entryLai Jiangshan
2009-07-27update the comment in kthread_stop()Oleg Nesterov
2009-07-27module: use MODULE_SYMBOL_PREFIX with module_layoutMike Frysinger
2009-07-24trace: stop tracer in oops_enter()Thomas Gleixner
2009-07-24lockdep: BFS cleanupPeter Zijlstra
2009-07-24lockdep: Add statistics info for max bfs queue depthMing Lei
2009-07-24lockdep: Update memory usage introduced by BFSMing Lei
2009-07-24lockdep: Implement lockdep_count_*ward_deps by BFSMing Lei
2009-07-24lockdep: Introduce print_shortest_lock_dependenciesMing Lei
2009-07-24lockdep: Implement find_usage_*wards by BFSMing Lei
2009-07-24lockdep: Implement check_noncircular() by BFSMing Lei
2009-07-24lockdep: Introduce match function to BFSMing Lei
2009-07-24lockdep: Improve implementation of BFSMing Lei
2009-07-24lockdep: Print the shortest dependency chain if finding a circleMing Lei
2009-07-24sched: Fix return value of migration_init()Thomas Gleixner
2009-07-23tracing/ksym_tracer: support quick clear for ksym_trace_filter -- v2Xiao Guangrong
2009-07-23tracing/ksym_tracer: fix write operation of ksym_trace_filterXiao Guangrong
2009-07-23tracing/ksym_tracer: fix the output of ksym tracerXiao Guangrong