aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2010-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6Gravatar Linus Torvalds 1-1/+1
2010-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 1-4/+2
2010-03-01Merge branch 'for-2.6.34' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-2/+3
2010-03-01Merge branches 'futexes-for-linus', 'irq-core-for-linus' and 'bkl-drivers-for...Gravatar Linus Torvalds 1-3/+3
2010-03-01Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 4-7/+20
2010-03-01sparc: Support show_unhandled_signals.Gravatar David S. Miller 1-1/+1
2010-02-28Merge branch 'master' of /home/davem/src/GIT/linux-2.6/Gravatar David S. Miller 48-3570/+4280
2010-02-28Merge branch 'x86-ptrace-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+88
2010-02-28blktrace: perform cleanup after setup errorGravatar Dmitry Monakhov 1-2/+3
2010-02-28Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+13
2010-02-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 9-2440/+1785
2010-02-28Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-28/+58
2010-02-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 9-479/+579
2010-02-28Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 10-328/+370
2010-02-28Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 14-225/+589
2010-02-28Merge branches 'core-ipi-for-linus', 'core-locking-for-linus', 'tracing-fixes...Gravatar Linus Torvalds 2-4/+5
2010-02-27Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Ingo Molnar 1-9/+43
2010-02-27Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Ingo Molnar 2-1/+6
2010-02-27rcu: Fix accelerated GPs for last non-dynticked CPUGravatar Paul E. McKenney 1-1/+9
2010-02-27rcu: Fix accelerated grace periods for last non-dynticked CPUGravatar Paul E. McKenney 3-20/+57
2010-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 6-69/+65
2010-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 2-0/+691
2010-02-26ftrace: Add function names to dangling } in function graph tracerGravatar Steven Rostedt 1-9/+43
2010-02-26PM / Hibernate: Fix preallocating of memoryGravatar Rafael J. Wysocki 1-1/+1
2010-02-26PM / Hibernate: Remove swsusp.c finallyGravatar Jiri Slaby 1-58/+0
2010-02-26PM / Hibernate: Remove trailing space in messageGravatar Frans Pop 1-1/+1
2010-02-26PM / Hibernate: Swap, remove useless check from swsusp_read()Gravatar Jiri Slaby 1-4/+0
2010-02-26PM / Hibernate: Really deprecate deprecated user ioctlsGravatar Jiri Slaby 1-4/+19
2010-02-26PM: Add facility for advanced testing of async suspend/resumeGravatar Rafael J. Wysocki 1-0/+14
2010-02-26PM: Add a switch for disabling/enabling asynchronous suspend/resumeGravatar Rafael J. Wysocki 1-1/+30
2010-02-26Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Gravatar Linus Torvalds 2-5/+44
2010-02-26perf_event: Fix preempt warning in perf_clock()Gravatar Peter Zijlstra 1-1/+1
2010-02-26sched: Fix SCHED_MC regression caused by change in sched cpu_powerGravatar Suresh Siddha 1-33/+43
2010-02-26perf_events: Simplify code by removing cpu argument to hw_perf_group_sched_in()Gravatar Peter Zijlstra 1-27/+18
2010-02-26perf_events, x86: AMD event schedulingGravatar Stephane Eranian 1-0/+5
2010-02-26perf_events: Add new start/stop PMU callbacksGravatar Stephane Eranian 1-2/+18
2010-02-26perf_events: Report the MMAP pgoff value in bytesGravatar Peter Zijlstra 1-1/+1
2010-02-26Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Ingo Molnar 6-17/+6
2010-02-26Merge commit 'v2.6.33' into tracing/coreGravatar Ingo Molnar 33-160/+372
2010-02-26rcu: Export rcu_scheduler_activeGravatar Paul E. McKenney 1-0/+1
2010-02-26rcu: Make rcu_read_lock_sched_held() take boot time into accountGravatar Paul E. McKenney 2-19/+18
2010-02-26rcu: Make lockdep_rcu_dereference() message less alarmistGravatar Paul E. McKenney 1-3/+3
2010-02-25tracing: Simplify memory recycle of trace_define_fieldGravatar Wenji Huang 1-3/+1
2010-02-25tracing: Remove unnecessary variable in print_graph_returnGravatar Wenji Huang 1-1/+0
2010-02-25tracing: Fix typo of info text in trace_kprobe.cGravatar Wenji Huang 1-2/+2
2010-02-25tracing: Fix typo in prof_sysexit_enable()Gravatar Wenji Huang 1-1/+1
2010-02-25tracing: Remove CONFIG_TRACE_POWER from kernel configGravatar Li Zefan 1-9/+0
2010-02-25tracing: Fix ftrace_event_call alignment for use with gcc 4.5Gravatar Jeff Mahoney 1-1/+2
2010-02-25sched, cgroups: Fix module exportGravatar Ingo Molnar 1-0/+1
2010-02-25rcu: Add RCU_CPU_STALL_VERBOSE to dump detailed per-task informationGravatar Paul E. McKenney 3-0/+57