summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | powerpc/crypto: Add gitignore for generated P10 AES/GCM .S filesRussell Currey2023-07-171-0/+3
| * | | Revert "powerpc/bug: Provide better flexibility to WARN_ON/__WARN_FLAGS() wit...Christophe Leroy2023-07-172-63/+15
| * | | powerpc/pseries/vas: Hold mmap_mutex after mmap lock during window closeHaren Myneni2023-07-171-2/+7
| |/ /
* | | Merge tag 's390-6.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-07-223-12/+27
|\ \ \
| * | | s390/zcrypt: fix reply buffer calculations for CCA repliesHarald Freudenberger2023-07-201-11/+24
| * | | s390/crypto: use kfree_sensitive() instead of kfree()Wang Ming2023-07-201-1/+1
| * | | s390/mm: fix per vma lock fault handlingSven Schnelle2023-07-181-0/+2
| |/ /
* | | Merge tag 'block-6.5-2023-07-21' of git://git.kernel.dk/linuxLinus Torvalds2023-07-226-15/+58
|\ \ \
| * | | loop: do not enforce max_loop hard limit by (new) defaultMauricio Faria de Oliveira2023-07-211-2/+34
| * | | loop: deprecate autoloading callback loop_probe()Mauricio Faria de Oliveira2023-07-211-0/+4
| * | | sbitmap: fix batching wakeupDavid Jeffery2023-07-211-8/+7
| * | | blk-iocost: skip empty flush bio in iocostChengming Zhou2023-07-201-0/+4
| * | | blk-mq: delete dead struct blk_mq_hw_ctx->queued fieldChengming Zhou2023-07-201-2/+0
| * | | blk-mq: Fix stall due to recursive flush plugRoss Lagerwall2023-07-142-3/+9
* | | | Merge tag 'io_uring-6.5-2023-07-21' of git://git.kernel.dk/linuxLinus Torvalds2023-07-223-32/+37
|\ \ \ \
| * | | | ia64: mmap: Consider pgoff when searching for free mappingHelge Deller2023-07-211-1/+1
| * | | | io_uring: Fix io_uring mmap() by using architecture-provided get_unmapped_area()Helge Deller2023-07-212-30/+27
| * | | | io_uring: treat -EAGAIN for REQ_F_NOWAIT as final for io-wqJens Axboe2023-07-201-0/+8
| * | | | io_uring: don't audit the capability check in io_uring_create()Ondrej Mosnacek2023-07-181-1/+1
* | | | | Merge tag 'devicetree-fixes-for-6.5-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-07-225-52/+5
|\ \ \ \ \
| * | | | | dt-bindings: serial: Remove obsolete nxp,lpc1850-uart.txtRob Herring2023-07-211-28/+0
| * | | | | dt-bindings: serial: Remove obsolete cavium-uart.txtRob Herring2023-07-211-19/+0
| * | | | | dt-bindings: hwmon: moortec,mr75203: fix multipleOf for coefficientsKrzysztof Kozlowski2023-07-141-3/+3
| * | | | | of: Preserve "of-display" device name for compatibilityRob Herring2023-07-111-1/+1
| * | | | | of: make OF_EARLY_FLATTREE depend on HAS_IOMEMBaoquan He2023-07-101-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge tag 'regmap-fix-v6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-07-226-12/+16
|\ \ \ \ \
| * | | | | regmap: Disable locking for RBTREE and MAPLE unit testsGuenter Roeck2023-07-201-0/+5
| * | | | | regcache: Push async I/O request down into the rbtree cacheMark Brown2023-07-192-3/+4
| * | | | | regmap: Account for register length in SMBus I/O limitsMark Brown2023-07-171-4/+4
| * | | | | regmap: Drop initial version of maximum transfer length fixesMark Brown2023-07-172-5/+3
| | |_|_|/ | |/| | |
* | | | | Merge tag 'gpio-fixes-for-v6.5-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-07-222-14/+18
|\ \ \ \ \
| * | | | | gpio: mvebu: fix irq domain leakBartosz Golaszewski2023-07-201-5/+13
| * | | | | gpio: mvebu: Make use of devm_pwmchip_addUwe Kleine-König2023-07-191-6/+2
| * | | | | gpio: tps68470: Make tps68470_gpio_output() always set the initial valueHans de Goede2023-07-191-3/+3
| | |/ / / | |/| | |
* | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2023-07-214-15/+38
|\ \ \ \ \
| * | | | | arm64/fpsimd: Ensure SME storage is allocated after SVE VL changesMark Brown2023-07-211-8/+25
| * | | | | arm64: vdso: Clear common make C=2 warningsZhen Lei2023-07-201-0/+4
| * | | | | arm64: mm: Make hibernation aware of KFENCENikhil V2023-07-201-1/+3
| * | | | | arm64: Fix HFGxTR_EL2 field namingMarc Zyngier2023-07-131-6/+6
| |/ / / /
* | | | | Merge tag 'pm-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2023-07-211-171/+1
|\ \ \ \ \
| * | | | | Revert "intel_idle: Add support for using intel_idle in a VM guest using just...Rafael J. Wysocki2023-07-191-116/+1
| * | | | | Revert "intel_idle: Add a "Long HLT" C1 state for the VM guest mode"Rafael J. Wysocki2023-07-191-55/+0
| * | | | | Revert "intel_idle: Add __init annotation to matchup_vm_state_with_baremetal()"Rafael J. Wysocki2023-07-191-1/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'sound-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2023-07-2134-156/+342
|\ \ \ \ \
| * \ \ \ \ Merge tag 'asoc-fix-v6.5-rc1-2' of https://git.kernel.org/pub/scm/linux/kerne...Takashi Iwai2023-07-20302-1643/+2870
| |\ \ \ \ \
| | * | | | | ASoC: fsl_sai: Disable bit clock with transmitterMatus Gajdos2023-07-172-1/+2
| | * | | | | ASoC: SOF: ipc3-dtrace: uninitialized data in dfsentry_trace_filter_write()Dan Carpenter2023-07-171-5/+4
| | * | | | | ASoC: cs42l51: fix driver to properly autoload with automatic module loadingThomas Petazzoni2023-07-173-8/+6
| | * | | | | ASoC: Merge v6.5-rc2Mark Brown2023-07-1714906-458152/+803024
| | |\| | | |
| * | | | | | ALSA: hda/realtek: Add support for DELL Oasis 13/14/16 laptopsVitaly Rodionov2023-07-201-0/+8