summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | Merge branch 'pm-sleep'Rafael J. Wysocki2024-03-118-165/+408
| |\ \ \
| | * | | PM: suspend: Set mem_sleep_current during kernel command line setupMaulik Shah2024-02-291-0/+1
| | * | | PM: hibernate: Don't ignore return from set_memory_ro()Christophe Leroy2024-02-224-15/+24
| | * | | PM: hibernate: Support to select compression algorithmNikhil V2024-02-221-3/+54
| | * | | PM: hibernate: Add support for LZ4 compression for hibernationNikhil V2024-02-053-3/+41
| | * | | PM: hibernate: Move to crypto APIs for LZO compressionNikhil V2024-02-054-28/+132
| | * | | PM: hibernate: Rename lzo* to make it genericNikhil V2024-02-051-60/+60
| | * | | PM: sleep: stats: Use locking in dpm_save_failed_dev()Rafael J. Wysocki2024-02-051-0/+5
| | * | | PM: sleep: stats: Define suspend_stats next to the code using itRafael J. Wysocki2024-02-053-19/+66
| | * | | PM: sleep: stats: Use unsigned int for success and failure countersRafael J. Wysocki2024-02-051-3/+3
| | * | | PM: sleep: stats: Use an array of step failure countersRafael J. Wysocki2024-02-052-25/+27
| | * | | PM: sleep: stats: Use array of suspend step namesRafael J. Wysocki2024-02-051-32/+18
* | | | | Merge tag 'dma-mapping-6.9-2024-03-11' of git://git.infradead.org/users/hch/d...Linus Torvalds2024-03-132-4/+51
|\ \ \ \ \
| * | | | | dma-direct: Leak pages on dma_set_decrypted() failureRick Edgecombe2024-02-281-4/+5
| * | | | | swiotlb: add debugfs to track swiotlb transient pool usageZhangPeng2024-02-281-0/+46
* | | | | | Merge tag 'printk-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2024-03-125-135/+404
|\ \ \ \ \ \
| * | | | | | dump_stack: Do not get cpu_sync for panic CPUJohn Ogness2024-02-071-1/+0
| * | | | | | panic: Flush kernel log buffer at the endJohn Ogness2024-02-071-0/+8
| * | | | | | printk: Avoid non-panic CPUs writing to ringbufferJohn Ogness2024-02-071-20/+6
| * | | | | | printk: Disable passing console lock owner completely during panic()Petr Mladek2024-02-071-0/+29
| * | | | | | printk: ringbuffer: Skip non-finalized records in panicJohn Ogness2024-02-071-2/+26
| * | | | | | printk: Wait for all reserved records with pr_flush()John Ogness2024-02-073-1/+107
| * | | | | | printk: ringbuffer: Cleanup reader terminologyJohn Ogness2024-02-071-7/+9
| * | | | | | printk: Add this_cpu_in_panic()John Ogness2024-02-072-20/+24
| * | | | | | printk: For @suppress_panic_printk check for other CPU in panicJohn Ogness2024-02-071-2/+1
| * | | | | | printk: ringbuffer: Clarify special lpos valuesJohn Ogness2024-02-072-5/+31