summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2016-12-12prctl: remove one-shot limitation for changing exe linkStanislav Kinsburskiy
2016-12-12kthread: add __printf attributesNicolas Iooss
2016-12-12Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-12-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-12-12Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-12-12Merge branch 'core-smp-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-12-12Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-12-11sched/core: Use load_avg for selecting idlest groupVincent Guittot
2016-12-11sched/core: Fix find_idlest_group() for forkVincent Guittot
2016-12-11Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2016-12-11Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
2016-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-12-08bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau
2016-12-08bpf: fix state equivalenceAlexei Starovoitov
2016-12-08kthread: Don't abuse kthread_create_on_cpu() in __kthread_create_worker()Oleg Nesterov
2016-12-08kthread: Don't use to_live_kthread() in kthread_[un]park()Oleg Nesterov
2016-12-08kthread: Don't use to_live_kthread() in kthread_stop()Oleg Nesterov
2016-12-08Revert "kthread: Pin the stack via try_get_task_stack()/put_task_stack() in t...Oleg Nesterov
2016-12-08kthread: Make struct kthread kmalloc'edOleg Nesterov
2016-12-08hotplug: Make register and unregister notifier API symmetricMichal Hocko
2016-12-07kcov: add missing #include <linux/sched.h>Kefeng Wang
2016-12-07Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-12-07Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-12-07Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2016-12-07bpf: fix loading of BPF_MAXINSNS sized programsDaniel Borkmann
2016-12-07clocksource: export the clocks_calc_mult_shift to use by timestamp codeMurali Karicheri
2016-12-06lockdep: Fix report formattingDmitry Vyukov
2016-12-06perf/core: Remove invalid warning from list_update_cgroup_even()tDavid Carrillo-Cisneros
2016-12-05bpf: add prog_digest and expose it via fdinfo/netlinkDaniel Borkmann
2016-12-05bpf: Preserve const register type on const OR alu opsGianluca Borello
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-12-02bpf: Add new cgroup attach type to enable sock modificationsDavid Ahern
2016-12-02bpf: Refactor cgroups code in prep for new typeDavid Ahern
2016-12-02bpf: BPF for lightweight tunnel infrastructureThomas Graf
2016-12-02locking/rtmutex: Explain locking rules for rt_mutex_proxy_unlock()/init_proxy...Thomas Gleixner
2016-12-02locking/rtmutex: Get rid of RT_MUTEX_OWNER_MASKALLThomas Gleixner
2016-12-02Merge branch 'locking/urgent' into locking/core, to pick up dependent fixesIngo Molnar
2016-12-02locking/rtmutex: Use READ_ONCE() in rt_mutex_owner()Thomas Gleixner
2016-12-02locking/rtmutex: Prevent dequeue vs. unlock raceThomas Gleixner
2016-12-01audit: remove useless synchronize_net()WANG Cong
2016-11-30bpf: fix states equal logic for varlen accessJosef Bacik
2016-11-29bpf: cgroup: fix documentation of __cgroup_bpf_update()Daniel Mack
2016-11-29Re-enable CONFIG_MODVERSIONS in a slightly weaker formLinus Torvalds
2016-11-27bpf: allow for mount options to specify permissionsDaniel Borkmann
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