summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-15Merge tag 'platform-drivers-x86-v5.19-4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds8-21/+51
2022-07-15Merge tag 'for-linus-5.19a-rc7-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+4
2022-07-15Merge tag 'drm-fixes-2022-07-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds24-422/+433
2022-07-15Merge tag 'sysctl-fixes-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-9/+11
2022-07-15mtd: rawnand: gpmi: Set WAIT_FOR_READY timeout based on program/erase timesSascha Hauer1-2/+4
2022-07-15Merge branch 'rework/kthreads' into for-linusPetr Mladek1-2/+11
2022-07-15drm/scheduler: Don't kill jobs in interrupt contextDmitry Osipenko2-5/+5
2022-07-15drm/amd/display: Fix new dmub notification enabling in DMStylon Wang1-8/+19
2022-07-15Merge tag 'cpufreq-arm-fixes-5.19-rc7' of git://git.kernel.org/pub/scm/linux/...Rafael J. Wysocki1-2/+6
2022-07-15KVM: emulate: do not adjust size of fastop and setcc subroutinesPaolo Bonzini1-10/+7
2022-07-15Merge branch 'stmmac-dwmac-mediatec-clock-fix'David S. Miller3-40/+39
2022-07-15net: stmmac: fix unbalanced ptp clock issue in suspend/resume flowBiao Huang2-10/+15
2022-07-15net: stmmac: fix pm runtime issue in stmmac_dvr_remove()Biao Huang1-2/+3
2022-07-15stmmac: dwmac-mediatek: fix clock issueBiao Huang1-28/+21
2022-07-15Merge branch 'net-sysctl-races-round2'David S. Miller20-32/+35
2022-07-15tcp: Fix a data-race around sysctl_tcp_probe_interval.Kuniyuki Iwashima1-1/+1
2022-07-15tcp: Fix a data-race around sysctl_tcp_probe_threshold.Kuniyuki Iwashima1-1/+1
2022-07-15tcp: Fix a data-race around sysctl_tcp_mtu_probe_floor.Kuniyuki Iwashima1-1/+1
2022-07-15tcp: Fix data-races around sysctl_tcp_min_snd_mss.Kuniyuki Iwashima2-2/+3
2022-07-15tcp: Fix data-races around sysctl_tcp_base_mss.Kuniyuki Iwashima2-2/+2
2022-07-15tcp: Fix data-races around sysctl_tcp_mtu_probing.Kuniyuki Iwashima2-2/+2
2022-07-15tcp: Fix data-races around sysctl_tcp_l3mdev_accept.Kuniyuki Iwashima2-3/+3
2022-07-15tcp/dccp: Fix a data-race around sysctl_tcp_fwmark_accept.Kuniyuki Iwashima1-1/+2
2022-07-15ip: Fix a data-race around sysctl_fwmark_reflect.Kuniyuki Iwashima1-1/+1
2022-07-15ip: Fix a data-race around sysctl_ip_autobind_reuse.Kuniyuki Iwashima1-1/+1
2022-07-15ip: Fix data-races around sysctl_ip_nonlocal_bind.Kuniyuki Iwashima2-2/+2
2022-07-15ip: Fix data-races around sysctl_ip_fwd_update_priority.Kuniyuki Iwashima2-2/+3
2022-07-15ip: Fix data-races around sysctl_ip_fwd_use_pmtu.Kuniyuki Iwashima2-2/+2
2022-07-15ip: Fix data-races around sysctl_ip_no_pmtu_disc.Kuniyuki Iwashima4-4/+4
2022-07-15ip: Fix data-races around sysctl_ip_default_ttl.Kuniyuki Iwashima6-7/+7
2022-07-15Merge tag 'asoc-fix-v5.19-rc4-2' of https://git.kernel.org/pub/scm/linux/kern...Takashi Iwai1-129/+31
2022-07-15printk: do not wait for consoles when suspendedJohn Ogness1-2/+11
2022-07-15s390/ap: fix error handling in __verify_queue_reservations()Tony Krowiak1-1/+1
2022-07-15Merge tag 'amd-drm-fixes-5.19-2022-07-13' of https://gitlab.freedesktop.org/a...Dave Airlie6-9/+115
2022-07-15Merge tag 'drm-intel-fixes-2022-07-13' of git://anongit.freedesktop.org/drm/d...Dave Airlie13-33/+142
2022-07-15Merge tag 'drm-misc-fixes-2022-07-14' of git://anongit.freedesktop.org/drm/dr...Dave Airlie5-380/+176
2022-07-15ubsan: disable UBSAN_DIV_ZERO for clangNick Desaulniers1-0/+3
2022-07-15Revert "vf/remap: return the amount of bytes actually deduplicated"Linus Torvalds1-1/+1
2022-07-15x86/speculation: Use DECLARE_PER_CPU for x86_spec_ctrl_currentNathan Chancellor1-1/+2
2022-07-15riscv: dts: align gpio-key node names with dtschemaKrzysztof Kozlowski5-7/+7
2022-07-15RISC-V: kexec: Fix build error without CONFIG_KEXECLi Zhengyu1-1/+1
2022-07-15RISCV: kexec: Fix build error without CONFIG_MODULESLi Zhengyu1-1/+1
2022-07-14mm: sysctl: fix missing numa_stat when !CONFIG_HUGETLB_PAGEMuchun Song1-9/+11
2022-07-14Merge tag 'net-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds98-331/+768
2022-07-14ACPI: video: Fix acpi_video_handles_brightness_key_presses()Hans de Goede1-4/+7
2022-07-14Merge tag '5.19-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-10/+16
2022-07-14Merge tag 'nfsd-5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds3-8/+18
2022-07-14Merge tag 'integrity-v5.19-fix' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-10/+26
2022-07-14Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds10-51/+57
2022-07-14um: Replace to_phys() and to_virt() with less generic function namesGuenter Roeck3-7/+7