aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-05perf: Add callback to flush branch_stack on context switchStephane Eranian1-0/+85
2012-03-05perf: Disable PERF_SAMPLE_BRANCH_* when not supportedStephane Eranian2-0/+30
2012-03-05perf: Add generic taken branch sampling supportStephane Eranian1-0/+68
2012-03-05Merge branch 'perf/urgent' into perf/coreIngo Molnar16-35/+108
2012-02-28static keys: Inline the static_key_enabled() functionJason Baron1-6/+0
2012-02-28Merge branch 'perf/jump-labels' into perf/coreIngo Molnar6-94/+117
2012-02-28perf/hwbp: Fix a possible memory leakNamhyung Kim1-2/+2
2012-02-27Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+2
2012-02-27Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-13/+37
2012-02-24epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Oleg Nesterov1-1/+4
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]()Ingo Molnar6-92/+112
2012-02-22sched/events: Revert trace_sched_stat_sleeptime()Peter Zijlstra2-1/+2
2012-02-22jump label: Fix compiler warningJason Baron1-1/+1
2012-02-22jump label: Add a WARN() if jump label key count goes negativeJason Baron1-1/+4
2012-02-21ftrace, perf: Add filter support for function trace eventJiri Olsa4-9/+168
2012-02-21ftrace: Allow to specify filter field type for ftrace eventsJiri Olsa4-47/+82
2012-02-21ftrace, perf: Add support to use function tracepoint in perfJiri Olsa4-2/+106
2012-02-21ftrace: Add FTRACE_ENTRY_REG macro to allow event registrationJiri Olsa2-2/+20
2012-02-21ftrace, perf: Add add/del tracepoint perf registration actionsJiri Olsa4-1/+11
2012-02-21ftrace, perf: Add open/close tracepoint perf registration actionsJiri Olsa4-49/+97
2012-02-21ftrace: Add enable/disable ftrace_ops control interfaceJiri Olsa2-7/+106
2012-02-21tracing: Don't use p->len field to determine output in __print_*() functionsSteven Rostedt1-3/+3
2012-02-20tracing: Don't print an extra separator of flagsAndrey Vagin1-2/+4
2012-02-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2012-02-17Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/coreIngo Molnar7-16/+31
2012-02-15genirq: Handle pending irqs in irq_startup()Thomas Gleixner4-11/+14
2012-02-15genirq: Unmask oneshot irqs when thread was not wokenThomas Gleixner1-2/+23
2012-02-13vfs: fix panic in __d_lookup() with high dentry hashtable countsDimitri Sivanich1-2/+2
2012-02-13Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds1-1/+2
2012-02-14module: make module param bint handle nul valueDave Young1-1/+2
2012-02-13tracing/trivial: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer3-7/+6
2012-02-13printk/tracing: Add console output tracingJohannes Berg1-0/+5
2012-02-13ftrace: sched_switch plugin is deprecatedGeunsik Lim1-3/+3
2012-02-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-3/+9
2012-02-11watchdog: Fix code/comments mismatchesFernando Luis Vázquez Cao1-12/+12
2012-02-10Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+14
2012-02-10relay: prevent integer overflow in relay_open()Dan Carpenter1-2/+8
2012-02-07perf: Fix double start/stop in x86_pmu_start()Stephane Eranian1-5/+14
2012-02-07block: strip out locking optimization in put_io_context()Tejun Heo1-1/+1
2012-02-06Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo8-18/+106
2012-02-04Merge tag 'pm-fixes-for-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-6/+31
2012-02-04PM / Freezer: Thaw only kernel threads if freezing of kernel threads failsSrivatsa S. Bhat2-4/+27
2012-02-03kprobes: fix a memory leak in function pre_handler_kretprobe()Jiang Liu1-1/+5
2012-02-03tracing/softirq: Move __raise_softirq_irqoff() out of headerSteven Rostedt2-0/+8
2012-02-03ftrace: Change filter/notrace set functions to return exit codeJiri Olsa1-6/+9
2012-02-02Fix race in process_vm_rw_coreChristopher Yeoh1-0/+20
2012-02-02Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus', 'sched-urgent-for-linus' and 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-56/+124
2012-02-01PM / Hibernate: Thaw kernel threads in SNAPSHOT_CREATE_IMAGE ioctl pathSrivatsa S. Bhat1-2/+4
2012-01-31Merge branch 'perf/urgent' into perf/coreIngo Molnar1-38/+66
2012-01-29PM / Hibernate: Fix s2disk regression related to freezing workqueuesRafael J. Wysocki2-0/+28