| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | | | | | sched/debug: Clean up schedstat macros | Josh Poimboeuf | 2016-09-05 | 5 | -46/+46 | |
| | * | | | | | | | | | | | | | | | | | | sched/debug: Rename and move enqueue_sleeper() | Josh Poimboeuf | 2016-09-05 | 1 | -69/+73 | |
| | * | | | | | | | | | | | | | | | | | | sched/deadline: Fix the intention to re-evalute tick dependency for offline CPU | Wanpeng Li | 2016-09-05 | 1 | -28/+18 | |
| | * | | | | | | | | | | | | | | | | | | schedcore: Remove duplicated init_task's preempt_notifiers init | seokhoon.yoon | 2016-09-05 | 1 | -4/+0 | |
| | * | | | | | | | | | | | | | | | | | | sched/fair: Fix load_above_capacity fixed point arithmetic width | Dietmar Eggemann | 2016-09-05 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | sched/deadline: Split cpudl_set() into cpudl_set() and cpudl_clear() | Tommaso Cucinotta | 2016-09-05 | 3 | -22/+40 | |
| | * | | | | | | | | | | | | | | | | | | sched/deadline: Make CPU heap faster avoiding real swaps on heapify | Tommaso Cucinotta | 2016-09-05 | 1 | -21/+45 | |
| | * | | | | | | | | | | | | | | | | | | sched/deadline: Refactor CPU heap code | Tommaso Cucinotta | 2016-09-05 | 1 | -27/+23 | |
| | * | | | | | | | | | | | | | | | | | | sched/fair: Make update_min_vruntime() more readable | Byungchul Park | 2016-09-05 | 1 | -10/+7 | |
| | * | | | | | | | | | | | | | | | | | | Merge branch 'sched/urgent' into sched/core, to pick up fixes | Ingo Molnar | 2016-09-05 | 23 | -96/+346 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | sched/cputime: Improve scalability by not accounting thread group tasks pendi... | Stanislaw Gruszka | 2016-08-18 | 1 | -1/+32 | |
| | * | | | | | | | | | | | | | | | | | | | sched/fair: Let asymmetric CPU configurations balance at wake-up | Morten Rasmussen | 2016-08-18 | 1 | -1/+34 | |
| | * | | | | | | | | | | | | | | | | | | | sched/core: Store maximum per-CPU capacity in root domain | Dietmar Eggemann | 2016-08-18 | 2 | -0/+14 | |
| | * | | | | | | | | | | | | | | | | | | | sched/core: Enable SD_BALANCE_WAKE for asymmetric capacity systems | Morten Rasmussen | 2016-08-18 | 1 | -0/+7 | |
| | * | | | | | | | | | | | | | | | | | | | sched/core: Pass child domain into sd_init() | Morten Rasmussen | 2016-08-18 | 1 | -3/+4 | |
| | * | | | | | | | | | | | | | | | | | | | sched/core: Introduce SD_ASYM_CPUCAPACITY sched_domain topology flag | Morten Rasmussen | 2016-08-18 | 1 | -0/+4 | |
| | * | | | | | | | | | | | | | | | | | | | sched/core: Remove unnecessary NULL-pointer check | Morten Rasmussen | 2016-08-18 | 1 | -2/+0 | |
| | * | | | | | | | | | | | | | | | | | | | sched/core: Clarify SD_flags comment | Peter Zijlstra | 2016-08-18 | 1 | -6/+12 | |
| | * | | | | | | | | | | | | | | | | | | | Merge branch 'sched/urgent' into sched/core, to pick up dependencies | Ingo Molnar | 2016-08-18 | 8 | -37/+127 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | sched: Remove struct rq::nohz_stamp | Rik van Riel | 2016-08-18 | 1 | -1/+0 | |
| | * | | | | | | | | | | | | | | | | | | | | sched/debug: Add taint on "BUG: Sleeping function called from invalid context" | Vegard Nossum | 2016-08-10 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | sched/debug: Make the "Preemption disabled at ..." message more useful | Vegard Nossum | 2016-08-10 | 1 | -8/+13 | |
| | * | | | | | | | | | | | | | | | | | | | | sched/deadline: Remove useless parameter from setup_new_dl_entity() | Juri Lelli | 2016-08-10 | 1 | -6/+16 | |
| | * | | | | | | | | | | | | | | | | | | | | sched/core: Add documentation for 'cookie' argument | Luis de Bethencourt | 2016-08-10 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | sched/fair: Optimize find_idlest_cpu() when there is no choice | Morten Rasmussen | 2016-08-10 | 1 | -0/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | sched/fair: Make the use of prev_cpu consistent in the wakeup path | Morten Rasmussen | 2016-08-10 | 1 | -11/+13 | |
| | * | | | | | | | | | | | | | | | | | | | | sched/fair: Improve PELT stuff some more | Peter Zijlstra | 2016-08-10 | 1 | -19/+25 | |
| | * | | | | | | | | | | | | | | | | | | | | sched/core: Fix one typo | Leo Yan | 2016-08-10 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | sched/fair: Remove 'cpu_busy' parameter from update_next_balance() | Leo Yan | 2016-08-10 | 1 | -5/+6 | |
| * | | | | | | | | | | | | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2016-10-03 | 7 | -64/+144 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar | 2016-09-23 | 4 | -2/+42 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar | 2016-09-10 | 2 | -10/+36 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | perf/core: Don't pass PERF_EF_START to the PMU ->start callback | Will Deacon | 2016-09-05 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixed and resolve confl... | Ingo Molnar | 2016-09-05 | 22 | -79/+290 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | ftrace: kprobe: uprobe: Show u8/u16/u32/u64 types in decimal | Masami Hiramatsu | 2016-08-23 | 2 | -5/+5 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | ftrace: probe: Add README entries for k/uprobe-events | Masami Hiramatsu | 2016-08-23 | 1 | -0/+24 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | ftrace: kprobe: uprobe: Add x8/x16/x32/x64 for hexadecimal types | Masami Hiramatsu | 2016-08-23 | 4 | -13/+34 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | perf/core: Introduce PMU_EV_CAP_READ_ACTIVE_PKG | David Carrillo-Cisneros | 2016-08-18 | 1 | -2/+23 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | perf/core: Generalize event->group_flags | David Carrillo-Cisneros | 2016-08-18 | 1 | -8/+8 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | bitmap.h, perf/core: Fix the mask in perf_output_sample_regs() | Madhavan Srinivasan | 2016-08-18 | 1 | -2/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up dependencies | Ingo Molnar | 2016-08-18 | 1 | -27/+68 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | uprobes: Rename the "struct page *" args of __replace_page() | Oleg Nesterov | 2016-08-18 | 1 | -18/+18 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up dependency | Ingo Molnar | 2016-08-18 | 15 | -55/+88 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | perf/core: Optimize perf_pmu_sched_task() | Peter Zijlstra | 2016-08-10 | 1 | -19/+24 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | perf/x86/intel: Rework the large PEBS setup code | Peter Zijlstra | 2016-08-10 | 1 | -0/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | perf/core: Sched out groups atomically | Mark Rutland | 2016-08-10 | 1 | -0/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2016-10-03 | 11 | -297/+244 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'linus' into locking/core, to pick up fixes | Ingo Molnar | 2016-09-30 | 5 | -24/+63 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | locking/lglock: Remove lglock implementation | Peter Zijlstra | 2016-09-22 | 2 | -90/+0 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | stop_machine: Remove stop_cpus_lock and lg_double_lock/unlock() | Oleg Nesterov | 2016-09-22 | 2 | -38/+26 | |

