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
/
scripts
/
gdb
/
linux
/
lists.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-02
mm: memcg/slab: fix slab statistics in !SMP configuration
Roman Gushchin
1
-0
/
+5
2020-10-01
pipe: remove pipe_wait() and fix wakeup race with splice
Linus Torvalds
3
-27
/
+48
2020-10-01
iommu/vt-d: Fix lockdep splat in iommu_flush_dev_iotlb()
Lu Baolu
1
-2
/
+2
2020-10-01
iommu/amd: Fix the overwritten field in IVMD header
Adrian Huang
1
-46
/
+10
2020-10-01
gpio: pca953x: Correctly initialize registers 6 and 7 for PCA957x
Andy Shevchenko
1
-1
/
+4
2020-10-01
gpio: pca953x: Use bitmap API over implicit GCC extension
Andy Shevchenko
1
-1
/
+3
2020-10-01
pinctrl: mediatek: check mtk_is_virt_gpio input parameter
Hanks Chen
1
-0
/
+4
2020-10-01
pinctrl: qcom: sm8250: correct sdc2_clk
Dmitry Baryshkov
1
-1
/
+1
2020-09-30
MAINTAINERS: Add Pali Rohár as aardvark PCI maintainer
Pali Rohár
1
-0
/
+1
2020-09-30
arm64: permit ACPI core to map kernel memory used for table overrides
Ard Biesheuvel
2
-3
/
+21
2020-09-30
RISC-V: Check clint_time_val before use
Anup Patel
2
-4
/
+13
2020-09-30
btrfs: fix filesystem corruption after a device replace
Filipe Manana
1
-1
/
+39
2020-09-30
btrfs: move btrfs_rm_dev_replace_free_srcdev outside of all locks
Josef Bacik
2
-1
/
+5
2020-09-30
ARM: imx6q: Fixup RCU usage for cpuidle
Ulf Hansson
1
-1
/
+3
2020-09-30
Documentation: PM: Fix a reStructuredText syntax error
Yoann Congal
1
-1
/
+1
2020-09-30
cpufreq: intel_pstate: Fix missing return statement
Zhang Rui
1
-0
/
+1
2020-09-30
drm/amdgpu: disable gfxoff temporarily for navy_flounder
Jiansong Chen
1
-0
/
+3
2020-09-30
drm/amd/pm: setup APU dpm clock table in SMU HW initialization
Evan Quan
1
-11
/
+11
2020-09-29
clocksource: clint: Export clint_time_val for modules
Palmer Dabbelt
1
-0
/
+1
2020-09-30
drm/vmwgfx: Fix error handling in get_node
Zack Rusin
2
-2
/
+2
2020-09-29
scsi: iscsi: iscsi_tcp: Avoid holding spinlock while calling getpeername()
Mark Mielke
1
-7
/
+15
2020-09-29
autofs: use __kernel_write() for the autofs pipe writing
Linus Torvalds
2
-1
/
+9
2020-09-29
drm/amd/display: remove duplicate call to rn_vbios_smu_get_smu_version()
Dirk Gouders
1
-1
/
+0
2020-09-29
drm/amdgpu/swsmu/smu12: fix force clock handling for mclk
Alex Deucher
1
-3
/
+5
2020-09-29
drm/amdgpu: restore proper ref count in amdgpu_display_crtc_set_config
Jean Delvare
1
-1
/
+1
2020-09-29
drm/amdgpu/display: fix CFLAGS setup for DCN30
Alex Deucher
1
-2
/
+16
2020-09-29
drm/amd/display: fix return value check for hdcp_work
Flora Cui
1
-1
/
+1
2020-09-29
drm/amdgpu: remove gpu_info fw support for sienna_cichlid etc.
Jiansong Chen
1
-8
/
+2
2020-09-29
drm/amd/pm: Removed fixed clock in auto mode DPM
Sudheesh Mavila
1
-4
/
+6
2020-09-29
scripts/dtc: only append to HOST_EXTRACFLAGS instead of overwriting
Uwe Kleine-König
1
-1
/
+1
2020-09-29
dt-bindings: Fix 'reg' size issues in zynqmp examples
Rob Herring
2
-5
/
+5
2020-09-29
ftrace: Move RCU is watching check after recursion check
Steven Rostedt (VMware)
1
-4
/
+2
2020-09-29
tracing: Fix trace_find_next_entry() accounting of temp buffer size
Steven Rostedt (VMware)
1
-4
/
+6
2020-09-29
blk-mq: call commit_rqs while list empty but error happen
yangerkun
1
-9
/
+9
2020-09-29
io_uring: fix async buffered reads when readahead is disabled
Hao Xu
2
-1
/
+7
2020-09-28
mm: do not rely on mm == current->mm in __get_user_pages_locked
Jason A. Donenfeld
1
-1
/
+1
2020-09-28
io_uring: fix potential ABBA deadlock in ->show_fdinfo()
Jens Axboe
1
-5
/
+14
2020-09-28
io_uring: always delete double poll wait entry on match
Jens Axboe
1
-0
/
+2
2020-09-28
ARM: dts: bcm2835: Change firmware compatible from simple-bus to simple-mfd
Maxime Ripard
2
-3
/
+3
2020-09-28
gpio: amd-fch: correct logic of GPIO_LINE_DIRECTION
Ed Wildgoose
1
-1
/
+1
2020-09-28
mmc: sdhci: Workaround broken command queuing on Intel GLK based IRBIS models
Hans de Goede
1
-1
/
+2
2020-09-28
memstick: Skip allocating card when removing host
Kai-Heng Feng
2
-0
/
+5
2020-09-27
Linux 5.9-rc7
Linus Torvalds
1
-1
/
+1
2020-09-27
mm/thp: Split huge pmds/puds if they're pinned when fork()
Peter Xu
1
-0
/
+28
2020-09-27
mm: Do early cow for pinned pages during fork() for ptes
Peter Xu
1
-16
/
+189
2020-09-27
mm/fork: Pass new vma pointer into copy_page_range()
Peter Xu
3
-7
/
+11
2020-09-27
mm: Introduce mm_struct.has_pinned
Peter Xu
3
-0
/
+17
2020-09-26
mm: validate pmd after splitting
Minchan Kim
1
-1
/
+1
2020-09-26
mm: don't rely on system state to detect hot-plug operations
Laurent Dufour
3
-35
/
+64
2020-09-26
mm: replace memmap_context by meminit_context
Laurent Dufour
5
-13
/
+18
[next]