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
2020-08-22
habanalabs: check correct vmalloc return code
Ofir Bitton
2
-3
/
+8
2020-08-22
habanalabs: validate FW file size
Ofir Bitton
1
-0
/
+9
2020-08-22
habanalabs: fix incorrect check on failed workqueue create
Colin Ian King
1
-1
/
+1
2020-08-22
habanalabs: set max power according to card type
Oded Gabbay
5
-7
/
+26
2020-08-22
habanalabs: proper handling of alloc size in coresight
Ofir Bitton
3
-3
/
+15
2020-08-22
habanalabs: set clock gating according to mask
Ofir Bitton
1
-23
/
+21
2020-08-22
habanalabs: verify user input in cs_ioctl_signal_wait
Ofir Bitton
1
-0
/
+8
2020-08-22
habanalabs: Fix a loop in gaudi_extract_ecc_info()
Dan Carpenter
1
-1
/
+1
2020-08-22
habanalabs: Fix memory corruption in debugfs
Dan Carpenter
1
-4
/
+4
2020-08-22
habanalabs: validate packet id during CB parse
Ofir Bitton
2
-0
/
+66
2020-08-22
habanalabs: Validate user address before mapping
Ofir Bitton
1
-2
/
+14
2020-08-22
habanalabs: unmap PCI bars upon iATU failure
Ofir Bitton
1
-2
/
+4
2020-08-18
mei: hdcp: fix mei_hdcp_verify_mprime() input parameter
Tomas Winkler
1
-16
/
+24
2020-08-18
speakup: only build serialio when ISA is enabled
Samuel Thibault
2
-5
/
+10
2020-08-18
speakup: Fix wait_for_xmitr for ttyio case
Samuel Thibault
5
-5
/
+14
2020-08-16
Linux 5.9-rc1
Linus Torvalds
1
-2
/
+2
2020-08-16
parisc: fix PMD pages allocation by restoring pmd_alloc_one()
Mike Rapoport
1
-0
/
+6
2020-08-15
io_uring: short circuit -EAGAIN for blocking read attempt
Jens Axboe
1
-1
/
+4
2020-08-15
io_uring: sanitize double poll handling
Jens Axboe
1
-9
/
+25
2020-08-14
virtio: pci: constify ioreadX() iomem argument (as in generic implementation)
Krzysztof Kozlowski
1
-3
/
+3
2020-08-14
ntb: intel: constify ioreadX() iomem argument (as in generic implementation)
Krzysztof Kozlowski
3
-3
/
+3
2020-08-14
rtl818x: constify ioreadX() iomem argument (as in generic implementation)
Krzysztof Kozlowski
1
-3
/
+3
2020-08-14
iomap: constify ioreadX() iomem argument (as in generic implementation)
Krzysztof Kozlowski
22
-138
/
+138
2020-08-14
sh: use generic strncpy()
Kuninori Morimoto
1
-26
/
+0
2020-08-14
sh: clkfwk: remove r8/r16/r32
Kuninori Morimoto
1
-19
/
+4
2020-08-14
include/asm-generic/vmlinux.lds.h: align ro_after_init
Romain Naour
1
-0
/
+1
2020-08-14
mm: annotate a data race in page_zonenum()
Qian Cai
1
-0
/
+1
2020-08-14
mm/swap.c: annotate data races for lru_rotate_pvecs
Qian Cai
1
-2
/
+3
2020-08-14
mm/rmap: annotate a data race at tlb_flush_batched
Qian Cai
1
-1
/
+1
2020-08-14
mm/mempool: fix a data race in mempool_free()
Qian Cai
1
-1
/
+1
2020-08-14
mm/list_lru: fix a data race in list_lru_count_one
Qian Cai
1
-1
/
+1
2020-08-14
mm/memcontrol: fix a data race in scan count
Qian Cai
1
-1
/
+1
2020-08-14
mm/page_counter: fix various data races at memsw
Qian Cai
1
-6
/
+7
2020-08-14
mm/swapfile: fix and annotate various data races
Qian Cai
2
-15
/
+20
2020-08-14
mm/filemap.c: fix a data race in filemap_fault()
Kirill A. Shutemov
1
-7
/
+13
2020-08-14
mm/swap_state: mark various intentional data races
Qian Cai
1
-2
/
+2
2020-08-14
mm/page_io: mark various intentional data races
Qian Cai
1
-4
/
+4
2020-08-14
mm/frontswap: mark various intentional data races
Qian Cai
1
-4
/
+4
2020-08-14
mm/kmemleak: silence KCSAN splats in checksum
Qian Cai
1
-0
/
+2
2020-08-14
all arch: remove system call sys_sysctl
Xiaoming Ni
52
-227
/
+24
2020-08-14
fs: autofs: delete repeated words in comments
Randy Dunlap
1
-2
/
+2
2020-08-14
mm: introduce offset_in_thp
Matthew Wilcox (Oracle)
1
-0
/
+1
2020-08-14
mm: add thp_head
Matthew Wilcox (Oracle)
1
-0
/
+15
2020-08-14
mm: replace hpage_nr_pages with thp_nr_pages
Matthew Wilcox (Oracle)
20
-62
/
+65
2020-08-14
mm: add thp_size
Matthew Wilcox (Oracle)
6
-11
/
+18
2020-08-14
mm: add thp_order
Matthew Wilcox (Oracle)
1
-0
/
+19
2020-08-14
mm: move page-flags include to top of file
Matthew Wilcox (Oracle)
1
-5
/
+1
2020-08-14
mm: store compound_nr as well as compound_order
Matthew Wilcox (Oracle)
3
-3
/
+8
2020-08-14
mailmap: add entry for Greg Kurz
Greg Kurz
1
-0
/
+1
2020-08-14
selftests/exec: add file type errno tests
Kees Cook
3
-2
/
+200
[next]