summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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-29sched/features: Fix !CONFIG_JUMP_LABEL caseJuri Lelli2-4/+11
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-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-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-14perf: Fix task_function_call() error handlingKajol Jain1-2/+3
2020-10-14bpf: Fix sysfs export of empty BTF sectionTony Ambardar1-3/+3
2020-10-14usermodehelper: reset umask to default before executing user processLinus Torvalds1-0/+9
2020-10-14bpf: Fix scalar32_min_max_or bounds trackingDaniel Borkmann1-4/+4
2020-10-07tracing: Make the space reserved for the pid widerSebastian Andrzej Siewior2-25/+25
2020-10-07tracing: Fix trace_find_next_entry() accounting of temp buffer sizeSteven Rostedt (VMware)1-4/+6
2020-10-07ftrace: Move RCU is watching check after recursion checkSteven Rostedt (VMware)1-4/+2
2020-10-01kprobes: tracing/kprobes: Fix to kill kprobes on initmem after bootMasami Hiramatsu1-0/+22
2020-10-01kprobes: Fix to check probe enabled before disarm_kprobe_ftrace()Masami Hiramatsu1-2/+3
2020-10-01tracing: fix double freeTom Rix1-1/+0
2020-10-01bpf: Fix a rcu warning for bpffs map pretty-printYonghong Song1-1/+3
2020-10-01lockdep: fix order in trace_hardirqs_off_caller()Sven Schnelle1-2/+2
2020-09-23kprobes: fix kill kprobe which has been marked as goneMuchun Song1-1/+8
2020-09-23locking/percpu-rwsem: Use this_cpu_{inc,dec}() for read_countHou Tao1-2/+2
2020-09-23locking/lockdep: Fix "USED" <- "IN-NMI" inversionspeterz@infradead.org2-6/+31
2020-09-17gcov: add support for GCC 10.1Peter Oberparleiter2-2/+3
2020-09-17gcov: Disable gcov build with GCC 10Leon Romanovsky1-0/+1
2020-09-17seccomp: don't leak memory when filter install racesTycho Andersen1-3/+10
2020-09-17padata: fix possible padata_works_lock deadlockDaniel Jordan1-2/+3
2020-09-09bpf: Fix a buffer out-of-bound access when filling raw_tp link_infoYonghong Song1-1/+1
2020-09-03dma-pool: Fix an uninitialized variable bug in atomic_pool_expand()Dan Carpenter1-1/+1
2020-09-03genirq/matrix: Deal with the sillyness of for_each_cpu() on UPThomas Gleixner1-0/+7
2020-09-03bpf: Avoid visit same object multiple timesYonghong Song1-1/+2
2020-09-03bpf: Fix a rcu_sched stall issue with bpf task/task_file iteratorYonghong Song1-1/+14
2020-09-03dma-pool: Only allocate from CMA when in same memory zoneNicolas Saenz Julienne1-1/+30
2020-09-03dma-pool: fix coherent pool allocations for IOMMU mappingsChristoph Hellwig2-70/+57
2020-09-03locking/lockdep: Fix overflow in presentation of average lock-timeChris Wilson1-1/+1
2020-09-03blktrace: ensure our debugfs dir existsLuis Chamberlain1-0/+12
2020-09-03gcc-plugins/stackleak: Don't instrument itselfAlexander Popov1-0/+1
2020-08-26bpf: Use get_file_rcu() instead of get_file() for task_file iteratorYonghong Song1-1/+2
2020-08-26watch_queue: Limit the number of watches a user can holdDavid Howells1-0/+8
2020-08-26uprobes: __replace_page() avoid BUG in munlock_vma_page()Hugh Dickins1-1/+1
2020-08-26kernel/relay.c: fix memleak on destroy relay channelWei Yongjun1-0/+1
2020-08-21kprobes: Fix compiler warning for !CONFIG_KPROBES_ON_FTRACEMuchun Song1-3/+14