index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
seccomp.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-03-29
lazy tlb: allow lazy tlb mm refcounting to be configurable
Nicholas Piggin
3
-3
/
+38
2023-03-29
lazy tlb: introduce lazy tlb mm refcount helper functions
Nicholas Piggin
9
-16
/
+41
2023-03-29
kthread: simplify kthread_use_mm refcounting
Nicholas Piggin
1
-9
/
+5
2023-03-29
mm/zswap: try to avoid worst-case scenario on same element pages
Taejoon Song
1
-4
/
+12
2023-03-29
mm: multi-gen LRU: improve design doc
T.J. Alumbaugh
2
-6
/
+40
2023-03-29
mm: multi-gen LRU: clean up sysfs code
T.J. Alumbaugh
2
-14
/
+10
2023-03-29
x86/mm/pat: clear VM_PAT if copy_p4d_range failed
Ma Wupeng
4
-8
/
+14
2023-03-29
mm/userfaultfd: support WP on multiple VMAs
Muhammad Usama Anjum
1
-17
/
+24
2023-03-29
mm, page_alloc: reduce page alloc/free sanity checks
Vlastimil Babka
1
-135
/
+52
2023-03-29
mm: reduce lock contention of pcp buffer refill
Alexander Halbuer
1
-4
/
+18
2023-03-29
mm: cma: make kobj_type structure constant
Thomas Weißschuh
1
-1
/
+1
2023-03-29
mm/khugepaged: alloc_charge_hpage() take care of mem charge errors
Peter Xu
1
-1
/
+8
2023-03-29
mm: hugetlb_vmemmap: simplify hugetlb_vmemmap_init() a bit
Muchun Song
1
-8
/
+6
2023-03-29
mailmap: add an entry for Leonard Crestez
Florian Fainelli
1
-0
/
+1
2023-03-29
mm: kfence: fix handling discontiguous page
Muchun Song
1
-2
/
+2
2023-03-29
mm: kfence: fix PG_slab and memcg_data clearing
Muchun Song
1
-15
/
+15
2023-03-29
fsdax: dedupe should compare the min of two iters' length
Shiyang Ruan
1
-2
/
+2
2023-03-29
fsdax: unshare: zero destination if srcmap is HOLE or UNWRITTEN
Shiyang Ruan
1
-3
/
+8
2023-03-29
lib/Kconfig.debug: correct help info of LOCKDEP_STACK_TRACE_HASH_BITS
Tiezhu Yang
1
-1
/
+1
2023-03-29
Kconfig.debug: fix SCHED_DEBUG dependency
ye xingchen
1
-1
/
+1
2023-03-29
.mailmap: add entry for Leonard Göhrs
Leonard Göhrs
1
-0
/
+1
2023-03-26
Linux 6.3-rc4
v6.3-rc4
Linus Torvalds
1
-1
/
+1
2023-03-24
xfs: fix mismerged tracepoints
Darrick J. Wong
1
-4
/
+4
2023-03-24
smb3: fix unusable share after force unmount failure
Steve French
4
-13
/
+11
2023-03-24
cifs: fix dentry lookups in directory handle cache
Paulo Alcantara
1
-2
/
+34
2023-03-24
smb3: lower default deferred close timeout to address perf regression
Steve French
1
-1
/
+1
2023-03-24
cifs: fix missing unload_nls() in smb2_reconnect()
Paulo Alcantara
1
-3
/
+3
2023-03-24
ACPI: resource: Add Medion S17413 to IRQ override quirk
Aymeric Wibo
1
-0
/
+7
2023-03-24
xfs: clear incore AGFL_RESET state if it's not needed
Darrick J. Wong
1
-0
/
+2
2023-03-24
xfs: pass the correct cursor to xfs_iomap_prealloc_size
Darrick J. Wong
1
-1
/
+4
2023-03-24
cifs: avoid race conditions with parallel reconnects
Shyam Prasad N
3
-33
/
+76
2023-03-24
cifs: append path to open_enter trace event
Shyam Prasad N
6
-6
/
+25
2023-03-24
gpu: host1x: fix uninitialized variable use
Arnd Bergmann
1
-3
/
+2
2023-03-24
ksmbd: return unsupported error on smb1 mount
Namjae Jeon
3
-30
/
+30
2023-03-24
platform/chrome: cros_ec_chardev: fix kernel data leak from ioctl
Tzung-Bi Shih
1
-1
/
+1
2023-03-24
mm: mmap: remove newline at the end of the trace
Minwoo Im
1
-2
/
+2
2023-03-24
mailmap: add entries for Richard Leitner
Richard Leitner
1
-0
/
+3
2023-03-24
kcsan: avoid passing -g for test
Marco Elver
1
-1
/
+1
2023-03-24
kfence: avoid passing -g for test
Marco Elver
1
-1
/
+1
2023-03-24
mm: kfence: fix using kfence_metadata without initialization in show_object()
Muchun Song
1
-2
/
+8
2023-03-24
lib: dhry: fix unstable smp_processor_id(_) usage
Geert Uytterhoeven
1
-2
/
+4
2023-03-24
mailmap: add entry for Enric Balletbo i Serra
Enric Balletbo i Serra
1
-0
/
+2
2023-03-24
mailmap: map Sai Prakash Ranjan's old address to his current one
Konrad Dybcio
1
-0
/
+1
2023-03-24
mailmap: map Rajendra Nayak's old address to his current one
Konrad Dybcio
1
-0
/
+1
2023-03-24
Revert "kasan: drop skip_kasan_poison variable in free_pages_prepare"
Peter Collingbourne
1
-1
/
+2
2023-03-24
mailmap: add entry for Tobias Klauser
Tobias Klauser
1
-0
/
+4
2023-03-24
kasan, powerpc: don't rename memintrinsics if compiler adds prefixes
Marco Elver
3
-7
/
+19
2023-03-24
mm/ksm: fix race with VMA iteration and mm_struct teardown
Liam R. Howlett
1
-2
/
+9
2023-03-24
kselftest: vm: fix unused variable warning
Peter Xu
1
-2
/
+1
2023-03-24
mm: fix error handling for map_deny_write_exec
Joey Gouly
1
-1
/
+1
[next]