summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-08-31btrfs: zoned: revive max_zone_append_bytesNaohiro Aota3-0/+20
2022-08-31block: add bdev_max_segments() helperNaohiro Aota1-0/+5
2022-08-31block: add a bdev_max_zone_append_sectors helperChristoph Hellwig3-4/+8
2022-08-31x86/entry: Move CLD to the start of the idtentry macroLai Jiangshan1-3/+5
2022-08-31kernel/sys_ni: add compat entry for fadvise64_64Randy Dunlap1-0/+1
2022-08-31parisc: Fix exception handler for fldw and fstw instructionsHelge Deller1-1/+1
2022-08-31parisc: Make CONFIG_64BIT available for ARCH=parisc64 onlyHelge Deller1-15/+6
2022-08-31cgroup: Fix race condition at rebind_subsystems()Jing-Ting Wu1-0/+1
2022-08-31audit: fix potential double free on error path from fsnotify_add_inode_markGaosheng Cui1-0/+1
2022-08-31eth: sun: cassini: remove dead codeMartin Liška1-2/+2
2022-08-31wifi: rtlwifi: remove always-true condition pointed out by GCC 12Jakub Kicinski1-4/+1
2022-08-25Linux 5.15.63v5.15.63Greg Kroah-Hartman1-1/+1
2022-08-25xfs: reject crazy array sizes being fed to XFS_IOC_GETBMAP*Darrick J. Wong1-1/+1
2022-08-25xfs: revert "xfs: actually bump warning counts when we send warnings"Eric Sandeen1-1/+0
2022-08-25xfs: fix soft lockup via spinning in filestream ag selection loopBrian Foster1-3/+4
2022-08-25xfs: fix overfilling of reserve poolDarrick J. Wong1-7/+6
2022-08-25xfs: always succeed at setting the reserve pool sizeDarrick J. Wong1-4/+5
2022-08-25xfs: remove infinite loop when reserving free block poolDarrick J. Wong1-30/+20
2022-08-25xfs: reserve quota for target dir expansion when renaming filesDarrick J. Wong1-1/+32
2022-08-25xfs: reserve quota for dir expansion when linking/unlinking filesDarrick J. Wong3-29/+106
2022-08-25xfs: flush inodegc workqueue tasks before cancelBrian Foster1-18/+4
2022-08-25scsi: ufs: ufs-mediatek: Fix build error and type mismatchRen Zhijie1-0/+2
2022-08-25can: j1939: j1939_sk_queue_activate_next_locked(): replace WARN_ON_ONCE with ...Fedor Pchelkin1-1/+4
2022-08-25MIPS: tlbex: Explicitly compare _PAGE_NO_EXEC against 0Nathan Chancellor1-2/+2
2022-08-25video: fbdev: i740fb: Check the argument of i740_calc_vclk()Zheyu Ma1-2/+7
2022-08-25venus: pm_helpers: Fix warning in OPP during probeStanimir Varbanov1-5/+5
2022-08-25powerpc/64: Init jump labels before parse_early_param()Zhouyi Zhou1-0/+7
2022-08-25smb3: check xattr value length earlierSteve French1-2/+3
2022-08-25f2fs: fix to do sanity check on segment type in build_sit_entries()Chao Yu1-0/+13
2022-08-25f2fs: fix to avoid use f2fs_bug_on() in f2fs_new_node_page()Chao Yu1-1/+5
2022-08-25ALSA: control: Use deferred fasync helperTakashi Iwai2-4/+5
2022-08-25ALSA: timer: Use deferred fasync helperTakashi Iwai1-5/+6
2022-08-25ALSA: core: Add async signal helpersTakashi Iwai2-0/+102
2022-08-25powerpc/ioda/iommu/debugfs: Generate unique debugfs entriesAlexey Kardashevskiy1-0/+2
2022-08-25ovl: warn if trusted xattr creation failsMiklos Szeredi1-2/+5
2022-08-25powerpc/32: Don't always pass -mcpu=powerpc to the compilerChristophe Leroy2-28/+19
2022-08-25powerpc/32: Set an IBAT covering up to _einittext during initChristophe Leroy2-8/+6
2022-08-25watchdog: export lockup_detector_reconfigureLaurent Dufour2-5/+18
2022-08-25RISC-V: Add fast call path of crash_kexec()Xianting Tian1-0/+4
2022-08-25riscv: mmap with PROT_WRITE but no PROT_READ is invalidCeleste Liu1-3/+2
2022-08-25riscv: dts: canaan: Add k210 topology informationConor Dooley1-0/+12
2022-08-25riscv: dts: sifive: Add fu740 topology informationConor Dooley1-0/+24
2022-08-25ASoC: rsnd: care default case on rsnd_ssiu_busif_err_irq_ctrl()Kuninori Morimoto1-0/+2
2022-08-25modules: Ensure natural alignment for .altinstructions and __bug_table sectionsHelge Deller1-0/+2
2022-08-25iommu/io-pgtable-arm-v7s: Add a quirk to allow pgtable PA up to 35bitYunfei Wang2-24/+66
2022-08-25mips: cavium-octeon: Fix missing of_node_put() in octeon2_usb_clocks_startLiang He1-1/+2
2022-08-25vfio: Clear the caps->buf to NULL after freeSchspa Shi1-0/+1
2022-08-25KVM: PPC: Book3S HV: Fix "rm_exit" entry in debugfs timingsFabiano Rosas1-11/+2
2022-08-25tty: serial: Fix refcount leak bug in ucc_uart.cLiang He1-0/+2
2022-08-25lib/list_debug.c: Detect uninitialized listsGuenter Roeck1-2/+10