summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2016-12-14sched: track per-rq 'last migration time'Chris Redpath
2016-12-14sched: HMP fix traversing the rb-tree from the curr pointerMorten Rasmussen
2016-12-14HMP: select 'best' task for migration rather than 'current'Chris Redpath
2016-12-14HMP: Check the system has little cpus before forcing rt tasks onto themJon Medhurst
2016-12-14HMP: experimental: Force all rt tasks to start on little domain.Dietmar Eggemann
2016-12-14LOCAL / sched: Fix build breakChanwoo Choi
2016-12-14sched: Restrict nohz balance kicks to stay in the HMP domainChris Redpath
2016-12-14HMP: Force new non-kernel tasks onto big CPUs until load stabilisesChris Redpath
2016-12-14HMP: Avoid multiple calls to hmp_domain_min_load in fast pathChris Redpath
2016-12-14HMP: Select least-loaded CPU when performing HMP MigrationsChris Redpath
2016-12-14HMP: Use unweighted load for hmp migration decisionsChris Redpath
2016-12-14sched: cfs.nr_running does not contain the intended metricChris Redpath
2016-12-14sched: Basic global balancing support for HMPMorten Rasmussen
2016-12-14ARM: Fix build breakage when big.LITTLE.conf is not used.Chris Redpath
2016-12-14ARM: Experimental Frequency-Invariant Load Scaling PatchOlivier Cozette
2016-12-14ARM: Change load tracking scale using sysfsOlivier Cozette
2016-12-14ched: Ignore offline CPUs in HMP migration & load statsChris Redpath
2016-12-14sched: Do not ignore grouped tasks during HMP forced migration.Chris Redpath
2016-12-14sched: Only down migrate low priority tasks if allowed by affinity maskMorten Rasmussen
2016-12-14sched: SCHED_HMP multi-domain task migration controlMorten Rasmussen
2016-12-14sched: Add HMP task migration ftrace eventMorten Rasmussen
2016-12-14sched: Add ftrace events for entity load-trackingMorten Rasmussen
2016-12-14sched: Introduce priority-based task migration filterMorten Rasmussen
2016-12-14LOCAL / sched: Use {detach|attach}_task becuase of the absence of move_task()Chanwoo Choi
2016-12-14sched: Forced task migration on heterogeneous systemsMorten Rasmussen
2016-12-14sched: Task placement for heterogeneous systems based on task load-trackingMorten Rasmussen
2016-12-14sched: entity load-tracking load_avg_ratioMorten Rasmussen
2016-12-14sched: implement usage trackingPaul Turner
2016-10-23timekeeping: Fix __ktime_get_fast_ns() regressionJohn Stultz
2016-10-23time: Add cycles to nanoseconds translationChristopher S. Hall
2016-10-03fix memory leaks in tracing_buffers_splice_read()Al Viro
2016-10-03tracing: Move mutex to protect against resetting of seq dataSteven Rostedt (Red Hat)
2016-10-02sched/core: Fix a race between try_to_wake_up() and a woken up taskBalbir Singh
2016-09-12cpuset: make sure new tasks conform to the current config of the cpusetZefan Li
2016-08-31timekeeping: Cap array access in timekeeping_debugJohn Stultz
2016-08-31timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPINGJohn Stultz
2016-08-31uprobes: Fix the memcg accountingOleg Nesterov
2016-08-19module: Invalidate signatures on force-loaded modulesBen Hutchings
2016-08-19audit: fix a double fetch in audit_log_single_execve_arg()Paul Moore
2016-08-19Fix broken audit tests for exec arg lenLinus Torvalds
2016-08-19audit: Fix check of return value of strnlen_user()Jan Kara
2016-08-06posix_cpu_timer: Exit early when process has been reapedAlexey Dobriyan
2016-07-10pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau
2016-07-10bpf: fix double-fdput in replace_map_fd_with_map_ptr()Jann Horn
2016-07-10bpf/verifier: reject invalid LD_ABS | BPF_DW instructionAlexei Starovoitov
2016-07-10cgroup: make sure a parent css isn't freed before its childrenTejun Heo
2016-07-10futex: Acknowledge a new waiter in counter before plistDavidlohr Bueso
2016-07-10tracing: Handle NULL formats in hold_module_trace_bprintk_format()Steven Rostedt (Red Hat)
2016-07-10cgroup: set css->id to -1 during initTejun Heo
2016-07-10kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while processi...Andrey Ryabinin