index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-15
Merge tag 'drm-intel-fixes-2022-07-13' of git://anongit.freedesktop.org/drm/d...
Dave Airlie
13
-33
/
+142
2022-07-15
Merge tag 'drm-misc-fixes-2022-07-14' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
5
-380
/
+176
2022-07-14
ubsan: disable UBSAN_DIV_ZERO for clang
Nick Desaulniers
1
-0
/
+3
2022-07-14
Revert "vf/remap: return the amount of bytes actually deduplicated"
Linus Torvalds
1
-1
/
+1
2022-07-14
x86/speculation: Use DECLARE_PER_CPU for x86_spec_ctrl_current
Nathan Chancellor
1
-1
/
+2
2022-07-14
mm: sysctl: fix missing numa_stat when !CONFIG_HUGETLB_PAGE
Muchun Song
1
-9
/
+11
2022-07-14
Merge tag 'net-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
98
-331
/
+768
2022-07-14
ACPI: video: Fix acpi_video_handles_brightness_key_presses()
Hans de Goede
1
-4
/
+7
2022-07-14
Merge tag '5.19-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
3
-10
/
+16
2022-07-14
Merge tag 'nfsd-5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
3
-8
/
+18
2022-07-14
Merge tag 'integrity-v5.19-fix' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
7
-10
/
+26
2022-07-14
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
10
-51
/
+57
2022-07-14
um: Replace to_phys() and to_virt() with less generic function names
Guenter Roeck
3
-7
/
+7
2022-07-14
Merge tag 'sound-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
23
-120
/
+189
2022-07-14
nfp: flower: configure tunnel neighbour on cmsg rx
Tianyu Yuan
1
-5
/
+13
2022-07-14
net/tls: Check for errors in tls_device_init
Tariq Toukan
3
-5
/
+10
2022-07-14
MAINTAINERS: Add an additional maintainer to the AMD XGBE driver
Tom Lendacky
1
-0
/
+1
2022-07-14
xen/netback: avoid entering xenvif_rx_next_skb() with an empty rx queue
Juergen Gross
1
-0
/
+1
2022-07-14
amdgpu: disable powerpc support for the newer display engine
Linus Torvalds
1
-1
/
+1
2022-07-14
block: fix missing blkcg_bio_issue_init
Muchun Song
1
-0
/
+1
2022-07-14
Merge tag 'nvme-5.19-2022-07-14' of git://git.infradead.org/nvme into block-5.19
Jens Axboe
2
-5
/
+10
2022-07-14
KVM: x86: Fully initialize 'struct kvm_lapic_irq' in kvm_pv_kick_cpu_op()
Vitaly Kuznetsov
1
-8
/
+10
2022-07-14
nvme: fix block device naming collision
Israel Rukshin
1
-3
/
+3
2022-07-14
nvme-pci: fix freeze accounting for error handling
Keith Busch
1
-2
/
+7
2022-07-14
Merge tag 'usb-serial-5.19-rc7' of https://git.kernel.org/pub/scm/linux/kerne...
Greg Kroah-Hartman
2
-0
/
+9
2022-07-14
Merge tag 'v5.19-rc6' into usb-linus
Greg Kroah-Hartman
415
-2480
/
+4852
2022-07-14
Merge commit 'kvm-vmx-nested-tsc-fix' into kvm-master
Paolo Bonzini
1
-1
/
+0
2022-07-14
selftests/net: test nexthop without gw
Nicolas Dichtel
2
-1
/
+120
2022-07-14
ip: fix dflt addr selection for connected nexthop
Nicolas Dichtel
1
-1
/
+1
2022-07-14
spi: cadence-quadspi: Remove spi_master_put() in probe failure path
Vaishnav Achath
1
-12
/
+7
2022-07-14
ARM: 9208/1: entry: add .ltorg directive to keep literals in range
Ard Biesheuvel
1
-0
/
+1
2022-07-14
ARM: 9207/1: amba: fix refcount underflow if amba_device_add() fails
Wang Kefeng
1
-6
/
+2
2022-07-14
Documentation: kvm: clarify histogram units
Paolo Bonzini
1
-4
/
+7
2022-07-14
kvm: stats: tell userspace which values are boolean
Paolo Bonzini
4
-2
/
+18
2022-07-14
x86/kvm: fix FASTOP_SIZE when return thunks are enabled
Thadeu Lima de Souza Cascardo
1
-4
/
+6
2022-07-14
KVM: nVMX: Always enable TSC scaling for L2 when it was enabled for L1
Vitaly Kuznetsov
1
-1
/
+0
2022-07-14
um: Add missing apply_returns()
Peter Zijlstra
1
-0
/
+4
2022-07-14
net: atlantic: remove aq_nic_deinit() when resume
Chia-Lin Kao (AceLan)
1
-3
/
+0
2022-07-14
net: atlantic: remove deep parameter on suspend/resume functions
Chia-Lin Kao (AceLan)
1
-14
/
+10
2022-07-14
sfc: fix kernel panic when creating VF
Íñigo Huguet
1
-0
/
+3
2022-07-14
Merge tag 'kvm-riscv-fixes-5.19-2' of https://github.com/kvm-riscv/linux into...
Paolo Bonzini
4
-10
/
+12
2022-07-14
Merge branch 'seg6-fix-skb-checksum-for-srh-encapsulation-insertion'
Paolo Abeni
3
-4
/
+4
2022-07-14
seg6: bpf: fix skb checksum in bpf_push_seg6_encap()
Andrea Mayer
1
-1
/
+0
2022-07-14
seg6: fix skb checksum in SRv6 End.B6 and End.B6.Encaps behaviors
Andrea Mayer
1
-2
/
+0
2022-07-14
seg6: fix skb checksum evaluation in SRH encapsulation/insertion
Andrea Mayer
1
-1
/
+4
2022-07-14
netfs: do not unlock and put the folio twice
Xiubo Li
5
-17
/
+23
2022-07-14
x86/entry: Remove UNTRAIN_RET from native_irq_return_ldt
Alexandre Chartre
1
-1
/
+0
2022-07-14
x86/bugs: Mark retbleed_strings static
Jiapeng Chong
1
-1
/
+1
2022-07-13
scsi: pm80xx: Set stopped phy's linkrate to Disabled
Changyuan Lyu
1
-1
/
+5
2022-07-13
scsi: pm80xx: Fix 'Unknown' max/min linkrate
Changyuan Lyu
2
-16
/
+5
[prev]
[next]