summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados2024-07-2428-71/+71
* Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-07-233-14/+1
|\
| * kallsyms: get rid of code for absolute kallsymsJann Horn2024-07-203-9/+1
| * kbuild: remove PROVIDE() for kallsyms symbolsMasahiro Yamada2024-07-151-5/+0
* | Merge tag 'livepatching-for-6.11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-07-231-3/+14
|\ \
| * | livepatch: Replace snprintf() with sysfs_emit()Yafang Shao2024-07-021-3/+2
| * | livepatch: Add "replace" sysfs attributeYafang Shao2024-07-021-0/+12
* | | Merge tag 'irq-msi-2024-07-22' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-07-222-76/+22
|\ \ \
| * | | genirq/msi: Move msi_device_data to coreThomas Gleixner2024-07-181-2/+18
| * | | genirq/msi: Remove platform MSI leftoversThomas Gleixner2024-07-181-73/+2
| * | | irqdomain: Fix formatting irq_find_matching_fwspec() kerneldoc commentAnna-Maria Behnsen2024-06-231-1/+2
* | | | 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-229-60/+110
|\ \ \ \ \
| * | | | | watchdog/perf: properly initialize the turbo mode timestamp and rearm counterThomas Gleixner2024-07-181-3/+8
| * | | | | tsacct: replace strncpy() with strscpy()Kees Cook2024-07-131-1/+1
| * | | | | resource: add missing MODULE_DESCRIPTION()Jeff Johnson2024-06-291-0/+1
| * | | | | hung_task: ignore hung_task_warnings when hung_task_panic is enabledYongliang Gao2024-06-251-1/+1
| * | | | | crash: remove header files which are included more than onceWenchao Hao2024-06-251-1/+0
| * | | | | kernel/panic: add verbose logging of kernel taints in backtracesJani Nikula2024-06-251-11/+34
| * | | | | kernel/panic: initialize taint_flags[] using a macroJani Nikula2024-06-251-19/+27
| * | | | | kernel/panic: convert print_tainted() to use struct seq_buf internallyJani Nikula2024-06-251-14/+24
| * | | | | kernel/panic: return early from print_tainted() when not taintedJani Nikula2024-06-251-12/+13
| * | | | | lib min_heap: rename min_heapify() to min_heap_sift_down()Kuan-Wei Chiu2024-06-251-1/+1
| * | | | | lib min_heap: add args for min_heap_callbacksKuan-Wei Chiu2024-06-251-5/+5
| * | | | | lib min_heap: add type safe interfaceKuan-Wei Chiu2024-06-251-5/+6
| * | | | | perf/core: fix several typosKuan-Wei Chiu2024-06-251-4/+4
| * | | | | fork: use this_cpu_try_cmpxchg() in try_release_thread_stack_to_cache()Uros Bizjak2024-06-251-3/+4
| * | | | | backtracetest: add MODULE_DESCRIPTION()Jeff Johnson2024-06-251-0/+1
* | | | | | Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-229-61/+67
|\ \ \ \ \ \
| * | | | | | mm, page_alloc: put should_fail_alloc_page() back behing CONFIG_FAIL_PAGE_ALLOCVlastimil Babka2024-07-181-0/+2