summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2012-03-12Merge branch 'perf/hw-branch-sampling' into perf/coreIngo Molnar-0/+183
2012-03-12Merge branch 'perf/urgent' into perf/coreIngo Molnar-36/+97
2012-03-07Revert "CPU hotplug, cpusets, suspend: Don't touch cpusets during suspend/res...Linus Torvalds-2/+2
2012-03-06genirq: Clear action->thread_mask if IRQ_ONESHOT is not setThomas Gleixner-6/+38
2012-03-05hung_task: fix the broken rcu_lock_break() logicOleg Nesterov-4/+7
2012-03-05vfork: kill PF_STARTINGOleg Nesterov-9/+0
2012-03-05coredump_wait: don't call complete_vfork_done()Oleg Nesterov-1/+1
2012-03-05vfork: make it killableOleg Nesterov-8/+32
2012-03-05vfork: introduce complete_vfork_done()Oleg Nesterov-7/+10
2012-03-05kprobes: return proper error code from register_kprobe()Prashanth Nageshappa-5/+7
2012-03-05kmsg_dump: don't run on non-error paths by defaultMatthew Garrett-0/+6
2012-03-05perf: Add callback to flush branch_stack on context switchStephane Eranian-0/+85
2012-03-05perf: Disable PERF_SAMPLE_BRANCH_* when not supportedStephane Eranian-0/+30
2012-03-05perf: Add generic taken branch sampling supportStephane Eranian-0/+68
2012-03-05Merge branch 'perf/urgent' into perf/coreIngo Molnar-35/+108
2012-03-02Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-ur...Linus Torvalds-4/+4
2012-02-28static keys: Inline the static_key_enabled() functionJason Baron-6/+0
2012-02-28Merge branch 'perf/jump-labels' into perf/coreIngo Molnar-94/+117
2012-02-28perf/hwbp: Fix a possible memory leakNamhyung Kim-2/+2
2012-02-27Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+2
2012-02-27Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-13/+37
2012-02-27CPU hotplug, cpusets, suspend: Don't touch cpusets during suspend/resumeSrivatsa S. Bhat-2/+2
2012-02-24epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Oleg Nesterov-1/+4
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar-92/+112
2012-02-22sched/events: Revert trace_sched_stat_sleeptime()Peter Zijlstra-1/+2
2012-02-22jump label: Fix compiler warningJason Baron-1/+1
2012-02-22jump label: Add a WARN() if jump label key count goes negativeJason Baron-1/+4
2012-02-21ftrace, perf: Add filter support for function trace eventJiri Olsa-9/+168
2012-02-21ftrace: Allow to specify filter field type for ftrace eventsJiri Olsa-47/+82
2012-02-21ftrace, perf: Add support to use function tracepoint in perfJiri Olsa-2/+106
2012-02-21ftrace: Add FTRACE_ENTRY_REG macro to allow event registrationJiri Olsa-2/+20
2012-02-21ftrace, perf: Add add/del tracepoint perf registration actionsJiri Olsa-1/+11
2012-02-21ftrace, perf: Add open/close tracepoint perf registration actionsJiri Olsa-49/+97
2012-02-21ftrace: Add enable/disable ftrace_ops control interfaceJiri Olsa-7/+106
2012-02-21tracing: Don't use p->len field to determine output in __print_*() functionsSteven Rostedt-3/+3
2012-02-20tracing: Don't print an extra separator of flagsAndrey Vagin-2/+4
2012-02-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+2
2012-02-17Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar-16/+31
2012-02-15genirq: Handle pending irqs in irq_startup()Thomas Gleixner-11/+14
2012-02-15genirq: Unmask oneshot irqs when thread was not wokenThomas Gleixner-2/+23
2012-02-13vfs: fix panic in __d_lookup() with high dentry hashtable countsDimitri Sivanich-2/+2
2012-02-13Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds-1/+2
2012-02-14module: make module param bint handle nul valueDave Young-1/+2
2012-02-13tracing/trivial: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer-7/+6
2012-02-13printk/tracing: Add console output tracingJohannes Berg-0/+5
2012-02-13ftrace: sched_switch plugin is deprecatedGeunsik Lim-3/+3
2012-02-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds-3/+9
2012-02-11watchdog: Fix code/comments mismatchesFernando Luis Vázquez Cao-12/+12
2012-02-10Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-5/+14
2012-02-10relay: prevent integer overflow in relay_open()Dan Carpenter-2/+8