aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-07-20Merge tag 'v5.19-rc7' into v5.19/standard/baseBruce Ashfield
2022-07-20watchqueue: make sure to serialize 'wqueue->defunct' properlyLinus Torvalds
2022-07-20spi: spi-cadence: Fix SPI NO Slave Select macro definitionSai Krishna Potthuri
2022-07-20perf/x86/intel/lbr: Fix unchecked MSR access error on HSWKan Liang
2022-07-20lkdtm: Disable return thunks in rodata.cJosh Poimboeuf
2022-07-20x86/bugs: Warn when "ibrs" mitigation is selected on Enhanced IBRS partsPawan Gupta
2022-07-20x86/alternative: Report missing return thunk detailsKees Cook
2022-07-20lockdown: Fix kexec lockdown bypass with ima policyEric Snowberg
2022-07-20spi: bcm2835: bcm2835_spi_handle_err(): fix NULL pointer deref for non DMA tr...Marc Kleine-Budde
2022-07-20selftests: gpio: fix include path to kernel headers for out of tree buildsKent Gibson
2022-07-20Merge tag 'linux-can-fixes-for-5.19-20220720' of git://git.kernel.org/pub/scm...David S. Miller
2022-07-20mlxsw: spectrum_router: Fix IPv4 nexthop gateway indicationIdo Schimmel
2022-07-20net/sched: cls_api: Fix flow action initializationOz Shlomo
2022-07-20Merge branch 'net-sysctl-races-round-4'David S. Miller
2022-07-20tcp: Fix data-races around sysctl_tcp_max_reordering.Kuniyuki Iwashima
2022-07-20tcp: Fix a data-race around sysctl_tcp_abort_on_overflow.Kuniyuki Iwashima
2022-07-20tcp: Fix a data-race around sysctl_tcp_rfc1337.Kuniyuki Iwashima
2022-07-20tcp: Fix a data-race around sysctl_tcp_stdurg.Kuniyuki Iwashima
2022-07-20tcp: Fix a data-race around sysctl_tcp_retrans_collapse.Kuniyuki Iwashima
2022-07-20tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.Kuniyuki Iwashima
2022-07-20tcp: Fix a data-race around sysctl_tcp_thin_linear_timeouts.Kuniyuki Iwashima
2022-07-20tcp: Fix data-races around sysctl_tcp_recovery.Kuniyuki Iwashima
2022-07-20tcp: Fix a data-race around sysctl_tcp_early_retrans.Kuniyuki Iwashima
2022-07-20tcp: Fix data-races around sysctl knobs related to SYN option.Kuniyuki Iwashima
2022-07-20udp: Fix a data-race around sysctl_udp_l3mdev_accept.Kuniyuki Iwashima
2022-07-20ip: Fix data-races around sysctl_ip_prot_sock.Kuniyuki Iwashima
2022-07-20ipv4: Fix data-races around sysctl_fib_multipath_hash_fields.Kuniyuki Iwashima
2022-07-20ipv4: Fix data-races around sysctl_fib_multipath_hash_policy.Kuniyuki Iwashima
2022-07-20ipv4: Fix a data-race around sysctl_fib_multipath_use_neigh.Kuniyuki Iwashima
2022-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2022-07-20can: rcar_canfd: Add missing of_node_put() in rcar_canfd_probe()Liang He
2022-07-20can: mcp251xfd: fix detection of mcp251863Marc Kleine-Budde
2022-07-20drm/imx/dcss: Add missing of_node_put() in fail pathLiang He
2022-07-19drm/i915/guc: support v69 in parallel to v70Daniele Ceraolo Spurio
2022-07-19drm/i915/guc: Support programming the EU priority in the GuC descriptorMatthew Brost
2022-07-19Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski
2022-07-19Documentation: fix udp_wmem_min in ip-sysctl.rstXin Long
2022-07-19net: ethernet: mtk_ppe: fix possible NULL pointer dereference in mtk_flow_get...Lorenzo Bianconi
2022-07-19r8152: fix a WOL issueHayes Wang
2022-07-19drm/panel-edp: Fix variable typo when saving hpd absent delay from DTNĂ­colas F. R. A. Prado
2022-07-19virt: sev-guest: Pass the appropriate argument type to iounmap()Tom Lendacky
2022-07-19Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/so...Jens Axboe
2022-07-19srcu: Make expedited RCU grace periods block even less frequentlyNeeraj Upadhyay
2022-07-19srcu: Block less aggressively for expedited grace periodsPaul E. McKenney
2022-07-19KVM: x86: Protect the unused bits in MSR exiting flagsAaron Lewis
2022-07-19md/raid5: missing error code in setup_conf()Dan Carpenter
2022-07-19tools headers UAPI: Sync linux/kvm.h with the kernel sourcesPaolo Bonzini
2022-07-19KVM: selftests: Fix target thread to be migrated in rseq_testGavin Shan
2022-07-19KVM: stats: Fix value for KVM_STATS_UNIT_MAX for boolean statsOliver Upton
2022-07-19Merge branch 'amt-fix-validation-and-synchronization-bugs'Paolo Abeni