aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-22mm: also use alloc_large_system_hash() for the PID hash tableJan Beulich1-11/+4
2009-09-22mm: don't use alloc_bootmem_low() where not strictly neededJan Beulich1-1/+1
2009-09-22ksm: fix deadlock with munlock in exit_mmapAndrea Arcangeli1-0/+1
2009-09-22ksm: fix oom deadlockHugh Dickins1-1/+0
2009-09-22ksm: the mm interface to ksmHugh Dickins1-1/+7
2009-09-22mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log outputKOSAKI Motohiro1-0/+11
2009-09-22const: mark remaining inode_operations as constAlexey Dobriyan1-2/+2
2009-09-22const: mark remaining super_operations constAlexey Dobriyan1-1/+1
2009-09-21Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds10-1263/+1262
2009-09-21Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds6-129/+181
2009-09-21Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds5-49/+73
2009-09-21Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds10-1078/+217
2009-09-21perf: Tidy up after the big renameIngo Molnar1-2/+2
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar10-1249/+1249
2009-09-21perf_counter: Rename 'event' to event_id/hw_eventIngo Molnar1-13/+13
2009-09-21perf_counter: Rename list_entry -> group_entry, counter_list -> group_listIngo Molnar1-36/+35
2009-09-21sched: Simplify sys_sched_rr_get_interval() system callPeter Williams4-16/+42
2009-09-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/linux-2.6Linus Torvalds1-2/+0
2009-09-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2-59/+6
2009-09-20Merge branch 'perfcounters-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds8-486/+291
2009-09-20sched: Fix potential NULL derference of doms_curYong Zhang1-1/+1
2009-09-20kernel/profile.c: Switch /proc/irq/prof_cpu_mask to seq_fileAlexey Dobriyan1-21/+24
2009-09-20sched: Fix raciness in runqueue_is_locked()Andrew Morton2-9/+9
2009-09-20tracing: Export trace_profile_buf symbolsPeter Zijlstra1-1/+4
2009-09-20includecheck fix: kernel/trace, ring_buffer.cJaswinder Singh Rajput1-2/+0
2009-09-19vt: remove power stuff from kernel/powerAlan Cox1-58/+5
2009-09-19kfifo: Use "const" definitionsAlan Cox1-1/+1
2009-09-19perf_counter: Fix perf_copy_attr() pointer arithmeticIan Schram1-10/+10
2009-09-19Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/urgentIngo Molnar3-86/+35
2009-09-19tracing/events: use list_for_entry_continueLi Zefan1-34/+15
2009-09-19tracing: remove max_tracer_type_lenLi Zefan1-33/+16
2009-09-19function-graph: use ftrace_graph_funcs directlyLi Zefan1-19/+4
2009-09-19sched: Re-add lost cpu_allowed check to sched_fair.c::select_task_rq_fair()Mike Galbraith1-1/+2
2009-09-19Merge branch 'tracing/core-v3' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into tracing/urgentIngo Molnar2-21/+155
2009-09-19tracing, perf: Convert the power tracer into an event tracerArjan van de Ven5-239/+21
2009-09-19perf: Add a timestamp to fork eventsArjan van de Ven1-2/+9
2009-09-19Merge branch 'linus' into perfcounters/coreIngo Molnar44-1543/+2009
2009-09-19rcu: Fix whitespace inconsistenciesPaul E. McKenney6-20/+21
2009-09-19rcu: Fix thinko, actually initialize full treePaul E. McKenney2-8/+7
2009-09-19rcu: Apply results of code inspection of kernel/rcutree_plugin.hPaul E. McKenney2-26/+11
2009-09-19rcu: Add WARN_ON_ONCE() consistency checks covering state transitionsPaul E. McKenney2-10/+23
2009-09-18tracing: Remove markersChristoph Hellwig4-950/+0
2009-09-18sched_clock: Make it NMI safePeter Zijlstra2-75/+56
2009-09-18perf_counter: Fix up swcounter throttlingPeter Zijlstra1-1/+1
2009-09-18x86, perf_counter, bts: Optimize BTS overflow handlingMarkus Metzger1-147/+165
2009-09-18headers: taskstats_kern.h trimAlexey Dobriyan1-0/+1
2009-09-18Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds8-426/+780
2009-09-18sched: Remove unneeded indentation in sched_fair.c::place_entity()Mike Galbraith1-22/+19
2009-09-18tracing: Allocate the ftrace event profile buffer dynamicallyFrederic Weisbecker2-20/+138
2009-09-18tracing: Factorize the events profile accountingFrederic Weisbecker1-2/+18