aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-09-12udf: Support splicing to fileJan Kara1-0/+1
2022-09-12arm64: defconfig: enable ARCH_NXPMichael Walle1-0/+1
2022-09-12arm64: dts: imx8mp-tqma8mpql-mba8mpxl: add missing pinctrl for RTC alarmAlexander Stein1-0/+6
2022-09-12ASoC: rt5640: Fix the issue of the abnormal JD2 statusOder Chiou2-19/+59
2022-09-12ARM: dts: imx: update sdma node name formatJoy Zou11-11/+11
2022-09-12Merge tag 'amd-drm-next-6.1-2022-09-08' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie181-3687/+69774
2022-09-12Merge drm/drm-next into drm-intel-nextJani Nikula545-17415/+22002
2022-09-12ALSA: dummy: Add customizable volume min/max.YJ Lee1-10/+24
2022-09-12block/drbd: remove unused w_start_resync declarationGaosheng Cui1-1/+0
2022-09-12ALSA: dummy: Fix trailing whitespaces.YJ Lee1-4/+4
2022-09-12drm/aperture: Fix some kerneldoc commentsThierry Reding1-5/+5
2022-09-12drm/format-helper: Add drm_fb_build_fourcc_list() helperThomas Zimmermann3-43/+123
2022-09-12drm/modes: Add initializer macro DRM_MODE_INIT()Thomas Zimmermann2-19/+39
2022-09-12drm/probe-helper: Add drm_crtc_helper_mode_valid_fixed()Thomas Zimmermann14-11/+69
2022-09-12drm/probe-helper: Add drm_connector_helper_get_modes_fixed()Thomas Zimmermann5-51/+46
2022-09-12blk-throttle: cleanup tg_update_disptime()Yu Kuai1-4/+7
2022-09-12blk-throttle: calling throtl_dequeue/enqueue_tg in pairsYu Kuai1-2/+2
2022-09-12blk-throttle: use 'READ/WRITE' instead of '0/1'Yu Kuai1-3/+3
2022-09-12blk-throttle: fix io hung due to configuration updatesYu Kuai2-6/+61
2022-09-12blk-throttle: factor out code to calculate ios/bytes_allowedYu Kuai1-24/+35
2022-09-12blk-throttle: prevent overflow while calculating wait timeYu Kuai1-5/+3
2022-09-12blk-throttle: fix that io throttle can only work for single bioYu Kuai5-19/+9
2022-09-12sbitmap: fix batched wait_cnt accountingKeith Busch3-16/+26
2022-09-11latencytop: use the last element of latency_record of systemwuchi1-2/+2
2022-09-11kernel/utsname_sysctl.c: print kernel archPetr Vorel2-0/+12
2022-09-11checkpatch: handle FILE pointer typeMickaël Salaün1-1/+5
2022-09-11asm-generic: make parameter types consistent in _unaligned_be48()Andy Shevchenko1-1/+1
2022-09-11kernel/profile.c: simplify duplicated code in profile_setup()wuchi1-18/+14
2022-09-11ntfs: check overflow when iterating ATTR_RECORDsHawkins Jiawei1-0/+8
2022-09-11ntfs: fix out-of-bounds read in ntfs_attr_find()Hawkins Jiawei1-4/+16
2022-09-11ntfs: fix use-after-free in ntfs_attr_find()Hawkins Jiawei1-0/+7
2022-09-11initramfs: mark my_inptr as __initdatawuchi1-1/+1
2022-09-11fail_function: fix wrong use of fei_attr_remove()Yang Yingliang1-1/+1
2022-09-11fail_function: refactor code of checking return value of register_kprobe()Yang Yingliang1-6/+5
2022-09-11fail_function: switch to memdup_user_nul() helperYang Yingliang1-9/+4
2022-09-11smpboot: use atomic_try_cmpxchg in cpu_wait_death and cpu_report_deathUros Bizjak1-7/+8
2022-09-11task_work: use try_cmpxchg in task_work_add, task_work_cancel_match and task_work_runUros Bizjak1-7/+9
2022-09-11lib: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-09-11init: move from strlcpy with unused retval to strscpyWolfram Sang2-4/+4
2022-09-11reiserfs: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-09-11ocfs2: move from strlcpy with unused retval to strscpyWolfram Sang2-3/+3
2022-09-11ia64: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-09-11alpha: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-09-11bitops: use try_cmpxchg in set_mask_bits and bit_clear_unlessUros Bizjak1-5/+6
2022-09-11hfs: replace kmap() with kmap_local_page() in btree.cFabio M. De Francesco1-14/+16
2022-09-11hfs: replace kmap() with kmap_local_page() in bnode.cFabio M. De Francesco1-20/+12
2022-09-11hfs: unmap the page in the "fail_page" labelFabio M. De Francesco1-0/+1
2022-09-11kexec: replace kmap() with kmap_local_page()Fabio M. De Francesco1-4/+4
2022-09-11iversion: use atomic64_try_cmpxchg)Uros Bizjak1-23/+9
2022-09-11aio: use atomic_try_cmpxchg in __get_reqs_availableUros Bizjak1-6/+3