aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-18Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds8-125/+126
2010-03-17perf: Fix unexported generic perf_arch_fetch_caller_regsFrederic Weisbecker2-0/+4
2010-03-13Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-3/+8
2010-03-13Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds9-24/+49
2010-03-13Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds6-23/+77
2010-03-13Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-34/+13
2010-03-12tracing: Do not record user stack trace from NMI contextSteven Rostedt1-0/+7
2010-03-12tracing: Disable buffer switching when starting or stopping traceSteven Rostedt1-0/+9
2010-03-12tracing: Use same local variable when resetting the ring bufferSteven Rostedt1-4/+4
2010-03-12function-graph: Init curr_ret_stack with ret_stackSteven Rostedt1-1/+1
2010-03-12ring-buffer: Move disabled check into preempt disable sectionLai Jiangshan1-6/+6
2010-03-12Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+4
2010-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds8-12/+12
2010-03-12sysctl extern cleanup: lockdepDave Young1-3/+3
2010-03-12sysctl extern cleanup: rtmutexDave Young1-4/+3
2010-03-12sysctl extern cleanup: acctDave Young1-4/+3
2010-03-12sysctl extern cleanup: sgDave Young1-4/+3
2010-03-12sysctl extern cleanup: moduleDave Young1-4/+0
2010-03-12sysctl extern cleanup: rcuDave Young1-3/+0
2010-03-12sysctl extern cleanup: signalDave Young1-1/+1
2010-03-12sysctl extern cleanup: C_A_DDave Young1-1/+0
2010-03-12nsproxy: remove INIT_NSPROXY()Alexey Dobriyan1-1/+12
2010-03-12pid_ns: zap_pid_ns_processes: use SEND_SIG_NOINFO instead of force_sig()Oleg Nesterov1-4/+3
2010-03-12copy_signal() cleanup: clean thread_group_cputime_init()Veaceslav Falico1-11/+0
2010-03-12copy_signal() cleanup: kill taskstats_tgid_init() and acct_init_pacct()Veaceslav Falico1-10/+0
2010-03-12copy_signal() cleanup: use zalloc and remove initializationsVeaceslav Falico1-26/+1
2010-03-12cgroups: remove events before destroying subsystem state objectsKirill A. Shutemov1-0/+8
2010-03-12cgroups: fix race between userspace and kernelspaceKirill A. Shutemov1-15/+17
2010-03-12cgroup: implement eventfd-based generic API for notificationsKirill A. Shutemov1-1/+227
2010-03-12cgroups: clean up cgroup_pidlist_find() a bitLi Zefan1-5/+3
2010-03-12cgroups: blkio subsystem as moduleBen Blum1-0/+9
2010-03-12cgroups: subsystem module unloadingBen Blum1-25/+142
2010-03-12cgroups: subsystem module loading interfaceBen Blum1-5/+145
2010-03-12cgroups: revamp subsys arrayBen Blum1-16/+80
2010-03-12cgroup: introduce coalesce css_get() and css_put()Daisuke Nishimura1-2/+3
2010-03-12cgroup: introduce cancel_attach()Daisuke Nishimura1-7/+33
2010-03-12Add generic sys_olduname()Christoph Hellwig1-0/+54
2010-03-12improve sys_newuname() for compat architecturesChristoph Hellwig1-0/+13
2010-03-12Add generic sys_ipc wrapperChristoph Hellwig1-0/+1
2010-03-11sched: Fix pick_next_highest_task_rt() for cgroupsPeter Zijlstra1-1/+6
2010-03-11perf: export perf_trace_regs and perf_arch_fetch_caller_regsXiao Guangrong1-0/+1
2010-03-11kprobes: Calculate the index correctly when freeing the out-of-line execution slotMasami Hiramatsu1-1/+2
2010-03-11sched: Cleanup: remove unused variable in try_to_wake_up()Dan Carpenter1-2/+2
2010-03-11Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/urgentIngo Molnar4-12/+48
2010-03-11rcu: Increase RCU CPU stall timeouts if PROVE_RCUPaul E. McKenney1-6/+15
2010-03-11ftrace: Replace read_barrier_depends() with rcu_dereference_raw()Paul E. McKenney1-9/+13
2010-03-11perf_event: Fix oops triggered by cpu offline/onlinePaul Mackerras1-1/+12
2010-03-10perf: Drop the obsolete profile naming for trace eventsFrederic Weisbecker6-76/+76
2010-03-10perf: Take a hot regs snapshot for trace eventsFrederic Weisbecker4-11/+9
2010-03-10perf: Introduce new perf_fetch_caller_regs() for hot regs snapshotFrederic Weisbecker1-0/+5