summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* time/sched_clock: Mark sched_clock_read_begin/retry() as notraceQuanyang Wang2020-11-051-2/+2
* time: Prevent undefined behaviour in timespec64_to_ns()Zeng Tao2020-11-051-4/+0
* cpufreq: schedutil: Always call driver if CPUFREQ_NEED_UPDATE_LIMITS is setRafael J. Wysocki2020-11-051-2/+4
* stop_machine, rcu: Mark functions as notraceZong Li2020-11-052-2/+2
* futex: Adjust absolute futex timeouts with per time namespace offsetAndrei Vagin2020-11-051-0/+5
* ring-buffer: Return 0 on success from ring_buffer_resize()Qiujun Huang2020-11-051-4/+4
* rcu-tasks: Enclose task-list scan in rcu_read_lock()Paul E. McKenney2020-11-051-0/+2
* rcu-tasks: Fix low-probability task_struct leakPaul E. McKenney2020-11-051-4/+4
* rcu-tasks: Fix grace-period/unlock race in RCU Tasks TracePaul E. McKenney2020-11-051-0/+6
* tracing: Fix race in trace_open and buffer resize callGaurav Kohli2020-11-051-0/+10
* fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enumKees Cook2020-11-051-1/+1
* seccomp: Make duplicate listener detection non-racyJann Horn2020-11-051-7/+31
* bpf: Permit map_ptr arithmetic with opcode add and offset 0Yonghong Song2020-11-051-0/+4
* kgdb: Make "kgdbcon" work properly with "kgdb_earlycon"Douglas Anderson2020-11-051-8/+14
* futex: Fix incorrect should_fail_futex() handlingMateusz Nosek2020-11-051-1/+3
* lockdep: Fix preemption WARN for spurious IRQ-enablePeter Zijlstra2020-11-051-2/+2
* tracing, synthetic events: Replace buggy strcat() with seq_buf operationsSasha Levin2020-11-051-11/+12
* io_uring: don't rely on weak ->files referencesJens Axboe2020-11-011-0/+6
* dma-direct: Fix potential NULL pointer dereferenceThomas Tai2020-10-291-0/+11
* bpf: Limit caller's stack depth 256 for subprogs with tailcallsMaciej Fijalkowski2020-10-291-0/+29
* PM: hibernate: remove the bogus call to get_gendisk() in software_resume()Christoph Hellwig2020-10-291-11/+0
* bpf: Use raw_spin_trylock() for pcpu_freelist_push/pop in NMISong Liu2020-10-292-5/+97
* notifier: Fix broken error handling patternPeter Zijlstra2020-10-297-131/+139
* random32: make prandom_u32() output unpredictableGeorge Spelvin2020-10-291-7/+0
* sched/features: Fix !CONFIG_JUMP_LABEL caseJuri Lelli2020-10-292-4/+11
* bpf: Enforce id generation for all may-be-null register typeMartin KaFai Lau2020-10-291-6/+5
* module: statically initialize init section freeing dataDaniel Jordan2020-10-291-10/+3
* kdb: Fix pager search for multi-line stringsDaniel Thompson2020-10-291-2/+6
* refperf: Avoid null pointer dereference when buf fails to allocateColin Ian King2020-10-291-3/+5
* rcutorture: Properly set rcu_fwds for OOM handlingPaul E. McKenney2020-10-291-1/+12
* rcu/tree: Force quiescent state on callback overloadNeeraj Upadhyay2020-10-291-1/+1
* tracing: Handle synthetic event array field type checking correctlyTom Zanussi2020-10-291-3/+9
* mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessarySuren Baghdasaryan2020-10-291-0/+21
* tracing: Fix parse_synth_field() error handlingTom Zanussi2020-10-291-2/+4
* bpf: disallow attaching modify_return tracing functions to other BPF programsToke Høiland-Jørgensen2020-10-291-0/+5
* perf/core: Fix race in the perf_mmap_close() functionJiri Olsa2020-10-291-3/+4
* lockdep: Fix lockdep recursionPeter Zijlstra2020-10-291-40/+59
* lockdep: Fix usage_traceoverflowPeter Zijlstra2020-10-292-19/+20
* sched/fair: Use dst group while checking imbalance for NUMA balancerBarry Song2020-10-291-4/+4
* sched/fair: Fix wrong cpu selecting from isolated domainXunlei Pang2020-10-291-4/+5
* sched/fair: Fix wrong negative conversion in find_energy_efficient_cpu()Lukasz Luba2020-10-291-1/+2
* Merge tag 'perf-urgent-2020-10-11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-10-111-2/+3
|\
| * perf: Fix task_function_call() error handlingKajol Jain2020-10-091-2/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-10-081-4/+4
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-10-081-4/+4
| |\
| | * bpf: Fix scalar32_min_max_or bounds trackingDaniel Borkmann2020-10-081-4/+4
* | | usermodehelper: reset umask to default before executing user processLinus Torvalds2020-10-061-0/+9
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-10-051-3/+3
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-09-301-3/+3
| |\
| | * bpf: Fix sysfs export of empty BTF sectionTony Ambardar2020-09-211-3/+3