summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-07-251-15/+13
|\
| * Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-07-251-15/+13
| |\
| | * bpf, events: Use prog to emit ksymbol event for main programHou Tao2024-07-191-15/+13
* | | Merge tag 'printk-for-6.11-trivial' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-07-251-3/+3
|\ \ \
| * | | printk: Rename console_replay_all() and update contextSreenath Vijayan2024-06-031-3/+3
* | | | Merge tag 'constfy-sysctl-6.11-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-07-2528-71/+71
|\ \ \ \
| * | | | sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados2024-07-2428-71/+71
* | | | | Merge tag 'kgdb-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2024-07-254-20/+8
|\ \ \ \ \
| * | | | | kdb: Get rid of redundant kdb_curr_task()Zheng Zengkai2024-06-213-17/+5
| * | | | | kdb: Use the passed prompt in kdb_position_cursor()Douglas Anderson2024-06-211-1/+1
| * | | | | kdb: address -Wformat-security warningsArnd Bergmann2024-06-211-2/+2
* | | | | | Merge tag 'dma-mapping-6.11-2024-07-24' of git://git.infradead.org/users/hch/...Linus Torvalds2024-07-251-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | dma: fix call order in dmam_free_coherentLance Richardson2024-07-191-1/+1
* | | | | | 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