aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-12-01Merge back earlier cpuidle material for v4.10.Rafael J. Wysocki3-67/+111
2016-11-30bpf: fix states equal logic for varlen accessJosef Bacik1-2/+8
2016-11-30kexec_file: Factor out kexec_locate_mem_hole from kexec_add_buffer.Thiago Jung Bauermann1-5/+20
2016-11-30kexec_file: Change kexec_add_buffer to take kexec_buf as argument.Thiago Jung Bauermann1-48/+40
2016-11-30kexec_file: Allow arch-specific memory walking for kexec_add_bufferThiago Jung Bauermann2-24/+22
2016-11-30locking/lockdep: Provide a type check for lock_is_heldPeter Zijlstra1-8/+12
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-29audit: add support for session ID user filterRichard Guy Briggs2-0/+7
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-29sched/idle: Add support for tasks that inject idlePeter Zijlstra3-62/+103
2016-11-29cpuidle: Allow enforcing deepest idle state selectionJacob Pan1-5/+8
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-27module: extend 'rodata=off' boot cmdline parameter to module mappingsAKASHI Takahiro1-3/+17
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-8/+42
2016-11-26module: Fix a comment above strong_try_module_get()Miroslav Benes1-2/+5
2016-11-26module: When modifying a module's text ignore modules which are going away tooAaron Tomlin1-1/+7
2016-11-26module: Ensure a module's state is set accordingly during module coming clean...Aaron Tomlin1-0/+1
2016-11-26taint/module: Clean up global and module taint flags handlingPetr Mladek2-48/+38
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-24cpufreq: schedutil: Rectify comment in sugov_irq_work() functionViresh Kumar1-6/+6
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-23ring-buffer: Force rb_end_commit() and rb_set_commit_to_write() inlineSteven Rostedt (Red Hat)1-2/+2
2016-11-23ring-buffer: Froce rb_update_write_stamp() to be inlinedSteven Rostedt (Red Hat)1-2/+2
2016-11-23ring-buffer: Force inline of hotpath helper functionsSteven Rostedt (Red Hat)1-8/+8
2016-11-23tracing: Make __buffer_unlock_commit() always_inlineSteven Rostedt (Red Hat)5-21/+32
2016-11-23tracing: Make tracepoint_printk a static_keySteven Rostedt (Red Hat)3-41/+79
2016-11-23ring-buffer: Always inline rb_event_data()Steven Rostedt (Red Hat)1-1/+1
2016-11-23ring-buffer: Make rb_reserve_next_event() always inlinedSteven Rostedt (Red Hat)1-1/+1
2016-11-23tracing: Create a always_inlined __trace_buffer_lock_reserve()Steven Rostedt (Red Hat)1-39/+48
2016-11-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus 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/pau...Ingo Molnar4-13/+28
2016-11-22tracing: Add error checks to creation of event filesSteven Rostedt (Red Hat)1-9/+21
2016-11-22tracing: Add hook to function tracing for other subsystems to useChunyan Zhang1-1/+128
2016-11-22sched/nohz: Convert to hotplug state machineSebastian Andrzej Siewior1-19/+14
2016-11-22exec: Ensure mm->user_ns contains the execed filesEric W. Biederman1-2/+14
2016-11-22ptrace: Don't allow accessing an undumpable mmEric W. Biederman1-6/+36
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-27/+87
2016-11-22ptrace: Capture the ptracer's creds not PT_PTRACE_CAPEric W. Biederman2-5/+27
2016-11-22mm: Add a user_ns owner to mm_struct and fix ptrace permission checksEric W. Biederman2-18/+17
2016-11-22locking/mutex: Break out of expensive busy-loop on {mutex,rwsem}_spin_on_owne...Pan Xinhui2-5/+22
2016-11-22locking/osq: Break out of spin-wait busy waiting loop for a preempted vCPU in...Pan Xinhui1-1/+8