index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-18
kstrtox: remove strtobool()
Christophe JAILLET
1
-5
/
+0
2023-10-18
extract and use FILE_LINE macro
Alexey Dobriyan
3
-3
/
+4
2023-10-18
mm: update memfd seal write check to include F_SEAL_WRITE
Lorenzo Stoakes
1
-7
/
+8
2023-10-18
mm: drop the assumption that VM_SHARED always implies writable
Lorenzo Stoakes
2
-2
/
+13
2023-10-18
mm: make vma_merge() and split_vma() internal
Lorenzo Stoakes
1
-9
/
+0
2023-10-18
mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al.
Lorenzo Stoakes
1
-0
/
+60
2023-10-18
mm: move vma_policy() and anon_vma_name() decls to mm_types.h
Lorenzo Stoakes
3
-23
/
+28
2023-10-18
sched: remove wait bookmarks
Matthew Wilcox (Oracle)
1
-6
/
+3
2023-10-18
mm: add printf attribute to shrinker_debugfs_name_alloc
Lucy Mielke
1
-0
/
+1
2023-10-18
hugetlb: memcg: account hugetlb-backed memory in memory controller
Nhat Pham
2
-0
/
+14
2023-10-18
memcontrol: only transfer the memcg data for migration
Nhat Pham
1
-0
/
+7
2023-10-18
memcontrol: add helpers for hugetlb memcg accounting
Nhat Pham
1
-0
/
+21
2023-10-18
mm, hugetlb: remove HUGETLB_CGROUP_MIN_ORDER
Frank van der Linden
1
-11
/
+0
2023-10-18
mm: add folio_xor_flags_has_waiters()
Matthew Wilcox (Oracle)
1
-0
/
+19
2023-10-18
mm: add folio_end_read()
Matthew Wilcox (Oracle)
1
-0
/
+1
2023-10-18
mm/gup: adapt get_user_page_vma_remote() to never return NULL
Lorenzo Stoakes
1
-3
/
+9
2023-10-18
mm: make __access_remote_vm() static
Lorenzo Stoakes
1
-2
/
+0
2023-10-18
mm/rmap: convert page_move_anon_rmap() to folio_move_anon_rmap()
David Hildenbrand
1
-1
/
+1
2023-10-18
percpu_counter: extend _limited_add() to negative amounts
Hugh Dickins
1
-2
/
+9
2023-10-18
shmem,percpu_counter: add _limited_add(fbc, limit, amount)
Hugh Dickins
1
-0
/
+23
2023-10-18
shmem: shrink shmem_inode_info: dir_offsets in a union
Hugh Dickins
1
-6
/
+10
2023-10-18
fs/proc/task_mmu: implement IOCTL to get and optionally clear info about PTEs
Muhammad Usama Anjum
2
-0
/
+8
2023-10-18
userfaultfd: UFFD_FEATURE_WP_ASYNC
Peter Xu
1
-1
/
+20
2023-10-18
mm/memcg: annotate struct mem_cgroup_threshold_ary with __counted_by
Kees Cook
1
-1
/
+1
2023-10-18
Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.
Andrew Morton
2
-5
/
+42
2023-10-18
kasan: disable kasan_non_canonical_hook() for HW tags
Arnd Bergmann
1
-3
/
+3
2023-10-18
kasan: print the original fault addr when access invalid shadow
Haibo Li
1
-3
/
+3
2023-10-18
hugetlbfs: close race between MADV_DONTNEED and page fault
Rik van Riel
1
-2
/
+33
2023-10-18
hugetlbfs: extend hugetlb_vma_lock to private VMAs
Rik van Riel
1
-0
/
+6
2023-10-18
Merge tag 'qcom-drivers-for-6.7' of https://git.kernel.org/pub/scm/linux/kern...
Arnd Bergmann
5
-55
/
+123
2023-10-19
kprobes: freelist.h removed
wuqiang.matt
1
-129
/
+0
2023-10-18
kprobes: kretprobe scalability improvement
wuqiang.matt
2
-20
/
+7
2023-10-18
lib: objpool added: ring-array based lockless MPMC
wuqiang.matt
1
-0
/
+181
2023-10-18
fs: rename inode i_atime and i_mtime fields
Jeff Layton
1
-10
/
+10
2023-10-18
linux: convert to new timestamp accessors
Jeff Layton
1
-3
/
+3
2023-10-18
fs: new accessor methods for atime and mtime
Jeff Layton
1
-13
/
+72
2023-10-18
Merge tag 'nf-next-23-10-18' of https://git.kernel.org/pub/scm/linux/kernel/g...
David S. Miller
1
-0
/
+10
2023-10-17
workqueue: Provide one lock class key per work_on_cpu() callsite
Frederic Weisbecker
1
-7
/
+39
2023-10-18
ethtool: Add forced speed to supported link modes maps
Paul Greenwalt
2
-14
/
+52
2023-10-18
netfilter: make nftables drops visible in net dropmonitor
Florian Westphal
1
-0
/
+10
2023-10-18
parport: Use kasprintf() instead of fixed buffer formatting
Andy Shevchenko
1
-2
/
+0
2023-10-18
mei: docs: fix spelling errors
Tomas Winkler
1
-2
/
+2
2023-10-18
mei: bus: add send and recv api with timeout
Alexander Usyskin
1
-0
/
+8
2023-10-17
Merge tag 'mlx5-updates-2023-10-10' of git://git.kernel.org/pub/scm/linux/ker...
Jakub Kicinski
1
-14
/
+2
2023-10-17
net: phylink: remove a bunch of unused validation methods
Russell King (Oracle)
1
-11
/
+0
2023-10-17
net: phylink: remove .validate() method
Russell King (Oracle)
1
-38
/
+0
2023-10-17
net: phylink: provide mac_get_caps() method
Russell King (Oracle)
1
-0
/
+15
2023-10-17
Merge tag 'wireless-next-2023-10-16' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
1
-0
/
+2
2023-10-17
Merge tag 'nvme-6.7-2023-10-17' of git://git.infradead.org/nvme into for-6.7/...
Jens Axboe
5
-2
/
+58
2023-10-17
nvme-auth: use transformed key size to create resp
Mark O'Donovan
1
-1
/
+2
[prev]
[next]