summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-12-17workqueue: Fix missing kfree(rescuer) in destroy_workqueue()Tejun Heo1-0/+1
2019-12-17cgroup: pids: use atomic64_t for pids->limitAleksa Sarai1-5/+6
2019-12-17workqueue: Fix pwq ref leak in rescuer_thread()Tejun Heo1-3/+10
2019-12-17workqueue: Fix spurious sanity check failures in destroy_workqueue()Tejun Heo1-5/+19
2019-12-13perf/core: Consistently fail fork on allocation failuresAlexander Shishkin1-1/+1
2019-12-13sched/pelt: Fix update of blocked PELT orderingVincent Guittot1-9/+20
2019-12-13sched/core: Avoid spurious lock dependenciesPeter Zijlstra1-1/+2
2019-12-13audit_get_nd(): don't unlock parent too earlyAl Viro1-1/+1
2019-12-13cgroup: don't put ERR_PTR() into fc->rootAl Viro1-2/+3
2019-12-13time: Zero the upper 32-bits in __kernel_timespec on 32-bitDmitry Safonov1-1/+2
2019-12-04stacktrace: Don't skip first entry on noncurrent tasksJiri Slaby1-2/+4
2019-12-04bpf: Change size to u64 for bpf_map_{area_alloc, charge_init}()Björn Töpel1-2/+5
2019-12-04bpf: Allow narrow loads of bpf_sysctl fields with offset > 0Ilya Leoshkevich1-2/+2
2019-11-29futex: Prevent robust futex exit raceYang Tao1-7/+51
2019-11-29fork: fix pidfd_poll()'s return typeLuc Van Oostenryck1-3/+3
2019-11-20ntp/y2038: Remove incorrect time_t truncationArnd Bergmann1-1/+1
2019-11-20cgroup: freezer: call cgroup_enter_frozen() with preemption disabled in ptrac...Oleg Nesterov1-1/+1
2019-11-12cpu/speculation: Uninline and export CPU mitigations helpersTyler Hicks1-1/+26
2019-11-12timekeeping/vsyscall: Update VDSO data unconditionallyHuacai Chen1-6/+3
2019-11-12sched/topology: Allow sched_asym_cpucapacity to be disabledValentin Schneider1-1/+5
2019-11-12sched/topology: Don't try to build empty sched domainsValentin Schneider2-2/+6
2019-11-12bpf: Fix use after free in bpf_get_prog_nameDaniel Borkmann1-1/+1
2019-11-12bpf: Fix use after free in subprog's jited symbol removalDaniel Borkmann2-12/+21
2019-11-12clone3: validate stack argumentsChristian Brauner1-1/+32
2019-11-10tracing: Fix "gfp_t" format for synthetic eventsZhengjun Xing1-0/+2
2019-11-06sched/fair: Fix -Wunused-but-set-variable warningsQian Cai1-13/+6
2019-11-06sched/fair: Fix low cpu usage with high throttling by removing expiration of ...Dave Chiluk2-69/+7
2019-11-06perf/aux: Fix tracking of auxiliary trace buffer allocationThomas Richter1-2/+4
2019-11-06tracing: Initialize iter->seq after zeroing in tracing_read_pipe()Petr Mladek1-0/+1
2019-11-06perf/core: Fix corner case in perf_rotate_context()Song Liu1-5/+17
2019-11-06perf/core: Rework memory accounting in perf_mmap()Song Liu1-2/+15
2019-11-06sched/vtime: Fix guest/system mis-accounting on task switchFrederic Weisbecker1-3/+3
2019-11-06sched/fair: Scale bandwidth quota and period without losing quota/period rati...Xuewei Zhang1-14/+22
2019-10-29tracing: Fix race in perf_trace_buf initializationPrateek Sood1-0/+4
2019-10-29perf/aux: Fix AUX output stoppingAlexander Shishkin1-1/+1
2019-10-17tracing: Get trace_array reference for available_tracers filesSteven Rostedt (VMware)1-2/+15
2019-10-17ftrace: Get a reference counter for the trace_array on filter filesSteven Rostedt (VMware)1-9/+18
2019-10-17tracing/hwlat: Don't ignore outer-loop duration when calculating max_latencySrivatsa S. Bhat (VMware)1-0/+2
2019-10-17tracing/hwlat: Report total time spent in all NMIs during the sampleSrivatsa S. Bhat (VMware)1-1/+1
2019-10-17kernel/sysctl.c: do not override max_threads provided by userspaceMichal Hocko1-2/+2
2019-10-17panic: ensure preemption is disabled during panic()Will Deacon1-0/+1
2019-10-11tick: broadcast-hrtimer: Fix a race in bc_set_nextBalasubramani Vivekanandan1-28/+29
2019-10-11bpf: Fix bpf_event_output re-entry issueAllan Zhang1-5/+21
2019-10-11kernel/elfcore.c: include proper prototypesValdis Kletnieks1-0/+1
2019-10-11sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr()KeMeng Shi1-2/+2
2019-10-11sched/membarrier: Fix private expedited registration checkMathieu Desnoyers1-1/+1
2019-10-11Revert "locking/pvqspinlock: Don't wait if vCPU is preempted"Wanpeng Li1-1/+1
2019-10-11timer: Read jiffies once when forwarding base clkLi RongQing1-3/+5
2019-10-11tracing: Make sure variable reference alias has correct var_ref_idxTom Zanussi1-0/+2
2019-10-07kexec: bail out upon SIGKILL when allocating memory.Tetsuo Handa1-0/+2