summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-07-05i2c: testunit: don't erase registers after STOPWolfram Sang1-1/+1
2024-07-05mmc: sdhci: Do not lock spinlock around mmc_gpio_get_ro()Adrian Hunter1-5/+0
2024-07-05mmc: sdhci: Do not invert write-protect twiceAdrian Hunter1-7/+15
2024-07-05mmc: sdhci-pci: Convert PCIBIOS_* return codes to errnosIlpo Järvinen1-4/+7
2024-07-05ocfs2: fix DIO failure due to insufficient transaction creditsJan Kara4-0/+26
2024-07-05parisc: use generic sys_fanotify_mark implementationArnd Bergmann3-10/+2
2024-07-05x86: stop playing stack games in profile_pc()Linus Torvalds1-19/+1
2024-07-05gpiolib: cdev: Disallow reconfiguration without direction (uAPI v1)Kent Gibson1-6/+10
2024-07-05gpio: davinci: Validate the obtained number of IRQsAleksandr Mishin1-0/+5
2024-07-05drm/panel: simple: Add missing display timing flags for KOE TX26D202VM0BWALiu Ying1-0/+1
2024-07-05nvme: fixup comment for nvme RDMA Provider TypeHannes Reinecke1-2/+2
2024-07-05drm/radeon/radeon_display: Decrease the size of allocated memoryErick Archer2-8/+1
2024-07-05soc: ti: wkup_m3_ipc: Send NULL dummy message instead of pointer messageAndrew Davis1-5/+2
2024-07-05media: dvbdev: Initialize sbufRicardo Ribalda1-1/+1
2024-07-05ALSA: emux: improve patch ioctl data validationOswald Buddenhagen1-6/+11
2024-07-05crypto: ecdh - explicitly zeroize private_keyJoachim Vandersmissen1-0/+2
2024-07-05net/dpaa2: Avoid explicit cpumask var allocation on stackDawei Li1-5/+9
2024-07-05net/iucv: Avoid explicit cpumask var allocation on stackDawei Li1-8/+18
2024-07-05RDMA/restrack: Fix potential invalid address accessWenchao Hao1-50/+1
2024-07-05bpf: Add a check for struct bpf_fib_lookup sizeAnton Protopopov1-0/+3
2024-07-05mtd: partitions: redboot: Added conversion of operands to a larger typeDenis Arefev1-1/+1
2024-07-05x86/fpu: Fix AMD X86_BUG_FXSAVE_LEAK fixupUros Bizjak1-2/+2
2024-07-05vduse: Temporarily fail if control queue feature requestedMaxime Coquelin1-0/+5
2024-07-05vduse: validate block features only with block devicesMaxime Coquelin1-4/+5
2024-07-05drm/panel: ilitek-ili9881c: Fix warning with GPIO controllers that sleepLaurent Pinchart1-3/+3
2024-07-05bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()Christophe Leroy3-5/+12
2024-07-05netfilter: nf_tables: fully validate NFT_DATA_VALUE on store to data registersPablo Neira Ayuso3-5/+11
2024-07-05tcp: fix tcp_rcv_fastopen_synack() to enter TCP_CA_Loss for failed TFONeal Cardwell1-11/+27
2024-07-05parisc: use correct compat recv/recvfrom syscallsArnd Bergmann1-2/+2
2024-07-05sparc: fix compat recv/recvfrom syscallsArnd Bergmann2-223/+2
2024-07-05sparc: fix old compat_sys_select()Arnd Bergmann1-1/+1
2024-07-05Fix race for duplicate reqsk on identical SYNluoxuanqiang5-10/+30
2024-07-05tcp: Use BPF timeout setting for SYN ACK RTOAkhmat Karakotov6-11/+19
2024-07-05xdp: Remove WARN() from __xdp_reg_mem_model()Daniil Dulov1-3/+1
2024-07-05net: phy: micrel: add Microchip KSZ 9477 to the device tableEnguerrand de Ribaucourt1-0/+1
2024-07-05ibmvnic: Free any outstanding tx skbs during scrq resetNick Child1-0/+6
2024-07-05net: dsa: microchip: fix initial port flush problemTristram Ha1-5/+2
2024-07-05ASoC: fsl-asoc-card: set priv->pdev before using itElinor Montmasson1-1/+2
2024-07-05net: stmmac: Assign configured channel value to EXTTS eventOleksij Rempel1-1/+5
2024-07-05net: mdio: add helpers to extract clause 45 regad and devad fieldsRussell King (Oracle)1-0/+12
2024-07-05drm/amdgpu: fix UBSAN warning in kv_dpm.cAlex Deucher1-0/+2
2024-07-05cifs: fix typo in module parameter enable_gcm_256Steve French1-1/+1
2024-07-05pinctrl: rockchip: fix pinmux reset in rockchip_pmx_setHuang-Huang Bao1-1/+3
2024-07-05pinctrl: rockchip: use dedicated pinctrl type for RK3328Huang-Huang Bao2-1/+5
2024-07-05pinctrl: rockchip: fix pinmux bits for RK3328 GPIO3-B pinsHuang-Huang Bao1-0/+51
2024-07-05pinctrl: rockchip: fix pinmux bits for RK3328 GPIO2-B pinsHuang-Huang Bao1-7/+1
2024-07-05pinctrl: fix deadlock in create_pinctrl() when handling -EPROBE_DEFERHagar Hemdan1-1/+1
2024-07-05Input: ili210x - fix ili251x_read_touch_data() return valueJohn Keeping1-2/+2
2024-07-05gve: Clear napi->skb before dev_kfree_skb_any()Ziwei Xiao1-3/+5
2024-07-05gve: Add RX context.David Awogbemila2-37/+44