summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* reboot: fix overflow parsing reboot cpu numberMatteo Croce2020-11-181-0/+7
* Revert "kernel/reboot.c: convert simple_strtoul to kstrtoint"Matteo Croce2020-11-181-14/+7
* perf/core: Fix race in the perf_mmap_close() functionJiri Olsa2020-11-181-3/+4
* random32: make prandom_u32() output unpredictableGeorge Spelvin2020-11-181-7/+0
* don't dump the threads that had been already exiting when zapped.Al Viro2020-11-181-1/+4
* perf: Fix get_recursion_context()Peter Zijlstra2020-11-181-1/+1
* ring-buffer: Fix recursion protection transitions between interrupt contextSteven Rostedt (VMware)2020-11-181-10/+44
* fork: fix copy_process(CLONE_PARENT) race with the exiting ->real_parentEddy Wu2020-11-101-5/+5
* ftrace: Handle tracing when switching between contextSteven Rostedt (VMware)2020-11-102-4/+28
* ftrace: Fix recursion check for NMI testSteven Rostedt (VMware)2020-11-101-1/+2
* ring-buffer: Return 0 on success from ring_buffer_resize()Qiujun Huang2020-11-101-4/+4
* kgdb: Make "kgdbcon" work properly with "kgdb_earlycon"Douglas Anderson2020-11-101-8/+14
* 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