summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* PM: hibernate: remove the bogus call to get_gendisk() in software_resume()Christoph Hellwig2020-10-291-11/+0
* kdb: Fix pager search for multi-line stringsDaniel Thompson2020-10-291-2/+6
* usermodehelper: reset umask to default before executing user processLinus Torvalds2020-10-141-0/+9
* kprobes: Fix to check probe enabled before disarm_kprobe_ftrace()Masami Hiramatsu2020-10-011-2/+3
* 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
* 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
* ftrace: Setup correct FTRACE_FL_REGS flags for moduleChengming Zhou2020-10-011-3/+6
* 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
* kprobes: Fix NULL pointer dereference at kprobe_ftrace_handlerMuchun Song2020-08-211-0/+7
* random32: update the net random state on interrupt and activityWilly Tarreau2020-08-211-0/+8
* uprobes: Change handle_swbp() to send SIGTRAP with si_code=SI_KERNEL, to fix ...Oleg Nesterov2020-07-311-1/+1
* perf/core: Fix locking for children siblings group readJiri Olsa2020-07-311-0/+5
* sched/fair: handle case of task_h_load() returning 0Vincent Guittot2020-07-221-1/+9
* sched/rt: Show the 'sched_rr_timeslice' SCHED_RR timeslice tuning knob in mil...Shile Zhang2020-07-093-3/+5
* kgdb: Avoid suspicious RCU usage warningDouglas Anderson2020-07-091-0/+4
* tracing: Fix event trigger to accept redundant spacesMasami Hiramatsu2020-06-291-2/+19
* blktrace: break out of blktrace setup on concurrent callsLuis Chamberlain2020-06-291-0/+13
* sched/core: Fix PI boosting between RT and DEADLINE tasksJuri Lelli2020-06-291-1/+2
* kretprobe: Prevent triggering kretprobe from within kprobe_flush_taskJiri Olsa2020-06-291-0/+24
* kprobes: Fix to protect kick_kprobe_optimizer() by kprobe_mutexMasami Hiramatsu2020-06-291-1/+2
* kernel/cpu_pm: Fix uninitted local in cpu_pmDouglas Anderson2020-06-201-2/+2
* kgdb: Prevent infinite recursive entries to the debuggerDouglas Anderson2020-06-201-0/+1
* sched/fair: Don't NUMA balance for kthreadsJens Axboe2020-06-201-1/+1
* uprobes: ensure that uprobe->offset and ->ref_ctr_offset are properly alignedOleg Nesterov2020-06-111-4/+10
* 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
* padata: Replace delayed timer with immediate workqueue in padata_reorderHerbert Xu2020-05-271-77/+18
* padata: set cpu_index of unused CPUs to -1Mathias Krause2020-05-271-1/+7
* padata: ensure padata_do_serial() runs on the correct CPUMathias Krause2020-05-271-1/+19
* padata: ensure the reorder timer callback runs on the correct CPUMathias Krause2020-05-271-1/+42
* padata: get_next is never NULLJason A. Donenfeld2020-05-271-9/+4
* padata: Remove unused but set variablesTobias Klauser2020-05-271-4/+0
* Stop the ad-hoc games with -Wno-maybe-initializedLinus Torvalds2020-05-201-1/+0
* kbuild: compute false-positive -Wmaybe-uninitialized cases in KconfigMasahiro Yamada2020-05-201-0/+1
* ptp: fix the race between the release of ptp_clock and cdevVladis Dronov2020-05-201-18/+13
* blktrace: fix dereference after null checkCengiz Can2020-05-201-1/+4
* blktrace: Protect q->blk_trace with RCUJan Kara2020-05-201-30/+80
* blktrace: fix trace mutex deadlockJens Axboe2020-05-201-2/+2
* blktrace: fix unlocked access to init/start-stop/teardownJens Axboe2020-05-201-10/+48
* blktrace: Fix potential deadlock between delete & sysfs opsWaiman Long2020-05-201-6/+12
* sched/fair: Fix calc_cfs_shares() fixed point arithmetics width confusionPeter Zijlstra2020-05-101-16/+11
* bpf: fix map not being uncharged during map creation failureDaniel Borkmann2020-05-101-1/+3