summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2020-11-05time/sched_clock: Mark sched_clock_read_begin/retry() as notraceQuanyang Wang
2020-11-05time: Prevent undefined behaviour in timespec64_to_ns()Zeng Tao
2020-11-05cpufreq: schedutil: Always call driver if CPUFREQ_NEED_UPDATE_LIMITS is setRafael J. Wysocki
2020-11-05stop_machine, rcu: Mark functions as notraceZong Li
2020-11-05futex: Adjust absolute futex timeouts with per time namespace offsetAndrei Vagin
2020-11-05ring-buffer: Return 0 on success from ring_buffer_resize()Qiujun Huang
2020-11-05rcu-tasks: Enclose task-list scan in rcu_read_lock()Paul E. McKenney
2020-11-05rcu-tasks: Fix low-probability task_struct leakPaul E. McKenney
2020-11-05rcu-tasks: Fix grace-period/unlock race in RCU Tasks TracePaul E. McKenney
2020-11-05tracing: Fix race in trace_open and buffer resize callGaurav Kohli
2020-11-05fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enumKees Cook
2020-11-05seccomp: Make duplicate listener detection non-racyJann Horn
2020-11-05bpf: Permit map_ptr arithmetic with opcode add and offset 0Yonghong Song
2020-11-05kgdb: Make "kgdbcon" work properly with "kgdb_earlycon"Douglas Anderson
2020-11-05futex: Fix incorrect should_fail_futex() handlingMateusz Nosek
2020-11-05lockdep: Fix preemption WARN for spurious IRQ-enablePeter Zijlstra
2020-11-05tracing, synthetic events: Replace buggy strcat() with seq_buf operationsSasha Levin
2020-11-01io_uring: don't rely on weak ->files referencesJens Axboe
2020-10-29dma-direct: Fix potential NULL pointer dereferenceThomas Tai
2020-10-29bpf: Limit caller's stack depth 256 for subprogs with tailcallsMaciej Fijalkowski
2020-10-29PM: hibernate: remove the bogus call to get_gendisk() in software_resume()Christoph Hellwig
2020-10-29bpf: Use raw_spin_trylock() for pcpu_freelist_push/pop in NMISong Liu
2020-10-29notifier: Fix broken error handling patternPeter Zijlstra
2020-10-29random32: make prandom_u32() output unpredictableGeorge Spelvin
2020-10-29sched/features: Fix !CONFIG_JUMP_LABEL caseJuri Lelli
2020-10-29bpf: Enforce id generation for all may-be-null register typeMartin KaFai Lau
2020-10-29module: statically initialize init section freeing dataDaniel Jordan
2020-10-29kdb: Fix pager search for multi-line stringsDaniel Thompson
2020-10-29refperf: Avoid null pointer dereference when buf fails to allocateColin Ian King
2020-10-29rcutorture: Properly set rcu_fwds for OOM handlingPaul E. McKenney
2020-10-29rcu/tree: Force quiescent state on callback overloadNeeraj Upadhyay
2020-10-29tracing: Handle synthetic event array field type checking correctlyTom Zanussi
2020-10-29mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessarySuren Baghdasaryan
2020-10-29tracing: Fix parse_synth_field() error handlingTom Zanussi
2020-10-29bpf: disallow attaching modify_return tracing functions to other BPF programsToke Høiland-Jørgensen
2020-10-29perf/core: Fix race in the perf_mmap_close() functionJiri Olsa
2020-10-29lockdep: Fix lockdep recursionPeter Zijlstra
2020-10-29lockdep: Fix usage_traceoverflowPeter Zijlstra
2020-10-29sched/fair: Use dst group while checking imbalance for NUMA balancerBarry Song
2020-10-29sched/fair: Fix wrong cpu selecting from isolated domainXunlei Pang
2020-10-29sched/fair: Fix wrong negative conversion in find_energy_efficient_cpu()Lukasz Luba
2020-10-11Merge tag 'perf-urgent-2020-10-11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-10-09perf: Fix task_function_call() error handlingperf-urgent-2020-10-11Kajol Jain
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2020-10-08bpf: Fix scalar32_min_max_or bounds trackingDaniel Borkmann
2020-10-06usermodehelper: reset umask to default before executing user processLinus Torvalds
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-10-01Merge tag 'trace-v5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller