aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-03-24Merge tag 'dma-mapping-6.9-2024-03-24' of git://git.infradead.org/users/hch/d...Gravatar Linus Torvalds 1-12/+33
2024-03-23Merge tag 'timers-urgent-2024-03-23' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-3/+20
2024-03-23Merge tag 'core-entry-2024-03-23' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+7
2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-7/+22
2024-03-21Merge tag 'rtc-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Gravatar Linus Torvalds 2-2/+2
2024-03-21Merge tag 'net-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 1-0/+3
2024-03-21Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-2/+1
2024-03-21Merge tag 'driver-core-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-2/+2
2024-03-21Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-3/+18
2024-03-20bpf: report RCU QS in cpumap kthreadGravatar Yan Zhai 1-0/+3
2024-03-19Merge tag 'pm-6.9-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 1-0/+11
2024-03-19timers: Fix removed self-IPI on global timer's enqueue in nohz_fullGravatar Frederic Weisbecker 1-1/+11
2024-03-19timers/migration: Fix endless timer requeue after idle interruptsGravatar Frederic Weisbecker 1-2/+9
2024-03-18Merge tag 'trace-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Gravatar Linus Torvalds 10-712/+1007
2024-03-18tracing: Use div64_u64() instead of do_div()Gravatar Thorsten Blum 1-3/+2
2024-03-18tracing: Support to dump instance traces by ftrace_dump_on_oopsGravatar Huang Yiwei 3-43/+119
2024-03-18ftrace: Fix most kernel-doc warningsGravatar Randy Dunlap 1-44/+46
2024-03-18tracing: Decrement the snapshot if the snapshot trigger fails to registerGravatar Steven Rostedt (Google) 1-1/+4
2024-03-18tracing: Fix snapshot counter going between two tracers that use itGravatar Steven Rostedt (Google) 1-1/+1
2024-03-18tracing: Use init_utsname()->releaseGravatar John Garry 1-2/+2
2024-03-18tracing/user_events: Introduce multi-format eventsGravatar Beau Belgrave 1-12/+90
2024-03-18tracing/user_events: Prepare find/delete for same name eventsGravatar Beau Belgrave 1-48/+59
2024-03-18tracing: Add snapshot refcountGravatar Vincent Donnefort 3-36/+129
2024-03-18ring-buffer: Make wake once of ring_buffer_wait() more robustGravatar Steven Rostedt (Google) 1-13/+21
2024-03-17Merge tag 'timers-urgent-2024-03-17' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-20/+0
2024-03-17ring-buffer: use READ_ONCE() to read cpu_buffer->commit_page in concurrent en...Gravatar linke li 1-1/+1
2024-03-17ring-buffer: Zero ring-buffer sub-buffersGravatar Vincent Donnefort 1-3/+6
2024-03-17tracing: Move saved_cmdline code into trace_sched_switch.cGravatar Steven Rostedt (Google) 3-512/+528
2024-03-17tracing: Move open coded processing of tgid_map into helper functionGravatar Steven Rostedt (Google) 1-15/+23
2024-03-17tracing: Have saved_cmdlines arrays all in one allocationGravatar Steven Rostedt (Google) 1-10/+8
2024-03-16timer/migration: Remove buggy early return on deactivationGravatar Frederic Weisbecker 1-20/+0
2024-03-15Merge tag 'bcachefs-2024-03-13' of https://evilpiepirate.org/git/bcachefsGravatar Linus Torvalds 1-0/+1
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 7-52/+68
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 18-843/+965
2024-03-14Merge tag 'trace-ring-buffer-v6.8-rc7-2' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 2-76/+125
2024-03-14Merge tag 'probes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Gravatar Linus Torvalds 8-168/+433
2024-03-13kernel/hung_task.c: export sysctl_hung_task_timeout_secsGravatar Kent Overstreet 1-0/+1
2024-03-13pidfs: remove config optionGravatar Christian Brauner 1-6/+0
2024-03-13PM: EM: Force device drivers to provide power in uWGravatar Lukasz Luba 1-0/+11
2024-03-13Merge tag 'modules-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-29/+60
2024-03-13Merge tag 'pm-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 9-231/+815
2024-03-13swiotlb: Reinstate page-alignment for mappings >= PAGE_SIZEGravatar Will Deacon 1-7/+11
2024-03-13swiotlb: Fix alignment checks when both allocation and DMA masks are presentGravatar Will Deacon 1-2/+9
2024-03-13swiotlb: Honour dma_alloc_coherent() alignment in swiotlb_alloc()Gravatar Will Deacon 1-1/+3
2024-03-13swiotlb: Enforce page alignment in swiotlb_alloc()Gravatar Will Deacon 1-0/+6
2024-03-13swiotlb: Fix double-allocation of slots due to broken alignment handlingGravatar Will Deacon 1-12/+14
2024-03-13Merge tag 'dma-mapping-6.9-2024-03-11' of git://git.infradead.org/users/hch/d...Gravatar Linus Torvalds 2-4/+51
2024-03-12Merge tag 'printk-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 5-135/+404
2024-03-12Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+2
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 31-734/+3094