summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2016-11-23Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2016-11-22tracing: Add error checks to creation of event filesSteven Rostedt (Red Hat)
2016-11-22tracing: Add hook to function tracing for other subsystems to useChunyan Zhang
2016-11-22sched/nohz: Convert to hotplug state machineSebastian Andrzej Siewior
2016-11-22exec: Ensure mm->user_ns contains the execed filesEric W. Biederman
2016-11-22ptrace: Don't allow accessing an undumpable mmEric W. Biederman
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-22ptrace: Capture the ptracer's creds not PT_PTRACE_CAPEric W. Biederman
2016-11-22mm: Add a user_ns owner to mm_struct and fix ptrace permission checksEric W. Biederman
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