aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-09scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada2-2/+2
2017-03-09Merge tag 'pm-4.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-10/+9
2017-03-09bpf: convert htab map to hlist_nullsAlexei Starovoitov1-34/+60
2017-03-09bpf: fix struct htab_elem layoutAlexei Starovoitov1-5/+20
2017-03-08kernel: convert css_set.refcount from atomic_t to refcount_tElena Reshetova3-7/+8
2017-03-08sched/headers: fix up header file dependency on <linux/sched/signal.h>Linus Torvalds1-0/+39
2017-03-08livepatch: make klp_mutex proper part of APIJiri Kosina3-2/+8
2017-03-08livepatch: allow removal of a disabled patchJosh Poimboeuf2-33/+84
2017-03-08livepatch: change to a per-task consistency modelJosh Poimboeuf8-25/+706
2017-03-08livepatch: store function sizesJosh Poimboeuf1-0/+16
2017-03-08livepatch: use kstrtobool() in enabled_store()Josh Poimboeuf1-8/+5
2017-03-08livepatch: move patching functions into patch.cJosh Poimboeuf4-202/+247
2017-03-08livepatch: remove unnecessary object loaded checkJosh Poimboeuf1-3/+0
2017-03-08livepatch: separate enabled and patched statesJosh Poimboeuf1-36/+36
2017-03-08livepatch: create temporary klp_update_patch_state() stubJosh Poimboeuf1-0/+3
2017-03-08stacktrace/x86: add function for detecting reliable stack tracesJosh Poimboeuf1-2/+10
2017-03-07Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2017-03-07Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-4/+14
2017-03-07Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-12/+12
2017-03-07Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-5/+12
2017-03-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-7/+11
2017-03-07Merge tag 'trace-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+18
2017-03-07jiffies: Revert bogus conversion of NSEC_PER_SEC to TICK_NSECFrederic Weisbecker1-1/+1
2017-03-07Merge tag 'perf-core-for-mingo-4.11-20170306' of git://git.kernel.org/pub/scm...Ingo Molnar6-18/+29
2017-03-06ucount: Remove the atomicity from ucount->countEric W. Biederman1-7/+11
2017-03-06workqueue: use setup_deferrable_timerGeliang Tang1-3/+2
2017-03-06workqueue: trigger WARN if queue_delayed_work() is called with NULL @wqTejun Heo1-0/+1
2017-03-06cgroups: censor kernel pointer in debug filesKees Cook1-1/+1
2017-03-06cgroup/pids: remove spurious suspicious RCU usage warningTejun Heo1-1/+1
2017-03-06kernel: convert cgroup_namespace.count from atomic_t to refcount_tElena Reshetova2-2/+2
2017-03-05bpf: add get_next_key callback to LPM mapAlexei Starovoitov1-0/+6
2017-03-06prlimit,security,selinux: add a security hook for prlimitStephen Smalley1-12/+18
2017-03-05cpufreq: schedutil: Pass sg_policy to get_next_freq()Viresh Kumar1-6/+5
2017-03-05cpufreq: schedutil: move cached_raw_freq to struct sugov_policyViresh Kumar1-4/+4
2017-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2017-03-03trace/kprobes: Add back warning about offset in return probesSteven Rostedt (VMware)1-0/+5
2017-03-03trace/kprobes: Allow return probes with offsets and absolute addressesNaveen N. Rao2-8/+1
2017-03-03kretprobes: Ensure probe location is at function entryNaveen N. Rao1-0/+13
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds109-212/+328
2017-03-03ftrace/graph: Add ftrace_graph_max_depth kernel parameterTodd Brandt1-0/+9
2017-03-03ftrace/graph: Do not modify the EMPTY_HASH for the function_graph filterSteven Rostedt (VMware)1-4/+8
2017-03-02Merge tag 'pm-extra-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-49/+44
2017-03-03sched/headers: Remove <linux/magic.h> from <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-03-03sched/headers: Remove <linux/rwsem.h> from <linux/sched.h>Ingo Molnar1-0/+1
2017-03-03sched/headers: Move cputime functionality from <linux/sched.h> and <linux/cpu...Ingo Molnar1-111/+0
2017-03-03sched/headers: Move the task_lock()/unlock() APIs to <linux/sched/task.h>Ingo Molnar2-1/+2
2017-03-03sched/headers, RCU: Move rcu_copy_process() from <linux/sched/task.h> to kern...Ingo Molnar1-0/+15
2017-03-03sched/headers: Move task_struct::signal and task_struct::sighand types and ac...Ingo Molnar1-0/+1
2017-03-03Merge branches 'pm-cpuidle', 'pm-cpufreq' and 'pm-sleep'Rafael J. Wysocki1-49/+44
2017-03-02locking/ww_mutex: Adjust the lock number for stress testBoqun Feng1-1/+1