summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-2013-234/+524
|\
| * sched/rt: Add <linux/sched/rt.h> header to <linux/init_task.h>Ingo Molnar2013-02-191-0/+1
| * sched/rt: Move rt specific bits into new header fileClark Williams2013-02-072-53/+60
| * sched/rt: Add a tuning knob to allow changing SCHED_RR timesliceClark Williams2013-02-071-1/+14
| * sched: Move sched.h sysctl bits into separate headerClark Williams2013-02-072-91/+97
| * Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/l...Ingo Molnar2013-02-0511-91/+353
| |\
| | * cputime: Safely read cputime of full dynticks CPUsFrederic Weisbecker2013-01-275-33/+76
| | * kvm: Prepare to add generic guest entry/exit callbacksFrederic Weisbecker2013-01-272-11/+30
| | * cputime: Use accessors to read task cputime statsFrederic Weisbecker2013-01-272-0/+26
| | * cputime: Allow dynamic switch between tick/virtual based cputime accountingFrederic Weisbecker2013-01-271-0/+8
| | * cputime: Generic on-demand virtual cputime accountingFrederic Weisbecker2013-01-274-2/+32
| | * cputime: Move default nsecs_to_cputime() to jiffies based cputime fileFrederic Weisbecker2013-01-271-2/+8
| | * cputime: Librarize per nsecs resolution cputime definitionsFrederic Weisbecker2013-01-273-61/+163
| | * context_tracking: Export context state for generic vtimeFrederic Weisbecker2013-01-261-0/+28
| * | sched/rt: Avoid updating RT entry timeout twice within one tick periodYing Xue2013-01-251-0/+1
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-2011-41/+128
|\ \ \
| * | | uprobes: Introduce uprobe_apply()Oleg Nesterov2013-02-081-0/+6
| * | | perf: Introduce hw_perf_event->tp_target and ->tp_listOleg Nesterov2013-02-081-2/+7
| * | | uprobes: Teach handler_chain() to filter out the probed taskOleg Nesterov2013-02-081-0/+3
| * | | uprobes: Reintroduce uprobe_consumer->filter()Oleg Nesterov2013-02-081-0/+9
| * | | uprobes: Kill uprobe_consumer->filter()Oleg Nesterov2013-02-081-5/+0
| * | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2013-02-032-0/+4
| |\ \ \
| | * | | tracing: Make a snapshot feature available from userspaceHiraku Toyooka2013-01-301-0/+3
| | * | | ring-buffer: Add stats field for amount read from trace ring bufferSteven Rostedt (Red Hat)2013-01-301-0/+1
| * | | | perf: Make EVENT_ATTR globalSukadev Bhattiprolu2013-01-311-0/+11
| * | | | perf: Missing field in PERF_RECORD_SAMPLE documentationVince Weaver2013-01-241-1/+2
| |/ / /
| * | | profiling: Remove unused timer hookFrederic Weisbecker2013-01-241-13/+0
| * | | Merge tag 'please-pull-aer-trace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2013-01-242-2/+79
| |\ \ \
| | * | | aerdrv: Enhanced AER loggingLance Ortiz2013-01-031-2/+2
| | * | | aerdrv: Trace Event for PCI Express Advanced Error ReportingLance Ortiz2013-01-031-0/+77
| * | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2013-01-244-18/+7
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | tracing: Remove the extra 4 bytes of padding in eventsSteven Rostedt2013-01-221-1/+0
| | * | | kprobes/x86: Move ftrace-based kprobe code into kprobes-ftrace.cMasami Hiramatsu2013-01-211-11/+1
| | * | | ftrace: Move ARCH_SUPPORTS_FTRACE_SAVE_REGS in KconfigMasami Hiramatsu2013-01-211-3/+3
| | * | | tracing/lockdep: Disable lockdep first in entering NMISteven Rostedt2013-01-211-2/+2
| | * | | tracing: Fix sparse warning with is_signed_type() macroSteven Rostedt2013-01-211-1/+1
| | | |/ | | |/|
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-02-203-5/+37
|\ \ \ \
| * \ \ \ Merge branch 'nohz/printk-v8' into irq/coreFrederic Weisbecker2013-02-053-4/+36
| |\ \ \ \
| | * | | | printk: Wake up klogd using irq_workFrederic Weisbecker2012-11-181-3/+0
| | * | | | irq_work: Make self-IPIs optableFrederic Weisbecker2012-11-181-0/+14
| | * | | | irq_work: Don't stop the tick with pending worksFrederic Weisbecker2012-11-171-0/+6
| | * | | | nohz: Add API to check tick stateFrederic Weisbecker2012-11-171-1/+16
| * | | | | irq_work: Remove return value from the irq_work_queue() functionanish kumar2013-02-041-1/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-02-203-37/+35
|\ \ \ \ \
| * | | | | srcu: Remove checks preventing idle CPUs from calling srcu_read_lock()Lai Jiangshan2013-02-081-18/+3
| * | | | | srcu: Remove checks preventing offline CPUs from calling srcu_read_lock()Lai Jiangshan2013-02-081-5/+0
| * | | | | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2013-02-042-14/+32
| |\ \ \ \ \
| | | \ \ \ \
| | | \ \ \ \
| | | \ \ \ \
| | | \ \ \ \
| | *---. \ \ \ \ Merge branches 'doctorture.2013.01.29a', 'fixes.2013.01.26a', 'tagcb.2013.01....Paul E. McKenney2013-01-292-6/+8
| | |\ \ \ \ \ \ \ | | | | | | |_|_|/ | | | | | |/| | |
| | | | * / | | | rcu: Trace callback accelerationPaul E. McKenney2013-01-081-2/+4
| | | | |/ / / /
| | | * | | | | rcu: Remove obsolete Kconfig option from commentPaul E. McKenney2013-01-271-1/+1