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-03-23
spi: spi-fsl-lpspi: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-03-23
spi: spi-s3c24xx: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-03-22
Linux 5.6-rc7
Linus Torvalds
1
-1
/
+1
2020-03-21
x86/mm: split vmalloc_sync_all()
Joerg Roedel
6
-13
/
+43
2020-03-21
mm, slub: prevent kmalloc_node crashes and memory leaks
Vlastimil Babka
1
-9
/
+17
2020-03-21
mm/mmu_notifier: silence PROVE_RCU_LIST warnings
Qian Cai
1
-9
/
+18
2020-03-21
epoll: fix possible lost wakeup on epoll_ctl() path
Roman Penyaev
1
-4
/
+4
2020-03-21
mm: do not allow MADV_PAGEOUT for CoW pages
Michal Hocko
1
-3
/
+9
2020-03-21
mm, memcg: throttle allocators based on ancestral memory.high
Chris Down
1
-35
/
+58
2020-03-21
mm, memcg: fix corruption on 64-bit divisor in memory.high throttling
Chris Down
1
-1
/
+1
2020-03-21
page-flags: fix a crash at SetPageError(THP_SWAP)
Qian Cai
1
-1
/
+1
2020-03-21
mm/hotplug: fix hot remove failure in SPARSEMEM|!VMEMMAP case
Baoquan He
1
-2
/
+6
2020-03-21
memcg: fix NULL pointer dereference in __mem_cgroup_usage_unregister_event
Chunguang Xu
1
-2
/
+8
2020-03-21
tools/power turbostat: update version
Len Brown
1
-1
/
+1
2020-03-21
tools/power turbostat: Print cpuidle information
Len Brown
1
-0
/
+26
2020-03-20
spi: stm32: Fix comments compilation warnings
Alain Volmat
1
-17
/
+45
2020-03-20
btrfs: fix removal of raid[56|1c34} incompat flags after removing block group
Filipe Manana
1
-2
/
+2
2020-03-21
nvmet-tcp: set MSG_MORE only if we actually have more to send
Sagi Grimberg
1
-3
/
+9
2020-03-20
io_uring: make sure accept honor rlimit nofile
Jens Axboe
3
-5
/
+11
2020-03-20
io_uring: make sure openat/openat2 honor rlimit nofile
Jens Axboe
3
-2
/
+11
2020-03-20
spi: atmel-quadspi: Add verbose debug facilities to monitor register accesses
Tudor Ambarus
1
-22
/
+97
2020-03-20
tools/power turbostat: Fix 32-bit capabilities warning
Len Brown
2
-17
/
+31
2020-03-20
tools/power turbostat: Fix missing SYS_LPI counter on some Chromebooks
Len Brown
1
-9
/
+14
2020-03-20
tools/power turbostat: Support Elkhart Lake
Chen Yu
1
-1
/
+30
2020-03-20
tools/power turbostat: Support Jasper Lake
Chen Yu
1
-0
/
+3
2020-03-20
tools/power turbostat: Support Ice Lake server
Chen Yu
1
-0
/
+3
2020-03-20
tools/power turbostat: Support Tiger Lake
Chen Yu
1
-0
/
+2
2020-03-20
tools/power turbostat: Fix gcc build warnings
Len Brown
1
-2
/
+2
2020-03-20
tools/power turbostat: Support Cometlake
Chen Yu
1
-0
/
+2
2020-03-20
KVM: PPC: Fix kernel crash with PR KVM
Greg Kurz
2
-2
/
+1
2020-03-19
drm/amd/display: Fix pageflip event race condition for DCN.
Mario Kleiner
1
-3
/
+15
2020-03-19
arm64: compat: Fix syscall number of compat_clock_getres
Vincenzo Frascino
1
-1
/
+1
2020-03-19
rtc: max8907: add missing select REGMAP_IRQ
Corentin Labbe
1
-0
/
+1
2020-03-19
scripts/kallsyms: fix wrong kallsyms_relative_base
Mikhail Petrov
1
-4
/
+4
2020-03-19
arm64: kpti: Fix "kpti=off" when KASLR is enabled
Will Deacon
2
-5
/
+5
2020-03-18
spi: spi-fsl-dspi: Add support for LS1028A
Vladimir Oltean
1
-0
/
+9
2020-03-18
spi: spi-fsl-dspi: Move invariant configs out of dspi_transfer_one_message
Vladimir Oltean
1
-26
/
+29
2020-03-18
spi: spi-fsl-dspi: Fix interrupt-less DMA mode taking an XSPI code path
Vladimir Oltean
1
-7
/
+9
2020-03-18
spi: spi-fsl-dspi: Avoid NULL pointer in dspi_slave_abort for non-DMA mode
Vladimir Oltean
1
-2
/
+4
2020-03-18
spi: spi-fsl-dspi: Replace interruptible wait queue with a simple completion
Vladimir Oltean
1
-13
/
+6
2020-03-18
spi: spi-fsl-dspi: Protect against races on dspi->words_in_flight
Vladimir Oltean
1
-59
/
+52
2020-03-18
spi: spi-fsl-dspi: Avoid reading more data than written in EOQ mode
Vladimir Oltean
1
-2
/
+5
2020-03-18
spi: spi-fsl-dspi: Fix bits-per-word acceleration in DMA mode
Vladimir Oltean
1
-54
/
+32
2020-03-18
spi: spi-fsl-dspi: Fix little endian access to PUSHR CMD and TXDATA
Vladimir Oltean
1
-6
/
+20
2020-03-18
spi: spi-fsl-dspi: Don't access reserved fields in SPI_MCR
Vladimir Oltean
1
-2
/
+5
2020-03-18
drm/amdgpu: fix typo for vcn2.5/jpeg2.5 idle check
James Zhu
2
-2
/
+2
2020-03-18
drm/amdgpu: fix typo for vcn2/jpeg2 idle check
James Zhu
2
-2
/
+2
2020-03-18
drm/amdgpu: fix typo for vcn1 idle check
James Zhu
1
-1
/
+1
2020-03-18
locks: reinstate locks_delete_block optimization
Linus Torvalds
2
-7
/
+50
2020-03-19
modpost: Get proper section index by get_secindex() instead of st_shndx
Xiao Yang
1
-1
/
+2
[next]