summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* kthread_worker: prevent queuing delayed work from timer_fn when it is being c...Zqiang2020-11-101-1/+2
* ptrace: fix task_join_group_stop() for the case when current is tracedOleg Nesterov2020-11-101-9/+10
* ring-buffer: Return 0 on success from ring_buffer_resize()Qiujun Huang2020-11-051-4/+4
* 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
* 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
* sched/features: Fix !CONFIG_JUMP_LABEL caseJuri Lelli2020-10-292-4/+11
* 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
* mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessarySuren Baghdasaryan2020-10-291-0/+21
* sched/fair: Fix wrong cpu selecting from isolated domainXunlei Pang2020-10-291-4/+5
* 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
* tracing: Make the space reserved for the pid widerSebastian Andrzej Siewior2020-10-072-25/+25
* ftrace: Move RCU is watching check after recursion checkSteven Rostedt (VMware)2020-10-071-4/+2
* kprobes: Fix compiler warning for !CONFIG_KPROBES_ON_FTRACEMuchun Song2020-10-011-3/+14
* 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
* printk: handle blank console arguments passed in.Shreyas Joshi2020-10-011-0/+3
* sched/fair: Eliminate bandwidth race between throttling and distributionPaul Turner2020-10-011-32/+47
* workqueue: Remove the warning in wq_worker_sleeping()Sebastian Andrzej Siewior2020-10-012-3/+6
* perf: Use new infrastructure to fix deadlocks in execveBernd Edlinger2020-10-011-6/+6
* kernel/kcmp.c: Use new infrastructure to fix deadlocks in execveBernd Edlinger2020-10-011-4/+4
* exec: Fix a deadlock in straceBernd Edlinger2020-10-011-2/+2
* exec: Add exec_update_mutex to replace cred_guard_mutexEric W. Biederman2020-10-011-0/+1
* tracing: Use address-of operator on section symbolsNathan Chancellor2020-10-011-1/+1
* timekeeping: Prevent 32bit truncation in scale64_check_overflow()Wen Yang2020-10-011-2/+1
* bpf: Remove recursion prevention from rcu free callbackThomas Gleixner2020-10-011-8/+0
* locking/lockdep: Decrement IRQ context counters when removing lock chainWaiman Long2020-10-012-17/+29
* audit: CONFIG_CHANGE don't log internal bookkeeping as an eventSteve Grubb2020-10-011-2/+0
* tracing: Set kernel_stack's caller size properlyJosef Bacik2020-10-011-1/+1
* module: Remove accidental change of module_enable_x()Steven Rostedt (VMware)2020-10-011-5/+1
* kernel/sys.c: avoid copying possible padding bytes in copy_to_userJoe Perches2020-10-011-1/+3
* kernel/notifier.c: intercept duplicate registrations to avoid infinite loopsXiaoming Ni2020-10-011-1/+4
* tracing: Adding NULL checks for trace_array descriptor pointerDivya Indi2020-10-012-0/+5
* tracing: Verify if trace array exists before destroying it.Divya Indi2020-10-012-4/+17
* kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()Iurii Zaikin2020-10-012-0/+394
* kprobes: fix kill kprobe which has been marked as goneMuchun Song2020-09-261-1/+8
* gcov: add support for GCC 10.1Peter Oberparleiter2020-09-172-2/+3
* gcov: Disable gcov build with GCC 10Leon Romanovsky2020-09-171-0/+1
* kbuild: add variables for compression toolsDenis Efremov2020-09-031-1/+1
* kheaders: explain why include/config/autoconf.h is excluded from md5sumMasahiro Yamada2020-09-031-2/+9
* kheaders: remove the last bashism to allow sh to run itMasahiro Yamada2020-09-032-7/+8