index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-13
mm: convert core mm to mm_flags_*() accessors
Lorenzo Stoakes
6
-9
/
+11
2025-09-13
mm: add bitmap mm->flags field
Lorenzo Stoakes
2
-1
/
+69
2025-09-13
mm: add largest_zero_folio() routine
Pankaj Raghav
1
-0
/
+22
2025-09-13
mm: add persistent huge zero folio
Pankaj Raghav
1
-0
/
+16
2025-09-13
mm: rename MMF_HUGE_ZERO_PAGE to MMF_HUGE_ZERO_FOLIO
Pankaj Raghav
1
-1
/
+1
2025-09-13
mm: rename vm_ops->find_special_page() to vm_ops->find_normal_page()
David Hildenbrand
1
-5
/
+13
2025-09-13
mm: introduce and use vm_normal_page_pud()
David Hildenbrand
1
-0
/
+2
2025-09-13
mm/memory: convert print_bad_pte() to print_bad_page_map()
David Hildenbrand
1
-0
/
+18
2025-09-13
mm/rmap: convert "enum rmap_level" to "enum pgtable_level"
David Hildenbrand
2
-34
/
+36
2025-09-13
treewide: remove MIGRATEPAGE_SUCCESS
David Hildenbrand
1
-9
/
+1
2025-09-13
mm/migrate: remove MIGRATEPAGE_UNMAP
David Hildenbrand
1
-1
/
+0
2025-09-13
mm/damon: update expired description of damos_action
Sang-Heon Jeon
1
-5
/
+5
2025-09-13
mm/slub: allow to set node and align in k[v]realloc
Vitaly Wool
2
-16
/
+25
2025-09-13
mm/vmalloc: allow to set node and align in vrealloc
Vitaly Wool
1
-3
/
+9
2025-09-13
mm: correct misleading comment on mmap_lock field in mm_struct
Adrian Huang (Lenovo)
1
-3
/
+3
2025-09-13
mm, swap: remove fragment clusters counter
Kairui Song
1
-1
/
+0
2025-09-13
mm: limit the scope of vma_start_read()
Suren Baghdasaryan
1
-85
/
+0
2025-09-13
mm: replace (20 - PAGE_SHIFT) with common macros for pages<->MB conversion
Ye Liu
1
-0
/
+9
2025-09-13
mm: memory-tiering: fix PGPROMOTE_CANDIDATE counting
Ruan Shiyang
1
-1
/
+15
2025-09-13
mempolicy: clarify what zone reclaim means
Joshua Hahn
1
-3
/
+9
2025-09-02
Merge tag 'mm-hotfixes-stable-2025-09-01-17-20' of git://git.kernel.org/pub/s...
Linus Torvalds
4
-21
/
+52
2025-08-28
Merge tag 'drm-fixes-2025-08-29' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-5
/
+5
2025-08-28
Merge tag 'net-6.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
4
-2
/
+21
2025-08-28
Merge tag 'dma-mapping-6.17-2025-08-28' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-0
/
+3
2025-08-28
Merge tag 'fixes-2025-08-28' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+3
2025-08-29
Merge tag 'drm-misc-fixes-2025-08-28' of https://gitlab.freedesktop.org/drm/m...
Dave Airlie
1
-5
/
+5
2025-08-27
mm: introduce and use {pgd,p4d}_populate_kernel()
Harry Yoo
2
-6
/
+36
2025-08-27
mm: move page table sync declarations to linux/pgtable.h
Harry Yoo
2
-16
/
+16
2025-08-27
kexec: add KEXEC_FILE_NO_CMA as a legal flag
Brian Mak
1
-1
/
+2
2025-08-27
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2
-4
/
+2
2025-08-27
Merge tag 'media/v6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
1
-0
/
+1
2025-08-27
net: rose: convert 'use' field to refcount_t
Takamitsu Iwai
1
-5
/
+13
2025-08-27
net: rose: split remove and free operations in rose_remove_neigh()
Takamitsu Iwai
1
-0
/
+8
2025-08-26
memblock: fix kernel-doc for MEMBLOCK_RSRV_NOINIT
Mike Rapoport (Microsoft)
1
-2
/
+3
2025-08-26
vhost: Fix ioctl # for VHOST_[GS]ET_FORK_FROM_OWNER
Namhyung Kim
1
-2
/
+2
2025-08-26
Revert "virtio: reject shm region if length is zero"
Igor Torrente
1
-2
/
+0
2025-08-25
drm/gpuvm: fix various typos in .c and .h gpuvm file
Alice Ryhl
1
-5
/
+5
2025-08-23
Merge tag 'usb-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-38
/
+9
2025-08-22
atm: atmtcp: Prevent arbitrary write in atmtcp_recv_control().
Kuniyuki Iwashima
1
-0
/
+1
2025-08-22
Merge tag 'drm-fixes-2025-08-23-1' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-6
/
+1
2025-08-22
Bluetooth: hci_sync: fix set_local_name race condition
Pavel Shpakovskiy
1
-1
/
+1
2025-08-22
Merge tag 'for-linus-6.17-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-8
/
+0
2025-08-22
Merge tag 'block-6.17-20250822' of git://git.kernel.dk/linux
Linus Torvalds
2
-1
/
+2
2025-08-22
Merge tag 'sound-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2
-5
/
+6
2025-08-22
Merge tag 'nfs-for-6.17-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-0
/
+1
2025-08-22
Merge tag 'mm-hotfixes-stable-2025-08-21-18-17' of git://git.kernel.org/pub/s...
Linus Torvalds
2
-9
/
+16
2025-08-21
net: Introduce skb_copy_datagram_from_iter_full()
Will Deacon
1
-0
/
+2
2025-08-21
Merge tag 'acpi-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
1
-0
/
+1
2025-08-21
Merge tag 'net-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
4
-11
/
+49
2025-08-21
Merge tag 'loongarch-fixes-6.17-1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+1
[next]