index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-24
sparc32: implement the new page table range API
Matthew Wilcox (Oracle)
3
-8
/
+23
2023-08-24
sh: implement the new page table range API
Matthew Wilcox (Oracle)
8
-55
/
+89
2023-08-24
s390: implement the new page table range API
Matthew Wilcox (Oracle)
1
-9
/
+24
2023-08-24
riscv: implement the new page table range API
Matthew Wilcox (Oracle)
3
-33
/
+36
2023-08-24
powerpc: implement the new page table range API
Matthew Wilcox (Oracle)
11
-93
/
+89
2023-08-24
parisc: implement the new page table range API
Matthew Wilcox (Oracle)
3
-53
/
+105
2023-08-24
openrisc: implement the new page table range API
Matthew Wilcox (Oracle)
3
-10
/
+25
2023-08-24
nios2: implement the new page table range API
Matthew Wilcox (Oracle)
3
-46
/
+67
2023-08-24
mips: implement the new page table range API
Matthew Wilcox (Oracle)
12
-86
/
+121
2023-08-24
microblaze: implement the new page table range API
Matthew Wilcox (Oracle)
3
-12
/
+15
2023-08-24
m68k: implement the new page table range API
Matthew Wilcox (Oracle)
6
-14
/
+28
2023-08-24
loongarch: implement the new page table range API
Matthew Wilcox (Oracle)
5
-19
/
+23
2023-08-24
ia64: implement the new page table range API
Matthew Wilcox (Oracle)
4
-26
/
+54
2023-08-24
hexagon: implement the new page table range API
Matthew Wilcox (Oracle)
2
-10
/
+7
2023-08-24
csky: implement the new page table range API
Matthew Wilcox (Oracle)
5
-34
/
+50
2023-08-24
arm64: implement the new page table range API
Matthew Wilcox (Oracle)
3
-30
/
+36
2023-08-24
arm: implement the new page table range API
Matthew Wilcox (Oracle)
12
-87
/
+136
2023-08-24
arc: implement the new page table range API
Matthew Wilcox (Oracle)
5
-40
/
+59
2023-08-24
alpha: implement the new page table range API
Matthew Wilcox (Oracle)
2
-2
/
+18
2023-08-24
mm: add default definition of set_ptes()
Matthew Wilcox (Oracle)
1
-21
/
+60
2023-08-24
mm: remove ARCH_IMPLEMENTS_FLUSH_DCACHE_FOLIO
Matthew Wilcox (Oracle)
3
-18
/
+12
2023-08-24
mm: add folio_flush_mapping()
Matthew Wilcox (Oracle)
1
-5
/
+21
2023-08-24
mm: add generic flush_icache_pages() and documentation
Matthew Wilcox (Oracle)
2
-17
/
+27
2023-08-24
mm: convert page_table_check_pte_set() to page_table_check_ptes_set()
Matthew Wilcox (Oracle)
5
-16
/
+19
2023-08-24
minmax: add in_range() macro
Matthew Wilcox (Oracle)
16
-59
/
+65
2023-08-24
mm: memcg: use rstat for non-hierarchical stats
Yosry Ahmed
3
-32
/
+43
2023-08-24
mm: handle userfaults under VMA lock
Suren Baghdasaryan
3
-28
/
+35
2023-08-24
mm: handle swap page faults under per-VMA lock
Suren Baghdasaryan
3
-15
/
+31
2023-08-24
mm: change folio_lock_or_retry to use vm_fault directly
Suren Baghdasaryan
3
-23
/
+24
2023-08-24
mm: drop per-VMA lock when returning VM_FAULT_RETRY or VM_FAULT_COMPLETED
Suren Baghdasaryan
6
-5
/
+22
2023-08-24
mm: add missing VM_FAULT_RESULT_TRACE name for VM_FAULT_COMPLETED
Suren Baghdasaryan
1
-1
/
+2
2023-08-24
swap: remove remnants of polling from read_swap_cache_async
Suren Baghdasaryan
3
-10
/
+7
2023-08-24
mm: memory-failure: fix potential page refcnt leak in memory_failure()
Miaohe Lin
1
-2
/
+1
2023-08-24
mm/memory.c: fix mismerge
Matthew Wilcox
1
-1
/
+1
2023-08-24
mm/khugepaged: fix collapse_pte_mapped_thp() versus uffd
Hugh Dickins
1
-9
/
+29
2023-08-24
hugetlb: clear flags in tail pages that will be freed individually
Mike Kravetz
1
-10
/
+1
2023-08-24
shmem: fix smaps BUG sleeping while atomic
Hugh Dickins
1
-2
/
+4
2023-08-24
selftests: cachestat: catch failing fsync test on tmpfs
Andre Przywara
1
-15
/
+47
2023-08-24
selftests: cachestat: test for cachestat availability
Andre Przywara
1
-1
/
+19
2023-08-24
maple_tree: disable mas_wr_append() when other readers are possible
Liam R. Howlett
1
-0
/
+7
2023-08-24
madvise:madvise_free_pte_range(): don't use mapcount() against large folio for sharing check
Yin Fengwei
1
-1
/
+1
2023-08-24
madvise:madvise_free_huge_pmd(): don't use mapcount() against large folio for sharing check
Yin Fengwei
1
-1
/
+1
2023-08-24
madvise:madvise_cold_or_pageout_pte_range(): don't use mapcount() against large folio for sharing check
Yin Fengwei
1
-2
/
+2
2023-08-21
mm: convert split_huge_pages_pid() to use a folio
Matthew Wilcox (Oracle)
1
-11
/
+10
2023-08-21
mm: add tail private fields to struct folio
Matthew Wilcox (Oracle)
1
-1
/
+13
2023-08-21
mm: remove folio_test_transhuge()
Matthew Wilcox (Oracle)
2
-6
/
+1
2023-08-21
mm: free up a word in the first tail page
Matthew Wilcox (Oracle)
5
-12
/
+11
2023-08-21
mm: rearrange page flags
Matthew Wilcox (Oracle)
1
-3
/
+3
2023-08-21
mm: add large_rmappable page flag
Matthew Wilcox (Oracle)
8
-28
/
+11
2023-08-21
mm: remove HUGETLB_PAGE_DTOR
Matthew Wilcox (Oracle)
6
-67
/
+43
[next]