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-05-25
KVM: arm64: Remove obsolete kvm_virt_to_phys abstraction
Andrew Scull
2
-5
/
+3
2020-05-25
KVM: arm64: Fix incorrect comment on kvm_get_hyp_vector()
David Brazdil
1
-1
/
+1
2020-05-25
KVM: arm64: Clean up cpu_init_hyp_mode()
David Brazdil
3
-40
/
+29
2020-05-16
KVM: arm64: Make KVM_CAP_MAX_VCPUS compatible with the selected GIC version
Marc Zyngier
1
-5
/
+10
2020-05-16
KVM: arm64: Support enabling dirty log gradually in small chunks
Keqian Zhu
3
-3
/
+14
2020-05-16
KVM: arm64: Unify handling THP backed host memory
Suzuki K Poulose
1
-55
/
+60
2020-05-16
KVM: arm64: Clean up the checking for huge mapping
Suzuki K Poulose
1
-1
/
+5
2020-05-16
KVM: arm/arm64: Release kvm->mmu_lock in loop to prevent starvation
Jiang Yi
1
-0
/
+3
2020-05-16
KVM: arm64: Sidestep stage2_unmap_vm() on vcpu reset when S2FWB is supported
Zenghui Yu
1
-1
/
+4
2020-05-16
KVM: Fix spelling in code comments
Fuad Tabba
12
-23
/
+23
2020-05-16
KVM: arm64: Use cpus_have_final_cap for has_vhe()
Marc Zyngier
1
-1
/
+1
2020-05-16
KVM: arm64: Simplify __kvm_timer_set_cntvoff implementation
Marc Zyngier
3
-14
/
+3
2020-05-16
KVM: arm64: Clean up kvm makefiles
Fuad Tabba
2
-36
/
+17
2020-05-16
KVM: arm64: Change CONFIG_KVM to a menuconfig entry
Will Deacon
1
-5
/
+11
2020-05-16
KVM: arm64: Update help text
Will Deacon
1
-2
/
+0
2020-05-16
KVM: arm64: Kill off CONFIG_KVM_ARM_HOST
Will Deacon
6
-46
/
+40
2020-05-16
KVM: arm64: Move virt/kvm/arm to arch/arm64
Marc Zyngier
36
-257
/
+253
2020-05-10
Linux 5.7-rc5
Linus Torvalds
1
-1
/
+1
2020-05-09
gcc-10: mark more functions __init to avoid section mismatch warnings
Linus Torvalds
2
-2
/
+2
2020-05-09
gcc-10: avoid shadowing standard library 'free()' in crypto
Linus Torvalds
2
-6
/
+6
2020-05-09
gcc-10: disable 'restrict' warning for now
Linus Torvalds
1
-0
/
+3
2020-05-09
gcc-10: disable 'stringop-overflow' warning for now
Linus Torvalds
1
-0
/
+1
2020-05-09
nvme: fix possible hang when ns scanning fails during error recovery
Sagi Grimberg
1
-1
/
+1
2020-05-09
nvme-pci: fix "slimmer CQ head update"
Alexey Dobriyan
1
-1
/
+5
2020-05-09
bdi: add a ->dev_name field to struct backing_dev_info
Christoph Hellwig
2
-2
/
+4
2020-05-09
bdi: use bdi_dev_name() to get device name
Yufen Yu
4
-8
/
+10
2020-05-09
gcc-10: disable 'array-bounds' warning for now
Linus Torvalds
1
-0
/
+1
2020-05-09
gcc-10: disable 'zero-length-bounds' warning for now
Linus Torvalds
1
-0
/
+3
2020-05-09
Stop the ad-hoc games with -Wno-maybe-initialized
Linus Torvalds
3
-23
/
+3
2020-05-08
ceph: demote quotarealm lookup warning to a debug message
Luis Henriques
1
-2
/
+2
2020-05-08
iommu/virtio: Reverse arguments to list_add
Julia Lawall
1
-1
/
+1
2020-05-07
mm: limit boost_watermark on small zones
Henry Willard
1
-0
/
+8
2020-05-07
ubsan: disable UBSAN_ALIGNMENT under COMPILE_TEST
Kees Cook
2
-10
/
+6
2020-05-07
mm/vmscan: remove unnecessary argument description of isolate_lru_pages()
Qiwu Chen
1
-1
/
+0
2020-05-07
epoll: atomically remove wait entry on wake up
Roman Penyaev
1
-19
/
+24
2020-05-07
kselftests: introduce new epoll60 testcase for catching lost wakeups
Roman Penyaev
1
-0
/
+146
2020-05-07
percpu: make pcpu_alloc() aware of current gfp context
Filipe Manana
1
-4
/
+10
2020-05-07
mm/slub: fix incorrect interpretation of s->offset
Waiman Long
1
-15
/
+30
2020-05-07
scripts/gdb: repair rb_first() and rb_last()
Aymeric Agon-Rambosson
1
-2
/
+2
2020-05-07
eventpoll: fix missing wakeup for ovflist in ep_poll_callback
Khazhismel Kumykov
1
-9
/
+9
2020-05-07
arch/x86/kvm/svm/sev.c: change flag passed to GUP fast in sev_pin_memory()
Janakarajan Natarajan
1
-1
/
+1
2020-05-07
scripts/decodecode: fix trapping instruction formatting
Ivan Delalande
1
-1
/
+1
2020-05-07
kernel/kcov.c: fix typos in kcov_remote_start documentation
Maciej Grochowski
1
-2
/
+2
2020-05-07
mm/page_alloc: fix watchdog soft lockups during set_zone_contiguous()
David Hildenbrand
1
-0
/
+1
2020-05-07
mm, memcg: fix error return value of mem_cgroup_css_alloc()
Yafang Shao
1
-6
/
+9
2020-05-07
ipc/mqueue.c: change __do_notify() to bypass check_kill_permission()
Oleg Nesterov
1
-8
/
+26
2020-05-07
io_uring: don't use 'fd' for openat/openat2/statx
Jens Axboe
1
-25
/
+7
2020-05-07
tools/bootconfig: Fix resource leak in apply_xbc()
Yunfeng Ye
1
-3
/
+6
2020-05-07
tracing: Make tracing_snapshot_instance_cond() static
Zou Wei
1
-1
/
+2
2020-05-07
tracing: Fix doc mistakes in trace sample
Wei Yang
1
-1
/
+1
[next]