summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-05-02Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-3/+8
2017-05-02Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2017-05-02Merge tag 'pm-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-28/+66
2017-05-01Merge branch 'for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds6-31/+53
2017-05-01Merge branch 'for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-3/+2
2017-05-01Merge branches 'for-4.12/upstream' and 'for-4.12/klp-hybrid-consistency-model...Jiri Kosina10-276/+1060
2017-05-01cgroup: mark cgroup_get() with __maybe_unusedTejun Heo1-1/+1
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-23/+12
2017-05-01bpf: enhance verifier to understand stack pointer arithmeticYonghong Song1-0/+11
2017-05-01ring-buffer: Return reader page back into existing ring bufferSteven Rostedt (VMware)3-9/+50
2017-05-01mm, zone_device: Replace {get, put}_zone_device_page() with a single referenc...Dan Williams1-13/+9
2017-04-29cgroup: avoid attaching a cgroup root to two different superblocks, take 2Zefan Li3-6/+20
2017-04-29Merge branch 'pm-cpufreq'Rafael J. Wysocki2-28/+66
2017-04-29Merge schedutil governor updates for v4.12.Rafael J. Wysocki2-28/+66
2017-04-28bpf: bpf_lock on kallsysms doesn't need to be irqsaveHannes Frederic Sowa1-8/+4
2017-04-28cgroup: fix spurious warnings on cgroup_is_dead() from cgroup_sk_alloc()Tejun Heo1-6/+16
2017-04-27srcu: Adjust default auto-expediting holdoffPaul E. McKenney1-1/+1
2017-04-27sched/cputime: Fix ksoftirqd cputime accounting regressionFrederic Weisbecker2-13/+23
2017-04-27fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers1-1/+1
2017-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-04-27srcu: Specify auto-expedite holdoff timePaul E. McKenney1-1/+17
2017-04-27srcu: Expedite first synchronize_srcu() when idlePaul E. McKenney1-1/+58
2017-04-27srcu: Expedited grace periods with reduced memory contentionPaul E. McKenney1-40/+95
2017-04-26srcu: Make rcutorture writer stalls print SRCU GP statePaul E. McKenney3-11/+22
2017-04-26srcu: Exact tracking of srcu_data structures containing callbacksPaul E. McKenney1-6/+23
2017-04-25bpf: map_get_next_key to return first key on NULLTeng Qin3-13/+18
2017-04-25kallsyms: Use bounded strnchr() when parsing stringNaveen N. Rao1-1/+1
2017-04-24bpf: make bpf_xdp_adjust_head support mandatoryDaniel Borkmann1-3/+0
2017-04-23Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2017-04-23Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar19-708/+1871
2017-04-22signal: Make kill_proc_info staticEric W. Biederman1-1/+1
2017-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-5/+19
2017-04-22rlimit: Properly call security_task_setrlimitEric W. Biederman1-2/+1
2017-04-21net: Remove NET_CORE_BUDGET_USECS from sysctl binary interface.David S. Miller1-1/+0
2017-04-21Replace 2 jiffies with sysctl netdev_budget_usecs to enable softirq tuningMatthew Whitehead1-0/+1
2017-04-21Merge branches 'doc.2017.04.12a', 'fixes.2017.04.19a' and 'srcu.2017.04.21a' ...Paul E. McKenney19-708/+1871
2017-04-21rcu: Make non-preemptive schedule be Tasks RCU quiescent statePaul E. McKenney3-2/+23
2017-04-21srcu: Expedite srcu_schedule_cbs_snp() callback invocationPaul E. McKenney1-1/+2
2017-04-21srcu: Parallelize callback handlingPaul E. McKenney4-131/+545
2017-04-21padata: get_next is never NULLJason A. Donenfeld1-9/+4
2017-04-21tracing/ftrace: Allow for instances to trigger their own stacktrace probesSteven Rostedt (VMware)1-3/+14
2017-04-21tracing/ftrace: Allow for the traceonoff probe be unique to instancesSteven Rostedt (VMware)3-12/+15
2017-04-21tracing/ftrace: Enable snapshot function trigger to work with instancesSteven Rostedt (VMware)1-19/+25
2017-04-21tracing/ftrace: Allow instances to have their own function probesSteven Rostedt (VMware)1-2/+2
2017-04-21tracing/ftrace: Add a better way to pass data via the probe functionsSteven Rostedt (VMware)5-107/+153
2017-04-21ftrace: Dynamically create the probe ftrace_ops for the trace_arraySteven Rostedt (VMware)5-57/+146
2017-04-21tracing: Pass the trace_array into ftrace_probe_ops functionsSteven Rostedt (VMware)5-30/+51
2017-04-21tracing: Have the trace_array hold the list of registered func probesSteven Rostedt (VMware)5-30/+56
2017-04-21ftrace: If the hash for a probe fails to update then free what was initializedSteven Rostedt (VMware)1-1/+15
2017-04-21ftrace: Have the function probes call their own functionSteven Rostedt (VMware)2-127/+99