index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-21
Merge branch 'kvm-tsx-ctrl' into HEAD
Paolo Bonzini
31
-146
/
+216
2019-11-21
Merge tag 'kvmarm-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
7
-15
/
+108
2019-11-15
KVM: x86: deliver KVM IOAPIC scan request to target vCPUs
Nitesh Narayan Lal
1
-0
/
+2
2019-11-15
KVM: remember position in kvm->vcpus array
Radim Krčmář
1
-8
/
+3
2019-11-15
perf/core: Provide a kernel-internal interface to pause perf_event
Like Xu
1
-0
/
+5
2019-11-15
perf/core: Provide a kernel-internal interface to recalibrate event period
Like Xu
1
-0
/
+5
2019-11-13
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+1
2019-11-12
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-23
/
+13
2019-11-12
KVM: MMU: Do not treat ZONE_DEVICE pages as being reserved
Sean Christopherson
1
-0
/
+1
2019-11-11
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...
Linus Torvalds
2
-3
/
+3
2019-11-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2
-5
/
+8
2019-11-08
Merge tag 'xarray-5.4' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
2
-19
/
+1
2019-11-08
Merge remote-tracking branch 'kvmarm/misc-5.5' into kvmarm/next
Marc Zyngier
1
-0
/
+4
2019-11-08
KVM: vgic-v4: Track the number of VLPIs per vcpu
Marc Zyngier
1
-0
/
+2
2019-11-06
mm: thp: handle page cache THP correctly in PageTransCompoundMap
Yang Shi
3
-7
/
+23
2019-11-06
net/tls: fix sk_msg trim on fallback to copy mode
Jakub Kicinski
1
-3
/
+6
2019-11-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-2
/
+2
2019-11-04
kvm: Add helper function for creating VM worker threads
Junaid Shahid
1
-0
/
+6
2019-11-04
cpu/speculation: Uninline and export CPU mitigations helpers
Tyler Hicks
1
-23
/
+2
2019-11-04
x86/bugs: Add ITLB_MULTIHIT bug infrastructure
Vineela Tummalapalli
1
-0
/
+2
2019-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
Thomas Gleixner
16
-64
/
+111
2019-11-03
idr: Fix integer overflow in idr_for_each_entry
Matthew Wilcox (Oracle)
1
-1
/
+1
2019-11-02
radix tree: Remove radix_tree_iter_find
Matthew Wilcox (Oracle)
1
-18
/
+0
2019-11-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
10
-60
/
+85
2019-11-02
Merge tag 'nfs-for-5.4-3' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-0
/
+5
2019-11-01
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2019-11-01
Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-2
/
+17
2019-11-01
net: increase SOMAXCONN to 4096
Eric Dumazet
1
-1
/
+1
2019-10-31
bpf: Change size to u64 for bpf_map_{area_alloc, charge_init}()
Björn Töpel
1
-2
/
+2
2019-10-31
efi/efi_test: Lock down /dev/efi_test and require CAP_SYS_ADMIN
Javier Martinez Canillas
1
-0
/
+1
2019-10-31
x86, efi: Never relocate kernel below lowest acceptable address
Kairui Song
1
-2
/
+16
2019-10-31
Merge tag 'dmaengine-fix-5.4-rc6' of git://git.infradead.org/users/vkoul/slav...
Linus Torvalds
1
-0
/
+3
2019-10-30
SUNRPC: Destroy the back channel when we destroy the host transport
Trond Myklebust
1
-0
/
+5
2019-10-30
net/mlx5: Fix flow counter list auto bits struct
Roi Dayan
1
-2
/
+1
2019-10-29
net: fix sk_page_frag() recursion from memory reclaim
Tejun Heo
1
-0
/
+23
2019-10-28
net: add skb_queue_empty_lockless()
Eric Dumazet
1
-9
/
+24
2019-10-28
KVM: arm64: vgic-v4: Move the GICv4 residency flow to be driven by vcpu_load/put
Marc Zyngier
1
-0
/
+2
2019-10-28
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-1
/
+0
2019-10-28
reset: fix reset_control_ops kerneldoc comment
Randy Dunlap
1
-1
/
+1
2019-10-28
perf/headers: Fix spelling s/EACCESS/EACCES/, s/privilidge/privilege/
Geert Uytterhoeven
1
-1
/
+1
2019-10-28
vsock/virtio: remove unused 'work' field from 'struct virtio_vsock_pkt'
Stefano Garzarella
1
-1
/
+0
2019-10-28
x86/speculation/taa: Add sysfs reporting for TSX Async Abort
Pawan Gupta
1
-0
/
+3
2019-10-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-1
/
+0
2019-10-26
Merge tag 'driver-core-5.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+2
2019-10-25
Merge tag 'modules-for-v5.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-9
/
+5
2019-10-25
net: remove unnecessary variables and callback
Taehee Yoo
3
-24
/
+0
2019-10-25
net: core: add ignore flag to netdev_adjacent structure
Taehee Yoo
1
-0
/
+10
2019-10-25
team: fix nested locking lockdep warning
Taehee Yoo
1
-0
/
+1
2019-10-25
net: core: add generic lockdep keys
Taehee Yoo
1
-22
/
+13
2019-10-25
net: core: limit nested device depth
Taehee Yoo
1
-0
/
+4
[next]