summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | 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
| | * | | | | | | | | PM: EM: Change debugfs configuration to use runtime EM table dataLukasz Luba2024-02-081-8/+59
| | * | | | | | | | | PM: EM: Optimize em_cpu_energy() and remove divisionLukasz Luba2024-02-081-4/+3
| | * | | | | | | | | PM: EM: Support late CPUs booting and capacity adjustmentLukasz Luba2024-02-081-0/+124
| | * | | | | | | | | PM: EM: Add performance field to struct em_perf_state and optimizeLukasz Luba2024-02-081-0/+27
| | * | | | | | | | | PM: EM: Introduce em_dev_update_perf_domain() for EM updatesLukasz Luba2024-02-081-0/+44
| | * | | | | | | | | PM: EM: Add functions for memory allocations for new EM tablesLukasz Luba2024-02-081-5/+33
| | * | | | | | | | | PM: EM: Introduce runtime modifiable tableLukasz Luba2024-02-081-0/+53
| | * | | | | | | | | PM: EM: Split the allocation and initialization of the EM tableLukasz Luba2024-02-081-22/+33
| | * | | | | | | | | PM: EM: Check if the get_cost() callback is present in em_compute_costs()Lukasz Luba2024-02-081-1/+1
| | * | | | | | | | | PM: EM: Introduce em_compute_costs()Lukasz Luba2024-02-081-29/+43
| | * | | | | | | | | PM: EM: Find first CPU active while updating OPP efficiencyLukasz Luba2024-02-081-2/+9
| | * | | | | | | | | PM: EM: Extend em_cpufreq_update_efficiencies() argument listLukasz Luba2024-02-081-6/+4
| | * | | | | | | | | PM: EM: Add missing newline for the message logLukasz Luba2024-02-081-1/+1