summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* printk: Do not lose last line in kmsg buffer dumpVincent Whitchurch2019-10-051-1/+1
* kprobes: Prohibit probing on BUG() and WARN() addressMasami Hiramatsu2019-10-051-1/+2
* sched/fair: Use rq_lock/unlock in online_fair_sched_groupPhil Auld2019-10-051-3/+3
* sched/core: Fix CPU controller for !RT_GROUP_SCHEDJuri Lelli2019-10-051-4/+0
* sched/fair: Fix imbalance due to CPU affinityVincent Guittot2019-10-051-2/+3
* locking/lockdep: Add debug_locks check in __lock_downgrade()Waiman Long2019-10-051-0/+3
* kallsyms: Don't let kallsyms_lookup_size_offset() fail on retrieving the firs...Marc Zyngier2019-09-211-2/+4
* genirq: Prevent NULL pointer dereference in resend_irqs()Yunfeng Ye2019-09-191-0/+2
* kernel/module: Fix mem leak in module_add_modinfo_attrsYueHaibing2019-09-161-5/+17
* sched/fair: Don't assign runtime for throttled cfs_rqLiangyan2019-09-161-0/+5
* kprobes: Fix potential deadlock in kprobe_optimizer()Andrea Righi2019-09-101-4/+4
* ftrace: Check for empty hash and comment the race with registering probesSteven Rostedt (VMware)2019-09-061-1/+9
* ftrace: Check for successful allocation of hashNaveen N. Rao2019-09-061-0/+5
* ftrace: Fix NULL pointer dereference in t_probe_next()Naveen N. Rao2019-09-061-0/+4
* genirq: Properly pair kobject_del() with kobject_add()Michael Kelley2019-08-291-1/+14
* bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64KDaniel Borkmann2019-08-251-6/+15
* bpf: add bpf_jit_limit knob to restrict unpriv allocationsDaniel Borkmann2019-08-251-3/+46
* bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann2019-08-251-7/+12
* perf/core: Fix creating kernel counters for PMUs that override event->cpuLeonard Crestez2019-08-161-1/+1
* cgroup: Fix css_task_iter_advance_css_set() cset skip conditionTejun Heo2019-08-091-1/+1
* cgroup: css_task_iter_skip()'d iterators must be advanced before accessedTejun Heo2019-08-091-0/+4
* cgroup: Include dying leaders with live threads in PROCS iterationsTejun Heo2019-08-091-7/+37
* cgroup: Implement css_task_iter_skip()Tejun Heo2019-08-091-24/+36
* cgroup: Call cgroup_release() before __exit_signal()Tejun Heo2019-08-091-1/+1
* kernel/module.c: Only return -EEXIST for modules that have finished loadingPrarit Bhargava2019-08-061-4/+2
* ftrace: Enable trampoline when rec count returns back to oneCheng Jian2019-08-061-13/+15
* sched/fair: Don't free p->numa_faults with concurrent readersJann Horn2019-08-042-5/+21
* access: avoid the RCU grace period for the temporary subjective credentialsLinus Torvalds2019-07-311-2/+19
* locking/lockdep: Hide unused 'class' variableArnd Bergmann2019-07-311-1/+2
* locking/lockdep: Fix lock used or unused stats errorYuyang Du2019-07-311-2/+3
* padata: use smp_mb in padata_reorder to avoid orphaned padata jobsDaniel Jordan2019-07-311-0/+12
* timer_list: Guard procfs specific codeNathan Huckleberry2019-07-311-17/+19
* ntp: Limit TAI-UTC offsetMiroslav Lichvar2019-07-311-1/+3
* sched/core: Add __sched tag for io_schedule()Gao Xiang2019-07-311-1/+1
* bpf: silence warning messages in coreValdis Klētnieks2019-07-311-0/+1
* locking/lockdep: Fix merging of hlocks with non-zero referencesImre Deak2019-07-311-9/+9
* signal/pid_namespace: Fix reboot_pid_ns to use send_sig not force_sigEric W. Biederman2019-07-311-1/+1
* cpu/hotplug: Fix out-of-bounds read when setting fail stateEiichi Tsukata2019-07-211-0/+3
* perf/core: Fix perf_sample_regs_user() mm checkPeter Zijlstra2019-07-211-1/+1
* ftrace/x86: Remove possible deadlock between register_kprobe() and ftrace_run...Petr Mladek2019-07-101-9/+1
* tracing/snapshot: Resize spare buffer if size changedEiichi Tsukata2019-07-101-4/+6
* ptrace: Fix ->ptracer_cred handling for PTRACE_TRACEMEJann Horn2019-07-101-3/+1
* ftrace: Fix NULL pointer dereference in free_ftrace_func_mapper()Wei Li2019-07-101-2/+5
* module: Fix livepatch/ftrace module text permissions raceJosh Poimboeuf2019-07-102-1/+15
* cpuset: restore sanity to cpuset_cpus_allowed_fallback()Joel Savitz2019-07-101-1/+14
* cpu/speculation: Warn on unsupported mitigations= parameterGeert Uytterhoeven2019-07-031-0/+3
* Revert "x86/uaccess, ftrace: Fix ftrace_likely_update() vs. SMAP"Sasha Levin2019-07-031-4/+0
* tracing: Silence GCC 9 array bounds warningMiguel Ojeda2019-06-253-10/+20
* perf/ring-buffer: Always use {READ,WRITE}_ONCE() for rb->user_page dataPeter Zijlstra2019-06-221-3/+3
* perf/ring_buffer: Add ordering to rb->nest incrementPeter Zijlstra2019-06-221-0/+9