summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* workqueue: Remove module param disable_numa and sysfs knobs pool_ids and numaTejun Heo2023-08-072-82/+0
* workqueue: Relocate worker and work management functionsTejun Heo2023-08-071-172/+168
* workqueue: Rename wq->cpu_pwqs to wq->cpu_pwqTejun Heo2023-08-071-7/+7
* workqueue: Not all work insertion needs to wake up a workerTejun Heo2023-08-071-19/+19
* workqueue: Cleanups around process_scheduled_works()Tejun Heo2023-08-071-18/+11
* workqueue: Drop the special locking rule for worker->flags and worker_pool->f...Tejun Heo2023-08-072-15/+4
* workqueue: Merge branch 'for-6.5-fixes' into for-6.6Tejun Heo2023-08-072-2/+43
|\
| * workqueue: Scale up wq_cpu_intensive_thresh_us if BogoMIPS is below 4000Tejun Heo2023-07-251-1/+42
| * workqueue: Fix cpu_intensive_thresh_us name in help textGeert Uytterhoeven2023-07-111-1/+1
* | workqueue: use LIST_HEAD to initialize cull_listYang Yingliang2023-08-071-5/+2
* | workqueue: add cmdline parameter `workqueue.unbound_cpus` to further constrai...tiozhang2023-07-102-0/+24
* | workqueue: Warn attempt to flush system-wide workqueues.Tetsuo Handa2023-07-102-47/+8
|/
* Merge tag 'linux-watchdog-6.5-rc2' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds2023-07-101-0/+42
|\
| * dt-bindings: watchdog: Add Loongson-1 watchdogKeguang Zhang2023-07-061-0/+42
* | Merge tag 'v6.5-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-07-103-9/+22
|\ \
| * | crypto: algif_hash - Fix race between MORE and non-MORE sendsDavid Howells2023-07-081-1/+3
| * | KEYS: asymmetric: Fix error codesDan Carpenter2023-07-071-5/+15
| * | crypto: af_alg - Fix merging of written data into spliced pagesDavid Howells2023-07-051-3/+4
* | | 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