summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | arm64, crash: wrap crash dumping code into crash related ifdefsBaoquan He2024-02-231-0/+2
| * | | crash: clean up kdump related config itemsBaoquan He2024-02-231-3/+4
| * | | crash: split crash dumping code out from kexec_core.cBaoquan He2024-02-236-244/+293
| * | | crash: remove dependency of FA_DUMP on CRASH_DUMPBaoquan He2024-02-233-2/+3
| * | | crash: split vmcoreinfo exporting code out from crash_core.cBaoquan He2024-02-236-215/+239
| * | | kexec: split crashkernel reservation code out from crash_core.cBaoquan He2024-02-234-439/+469
| * | | mm/vmalloc: remove vmap_area_listBaoquan He2024-02-232-4/+1
| * | | mm/cma: drop CONFIG_CMA_DEBUGAnshuman Khandual2024-02-221-6/+0
| * | | mm: convert mm_counter_file() to take a folioKefeng Wang2024-02-211-1/+1
| |/ /
* | | Merge tag 'trace-ring-buffer-v6.8-rc7-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2024-03-142-76/+125
|\ \ \
| * | | tracing/ring-buffer: Fix wait_on_pipe() raceSteven Rostedt (Google)2024-03-122-17/+39
| * | | ring-buffer: Use wait_event_interruptible() in ring_buffer_wait()Steven Rostedt (Google)2024-03-121-48/+68
| * | | ring-buffer: Reuse rb_watermark_hit() for the poll logicSteven Rostedt (Google)2024-03-121-14/+7
| * | | ring-buffer: Fix full_waiters_pending in pollSteven Rostedt (Google)2024-03-121-7/+20
| * | | ring-buffer: Do not set shortest_full when full target is hitSteven Rostedt (Google)2024-03-121-3/+4
* | | | Merge tag 'probes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds2024-03-148-168/+433
|\ \ \ \
| * | | | tracing/probes: Support $argN in return probe (kprobe and fprobe)Masami Hiramatsu (Google)2024-03-078-62/+283
| * | | | tracing: Remove redundant #else block for BTF args from READMEMasami Hiramatsu (Google)2024-03-071-3/+1
| * | | | tracing/probes: cleanup: Set trace_probe::nr_args at trace_probe_initMasami Hiramatsu (Google)2024-03-076-9/+11
| * | | | tracing/probes: Cleanup probe argument parserMasami Hiramatsu (Google)2024-03-071-93/+137
| * | | | tracing/fprobe-event: cleanup: Fix a wrong comment in fprobe eventMasami Hiramatsu (Google)2024-03-071-1/+1
* | | | | pidfs: remove config optionChristian Brauner2024-03-131-6/+0
* | | | | Merge tag 'modules-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-133-29/+60
|\ \ \ \ \
| * | | | | module: Don't ignore errors from set_memory_XX()Christophe Leroy2024-02-163-22/+55
| * | | | | modules: Remove #ifdef CONFIG_STRICT_MODULE_RWX around rodata_enabledChristophe Leroy2024-02-021-5/+1
| * | | | | module: Change module_enable_{nx/x/ro}() to more explicit namesChristophe Leroy2024-01-293-10/+10
| * | | | | module: Use set_memory_rox()Christophe Leroy2024-01-293-7/+9
* | | | | | Merge tag 'pm-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2024-03-139-231/+815
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'pm-em'Rafael J. Wysocki2024-03-111-66/+407
| |\ \ \ \ \ \
| | * | | | | | PM: EM: Fix nr_states warnings in static checksLukasz Luba2024-02-221-2/+1
| | * | | | | | PM: EM: Add em_dev_compute_costs()Lukasz Luba2024-02-081-0/+18
| | * | | | | | PM: EM: Remove old tableLukasz Luba2024-02-081-39/+7