summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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-21tracing: Don't print an extra separator of flagsAndrey Vagin1-2/+4
2012-02-17Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar7-16/+31
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-11watchdog: Fix code/comments mismatchesFernando Luis Vázquez Cao1-12/+12
2012-02-07Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo8-18/+106
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-03Fix race in process_vm_rw_coreChristopher Yeoh1-0/+20
2012-02-02Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus', 'sched-urgen...Linus Torvalds6-56/+124
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
2012-01-27sched/rt: Fix task stack corruption under __ARCH_WANT_INTERRUPTS_ON_CTXSWChanho Min1-0/+5
2012-01-27Merge branch 'perf/fast' into perf/coreIngo Molnar2-13/+47
2012-01-27perf: Fix broken interrupt rate throttlingStephane Eranian1-38/+66
2012-01-27Merge branch 'linus' into perf/coreIngo Molnar3-7/+5
2012-01-27sched: Fix ancient race in do_exit()Yasunori Goto1-0/+16
2012-01-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-3/+1
2012-01-27Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+4
2012-01-27bugs, x86: Fix printk levels for panic, softlockups and stack dumpsPrarit Bhargava1-1/+1
2012-01-26sched/nohz: Fix nohz cpu idle load balancing state with cpu hotplugSuresh Siddha1-5/+29
2012-01-26sched/s390: Fix compile error in sched/core.cChristian Borntraeger1-0/+1
2012-01-26sched: Fix rq->nr_uninterruptible update racePeter Zijlstra1-12/+6
2012-01-26Merge branch 'sigtrace' of git://github.com/utrace/linux into perf/coreIngo Molnar1-9/+19
2012-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+25
2012-01-24Merge tag 'pm-fixes-for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+2
2012-01-23Merge branch 'kernel-doc' from Randy DunlapLinus Torvalds2-4/+4
2012-01-23kernel-doc: fix kernel-doc warnings in schedRandy Dunlap1-2/+1
2012-01-23kernel-doc: fix new warnings in auditsc.cRandy Dunlap1-2/+3
2012-01-23kprobes: initialize before using a hlistAnanth N Mavinakayanahalli1-1/+1
2012-01-23net: introduce res_counter_charge_nofail() for socket allocationsGlauber Costa1-0/+25
2012-01-21perf: Call perf_cgroup_event_time() directlyNamhyung Kim1-1/+1
2012-01-21perf: Don't call release_callchain_buffers() if allocation failsNamhyung Kim1-2/+0
2012-01-20Merge branches 'sched-urgent-for-linus', 'perf-urgent-for-linus' and 'x86-urg...Linus Torvalds1-3/+4
2012-01-20PM / Hibernate: Correct additional pages number calculationNamhyung Kim1-1/+2
2012-01-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds7-295/+474
2012-01-18audit: no leading space in audit_log_d_path prefixKees Cook2-4/+4
2012-01-18audit: fix signedness bug in audit_log_execve_info()Xi Wang1-2/+2
2012-01-18audit: comparison on interprocess fieldsPeter Moody1-0/+39
2012-01-18audit: implement all object interfield comparisonsPeter Moody1-0/+29
2012-01-18audit: allow interfield comparison between gid and ogidEric Paris1-0/+6
2012-01-18audit: complex interfield comparison helperEric Paris1-11/+39
2012-01-18audit: allow interfield comparison in audit rulesEric Paris2-2/+33