summaryrefslogtreecommitdiffstats
path: root/samples/pfsm (unfollow)
Commit message (Expand)AuthorFilesLines
2024-09-02nilfs2: improve kernel-doc comments for b-tree node helpersRyusuke Konishi1-9/+54
2024-09-02nilfs2: add missing argument descriptions for ioctl-related helpersRyusuke Konishi1-2/+15
2024-09-02nilfs2: add missing argument description for __nilfs_error()Ryusuke Konishi1-0/+4
2024-09-02nilfs2: do not output warnings when clearing dirty buffersRyusuke Konishi4-23/+10
2024-09-02nilfs2: add support for FS_IOC_SETFSLABELRyusuke Konishi1-0/+65
2024-09-02nilfs2: add support for FS_IOC_GETFSLABELRyusuke Konishi2-0/+39
2024-09-02nilfs2: add support for FS_IOC_GETFSSYSFSPATHRyusuke Konishi1-0/+1
2024-09-02nilfs2: add support for FS_IOC_GETUUIDRyusuke Konishi1-0/+3
2024-09-02lib/percpu_counter: add missing __percpu qualifier to a castUros Bizjak1-1/+1
2024-09-02lib/bcd: optimize _bin2bcd() for improved performanceKuan-Wei Chiu1-1/+3
2024-09-02drm/xe: clean up fault injection usageJani Nikula2-14/+3
2024-09-02drm/msm: clean up fault injection usageJani Nikula3-8/+0
2024-09-02fault-inject: improve build for CONFIG_FAULT_INJECTION=nJani Nikula12-7/+40
2024-09-02lib/rhashtable: cleanup fallback check in bucket_table_alloc()Davidlohr Bueso1-1/+1
2024-09-02watchdog: handle the ENODEV failure case of lockup_detector_delay_init() sepa...Waiman Long1-1/+4
2024-09-02lockdep: upper limit LOCKDEP_CHAINS_BITSJ. R. Okajima1-1/+1
2024-09-02failcmd: make failcmd.sh executableBreno Leitao1-0/+0
2024-09-02fault-injection: enhance failcmd to exit on non-hex address inputBreno Leitao1-0/+12
2024-09-02locking/ww_mutex/test: add MODULE_DESCRIPTION()Jeff Johnson1-0/+1
2024-09-02x86/mm: add testmmiotrace MODULE_DESCRIPTION()Jeff Johnson1-0/+1
2024-09-02crypto: arm/xor - add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-09-02failcmd: add script file in MAINTAINERSBreno Leitao1-0/+1
2024-09-02crash: fix crash memory reserve exceed system memory bugJinjie Ruan1-0/+3
2024-09-02fs/procfs: remove build ID-related code duplication in PROCMAP_QUERYAndrii Nakryiko1-15/+0
2024-09-02lib: checksum: use ARRAY_SIZE() to improve assert_setup_correct()Thorsten Blum1-6/+3
2024-09-02lib/lru_cache: fix spelling mistake "colision"->"collision"Deshan Zhang2-7/+7
2024-09-02closures: use seq_putc() in debug_show()Markus Elfring1-1/+1
2024-09-02dyndbg: use seq_putc() in ddebug_proc_show()Markus Elfring1-2/+2
2024-09-02scripts/gdb: add 'lx-kasan_mem_to_shadow' commandKuan-Ying Lee2-0/+45
2024-09-02scripts/gdb: add 'lx-stack_depot_lookup' command.Kuan-Ying Lee1-0/+27
2024-09-02scripts/gdb: fix lx-mounts command errorKuan-Ying Lee1-2/+2
2024-09-02scripts/gdb: add iteration function for rbtreeKuan-Ying Lee1-0/+12
2024-09-02scripts/gdb: fix timerlist parsing issueKuan-Ying Lee1-15/+16