| Commit message (Expand) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| | * | | | | | | | | | | | | | Revert "irq: Warn when shared interrupts do not match on NO_SUSPEND" | Thomas Gleixner | 2014-07-31 | |
| | * | | | | | | | | | | | | | Revert "PM / sleep / irq: Do not suspend wakeup interrupts" | Thomas Gleixner | 2014-07-31 | |
| | * | | | | | | | | | | | | | irq: Warn when shared interrupts do not match on NO_SUSPEND | Peter Zijlstra | 2014-07-24 | |
| | * | | | | | | | | | | | | | Merge tag 'irqchip-core-3.17-3' of git://git.infradead.org/users/jcooper/linu... | Thomas Gleixner | 2014-07-19 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | | * | | | | | | | | | | | | | genirq: generic chip: Export irq_map_generic_chip function | Boris BREZILLON | 2014-07-17 | |
| | * | | | | | | | | | | | | | | PM / sleep / irq: Do not suspend wakeup interrupts | Rafael J. Wysocki | 2014-07-15 | |
| | * | | | | | | | | | | | | | | genirq: Export irq_domain_disassociate() to architecture interrupt drivers | Jiang Liu | 2014-06-21 | |
| * | | | | | | | | | | | | | | | Merge tag 'staging-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-08-04 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | | Merge 3.16-rc5 into staging-next | Greg Kroah-Hartman | 2014-07-13 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | | Merge 3.16-rc4 into staging-next | Greg Kroah-Hartman | 2014-07-07 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | | Merge 3.16-rc2 into staging-next | Greg Kroah-Hartman | 2014-06-22 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | | alarmtimer: Export symbols of alarmtimer_get_rtcdev | Pramod Gurav | 2014-06-19 | |
| | | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2014-08-04 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | | sched/fair: Fix 'make xmldocs' warning caused by missing description | Masanari Iida | 2014-07-28 | |
| | * | | | | | | | | | | | | | | sched: Use macro for magic number of -1 for setparam | Steven Rostedt | 2014-07-28 | |
| | * | | | | | | | | | | | | | | sched: Robustify topology setup | Peter Zijlstra | 2014-07-28 | |
| | * | | | | | | | | | | | | | | Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n... | Ingo Molnar | 2014-07-28 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | | * | | | | | | | | | | | | | | sched: Fix sched_setparam() policy == -1 logic | Daniel Bristot de Oliveira | 2014-07-28 | |
| | | | |_|_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | | sched: Allow wait_on_bit_action() functions to support a timeout | NeilBrown | 2014-07-16 | |
| | * | | | | | | | | | | | | | | sched: Remove proliferation of wait_on_bit() action functions | NeilBrown | 2014-07-16 | |
| | * | | | | | | | | | | | | | | Merge tag 'v3.16-rc5' into sched/core, to refresh the branch before applying ... | Ingo Molnar | 2014-07-16 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / / | | |/| | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | | sched/numa: Revert "Use effective_load() to balance NUMA loads" | Peter Zijlstra | 2014-07-16 | |
| | * | | | | | | | | | | | | | | sched: Fix static_key race with sched_feat() | Jason Baron | 2014-07-16 | |
| | * | | | | | | | | | | | | | | sched: Remove extra static_key*() function indirection | Jason Baron | 2014-07-16 | |
| | * | | | | | | | | | | | | | | sched/rt: Fix replenish_dl_entity() comments to match the current upstream code | xiaofeng.yan | 2014-07-16 | |
| | * | | | | | | | | | | | | | | sched: Transform resched_task() into resched_curr() | Kirill Tkhai | 2014-07-16 | |
| | * | | | | | | | | | | | | | | sched/deadline: Kill task_struct->pi_top_task | Oleg Nesterov | 2014-07-16 | |
| | * | | | | | | | | | | | | | | sched: Rework check_for_tasks() | Kirill Tkhai | 2014-07-05 | |
| | * | | | | | | | | | | | | | | sched/rt: Enqueue just unthrottled rt_rq back on the stack in __disable_runti... | Kirill Tkhai | 2014-07-05 | |
| | * | | | | | | | | | | | | | | sched/fair: Disable runtime_enabled on dying rq | Kirill Tkhai | 2014-07-05 | |
| | * | | | | | | | | | | | | | | sched/numa: Change scan period code to match intent | Rik van Riel | 2014-07-05 | |
| | * | | | | | | | | | | | | | | sched/numa: Rework best node setting in task_numa_migrate() | Rik van Riel | 2014-07-05 | |
| | * | | | | | | | | | | | | | | sched/numa: Examine a task move when examining a task swap | Rik van Riel | 2014-07-05 | |
| | * | | | | | | | | | | | | | | sched/numa: Simplify task_numa_compare() | Rik van Riel | 2014-07-05 | |
| | * | | | | | | | | | | | | | | sched/numa: Use effective_load() to balance NUMA loads | Rik van Riel | 2014-07-05 | |
| | * | | | | | | | | | | | | | | sched/numa: Move power adjustment into load_too_imbalanced() | Rik van Riel | 2014-07-05 | |
| | * | | | | | | | | | | | | | | sched/numa: Use group's max nid as task's preferred nid | Rik van Riel | 2014-07-05 | |
| | * | | | | | | | | | | | | | | sched/fair: Implement fast idling of CPUs when the system is partially loaded | Tim Chen | 2014-07-05 | |
| | * | | | | | | | | | | | | | | sched/idle: Drop !! while calculating 'broadcast' | Viresh Kumar | 2014-07-05 | |
| | * | | | | | | | | | | | | | | sched: Fix clock_gettime(CLOCK_[PROCESS/THREAD]_CPUTIME_ID) monotonicity | Mike Galbraith | 2014-07-05 | |
| | * | | | | | | | | | | | | | | sched: Fix potential near-infinite distribute_cfs_runtime() loop | Ben Segall | 2014-07-05 | |
| | * | | | | | | | | | | | | | | sched/core: Fix formatting issues in sched_can_stop_tick() | Viresh Kumar | 2014-07-05 | |
| | * | | | | | | | | | | | | | | irq_work: Remove BUG_ON in irq_work_run() | Peter Zijlstra | 2014-07-05 | |
| | * | | | | | | | | | | | | | | Merge branch 'timers/nohz' into sched/core | Ingo Molnar | 2014-07-05 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | | * | | | | | | | | | | | | | | nohz: Use IPI implicit full barrier against rq->nr_running r/w | Frederic Weisbecker | 2014-06-16 | |
| | | * | | | | | | | | | | | | | | nohz: Use nohz own full kick on 2nd task enqueue | Frederic Weisbecker | 2014-06-16 | |
| | | * | | | | | | | | | | | | | | nohz: Switch to nohz full remote kick on timer enqueue | Frederic Weisbecker | 2014-06-16 | |
| | | * | | | | | | | | | | | | | | nohz: Support nohz full remote kick | Frederic Weisbecker | 2014-06-16 | |
| | | * | | | | | | | | | | | | | | irq_work: Implement remote queueing | Frederic Weisbecker | 2014-06-16 | |
| | | * | | | | | | | | | | | | | | irq_work: Split raised and lazy lists | Frederic Weisbecker | 2014-06-16 | |
| | | | |_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | | ||||
