summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* kdb: Fix pager search for multi-line stringsDaniel Thompson2020-10-301-2/+6
* mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessarySuren Baghdasaryan2020-10-291-0/+21
* perf: Fix task_function_call() error handlingKajol Jain2020-10-141-2/+3
* usermodehelper: reset umask to default before executing user processLinus Torvalds2020-10-141-0/+9
* 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: 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
* 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
* 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
* kernel/sys.c: avoid copying possible padding bytes in copy_to_userJoe Perches2020-10-011-1/+3
* tracing: Adding NULL checks for trace_array descriptor pointerDivya Indi2020-10-012-0/+5
* 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
* genirq/matrix: Deal with the sillyness of for_each_cpu() on UPThomas Gleixner2020-09-031-0/+7
* 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
* kthread: Do not preempt current task if it is going to call schedule()Liang Chen2020-08-261-2/+15
* kernel/relay.c: fix memleak on destroy relay channelWei Yongjun2020-08-261-0/+1
* 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
* genirq/affinity: Make affinity setting if activated opt-inThomas Gleixner2020-08-211-1/+5
* sched: correct SD_flags returned by tl->sd_flags()Peng Liu2020-08-191-1/+1
* sched/fair: Fix NOHZ next idle balanceVincent Guittot2020-08-191-9/+14
* cgroup: add missing skcd->no_refcnt check in cgroup_sk_clone()Yang Yingliang2020-08-191-0/+2
* random32: update the net random state on interrupt and activityWilly Tarreau2020-08-071-0/+8
* bpf: Fix map leak in HASH_OF_MAPS mapAndrii Nakryiko2020-08-051-3/+9
* tracing: Have error path in predicate_parse() free its allocated memoryNavid Emamdoost2020-08-051-2/+4
* uprobes: Change handle_swbp() to send SIGTRAP with si_code=SI_KERNEL, to fix ...Oleg Nesterov2020-07-291-1/+1
* printk: queue wake_up_klogd irq_work only if per-CPU areas are readySergey Senozhatsky2020-07-223-10/+40
* genirq/affinity: Handle affinity setting on inactive interrupts correctlyThomas Gleixner2020-07-221-2/+35
* sched/fair: handle case of task_h_load() returning 0Vincent Guittot2020-07-221-1/+9
* sched: Fix unreliable rseq cpu_id for new tasksMathieu Desnoyers2020-07-221-0/+2
* timer: Fix wheel index calculation on last levelFrederic Weisbecker2020-07-221-2/+2
* timer: Prevent base->clk from moving backwardFrederic Weisbecker2020-07-221-3/+14
* cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang2020-07-221-11/+18
* bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()Kees Cook2020-07-161-14/+18
* kprobes: Do not expose probe addresses to non-CAP_SYSLOGKees Cook2020-07-161-2/+2
* module: Do not expose section addresses to non-CAP_SYSLOGKees Cook2020-07-161-3/+3
* module: Refactor section attr into bin attributeKees Cook2020-07-161-21/+24