index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-10
mm: add vma_iter_{next,prev}_range() to vma iterator
Liam R. Howlett
1
-0
/
+13
2023-06-10
maple_tree: add mas_prev_range() and mas_find_range_rev interface
Liam R. Howlett
1
-0
/
+2
2023-06-10
maple_tree: add mas_next_range() and mas_find_range() interfaces
Liam R. Howlett
1
-1
/
+2
2023-06-10
mm: update validate_mm() to use vma iterator
Liam R. Howlett
1
-0
/
+14
2023-06-10
maple_tree: change RCU checks to WARN_ON() instead of BUG_ON()
Liam R. Howlett
1
-2
/
+2
2023-06-10
maple_tree: add debug BUG_ON and WARN_ON variants
Liam R. Howlett
1
-3
/
+97
2023-06-10
maple_tree: add format option to mt_dump()
Liam R. Howlett
1
-2
/
+7
2023-06-10
mm: convert migrate_pages() to work on folios
Matthew Wilcox (Oracle)
1
-8
/
+8
2023-06-10
mm/gup: remove vmas array from internal GUP functions
Lorenzo Stoakes
1
-6
/
+4
2023-06-10
mm/gup: remove vmas parameter from pin_user_pages()
Lorenzo Stoakes
1
-2
/
+1
2023-06-10
mm/gup: remove vmas parameter from get_user_pages_remote()
Lorenzo Stoakes
1
-3
/
+31
2023-06-10
mm/gup: remove unused vmas parameter from pin_user_pages_remote()
Lorenzo Stoakes
1
-1
/
+1
2023-06-10
mm/gup: remove unused vmas parameter from get_user_pages()
Lorenzo Stoakes
1
-2
/
+1
2023-06-10
mm/hugetlb: remove hugetlb_page_subpool()
Sidhartha Kumar
1
-13
/
+0
2023-06-10
mm: page_alloc: move sysctls into it own fils
Kefeng Wang
2
-32
/
+0
2023-06-10
mm: page_alloc: move pm_* function into power
Kefeng Wang
2
-11
/
+10
2023-06-10
mm: page_alloc: move mark_free_page() into snapshot.c
Kefeng Wang
1
-3
/
+0
2023-06-10
mm: page_alloc: split out DEBUG_PAGEALLOC
Kefeng Wang
1
-27
/
+49
2023-06-10
mm: page_alloc: split out FAIL_PAGE_ALLOC
Kefeng Wang
1
-0
/
+9
2023-06-10
mm: page_alloc: move set_zone_contiguous() into mm_init.c
Kefeng Wang
1
-3
/
+0
2023-06-10
mm: memory_failure: move memory_failure_attr_group under MEMORY_FAILURE
Kefeng Wang
1
-5
/
+4
2023-06-10
kasan: use internal prototypes matching gcc-13 builtins
Arnd Bergmann
1
-1
/
+1
2023-06-10
filemap: remove page_endio()
Pankaj Raghav
1
-2
/
+0
2023-06-10
cachestat: implement cachestat syscall
Nhat Pham
1
-0
/
+5
2023-06-10
workingset: refactor LRU refault to expose refault recency check
Nhat Pham
1
-0
/
+1
2023-06-10
cgroup: remove cgroup_rstat_flush_atomic()
Yosry Ahmed
1
-1
/
+0
2023-06-10
memcg: remove mem_cgroup_flush_stats_atomic()
Yosry Ahmed
1
-5
/
+0
2023-05-28
Merge tag 'core-debugobjects-2023-05-28' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2
-0
/
+15
2023-05-27
Merge tag 'for-linus-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+8
2023-05-27
Merge tag 'arm-fixes-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+1
2023-05-26
Merge tag 'ffa-fixes-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/su...
Arnd Bergmann
1
-0
/
+1
2023-05-26
module: error out early on concurrent load of the same module file
Linus Torvalds
1
-0
/
+6
2023-05-25
Merge tag 'vfs/v6.4-rc3/misc.fixes' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-21
/
+21
2023-05-25
Merge tag 'net-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
4
-3
/
+15
2023-05-25
Merge tag 'for-v6.4-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...
Linus Torvalds
1
-0
/
+4
2023-05-25
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-2
/
+1
2023-05-24
x86/pci/xen: populate MSI sysfs entries
Maximilian Heyne
1
-1
/
+8
2023-05-23
bpf, sockmap: Improved check for empty queue
John Fastabend
1
-1
/
+0
2023-05-23
bpf, sockmap: Convert schedule_work into delayed_work
John Fastabend
1
-1
/
+1
2023-05-23
net/mlx5: DR, Check force-loopback RC QP capability independently from RoCE
Yevgeny Kliteynik
1
-1
/
+3
2023-05-20
Merge tag 'usb-6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2
-1
/
+2
2023-05-20
Merge tag 'block-6.4-2023-05-20' of git://git.kernel.dk/linux
Linus Torvalds
1
-2
/
+0
2023-05-20
block: remove NFL4_UFLG_MASK
Christoph Hellwig
1
-2
/
+0
2023-05-20
net: fix stack overflow when LRO is disabled for virtual interfaces
Taehee Yoo
1
-0
/
+1
2023-05-19
driver core: class: properly reference count class_dev_iter()
Greg Kroah-Hartman
1
-0
/
+1
2023-05-19
tls: rx: strp: force mixed decrypted records into copy mode
Jakub Kicinski
1
-0
/
+10
2023-05-19
Merge tag 'mm-hotfixes-stable-2023-05-18-15-52' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-2
/
+11
2023-05-18
Merge tag 'net-6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-2
/
+0
2023-05-18
mdio_bus: unhide mdio_bus_init prototype
Arnd Bergmann
1
-2
/
+0
2023-05-18
mm: shrinkers: fix race condition on debugfs cleanup
Joan Bruguera Micó
1
-2
/
+11
[next]