aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-02locking/rtmutex: Explain locking rules for rt_mutex_proxy_unlock()/init_proxy_locked()Thomas Gleixner1-4/+12
2016-12-02locking/rtmutex: Get rid of RT_MUTEX_OWNER_MASKALLThomas Gleixner1-2/+1
2016-12-02Merge branch 'locking/urgent' into locking/core, to pick up dependent fixesIngo Molnar5-12/+111
2016-12-02locking/rtmutex: Use READ_ONCE() in rt_mutex_owner()Thomas Gleixner1-2/+3
2016-12-02locking/rtmutex: Prevent dequeue vs. unlock raceThomas Gleixner1-2/+66
2016-12-02tracing/rb: Convert to hotplug state machineSebastian Andrzej Siewior2-91/+59
2016-12-01audit: remove useless synchronize_net()WANG Cong1-2/+1
2016-12-01alarmtimer: Add tracepoints for alarm timersBaolin Wang1-10/+43
2016-11-30bpf: fix states equal logic for varlen accessJosef Bacik1-2/+8
2016-11-29bpf: cgroup: fix documentation of __cgroup_bpf_update()Daniel Mack1-2/+2
2016-11-29Re-enable CONFIG_MODVERSIONS in a slightly weaker formLinus Torvalds1-2/+3
2016-11-29trace: Add an option for boot clock as trace clockJoel Fernandes1-0/+1
2016-11-29timekeeping: Add a fast and NMI safe boot clockJoel Fernandes1-0/+29
2016-11-27bpf: allow for mount options to specify permissionsDaniel Borkmann1-1/+53
2016-11-27bpf: add owner_prog_type and accounted mem to array map's fdinfoDaniel Borkmann1-2/+15
2016-11-27bpf: drop unnecessary context cast from BPF_PROG_RUNDaniel Borkmann2-2/+2
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-8/+42
2016-11-25bpf: add BPF_PROG_ATTACH and BPF_PROG_DETACH commandsDaniel Mack1-0/+81
2016-11-25cgroup: add support for eBPF programsDaniel Mack3-0/+186
2016-11-24sched: Extend scheduler's asym packingTim Chen3-17/+57
2016-11-24sched/autogroup: Fix 64-bit kernel nice level adjustmentMike Galbraith1-1/+3
2016-11-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+13
2016-11-23sched/fair: Clean up the tunable parameter definitionsIngo Molnar1-22/+28
2016-11-23sched/dl: Fix comment in pick_next_task_dl()T.Zhou1-1/+1
2016-11-23Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar4-34/+93
2016-11-23Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar4-13/+28
2016-11-22sched/nohz: Convert to hotplug state machineSebastian Andrzej Siewior1-19/+14
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-27/+87
2016-11-22locking/mutex: Break out of expensive busy-loop on {mutex,rwsem}_spin_on_owner() when owner vCPU is preemptedPan Xinhui2-5/+22
2016-11-22locking/osq: Break out of spin-wait busy waiting loop for a preempted vCPU in osq_lock()Pan Xinhui1-1/+8
2016-11-22Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar9-56/+103
2016-11-22sched/autogroup: Do not use autogroup->tg in zombie threadsOleg Nesterov2-0/+20
2016-11-22sched/autogroup: Fix autogroup_move_group() to never skip sched_move_task()Oleg Nesterov1-11/+12
2016-11-22genirq/msi: Drop artificial PCI dependencyMarc Zyngier1-3/+1
2016-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-3/+17
2016-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-23/+47
2016-11-21bpf, mlx5: fix mlx5e_create_rq taking reference on progDaniel Borkmann1-0/+1
2016-11-21perf/core: Fix address filter parserAlexander Shishkin1-0/+2
2016-11-21sched/wake_q: Rename WAKE_Q to DEFINE_WAKE_QWaiman Long4-11/+11
2016-11-18lockdep: Limit static allocations if PROVE_LOCKING_SMALL is definedBabu Moger1-3/+17
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan1-1/+1
2016-11-17kernel/printk: Block cpuhotplug callback when tasks are frozenThomas Gleixner1-2/+4
2016-11-17Merge branch 'x86/cpufeature' into x86/asm, to pick up dependencyIngo Molnar4-22/+11
2016-11-16bpf: fix range arithmetic for bpf map accessJosef Bacik1-23/+47
2016-11-16genirq/affinity: Use default affinity mask for reserved vectorsThomas Gleixner1-2/+2
2016-11-16genirq/affinity: Take reserved vectors into account when spreading irqsChristoph Hellwig1-3/+5
2016-11-16bpf: Fix compilation warning in __bpf_lru_list_rotate_inactiveMartin KaFai Lau1-1/+1
2016-11-16sched/fair: Fix task group initializationVincent Guittot1-1/+1
2016-11-16sched/fair: Propagate asynchrous detachVincent Guittot1-0/+6
2016-11-16sched/fair: Propagate load during synchronous attach/detachVincent Guittot2-1/+188