index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
mips
/
pic32
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-07-03
mm/slab: Introduce kmem_buckets_create() and family
Kees Cook
2
-0
/
+109
2024-07-03
mm/slab: Introduce kvmalloc_buckets_node() that can take kmem_buckets argument
Kees Cook
2
-5
/
+8
2024-07-03
mm/slab: Plumb kmem_buckets into __do_kmalloc_node()
Kees Cook
7
-18
/
+56
2024-07-03
mm/slab: Introduce kmem_buckets typedef
Kees Cook
2
-4
/
+4
2024-07-03
slab, rust: extend kmalloc() alignment guarantees to remove Rust padding
Vlastimil Babka
4
-20
/
+17
2024-06-24
slab: delete useless RED_INACTIVE and RED_ACTIVE
Chengming Zhou
3
-12
/
+6
2024-06-07
slab: don't put freepointer outside of object if only orig_size
Chengming Zhou
1
-5
/
+6
2024-06-07
slab: make check_object() more consistent
Chengming Zhou
1
-21
/
+41
2024-05-31
mm: Reduce the number of slab->folio casts
Matthew Wilcox (Oracle)
3
-9
/
+7
2024-05-28
mm, slab: don't wrap internal functions with alloc_hooks()
Vlastimil Babka
4
-43
/
+38
2024-05-27
Linux 6.10-rc1
v6.10-rc1
Linus Torvalds
1
-3
/
+3
2024-05-26
mm: percpu: Include smp.h in alloc_tag.h
Kent Overstreet
1
-0
/
+1
2024-05-26
Revert "perf parse-events: Prefer sysfs/JSON hardware events over legacy"
Arnaldo Carvalho de Melo
4
-103
/
+68
2024-05-24
cifs: Fix missing set of remote_i_size
David Howells
2
-3
/
+4
2024-05-24
cifs: Fix smb3_insert_range() to move the zero_point
David Howells
1
-0
/
+1
2024-05-24
mm/ksm: fix possible UAF of stable_node
Chengming Zhou
1
-1
/
+2
2024-05-24
mm/memory-failure: fix handling of dissolved but not taken off from buddy pages
Miaohe Lin
1
-2
/
+2
2024-05-24
mm: /proc/pid/smaps_rollup: avoid skipping vma after getting mmap_lock again
Yuanyuan Zhong
1
-2
/
+7
2024-05-24
nilfs2: fix potential hang in nilfs_detach_log_writer()
Ryusuke Konishi
1
-3
/
+18
2024-05-24
nilfs2: fix unexpected freezing of nilfs_segctor_sync()
Ryusuke Konishi
1
-4
/
+13
2024-05-24
nilfs2: fix use-after-free of timer for log writer thread
Ryusuke Konishi
1
-6
/
+19
2024-05-24
selftests/mm: fix build warnings on ppc64
Michael Ellerman
2
-0
/
+2
2024-05-24
arm64: patching: fix handling of execmem addresses
Will Deacon
1
-1
/
+1
2024-05-24
selftests/mm: compaction_test: fix bogus test success and reduce probability ...
Dev Jain
1
-22
/
+49
2024-05-24
selftests/mm: compaction_test: fix incorrect write of zero to nr_hugepages
Dev Jain
1
-0
/
+2
2024-05-24
selftests/mm: compaction_test: fix bogus test success on Aarch64
Dev Jain
1
-7
/
+13
2024-05-24
mailmap: update email address for Satya Priya
Satya Priya Kakitapalli
1
-1
/
+1
2024-05-24
mm/huge_memory: don't unpoison huge_zero_folio
Miaohe Lin
1
-0
/
+7
2024-05-24
kasan, fortify: properly rename memintrinsics
Andrey Konovalov
1
-4
/
+18
2024-05-24
lib: add version into /proc/allocinfo output
Suren Baghdasaryan
2
-17
/
+35
2024-05-24
mm/vmalloc: fix vmalloc which may return null if called with __GFP_NOFAIL
Hailong.Liu
1
-3
/
+2
2024-05-24
genirq/irqdesc: Prevent use-after-free in irq_find_at_or_after()
dicken.ding
1
-1
/
+4
2024-05-24
fs/ntfs3: Break dir enumeration if directory contents error
Konstantin Komarov
1
-0
/
+1
2024-05-24
fs/ntfs3: Fix case when index is reused during tree transformation
Konstantin Komarov
1
-0
/
+6
2024-05-24
selftest mm/mseal read-only elf memory segment
Jeff Xu
4
-36
/
+275
2024-05-24
mseal: add documentation
Jeff Xu
2
-0
/
+200
2024-05-24
selftest mm/mseal memory sealing
Jeff Xu
3
-0
/
+1838
2024-05-24
mseal: add mseal syscall
Jeff Xu
8
-1
/
+432
2024-05-24
mseal: wire up mseal syscall
Jeff Xu
19
-2
/
+23
2024-05-23
genirq/cpuhotplug, x86/vector: Prevent vector leak during CPU offline
Dongli Zhang
2
-11
/
+14
2024-05-23
irqchip/riscv-imsic: Fixup riscv_ipi_set_virq_range() conflict
Palmer Dabbelt
1
-1
/
+1
2024-05-23
riscv: Fix early ftrace nop patching
Alexandre Ghiti
2
-0
/
+9
2024-05-23
tools/latency-collector: Fix -Wformat-security compile warns
Shuah Khan
1
-4
/
+4
2024-05-23
r8169: Fix possible ring buffer corruption on fragmented Tx packets.
Ken Milmore
1
-1
/
+2
2024-05-23
eventfs: Do not use attributes for events directory
Steven Rostedt (Google)
1
-7
/
+7
2024-05-23
eventfs: Cleanup permissions in creation of inodes
Steven Rostedt (Google)
1
-67
/
+23
2024-05-23
eventfs: Remove getattr and permission callbacks
Steven Rostedt (Google)
1
-40
/
+0
2024-05-23
eventfs: Consolidate the eventfs_inode update in eventfs_get_inode()
Steven Rostedt (Google)
1
-19
/
+23
2024-05-23
tracefs: Clear EVENT_INODE flag in tracefs_drop_inode()
Steven Rostedt (Google)
1
-16
/
+17
2024-05-23
eventfs: Update all the eventfs_inodes from the events descriptor
Steven Rostedt (Google)
1
-13
/
+31
[next]