summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* audit: ensure that 'audit=1' actually enables audit for PID 1Paul Moore2017-12-161-5/+5
* jump_label: Invoke jump_label_test() via early_initcall()Jason Baron2017-12-161-1/+1
* workqueue: trigger WARN if queue_delayed_work() is called with NULL @wqTejun Heo2017-12-161-0/+1
* kdb: Fix handling of kallsyms_symbol_next() return valueDaniel Thompson2017-12-161-1/+1
* sched/rt: Simplify the IPI based RT balancing logicSteven Rostedt (Red Hat)2017-11-303-127/+138
* sched: Make resched_cpu() unconditionalPaul E. McKenney2017-11-301-2/+1
* bpf: don't let ldimm64 leak map addresses on unprivilegedDaniel Borkmann2017-11-211-5/+16
* workqueue: Fix NULL pointer dereferenceLi Bin2017-11-151-1/+2
* workqueue: replace pool->manager_arb mutex with a flagTejun Heo2017-11-021-22/+15
* sched/autogroup: Fix autogroup_move_group() to never skip sched_move_task()Oleg Nesterov2017-10-271-11/+12
* locking/lockdep: Add nest_lock integrity testPeter Zijlstra2017-10-211-2/+9
* bpf: one perf event close won't free bpf program attached by another perf eventYonghong Song2017-10-211-1/+2
* bpf/verifier: reject BPF_ALU64|BPF_ENDEdward Cree2017-10-211-1/+2
* rcu: Allow for page faults in NMI handlersPaul E. McKenney2017-10-181-0/+12
* sched/cpuset/pm: Fix cpuset vs. suspend-resume bugsPeter Zijlstra2017-10-123-6/+22
* ftrace: Fix kmemleak in unregister_ftrace_graphShu Wang2017-10-121-14/+0
* timer/sysclt: Restrict timer migration sysctl values to 0 and 1Myungho Jung2017-10-052-1/+3
* seccomp: fix the usage of get/put_seccomp_filter() in seccomp_get_filter()Oleg Nesterov2017-10-051-7/+16
* tracing: Erase irqsoff trace with empty writeBo Yan2017-10-051-2/+8
* tracing: Fix trace_pipe behavior for instance tracesTahsin Erdogan2017-10-051-1/+1
* ftrace: Fix memleak when unregistering dynamic ops when tracing disabledSteven Rostedt (VMware)2017-09-271-4/+6
* tracing: Apply trace_clock changes to instance max bufferBaohong Liu2017-09-271-1/+1
* ftrace: Fix selftest goto location on errorSteven Rostedt (VMware)2017-09-271-1/+1
* locktorture: Fix potential memory leak with rw lock testYang Shi2017-09-131-0/+4
* cpuset: Fix incorrect memory_pressure control file mappingWaiman Long2017-09-071-0/+1
* gcov: support GCC 7.1Martin Liska2017-09-022-1/+9
* gcov: add support for gcc version >= 6Florian Meier2017-09-021-1/+1
* perf/core: Fix group {cpu,task} validationMark Rutland2017-08-301-20/+19
* tracing: Fix freeing of filter in create_filter() when set_str is falseSteven Rostedt (VMware)2017-08-301-0/+4
* pids: make task_tgid_nr_ns() safeOleg Nesterov2017-08-241-7/+4
* audit: Fix use after free in audit_remove_watch_rule()Jan Kara2017-08-241-5/+7
* cpuset: fix a deadlock due to incomplete patching of cpusets_enabled()Dima Zavin2017-08-161-0/+1
* workqueue: implicit ordered attribute should be overridableTejun Heo2017-08-111-4/+9
* signal: protect SIGNAL_UNKILLABLE from unintentional clearing.Jamie Iles2017-08-111-2/+2
* workqueue: restore WQ_UNBOUND/max_active==1 to be orderedTejun Heo2017-08-111-0/+10
* sched/cputime: Fix prev steal time accouting during CPU hotplugWanpeng Li2017-08-062-14/+0
* /proc/iomem: only expose physical resource addresses to privileged usersLinus Torvalds2017-08-061-2/+11
* sched/cgroup: Move sched_online_group() back into css_online() to fix crashKonstantin Khlebnikov2017-08-061-2/+12
* alarmtimer: don't rate limit one-shot timersGreg Hackmann2017-07-271-1/+2
* tracing: Fix kmemleak in instance_rmdirChunyu Hu2017-07-271-0/+1
* Revert "perf/core: Drop kernel samples even though :u is specified"Ingo Molnar2017-07-271-21/+0
* ftrace: Fix uninitialized variable in match_records()Dan Carpenter2017-07-271-1/+1
* tracing: Use SOFTIRQ_OFFSET for softirq dectection for more accurate resultsPavankumar Kondeti2017-07-211-1/+1
* sched/topology: Optimize build_group_mask()Lauro Ramos Venancio2017-07-211-2/+2
* sched/topology: Fix overlapping sched_group_maskPeter Zijlstra2017-07-211-1/+17
* kernel/extable.c: mark core_kernel_text notraceMarcin Nowakowski2017-07-211-1/+1
* bpf: prevent leaking pointer via xadd on unpriviledgedDaniel Borkmann2017-07-211-0/+5
* sysctl: report EINVAL if value is larger than UINT_MAX for proc_douintvecLiping Zhang2017-07-151-0/+2
* sysctl: don't print negative flag for proc_douintvecLiping Zhang2017-07-151-0/+1
* tracing/kprobes: Allow to create probe with a module name starting with a digitSabrina Dubroca2017-07-151-13/+8