summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* perf/core: Fix race in the perf_mmap_close() functionJiri Olsa2020-11-181-3/+4
* 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
* 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
* 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
* bpf: Zero-fill re-used per-cpu map elementDavid Verbeiren2020-11-181-2/+28
* bpf: Don't rely on GCC __attribute__((optimize)) to disable GCSEArd Biesheuvel2020-11-182-2/+6
* tick/common: Touch watchdog in tick_unfreeze() on all CPUsChunyan Zhang2020-11-181-0/+2
* tracing: Fix the checking of stackidx in __ftrace_trace_stackQiujun Huang2020-11-181-2/+2
* random32: make prandom_u32() output unpredictableGeorge Spelvin2020-11-181-7/+0
* 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
* 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
* seccomp: Make duplicate listener detection non-racyJann Horn2020-11-051-7/+31
* bpf: Permit map_ptr arithmetic with opcode add and offset 0Yonghong Song2020-11-051-0/+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
* bpf: Limit caller's stack depth 256 for subprogs with tailcallsMaciej Fijalkowski2020-10-291-0/+29
* PM: hibernate: remove the bogus call to get_gendisk() in software_resume()Christoph Hellwig2020-10-291-11/+0
* sched/features: Fix !CONFIG_JUMP_LABEL caseJuri Lelli2020-10-292-4/+11
* module: statically initialize init section freeing dataDaniel Jordan2020-10-291-10/+3
* kdb: Fix pager search for multi-line stringsDaniel Thompson2020-10-291-2/+6
* mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessarySuren Baghdasaryan2020-10-291-0/+21
* sched/fair: Fix wrong cpu selecting from isolated domainXunlei Pang2020-10-291-4/+5
* perf: Fix task_function_call() error handlingKajol Jain2020-10-141-2/+3
* bpf: Fix sysfs export of empty BTF sectionTony Ambardar2020-10-141-3/+3
* usermodehelper: reset umask to default before executing user processLinus Torvalds2020-10-141-0/+9
* tracing: Make the space reserved for the pid widerSebastian Andrzej Siewior2020-10-072-25/+25
* 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: tracing/kprobes: Fix to kill kprobes on initmem after bootMasami Hiramatsu2020-10-011-0/+22
* 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
* sched/fair: Eliminate bandwidth race between throttling and distributionPaul Turner2020-10-011-32/+47
* workqueue: Remove the warning in wq_worker_sleeping()Sebastian Andrzej Siewior2020-10-012-3/+6
* perf: Use new infrastructure to fix deadlocks in execveBernd Edlinger2020-10-011-6/+6