summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fs: sysv: check sbi->s_firstdatazone in complete_read_superLiu Shixin2022-04-291-1/+3
* kernel: make taskstats available from all net namespacesxu xin2022-04-291-0/+1
* taskstats: version 12 with thread group and exe infoDr. Thomas Orgis2022-04-297-7/+473
* rapidio: remove unnecessary use of list iteratorJakob Koschel2022-04-291-2/+2
* kexec: remove redundant assignmentsMichal Orzel2022-04-291-2/+0
* MAINTAINERS: remove redundant file of PTRACE SUPPORT entryTiezhu Yang2022-04-291-1/+0
* ptrace: fix wrong comment of PT_DTRACETiezhu Yang2022-04-291-1/+1
* ptrace: remove redudant check of #ifdef PTRACE_SINGLESTEPTiezhu Yang2022-04-291-6/+0
* fat: add ratelimit to fat*_ent_bread()OGAWA Hirofumi2022-04-291-3/+4
* fatfs: add FAT messages to printk indexJonathan Lassoff2022-04-292-5/+18
* fatfs: remove redundant judgmentYubo Feng2022-04-291-4/+2
* init/Kconfig: remove USELIB syscall by defaultKees Cook2022-04-291-2/+2
* list: fix a data-race around ep->rdllistKuniyuki Iwashima2022-04-291-3/+3
* pipe: make poll_usage boolean and annotate its accessKuniyuki Iwashima2022-04-292-2/+2
* lib: remove back_str initializationTom Rix2022-04-291-1/+1
* lib/string.c: simplify str[c]spnRasmus Villemoes2022-04-291-19/+6
* lib/test_string.c: add strspn and strcspn testsRasmus Villemoes2022-04-291-0/+33
* lib/Kconfig.debug: remove more CONFIG_..._VALUE indirectionsRasmus Villemoes2022-04-293-24/+3
* lib/test_meminit: optimize do_kmem_cache_rcu_persistent() testXiaoke Wang2022-04-291-2/+10
* get_maintainer: Honor mailmap for in file emailsRob Herring2022-04-291-0/+1
* kernel: pid_namespace: use NULL instead of using plain integer as pointerHaowen Bai2022-04-291-1/+1
* net: unexport csum_and_copy_{from,to}_userChristoph Hellwig2022-04-294-7/+0
* vmcore: convert read_from_oldmem() to take an iov_iterMatthew Wilcox (Oracle)2022-04-293-32/+25
* vmcore: convert __read_vmcore to use an iov_iterMatthew Wilcox (Oracle)2022-04-291-52/+30
* vmcore: convert copy_oldmem_page() to take an iov_iterMatthew Wilcox (Oracle)2022-04-2912-260/+91
* fs/proc/kcore.c: remove check of list iterator against head past the loop bodyJakob Koschel2022-04-291-5/+9
* ocfs2: rewrite error handling of ocfs2_fill_superHeming Zhao via Ocfs2-devel2022-04-291-35/+32
* ocfs2: ocfs2_mount_volume does cleanup job before return errorHeming Zhao via Ocfs2-devel2022-04-291-12/+23
* ocfs2: ocfs2_initialize_super does cleanup job before return errorHeming Zhao via Ocfs2-devel2022-04-291-18/+41
* ocfs2: change return type of ocfs2_resmap_initHeming Zhao via Ocfs2-devel2022-04-293-15/+4
* ocfs2: fix mounting crash if journal is not allocedHeming Zhao via Ocfs2-devel2022-04-294-12/+42
* ocfs2: remove usage of list iterator variable after the loop bodyJakob Koschel2022-04-291-6/+6
* ocfs2: replace usage of found with dedicated list iterator variableJakob Koschel2022-04-292-16/+15
* scripts/bloat-o-meter: filter out vermagic as it is not relevantPaul Gortmaker2022-04-291-0/+1
* scripts/decode_stacktrace.sh: support old bash versionSchspa Shi2022-04-291-8/+19
* ia64: replace comments with C99 initializersBenjamin Stürz2022-04-291-32/+32
* ia64: ptrace: fix typos in commentsJulia Lawall2022-04-291-1/+1
* ia64: fix typos in commentsJulia Lawall2022-04-294-5/+5
* Merge tag 'drm-fixes-2022-04-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-04-2914-155/+195
|\
| * Merge tag 'amd-drm-fixes-5.18-2022-04-27' of https://gitlab.freedesktop.org/a...Dave Airlie2022-04-2910-140/+165
| |\
| | * drm/amdgpu: keep mmhub clock gating being enabled during s2idle suspendPrike Liang2022-04-271-0/+10
| | * drm/amd/pm: fix the deadlock issue observed on SIEvan Quan2022-04-274-55/+39
| | * drm/amd/display: Fix memory leak in dcn21_clock_source_createMiaoqian Lin2022-04-271-0/+1
| | * drm/amdgpu: don't runtime suspend if there are displays attached (v3)Alex Deucher2022-04-271-35/+70
| | * drm/amdkfd: CRIU add support for GWS queuesDavid Yat Sin2022-04-272-4/+8
| | * drm/amdkfd: Fix GWS queue countDavid Yat Sin2022-04-271-46/+37
| * | Merge tag 'drm-intel-fixes-2022-04-28' of git://anongit.freedesktop.org/drm/d...Dave Airlie2022-04-293-12/+30
| |\ \
| | * | drm/i915/fbc: Consult hw.crtc instead of uapi.crtcVille Syrjälä2022-04-261-1/+1
| | * | drm/i915: Fix SEL_FETCH_PLANE_*(PIPE_B+) register addressesImre Deak2022-04-261-1/+1
| | * | drm/i915: Check EDID for HDR static metadata when choosing blcJouni Högander2022-04-251-8/+26