aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-12perf: Remove the 'match' callback for auxiliary events processingJiri Olsa1-40/+39
2013-07-12perf: Fix perf_lock_task_context() vs RCUPeter Zijlstra1-1/+14
2013-07-12perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid scenarioJiri Olsa1-1/+10
2013-07-12perf: Clone child context from parent context pmuJiri Olsa1-1/+1
2013-07-05perf: Fix interrupt handler timing harnessStephane Eranian1-2/+2
2013-07-02Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2013-07-02Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds14-858/+819
2013-07-02Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-131/+350
2013-07-02Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-68/+294
2013-07-02Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-1208/+154
2013-07-02Merge branch 'core-mutexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-32/+352
2013-07-02Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-5/+20
2013-07-02Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2013-07-02Merge tag 'fscache-20130702' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-0/+88
2013-07-01Merge tag 'v3.10' into sched/coreIngo Molnar29-236/+428
2013-06-29Fix: kernel/ptrace.c: ptrace_peek_siginfo() missing __put_user() validationMathieu Desnoyers1-9/+11
2013-06-29Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+5
2013-06-28softirq: Use _RET_IP_Davidlohr Bueso1-6/+4
2013-06-28sched/debug: Remove CONFIG_FAIR_GROUP_SCHED maskAlex Shi1-4/+6
2013-06-28genirq: Add the generic chip to the genirq docbookThomas Gleixner1-5/+6
2013-06-28genirq: generic-chip: Export some irq_gc_ functionsFabio Estevam1-0/+3
2013-06-28genirq: Fix can_request_irq() for IRQs without an actionBen Hutchings1-3/+3
2013-06-28sched/debug: Fix formatting of /proc/<PID>/schedKamalesh Babulal1-8/+9
2013-06-27sched/fair: Fix typo describing flags in enqueue_entityKamalesh Babulal1-1/+1
2013-06-27sched/debug: Add load-tracking statistics to taskKamalesh Babulal1-0/+6
2013-06-27sched: Change get_rq_runnable_load() to static and inlineAlex Shi1-2/+2
2013-06-27sched/tg: Remove tg.load_weightAlex Shi1-1/+0
2013-06-27sched/cfs_rq: Change atomic64_t removed_load to atomic_long_tAlex Shi2-5/+8
2013-06-27sched/tg: Use 'unsigned long' for load variable in task groupAlex Shi3-11/+11
2013-06-27sched: Change cfs_rq load avg to unsigned longAlex Shi3-8/+5
2013-06-27sched: Consider runnable load average in move_tasks()Alex Shi1-9/+9
2013-06-27sched: Compute runnable load avg in cpu_load and cpu_avg_load_per_taskAlex Shi2-4/+18
2013-06-27sched: Update cpu load after task_tickAlex Shi1-1/+1
2013-06-27sched: Fix sleep time double accounting in enqueue entityAlex Shi1-1/+7
2013-06-27sched: Set an initial value of runnable avg for new forked taskAlex Shi3-4/+28
2013-06-27sched: Move a few runnable tg variables into CONFIG_SMPAlex Shi1-0/+2
2013-06-27Revert "sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-tracking"Alex Shi3-36/+7
2013-06-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2013-06-26mutex: Add w/w mutex slowpath debuggingDaniel Vetter1-3/+41
2013-06-26mutex: Add support for wound/wait style locksMaarten Lankhorst1-16/+302
2013-06-26arch: Make __mutex_fastpath_lock_retval return whether fastpath succeeded or notMaarten Lankhorst1-18/+14
2013-06-26Merge tag 'please-pull-mce-bitmap-comment' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras into x86/rasIngo Molnar10-106/+275
2013-06-25futex: Use freezable blocking callColin Cross1-1/+2
2013-06-25futex: Take hugepages into account when generating futex_keyZhang Yi1-1/+2
2013-06-25irqdomain: Use irq_get_trigger_type() to get IRQ flagsJavier Martinez Canillas1-1/+1
2013-06-24Merge 3.10-rc7 into driver-core-nextGreg Kroah-Hartman10-106/+275
2013-06-24genirq: Irqchip: document gcflags arg of irq_alloc_domain_generic_chipsJames Hogan1-0/+1
2013-06-23perf: Drop sample rate when sampling is too slowDave Hansen2-4/+97
2013-06-21Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-10/+11
2013-06-21tick: Fix tick_broadcast_pending_mask not clearedDaniel Lezcano1-2/+5