aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2009-09-23kmod: fix race in usermodehelper codeNeil Horman
2009-09-23printk: add printk_delay to make messages readable for some scenariosDave Young
2009-09-23printk boot_delay: rename printk_delay_msec to loops_per_msecDave Young
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-09-22cpuidle: fix the menu governor to boost IO performanceArjan van de Ven
2009-09-22nommu: add support for Memory Protection Units (MPU)Bernd Schmidt
2009-09-22oom: move oom_adj value from task_struct to signal_structKOSAKI Motohiro
2009-09-22oom: move oom_killer_enable()/oom_killer_disable to where they belongAlexey Dobriyan
2009-09-22mm: also use alloc_large_system_hash() for the PID hash tableJan Beulich
2009-09-22mm: don't use alloc_bootmem_low() where not strictly neededJan Beulich
2009-09-22ksm: fix deadlock with munlock in exit_mmapAndrea Arcangeli
2009-09-22ksm: fix oom deadlockHugh Dickins
2009-09-22ksm: the mm interface to ksmHugh Dickins
2009-09-22mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log outputKOSAKI Motohiro
2009-09-22const: mark remaining inode_operations as constAlexey Dobriyan
2009-09-22const: mark remaining super_operations constAlexey Dobriyan
2009-09-21Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/...Linus Torvalds
2009-09-21Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-09-21Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2009-09-21Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2009-09-21trivial: remove unnecessary semicolonsJoe Perches
2009-09-21trivial: Fix duplicated word "options" in commentUwe Kleine-Koenig
2009-09-21trivial: fix typo "to to" in multiple filesAnand Gadiyar
2009-09-21trivial: Correct print_tainted routine name in commentRobert P. J. Day
2009-09-21perf: Tidy up after the big renameIngo Molnar
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar
2009-09-21perf_counter: Rename 'event' to event_id/hw_eventIngo Molnar
2009-09-21perf_counter: Rename list_entry -> group_entry, counter_list -> group_listIngo Molnar
2009-09-21sched: Simplify sys_sched_rr_get_interval() system callPeter Williams
2009-09-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/linux-2.6Linus Torvalds
2009-09-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds
2009-09-20Merge branch 'perfcounters-core-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2009-09-20sched: Fix potential NULL derference of doms_curYong Zhang
2009-09-20kernel/profile.c: Switch /proc/irq/prof_cpu_mask to seq_fileAlexey Dobriyan
2009-09-20sched: Fix raciness in runqueue_is_locked()Andrew Morton
2009-09-20tracing: Export trace_profile_buf symbolsPeter Zijlstra
2009-09-20includecheck fix: kernel/trace, ring_buffer.cJaswinder Singh Rajput
2009-09-19vt: remove power stuff from kernel/powerAlan Cox
2009-09-19kfifo: Use "const" definitionsAlan Cox
2009-09-19perf_counter: Fix perf_copy_attr() pointer arithmeticIan Schram
2009-09-19Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2009-09-19tracing/events: use list_for_entry_continueLi Zefan
2009-09-19tracing: remove max_tracer_type_lenLi Zefan
2009-09-19function-graph: use ftrace_graph_funcs directlyLi Zefan
2009-09-19sched: Re-add lost cpu_allowed check to sched_fair.c::select_task_rq_fair()Mike Galbraith
2009-09-19Merge branch 'tracing/core-v3' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar
2009-09-19tracing, perf: Convert the power tracer into an event tracerArjan van de Ven
2009-09-19perf: Add a timestamp to fork eventsArjan van de Ven
2009-09-19Merge branch 'linus' into perfcounters/coreIngo Molnar
2009-09-19rcu: Fix whitespace inconsistenciesPaul E. McKenney