summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rtc: ds1685: use EXPORT_SYMBOL_GPL for ds1685_rtc_poweroffChristoph Hellwig2023-08-021-1/+1
* net: enetc: use EXPORT_SYMBOL_GPL for enetc_phc_indexChristoph Hellwig2023-08-021-1/+1
* mmc: au1xmmc: force non-modular build and remove symbol_get usageChristoph Hellwig2023-08-024-35/+7
* ARM: pxa: remove use of symbol_get()Arnd Bergmann2023-08-022-15/+1
* samples/hw_breakpoint: mark sample_hbp as staticChen Jiahao2023-07-261-1/+1
* samples/hw_breakpoint: fix building without module unloadingArnd Bergmann2023-07-251-0/+2
* samples/hw_breakpoint: Fix kernel BUG 'invalid opcode: 0000'Rong Tao2023-07-241-1/+1
* modpost, kallsyms: Treat add '$'-prefixed symbols as mapping symbolsPalmer Dabbelt2023-07-243-16/+4
* kernel: params: Remove unnecessary ‘0’ values from errLi zeming2023-07-101-1/+1
* module: Ignore RISC-V mapping symbols tooPalmer Dabbelt2023-07-103-3/+13
* 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-071-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-052-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
| * | | | | | | | ntb: intel: Fix error handling in intel_ntb_pci_driver_init()Yuan Can2023-07-081-1/+6
| * | | | | | | | NTB: amd: Fix error handling in amd_ntb_pci_driver_init()Yuan Can2023-07-081-1/+6
| * | | | | | | | ntb: idt: Fix error handling in idt_pci_driver_init()Yuan Can2023-07-081-1/+6
* | | | | | | | | mm: lock newly mapped VMA with corrected orderingHugh Dickins2023-07-081-2/+2
* | | | | | | | | Merge tag 'mm-hotfixes-stable-2023-07-08-10-43' of git://git.kernel.org/pub/s...Linus Torvalds2023-07-0818-44/+99
|\ \ \ \ \ \ \ \ \