summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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-07tracing/rb: Init the CPU mask on allocationSebastian Andrzej Siewior
2016-12-06lockdep: Fix report formattingDmitry Vyukov
2016-12-06perf/core: Remove invalid warning from list_update_cgroup_even()tDavid Carrillo-Cisneros
2016-12-05audit_log_{name,link_denied}: constify struct pathAl Viro
2016-12-05fsnotify: constify 'data' passed to ->handle_event()Al Viro
2016-12-05bpf: add prog_digest and expose it via fdinfo/netlinkDaniel Borkmann
2016-12-05[iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro
2016-12-05bpf: Preserve const register type on const OR alu opsGianluca Borello
2016-12-04don't open-code file_inode()Al Viro
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-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