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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-18
random: remove CONFIG_ARCH_RANDOM
Jason A. Donenfeld
3
-8
/
+27
2022-07-18
tcp: Fix a data-race around sysctl_tcp_notsent_lowat.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-18
tcp: Fix data-races around some timeout sysctl knobs.
Kuniyuki Iwashima
1
-1
/
+2
2022-07-18
tcp: Fix data-races around keepalive sysctl knobs.
Kuniyuki Iwashima
1
-3
/
+6
2022-07-18
tls: rx: async: hold onto the input skb
Jakub Kicinski
1
-0
/
+1
2022-07-18
tls: rx: remove the message decrypted tracking
Jakub Kicinski
1
-1
/
+0
2022-07-18
tls: rx: allow only one reader at a time
Jakub Kicinski
1
-0
/
+3
2022-07-18
net/smc: Extend SMC-R link group netlink attribute
Wen Gu
1
-0
/
+1
2022-07-18
net/smc: Introduce a sysctl for setting SMC-R buffer type
Wen Gu
1
-0
/
+1
2022-07-18
net: stmmac: switch to use interrupt for hw crosstimestamping
Wong Vee Khee
1
-0
/
+1
2022-07-18
swiotlb: move struct io_tlb_slot to swiotlb.c
Christoph Hellwig
1
-5
/
+1
2022-07-18
swiotlb: remove unused fields in io_tlb_mem
Chao Gao
1
-5
/
+0
2022-07-17
cpumask: update cpumask_next_wrap() signature
Sander Vanheule
1
-1
/
+1
2022-07-17
cpumask: Fix invalid uniprocessor mask assumption
Sander Vanheule
1
-80
/
+19
2022-07-17
cpumask: add UP optimised for_each_*_cpu versions
Sander Vanheule
1
-0
/
+7
2022-07-17
kfifo: fix kfifo_to_user() return type
Dan Carpenter
1
-1
/
+1
2022-07-17
compiler-gcc.h: remove ancient workaround for gcc PR 58670
Uros Bizjak
1
-11
/
+0
2022-07-17
net, lib/once: remove {net_}get_random_once_wait macro
wuchi
2
-4
/
+0
2022-07-17
writeback: cleanup bdi_sched_wait()
Xiu Jianfeng
1
-6
/
+0
2022-07-17
mm, hugetlb: skip irrelevant nodes in show_free_areas()
Gang Li
1
-2
/
+2
2022-07-17
mm/huge_memory: fix comment of page_deferred_list
Miaohe Lin
1
-2
/
+2
2022-07-17
mm/huge_memory: check pmd_present first in is_huge_zero_pmd
Miaohe Lin
1
-1
/
+1
2022-07-17
mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
1
-3
/
+0
2022-07-17
mm/mmap: build protect protection_map[] with ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
1
-1
/
+1
2022-07-17
mm/mmap: define DECLARE_VM_GET_PAGE_PROT
Anshuman Khandual
1
-0
/
+28
2022-07-17
mm/mmap: build protect protection_map[] with __P000
Anshuman Khandual
1
-0
/
+2
2022-07-17
mm/page_alloc: protect PCP lists with a spinlock
Mel Gorman
1
-0
/
+1
2022-07-17
mm/page_alloc: use only one PCP list for THP-sized allocations
Mel Gorman
1
-4
/
+7
2022-07-17
mm/page_alloc: add page->buddy_list and page->pcp_list
Mel Gorman
1
-0
/
+5
2022-07-17
hugetlb: do not update address in huge_pmd_unshare
Mike Kravetz
1
-2
/
+2
2022-07-17
hugetlb: skip to end of PT page mapping when pte not present
Mike Kravetz
1
-0
/
+1
2022-07-17
mm: khugepaged: reorg some khugepaged helpers
Yang Shi
2
-14
/
+8
2022-07-17
mm: thp: kill __transhuge_page_enabled()
Yang Shi
1
-55
/
+2
2022-07-17
mm: thp: kill transparent_hugepage_active()
Yang Shi
2
-8
/
+10
2022-07-17
mm: thp: consolidate vma size check to transhuge_vma_suitable
Yang Shi
2
-14
/
+11
2022-07-17
fsdax: dedup file range to use a compare function
Shiyang Ruan
2
-4
/
+16
2022-07-17
fsdax: set a CoW flag when associate reflink mappings
Shiyang Ruan
1
-0
/
+6
2022-07-17
mm: introduce mf_dax_kill_procs() for fsdax case
Shiyang Ruan
1
-0
/
+2
2022-07-17
fsdax: introduce dax_lock_mapping_entry()
Shiyang Ruan
1
-0
/
+15
2022-07-17
pagemap,pmem: introduce ->memory_failure()
Shiyang Ruan
1
-0
/
+12
2022-07-17
dax: introduce holder for dax_device
Shiyang Ruan
1
-8
/
+25
2022-07-17
mm: add device coherent vma selection for memory migration
Alex Sierra
1
-0
/
+1
2022-07-17
mm: add zone device coherent type memory support
Alex Sierra
2
-1
/
+23
2022-07-17
mm: move page zone helpers from mm.h to mmzone.h
Alex Sierra
3
-79
/
+81
2022-07-17
mm: rename is_pinnable_page() to is_longterm_pinnable_page()
Alex Sierra
1
-4
/
+4
2022-07-17
mm: Add PAGE_ALIGN_DOWN macro
David Gow
1
-0
/
+3
2022-07-17
net/mlx5: fs, allow flow table creation with a UID
Mark Bloch
1
-0
/
+1
2022-07-17
net/mlx5: fs, expose flow table ID to users
Mark Bloch
1
-0
/
+1
2022-07-17
net/mlx5: Expose the ability to point to any UID from shared UID
Mark Bloch
1
-2
/
+4
2022-07-17
Merge tag 'input-for-v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
Linus Torvalds
1
-4
/
+7
[prev]
[next]