summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'irq-core-2024-07-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-07-226-128/+338
|\
| * irqdomain: Remove __irq_domain_add()Herve Codina2024-06-171-33/+0
| * irqdomain: Convert domain creation functions to irq_domain_instantiate()Herve Codina2024-06-171-5/+21
| * irqdomain: Add a resource managed version of irq_domain_instantiate()Herve Codina2024-06-171-0/+41
| * irqdomain: Add support for generic irq chips creation before publishing a domainHerve Codina2024-06-171-1/+13
| * genirq/generic_chip: Introduce init() and exit() hooksHerve Codina2024-06-171-2/+22
| * genirq/generic_chip: Introduce irq_domain_{alloc,remove}_generic_chips()Herve Codina2024-06-171-23/+68
| * irqdomain: Introduce init() and exit() hooksHerve Codina2024-06-171-0/+15
| * irqdomain: Handle domain bus token in irq_domain_create()Herve Codina2024-06-171-6/+24
| * irqdomain: Make __irq_domain_create() return an error codeHerve Codina2024-06-171-5/+5
| * irqdomain: Use irq_domain_instantiate() for hierarchy domain creationHerve Codina2024-06-171-12/+5
| * irqdomain: Handle domain hierarchy parent in irq_domain_instantiate()Herve Codina2024-06-171-0/+7
| * irqdomain: Handle additional domain flags in irq_domain_instantiate()Herve Codina2024-06-171-0/+2
| * irqdomain: Convert __irq_domain_create() to use struct irq_domain_infoHerve Codina2024-06-171-24/+24
| * irqdomain: Use a dedicated function to set the domain nameHerve Codina2024-06-171-31/+38
| * irqdomain: Introduce irq_domain_instantiate()Herve Codina2024-06-171-7/+32
| * irqdomain: Introduce irq_domain_free()Herve Codina2024-06-171-6/+10
| * irqdomain: Fixed unbalanced fwnode get and putHerve Codina2024-06-171-5/+2
| * irqdomain: Add missing parameter descriptions in kernel-doc commentsHerve Codina2024-06-051-0/+27
| * genirq/debugfs: Print irqdomain flags as human-readable stringsJinjie Ruan2024-06-033-10/+27
| * genirq/proc: Simplify irqdesc::kstat_irqs handling furtherAdrian Huang2024-06-031-5/+2
* | Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-07-219-60/+110
|\ \
| * | watchdog/perf: properly initialize the turbo mode timestamp and rearm counterThomas Gleixner2024-07-171-3/+8
| * | tsacct: replace strncpy() with strscpy()Kees Cook2024-07-121-1/+1
| * | resource: add missing MODULE_DESCRIPTION()Jeff Johnson2024-06-281-0/+1
| * | hung_task: ignore hung_task_warnings when hung_task_panic is enabledYongliang Gao2024-06-241-1/+1
| * | crash: remove header files which are included more than onceWenchao Hao2024-06-241-1/+0
| * | kernel/panic: add verbose logging of kernel taints in backtracesJani Nikula2024-06-241-11/+34
| * | kernel/panic: initialize taint_flags[] using a macroJani Nikula2024-06-241-19/+27
| * | kernel/panic: convert print_tainted() to use struct seq_buf internallyJani Nikula2024-06-241-14/+24
| * | kernel/panic: return early from print_tainted() when not taintedJani Nikula2024-06-241-12/+13
| * | lib min_heap: rename min_heapify() to min_heap_sift_down()Kuan-Wei Chiu2024-06-241-1/+1
| * | lib min_heap: add args for min_heap_callbacksKuan-Wei Chiu2024-06-241-5/+5
| * | lib min_heap: add type safe interfaceKuan-Wei Chiu2024-06-241-5/+6
| * | perf/core: fix several typosKuan-Wei Chiu2024-06-241-4/+4
| * | fork: use this_cpu_try_cmpxchg() in try_release_thread_stack_to_cache()Uros Bizjak2024-06-241-3/+4
| * | backtracetest: add MODULE_DESCRIPTION()Jeff Johnson2024-06-241-0/+1
* | | Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-219-61/+67
|\ \ \
| * | | mm, page_alloc: put should_fail_alloc_page() back behing CONFIG_FAIL_PAGE_ALLOCVlastimil Babka2024-07-171-0/+2
| * | | mm, slab: put should_failslab() back behind CONFIG_SHOULD_FAILSLABVlastimil Babka2024-07-171-0/+2
| * | | mm: define __pte_leaf_size() to also take a PMD entryChristophe Leroy2024-07-121-1/+1
| * | | kernel/fork.c: put set_max_threads()/task_struct_whitelist() in __init sectionWei Yang2024-07-101-2/+2
| * | | kernel/fork.c: get totalram_pages from memblock to calculate max_threadsWei Yang2024-07-101-1/+2
| * | | mm: remove CONFIG_MEMCG_KMEMJohannes Weiner2024-07-102-9/+6
| * | | get_task_mm: check PF_KTHREAD locklessOleg Nesterov2024-07-041-6/+5
| * | | memcg: mm_update_next_owner: move for_each_thread() into try_to_set_owner()Oleg Nesterov2024-07-041-16/+24
| * | | memcg: mm_update_next_owner: kill the "retry" logicOleg Nesterov2024-07-041-30/+27
| * | | ftrace: unpoison ftrace_regs in ftrace_ops_list_func()Ilya Leoshkevich2024-07-031-0/+1
| * | | mm: extend rmap flags arguments for folio_add_new_anon_rmapBarry Song2024-07-031-1/+1
| * | | mm: optimize the redundant loop of mm_update_owner_next()Jinliang Zheng2024-07-031-0/+2