summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-30irqchip/ingenic: Add support for the JZ4760Paul Cercueil2-0/+2
2021-03-30cifs: change noisy error message to FYIPaulo Alcantara1-1/+1
2021-03-30atm: idt77252: fix null-ptr-dereferenceTong Zhang1-2/+2
2021-03-30atm: uPD98402: fix incorrect allocationTong Zhang1-1/+1
2021-03-30net: enetc: set MAC RX FIFO to recommended valueAlex Marginean2-0/+8
2021-03-30net: davicom: Use platform_get_irq_optional()Paul Cercueil1-1/+1
2021-03-30net: wan: fix error return code of uhdlc_init()Jia-Ju Bai1-2/+6
2021-03-30net: hisilicon: hns: fix error return code of hns_nic_clear_all_rx_fetch()Jia-Ju Bai1-1/+3
2021-03-30NFS: Correct size calculation for create reply lengthFrank Sorenson1-1/+2
2021-03-30nfs: fix PNFS_FLEXFILE_LAYOUT Kconfig defaultTimo Rothenpieler1-1/+1
2021-03-30gpiolib: acpi: Add missing IRQF_ONESHOTYang Li1-1/+1
2021-03-30cpufreq: blacklist Arm Vexpress platforms in cpufreq-dt-platdevSudeep Holla1-0/+2
2021-03-30gfs2: fix use-after-free in trans_drainBob Peterson2-0/+6
2021-03-30cifs: ask for more credit on async read/write code pathsAurelien Aptel1-4/+2
2021-03-30gianfar: fix jumbo packets+napi+rx overrun crashMichael Braun1-0/+15
2021-03-30sun/niu: fix wrong RXMAC_BC_FRM_CNT_COUNT countDenis Efremov1-2/+0
2021-03-30net: intel: iavf: fix error return code of iavf_init_get_resources()Jia-Ju Bai1-1/+2
2021-03-30net: tehuti: fix error return code in bdx_probe()Jia-Ju Bai1-0/+1
2021-03-30blk-cgroup: Fix the recursive blkg rwstatXunlei Pang1-1/+2
2021-03-30scsi: ufs: ufs-qcom: Disable interrupt in reset pathNitin Rawat1-0/+10
2021-03-30ixgbe: Fix memleak in ixgbe_configure_clsu32Dinghao Liu1-2/+4
2021-03-30ALSA: hda: ignore invalid NHLT tableMark Pearson1-0/+5
2021-03-30Revert "r8152: adjust the settings about MAC clock speed down for RTL8153"Hayes Wang1-29/+6
2021-03-30atm: lanai: dont run lanai_dev_close if not openTong Zhang1-1/+4
2021-03-30atm: eni: dont release is never initializedTong Zhang1-1/+2
2021-03-30powerpc/4xx: Fix build errors from mfdcr()Michael Ellerman1-4/+4
2021-03-30net: fec: ptp: avoid register access when ipg clock is disabledHeiko Thiery1-0/+7
2021-03-30net: stmmac: fix dma physical address of descriptor when display ringJoakim Zhang5-34/+94
2021-03-30mt76: fix tx skb error handling in mt76_dma_tx_queue_skbFelix Fietkau1-9/+6
2021-03-30mm/memcg: set memcg when splitting pageZhou Guanghui1-0/+1
2021-03-30mm/memcg: rename mem_cgroup_split_huge_fixup to split_page_memcg and add nr_p...Zhou Guanghui3-15/+8
2021-03-25Linux 5.10.26v5.10.26Greg Kroah-Hartman1-1/+1
2021-03-25cifs: Fix preauth hash corruptionVincent Whitchurch1-1/+6
2021-03-25x86/apic/of: Fix CPU devicetree-node lookupsJohan Hovold1-0/+5
2021-03-25genirq: Disable interrupts for force threaded handlersThomas Gleixner1-0/+4
2021-03-25firmware/efi: Fix a use after bug in efi_mem_reserve_persistentLv Yunlong1-1/+2
2021-03-25efi: use 32-bit alignment for efi_guid_t literalsArd Biesheuvel1-2/+4
2021-03-25static_call: Fix static_call_update() sanity checkPeter Zijlstra2-1/+18
2021-03-25MAINTAINERS: move the staging subsystem to lists.linux.devGreg Kroah-Hartman1-2/+1
2021-03-25MAINTAINERS: move some real subsystems off of the staging mailing listGreg Kroah-Hartman1-2/+2
2021-03-25ext4: fix rename whiteout with fast commitHarshad Shirwadkar3-2/+12
2021-03-25ext4: fix potential error in ext4_do_update_inodeShijie Luo1-4/+4
2021-03-25ext4: do not try to set xattr into ea_inode if value is emptyzhangyi (F)1-1/+1
2021-03-25ext4: stop inode update before returnPan Bian1-1/+3
2021-03-25ext4: find old entry again if failed to rename whiteoutzhangyi (F)1-2/+27
2021-03-25ext4: fix error handling in ext4_end_enable_verity()Eric Biggers1-34/+55
2021-03-25efivars: respect EFI_UNSUPPORTED return from firmwareShawn Guo1-0/+4
2021-03-25x86: Introduce TS_COMPAT_RESTART to fix get_nr_restart_syscall()Oleg Nesterov2-24/+14
2021-03-25x86: Move TS_COMPAT back to asm/thread_info.hOleg Nesterov2-9/+9
2021-03-25kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()Oleg Nesterov6-11/+21