summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-30ia64: fix ptrace(PTRACE_SYSCALL_INFO_EXIT) signSergei Trofimovich1-1/+1
2021-03-30ia64: fix ia64_syscall_get_set_arguments() for break-based syscallsSergei Trofimovich1-6/+18
2021-03-30block: Suppress uevent for hidden device when removedDaniel Wagner1-3/+1
2021-03-30nfs: we don't support removing system.nfs4_aclJ. Bruce Fields1-0/+3
2021-03-30nvme-pci: add the DISABLE_WRITE_ZEROES quirk for a Samsung PM1725aDmitry Monakhov1-0/+1
2021-03-30nvme-fc: return NVME_SC_HOST_ABORTED_CMD when a command has been abortedHannes Reinecke1-1/+1
2021-03-30nvme: add NVME_REQ_CANCELLED flag in nvme_cancel_request()Hannes Reinecke1-0/+1
2021-03-30drm/radeon: fix AGP dependencyChristian König1-0/+1
2021-03-30drm/amdgpu: fb BO should be ttm_bo_type_deviceNirmoy Das1-1/+1
2021-03-30drm/amd/display: Revert dram_clock_change_latency for DCN2.1Sung Lee1-1/+1
2021-03-30regulator: qcom-rpmh: Correct the pmic5_hfsmps515 bucksatya priya1-2/+2
2021-03-30u64_stats,lockdep: Fix u64_stats_init() vs lockdepPeter Zijlstra1-3/+4
2021-03-30habanalabs: Call put_pid() when releasing control deviceTomer Tayar1-0/+2
2021-03-30sparc64: Fix opcode filtering in handling of no fault loadsRob Gardner1-7/+6
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: 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-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-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-30hugetlbfs: hugetlb_fault_mutex_hash() cleanupMike Kravetz4-9/+9
2021-03-24Linux 5.4.108v5.4.108Greg Kroah-Hartman1-1/+1
2021-03-24cifs: Fix preauth hash corruptionVincent Whitchurch1-1/+6
2021-03-24x86/apic/of: Fix CPU devicetree-node lookupsJohan Hovold1-0/+5
2021-03-24genirq: Disable interrupts for force threaded handlersThomas Gleixner1-0/+4
2021-03-24firmware/efi: Fix a use after bug in efi_mem_reserve_persistentLv Yunlong1-1/+2
2021-03-24efi: use 32-bit alignment for efi_guid_t literalsArd Biesheuvel1-2/+4
2021-03-24ext4: fix potential error in ext4_do_update_inodeShijie Luo1-4/+4
2021-03-24ext4: do not try to set xattr into ea_inode if value is emptyzhangyi (F)1-1/+1
2021-03-24ext4: find old entry again if failed to rename whiteoutzhangyi (F)1-2/+27
2021-03-24x86: Introduce TS_COMPAT_RESTART to fix get_nr_restart_syscall()Oleg Nesterov2-24/+14
2021-03-24x86: Move TS_COMPAT back to asm/thread_info.hOleg Nesterov2-9/+9
2021-03-24kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()Oleg Nesterov6-11/+21