aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAge
* perf: Do poll_wait() before checking condition in perf_poll()Sebastian Andrzej Siewior2014-08-13
* perf: Add queued work to remove orphaned child eventsJiri Olsa2014-08-13
* perf: Set owner pointer for kernel eventsJiri Olsa2014-08-13
* kprobes: Skip kretprobe hit in NMI context to avoid deadlockMasami Hiramatsu2014-08-08
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-08-04
|\
| * sched/fair: Fix 'make xmldocs' warning caused by missing descriptionMasanari Iida2014-07-28
| * sched: Use macro for magic number of -1 for setparamSteven Rostedt2014-07-28
| * sched: Robustify topology setupPeter Zijlstra2014-07-28
| * Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n...Ingo Molnar2014-07-28
| |\
| | * sched: Fix sched_setparam() policy == -1 logicDaniel Bristot de Oliveira2014-07-28
| * | sched: Allow wait_on_bit_action() functions to support a timeoutNeilBrown2014-07-16
| * | sched: Remove proliferation of wait_on_bit() action functionsNeilBrown2014-07-16
| * | Merge tag 'v3.16-rc5' into sched/core, to refresh the branch before applying ...Ingo Molnar2014-07-16
| |\ \
| * | | sched/numa: Revert "Use effective_load() to balance NUMA loads"Peter Zijlstra2014-07-16
| * | | sched: Fix static_key race with sched_feat()Jason Baron2014-07-16
| * | | sched: Remove extra static_key*() function indirectionJason Baron2014-07-16
| * | | sched/rt: Fix replenish_dl_entity() comments to match the current upstream codexiaofeng.yan2014-07-16
| * | | sched: Transform resched_task() into resched_curr()Kirill Tkhai2014-07-16
| * | | sched/deadline: Kill task_struct->pi_top_taskOleg Nesterov2014-07-16
| * | | sched: Rework check_for_tasks()Kirill Tkhai2014-07-05
| * | | sched/rt: Enqueue just unthrottled rt_rq back on the stack in __disable_runti...Kirill Tkhai2014-07-05
| * | | sched/fair: Disable runtime_enabled on dying rqKirill Tkhai2014-07-05
| * | | sched/numa: Change scan period code to match intentRik van Riel2014-07-05
| * | | sched/numa: Rework best node setting in task_numa_migrate()Rik van Riel2014-07-05
| * | | sched/numa: Examine a task move when examining a task swapRik van Riel2014-07-05
| * | | sched/numa: Simplify task_numa_compare()Rik van Riel2014-07-05
| * | | sched/numa: Use effective_load() to balance NUMA loadsRik van Riel2014-07-05
| * | | sched/numa: Move power adjustment into load_too_imbalanced()Rik van Riel2014-07-05
| * | | sched/numa: Use group's max nid as task's preferred nidRik van Riel2014-07-05
| * | | sched/fair: Implement fast idling of CPUs when the system is partially loadedTim Chen2014-07-05
| * | | sched/idle: Drop !! while calculating 'broadcast'Viresh Kumar2014-07-05
| * | | sched: Fix clock_gettime(CLOCK_[PROCESS/THREAD]_CPUTIME_ID) monotonicityMike Galbraith2014-07-05
| * | | sched: Fix potential near-infinite distribute_cfs_runtime() loopBen Segall2014-07-05
| * | | sched/core: Fix formatting issues in sched_can_stop_tick()Viresh Kumar2014-07-05
| * | | irq_work: Remove BUG_ON in irq_work_run()Peter Zijlstra2014-07-05
| * | | Merge branch 'timers/nohz' into sched/coreIngo Molnar2014-07-05
| |\ \ \
| | * | | nohz: Use IPI implicit full barrier against rq->nr_running r/wFrederic Weisbecker2014-06-16
| | * | | nohz: Use nohz own full kick on 2nd task enqueueFrederic Weisbecker2014-06-16
| | * | | nohz: Switch to nohz full remote kick on timer enqueueFrederic Weisbecker2014-06-16
| | * | | nohz: Support nohz full remote kickFrederic Weisbecker2014-06-16
| | * | | irq_work: Implement remote queueingFrederic Weisbecker2014-06-16
| | * | | irq_work: Split raised and lazy listsFrederic Weisbecker2014-06-16
| * | | | sched: Fix CACHE_HOT_BUDY conditionHillf Danton2014-06-18
| * | | | sched/numa: Always try to migrate to preferred node at task_numa_placement() ...Rik van Riel2014-06-18
| * | | | sched/numa: Ensure task_numa_migrate() checks the preferred nodeRik van Riel2014-06-18
| |/ / /
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-08-04
|\ \ \ \
| * | | | perf: Check permission only for parent tracepoint eventJiri Olsa2014-07-28
| * | | | Merge tag 'v3.16-rc7' into perf/core, to merge in the latest fixes before app...Ingo Molnar2014-07-28
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | perf: Add vm_ops->name call for mmap event name retrievalJiri Olsa2014-07-16
| * | | | perf: Make perf_event_init_context() function staticJiri Olsa2014-07-05