summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* perf: Fix task_function_call() error handlingKajol Jain2020-10-141-2/+3
* bpf: Fix sysfs export of empty BTF sectionTony Ambardar2020-10-141-3/+3
* usermodehelper: reset umask to default before executing user processLinus Torvalds2020-10-141-0/+9
* bpf: Fix scalar32_min_max_or bounds trackingDaniel Borkmann2020-10-141-4/+4
* tracing: Make the space reserved for the pid widerSebastian Andrzej Siewior2020-10-072-25/+25
* tracing: Fix trace_find_next_entry() accounting of temp buffer sizeSteven Rostedt (VMware)2020-10-071-4/+6
* ftrace: Move RCU is watching check after recursion checkSteven Rostedt (VMware)2020-10-071-4/+2
* kprobes: tracing/kprobes: Fix to kill kprobes on initmem after bootMasami Hiramatsu2020-10-011-0/+22
* kprobes: Fix to check probe enabled before disarm_kprobe_ftrace()Masami Hiramatsu2020-10-011-2/+3
* tracing: fix double freeTom Rix2020-10-011-1/+0
* bpf: Fix a rcu warning for bpffs map pretty-printYonghong Song2020-10-011-1/+3
* lockdep: fix order in trace_hardirqs_off_caller()Sven Schnelle2020-10-011-2/+2
* kprobes: fix kill kprobe which has been marked as goneMuchun Song2020-09-231-1/+8
* locking/percpu-rwsem: Use this_cpu_{inc,dec}() for read_countHou Tao2020-09-231-2/+2
* locking/lockdep: Fix "USED" <- "IN-NMI" inversionspeterz@infradead.org2020-09-232-6/+31
* gcov: add support for GCC 10.1Peter Oberparleiter2020-09-172-2/+3
* gcov: Disable gcov build with GCC 10Leon Romanovsky2020-09-171-0/+1
* seccomp: don't leak memory when filter install racesTycho Andersen2020-09-171-3/+10
* padata: fix possible padata_works_lock deadlockDaniel Jordan2020-09-171-2/+3
* bpf: Fix a buffer out-of-bound access when filling raw_tp link_infoYonghong Song2020-09-091-1/+1
* dma-pool: Fix an uninitialized variable bug in atomic_pool_expand()Dan Carpenter2020-09-031-1/+1
* genirq/matrix: Deal with the sillyness of for_each_cpu() on UPThomas Gleixner2020-09-031-0/+7
* bpf: Avoid visit same object multiple timesYonghong Song2020-09-031-1/+2
* bpf: Fix a rcu_sched stall issue with bpf task/task_file iteratorYonghong Song2020-09-031-1/+14
* dma-pool: Only allocate from CMA when in same memory zoneNicolas Saenz Julienne2020-09-031-1/+30
* dma-pool: fix coherent pool allocations for IOMMU mappingsChristoph Hellwig2020-09-032-70/+57
* locking/lockdep: Fix overflow in presentation of average lock-timeChris Wilson2020-09-031-1/+1
* blktrace: ensure our debugfs dir existsLuis Chamberlain2020-09-031-0/+12
* gcc-plugins/stackleak: Don't instrument itselfAlexander Popov2020-09-031-0/+1
* bpf: Use get_file_rcu() instead of get_file() for task_file iteratorYonghong Song2020-08-261-1/+2
* watch_queue: Limit the number of watches a user can holdDavid Howells2020-08-261-0/+8
* uprobes: __replace_page() avoid BUG in munlock_vma_page()Hugh Dickins2020-08-261-1/+1
* kernel/relay.c: fix memleak on destroy relay channelWei Yongjun2020-08-261-0/+1
* kprobes: Fix compiler warning for !CONFIG_KPROBES_ON_FTRACEMuchun Song2020-08-211-3/+14
* sched/uclamp: Fix a deadlock when enabling uclamp static keyQais Yousef2020-08-211-2/+9
* sched/uclamp: Protect uclamp fast path code with static keyQais Yousef2020-08-213-4/+119
* module: Correctly truncate sysfs sections outputKees Cook2020-08-211-3/+19
* tracing: Use trace_sched_process_free() instead of exit() for pid tracingSteven Rostedt (VMware)2020-08-212-4/+4
* tracing/hwlat: Honor the tracing_cpumaskKevin Hao2020-08-211-2/+3
* kprobes: Fix NULL pointer dereference at kprobe_ftrace_handlerMuchun Song2020-08-211-0/+7
* ftrace: Setup correct FTRACE_FL_REGS flags for moduleChengming Zhou2020-08-211-4/+7
* mm: fix kthread_use_mm() vs TLB invalidatePeter Zijlstra2020-08-211-1/+6
* pidfd: Add missing sock updates for pidfd_getfd()Kees Cook2020-08-211-2/+5
* genirq/PM: Always unlock IRQ descriptor in rearm_wake_irq()Guenter Roeck2020-08-211-2/+6
* genirq: Unlock irq descriptor after errorsGuenter Roeck2020-08-211-2/+5
* genirq/affinity: Make affinity setting if activated opt-inThomas Gleixner2020-08-211-1/+5
* task_work: only grab task signal lock when neededJens Axboe2020-08-192-2/+22
* tick/nohz: Narrow down noise while setting current task's tick dependencyFrederic Weisbecker2020-08-191-7/+15
* ftrace: Fix ftrace_trace_task return valueJosef Bacik2020-08-192-4/+6
* bpf: Fix pos computation for bpf_iter seq_ops->start()Yonghong Song2020-08-192-12/+10