summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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-10-011-1/+8
* gcov: add support for GCC 10.1Peter Oberparleiter2020-09-232-2/+3
* gcov: Disable gcov build with GCC 10Leon Romanovsky2020-09-231-0/+1
* 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
* kernel/relay.c: fix memleak on destroy relay channelWei Yongjun2020-08-261-0/+1
* genirq/affinity: Make affinity setting if activated opt-inThomas Gleixner2020-08-211-1/+5
* genirq/affinity: Handle affinity setting on inactive interrupts correctlyThomas Gleixner2020-08-211-2/+35
* 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
* sched: correct SD_flags returned by tl->sd_flags()Peng Liu2020-08-211-1/+1
* cgroup: add missing skcd->no_refcnt check in cgroup_sk_clone()Yang Yingliang2020-08-211-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
* uprobes: Change handle_swbp() to send SIGTRAP with si_code=SI_KERNEL, to fix ...Oleg Nesterov2020-07-291-1/+1
* sched/fair: handle case of task_h_load() returning 0Vincent Guittot2020-07-221-1/+9
* timer: Fix wheel index calculation on last levelFrederic Weisbecker2020-07-221-2/+2
* cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang2020-07-221-11/+18
* kgdb: Avoid suspicious RCU usage warningDouglas Anderson2020-07-091-0/+4
* tracing: Fix event trigger to accept redundant spacesMasami Hiramatsu2020-06-301-2/+19
* blktrace: break out of blktrace setup on concurrent callsLuis Chamberlain2020-06-301-0/+13
* sched/core: Fix PI boosting between RT and DEADLINE tasksJuri Lelli2020-06-301-1/+2
* kretprobe: Prevent triggering kretprobe from within kprobe_flush_taskJiri Olsa2020-06-251-0/+24
* kprobes: Fix to protect kick_kprobe_optimizer() by kprobe_mutexMasami Hiramatsu2020-06-251-1/+2
* blktrace: fix endianness for blk_log_remap()Chaitanya Kulkarni2020-06-251-15/+4
* blktrace: fix endianness in get_pdu_int()Chaitanya Kulkarni2020-06-251-1/+1
* blktrace: use errno instead of bi_statusChaitanya Kulkarni2020-06-251-3/+6
* kernel/cpu_pm: Fix uninitted local in cpu_pmDouglas Anderson2020-06-201-2/+2
* exit: Move preemption fixup up, move blocking operations downJann Horn2020-06-201-9/+16
* audit: fix a net reference leak in audit_list_rules_send()Paul Moore2020-06-203-11/+9
* audit: fix a net reference leak in audit_send_reply()Paul Moore2020-06-201-21/+29
* kgdb: Prevent infinite recursive entries to the debuggerDouglas Anderson2020-06-201-0/+1
* perf: Add cond_resched() to task_function_call()Barret Rhoden2020-06-201-9/+14
* sched/fair: Don't NUMA balance for kthreadsJens Axboe2020-06-201-1/+1
* make 'user_access_begin()' do 'access_ok()'Linus Torvalds2020-06-202-8/+4
* uprobes: ensure that uprobe->offset and ->ref_ctr_offset are properly alignedOleg Nesterov2020-06-111-4/+10
* kernel/relay.c: handle alloc_percpu returning NULL in relay_openDaniel Axtens2020-06-111-0/+5
* genirq/generic_pending: Do not lose pending affinity updateThomas Gleixner2020-06-031-7/+19
* padata: purge get_cpu and reorder_via_wq from padata_do_serialDaniel Jordan2020-05-271-20/+3
* padata: initialize pd->cpu with effective cpumaskDaniel Jordan2020-05-271-1/+1