summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rtc-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2024-03-212-2/+2
|\
| * rtc: class: make rtc_class constantRicardo B. Marliere2024-03-082-2/+2
* | Merge tag 'net-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-03-211-0/+3
|\ \
| * | bpf: report RCU QS in cpumap kthreadYan Zhai2024-03-201-0/+3
* | | Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2024-03-211-2/+1
|\ \ \
| * | | kbuild: remove EXPERT and !COMPILE_TEST guarding from TRIM_UNUSED_KSYMSMasahiro Yamada2024-02-201-2/+1
* | | | Merge tag 'driver-core-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-212-2/+2
|\ \ \ \
| * | | | Merge 6.8-rc5 into driver-core-nextGreg Kroah-Hartman2024-02-1915-97/+126
| |\| | |
| * | | | kobject: make uevent_seqnum atomicEric Dumazet2024-02-171-1/+1
| * | | | workqueue: make wq_subsys constRicardo B. Marliere2024-02-081-1/+1
* | | | | Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-03-211-3/+18
|\ \ \ \ \
| * | | | | serial: Lock console when calling into driver before registrationPeter Collingbourne2024-03-051-3/+18
* | | | | | Merge tag 'pm-6.9-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2024-03-191-0/+11
|\ \ \ \ \ \
| * | | | | | PM: EM: Force device drivers to provide power in uWLukasz Luba2024-03-131-0/+11
* | | | | | | Merge tag 'trace-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2024-03-1810-712/+1007
|\ \ \ \ \ \ \
| * | | | | | | tracing: Use div64_u64() instead of do_div()Thorsten Blum2024-03-181-3/+2
| * | | | | | | tracing: Support to dump instance traces by ftrace_dump_on_oopsHuang Yiwei2024-03-183-43/+119
| * | | | | | | ftrace: Fix most kernel-doc warningsRandy Dunlap2024-03-181-44/+46
| * | | | | | | tracing: Decrement the snapshot if the snapshot trigger fails to registerSteven Rostedt (Google)2024-03-181-1/+4
| * | | | | | | tracing: Fix snapshot counter going between two tracers that use itSteven Rostedt (Google)2024-03-181-1/+1
| * | | | | | | tracing: Use init_utsname()->releaseJohn Garry2024-03-181-2/+2
| * | | | | | | tracing/user_events: Introduce multi-format eventsBeau Belgrave2024-03-181-12/+90
| * | | | | | | tracing/user_events: Prepare find/delete for same name eventsBeau Belgrave2024-03-181-48/+59
| * | | | | | | tracing: Add snapshot refcountVincent Donnefort2024-03-183-36/+129
| * | | | | | | ring-buffer: Make wake once of ring_buffer_wait() more robustSteven Rostedt (Google)2024-03-181-13/+21
| * | | | | | | ring-buffer: use READ_ONCE() to read cpu_buffer->commit_page in concurrent en...linke li2024-03-171-1/+1
| * | | | | | | ring-buffer: Zero ring-buffer sub-buffersVincent Donnefort2024-03-171-3/+6
| * | | | | | | tracing: Move saved_cmdline code into trace_sched_switch.cSteven Rostedt (Google)2024-03-173-512/+528
| * | | | | | | tracing: Move open coded processing of tgid_map into helper functionSteven Rostedt (Google)2024-03-171-15/+23
| * | | | | | | tracing: Have saved_cmdlines arrays all in one allocationSteven Rostedt (Google)2024-03-171-10/+8
* | | | | | | | Merge tag 'timers-urgent-2024-03-17' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-03-171-20/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | timer/migration: Remove buggy early return on deactivationFrederic Weisbecker2024-03-161-20/+0
* | | | | | | | | Merge tag 'bcachefs-2024-03-13' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-03-151-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | kernel/hung_task.c: export sysctl_hung_task_timeout_secsKent Overstreet2024-03-131-0/+1
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-03-147-52/+68
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | watchdog/core: remove sysctl handlers from public headerThomas Weißschuh2024-03-121-10/+12
| * | | | | | | | | kexec: copy only happens before uchunk goes to zeroyang.zhang2024-03-061-20/+24
| * | | | | | | | | get_signal: don't initialize ksig->info if SIGNAL_GROUP_EXIT/group_exec_taskOleg Nesterov2024-03-061-3/+6
| * | | | | | | | | get_signal: hide_si_addr_tag_bits: fix the usage of uninitialized ksigOleg Nesterov2024-03-061-5/+6
| * | | | | | | | | get_signal: don't abuse ksig->info.si_signo and ksig->sigOleg Nesterov2024-03-061-4/+4
| * | | | | | | | | panic: add option to dump blocked tasks in panic_printFeng Tang2024-02-221-0/+4
| * | | | | | | | | ptrace_attach: shift send(SIGSTOP) into ptrace_set_stopped()Oleg Nesterov2024-02-221-8/+5
| * | | | | | | | | user_namespace: remove unnecessary NULL values from kbufLi zeming2024-02-221-1/+1
| * | | | | | | | | panic: suppress gnu_printf warningBaoquan He2024-02-221-0/+5
| * | | | | | | | | bounds: support non-power-of-two CONFIG_NR_CPUSMatthew Wilcox (Oracle)2024-02-221-1/+1
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-1418-843/+965
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | Author: Gang Li padata: dispatch works onGang Li Subject: padata: dispatch works on2024-03-061-2/+12
| * | | | | | | | crash_core: export vmemmap when CONFIG_SPARSEMEM_VMEMMAP is enabledHuang Shijie2024-03-041-0/+3
| * | | | | | | | modules: wait do_free_init correctlyChangbin Du2024-03-041-2/+7
| * | | | | | | | sched/numa, mm: do not try to migrate memory to memoryless nodesByungchul Park2024-03-041-0/+6