aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-06tracing: Fix leak of ring buffer data when new instances creation failsSteven Rostedt (Red Hat)1-2/+20
2014-06-06tracing/kprobes: Avoid self tests if tracing is disabled on boot upYoshihiro YUNOMAE1-0/+3
2014-06-06tracing: Return error if ftrace_trace_arrays list is emptyYoshihiro YUNOMAE2-0/+16
2014-06-06locking/rwlocks: Introduce 'qrwlocks' - fair, queued rwlocksWaiman Long3-0/+141
2014-06-06perf: Differentiate exec() and non-exec() comm eventsAdrian Hunter1-2/+2
2014-06-06Merge branch 'perf/urgent' into perf/core, to resolve conflict and to prepare for new patchesIngo Molnar23-250/+377
2014-06-06perf: Fix perf_event_comm() vs. exec() assumptionPeter Zijlstra1-12/+16
2014-06-06tracing: Only calculate stats of tracepoint benchmarks for 2^32 timesSteven Rostedt (Red Hat)1-7/+30
2014-06-05tracing: Convert stddev into u64 in tracepoint benchmarkSteven Rostedt (Red Hat)1-1/+1
2014-06-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextLinus Torvalds1-8/+17
2014-06-05Merge branch 'futex-fixes' (futex fixes from Thomas Gleixner)Linus Torvalds1-53/+160
2014-06-05futex: Make lookup_pi_state more robustThomas Gleixner1-28/+106
2014-06-05futex: Always cleanup owner tid in unlock_piThomas Gleixner1-22/+18
2014-06-05futex: Validate atomic acquisition in futex_lock_pi_atomic()Thomas Gleixner1-3/+11
2014-06-05futex-prevent-requeue-pi-on-same-futex.patch futex: Forbid uaddr == uaddr2 in futex_requeue(..., requeue_pi=1)Thomas Gleixner1-0/+25
2014-06-05tracing: Introduce saved_cmdlines_size fileYoshihiro YUNOMAE1-24/+154
2014-06-05Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds1-0/+5
2014-06-05cgroup: disallow disabled controllers on the default hierarchyLi Zefan1-5/+9
2014-06-05sched/deadline: Delete extraneous extern for to_ratio()Paul Gortmaker1-2/+0
2014-06-05Merge branches 'alignment', 'fixes', 'l2c' (early part) and 'misc' into for-nextRussell King1-8/+17
2014-06-05uprobes: Teach copy_insn() to support tmpfsOleg Nesterov1-5/+10
2014-06-05uprobes: Shift ->readpage check from __copy_insn() to uprobe_register()Oleg Nesterov1-3/+3
2014-06-05perf: Disable sampled events if no PMU interruptVince Weaver1-0/+7
2014-06-05perf: Fix use after free in perf_remove_from_context()Peter Zijlstra1-2/+2
2014-06-05Merge branch 'perf/kprobes' into perf/coreIngo Molnar8-254/+343
2014-06-05Merge branch 'perf/uprobes' into perf/coreIngo Molnar2-34/+47
2014-06-05sched/idle: Optimize try-to-wake-up IPIPeter Zijlstra3-9/+61
2014-06-05sched/idle: Simplify wake_up_idle_cpu()Andy Lutomirski1-20/+1
2014-06-05sched/idle: Clear polling before descheduling the idle threadAndy Lutomirski1-1/+25
2014-06-05sched, trace: Add a tracepoint for IPI-less remote wakeupsAndy Lutomirski1-0/+4
2014-06-05sched: Remove redundant assignment to "rt_rq" in update_curr_rt(...)Giedrius Rekasius1-2/+1
2014-06-05sched: Rename capacity related flagsNicolas Pitre3-15/+15
2014-06-05sched: Final power vs. capacity cleanupsNicolas Pitre2-32/+33
2014-06-05sched: Remove remaining dubious usage of "power"Nicolas Pitre3-55/+55
2014-06-05sched: Let 'struct sched_group_power' care about CPU capacityNicolas Pitre3-114/+114
2014-06-05sched/fair: Disambiguate existing/remaining "capacity" usageNicolas Pitre1-21/+21
2014-06-05sched/fair: Change "has_capacity" to "has_free_capacity"Nicolas Pitre1-13/+13
2014-06-05sched/fair: Remove "power" from 'struct numa_stats'Nicolas Pitre1-6/+7
2014-06-05sched: Fix signedness bug in yield_to()Dan Carpenter1-1/+1
2014-06-05sched/fair: Use time_after() in record_wakee()Manuel Schölling1-1/+1
2014-06-05sched/balancing: Reduce the rate of needless idle load balancingTim Chen1-6/+11
2014-06-05sched/fair: Fix unlocked reads of some cfs_b->quota/periodBen Segall1-19/+21
2014-06-05sched/fair: Fix tg_set_cfs_bandwidth() deadlock on rq->lockRoman Gushchin3-7/+6
2014-06-05sched/dl: Fix race in dl_task_timer()Kirill Tkhai1-1/+9
2014-06-05sched: Fix sched_policy < 0 comparisonRichard Weinberger1-1/+1
2014-06-05sched/numa: Fix use of spin_{un}lock_irq() when interrupts are disabledSteven Rostedt1-3/+4
2014-06-05locking/rwsem: Fix checkpatch.pl warningsAndrew Morton1-3/+3
2014-06-05locking/rwsem: Support optimistic spinningDavidlohr Bueso2-30/+226
2014-06-04cgroup: don't destroy the default rootLi Zefan1-1/+4
2014-06-04Merge branch 'akpm' (patchbomb from Andrew) into nextLinus Torvalds28-229/+337