summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | drm/i915: Fix DISP_POS_Y and DISP_HEIGHT definesHans de Goede2022-04-251-2/+2
| * | | Merge tag 'drm-misc-fixes-2022-04-27' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2022-04-291-3/+0
| |\ \ \ | | |/ / | |/| |
| | * | drm/sun4i: Remove obsolete references to PHYS_OFFSETSamuel Holland2022-04-261-3/+0
* | | | Merge tag 'net-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-04-2870-414/+598
|\ \ \ \
| * | | | tcp: fix F-RTO may not work correctly when receiving DSACKPengcheng Yang2022-04-281-1/+2
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-04-283-30/+45
| |\ \ \ \
| | * | | | netfilter: nft_socket: only do sk lookups when indev is availableFlorian Westphal2022-04-281-14/+38
| | * | | | netfilter: conntrack: fix udp offload timeout sysctlVolodymyr Mytnyk2022-04-271-1/+1
| | * | | | netfilter: nf_conntrack_tcp: re-init for syn packets onlyFlorian Westphal2022-04-271-15/+6
| * | | | | Revert "ibmvnic: Add ethtool private flag for driver-defined queue limits"Dany Madden2022-04-282-100/+35
| * | | | | net: enetc: allow tc-etf offload even with NETIF_F_CSUM_MASKVladimir Oltean2022-04-281-4/+0
| * | | | | ixgbe: ensure IPsec VF<->PF compatibilityLeon Romanovsky2022-04-281-1/+2
| * | | | | MAINTAINERS: Update BNXT entry with firmware filesFlorian Fainelli2022-04-281-0/+2
| * | | | | Merge tag 'for-net-2022-04-27' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni2022-04-285-43/+83
| |\ \ \ \ \
| | * | | | | Bluetooth: hci_sync: Cleanup hci_conn if it cannot be abortedLuiz Augusto von Dentz2022-04-264-19/+39
| | * | | | | Bluetooth: hci_event: Fix creating hci_conn object on error statusLuiz Augusto von Dentz2022-04-261-0/+12
| | * | | | | Bluetooth: hci_event: Fix checking for invalid handle on error statusLuiz Augusto von Dentz2022-04-262-29/+37