summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * bcachefs: bch2_prt_compression_type()Kent Overstreet2024-01-215-6/+15
| * bcachefs: helpers for printing data typesKent Overstreet2024-01-2114-64/+64
| * bcachefs: BTREE_TRIGGER_ATOMICKent Overstreet2024-01-218-30/+27
| * bcachefs: drop to_text code for obsolete bps in alloc keysKent Overstreet2024-01-211-18/+0
| * bcachefs: eytzinger_for_each() declares loop iterKent Overstreet2024-01-212-3/+3
| * bcachefs: Don't log errors if BCH_WRITE_ALLOC_NOWAITKent Overstreet2024-01-211-4/+5
| * bcachefs: fix memleak in bch2_split_devsSu Yue2024-01-211-3/+5
* | Merge tag 'timers-core-2024-01-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-01-217-12/+41
|\ \
| * | tick-sched: Fix idle and iowait sleeptime accounting vs CPU hotplugHeiko Carstens2024-01-191-0/+5
| * | Merge tag 'timers-v6.8-rc1' of http://git.linaro.org/people/daniel.lezcano/li...Thomas Gleixner2024-01-186-12/+36
| |\ \
| | * | clocksource/drivers/ep93xx: Fix error handling during probeArnd Bergmann2023-12-271-3/+2
| | * | clocksource/drivers/cadence-ttc: Fix some kernel-doc warningsRandy Dunlap2023-12-271-6/+16
| | * | clocksource/drivers/timer-ti-dm: Fix make W=n kerneldoc warningsTony Lindgren2023-12-271-2/+2
| | * | clocksource/timer-riscv: Add riscv_clock_shutdown callbackJoshua Yeong2023-12-271-0/+7
| | * | dt-bindings: timer: Add StarFive JH8100 clintSia Jee Heng2023-12-271-0/+1
| | * | dt-bindings: timer: thead,c900-aclint-mtimer: separate mtime and mtimecmp regsInochi Amaoto2023-12-271-1/+8
| |/ /
* | | Merge tag 'powerpc-6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2024-01-211-0/+1
|\ \ \
| * | | powerpc/64s: Increase default stack size to 32KBMichael Ellerman2024-01-191-0/+1
* | | | Merge tag 'header_cleanup-2024-01-20' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-01-211-6/+6
|\ \ \ \
| * | | | spinlock: Fix failing build for PREEMPT_RTLeonardo Bras2024-01-151-6/+6
* | | | | Merge tag 'v6.8-rc-part2-smb-client' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-01-2019-257/+244
|\ \ \ \ \
| * | | | | cifs: update iface_last_update on each query-and-updateShyam Prasad N2024-01-191-1/+3
| * | | | | cifs: handle servers that still advertise multichannel after disablingShyam Prasad N2024-01-192-46/+69
| * | | | | cifs: new mount option called retransShyam Prasad N2024-01-195-0/+15
| * | | | | cifs: reschedule periodic query for server interfacesShyam Prasad N2024-01-191-0/+2
| * | | | | smb: client: don't clobber ->i_rdev from cached reparse pointsPaulo Alcantara2024-01-191-3/+3
| * | | | | smb: client: get rid of smb311_posix_query_path_info()Paulo Alcantara2024-01-192-83/+36
| * | | | | smb: client: parse owner/group when creating reparse pointsPaulo Alcantara2024-01-194-89/+71
| * | | | | smb: client: fix parsing of SMB3.1.1 POSIX create contextPaulo Alcantara2024-01-191-1/+1
| * | | | | cifs: update known bugs mentioned in kernel docs for cifsSteve French2024-01-191-7/+1
| * | | | | cifs: new nt status codes from MS-SMB2Shyam Prasad N2024-01-182-0/+4
| * | | | | cifs: pick channel for tcon and tdisShyam Prasad N2024-01-181-6/+4
| * | | | | cifs: open_cached_dir should not rely on primary channelShyam Prasad N2024-01-181-1/+1
| * | | | | smb3: minor documentation updatesSteve French2024-01-182-17/+27
| * | | | | Update MAINTAINERS email addressSteve French2024-01-181-1/+1
| * | | | | cifs: minor comment cleanupSteve French2024-01-181-3/+3
| * | | | | smb3: show beginning time for per share statsSteve French2024-01-183-2/+6
| * | | | | cifs: remove redundant variable tcon_existColin Ian King2024-01-161-3/+3
* | | | | | Merge tag 'dmaengine-fix-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-01-2046-300/+1882
|\ \ \ \ \ \
| * | | | | | dmaengine: dw-edma: increase size of 'name' in debugfs codeVinod Koul2024-01-192-4/+4
| * | | | | | dmaengine: fsl-qdma: increase size of 'irq_name'Vinod Koul2024-01-191-1/+1
| * | | | | | dmaengine: shdma: increase size of 'dev_id'Vinod Koul2024-01-191-1/+1
| * | | | | | dmaengine: xilinx: xdma: Fix kernel-doc warningsJan Kuliga2024-01-191-5/+5
| * | | | | | dmaengine: usb-dmac: Avoid format-overflow warningLad Prabhakar2024-01-191-5/+5
| * | | | | | dmaengine: sh: rz-dmac: Avoid format-overflow warningLad Prabhakar2024-01-191-4/+4
| * | | | | | dmaengine: imx-sdma: fix Excess kernel-doc warningsRandy Dunlap2024-01-191-4/+0
| * | | | | | dmaengine: xilinx: xdma: Fix initialization location of desc in xdma_channel_...Nathan Chancellor2024-01-191-1/+2
| * | | | | | dmaengine: xilinx: xdma: Fix operator precedence in xdma_prep_interleaved_dma()Nathan Chancellor2024-01-191-4/+4
| * | | | | | Merge tag 'dmaengine-6.8-rc1' into fixesVinod Koul2024-01-1939-282/+1867
| |\ \ \ \ \ \
| | * | | | | | dmaengine: xilinx: xdma: statify xdma_prep_interleaved_dmaVinod Koul2023-12-221-1/+1