summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* kprobes: Don't call BUG_ON() if there is a kprobe in use on free listMasami Hiramatsu2019-11-201-1/+7
* signal: Properly deliver SIGILL from uprobesEric W. Biederman2019-11-201-2/+2
* signal: Always ignore SIGKILL and SIGSTOP sent to the global initEric W. Biederman2019-11-201-0/+4
* cpu/speculation: Uninline and export CPU mitigations helpersTyler Hicks2019-11-121-1/+26
* sched/fair: Fix -Wunused-but-set-variable warningsQian Cai2019-11-121-10/+5
* sched/fair: Fix low cpu usage with high throttling by removing expiration of ...Dave Chiluk2019-11-122-67/+7
* sched/wake_q: Fix wakeup ordering for wake_qPeter Zijlstra2019-11-101-3/+4
* tracing: Initialize iter->seq after zeroing in tracing_read_pipe()Petr Mladek2019-11-061-0/+1
* sched/vtime: Fix guest/system mis-accounting on task switchFrederic Weisbecker2019-11-061-3/+3
* tracing: Get trace_array reference for available_tracers filesSteven Rostedt (VMware)2019-10-171-2/+15
* ftrace: Get a reference counter for the trace_array on filter filesSteven Rostedt (VMware)2019-10-171-9/+18
* tracing/hwlat: Don't ignore outer-loop duration when calculating max_latencySrivatsa S. Bhat (VMware)2019-10-171-0/+2
* tracing/hwlat: Report total time spent in all NMIs during the sampleSrivatsa S. Bhat (VMware)2019-10-171-1/+1
* kernel/sysctl.c: do not override max_threads provided by userspaceMichal Hocko2019-10-171-2/+2
* panic: ensure preemption is disabled during panic()Will Deacon2019-10-171-0/+1
* tick: broadcast-hrtimer: Fix a race in bc_set_nextBalasubramani Vivekanandan2019-10-111-28/+29
* kernel/elfcore.c: include proper prototypesValdis Kletnieks2019-10-111-0/+1
* sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr()KeMeng Shi2019-10-111-2/+2
* Revert "locking/pvqspinlock: Don't wait if vCPU is preempted"Wanpeng Li2019-10-111-1/+1
* timer: Read jiffies once when forwarding base clkLi RongQing2019-10-111-3/+5
* kexec: bail out upon SIGKILL when allocating memory.Tetsuo Handa2019-10-071-0/+2
* bpf: fix use after free in prog symbol exposureDaniel Borkmann2019-10-071-12/+18
* livepatch: Nullify obj->mod in klp_module_coming()'s error pathMiroslav Benes2019-10-071-0/+1
* alarmtimer: Use EOPNOTSUPP instead of ENOTSUPPThadeu Lima de Souza Cascardo2019-10-051-2/+2
* 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