summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-05-1977-427/+679
|\
| * fs/proc: fix softlockup in __read_vmcoreRik van Riel2024-05-111-0/+2
| * nilfs2: convert BUG_ON() in nilfs_finish_roll_forward() to WARN_ON()Ryusuke Konishi2024-05-111-1/+3
| * scripts: checkpatch: check unused parameters for function-like macroXining Xu2024-05-112-0/+20
| * Documentation: coding-style: ask function-like macros to evaluate parametersBarry Song2024-05-111-0/+23
| * nilfs2: use __field_struct() for a bitwise fieldBart Van Assche2024-05-111-1/+5
| * selftests/kcmp: remove unused open modeEdward Liaw2024-05-111-1/+1
| * nilfs2: remove calls to folio_set_error() and folio_clear_error()Matthew Wilcox (Oracle)2024-05-112-8/+1
| * kernel/watchdog_perf.c: tidy up kerneldocAndrew Morton2024-05-081-3/+0
| * watchdog: allow nmi watchdog to use raw perf eventSong Liu2024-05-084-2/+53
| * watchdog: handle comma separated nmi_watchdog command lineSong Liu2024-05-081-0/+7
| * nilfs2: make superblock data array index computation sparse friendlyRyusuke Konishi2024-05-081-2/+18
| * squashfs: remove calls to set the folio error flagMatthew Wilcox (Oracle)2024-05-082-7/+2
| * squashfs: convert squashfs_symlink_read_folio to use folio APIsMatthew Wilcox (Oracle)2024-05-081-19/+16
| * scripts/gdb: fix detection of current CPU in KGDBFlorian Rommel2024-05-081-5/+1
| * scripts/gdb: make get_thread_info accept pointersFlorian Rommel2024-05-081-1/+1
| * scripts/gdb: fix parameter handling in $lx_per_cpuFlorian Rommel2024-05-081-3/+2
| * scripts/gdb: fix failing KGDB detection during probeFlorian Rommel2024-05-081-1/+1
| * kfifo: don't use "proxy" headersAndy Shevchenko2024-05-083-7/+13
| * media: stih-cec: add missing io.hAndy Shevchenko2024-05-081-0/+1
| * media: rc: add missing io.hAndy Shevchenko2024-05-084-0/+4
| * tools lib rbtree: pick some improvements from the kernel rbtree codeArnaldo Carvalho de Melo2024-05-082-3/+3
| * ocfs2: remove redundant assignment to variable statusColin Ian King2024-05-081-1/+0
| * nilfs2: convert to use the new mount APIEric Sandeen2024-05-084-229/+174
| * kexec: fix the unexpected kexec_dprintk() macroBaoquan He2024-05-081-4/+2
| * crash: add prefix for crash dumping messagesBaoquan He2024-05-082-2/+4
| * cpumask: delete unused reset_cpu_possible_mask()Alexey Dobriyan2024-05-081-5/+0
| * mux: remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2024-04-291-2/+2
| * pps: remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2024-04-291-3/+3
| * intel_th: remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2024-04-291-3/+3
| * nilfs2: add kernel-doc comments to nilfs_remove_all_gcinodes()Yang Li2024-04-251-0/+1
| * nilfs2: add kernel-doc comments to nilfs_btree_convert_and_insert()Yang Li2024-04-251-7/+16
| * nilfs2: add kernel-doc comments to nilfs_do_roll_forward()Yang Li2024-04-251-0/+1
| * blktrace: convert strncpy() to strscpy_pad()Arnd Bergmann2024-04-251-2/+1
| * block/partitions/ldm: convert strncpy() to strscpy()Arnd Bergmann2024-04-251-4/+2
| * test_hexdump: avoid string truncation warningArnd Bergmann2024-04-251-1/+1
| * ocfs2: use coarse time for new created filesSu Yue2024-04-251-1/+1
| * ocfs2: update inode fsync transaction id in ocfs2_unlink and ocfs2_linkSu Yue2024-04-251-0/+2
| * ocfs2: fix races between hole punching and AIO+DIOSu Yue2024-04-251-0/+2
| * ocfs2: return real error code in ocfs2_dio_wr_get_blockSu Yue2024-04-251-2/+0
| * vmcore: replace strncpy with strscpy_padJustin Stitt2024-04-251-3/+2
| * devres: don't use "proxy" headersAndy Shevchenko2024-04-251-3/+6
| * devres: switch to use dev_err_probe() for unificationAndy Shevchenko2024-04-251-8/+9
| * kgdb: add HAS_IOPORT dependencyNiklas Schnelle2024-04-251-0/+1
| * Squashfs: remove deprecated strncpy by not copying the stringPhillip Lougher2024-04-251-10/+4
| * ipc: remove the now superfluous sentinel element from ctl_table arrayJoel Granados2024-04-252-2/+0
| * initrd: remove the now superfluous sentinel element from ctl_table arrayJoel Granados2024-04-251-1/+0
| * kcov: avoid clang out-of-range warningArnd Bergmann2024-04-251-1/+2
| * Documentation: kdump: clean up the outdated descriptionBaoquan He2024-04-251-4/+4
| * ocfs2: fix sparse warningsHeming Zhao2024-04-255-15/+16