summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | sched: Use an accessor to read the rq clockFrederic Weisbecker2013-05-286-37/+47
| * | | | | | | | | sched: Update rq clock earlier in unthrottle_cfs_rqFrederic Weisbecker2013-05-281-1/+3
| * | | | | | | | | sched: Update rq clock before calling check_preempt_curr()Frederic Weisbecker2013-05-281-0/+2
| * | | | | | | | | sched: Update rq clock before setting fair group sharesFrederic Weisbecker2013-05-281-0/+3
| * | | | | | | | | sched: Update rq clock before migrating tasks out of dying CPUFrederic Weisbecker2013-05-281-0/+7
| * | | | | | | | | sched: Remove redundant update_runtime notifierNeil Zhang2013-05-283-44/+0
| * | | | | | | | | sched/autogroup: Fix race with task_groups listGerald Schaefer2013-05-281-2/+1
| * | | | | | | | | Merge branch 'sched/cleanups' into sched/coreIngo Molnar2013-05-285-588/+605
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | sched: Move update_load_*() methods from sched.h to fair.cPaul Gortmaker2013-05-072-18/+18
| | * | | | | | | | | sched: Factor out load calculation code from sched/core.c --> sched/proc.cPaul Gortmaker2013-05-074-570/+587
| * | | | | | | | | | sched: Use this_rq() helperNathan Zimmer2013-05-102-5/+3
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-07-033-131/+350
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | perf: Drop sample rate when sampling is too slowDave Hansen2013-06-232-4/+97
| * | | | | | | | | | hw_breakpoint: Introduce "struct bp_cpuinfo"Oleg Nesterov2013-06-201-33/+36
| * | | | | | | | | | hw_breakpoint: Simplify *register_wide_hw_breakpoint()Oleg Nesterov2013-06-201-23/+11
| * | | | | | | | | | hw_breakpoint: Introduce cpumask_of_bp()Oleg Nesterov2013-06-201-26/+17
| * | | | | | | | | | hw_breakpoint: Simplify the "weight" usage in toggle_bp_slot() pathsOleg Nesterov2013-06-201-12/+8
| * | | | | | | | | | hw_breakpoint: Simplify list/idx mess in toggle_bp_slot() pathsOleg Nesterov2013-06-201-24/+16
| * | | | | | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2013-06-201-3/+3
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | perf: Add const qualifier to perf_pmu_register's 'name' argMischa Jonker2013-06-191-1/+1
| * | | | | | | | | | | perf: Fix hypervisor branch sampling permission checkStephane Eranian2013-06-191-2/+2
| * | | | | | | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2013-06-193-82/+185
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | watchdog: Disallow setting watchdog_thresh to -1Li Zefan2013-05-281-2/+1
| * | | | | | | | | | | | perf/x86: Check branch sampling priv level in generic codeStephane Eranian2013-05-281-5/+4
| * | | | | | | | | | | | perf: Add sysfs entry to adjust multiplexing interval per PMUStephane Eranian2013-05-281-4/+59
| * | | | | | | | | | | | perf: Use hrtimers for event multiplexingStephane Eranian2013-05-281-8/+106
| * | | | | | | | | | | | perf: Fix hw breakpoints overflow period samplingJiri Olsa2013-05-282-1/+6
* | | | | | | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-07-035-68/+294
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | softirq: Use _RET_IP_Davidlohr Bueso2013-06-281-6/+4
| * | | | | | | | | | | | | genirq: Add the generic chip to the genirq docbookThomas Gleixner2013-06-281-5/+6
| * | | | | | | | | | | | | genirq: generic-chip: Export some irq_gc_ functionsFabio Estevam2013-06-281-0/+3
| * | | | | | | | | | | | | genirq: Fix can_request_irq() for IRQs without an actionBen Hutchings2013-06-281-3/+3
| * | | | | | | | | | | | | irqdomain: Use irq_get_trigger_type() to get IRQ flagsJavier Martinez Canillas2013-06-251-1/+1
| * | | | | | | | | | | | | genirq: Irqchip: document gcflags arg of irq_alloc_domain_generic_chipsJames Hogan2013-06-241-0/+1
| * | | | | | | | | | | | | genirq: Set irq thread to RT priority on creationIvo Sieben2013-06-111-5/+6
| * | | | | | | | | | | | | genirq: Add kerneldoc for irq_disable.Andreas Fenkart2013-05-291-0/+13
| * | | | | | | | | | | | | genirq: irqchip: Add mask to block out invalid irqsGrant Likely2013-05-291-0/+3
| * | | | | | | | | | | | | genirq: Generic chip: Add linear irq domain supportThomas Gleixner2013-05-292-12/+181
| * | | | | | | | | | | | | genirq: Generic chip: Split out code into separate functionsThomas Gleixner2013-05-291-16/+34
| * | | | | | | | | | | | | genirq: irqchip: Add a mask calculation functionThomas Gleixner2013-05-291-2/+6
| * | | | | | | | | | | | | genirq: Generic chip: Cache per irq bit maskThomas Gleixner2013-05-291-9/+14
| * | | | | | | | | | | | | genirq: Generic chip: Handle separate mask registersGerlando Falauto2013-05-291-7/+10
| * | | | | | | | | | | | | genirq: Generic chip: Add support for per chip type mask cacheGerlando Falauto2013-05-291-6/+10
| * | | | | | | | | | | | | genirq: Generic chip: Remove the local cur_regs() functionGerlando Falauto2013-05-291-14/+17
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-07-037-1208/+154
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2013-06-197-1208/+154
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | |
| | | | | | | | | | | | | |
| | | \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \
| | *-----. \ \ \ \ \ \ \ \ \ \ \ Merge branches 'cbnum.2013.06.10a', 'doc.2013.06.10a', 'fixes.2013.06.10a', '...Paul E. McKenney2013-06-107-1063/+104
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | * | | | | | | | | | | | rcu: Shrink TINY_RCU by reworking CPU-stall ifdefsPaul E. McKenney2013-06-102-6/+4
| | | | | | * | | | | | | | | | | | rcu: Shrink TINY_RCU by moving exit_rcu()Paul E. McKenney2013-06-102-25/+27
| | | | | | * | | | | | | | | | | | rcu: Consolidate rcutiny_plugin.h ifdefsPaul E. McKenney2013-06-101-46/+40