Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Commits · 6.0.0-xanmod1
linux
Browse files
Oct 03, 2022
Linux 6.0.0-xanmod1
· 33259059
Alexandre Frade
authored
Oct 03, 2022
View commits for tag 6.0.0-xanmod1
6.0.0-xanmod1
33259059
XANMOD: scripts/setlocalversion: Move localversion* files to the end
· 4e2684ed
Alexandre Frade
authored
Oct 03, 2022
4e2684ed
mm/mmap.c: pass in mapping to __vma_link_file()
· b338392a
Liam R. Howlett
authored
Sep 06, 2022
and
Alexandre Frade
committed
Oct 03, 2022
b338392a
mm/mmap: drop range_has_overlap() function
· 30cbc90e
Liam R. Howlett
authored
Sep 06, 2022
and
Alexandre Frade
committed
Oct 03, 2022
30cbc90e
mm: remove the vma linked list
· 7a1831ec
Liam R. Howlett
authored
Sep 06, 2022
and
Alexandre Frade
committed
Oct 03, 2022
7a1831ec
mm/vmscan: Use vma iterator instead of vm_next
· 24100db0
Liam Howlett
authored
Sep 06, 2022
and
Alexandre Frade
committed
Oct 03, 2022
24100db0
riscv: use vma iterator for vdso
· 7e973ae7
Liam R. Howlett
authored
Sep 06, 2022
and
Alexandre Frade
committed
Oct 03, 2022
7e973ae7
nommu: remove uses of VMA linked list
· 65eddffe
Matthew Wilcox (Oracle)
authored
Sep 06, 2022
and
Alexandre Frade
committed
Oct 03, 2022
65eddffe
i915: use the VMA iterator
· 011fd661
Matthew Wilcox (Oracle)
authored
Sep 06, 2022
and
Alexandre Frade
committed
Oct 03, 2022
011fd661
mm/swapfile: use vma iterator instead of vma linked list
· 07fa2675
Liam R. Howlett
authored
Sep 06, 2022
and
Alexandre Frade
committed
Oct 03, 2022
07fa2675
mm/pagewalk: use vma_find() instead of vma linked list
· 3f2dc51a
Matthew Wilcox (Oracle)
authored
Sep 06, 2022
and
Alexandre Frade
committed
Oct 03, 2022
3f2dc51a
mm/oom_kill: use vma iterators instead of vma linked list
· 11cdab3c
Liam R. Howlett
authored
Sep 06, 2022
and
Alexandre Frade
committed
Oct 03, 2022
11cdab3c
mm/msync: use vma_find() instead of vma linked list
· 14cbb30e
Liam R. Howlett
authored
Sep 06, 2022
and
Alexandre Frade
committed
Oct 03, 2022
14cbb30e
mm/mremap: use vma_find_intersection() instead of vma linked list
· 619b9005
Liam R. Howlett
authored
Sep 06, 2022
and
Alexandre Frade
committed
Oct 03, 2022
619b9005
mm/mprotect: use maple tree navigation instead of VMA linked list
· 1f4c5c0d
Liam R. Howlett
authored
Sep 06, 2022
and
Alexandre Frade
committed
Oct 03, 2022
1f4c5c0d
mm/mlock: use vma iterator and maple state instead of vma linked list
· e6e56789
Matthew Wilcox (Oracle)
authored
Sep 06, 2022
and
Alexandre Frade
committed
Oct 03, 2022
e6e56789
mm/mempolicy: use vma iterator & maple state instead of vma linked list
· 4f10986c
Liam R. Howlett
authored
Sep 06, 2022
and
Alexandre Frade
committed
Oct 03, 2022
4f10986c
mm/memcontrol: stop using mm->highest_vm_end
· 19543af5
Liam R. Howlett
authored
Sep 06, 2022
and
Alexandre Frade
committed
Oct 03, 2022
19543af5
mm/madvise: use vma_find() instead of vma linked list
· 56978fa6
Liam R. Howlett
authored
Sep 06, 2022
and
Alexandre Frade
committed
Oct 03, 2022
56978fa6
mm/ksm: use vma iterators instead of vma linked list
· 24272c4a
Matthew Wilcox (Oracle)
authored
Sep 06, 2022
and
Alexandre Frade
committed
Oct 03, 2022
24272c4a
mm/khugepaged: stop using vma linked list
· 46a4d13b
Matthew Wilcox (Oracle)
authored
Sep 06, 2022
and
Alexandre Frade
committed
Oct 03, 2022
46a4d13b
mm/gup: use maple tree navigation instead of linked list
· 4294269f
Liam R. Howlett
authored
Sep 06, 2022
and
Alexandre Frade
committed
Oct 03, 2022
4294269f
bpf: remove VMA linked list
· 1efb0e09
Liam R. Howlett
authored
Sep 06, 2022
and
Alexandre Frade
committed
Oct 03, 2022
1efb0e09
fork: use VMA iterator
· 2f225aa5
Matthew Wilcox (Oracle)
authored
Sep 06, 2022
and
Alexandre Frade
committed
Oct 03, 2022
2f225aa5
sched: use maple tree iterator to walk VMAs
· 4bfb9c03
Matthew Wilcox (Oracle)
authored
Sep 06, 2022
and
Alexandre Frade
committed
Oct 03, 2022
4bfb9c03
perf: use VMA iterator
· 655e8035
Matthew Wilcox (Oracle)
authored
Sep 06, 2022
and
Alexandre Frade
committed
Oct 03, 2022
655e8035
acct: use VMA iterator instead of linked list
· 46471806
Matthew Wilcox (Oracle)
authored
Sep 06, 2022
and
Alexandre Frade
committed
Oct 03, 2022
46471806
ipc/shm: use VMA iterator instead of linked list
· c281f415
Liam R. Howlett
authored
Sep 06, 2022
and
Alexandre Frade
committed
Oct 03, 2022
c281f415
userfaultfd: use maple tree iterator to iterate VMAs
· 8e8a3149
Liam R. Howlett
authored
Sep 06, 2022
and
Alexandre Frade
committed
Oct 03, 2022
8e8a3149
fs/proc/task_mmu: stop using linked list and highest_vm_end
· bf18fab9
Matthew Wilcox (Oracle)
authored
Sep 06, 2022
and
Alexandre Frade
committed
Oct 03, 2022
bf18fab9
fs/proc/base: use the vma iterators in place of linked list
· d0759b74
Liam R. Howlett
authored
Sep 06, 2022
and
Alexandre Frade
committed
Oct 03, 2022
d0759b74
exec: use VMA iterator instead of linked list
· 3425245c
Matthew Wilcox (Oracle)
authored
Sep 06, 2022
and
Alexandre Frade
committed
Oct 03, 2022
3425245c
coredump: remove vma linked list walk
· f61fbb14
Matthew Wilcox (Oracle)
authored
Sep 06, 2022
and
Alexandre Frade
committed
Oct 03, 2022
f61fbb14
um: remove vma linked list walk
· a057c375
Matthew Wilcox (Oracle)
authored
Sep 06, 2022
and
Alexandre Frade
committed
Oct 03, 2022
a057c375
optee: remove vma linked list walk
· 23e102ba
Matthew Wilcox (Oracle)
authored
Sep 06, 2022
and
Alexandre Frade
committed
Oct 03, 2022
23e102ba
cxl: remove vma linked list walk
· ae7b8b0d
Matthew Wilcox (Oracle)
authored
Sep 06, 2022
and
Alexandre Frade
committed
Oct 03, 2022
ae7b8b0d
xtensa: remove vma linked list walks
· 16f285ce
Matthew Wilcox (Oracle)
authored
Sep 06, 2022
and
Alexandre Frade
committed
Oct 03, 2022
16f285ce
x86: remove vma linked list walks
· e0323853
Matthew Wilcox (Oracle)
authored
Sep 06, 2022
and
Alexandre Frade
committed
Oct 03, 2022
e0323853
s390: remove vma linked list walks
· ab8cba2e
Matthew Wilcox (Oracle)
authored
Sep 06, 2022
and
Alexandre Frade
committed
Oct 03, 2022
ab8cba2e
powerpc: remove mmap linked list walks
· 82a213a7
Matthew Wilcox (Oracle)
authored
Sep 06, 2022
and
Alexandre Frade
committed
Oct 03, 2022
82a213a7
Loading