summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2020-11-05Merge tag 'trace-v5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-11-05Merge tag 'pm-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2020-11-04x86/entry: Move nmi entry/exit into common codeThomas Gleixner
2020-11-04Merge branch 'core/urgent' into core/entryThomas Gleixner
2020-11-04entry: Fix the incorrect ordering of lockdep and RCU checkThomas Gleixner
2020-11-04kprobes: Tell lockdep about kprobe nestingSteven Rostedt (VMware)
2020-11-04module: only handle errors with the *switch* statement in module_sig_check()Sergey Shtylyov
2020-11-04module: avoid *goto*s in module_sig_check()Sergey Shtylyov
2020-11-04module: merge repetitive strings in module_sig_check()Sergey Shtylyov
2020-11-02kernel: make kcov_common_handle consider the current contextAleksandr Nogikh
2020-11-02refscale: Bounds-check module parametersPaul E. McKenney
2020-11-02rcutorture: Make grace-period kthread report match RCU flavor being testedPaul E. McKenney
2020-11-02rcu-tasks: Convert rcu_tasks_wait_gp() for-loop to while-loopPaul E. McKenney
2020-11-02srcu: Use a more appropriate lockdep helperJakub Kicinski
2020-11-02kcsan: Never set up watchpoints on NULL pointersMarco Elver
2020-11-02kcsan: selftest: Ensure that address is at least PAGE_SIZEMarco Elver
2020-11-02tracing: Make -ENOMEM the default error for parse_synth_field()Steven Rostedt (VMware)
2020-11-02ring-buffer: Fix recursion protection transitions between interrupt contextSteven Rostedt (VMware)
2020-11-02kernel/hung_task.c: make type annotations consistentLukas Bulwahn
2020-11-02kthread_worker: prevent queuing delayed work from timer_fn when it is being c...Zqiang
2020-11-02ptrace: fix task_join_group_stop() for the case when current is tracedOleg Nesterov
2020-11-02cpufreq: schedutil: Don't skip freq update if need_freq_update is setViresh Kumar
2020-11-02tracing: Fix the checking of stackidx in __ftrace_trace_stackQiujun Huang
2020-11-02bpf: Fix error path in htab_map_alloc()Eric Dumazet
2020-11-02swiotlb: remove the tbl_dma_addr argument to swiotlb_tbl_map_singleChristoph Hellwig
2020-11-02swiotlb: fix "x86: Don't panic if can not alloc buffer for swiotlb"Stefano Stabellini
2020-11-02ftrace: Handle tracing when switching between contextSteven Rostedt (VMware)
2020-11-02ftrace: Fix recursion check for NMI testSteven Rostedt (VMware)
2020-11-02tracing: Fix out of bounds write in get_trace_bufQiujun Huang
2020-11-01Merge tag 'timers-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-11-01Merge tag 'smp-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-11-01Merge tag 'locking-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-10-31Merge tag 'flexible-array-conversions-5.10-rc2' of git://git.kernel.org/pub/s...Linus Torvalds
2020-10-30printk: ringbuffer: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-10-30timekeeping: default GENERIC_CLOCKEVENTS to enabledArnd Bergmann
2020-10-30timekeeping: remove xtime_updateArnd Bergmann
2020-10-30timekeeping: add CONFIG_LEGACY_TIMER_TICKArnd Bergmann
2020-10-30timekeeping: remove arch_gettimeoffsetArnd Bergmann
2020-10-30bpf: Avoid hashtab deadlock with map_lockedSong Liu
2020-10-30bpf: Use separate lockdep class for each hashtabSong Liu
2020-10-30Merge tag 'pm-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2020-10-30lockdep: Fix nr_unused_locks accountingPeter Zijlstra
2020-10-30locking/lockdep: Remove more raw_cpu_read() usagePeter Zijlstra
2020-10-30Merge branches 'pm-cpuidle' and 'pm-sleep'Rafael J. Wysocki
2020-10-29bpf: Don't rely on GCC __attribute__((optimize)) to disable GCSEArd Biesheuvel
2020-10-29params: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-10-29tracepoint: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-10-29cpufreq: schedutil: Always call driver if CPUFREQ_NEED_UPDATE_LIMITS is setRafael J. Wysocki
2020-10-29module: set MODULE_STATE_GOING state when a module fails to loadMiroslav Benes
2020-10-29entry: Fixup irqentry_enter() commentIra Weiny