summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gpio: Explicitly include correct DT includesRob Herring2023-07-1934-39/+28
* gpio: mmio: handle "ngpios" properly in bgpio_init()Asmaa Mnebhi2023-07-183-32/+46
* gpiolib: order includes alphabetically in gpiolib.hBartosz Golaszewski2023-07-131-4/+4
* gpio: sim: fix a typo in commentBartosz Golaszewski2023-07-131-1/+1
* gpio: sifive: Support IRQ wakeSamuel Holland2023-07-101-0/+1
* gpiolib: Replace open coded gpiochip_irqchip_add_allocated_domain()Andy Shevchenko2023-07-101-13/+7
* gpiolib: Split out gpiochip_irqchip_add_allocated_domain() helperAndy Shevchenko2023-07-101-16/+23
* gpiolib: Do not assign error pointer to the GPIO IRQ chip domainAndy Shevchenko2023-07-101-6/+6
* gpiolib: Factor out gpiochip_simple_create_domain()Andy Shevchenko2023-07-101-7/+16
* gpiolib: Make gpiochip_hierarchy_add_domain() return domainAndy Shevchenko2023-07-101-11/+13
* gpiolib: Do not alter GPIO chip fwnode memberAndy Shevchenko2023-07-101-8/+8
* gpiolib: acpi: Don't use GPIO chip fwnode in acpi_gpiochip_find()Andy Shevchenko2023-07-101-1/+1
* gpiolib: of: Don't use GPIO chip fwnode in of_gpiochip_*()Andy Shevchenko2023-07-101-3/+3
* gpio: mxc: add runtime pm supportShenwei Wang2023-07-101-2/+59
* gpiolib: add missing includeBartosz Golaszewski2023-07-101-0/+1
* Linux 6.5-rc1v6.5-rc1Linus Torvalds2023-07-091-2/+2
* MAINTAINERS 2: Electric BoogalooLinus Torvalds2023-07-091-46/+46
* Merge tag 'dma-mapping-6.5-2023-07-09' of git://git.infradead.org/users/hch/d...Linus Torvalds2023-07-091-11/+35
|\
| * swiotlb: reduce the number of areas to match actual memory pool sizePetr Tesarik2023-06-291-3/+24
| * swiotlb: always set the number of areas before allocating the poolPetr Tesarik2023-06-291-8/+11
* | Merge tag 'irq_urgent_for_v6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-07-091-3/+1
|\ \
| * | irqdomain: Use return value of strreplace()Andy Shevchenko2023-06-301-3/+1
* | | Merge tag 'x86_urgent_for_v6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-07-091-0/+1
|\ \ \
| * | | x86/xen: Fix secondary processors' FPU initializationJuergen Gross2023-07-051-0/+1
* | | | Merge tag 'x86-core-2023-07-09' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-07-091-0/+8
|\ \ \ \
| * | | | x86/smp: Don't send INIT to boot CPUThomas Gleixner2023-07-071-0/+8
* | | | | Merge tag 'mips_6.5_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/...Linus Torvalds2023-07-0910-53/+46
|\ \ \ \ \
| * | | | | MIPS: kvm: Fix build error with KVM_MIPS_DEBUG_COP0_COUNTERS enabledThomas Bogendoerfer2023-07-071-2/+2
| * | | | | MIPS: dts: add missing space before {Krzysztof Kozlowski2023-07-062-2/+2
| * | | | | MIPS: Loongson: Fix build error when make modules_installHuacai Chen2023-07-031-7/+3
| * | | | | MIPS: KVM: Fix NULL pointer dereferenceHuacai Chen2023-07-035-36/+36
| * | | | | MIPS: Loongson: Fix cpu_probe_loongson() againHuacai Chen2023-07-031-6/+3
* | | | | | Merge tag 'xfs-6.5-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-07-091-1/+1
|\ \ \ \ \ \
| * | | | | | xfs: fix uninit warning in xfs_growfs_dataDarrick J. Wong2023-07-081-1/+1
* | | | | | | Merge tag '6.5-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds2023-07-094-5/+72
|\ \ \ \ \ \ \
| * | | | | | | cifs: Add a laundromat thread for cached directoriesRonnie Sahlberg2023-07-062-0/+68
| * | | | | | | smb: client: remove redundant pointer 'server'Colin Ian King2023-07-011-2/+0
| * | | | | | | cifs: fix session state transition to avoid use-after-free issueWinston Wen2023-07-011-3/+4
* | | | | | | | Merge tag 'ntb-6.5' of https://github.com/jonmason/ntbLinus Torvalds2023-07-0910-33/+36
|\ \ \ \ \ \ \ \
| * | | | | | | | ntb: hw: amd: Fix debugfs_create_dir error checkingAnup Sharma2023-07-081-1/+1
| * | | | | | | | ntb.rst: Fix copy and paste errorGeoff Levand2023-07-081-2/+2
| * | | | | | | | ntb_netdev: Fix module_init problemGeoff Levand2023-07-081-1/+1
| * | | | | | | | ntb: intel: Remove redundant pci_clear_masterCai Huoqing2023-07-081-2/+0
| * | | | | | | | ntb: epf: Remove redundant pci_clear_masterCai Huoqing2023-07-081-8/+4
| * | | | | | | | ntb_hw_amd: Remove redundant pci_clear_masterCai Huoqing2023-07-081-2/+0
| * | | | | | | | ntb: idt: drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2023-07-081-12/+5
| * | | | | | | | MAINTAINERS: git://github -> https://github.com for jonmasonPalmer Dabbelt2023-07-081-1/+1
| * | | | | | | | NTB: EPF: fix possible memory leak in pci_vntb_probe()ruanjinjie2023-07-081-0/+1
| * | | | | | | | NTB: ntb_tool: Add check for devm_kcallocJiasheng Jiang2023-07-081-0/+2
| * | | | | | | | NTB: ntb_transport: fix possible memory leak while device_register() failsYang Yingliang2023-07-081-1/+1