index
:
pub/scm/fs/fscrypt/linux.git
master
fscrypt kernel development tree
FSCrypt FS Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-04
riscv/runtime-const: Disable linker relaxation for RUNTIME_MAGIC
Fangrui Song
1
-0
/
+2
2026-08-04
mm/slab: stop allocating objcg pointers when unnecessary
Vlastimil Babka (SUSE)
3
-3
/
+21
2026-08-04
mm/slab: add cache_ and slab_needs_objcg() helpers
Vlastimil Babka (SUSE)
5
-8
/
+61
2026-08-04
mm/slab: stop exporting kvfree_rcu_barrier[_on_cache]()
Vlastimil Babka (SUSE)
1
-4
/
+0
2026-08-04
slub_kunit: extend the test for kfree_rcu_nolock()
Harry Yoo (Oracle)
1
-17
/
+30
2026-08-04
mm/slab: introduce kfree_rcu_nolock()
Harry Yoo (Oracle)
4
-17
/
+96
2026-08-04
mm/slab: introduce struct kvfree_rcu_head for kvfree_rcu batching
Harry Yoo (Oracle)
6
-47
/
+68
2026-08-04
arm64: dts: sophgo: add initial Milk-V Duo S board support
Joshua Milas
2
-0
/
+245
2026-08-04
riscv: dts: sophgo: Add Milk-V Duo 256M board support
Chen-Yu Yeh
2
-0
/
+122
2026-08-04
riscv: dts: sophgo: cv180x: Add PWR_GPIO controller
Chen-Yu Yeh
1
-0
/
+18
2026-08-04
dt-bindings: soc: sophgo: add Milk-V Duo 256M board
Chen-Yu Yeh
1
-0
/
+4
2026-08-04
riscv64: dts: sophgo: add initial Milk-V Duo S board support
Joshua Milas
2
-0
/
+245
2026-08-04
riscv64: dts: sophgo: add SG2000 dtsi
Joshua Milas
1
-0
/
+53
2026-08-04
riscv: dts: sophgo: cv180x: Allow the DMA multiplexer to set channel number f...
Inochi Amaoto
1
-1
/
+1
2026-08-04
ata: use named initializers for acpi_device_id
Pawel Zalewski (The Capable Hub)
4
-8
/
+8
2026-08-04
packet: synchronize pressure clearing with ring reconfiguration
Zihan Xi
1
-4
/
+16
2026-08-04
fpga: dfl: fix spelling in sysfs-platform-dfl-port ABI documentation
Ayananta Paul
1
-1
/
+1
2026-08-04
fpga: altera-cvp: Avoid out-of-bounds read in trailing byte write
Daisuke Matsuda
1
-4
/
+6
2026-08-04
Merge branch 'bpf-invalidate-rcu-pointers-after-final-spin-unlock'
Kumar Kartikeya Dwivedi
5
-0
/
+91
2026-08-04
selftests/bpf: Test RCU pointer invalidation after spin unlock
Ning Ding
4
-0
/
+86
2026-08-04
bpf: Invalidate RCU pointers after final spin unlock
Ning Ding
1
-0
/
+5
2026-08-04
Merge tag 'aspeed-7.2-driver-fixes-0' of https://git.kernel.org/pub/scm/linux...
Arnd Bergmann
2
-12
/
+27
2026-08-04
usb: xhci: use BIT_ULL for CRCR bits to fix incorrect 64bit mask
Lachlan Hodges
1
-6
/
+6
2026-08-04
dm-stats: fix a crash if allocation of per-cpu data fails
Mikulas Patocka
1
-2
/
+4
2026-08-04
dm array: reject an array block whose value size is not the caller's
Bryam Vargas
1
-0
/
+16
2026-08-04
dm array: validate array block headers on read
Bryam Vargas
1
-8
/
+29
2026-08-04
mm/slab: reduce slabobj_ext memory with allocation profiling disabled
Vlastimil Babka (SUSE)
2
-1
/
+7
2026-08-04
Merge branch 'selftests-lib' into next
Mike Rapoport (Microsoft)
11
-107
/
+122
2026-08-04
mm/slab: introduce slab_obj_ext_has_codetag()
Vlastimil Babka (SUSE)
2
-0
/
+48
2026-08-04
Merge branch 'misc' into next
Mike Rapoport (Microsoft)
9
-10
/
+551
2026-08-04
Merge branch 'fixes' into next
Mike Rapoport (Microsoft)
4
-17
/
+46
2026-08-04
Merge branch 'crashkernel-cma' into kexec-next
Mike Rapoport (Microsoft)
15
-281
/
+180
2026-08-04
Merge branch 'kexec-misc' into kexec-next
Mike Rapoport (Microsoft)
2
-1
/
+28
2026-08-04
Merge branch 'kexec-fixes' into kexec-next
Mike Rapoport (Microsoft)
1
-5
/
+10
2026-08-04
pinctrl: sx150x: allow build when I2C is a module
Tsz Shan Chan
1
-1
/
+1
2026-08-04
erofs: fix typo in error messages
Giuseppe Scrivano
1
-2
/
+2
2026-08-04
Merge branch 'fixes-for-bpf_get_fsverity_digest'
Kumar Kartikeya Dwivedi
1
-6
/
+9
2026-08-04
fsverity: Fix silent truncation in bpf_get_fsverity_digest()
Eric Biggers
1
-4
/
+5
2026-08-04
fsverity: Fix bpf_get_fsverity_digest() dynptr assumptions
Eric Biggers
1
-4
/
+6
2026-08-04
Merge patch series "kho: make boot time huge page allocation work nicely with...
Mike Rapoport (Microsoft)
15
-247
/
+655
2026-08-04
kho: exclude hugetlb memory from scratch size calculation
Pratyush Yadav (Google)
1
-2
/
+10
2026-08-04
memblock: add memblock_reserved_hugetlb_size()
Pratyush Yadav (Google)
2
-0
/
+23
2026-08-04
memblock: make HugeTLB bootmem allocation work with KHO
Pratyush Yadav (Google)
3
-30
/
+102
2026-08-04
memblock: always include KHO headers
Pratyush Yadav (Google)
4
-2
/
+28
2026-08-04
kho: extend scratch
Pratyush Yadav (Google)
1
-17
/
+153
2026-08-04
mm/mm_init: don't rely on memblock to get KHO scratch migratetype
Pratyush Yadav (Google)
4
-43
/
+28
2026-08-04
kho: initialize preserved memory map radix tree earlier
Pratyush Yadav (Google)
1
-17
/
+26
2026-08-04
kho: initialize kho_scratch pointer earlier in boot
Pratyush Yadav (Google)
3
-2
/
+18
2026-08-04
kho: expose kho_scratch_overlap() to kexec_handover.h
Pratyush Yadav (Google)
6
-37
/
+32
2026-08-04
kho: add kho_radix_init_tree()
Pratyush Yadav (Google)
2
-18
/
+51
[prev]
[next]