summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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
2020-10-29sched/fair: Fix wrong negative conversion in find_energy_efficient_cpu()Lukasz Luba1-1/+2
2020-10-11Merge tag 'perf-urgent-2020-10-11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+3
2020-10-09perf: Fix task_function_call() error handlingKajol Jain1-2/+3
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-4/+4
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-4/+4
2020-10-08bpf: Fix scalar32_min_max_or bounds trackingDaniel Borkmann1-4/+4
2020-10-06usermodehelper: reset umask to default before executing user processLinus Torvalds1-0/+9
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-3/+3
2020-10-01Merge tag 'trace-v5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2-8/+8
2020-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-3/+3