summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* tracing/probes: Integrate duplicate set_print_fmt()Namhyung Kim2014-01-024-116/+66
* tracing/kprobes: Move common functions to trace_probe.hNamhyung Kim2014-01-022-48/+48
* tracing/uprobes: Convert to struct trace_probeNamhyung Kim2014-01-021-80/+79
* tracing/kprobes: Factor out struct trace_probeNamhyung Kim2014-01-022-285/+295
* tracing/probes: Fix basic print type functionsNamhyung Kim2014-01-021-11/+11
* tracing/uprobes: Fix documentation of uprobe registration syntaxNamhyung Kim2014-01-021-1/+1
* tracing: Fix rcu handling of event_trigger_data filter fieldSteven Rostedt (Red Hat)2014-01-022-4/+6
* tracing: Add generic tracing_lseek() functionSteven Rostedt (Red Hat)2014-01-025-26/+19
* tracing: Add and use generic set_trigger_filter() implementationTom Zanussi2013-12-214-14/+219
* tracing: Move ftrace_event_file() out of DYNAMIC_FTRACE ifdefSteven Rostedt (Red Hat)2013-12-211-13/+13
* tracing: Add 'enable_event' and 'disable_event' event trigger commandsTom Zanussi2013-12-213-1/+364
* tracing: Add 'stacktrace' event trigger commandTom Zanussi2013-12-211-0/+79
* tracing: Add 'snapshot' event trigger commandTom Zanussi2013-12-213-3/+116
* tracing: Add 'traceon' and 'traceoff' event trigger commandsTom Zanussi2013-12-201-0/+446
* tracing: Add basic event trigger frameworkTom Zanussi2013-12-205-5/+480
* Merge tag 'pci-v3.13-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-12-152-22/+14
|\
| * PCI: Disable Bus Master only on kexec rebootKhalid Aziz2013-12-071-0/+4
| * Revert "workqueue: allow work_on_cpu() to be called recursively"Bjorn Helgaas2013-11-251-22/+10
* | Merge tag 'keys-devel-20131210' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-12-123-4/+15
|\ \
| * | KEYS: correct alignment of system_certificate_list content in assembly fileHendrik Brueckner2013-12-102-4/+14
| * | Ignore generated file kernel/x509_certificate_listRusty Russell2013-12-101-0/+1
* | | futex: move user address verification up to common codeLinus Torvalds2013-12-121-2/+3
* | | futex: fix handling of read-only-mapped hugepagesLinus Torvalds2013-12-121-1/+1
* | | Merge tag 'trace-fixes-3.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-12-062-10/+3
|\ \ \
| * | | tracing: Only run synchronize_sched() at instance deletion timeSteven Rostedt2013-12-052-10/+3
| |/ /
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-12-045-19/+32
|\ \ \
| * | | nohz: Fix another inconsistency between CONFIG_NO_HZ=n and nohz=offThomas Gleixner2013-11-291-1/+3
| * | | time: Fix 1ns/tick drift w/ GENERIC_TIME_VSYSCALL_OLDMartin Schwidefsky2013-11-221-1/+1
| * | | tick: Document tick_do_timer_cpuAndrew Morton2013-11-191-0/+15
| * | | timer: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...)Joe Perches2013-11-191-3/+2
| * | | NOHZ: Check for nohz active instead of nohz enabledThomas Gleixner2013-11-192-14/+11
* | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-12-021-1/+1
|\ \ \ \
| * | | | irq: Enable all irqs unconditionally in irq_resumeLaxman Dewangan2013-11-251-1/+1
* | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-12-022-7/+28
|\ \ \ \ \
| * | | | | sched: Expose preempt_schedule_irq()Thomas Gleixner2013-11-271-2/+1
| * | | | | sched: Fix a trivial typo in commentsShigeru Yoshida2013-11-191-1/+1
| * | | | | sched: Avoid NULL dereference on sd_busyPeter Zijlstra2013-11-191-1/+2
| * | | | | sched: Check sched_domain before computing group powerSrikar Dronamraju2013-11-191-3/+24
* | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-12-022-9/+7
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | perf/trace: Properly use u64 to hold event_idVince Weaver2013-11-191-1/+1
| * | | | | perf: Remove fragile swevent hlist optimizationPeter Zijlstra2013-11-191-8/+0
| * | | | | ftrace, perf: Avoid infinite event generation loopPeter Zijlstra2013-11-191-0/+6
| | |_|/ / | |/| | |
* | | | | Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-11-291-13/+37
|\ \ \ \ \
| * | | | | workqueue: fix pool ID allocation leakage and remove BUILD_BUG_ON() in init_w...Li Bin2013-11-221-6/+9
| * | | | | workqueue: fix comment typo for __queue_work()Li Bin2013-11-221-1/+1
| * | | | | workqueue: fix ordered workqueues in NUMA setupsTejun Heo2013-11-221-2/+22
| * | | | | workqueue: swap set_cpus_allowed_ptr() and PF_NO_SETAFFINITYOleg Nesterov2013-11-221-4/+5
| | |_|_|/ | |/| | |
* | | | | Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-11-292-6/+37
|\ \ \ \ \
| * | | | | cgroup: fix cgroup_subsys_state leak for seq_filesTejun Heo2013-11-271-1/+4
| * | | | | cpuset: Fix memory allocator deadlockPeter Zijlstra2013-11-271-2/+6
OpenPOWER on IntegriCloud