summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-07-16io_uring/net: Support multishot receive len capNorman Maurer1-4/+34
2025-07-16gfs2: Validate i_depth for exhash directoriesAndrew Price2-4/+8
2025-07-16arm64: cacheinfo: Provide helper to compress MPIDR value into u32James Morse1-0/+17
2025-07-16cacheinfo: Add arch hook to compress CPU h/w id into 32 bits for cache-idJames Morse1-0/+5
2025-07-16cacheinfo: Set cache 'id' based on DT dataRob Herring1-0/+45
2025-07-16misc: amd-sbi: Explicitly clear in/out arg "mb_in_out"Akshay Gupta1-0/+4
2025-07-16misc: amd-sbi: Address copy_to/from_user() warning reported in smatchAkshay Gupta1-4/+11
2025-07-16misc: amd-sbi: Address potential integer overflow issue reported in smatchAkshay Gupta1-3/+2
2025-07-16comedi: comedi_test: Fix possible deletion of uninitialized timersIan Abbott1-1/+1
2025-07-16comedi: Fix initialization of data for instructions that write to subdeviceIan Abbott1-2/+12
2025-07-16comedi: Fix use of uninitialized data in insn_rw_emulate_bits()Ian Abbott1-0/+3
2025-07-16comedi: das6402: Fix bit shift out of boundsIan Abbott1-1/+2
2025-07-16comedi: aio_iiro_16: Fix bit shift out of boundsIan Abbott1-1/+2
2025-07-16comedi: pcl812: Fix bit shift out of boundsIan Abbott1-1/+2
2025-07-16comedi: das16m1: Fix bit shift out of boundsIan Abbott1-1/+2
2025-07-16comedi: Fix some signed shift left operationsIan Abbott1-7/+7
2025-07-16comedi: Fail COMEDI_INSNLIST ioctl if n_insns is too largeIan Abbott1-0/+16
2025-07-16Merge patch series "fs: refactor write_begin/write_end and add ext4 IOCB_DONT...Christian Brauner48-296/+330
2025-07-16ext4: support uncached buffered I/OTaotao Chen2-10/+5
2025-07-16mm/pagemap: add write_begin_get_folio() helper functionTaotao Chen1-0/+27
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen45-202/+267
2025-07-16drm/i915: Refactor shmem_pwrite() to use kiocb and write_iterTaotao Chen1-60/+22
2025-07-16drm/i915: Use kernel_write() in shmem object createTaotao Chen1-24/+9
2025-07-16eventpoll: Fix semi-unbounded recursionJann Horn1-14/+46
2025-07-16MAINTAINERS: add block and fsdevel lists to iov_iterChristian Brauner1-0/+2
2025-07-16loop: use kiocb helpers to fix lockdep warningMing Lei1-3/+2
2025-07-16dt-bindings: nvmem: convert vf610-ocotp.txt to yaml formatFrank Li2-19/+47
2025-07-16dt-bindings: nvmem: mediatek: efuse: split MT8186/MT8188 from base versionChen-Yu Tsai1-2/+15
2025-07-16dt-bindings: nvmem: SID: Add binding for A523 SID controllerMikhail Kalashnikov1-0/+1
2025-07-16nvmem: make nvmem_bus_type constantGreg Kroah-Hartman1-1/+1
2025-07-16dt-bindings: nvmem: convert lpc1857-eeprom.txt to yaml formatFrank Li2-28/+61
2025-07-16nvmem: core: Fix typos in comments and MODULE_AUTHOR stringsAlok Tiwari1-5/+5
2025-07-16dt-bindings: nvmem: fixed-layout: Allow optional bit positionsSven Peter1-1/+1
2025-07-16nvmem: apple: drop default ARCH_APPLE in KconfigSven Peter1-1/+0
2025-07-16fsi: make fsi_bus_type constantGreg Kroah-Hartman2-2/+2
2025-07-16fsi: master-ast-cf: Use of_reserved_mem_region_to_resource for "memory-region"Rob Herring (Arm)1-9/+2
2025-07-16misc: rtsx: usb: Ensure mmc child device is active when card is presentRicky Wu1-7/+9
2025-07-16MAINTAINERS: Update FPGA MANAGER maintainerXu Yilun1-2/+1
2025-07-16eeprom: at25: convert to spi-mem APIAlexander Sverdlin2-160/+162
2025-07-16vmci: Prevent the dispatching of uninitialized payloadsLizhi Xu1-0/+2
2025-07-16eeprom: at25: fram: Detect and support inside-out chip variantsAlexander Sverdlin1-3/+19
2025-07-16samples: mei: Fix building on musl libcBrahmajit Das1-1/+1
2025-07-16cdx: Fix missing GENERIC_MSI_IRQ on compile testKrzysztof Kozlowski1-0/+1
2025-07-16misc: fastrpc: Use of_reserved_mem_region_to_resource() for "memory-region"Rob Herring (Arm)1-12/+7
2025-07-16mcb: use sysfs_emit_at() instead of scnprintf() in show functionsAbhinav Ananthu1-4/+4
2025-07-16binder: encapsulate individual alloc test casesTiffany Yang1-53/+181
2025-07-16binder: Convert binder_alloc selftests to KUnitTiffany Yang7-366/+282
2025-07-16binder: Scaffolding for binder_alloc KUnit testsTiffany Yang9-6/+208
2025-07-16kunit: test: Export kunit_attach_mm()Tiffany Yang2-2/+14
2025-07-16binder: Store lru freelist in binder_allocTiffany Yang3-20/+67