summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-11-10perf/core: Fix a memory leak in perf_event_parse_addr_filter()kiyin(尹亮)1-7/+5
2020-11-10entry: Fix the incorrect ordering of lockdep and RCU checkThomas Gleixner1-2/+2
2020-11-10fork: fix copy_process(CLONE_PARENT) race with the exiting ->real_parentEddy Wu1-5/+5
2020-11-10futex: Handle transient "ownerless" rtmutex state correctlyMike Galbraith1-2/+14
2020-11-10tracing: Fix out of bounds write in get_trace_bufQiujun Huang1-1/+1
2020-11-10ftrace: Handle tracing when switching between contextSteven Rostedt (VMware)2-4/+28
2020-11-10ftrace: Fix recursion check for NMI testSteven Rostedt (VMware)1-1/+2
2020-11-10ring-buffer: Fix recursion protection transitions between interrupt contextSteven Rostedt (VMware)1-12/+46
2020-11-10kthread_worker: prevent queuing delayed work from timer_fn when it is being c...Zqiang1-1/+2
2020-11-10ptrace: fix task_join_group_stop() for the case when current is tracedOleg Nesterov1-9/+10
2020-11-05time/sched_clock: Mark sched_clock_read_begin/retry() as notraceQuanyang Wang1-2/+2
2020-11-05time: Prevent undefined behaviour in timespec64_to_ns()Zeng Tao1-4/+0
2020-11-05cpufreq: schedutil: Always call driver if CPUFREQ_NEED_UPDATE_LIMITS is setRafael J. Wysocki1-2/+4
2020-11-05stop_machine, rcu: Mark functions as notraceZong Li2-2/+2
2020-11-05futex: Adjust absolute futex timeouts with per time namespace offsetAndrei Vagin1-0/+5
2020-11-05ring-buffer: Return 0 on success from ring_buffer_resize()Qiujun Huang1-4/+4
2020-11-05rcu-tasks: Enclose task-list scan in rcu_read_lock()Paul E. McKenney1-0/+2
2020-11-05rcu-tasks: Fix low-probability task_struct leakPaul E. McKenney1-4/+4
2020-11-05rcu-tasks: Fix grace-period/unlock race in RCU Tasks TracePaul E. McKenney1-0/+6
2020-11-05tracing: Fix race in trace_open and buffer resize callGaurav Kohli1-0/+10
2020-11-05fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enumKees Cook1-1/+1
2020-11-05seccomp: Make duplicate listener detection non-racyJann Horn1-7/+31
2020-11-05bpf: Permit map_ptr arithmetic with opcode add and offset 0Yonghong Song1-0/+4
2020-11-05kgdb: Make "kgdbcon" work properly with "kgdb_earlycon"Douglas Anderson1-8/+14
2020-11-05futex: Fix incorrect should_fail_futex() handlingMateusz Nosek1-1/+3
2020-11-05lockdep: Fix preemption WARN for spurious IRQ-enablePeter Zijlstra1-2/+2
2020-11-05tracing, synthetic events: Replace buggy strcat() with seq_buf operationsSasha Levin1-11/+12
2020-11-01io_uring: don't rely on weak ->files referencesJens Axboe1-0/+6
2020-10-29dma-direct: Fix potential NULL pointer dereferenceThomas Tai1-0/+11
2020-10-29bpf: Limit caller's stack depth 256 for subprogs with tailcallsMaciej Fijalkowski1-0/+29
2020-10-29PM: hibernate: remove the bogus call to get_gendisk() in software_resume()Christoph Hellwig1-11/+0
2020-10-29bpf: Use raw_spin_trylock() for pcpu_freelist_push/pop in NMISong Liu2-5/+97
2020-10-29notifier: Fix broken error handling patternPeter Zijlstra7-131/+139
2020-10-29random32: make prandom_u32() output unpredictableGeorge Spelvin1-7/+0
2020-10-29sched/features: Fix !CONFIG_JUMP_LABEL caseJuri Lelli2-4/+11
2020-10-29bpf: Enforce id generation for all may-be-null register typeMartin KaFai Lau1-6/+5
2020-10-29module: statically initialize init section freeing dataDaniel Jordan1-10/+3
2020-10-29kdb: Fix pager search for multi-line stringsDaniel Thompson1-2/+6
2020-10-29refperf: Avoid null pointer dereference when buf fails to allocateColin Ian King1-3/+5
2020-10-29rcutorture: Properly set rcu_fwds for OOM handlingPaul E. McKenney1-1/+12
2020-10-29rcu/tree: Force quiescent state on callback overloadNeeraj Upadhyay1-1/+1
2020-10-29tracing: Handle synthetic event array field type checking correctlyTom Zanussi1-3/+9
2020-10-29mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessarySuren Baghdasaryan1-0/+21
2020-10-29tracing: Fix parse_synth_field() error handlingTom Zanussi1-2/+4
2020-10-29bpf: disallow attaching modify_return tracing functions to other BPF programsToke Høiland-Jørgensen1-0/+5
2020-10-29perf/core: Fix race in the perf_mmap_close() functionJiri Olsa1-3/+4
2020-10-29lockdep: Fix lockdep recursionPeter Zijlstra1-40/+59
2020-10-29lockdep: Fix usage_traceoverflowPeter Zijlstra2-19/+20
2020-10-29sched/fair: Use dst group while checking imbalance for NUMA balancerBarry Song1-4/+4
2020-10-29sched/fair: Fix wrong cpu selecting from isolated domainXunlei Pang1-4/+5