summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* tracing: Remove WARN_ON in start_thread()Vasily Averin2020-12-081-1/+1
* seccomp: Set PF_SUPERPRIV when checking capabilityMickaël Salaün2020-11-241-3/+2
* ptrace: Set PF_SUPERPRIV when checking capabilityMickaël Salaün2020-11-241-11/+5
* fail_function: Remove a redundant mutex unlockLuo Meng2020-11-241-2/+3
* 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
* swiotlb: fix "x86: Don't panic if can not alloc buffer for swiotlb"Stefano Stabellini2020-11-181-1/+5
* don't dump the threads that had been already exiting when zapped.Al Viro2020-11-181-1/+4
* futex: Don't enable IRQs unconditionally in put_pi_state()Dan Carpenter2020-11-181-2/+3
* perf: Fix get_recursion_context()Peter Zijlstra2020-11-181-1/+1
* tick/common: Touch watchdog in tick_unfreeze() on all CPUsChunyan Zhang2020-11-181-0/+2
* genirq: Let GENERIC_IRQ_IPI select IRQ_DOMAIN_HIERARCHYMarc Zyngier2020-11-181-0/+1
* time: Prevent undefined behaviour in timespec64_to_ns()Zeng Tao2020-11-181-4/+0
* perf/core: Fix a memory leak in perf_event_parse_addr_filter()kiyin(尹亮)2020-11-101-7/+5
* fork: fix copy_process(CLONE_PARENT) race with the exiting ->real_parentEddy Wu2020-11-101-5/+5
* futex: Handle transient "ownerless" rtmutex state correctlyMike Galbraith2020-11-101-2/+14
* 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
* ring-buffer: Fix recursion protection transitions between interrupt contextSteven Rostedt (VMware)2020-11-101-12/+46
* kthread_worker: prevent queuing delayed work from timer_fn when it is being c...Zqiang2020-11-101-1/+2
* blktrace: fix debugfs use after freeLuis Chamberlain2020-11-101-6/+12
* ptrace: fix task_join_group_stop() for the case when current is tracedOleg Nesterov2020-11-101-9/+10
* ring-buffer: Return 0 on success from ring_buffer_resize()Qiujun Huang2020-11-051-4/+4
* kgdb: Make "kgdbcon" work properly with "kgdb_earlycon"Douglas Anderson2020-11-051-8/+14
* futex: Fix incorrect should_fail_futex() handlingMateusz Nosek2020-11-051-1/+3
* PM: hibernate: remove the bogus call to get_gendisk() in software_resume()Christoph Hellwig2020-10-301-11/+0
* sched/features: Fix !CONFIG_JUMP_LABEL caseJuri Lelli2020-10-302-4/+11
* 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