summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* workqueue: Fix missing kfree(rescuer) in destroy_workqueue()Tejun Heo2019-12-171-0/+1
* cgroup: pids: use atomic64_t for pids->limitAleksa Sarai2019-12-171-5/+6
* workqueue: Fix pwq ref leak in rescuer_thread()Tejun Heo2019-12-171-3/+10
* workqueue: Fix spurious sanity check failures in destroy_workqueue()Tejun Heo2019-12-171-5/+19
* perf/core: Consistently fail fork on allocation failuresAlexander Shishkin2019-12-131-1/+1
* sched/pelt: Fix update of blocked PELT orderingVincent Guittot2019-12-131-9/+20
* sched/core: Avoid spurious lock dependenciesPeter Zijlstra2019-12-131-1/+2
* audit_get_nd(): don't unlock parent too earlyAl Viro2019-12-131-1/+1
* cgroup: don't put ERR_PTR() into fc->rootAl Viro2019-12-131-2/+3
* time: Zero the upper 32-bits in __kernel_timespec on 32-bitDmitry Safonov2019-12-131-1/+2
* stacktrace: Don't skip first entry on noncurrent tasksJiri Slaby2019-12-041-2/+4
* bpf: Change size to u64 for bpf_map_{area_alloc, charge_init}()Björn Töpel2019-12-041-2/+5
* bpf: Allow narrow loads of bpf_sysctl fields with offset > 0Ilya Leoshkevich2019-12-041-2/+2
* futex: Prevent robust futex exit raceYang Tao2019-11-291-7/+51
* fork: fix pidfd_poll()'s return typeLuc Van Oostenryck2019-11-291-3/+3
* ntp/y2038: Remove incorrect time_t truncationArnd Bergmann2019-11-201-1/+1
* cgroup: freezer: call cgroup_enter_frozen() with preemption disabled in ptrac...Oleg Nesterov2019-11-201-1/+1
* cpu/speculation: Uninline and export CPU mitigations helpersTyler Hicks2019-11-121-1/+26
* timekeeping/vsyscall: Update VDSO data unconditionallyHuacai Chen2019-11-121-6/+3
* sched/topology: Allow sched_asym_cpucapacity to be disabledValentin Schneider2019-11-121-1/+5
* sched/topology: Don't try to build empty sched domainsValentin Schneider2019-11-122-2/+6
* bpf: Fix use after free in bpf_get_prog_nameDaniel Borkmann2019-11-121-1/+1
* bpf: Fix use after free in subprog's jited symbol removalDaniel Borkmann2019-11-122-12/+21
* clone3: validate stack argumentsChristian Brauner2019-11-121-1/+32
* tracing: Fix "gfp_t" format for synthetic eventsZhengjun Xing2019-11-101-0/+2
* sched/fair: Fix -Wunused-but-set-variable warningsQian Cai2019-11-061-13/+6
* sched/fair: Fix low cpu usage with high throttling by removing expiration of ...Dave Chiluk2019-11-062-69/+7
* perf/aux: Fix tracking of auxiliary trace buffer allocationThomas Richter2019-11-061-2/+4
* tracing: Initialize iter->seq after zeroing in tracing_read_pipe()Petr Mladek2019-11-061-0/+1
* perf/core: Fix corner case in perf_rotate_context()Song Liu2019-11-061-5/+17
* perf/core: Rework memory accounting in perf_mmap()Song Liu2019-11-061-2/+15
* sched/vtime: Fix guest/system mis-accounting on task switchFrederic Weisbecker2019-11-061-3/+3
* sched/fair: Scale bandwidth quota and period without losing quota/period rati...Xuewei Zhang2019-11-061-14/+22
* tracing: Fix race in perf_trace_buf initializationPrateek Sood2019-10-291-0/+4
* perf/aux: Fix AUX output stoppingAlexander Shishkin2019-10-291-1/+1
* 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
* bpf: Fix bpf_event_output re-entry issueAllan Zhang2019-10-111-5/+21
* 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
* sched/membarrier: Fix private expedited registration checkMathieu Desnoyers2019-10-111-1/+1
* 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
* tracing: Make sure variable reference alias has correct var_ref_idxTom Zanussi2019-10-111-0/+2
* kexec: bail out upon SIGKILL when allocating memory.Tetsuo Handa2019-10-071-0/+2