summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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-02tracing/rb: Convert to hotplug state machineSebastian Andrzej Siewior
2016-12-01audit: remove useless synchronize_net()WANG Cong
2016-12-01alarmtimer: Add tracepoints for alarm timersBaolin Wang
2016-12-01Merge back earlier cpuidle material for v4.10.Rafael J. Wysocki
2016-11-30bpf: fix states equal logic for varlen accessJosef Bacik
2016-11-30kexec_file: Factor out kexec_locate_mem_hole from kexec_add_buffer.Thiago Jung Bauermann
2016-11-30kexec_file: Change kexec_add_buffer to take kexec_buf as argument.Thiago Jung Bauermann
2016-11-30kexec_file: Allow arch-specific memory walking for kexec_add_bufferThiago Jung Bauermann
2016-11-30locking/lockdep: Provide a type check for lock_is_heldPeter Zijlstra
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-29audit: add support for session ID user filterRichard Guy Briggs
2016-11-29trace: Add an option for boot clock as trace clockJoel Fernandes
2016-11-29timekeeping: Add a fast and NMI safe boot clockJoel Fernandes
2016-11-29sched/idle: Add support for tasks that inject idlePeter Zijlstra
2016-11-29cpuidle: Allow enforcing deepest idle state selectionJacob Pan
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-27module: extend 'rodata=off' boot cmdline parameter to module mappingsAKASHI Takahiro
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-26module: Fix a comment above strong_try_module_get()Miroslav Benes
2016-11-26module: When modifying a module's text ignore modules which are going away tooAaron Tomlin
2016-11-26module: Ensure a module's state is set accordingly during module coming clean...Aaron Tomlin
2016-11-26taint/module: Clean up global and module taint flags handlingPetr Mladek
2016-11-25bpf: add BPF_PROG_ATTACH and BPF_PROG_DETACH commandsDaniel Mack
2016-11-25cgroup: add support for eBPF programsDaniel Mack
2016-11-24cpufreq: schedutil: Rectify comment in sugov_irq_work() functionViresh Kumar
2016-11-24sched: Extend scheduler's asym packingTim Chen
2016-11-24sched/autogroup: Fix 64-bit kernel nice level adjustmentMike Galbraith
2016-11-23ring-buffer: Force rb_end_commit() and rb_set_commit_to_write() inlineSteven Rostedt (Red Hat)
2016-11-23ring-buffer: Froce rb_update_write_stamp() to be inlinedSteven Rostedt (Red Hat)
2016-11-23ring-buffer: Force inline of hotpath helper functionsSteven Rostedt (Red Hat)
2016-11-23tracing: Make __buffer_unlock_commit() always_inlineSteven Rostedt (Red Hat)
2016-11-23tracing: Make tracepoint_printk a static_keySteven Rostedt (Red Hat)
2016-11-23ring-buffer: Always inline rb_event_data()Steven Rostedt (Red Hat)
2016-11-23ring-buffer: Make rb_reserve_next_event() always inlinedSteven Rostedt (Red Hat)
2016-11-23tracing: Create a always_inlined __trace_buffer_lock_reserve()Steven Rostedt (Red Hat)
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