summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra2020-12-161-1/+27
* kprobes: Tell lockdep about kprobe nestingSteven Rostedt (VMware)2020-12-161-4/+21
* kprobes: Remove NMI context checkMasami Hiramatsu2020-12-161-12/+4
* bpf: Fix propagation of 32-bit signed bounds from 64-bit bounds.Alexei Starovoitov2020-12-111-5/+5
* genirq/irqdomain: Add an irq_create_mapping_affinity() functionLaurent Vivier2020-12-111-5/+8
* tracing: Fix userstacktrace option for instancesSteven Rostedt (VMware)2020-12-111-5/+8
* ftrace: Fix DYNAMIC_FTRACE_WITH_DIRECT_CALLS dependencyNaveen N. Rao2020-12-111-1/+1
* ftrace: Fix updating FTRACE_FL_TRAMPNaveen N. Rao2020-12-111-1/+21
* ring-buffer: Always check to put back before stamp when crossing pagesSteven Rostedt (VMware)2020-12-111-8/+6
* ring-buffer: Set the right timestamp in the slow path of __rb_reserve_next()Andrea Righi2020-12-111-3/+3
* ring-buffer: Update write stamp with the correct tsSteven Rostedt (VMware)2020-12-111-1/+1
* tracing: Remove WARN_ON in start_thread()Vasily Averin2020-12-081-1/+1
* tracing: Fix alignment of static bufferMinchan Kim2020-12-081-1/+1
* lockdep: Put graph lock/unlock under lock_recursion protectionBoqun Feng2020-12-021-2/+4
* 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
* sched: Fix rq->nr_iowait orderingPeter Zijlstra2020-11-241-5/+10
* sched/fair: Fix overutilized update in enqueue_task_fair()Quentin Perret2020-11-241-1/+2
* fail_function: Remove a redundant mutex unlockLuo Meng2020-11-241-2/+3
* lib/strncpy_from_user.c: Mask out bytes after NUL terminator.Daniel Xu2020-11-241-0/+10
* rcu: Don't invoke try_invoke_on_locked_down_task() with irqs disabledPaul E. McKenney2020-11-241-5/+17
* arm64: smp: Tell RCU about CPUs that fail to come onlineWill Deacon2020-11-241-1/+1
* cpufreq: Introduce governor flagsRafael J. Wysocki2020-11-181-1/+1
* 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 event multiplexing for exclusive groupsPeter Zijlstra2020-11-181-1/+1
* perf: Simplify group_sched_in()Peter Zijlstra2020-11-181-7/+3
* perf: Fix get_recursion_context()Peter Zijlstra2020-11-181-1/+1
* kernel/watchdog: fix watchdog_allowed_mask not used warningSantosh Sivaraj2020-11-181-2/+2
* 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
* tracing: Fix the checking of stackidx in __ftrace_trace_stackQiujun Huang2020-11-181-2/+2
* genirq: Let GENERIC_IRQ_IPI select IRQ_DOMAIN_HIERARCHYMarc Zyngier2020-11-181-0/+1
* perf/core: Fix a memory leak in perf_event_parse_addr_filter()kiyin(尹亮)2020-11-101-7/+5
* entry: Fix the incorrect ordering of lockdep and RCU checkThomas Gleixner2020-11-101-2/+2
* 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
* time/sched_clock: Mark sched_clock_read_begin/retry() as notraceQuanyang Wang2020-11-051-2/+2
* time: Prevent undefined behaviour in timespec64_to_ns()Zeng Tao2020-11-051-4/+0
* cpufreq: schedutil: Always call driver if CPUFREQ_NEED_UPDATE_LIMITS is setRafael J. Wysocki2020-11-051-2/+4
* stop_machine, rcu: Mark functions as notraceZong Li2020-11-052-2/+2