| Commit message (Expand) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| | * | | | | | | | | | | | | | | | sched: Remove WARN_ON(!sd) from init_sched_groups_power() | Viresh Kumar | 2013-06-19 | |
| | * | | | | | | | | | | | | | | | sched: Fix memory leakage in build_sched_groups() | Viresh Kumar | 2013-06-19 | |
| | * | | | | | | | | | | | | | | | sched: Use cached value of span instead of calling sched_domain_span() | Viresh Kumar | 2013-06-19 | |
| | * | | | | | | | | | | | | | | | sched: Create for_each_sd_topology() | Viresh Kumar | 2013-06-19 | |
| | * | | | | | | | | | | | | | | | sched: Don't set sd->child to NULL when it is already NULL | Viresh Kumar | 2013-06-19 | |
| | * | | | | | | | | | | | | | | | sched: Don't initialize alloc_state in build_sched_domains() | Viresh Kumar | 2013-06-19 | |
| | * | | | | | | | | | | | | | | | sched: Optimize build_sched_domains() for saving first SD node for a cpu | Viresh Kumar | 2013-06-19 | |
| | * | | | | | | | | | | | | | | | sched: Remove unused params of build_sched_domain() | Viresh Kumar | 2013-06-19 | |
| | * | | | | | | | | | | | | | | | sched: Rename sched.c as sched/core.c in comments and Documentation | Viresh Kumar | 2013-06-19 | |
| | * | | | | | | | | | | | | | | | sched: Femove the useless declaration in kernel/sched/fair.c | Michael Wang | 2013-06-19 | |
| | * | | | | | | | | | | | | | | | sched: Refine the code in unthrottle_cfs_rq() | Michael Wang | 2013-06-19 | |
| | * | | | | | | | | | | | | | | | sched/rt: Simplify pull_rt_task() logic and remove .leaf_rt_rq_list | Kirill Tkhai | 2013-06-19 | |
| | * | | | | | | | | | | | | | | | Merge branch 'sched/urgent' into sched/core | Ingo Molnar | 2013-06-19 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | | | | sched/fair: Remove unused variable from expire_cfs_rq_runtime() | Kamalesh Babulal | 2013-05-31 | |
| | * | | | | | | | | | | | | | | | | sched: Use swap() macro in scale_stime() | Stanislaw Gruszka | 2013-05-28 | |
| | * | | | | | | | | | | | | | | | | sched: Use an accessor to read the rq clock | Frederic Weisbecker | 2013-05-28 | |
| | * | | | | | | | | | | | | | | | | sched: Update rq clock earlier in unthrottle_cfs_rq | Frederic Weisbecker | 2013-05-28 | |
| | * | | | | | | | | | | | | | | | | sched: Update rq clock before calling check_preempt_curr() | Frederic Weisbecker | 2013-05-28 | |
| | * | | | | | | | | | | | | | | | | sched: Update rq clock before setting fair group shares | Frederic Weisbecker | 2013-05-28 | |
| | * | | | | | | | | | | | | | | | | sched: Update rq clock before migrating tasks out of dying CPU | Frederic Weisbecker | 2013-05-28 | |
| | * | | | | | | | | | | | | | | | | sched: Remove redundant update_runtime notifier | Neil Zhang | 2013-05-28 | |
| | * | | | | | | | | | | | | | | | | sched/autogroup: Fix race with task_groups list | Gerald Schaefer | 2013-05-28 | |
| | * | | | | | | | | | | | | | | | | Merge branch 'sched/cleanups' into sched/core | Ingo Molnar | 2013-05-28 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | | * | | | | | | | | | | | | | | | | sched: Move update_load_*() methods from sched.h to fair.c | Paul Gortmaker | 2013-05-07 | |
| | | * | | | | | | | | | | | | | | | | sched: Factor out load calculation code from sched/core.c --> sched/proc.c | Paul Gortmaker | 2013-05-07 | |
| | * | | | | | | | | | | | | | | | | | sched: Use this_rq() helper | Nathan Zimmer | 2013-05-10 | |
| | |/ / / / / / / / / / / / / / / / | ||||
| * | | | | | | | | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2013-07-02 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | | | | | perf: Drop sample rate when sampling is too slow | Dave Hansen | 2013-06-23 | |
| | * | | | | | | | | | | | | | | | | | hw_breakpoint: Introduce "struct bp_cpuinfo" | Oleg Nesterov | 2013-06-20 | |
| | * | | | | | | | | | | | | | | | | | hw_breakpoint: Simplify *register_wide_hw_breakpoint() | Oleg Nesterov | 2013-06-20 | |
| | * | | | | | | | | | | | | | | | | | hw_breakpoint: Introduce cpumask_of_bp() | Oleg Nesterov | 2013-06-20 | |
| | * | | | | | | | | | | | | | | | | | hw_breakpoint: Simplify the "weight" usage in toggle_bp_slot() paths | Oleg Nesterov | 2013-06-20 | |
| | * | | | | | | | | | | | | | | | | | hw_breakpoint: Simplify list/idx mess in toggle_bp_slot() paths | Oleg Nesterov | 2013-06-20 | |
| | * | | | | | | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2013-06-20 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | | | | | | perf: Add const qualifier to perf_pmu_register's 'name' arg | Mischa Jonker | 2013-06-19 | |
| | * | | | | | | | | | | | | | | | | | | perf: Fix hypervisor branch sampling permission check | Stephane Eranian | 2013-06-19 | |
| | * | | | | | | | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2013-06-19 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | | | | | | | watchdog: Disallow setting watchdog_thresh to -1 | Li Zefan | 2013-05-28 | |
| | * | | | | | | | | | | | | | | | | | | | perf/x86: Check branch sampling priv level in generic code | Stephane Eranian | 2013-05-28 | |
| | * | | | | | | | | | | | | | | | | | | | perf: Add sysfs entry to adjust multiplexing interval per PMU | Stephane Eranian | 2013-05-28 | |
| | * | | | | | | | | | | | | | | | | | | | perf: Use hrtimers for event multiplexing | Stephane Eranian | 2013-05-28 | |
| | * | | | | | | | | | | | | | | | | | | | perf: Fix hw breakpoints overflow period sampling | Jiri Olsa | 2013-05-28 | |
| | | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2013-07-02 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | | | | | | softirq: Use _RET_IP_ | Davidlohr Bueso | 2013-06-28 | |
| | * | | | | | | | | | | | | | | | | | | genirq: Add the generic chip to the genirq docbook | Thomas Gleixner | 2013-06-28 | |
| | * | | | | | | | | | | | | | | | | | | genirq: generic-chip: Export some irq_gc_ functions | Fabio Estevam | 2013-06-28 | |
| | * | | | | | | | | | | | | | | | | | | genirq: Fix can_request_irq() for IRQs without an action | Ben Hutchings | 2013-06-28 | |
| | * | | | | | | | | | | | | | | | | | | irqdomain: Use irq_get_trigger_type() to get IRQ flags | Javier Martinez Canillas | 2013-06-25 | |
| | * | | | | | | | | | | | | | | | | | | genirq: Irqchip: document gcflags arg of irq_alloc_domain_generic_chips | James Hogan | 2013-06-24 | |
| | * | | | | | | | | | | | | | | | | | | genirq: Set irq thread to RT priority on creation | Ivo Sieben | 2013-06-11 | |
