summaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* workqueue: Kick a worker based on the actual activation of delayed worksYunfeng Ye2021-01-121-3/+10
* module: delay kobject uevent until after module init callJessica Yu2021-01-091-2/+3
* module: set MODULE_STATE_GOING state when a module fails to loadMiroslav Benes2021-01-091-0/+1
* kernel/cpu: add arch override for clear_tasks_mm_cpumask() mm handlingNicholas Piggin2020-12-291-1/+5
* tracing: Fix userstacktrace option for instancesSteven Rostedt (VMware)2020-12-112-5/+8
* ftrace: Fix updating FTRACE_FL_TRAMPNaveen N. Rao2020-12-111-1/+21
* 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
* perf/core: Fix a memory leak in perf_event_parse_addr_filter()kiyin(尹亮)2020-11-181-6/+4
* perf/core: Fix crash when using HW tracing kernel filtersMathieu Poirier2020-11-181-0/+4
* perf/core: Fix bad use of igrab()Song Liu2020-11-181-12/+9
* 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
* genirq: Let GENERIC_IRQ_IPI select IRQ_DOMAIN_HIERARCHYMarc Zyngier2020-11-181-0/+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
* tracing: Fix out of bounds write in get_trace_bufQiujun Huang2020-11-101-1/+1
* 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
* kthread_worker: prevent queuing delayed work from timer_fn when it is being c...Zqiang2020-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
* perf: Fix task_function_call() error handlingKajol Jain2020-10-141-2/+3
* ftrace: Move RCU is watching check after recursion checkSteven Rostedt (VMware)2020-10-141-5/+3
* 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
* 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
* kernel/relay.c: fix memleak on destroy relay channelWei Yongjun2020-08-261-0/+1
* tracing/hwlat: Honor the tracing_cpumaskKevin Hao2020-08-261-2/+3
* tracing: Clean up the hwlat binding codeSteven Rostedt (VMware)2020-08-261-17/+17
* 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
* 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-211-0/+8
* uprobes: Change handle_swbp() to send SIGTRAP with si_code=SI_KERNEL, to fix ...Oleg Nesterov2020-07-311-1/+1