summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '6.6-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds2023-09-1014-19/+43
|\
| * spnego: add missing OID to oid registrySteve French2023-09-091-0/+1
| * smb3: fix minor typo in SMB2_GLOBAL_CAP_LARGE_MTUSteve French2023-09-091-1/+1
| * cifs: update internal module version number for cifs.koSteve French2023-09-071-2/+2
| * smb3: allow controlling maximum number of cached directoriesSteve French2023-09-077-6/+22
| * smb3: add trace point for queryfs (statfs)Steve French2023-09-072-1/+2
| * nls: Hide new NLS_UCS2_UTILSDr. David Alan Gilbert2023-08-311-6/+1
| * smb3: allow controlling length of time directory entries are cached with dir ...Steve French2023-08-313-2/+13
| * smb: propagate error code of extract_sharename()Katya Orlova2023-08-311-1/+1
* | iov_iter: Kunit tests for page extractionDavid Howells2023-09-101-0/+240
* | iov_iter: Kunit tests for copying to/from an iteratorDavid Howells2023-09-103-0/+549
* | iov_iter: Fix iov_iter_extract_pages() with zero-sized entriesDavid Howells2023-09-101-15/+15
* | Merge tag 'sh-for-v6.6-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-09-096-12/+8
|\ \
| * | sh: push-switch: Reorder cleanup operations to avoid use-after-free bugDuoming Zhou2023-09-091-1/+1
| * | sh: boards: Fix CEU buffer size passed to dma_declare_coherent_memory()Petr Tesarik2023-09-095-11/+7
* | | Merge tag 'riscv-for-linus-6.6-mw2-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-09-0951-216/+1440
|\ \ \
| * | | soc: renesas: Kconfig: For ARCH_R9A07G043 select the required configs if depe...Lad Prabhakar2023-09-081-3/+4
| * | | riscv: Kconfig.errata: Add dependency for RISCV_SBI in ERRATA_ANDES configLad Prabhakar2023-09-081-1/+1
| * | | riscv: Kconfig.errata: Drop dependency for MMU in ERRATA_ANDES_CMO configLad Prabhakar2023-09-081-1/+1
| * | | riscv: Kconfig: Select DMA_DIRECT_REMAP only if MMU is enabledLad Prabhakar2023-09-081-1/+1
| * | | Merge patch series "bpf, riscv: use BPF prog pack allocator in BPF JIT"Palmer Dabbelt2023-09-086-37/+255
| |\ \ \
| | * | | bpf, riscv: use prog pack allocator in the BPF JITPuranjay Mohan2023-09-063-28/+141
| | * | | riscv: implement a memset like function for textPuranjay Mohan2023-09-062-0/+78
| | * | | riscv: extend patch_text_nosync() for multiple pagesPuranjay Mohan2023-09-061-5/+32
| | * | | bpf: make bpf_prog_pack allocator portablePuranjay Mohan2023-09-061-4/+4
| * | | | Merge patch series "riscv: Introduce KASLR"Palmer Dabbelt2023-09-0815-126/+328
| |\ \ \ \
| | * | | | riscv: libstub: Implement KASLR by using generic functionsAlexandre Ghiti2023-09-064-19/+19
| | * | | | libstub: Fix compilation warning for rv32Alexandre Ghiti2023-09-061-1/+1
| | * | | | arm64: libstub: Move KASLR handling functions to kaslr.cAlexandre Ghiti2023-09-065-105/+183
| | * | | | riscv: Dump out kernel offset information on panicAlexandre Ghiti2023-09-061-0/+25
| | * | | | riscv: Introduce virtual kernel mapping KASLRAlexandre Ghiti2023-09-066-2/+101
| * | | | | Merge patch "RISC-V: Add ptrace support for vectors"Palmer Dabbelt2023-09-083-4/+90
| |\ \ \ \ \
| | * | | | | RISC-V: Add ptrace support for vectorsAndy Chiu2023-09-013-4/+90
| * | | | | | Merge patch series "Add non-coherent DMA support for AX45MP"Palmer Dabbelt2023-09-0820-0/+516
| |\ \ \ \ \ \
| | * | | | | | soc: renesas: Kconfig: Select the required configs for RZ/Five SoCLad Prabhakar2023-09-011-0/+4
| | * | | | | | cache: Add L2 cache management for Andes AX45MP RISC-V coreLad Prabhakar2023-09-016-0/+237
| | * | | | | | dt-bindings: cache: andestech,ax45mp-cache: Add DT binding documentation for ...Lad Prabhakar2023-09-011-0/+81
| | * | | | | | riscv: mm: dma-noncoherent: nonstandard cache operations supportLad Prabhakar2023-09-014-0/+91
| | * | | | | | riscv: errata: Add Andes alternative portsLad Prabhakar2023-09-017-0/+102
| | * | | | | | riscv: asm: vendorid_list: Add Andes Technology to the vendors listLad Prabhakar2023-09-011-0/+1
| * | | | | | | Merge patch series "riscv: dma-mapping: unify support for cache flushes"Palmer Dabbelt2023-09-081-9/+51
| |\| | | | | |
| | * | | | | | riscv: dma-mapping: switch over to generic implementationLad Prabhakar2023-09-011-9/+51
| | * | | | | | riscv: dma-mapping: skip invalidation before bidirectional DMAArnd Bergmann2023-09-011-1/+1
| | * | | | | | riscv: dma-mapping: only invalidate after DMA, not flushArnd Bergmann2023-09-011-1/+1
| | | |/ / / / | | |/| | | |
| * | | | | | Merge patch series "RISC-V: Probe for misaligned access speed"Palmer Dabbelt2023-09-0810-39/+198
| |\ \ \ \ \ \
| | * | | | | | RISC-V: alternative: Remove feature_probe_funcEvan Green2023-09-014-33/+0
| | * | | | | | RISC-V: Probe for unaligned access speedEvan Green2023-09-017-6/+198
| | |/ / / / /
* | | | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-09-0944-319/+1433
|\ \ \ \ \ \ \
| * | | | | | | scsi: ufs: core: No need to update UPIU.header.flags and lun in advanced RPMB...Bean Huo2023-08-311-3/+1
| * | | | | | | scsi: ufs: core: Add advanced RPMB support where UFSHCI 4.0 does not support ...Bean Huo2023-08-312-3/+10