summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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-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-28don't dump the threads that had been already exiting when zapped.Al Viro
2020-10-28Merge tag 'trace-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-10-28futex: Fix incorrect should_fail_futex() handlingMateusz Nosek
2020-10-27PM: sleep: fix typo in kernel/power/process.cJackie Zamow
2020-10-27tracing, synthetic events: Replace buggy strcat() with seq_buf operationsSteven Rostedt (VMware)
2020-10-26stop_machine, rcu: Mark functions as notraceZong Li
2020-10-26time: Prevent undefined behaviour in timespec64_to_ns()Zeng Tao
2020-10-26timers: Remove unused inline funtion debug_timer_free()YueHaibing
2020-10-26hrtimer: Remove unused inline function debug_hrtimer_free()YueHaibing
2020-10-26time/sched_clock: Mark sched_clock_read_begin/retry() as notraceQuanyang Wang
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-10-25kernel/sys.c: fix prototype of prctl_get_tid_address()Rasmus Villemoes
2020-10-25Merge tag 'timers-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-10-25Merge tag 'sched-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-10-25Merge tag 'safesetid-5.10' of git://github.com/micah-morton/linuxLinus Torvalds
2020-10-25Merge tag '20201024-v4-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-10-24Merge tag 'dma-mapping-5.10-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2020-10-24random32: add noise from network and scheduling activityWilly Tarreau
2020-10-24random32: make prandom_u32() output unpredictableGeorge Spelvin
2020-10-23Merge tag 'trace-v5.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2020-10-23Merge tag 'pm-5.10-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2020-10-23Merge tag 'net-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2020-10-22Merge tag 'modules-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2020-10-22ring-buffer: Update the description for ring_buffer_waitQiujun Huang
2020-10-22ring-buffer: Return 0 on success from ring_buffer_resize()Qiujun Huang
2020-10-22lockdep: Fix preemption WARN for spurious IRQ-enablePeter Zijlstra
2020-10-21treewide: remove DISABLE_LTOSami Tolvanen
2020-10-20futex: Adjust absolute futex timeouts with per time namespace offsetAndrei Vagin
2020-10-20dma-mapping: move more functions to dma-map-ops.hChristoph Hellwig
2020-10-19bpf: Enforce id generation for all may-be-null register typeMartin KaFai Lau