summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2016-11-27bpf: add owner_prog_type and accounted mem to array map's fdinfoDaniel Borkmann
2016-11-27bpf: drop unnecessary context cast from BPF_PROG_RUNDaniel Borkmann
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-25bpf: add BPF_PROG_ATTACH and BPF_PROG_DETACH commandsDaniel Mack
2016-11-25cgroup: add support for eBPF programsDaniel Mack
2016-11-24sched: Extend scheduler's asym packingTim Chen
2016-11-24sched/autogroup: Fix 64-bit kernel nice level adjustmentMike Galbraith
2016-11-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-11-23sched/fair: Clean up the tunable parameter definitionsIngo Molnar
2016-11-23sched/dl: Fix comment in pick_next_task_dl()T.Zhou
2016-11-23Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2016-11-23Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-22locking/mutex: Break out of expensive busy-loop on {mutex,rwsem}_spin_on_owne...Pan Xinhui
2016-11-22locking/osq: Break out of spin-wait busy waiting loop for a preempted vCPU in...Pan Xinhui
2016-11-22Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
2016-11-22sched/autogroup: Do not use autogroup->tg in zombie threadsOleg Nesterov
2016-11-22sched/autogroup: Fix autogroup_move_group() to never skip sched_move_task()Oleg Nesterov
2016-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds
2016-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-11-21bpf, mlx5: fix mlx5e_create_rq taking reference on progDaniel Borkmann
2016-11-21perf/core: Fix address filter parserAlexander Shishkin
2016-11-21sched/wake_q: Rename WAKE_Q to DEFINE_WAKE_QWaiman Long
2016-11-18lockdep: Limit static allocations if PROVE_LOCKING_SMALL is definedBabu Moger
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan
2016-11-16bpf: fix range arithmetic for bpf map accessJosef Bacik
2016-11-16bpf: Fix compilation warning in __bpf_lru_list_rotate_inactiveMartin KaFai Lau
2016-11-16sched/fair: Fix task group initializationVincent Guittot
2016-11-16sched/fair: Propagate asynchrous detachVincent Guittot
2016-11-16sched/fair: Propagate load during synchronous attach/detachVincent Guittot
2016-11-16sched/fair: Factorize PELT updateVincent Guittot
2016-11-16sched/fair: Fix hierarchical order in rq->leaf_cfs_rq_listVincent Guittot
2016-11-16sched/fair: Factorize attach/detach entityVincent Guittot
2016-11-16sched/fair: Fix incorrect comment for capacity_marginMorten Rasmussen
2016-11-16sched/fair: Avoid pulling tasks from non-overloaded higher capacity groupsMorten Rasmussen
2016-11-16sched/fair: Add per-CPU min capacity to sched_group_capacityMorten Rasmussen
2016-11-16sched/fair: Consider spare capacity in find_idlest_group()Morten Rasmussen
2016-11-16sched/fair: Compute task/cpu utilization at wake-up correctlyMorten Rasmussen
2016-11-16sched/cpuacct: Avoid %lld seq_printf warningMartin Schwidefsky
2016-11-16Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2016-11-16locking/core: Remove cpu_relax_lowlatency() usersChristian Borntraeger
2016-11-16locking/core, stop_machine: Yield the CPU during stop machine()Christian Borntraeger
2016-11-15bpf: Add BPF_MAP_TYPE_LRU_PERCPU_HASHMartin KaFai Lau
2016-11-15bpf: Add BPF_MAP_TYPE_LRU_HASHMartin KaFai Lau
2016-11-15bpf: Refactor codes handling percpu mapMartin KaFai Lau
2016-11-15bpf: Add percpu LRU listMartin KaFai Lau
2016-11-15bpf: LRU ListMartin KaFai Lau
2016-11-15Merge tag 'trace-v4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-15perf/core: Do not set cpuctx->cgrp for unscheduled cgroupsDavid Carrillo-Cisneros