lkml.org 
[lkml]   [2023]   [May]   [10]   [last100]  
 
/

10 May 2023

 
 Re: [PATCH v9 00/30] Add KVM LoongArch supportTianrui Zhao
 Re: [PATCH] virtio_ring: use u32 for virtio_max_dma_sizeJason Wang
 Re: [PATCH] virtio_ring: use u32 for virtio_max_dma_size"Michael S. Tsirkin"
 Re: [PATCH v3 3/3] spi: s3c64xx: support interrupt based pio modeJaewon Kim
 Re: [PATCH] parisc: kexec: include reboot.hBaoquan He
[New]include/linux/compiler_types.h:357:45: error: call to '__compileti ...kernel test robot
 Re: [PATCH v3 3/3] Documentation: trace: Add documentation for Cor ...Bagas Sanjaya
 linux-next stats (Was: Linux 6.4-rc1)Stephen Rothwell
 Re: [RFD] posix-timers: CRIU woesPavel Tikhomirov
 Re: [PATCH v4 0/4] drm: sun4i: set proper TCON0 DCLK rate in DSI modeFrank Oltmanns
[New][PATCH 00/23] arch: allow pte_offset_map[_lock]() to failHugh Dickins
 [PATCH 01/23] arm: allow pte_offset_map[_lock]() to failHugh Dickins
 [PATCH 02/23] arm64: allow pte_offset_map() to failHugh Dickins
 [PATCH 03/23] arm64/hugetlb: pte_alloc_huge() pte_offset_huge()Hugh Dickins
 Re: [PATCH 22/32] vfs: inode cache conversion to hash-blDave Chinner
 [PATCH 04/23] ia64/hugetlb: pte_alloc_huge() pte_offset_huge()Hugh Dickins
 [PATCH 05/23] m68k: allow pte_offset_map[_lock]() to failHugh Dickins
 Re: [PATCH 21/32] hlist-bl: add hlist_bl_fake()Dave Chinner
[New][PATCH net v1] net: mscc: ocelot: fix stat counter register valuesColin Foster
 [PATCH 06/23] microblaze: allow pte_offset_map() to failHugh Dickins
[New]Fwd: e1000e - slow receive / rx - i219-LM (Alder Lake)Bagas Sanjaya
 [PATCH 07/23] mips: update_mmu_cache() can replace __update_tlb()Hugh Dickins
 [PATCH 08/23] parisc: add pte_unmap() to balance get_ptep()Hugh Dickins
 [PATCH 09/23] parisc: unmap_uncached_pte() use pte_offset_kernel()Hugh Dickins
 [PATCH 10/23] parisc/hugetlb: pte_alloc_huge() pte_offset_huge()Hugh Dickins
 [PATCH 11/23] powerpc: kvmppc_unmap_free_pmd() pte_offset_kernel()Hugh Dickins
 [PATCH 12/23] powerpc: allow pte_offset_map[_lock]() to failHugh Dickins
 [PATCH 13/23] powerpc/hugetlb: pte_alloc_huge()Hugh Dickins
 [PATCH 14/23] riscv/hugetlb: pte_alloc_huge() pte_offset_huge()Hugh Dickins
 Re: [PATCH net v3] virtio_net: Fix error unwinding of XDP initiali ...Jason Wang
 [PATCH 15/23] s390: allow pte_offset_map_lock() to failHugh Dickins
 [PATCH 16/23] s390: gmap use pte_unmap_unlock() not spin_unlock()Hugh Dickins
 [PATCH 17/23] sh/hugetlb: pte_alloc_huge() pte_offset_huge()Hugh Dickins
 [PATCH 18/23] sparc/hugetlb: pte_alloc_huge() pte_offset_huge()Hugh Dickins
 [PATCH 19/23] sparc: allow pte_offset_map() to failHugh Dickins
 [PATCH 20/23] sparc: iounit and iommu use pte_offset_kernel()Hugh Dickins
[New][paulmck-rcu:dev.2023.05.08c] BUILD SUCCESS b7c6d563fb2aa29acb91fd ...kernel test robot
 [PATCH 21/23] x86: Allow get_locked_pte() to failHugh Dickins
 [PATCH 22/23] x86: sme_populate_pgd() use pte_offset_kernel()Hugh Dickins
 [PATCH 23/23] xtensa: add pte_unmap() to balance pte_offset_map()Hugh Dickins
 Re: [PATCH net] net: phy: bcm7xx: Correct read from expansion registerpatchwork-bot+netdevbpf@kernel ...
 RE: [PATCH 2/2] ufs: don't use the fair tag sharingsAvri Altman
 Re: [PATCH 2/2] bcache: Convert to lock_cmp_fnColy Li
[New][PATCH v3 3/7] ufs: mcq: Add supporting functions for mcq abort"Bao D. Nguyen"
[New][PATCH v3 7/7] ufs: core: Add error handling for MCQ mode"Bao D. Nguyen"
[New][PATCH v3 5/7] ufs: mcq: Added ufshcd_mcq_abort()"Bao D. Nguyen"
[New][PATCH v3 1/7] ufs: core: Combine 32-bit command_desc_base_addr_lo/hi"Bao D. Nguyen"
[New][PATCH v3 6/7] ufs: mcq: Use ufshcd_mcq_poll_cqe_lock() in mcq mode"Bao D. Nguyen"
[New][PATCH v3 2/7] ufs: core: Update the ufshcd_clear_cmds() functionality"Bao D. Nguyen"
[New][PATCH v3 4/7] ufs: mcq: Add support for clean up mcq resources"Bao D. Nguyen"
 RE: [PATCH 1/1] locking/qspinlock: Fix state-transition changes in ..."Zhuo, Qiuxu"
 Re: [PATCH v2 1/6] KVM: x86/mmu: add a new mmu zap helper to indic ...Chao Gao
 Re: [PATCH net-next V2 1/2] virtio-net: convert rx mode setting to ..."Michael S. Tsirkin"
[New]Situation of CONFIG_CLK_SUNXI_PRCM_SUN9ILukas Bulwahn
[New][PATCH v4 1/4] kunit: Always run cleanup from a test kthreadDavid Gow
 [PATCH v4 2/4] Documentation: kunit: Note that assertions should n ...David Gow
 [PATCH v4 3/4] Documentation: kunit: Warn that exit functions run ...David Gow
 [PATCH v4 4/4] kunit: example: Provide example exit functionsDavid Gow
 Re: [PATCH v2 3/6] KVM: x86/mmu: only zap EPT when guest MTRR changesChao Gao
 Re: Situation of CONFIG_BLK_WBT_MQ after commit b11d31ae01e6 ("blk ...Lukas Bulwahn
 Re: kernfs: Prefer strscpy over strlcpy callsLinus Torvalds
 Re: [PATCH v2 1/2] cpufreq/schedutil: Remove fast_switch_possible ...Wyes Karny
 Re: [PATCH v3 1/6] serial: 8250: Change dl_read/write to handle va ...Jiri Slaby
 Re: [PATCH V5 03/21] crypto: hisilicon/qm: Fix to enable build wit ...Sunil V L
 Re: arch/um/drivers/harddog_user.c:6:10: fatal error: stdio.h: No ...Richard Weinberger
 Re: [PATCH v3 3/6] serial: 8250: Add dl_read/write, bugs and mapsi ...Jiri Slaby
[New][PATCH v2] dmaengine: xilinx: dma: remove arch dependencyZong Li
[New][PATCH] bus: mhi: host: Skip MHI reset if device is in RDDMQiang Yu
[New][PATCH v8 0/6] Linear Address Masking (LAM) KVM EnablingBinbin Wu
 [PATCH v8 1/6] KVM: x86: Consolidate flags for __linearize()Binbin Wu
 [PATCH v8 2/6] KVM: x86: Virtualize CR4.LAM_SUPBinbin Wu
 [PATCH v8 4/6] KVM: x86: Introduce untag_addr() in kvm_x86_opsBinbin Wu
 [PATCH v8 3/6] KVM: x86: Virtualize CR3.LAM_{U48,U57}Binbin Wu
 [PATCH v8 6/6] KVM: x86: Expose LAM feature to userspace VMMBinbin Wu
 [PATCH v8 5/6] KVM: x86: Untag address when LAM applicableBinbin Wu
[New][PATCH net-next] net: liquidio: lio_vf_main: Remove unnecessary (v ...wuych
 Re: [PATCH 00/23] arch: allow pte_offset_map[_lock]() to failMatthew Wilcox
 Re: [PATCH v2 0/2] serial: core: fix broken console after suspendLukasz Majczak
 [PATCH 2/2] maple_tree: Drop mtree_alloc_{range,rrange}() and rela ...Peng Zhang
[New][PATCH 1/2] maple_tree: Drop the test code for mtree_alloc_{range, ...Peng Zhang
 Re: [PATCH 06/32] sched: Add task_struct->faults_disabled_mappingKent Overstreet
 Re: [PATCH 2/2] ASoC: ssm3515: Add new amp driverMartin_Povišer
 Re: [PATCH 1/2] sh: dma: fix `dmaor_read_reg`/`dmaor_write_reg` macrosJohn Paul Adrian Glaubitz
[New]Kernel 6.4-rc1 ARM boot failsColin Foster
 Re: Kernel 6.4-rc1 ARM boot failsArd Biesheuvel
 Re: [PATCH v2 0/2] serial: core: fix broken console after suspendGreg Kroah-Hartman
 [PATCH v11 01/11] dt-bindings: remoteproc: mediatek: Improve the r ...Tinghan Shen
 [PATCH v11 03/11] dt-bindings: remoteproc: mediatek: Support MT819 ...Tinghan Shen
 [PATCH v11 02/11] arm64: dts: mediatek: Update the node name of SC ...Tinghan Shen
 [PATCH v11 08/11] remoteproc: mediatek: Setup MT8195 SCP core 1 SR ...Tinghan Shen
[New][PATCH v11 00/11] Add support for MT8195 SCP 2nd coreTinghan Shen
 [PATCH v11 07/11] remoteproc: mediatek: Control SCP core 1 by rpro ...Tinghan Shen
 [PATCH v11 10/11] remoteproc: mediatek: Refine ipi handler error m ...Tinghan Shen
 [PATCH v11 09/11] remoteproc: mediatek: Handle MT8195 SCP core 1 w ...Tinghan Shen
 [PATCH v11 06/11] remoteproc: mediatek: Probe multi-core SCPTinghan Shen
 [PATCH v11 05/11] remoteproc: mediatek: Introduce cluster on singl ...Tinghan Shen
 [PATCH v11 11/11] arm64: dts: mediatek: mt8195: Add SCP 2nd coreTinghan Shen
 [PATCH v11 04/11] remoteproc: mediatek: Add MT8195 SCP core 1 oper ...Tinghan Shen
[New][PATCH v2] perf bpf skels: Make vmlinux.h use bpf.h and perf_event ...Yang Jihong
 Re: [PATCH 2/2] arm64: dts: qcom: pm7250b: make SID configurable"Luca Weiss"
 Re: [PATCH] perf bpf skels: vmlinux.h uses bpf.h and perf_event.h ...Yang Jihong
 Re: [PATCH 07/32] mm: Bring back vmalloc_execEric Biggers
 Re: [PATCH 2/2] maple_tree: Drop mtree_alloc_{range,rrange}() and ...Peng Zhang
 Re: [PATCH v3 3/5] soc: starfive: Extract JH7110 pmu private opera ...Walker Chen
 Re: [PATCH 02/23] arm64: zynqmp: Fix usb node drive strength and s ...Laurent Pinchart
 Re: [PATCH 01/23] arm64: zynqmp: Describe TI phy as ethernet-phy-idLaurent Pinchart
 Re: [PATCH 1/4] audit: refactor queue full checksRinat Gadelshin
 Re: [PATCH 6.3 000/694] 6.3.2-rc2 reviewRudi Heitbaum
 Re: [PATCH v3 3/3] spi: s3c64xx: support interrupt based pio modeMarek Szyprowski
 Re: [PATCH 2/2] arm64: dts: qcom: pm7250b: make SID configurableKrzysztof Kozlowski
 Re: [PATCH 03/23] arm64: zynqmp: Set qspi tx-buswidth to 4Laurent Pinchart
[New][syzbot] [btrfs?] KASAN: slab-use-after-free Read in __btrfs_relea ...syzbot
 Re: [PATCH 10/17] PM: EM: Add runtime update interface to modify E ...Lukasz Luba
[New][PATCH 0/2] Reworking configurability of X86_FEATURE_NAMESLukas Bulwahn
 [PATCH 1/2] x86: make X86_FEATURE_NAMES non-configurable in promptLukas Bulwahn
 [PATCH 2/2] x86: always build with X86_FEATURE_NAMES functionalityLukas Bulwahn
 Re: [PATCH 05/23] arm64: zynqmp: Add L2 cache nodesLaurent Pinchart
 Re: [PATCH] riscv: Optimize memsetAndrew Jones
[New][PATCH 0/2] KingFisher: support regulators for PCIeWolfram Sang
 [PATCH 1/2] dt-bindings: PCI: rcar-pci-host: add optional regulatorsWolfram Sang
 Re: [PATCH 06/23] arm64: zynqmp: Sync node name address with reg ( ...Laurent Pinchart
 Re: [PATCH] RDMA/mana_ib: Use v2 version of cfg_rx_steer_req to en ...Leon Romanovsky
 [PATCH 2/2] PCI: rcar-host: add support for optional regulatorsWolfram Sang
 Re: [PATCH 07/23] arm64: zynqmp: Add pmu interrupt-affinityLaurent Pinchart
 Re: [PATCH 01/17] PM: EM: Refactor em_cpufreq_update_efficiencies( ...Lukasz Luba
 Re: [PATCH v3 2/5] dt-bindings: clocks: atmel,at91rm9200-pmc: conv ...<Claudiu.Beznea@microchi ...
 Re: [PATCH] x86: make config X86_FEATURE_NAMES visible with EXPERTLukas Bulwahn
 Re: [PATCH 08/23] arm64: zynqmp: Add resets property to sdhci nodesLaurent Pinchart
 Re: [PATCH v9 2/2] spi: loongson: add bus driver for the loongson ...Andy Shevchenko
 Re: [PATCH v2 2/5] ASoC: dt-bindings: Add tas2781 amplifierKrzysztof Kozlowski
[New][syzbot] Monthly bpf report (May 2023)syzbot
 Re: [PATCH v3 2/5] dt-bindings: clocks: atmel,at91rm9200-pmc: conv ...Krzysztof Kozlowski
 Re: [PATCH v3 1/5] dt-bindings: power: Add JH7110 AON PMU supportConor Dooley
 Re: [PATCH bpf-next] arm64,bpf: Support struct arguments in the BP ...Xu Kuohai
 Re: [PATCH 05/17] trace: energy_model: Add trace event for EM runt ...Lukasz Luba
 Re: [PATCH 02/17] PM: EM: Find first CPU online while updating OPP ...Lukasz Luba
 Re: [PATCH 1/2] sched/deadline: accurate reclaim bandwidth for GRUBluca abeni
 Re: [PATCH v2 1/3] dt-bindings: phy: cadence-torrent: Add latency ...Krzysztof Kozlowski
 Re: [PATCH V8 1/4] riscv: select FTRACE_MCOUNT_USE_PATCHABLE_FUNCT ...Björn Töpel
 Re: [PATCH 2/3] dt-bindings: clock: qcom,mmcc: define clocks/clock ...Krzysztof Kozlowski
 Re: [PATCH RFC 31/43] x86/modules: Adapt module loading for PIE su ..."Hou Wenlong"
 Re: [PATCH V4 1/3] dt-bindings: clock: qcom: Add SM8450 video cloc ...Krzysztof Kozlowski
 Re: [PATCH 01/23] arm64: zynqmp: Describe TI phy as ethernet-phy-idMichal Simek
 Re: [PATCH 2/4] dt-bindings: clock: qcom: Add SM8550 video clock c ...Krzysztof Kozlowski
 Re: [PATCH 1/2] RISC-V: lib: Improve memset assembler formattingConor Dooley
 Re: [PATCH 05/23] m68k: allow pte_offset_map[_lock]() to failGeert Uytterhoeven
 Re: [PATCH v3 2/5] dt-bindings: clocks: atmel,at91rm9200-pmc: conv ...<Claudiu.Beznea@microchi ...
 Re: [PATCH 05/23] arm64: zynqmp: Add L2 cache nodesMichal Simek
 Re: [PATCH] ASoC: dt-bindings: Adjust #sound-dai-cells on TI's sin ...Krzysztof Kozlowski
 Re: [PATCH 1/4] audit: refactor queue full checksEiichi Tsukata
 Re: [PATCH v3 1/5] dt-bindings: power: Add JH7110 AON PMU supportChanghuang Liang
 Re: [PATCH v4 2/4] can: m_can: Add hrtimer to generate software in ...Marc Kleine-Budde
 Re: [PATCH 1/2] dt-bindings: PCI: rcar-pci-host: add optional regu ...Geert Uytterhoeven
 Re: [PATCH 0/4] perf tools: Add printing perf_event_attr `config` ...Yang Jihong
 Re: [PATCH 6.3 000/694] 6.3.2-rc2 reviewGreg Kroah-Hartman
[New][PATCH] ALSA: PCM: Fix codestyle issues in pcm_native.cIvan Orlov
 Re: [PATCH 2/2] PCI: rcar-host: add support for optional regulatorsGeert Uytterhoeven
 [PATCH v6 03/21] timer: Add comment to get_next_timer_interrupt() ...Anna-Maria Behnsen
 [PATCH v6 04/21] timer: Move store of next event into __next_timer ...Anna-Maria Behnsen
 [PATCH v6 01/21] tick-sched: Warn when next tick seems to be in th ...Anna-Maria Behnsen
 [PATCH v6 05/21] timer: Split next timer interrupt logicAnna-Maria Behnsen
 Re: [PATCH v3 3/3] genirq: Use the maple tree for IRQ descriptors ...Yujie Liu
 Re: [PATCH 1/4] audit: refactor queue full checksRinat Gadelshin
 [PATCH v6 02/21] timer: Do not IPI for deferrable timersAnna-Maria Behnsen
 [PATCH v6 06/21] timer: Rework idle logicAnna-Maria Behnsen
[New][PATCH v6 00/21] timer: Move from a push remote at enqueue to a pu ...Anna-Maria Behnsen
 [PATCH v6 08/21] workqueue: Use global variant for add_timer()Anna-Maria Behnsen
 [PATCH v6 07/21] timers: Introduce add_timer() variants which modi ...Anna-Maria Behnsen
 [PATCH v6 12/21] timer: Keep the pinned timers separate from the o ...Anna-Maria Behnsen
 [PATCH v6 14/21] timer: Split out "get next timer interrupt" funct ...Anna-Maria Behnsen
 [PATCH v6 10/21] timers: Ease code in run_local_timers()Anna-Maria Behnsen
 [PATCH v6 11/21] timers: Create helper function to forward timer b ...Anna-Maria Behnsen
 [PATCH v6 09/21] timer: add_timer_on(): Make sure TIMER_PINNED fla ...Anna-Maria Behnsen
 [PATCH v6 13/21] timer: Retrieve next expiry of pinned/non-pinned ...Anna-Maria Behnsen
 [PATCH v6 15/21] timer: Add get next timer interrupt functionality ...Anna-Maria Behnsen
 [PATCH v6 17/21] timer: Check if timers base is handled alreadyAnna-Maria Behnsen
 [PATCH v6 16/21] timer: Restructure internal lockingAnna-Maria Behnsen
 [PATCH v6 20/21] timer_migration: Add tracepointsAnna-Maria Behnsen
 [PATCH v6 18/21] tick/sched: Split out jiffies update helper functionAnna-Maria Behnsen
 [PATCH v6 19/21] timer: Implement the hierarchical pull modelAnna-Maria Behnsen
 [PATCH v6 21/21] timer: Always queue timers on the local CPUAnna-Maria Behnsen
 Re: [PATCH] ASoC: dt-bindings: Adjust #sound-dai-cells on TI's sin ...Martin_Povišer
 Re: [syzbot] [ext4?] possible deadlock in quotactl_fdsyzbot
 Re: [PATCH] ASoC: dt-bindings: Adjust #sound-dai-cells on TI's sin ...Martin_Povišer
 Re: [PATCH] gpiolib: Don't implicitly disable irq when maskingandy.shevchenko@gmail ...
 Re: [PATCH] ASoC: dt-bindings: Adjust #sound-dai-cells on TI's sin ...Krzysztof Kozlowski
 Re: [PATCH v8 1/6] KVM: x86: Consolidate flags for __linearize()Chao Gao
 Re: [PATCH 5.15 000/370] 5.15.111-rc2 reviewGreg Kroah-Hartman
[New][PATCH] soc: qcom: Rename ice to qcom-ice to avoid module name con ...Abel Vesa
 [PATCH v2 03/12] mm: page_alloc: move set_zone_contiguous() into m ...Kefeng Wang
 Re: [PATCH 2/2] PCI: rcar-host: add support for optional regulatorsWolfram Sang
 Re: [PATCH] x86: make config X86_FEATURE_NAMES visible with EXPERTLukas Bulwahn
 Re: [PATCH] ALSA: PCM: Fix codestyle issues in pcm_native.cGreg KH
 Re: [PATCH 1/4] perf trace-event-info: Add tracepoint_id_to_name() ...Adrian Hunter
 RE: [PATCH] clk: imx: imx93: introduce clk_bypassed module parameterPeng Fan
 Re: [PATCH 1/2] ASoC: dt-bindings: Add adi,ssm3515 amp schemaKrzysztof Kozlowski
 Re: [PATCH] x86: make config X86_FEATURE_NAMES visible with EXPERTLukas Bulwahn
[New][PATCH v1] usb: xhci: plat: remove error log for failure to get us ...Stanley Chang
 Re: [PATCH 1/2] ASoC: dt-bindings: Add adi,ssm3515 amp schemaKrzysztof Kozlowski
[New][PATCH v3 0/2] Handle core soft reset failure in pullupKrishna Kurapati
 [PATCH v3 1/2] usb: dwc3: gadget: Bail out in pullup if soft reset ...Krishna Kurapati
 Re: [PATCH v4 9/9] ASoC: dt-bindings: mediatek,mt8188-afe: add aud ...Krzysztof Kozlowski
 Re: [PATCH v4 8/9] ASoC: dt-bindings: mediatek,mt8188-afe: correct ...Krzysztof Kozlowski
 [PATCH v3 2/2] usb: gadget: udc: Handle gadget_connect failure dur ...Krishna Kurapati
 Re: Re: [PATCH] virtio_ring: use u32 for virtio_max_dma_sizezhenwei pi
 Re: [PATCH v2 1/8] dt-bindings: phy: qcom,sc8280xp-qmp-usb43dp: Ad ...Krzysztof Kozlowski
 Re: [PATCH] ALSA: PCM: Fix codestyle issues in pcm_native.cIvan Orlov
[New][linus:master] [sched/numa] fc137c0dda: autonuma-benchmark.numa01 ...kernel test robot
 Re: [PATCH 1/2] dt-bindings: PCI: rcar-pci-host: add optional regu ...Krzysztof Kozlowski
[New][PATCH] Crypto: Fix one bug when use kernel ecdsa algorithmyangmengfei1394@phytium ...
 Re: [PATCH v1] drivers: pci: introduce configurable delay for Rock ...Greg KH
 Re: [PATCH v3 2/5] dt-bindings: clocks: atmel,at91rm9200-pmc: conv ...Krzysztof Kozlowski
 Re: [RFC][PATCH 1/9] seqlock/latch: Provide raw_read_seqcount_latc ...Petr Mladek
 Re: [PATCH 14/23] riscv/hugetlb: pte_alloc_huge() pte_offset_huge()Alexandre Ghiti
 [PATCH v2] net: mdiobus: Add a function to deassert resetYan Wang
 Re: [PATCH 2/2] Documentation: sched/deadline: Update GRUB descriptionBagas Sanjaya
 Re: mainline build failure due to cf21f328fcaf ("media: nxp: Add i ...Mauro Carvalho Chehab
 Re: [PATCH] ALSA: PCM: Fix codestyle issues in pcm_native.cTakashi Iwai
 Re: [PATCH 2/2] arm64: dts: qcom: pm7250b: make SID configurableDmitry Baryshkov
 Re: [PATCH 0/4] audit: refactor and fix for potential deadlockEiichi Tsukata
 Re: [PATCH 1/4] perf trace-event-info: Add tracepoint_id_to_name() ...Yang Jihong
[New][PATCH v5 0/5] Allwinner R329/D1/R528/T113s SPI supportMaksim Kiselev
 [PATCH v5 1/5] dt-bindings: spi: sun6i: add DT bindings for Allwin ...Maksim Kiselev
 RE: [PATCH v2 00/17] Add Nested Translation Support for SMMUv3"Tian, Kevin"
 [PATCH v5 2/5] spi: sun6i: change OF match data to a structMaksim Kiselev
 [PATCH v5 3/5] spi: sun6i: add quirk for in-controller clock dividerMaksim Kiselev
 [PATCH v5 4/5] spi: sun6i: add support for R329/D1/R528/T113s SPI ...Maksim Kiselev
 [PATCH v5 5/5] riscv: dts: allwinner: d1: Add SPI controllers nodeMaksim Kiselev
[New][PATCH v3] net: mdiobus: Add a function to deassert resetYan Wang
 Re: [PATCH 1/2] ASoC: dt-bindings: Add adi,ssm3515 amp schemaMartin_Povišer
 Re: [PATCH RFC 31/43] x86/modules: Adapt module loading for PIE su ...Ard Biesheuvel
 Re: [PATCH net-next v1 2/2] net: remove __skb_frag_set_page()Simon Horman
 Re: [RFD] posix-timers: CRIU woesAndrey Vagin
 Re: [PATCH V6 2/3] soc: qcom: boot_stat: Add Driver Support for Bo ...kernel test robot
 Re: [PATCH] ALSA: PCM: Fix codestyle issues in pcm_native.cOswald Buddenhagen
 Re: [PATCH 21/23] x86: Allow get_locked_pte() to failPeter Zijlstra
 Re: [PATCH v6 1/4] tee: optee: system call propertySumit Garg
 Re: [PATCH 1/2] ASoC: dt-bindings: Add adi,ssm3515 amp schemaKrzysztof Kozlowski
 Re: [PATCH v3 6/6] PCI: hv: Use async probing to reduce boot timeLorenzo Pieralisi
[New][REGRESSION] wifi: brcmfmac: add firmware vendor info in driver infoFelix
 Re: [PATCH v2 3/6] KVM: x86/mmu: only zap EPT when guest MTRR changesYan Zhao
 Re: [RFC PATCH 1/2] mm: multigen-LRU: working set reportingGreg Kroah-Hartman
 Re: [PATCH] soc: qcom: Rename ice to qcom-ice to avoid module name ...Manivannan Sadhasivam
[New][PATCH 0/5] arm64: dts: imx93: add nodes and minor update"Peng Fan (OSS)"
 [PATCH 1/5] arm64: dts: imx93: add watchdog node"Peng Fan (OSS)"
 [PATCH 2/5] arm64: dts: imx93: add ocotp node"Peng Fan (OSS)"
[New]Fwd: Kernel 5.11 crashes when it boots, it produces black screen.Bagas Sanjaya
 [PATCH 4/5] arm64: dts: imx93: add cpuidle node"Peng Fan (OSS)"
 [PATCH 3/5] arm64: dts: imx93: reorder device nodes"Peng Fan (OSS)"
 [PATCH 5/5] arm64: dts: imx93-11x11-evk: enable wdog3"Peng Fan (OSS)"
[New][PATCH v6] dt-bindings: mfd: qcom,spmi-pmic: Add pattern property ...Abel Vesa
[New][net-next PATCH] macsec: Use helper macsec_netdev_priv for offload ...Subbaraya Sundeep
 Re: [PATCH 1/2] ASoC: dt-bindings: Add adi,ssm3515 amp schemaMartin_Povišer
 Re: [PATCH 6.3 000/694] 6.3.2-rc2 reviewRudi Heitbaum
 Re: [PATCH net] net: ethernet: mtk_eth_soc: fix NULL pointer deref ...patchwork-bot+netdevbpf@kernel ...
 Re: [PATCH v5 2/6] drm: lcdif: Drop unnecessary NULL pointer check ...Ying Liu
 Re: [PATCH 1/2] ASoC: dt-bindings: Add adi,ssm3515 amp schemaKrzysztof Kozlowski
 Re: [RFD] posix-timers: CRIU woesThomas Gleixner
 Re: [PATCH v3 2/5] dt-bindings: clocks: atmel,at91rm9200-pmc: conv ...<Claudiu.Beznea@microchi ...
[New][PATCH v3 0/3] arm64: dts: Add initial support for Emtop SOM IMX8MMHimanshu Bhavani
[New][PATCH v2 0/6] arm64: qcom: sm84[34]50: enable DP altmode on USB-C ...Neil Armstrong
 [PATCH v2 1/6] arm64: dts: qcom: sm8350: add ports subnodes in usb ...Neil Armstrong
 [PATCH v2 2/6] arm64: dts: qcom: sm8450: add ports subnodes in usb ...Neil Armstrong
 [PATCH v2 3/6] arm64: dts: qcom: sm8350-hdk: Add QMP & DP to Super ...Neil Armstrong
 [PATCH v2 4/6] arm64: dts: qcom: sm8450-hdk: Add QMP & DP to Super ...Neil Armstrong
 [PATCH v2 5/6] arm64: defconfig: enable FSA4480 driver as moduleNeil Armstrong
 [PATCH v2 6/6] qcom: pmic_glink: enable altmode for SM8450Neil Armstrong
 Re: [PATCH v2 1/6] KVM: x86/mmu: add a new mmu zap helper to indic ...Yan Zhao
 Re: [PATCH 20/23] arm64: zynqmp: Rename ams_ps/pl node namesLaurent Pinchart
 Re: [PATCH 3/4] perf tools: Add printing perf_event_attr->type sym ...Adrian Hunter
[New][PATCH v3 1/3] arm64: dts: Add device tree for the Emtop SOM IMX8MMHimanshu Bhavani
 Re: [PATCH v3 2/5] spi: sun6i: change OF match data to a structMaxim Kiselev
[New][PATCH v3 3/3] dt-bindings: vendor-prefixes: Add EmtopHimanshu Bhavani
[New][PATCH v3 2/3] dt-bindings: arm: fsl: Enumerate Emtop SOMHimanshu Bhavani
 Re: [PATCH 2/2] arm64: dts: qcom: pm7250b: make SID configurable"Luca Weiss"
 Re: [PATCH v3 3/3] riscv: dts: starfive: add tdm node and sound cardEmil Renner Berthing
[New][PATCH v2 0/2] Fix two warnings about rq clockHao Jia
 [PATCH v2 1/2] sched/core: Fixed missing rq clock update before ca ...Hao Jia
 [PATCH v2 2/2] sched/core: Avoid double calling update_rq_clock()Hao Jia
 Re: [PATCH v12 0/2] drm: add kms driver for loongson display contr ...Sui Jingfeng
 Re:Re: [PATCH] cpufreq: create cooling device based on ACPIwangyouwan
 Re: [PATCH v3 2/3] dt-bindings: arm: fsl: Enumerate Emtop SOMMarek Vasut
 Re: [PATCH v5 2/6] drm: lcdif: Drop unnecessary NULL pointer check ...Marek Vasut
 Re: [patch v3 08/36] x86/smpboot: Split up native_cpu_up() into se ...Peter Zijlstra
 Re: [PATCH 05/13] wifi: ath10/11/12k: Use alloc_ordered_workqueue( ...Kalle Valo
 Re: [PATCH v2 00/17] Add Nested Translation Support for SMMUv3Nicolin Chen
[New][PATCH] i2c: fix crash with msgs is NULL pointswangyouwan@126 ...
 Re: [PATCH 0/2] Input: st1232: wakeup in Suspend to idleJavier Carrasco
[New][PATCH v2 00/14] Change the integrity configuration method in blockJinyoung CHOI
 Re: [PATCH 6.3 000/694] 6.3.2-rc2 review"Sudip Mukherjee (Codethink)"
 Re: [PATCH v5 5/6] drm: lcdif: Add multiple encoders and first bri ...Ying Liu
 Re: [PATCH 02/13] wifi: mwifiex: Use default @max_active for workq ...Kalle Valo
 Re:回复:_Re:回复:_[P ATCH]_cpufreq:_cr eate_cooling_device_bas ...wangyouwan
 Re: [PATCH 6.2 000/662] 6.2.15-rc2 review"Sudip Mukherjee (Codethink)"
 [PATCH v2 01/14] block: bio: separation to reuse a part of the fun ...Jinyoung CHOI
 Re: [PATCH 6.1 000/610] 6.1.28-rc2 review"Sudip Mukherjee (Codethink)"
[New][PATCH] mm: memory_hotplug: Fix format string in __add_pages warningRick Wertenbroek
 Re: [PATCH v4] ACPI: cpufreq: use a platform device to load ACPI P ...Petr Pavlu
 [PATCH v2 02/14] block: bio-integrity: modify bio_integrity_add_page()Jinyoung CHOI
 Re:Re: [PATCH] cpufreq: create cooling device based on ACPIwangyouwan
[New][PATCH net-next V3 0/3] net: axienet: Introduce dmaengine Sarath Babu Naidu Gaddam
 [PATCH net-next V3 2/3] net: axienet: Preparatory changes for dmae ...Sarath Babu Naidu Gaddam
 [PATCH v2 03/14] block: bio-integrity: cleanup bio_integrity_prepJinyoung CHOI
 [PATCH net-next V3 1/3] dt-bindings: net: xilinx_axienet: Introduc ...Sarath Babu Naidu Gaddam
 [PATCH net-next V3 3/3] net: axienet: Introduce dmaengine supportSarath Babu Naidu Gaddam
 [PATCH v2 04/14] block: fix not to apply bip information in blk_rq ...Jinyoung CHOI
 Re: [PATCH v1] backlight: lm3630a: turn off both led strings when ...Maximilian Weigand
 Re: [PATCH 5.15 000/370] 5.15.111-rc2 review"Sudip Mukherjee (Codethink)"
 Re: [PATCH v1] backlight: lm3630a: turn off both led strings when ...Maximilian Weigand
 [PATCH v2 05/14] block: blk-merge: fix to add the number of integr ...Jinyoung CHOI
[New][PATCH v2] backlight: lm3630a: turn off both led strings when disp ...Maximilian Weigand
 [PATCH v2 06/14] block: blk-merge: fix merging two requests in ll_ ...Jinyoung CHOI
 [PATCH v2 07/14] block: add helper function to get the number of i ...Jinyoung CHOI
 Re: [PATCH v3 3/3] dt-bindings: vendor-prefixes: Add EmtopHeiko Stübner
 RE: [PATCH v3 2/5] spi: sun6i: change OF match data to a structDavid Laight
 Re: [PATCH 2/2] arm64: dts: qcom: pm7250b: make SID configurableDmitry Baryshkov
[New][PATCH 0/4] Fix type confusion in page_table_checkRuihan Li
 [PATCH v2 08/14] scsi: add scsi_alloc_integrity_sgtables() for int ...Jinyoung CHOI
 [PATCH v2 09/14] scsi: change to use blk_rq_nr_integrity_segments( ...Jinyoung CHOI
 Re: [PATCH 3/3] Documentation: scsi: dc395x: Remove reference to 2 ...Bagas Sanjaya
 [PATCH v2 10/14] block: blk-integrity: change how to find the numb ...Jinyoung CHOI
 Re: [PATCH] ALSA: PCM: Fix codestyle issues in pcm_native.cTakashi Iwai
 Re: [PATCH v8 3/6] KVM: x86: Virtualize CR3.LAM_{U48,U57}Chao Gao
 [PATCH v2 11/14] nvme: rdma: change how to find the number of inte ...Jinyoung CHOI
 Re: [PATCH 03/32] locking/lockdep: lockdep_set_no_check_recursion()Peter Zijlstra
 [PATCH v2 12/14] block: add helper function for iteration of bip's ...Jinyoung CHOI
 Re: [PATCH net-next 0/3] net: lan966x: Add support for ES0 VCAPpatchwork-bot+netdevbpf@kernel ...
 [PATCH v2 13/14] block: blk-integrity: change sg-table configurati ...Jinyoung CHOI
 [PATCH v2 14/14] block: blk-integrity: remove blk_rq_count_integri ...Jinyoung CHOI
 Re: [PATCH V2] mtd: rawnand: qcom: Implement exec_op()Md Sadre Alam
 Re: [PATCH] i2c: fix crash with msgs is NULL pointsMika Westerberg
 Re: mainline build failure due to cf21f328fcaf ("media: nxp: Add i ..."Linux regression tracking (Thorsten Leemhuis)"
 Re: [PATCH] timers/nohz: introduce nohz_full_aggressiveAnna-Maria Behnsen
 Re: [PATCH] mm: memory_hotplug: Fix format string in __add_pages w ...Rick Wertenbroek
 Re: [PATCH v3 0/3] arm64: dts: Add initial support for Emtop SOM I ...Conor Dooley
 [PATCH 2/4] usb: usbfs: Use consistent mmap functionsRuihan Li
 [PATCH 3/4] mm: page_table_check: Make it dependent on !DEVMEMRuihan Li
 [PATCH 1/4] usb: usbfs: Enforce page requirements for mmapRuihan Li
 [PATCH 4/4] mm: page_table_check: Ensure user pages are not slab pagesRuihan Li
 Re: [PATCH -V2] migrate_pages_batch: simplify retrying and failure ...Alistair Popple
[New][PATCH] mm: memory_hotplug: Fix format string in warningsRick Wertenbroek
 Re: [PATCH 6.3 000/694] 6.3.2-rc2 reviewGreg Kroah-Hartman
 Re: [PATCH net 1/1] net: fec: using the standard return codes when ...Simon Horman
[New][PATCH V4] arm64: dts: add support for C3 based Amlogic AW409Xianwei Zhao
 Re: [PATCH] clk: imx: imx93: introduce clk_bypassed module parameterGreg KH
[New][PATCH v2] LoongArch: Add jump-label implementationYouling Tang
 Re: [PATCH] ALSA: PCM: Fix codestyle issues in pcm_native.cIvan Orlov
[New]fs/xfs/scrub/health.c: xfs_trans_resv.h is included more than once.kernel test robot
 Re: [syzbot] upstream boot error: BUG: unable to handle kernel NUL ...syzbot
 Re: [syzbot] upstream boot error: BUG: unable to handle kernel NUL ...Aleksandr Nogikh
[New][PATCH v6 0/6] drm: lcdif: Add i.MX93 LCDIF supportLiu Ying
 [PATCH v6 1/6] dt-bindings: lcdif: Add i.MX93 LCDIF supportLiu Ying
 [PATCH v6 4/6] drm: lcdif: Check consistent bus format and flags a ...Liu Ying
 [PATCH v6 6/6] drm: lcdif: Add i.MX93 LCDIF compatible stringLiu Ying
 [PATCH v6 2/6] drm: lcdif: Drop unnecessary NULL pointer check on ...Liu Ying
 [PATCH v6 5/6] drm: lcdif: Add multiple encoders and first bridges ...Liu Ying
 [PATCH v6 3/6] drm: lcdif: Determine bus format and flags in ->ato ...Liu Ying
 Re: [PATCH v3 3/3] riscv: dts: starfive: add tdm node and sound cardWalker Chen
 Re: Re: [PATCH] i2c: fix crash with msgs is NULL pointsMika Westerberg
[New][PATCH net-next v4] sctp: fix a potential OOB access in sctp_sched ...Gavrilov Ilia
[New][PATCH] Bluetooth: btqca: make sure to handle byte order for soc_idLuca Weiss
 Re: [PATCH v2] LoongArch: Add jump-label implementationPeter Zijlstra
 Re: [PATCH v2] LoongArch: Add jump-label implementationWANG Xuerui
 Re: [PATCH v2] phy: cadence: Sierra: Add single link SGMII registe ...Roger Quadros
 Re: [PATCH v3 2/2] usb: gadget: udc: Handle gadget_connect failure ...Sergei Shtylyov
 Re: [PATCH v2] LoongArch: Add jump-label implementationWANG Xuerui
 Re: [PATCH v2] phy: cadence: Sierra: Add single link SGMII registe ...Uwe Kleine-König
 Re: [PATCH kernel v5 5/6] KVM: SEV: Enable data breakpoints in SEV-ES"Gupta, Pankaj"
 [PATCH v2 1/3] MAINTAINERS: Drop DC395x list and siteBagas Sanjaya
 [PATCH v2 2/3] Documentation: scsi: dc395x: Replace non-functional ...Bagas Sanjaya
 [PATCH v2 3/3] Documentation: scsi: dc395x: Reword original driver ...Bagas Sanjaya
[New][PATCH v2 0/3] dc395x stale reference cleanupBagas Sanjaya
 Re: [PATCH net v1] net: mscc: ocelot: fix stat counter register valuesSimon Horman
 Re: [PATCH] ALSA: PCM: Fix codestyle issues in pcm_native.ckernel test robot
 Re: Fwd: Kernel 5.11 crashes when it boots, it produces black screen."Linux regression tracking (Thorsten Leemhuis)"
 Re: [PATCH net v2 4/4] Documentation: net/mlx5: Wrap notes in admo ...Simon Horman
 Re: [PATCH net v2 3/4] Documentation: net/mlx5: Add blank line sep ...Simon Horman
 Re: [PATCH net v2 1/4] Documentation: net/mlx5: Wrap vnic reporter ...Simon Horman
 Re: [PATCH net v2 2/4] Documentation: net/mlx5: Use bullet and def ...Simon Horman
 Re: [PATCH v3] net: mdiobus: Add a function to deassert resetkernel test robot
 Re: [PATCH] timers/nohz: introduce nohz_full_aggressiveAndrea Righi
 Re: [PATCH net-next] net: liquidio: lio_vf_main: Remove unnecessar ...Simon Horman
 Re: [RFC PATCH net-next v5 0/9] net/smc: Introduce SMC-D-based OS ...Jan Karcher
 Re: [PATCH v3] net: mdiobus: Add a function to deassert resetSimon Horman
 Re: [REGRESSION] wifi: brcmfmac: add firmware vendor info in drive ...Hans de Goede
 Re: [PATCH 2/2] arm64: dts: qcom: pm7250b: make SID configurableKrzysztof Kozlowski
 Re: [PATCH v3 3/3] dt-bindings: vendor-prefixes: Add EmtopKrzysztof Kozlowski
 Re: [PATCH net-next V3 1/3] dt-bindings: net: xilinx_axienet: Intr ...Krzysztof Kozlowski
[New][tip:irq/core] BUILD SUCCESS d15121be7485655129101f3960ae6add40204463kernel test robot
 Re: [PATCH v6 3/4] tee: optee: support tracking system threadsSumit Garg
 Re: [PATCH net-next V3 3/3] net: axienet: Introduce dmaengine supportKrzysztof Kozlowski
 Re: [PATCH v3 2/5] dt-bindings: clocks: atmel,at91rm9200-pmc: conv ...Krzysztof Kozlowski
 Re: [PATCH 0/5] HID: manually unregister leds on device removal to ...Donald Buczek
 Re: [PATCH v3 2/5] spi: sun6i: change OF match data to a structAndre Przywara
 RE: [RFC PATCH v1] ufs: poll HCS.UCRDY before issuing a UIC commandAvri Altman
 Re: [PATCH v6 2/4] tee: system sessionSumit Garg
 Re: [PATCH v6 15/21] timer: Add get next timer interrupt functiona ...Frederic Weisbecker
[New][PATCH V9 0/4] riscv: Optimize function traceSong Shuai
 [PATCH V9 1/4] riscv: select FTRACE_MCOUNT_USE_PATCHABLE_FUNCTION_ ...Song Shuai
 [PATCH V9 3/4] riscv: ftrace: Add DYNAMIC_FTRACE_WITH_DIRECT_CALLS ...Song Shuai
 [PATCH V9 2/4] riscv: ftrace: Add ftrace_graph_funcSong Shuai
 [PATCH V9 4/4] samples: ftrace: Add riscv support for SAMPLE_FTRAC ...Song Shuai
 Re: [PATCH v3] net: mdiobus: Add a function to deassert resetSimon Horman
 Re: [PATCH v11 8/9] arm64: dts: qcom: ipq9574: Add LDO regulator nodeVaradarajan Narayanan
 Re: [PATCH] char: tpm: ftpm_tee: use kernel login identifierSumit Garg
 Re: [PATCH v3 00/11] Linux RISC-V AIA SupportConor Dooley
 Re: [PATCH v3 2/3] dt-bindings: arm: fsl: Enumerate Emtop SOMMarek Vasut
 Re: [net-next PATCH] macsec: Use helper macsec_netdev_priv for off ...Simon Horman
 Re: [PATCH v3] net: mdiobus: Add a function to deassert resetYan Wang
[New][GIT PULL] platform-drivers-x86 for 6.4-2Hans de Goede
 Re: [PATCH v6 19/21] timer: Implement the hierarchical pull modelFrederic Weisbecker
 Re: [PATCH v5 1/5] dt-bindings: spi: sun6i: add DT bindings for Al ...Andre Przywara
 Re: [PATCH net-next] net: liquidio: lio_vf_main: Remove unnecessar ...patchwork-bot+netdevbpf@kernel ...
 Re: [net-next PATCH] macsec: Use helper macsec_netdev_priv for off ...patchwork-bot+netdevbpf@kernel ...
 Re: [RFC PATCH v2 0/3] pmem memmap dump support"Zhijian Li (Fujitsu)"
[New][PATCH 0/2] Add initial support for RDP418 of IPQ9574 familyDevi Priya
 [PATCH 1/2] dt-bindings: arm: qcom: document AL02-C2 board based o ...Devi Priya
 [PATCH 2/2] arm64: dts: qcom: ipq9574: add support for RDP418 variantDevi Priya
 Re: [PATCH v3 07/11] irqchip/riscv-imsic: Improve IOMMU DMA supportRobin Murphy
 Re: [PATCH v1] drivers: pci: introduce configurable delay for Rock ..."Vincenzo Palazzo"
[New][PATCH v1] testptp: fix format specifier in nsec print<amitbern@amazon ...
[New][PATCH v2 0/6] io_uring: add getdents support, take 2Dominique Martinet
 [PATCH v2 2/6] vfs_getdents/struct dir_context: add flags fieldDominique Martinet
 [PATCH v2 1/6] fs: split off vfs_getdents function of getdents64 s ...Dominique Martinet
 [PATCH v2 3/6] io_uring: add support for getdentsDominique Martinet
 [PATCH v2 5/6] libfs: set FMODE_NOWAIT on dir openDominique Martinet
 [PATCH v2 4/6] kernfs: implement readdir FMODE_NOWAITDominique Martinet
 [PATCH v2 6/6] RFC: io_uring getdents: test returning an EOF flag ...Dominique Martinet
 Re: [PATCH V7] can: usb: f81604: add Fintek F81604 supportkernel test robot
 Re: [PATCH v2 3/6] KVM: x86/mmu: only zap EPT when guest MTRR changes"Huang, Kai"
 Re: [PATCH v10 10/10] tty: serial: Add Nuvoton ma35d1 serial drive ..."Arnd Bergmann"
 Re: [PATCH 0/5] HID: manually unregister leds on device removal to ...Benjamin Tissoires
[New]make localmodconfig doesn't work for thunderboltJiri Slaby
 Re: [PATCH v2] dt-bindings: usb: Add binding for Microchip usb5744 ...Michal Simek
[New][PATCH v6 0/6] fbdev: Move framebuffer I/O helpers to <asm/fb.h>Thomas Zimmermann
 [PATCH v6 2/6] ipu-v3: Include <linux/io.h>Thomas Zimmermann
 [PATCH v6 1/6] fbdev/matrox: Remove trailing whitespacesThomas Zimmermann
 [PATCH v6 3/6] fbdev: Include <linux/io.h> in various driversThomas Zimmermann
 [PATCH v6 5/6] fbdev: Move framebuffer I/O helpers into <asm/fb.h>Thomas Zimmermann
 [PATCH v6 6/6] fbdev: Rename fb_mem*() helpersThomas Zimmermann
 [PATCH v6 4/6] fbdev: Include <linux/fb.h> instead of <asm/fb.h>Thomas Zimmermann
 Re: [PATCH v2 8/9] eventfs: moving tracing/events to eventfsAjay Kaher
[New][PATCH v3 0/6] refactoring and fix for Meson NANDArseniy Krasnov
 [PATCH v3 1/6] mtd: rawnand: meson: fix command sequence for read/ ...Arseniy Krasnov
 [PATCH v3 2/6] mtd: rawnand: meson: move OOB to non-protected ECC areaArseniy Krasnov
 [PATCH v3 3/6] mtd: rawnand: meson: always read whole OOB bytesArseniy Krasnov
 [PATCH v3 4/6] mtd: rawnand: meson: check buffer lengthArseniy Krasnov
 [PATCH v3 5/6] mtd: rawnand: meson: remove unneeded bitwise OR wit ...Arseniy Krasnov
 [PATCH v3 6/6] mtd: rawnand: meson: rename node for chip selectArseniy Krasnov
 Re: [PATCH v1] drivers: pci: introduce configurable delay for Rock ..."Vincenzo Palazzo"
 [net 2/2] selftets: seg6: disable rp_filter by default in srv6_end ...Andrea Mayer
[New][net 0/2] selftests: seg6: make srv6_end_dt4_l3vpn_test more robustAndrea Mayer
 [net 1/2] selftests: seg6: disable DAD on IPv6 router cfg for srv6 ...Andrea Mayer
 Re: [PATCH v2 1/1] tee: amdtee: Add return_origin to 'struct tee_c ...Sumit Garg
 Re: [PATCH net v1] net: mscc: ocelot: fix stat counter register valuespatchwork-bot+netdevbpf@kernel ...
 Re: [PATCH net-next v4] sctp: fix a potential OOB access in sctp_s ...patchwork-bot+netdevbpf@kernel ...
 [PATCH v4 2/2] arm: dts: sunxi: Add ICnova A20 ADB4006 boardLudwig Kormann
 [PATCH v4 1/2] dt-bindings: arm: sunxi: add ICnova A20 ADB4006 bindingLudwig Kormann
[New][PATCH v4 0/2] arm: dts: sunxi: Add ICnova A20 ADB4006 board supportLudwig Kormann
 Re: [PATCH v2] LoongArch: Add jump-label implementationPeter Zijlstra
 [PATCH v1 3/3] dt-bindings: ASoC: Add ESS ES9218P codec bindingsAidan MacDonald
 [PATCH v4 1/3] arm64: dts: Add device tree for the Emtop SOM IMX8MMHimanshu Bhavani
 [PATCH v1 2/3] dt-bindings: vendor-prefixes: Add ESS Technology ve ...Aidan MacDonald
 [PATCH v4 2/3] dt-bindings: arm: fsl: Enumerate Emtop SOMHimanshu Bhavani
[New][PATCH v1 1/3] ASoC: Add ESS ES9218P codec driverAidan MacDonald
[New][PATCH v4 0/3] arm64: dts: Add initial support for Emtop SOM IMX8MMHimanshu Bhavani
 [PATCH v4 3/3] dt-bindings: vendor-prefixes: Add EmtopHimanshu Bhavani
 Re: [PATCH v2 2/9] eventfs: adding eventfs dir add functionsAjay Kaher
 Re: [PATCH 2/2] arm64: dts: qcom: pm7250b: make SID configurable"Luca Weiss"
 Re: [PATCH 05/23] arm64: zynqmp: Add L2 cache nodesLaurent Pinchart
 Re: [PATCH 1/3] ARM: dts: sun5i: chip: Enable bluetoothJonathan McDowell
[New][PATCH v2 0/6] firmware: tegra: Add MRQ support for Tegra264.Peter De Schrijver
 [PATCH v2 1/6] dt-bindings: mailbox: tegra: Document Tegra264 HSPPeter De Schrijver
 RE: [PATCH] atomics: Use atomic_try_cmpxchg_release in rcuref_put_ ...David Laight
 Re: [PATCH] x86/amd_nb: Check for invalid SMN readsBorislav Petkov
 [PATCH v2 2/6] mailbox: tegra: add support for Tegra264Peter De Schrijver
 Re: [PATCH v1] drivers: pci: introduce configurable delay for Rock ..."Vincenzo Palazzo"
 Re: [PATCH v3] net: mdiobus: Add a function to deassert resetkernel test robot
 [PATCH v2 3/6] soc: tegra: fuse: add support for Tegra264Peter De Schrijver
 [PATCH v2 6/6] firmware: tegra: bpmp: Add support for DRAM MRQ GSCsPeter De Schrijver
 [PATCH v6 1/4] dt-bindings: pinctrl: qcom: Add SDX75 pinctrl devic ...Rohit Agarwal
 Re: [ANNOUNCE] v6.3.1-rt13Valentin Schneider
[New][PATCH v6 0/4] Add pinctrl support for SDX75Rohit Agarwal
 [PATCH v6 3/4] pinctrl: qcom: Refactor generic qcom pinctrl driverRohit Agarwal
 [PATCH v2 5/6] dt-bindings: memory-region property for tegra186-bpmpPeter De Schrijver
 [PATCH v2 4/6] dt-bindings: Add bindings to support DRAM MRQ GSCsPeter De Schrijver
 [PATCH v6 4/4] pinctrl: qcom: Add SDX75 pincontrol driverRohit Agarwal
 [PATCH v6 2/4] pinctrl: qcom: Remove the msm_function structRohit Agarwal
 Re: [PATCH 0/5] HID: manually unregister leds on device removal to ...Pavel Machek
 Re: [PATCH v2 2/2] serial: core: enable FIFO after resumeIlpo_Järvinen
 Re: [PATCH v2 0/6] firmware: tegra: Add MRQ support for Tegra264.Peter De Schrijver
 Re: [PATCH 6.1 000/610] 6.1.28-rc2 reviewPavel Machek
 Re: [PATCH v3 4/4] mfd: intel-m10-bmc: Manage access to MAX 10 fw ...Ilpo_Järvinen
[New][PATCH v1 0/7] axp20x_usb_power: Add support for AXP192Aidan MacDonald
 [PATCH v1 2/7] power: supply: axp20x_usb_power: Use regmap fields ...Aidan MacDonald
 [PATCH v1 1/7] power: supply: axp20x_usb_power: Simplify USB curre ...Aidan MacDonald
 [PATCH v1 7/7] dt-bindings: power: supply: axp20x: Add AXP192 comp ...Aidan MacDonald
 [PATCH v1 4/7] power: supply: axp20x_usb_power: Use regmap field f ...Aidan MacDonald
 [PATCH v1 6/7] power: supply: axp20x_usb_power: Add support for AXP192Aidan MacDonald
 [PATCH v1 5/7] power: supply: axp20x_usb_power: Remove variant IDs ...Aidan MacDonald
 [PATCH v1 3/7] power: supply: axp20x_usb_power: Use regmap fields ...Aidan MacDonald
 [PATCH v2] mlxbf-bootctl: Add sysfs file for BlueField boot logLiming Sun
 Re: [PATCH net v3] virtio_net: Fix error unwinding of XDP initiali ...Feng Liu
[New][syzbot] [net?] kernel BUG in nsh_gso_segmentsyzbot
 Re: [PATCH v2] net: mdiobus: Add a function to deassert resetAlexander Stein
 RE: [PATCH 07/32] mm: Bring back vmalloc_execDavid Laight
 Re: [PATCH 6.3 000/694] 6.3.2-rc2 reviewRudi Heitbaum
 RE: [PATCH v1 1/1] mlxbf-bootctl: Add sysfs file for BlueField boo ...Liming Sun
 Re: [PATCH AUTOSEL 5.10 1/3] ASOC: Intel: sof_sdw: add quirk for I ...Salvatore Bonaccorso
 Re: [RFC PATCH net-next v5 0/9] net/smc: Introduce SMC-D-based OS ...Wen Gu
 Re: [PATCH v8 3/6] KVM: x86: Virtualize CR3.LAM_{U48,U57}"Huang, Kai"
 Re: [PATCH] ASoC: soc-pcm: Fix and cleanup DPCM lockingYixuan Jiang
 [PATCH v2 4/5] ARM: dts: sun5i: Add port E pinmux settings for mmc2Jonathan McDowell
 Re: [syzbot] [net?] kernel BUG in nsh_gso_segmentEric Dumazet
 [PATCH v2 5/5] ARM: dts: axp209: Add iio-hwmon node for internal t ...Jonathan McDowell
[New][PATCH] spi: s3c64xx: Disable IRQ mode when using DMAJaewon Kim
 Re: [PATCH] spi: s3c64xx: Disable IRQ mode when using DMAKrzysztof Kozlowski
 Re: [REGRESSION] wifi: brcmfmac: add firmware vendor info in drive ...Kalle Valo
 Re: [PATCH v6 0/4] Add pinctrl support for SDX75Rohit Agarwal
 Re: [PATCH net v5 0/2] iavf: Fix issues when setting channels conc ...Michal Kubiak
 [PATCH] MAINTAINERS: Cleanup Arm Display IP maintainersLiviu Dudau
 Re: [PATCH v3 04/11] dt-bindings: interrupt-controller: Add RISC-V ...Conor Dooley
 Re: [PATCH 2/3] linux/bits.h: Add fixed-width GENMASK and BIT macroskernel test robot
 Re: [PATCH v3 10/11] RISC-V: Select APLIC and IMSIC driversConor Dooley
[New][PATCH] bpf: reject blacklisted symbols in kprobe_multi to avoid r ...Ze Gao
 Re: [PATCH v4] ACPI: cpufreq: use a platform device to load ACPI P ..."Rafael J. Wysocki"
[New][PATCH] virtio: Add missing documentation for structure fieldsSimon Horman
 Re: [PATCH v2 1/2] cpufreq/schedutil: Remove fast_switch_possible ..."Rafael J. Wysocki"
 [PATCH v2] MAINTAINERS: Cleanup Arm Display IP maintainersLiviu Dudau
[New][syzbot] [bpf?] [net?] kernel BUG in pskb_expand_head (2)syzbot
[New][PATCH 0/2] Add minor updates in device treesNitin Yadav
 [PATCH 1/2] arm64: dts: ti: k3-am62x-sk-common: Add main_uart1 and ...Nitin Yadav
 [PATCH 2/2] arm64: dts: ti: k3-am62-main: add sa3_secproxy in cbas ...Nitin Yadav
 Re: [PATCH v6 5/6] fbdev: Move framebuffer I/O helpers into <asm/fb.h>Geert Uytterhoeven
 [PATCH v2 2/5] pinctrl: axp209: Add support for GPIO3 on the AXP209Jonathan McDowell
 [PATCH v2 0/5] Minor device-tree additions for C.H.I.PJonathan McDowell
 [PATCH v2 1/5] dt-bindings: gpio: Add GPIO3 for AXP209 GPIO bindin ...Jonathan McDowell
 [PATCH v2 3/5] ARM: dts: sun5i: chip: Enable bluetoothJonathan McDowell
 Re: [PATCH net v2] net: phy: dp83867: add w/a for packet errors se ...Siddharth Vadapalli
 Re: [PATCH v8 1/6] KVM: x86: Consolidate flags for __linearize()"Huang, Kai"
 Re: [PATCH v3 01/11] RISC-V: Add riscv_fw_parent_hartid() functionConor Dooley
 Re: [PATCH 1/2] dt-bindings: arm: qcom: document AL02-C2 board bas ...Krzysztof Kozlowski
[New][PATCH] filemap: remove page_endio()Pankaj Raghav
 Re: [PATCH v2 4/6] dt-bindings: Add bindings to support DRAM MRQ GSCsKrzysztof Kozlowski
 Re: linux-next: manual merge of the block tree with the vfs-idmapp ...Jens Axboe
[New]Verificación_/_Actualización"@zimbra"
[New][PATCH net v3] net: phy: dp83867: add w/a for packet errors seen w ...Siddharth Vadapalli
 Re: [PATCH v4 1/3] arm64: dts: Add device tree for the Emtop SOM I ...Marco Felsch
 Re: [REGRESSION] wifi: brcmfmac: add firmware vendor info in drive ...Felix
 Re: [PATCH v3 1/3] arm64: dts: Add device tree for the Emtop SOM I ...Krzysztof Kozlowski
 Re: [PATCH] perf tools: Use $KBUILD_BUILD_TIMESTAMP as man page dateArnaldo Carvalho de Melo
 Re: [PATCH v4 1/3] arm64: dts: Add device tree for the Emtop SOM I ...Krzysztof Kozlowski
 Re: [PATCH] mips: dts: ralink: Clarify usage of MT7621 ethernet ph ...Arınç ÜNAL
 Re: [PATCH v4 2/3] dt-bindings: arm: fsl: Enumerate Emtop SOMKrzysztof Kozlowski
 Re: [PATCH 2/2] bcache: Convert to lock_cmp_fnPeter Zijlstra
[New]Verificación_/_Actualización"@zimbra"
 Re: [PATCH] Bluetooth: btqca: make sure to handle byte order for s ...Simon Horman
[New][PATCH net-next] sctp: add bpf_bypass_getsockopt proto callbackAlexander Mikhalitsyn
 Re: mainline build failure due to cf21f328fcaf ("media: nxp: Add i ...Hans Verkuil
 Re: usbdev_mmap causes type confusion in page_table_checkChristoph Hellwig
 Re: [PATCH v2] dt-bindings: usb: Add binding for Microchip usb5744 ...Krzysztof Kozlowski
 Re: [PATCH v2] PCI: cadence: Fix Gen2 Link Retraining processSiddharth Vadapalli
 Re: [PATCH 6.1 000/610] 6.1.28-rc2 reviewRoger Pau Monné
 RE: [EXT] [PATCH net-next V3 2/3] net: axienet: Preparatory change ...Subbaraya Sundeep Bhatta
 [PATCH v2 1/2] iopoll: Call cpu_relax() in busy loopsGeert Uytterhoeven
[New][PATCH v2 0/2] iopoll: Busy loop and timeout improvementsGeert Uytterhoeven
 [PATCH v2 2/2] iopoll: Do not use timekeeping in read_poll_timeout ...Geert Uytterhoeven
 Re: [paulmck-rcu:dev.2023.05.08c 15/67] drivers/infiniband/sw/rxe/ ..."Paul E. McKenney"
 [tip: locking/urgent] locking/rwsem: Add __always_inline annotatio ..."tip-bot2 for John Stultz"
 [tip: perf/urgent] perf/x86: Fix missing sample size update on AMD BRS"tip-bot2 for Namhyung Kim"
 [tip: perf/urgent] perf/x86/intel/ds: Flush PEBS DS when changing ..."tip-bot2 for Kan Liang"
 [tip: perf/urgent] perf/core: Fix perf_sample_data not properly in ..."tip-bot2 for Yang Jihong"
[New][PATCH] dt-bindings: interrupt-controller: sifive,plic: Sort compa ...Geert Uytterhoeven
 [tip: sched/urgent] sched: fix cid_lock kernel-doc warnings"tip-bot2 for Randy Dunlap"
[New][PATCH] dt-bindings: timer: sifive,clint: Clean up compatible valu ...Geert Uytterhoeven
 Re: [PATCH] filemap: remove page_endio()Christoph Hellwig
 [PATCH v2 1/2] dt-bindings: cdns,usb3: Add clock and resetMinda Chen
[New][PATCH v2 0/2] Add clock and reset in cdns3 platformMinda Chen
 [PATCH v2 2/2] usb: cdns3: cdns3-plat: Add clk and reset initMinda Chen
 Re: [PATCH v6 00/16] x86/mtrr: fix handling with PAT but without MTRRBorislav Petkov
 Re: [PATCH v6 00/16] x86/mtrr: fix handling with PAT but without MTRRBorislav Petkov
 [tip: perf/core] perf/x86/intel: Define bit macros for FixCntrCtl MSR"tip-bot2 for Dapeng Mi"
 [tip: perf/core] perf/core: Remove pmu linear searching code"tip-bot2 for Ravi Bangoria"
 [tip: perf/core] perf test: Add selftest to test IBS invocation vi ..."tip-bot2 for Ravi Bangoria"
 [tip: perf/core] perf/ibs: Fix interface via core pmu events"tip-bot2 for Ravi Bangoria"
 [tip: perf/core] perf/core: Rework forwarding of {task|cpu}-clock ..."tip-bot2 for Ravi Bangoria"
 Re: [PATCH] mailbox: mailbox-test: fix a locking issue in mbox_tes ...Lee Jones
 Re: [PATCH v2 2/2] iopoll: Do not use timekeeping in read_poll_tim ..."Arnd Bergmann"
 Re: [PATCH] filemap: remove page_endio()Matthew Wilcox
 [PATCH v4 1/8] dt-bindings: arm64: Add IPQ5018 clock and resetSricharan Ramabadhran
[New][PATCH v4 0/8] Add minimal boot support for IPQ5018Sricharan Ramabadhran
 [PATCH v4 5/8] dt-bindings: qcom: Add ipq5018 bindingsSricharan Ramabadhran
 [PATCH v4 3/8] dt-bindings: pinctrl: qcom: Add support for ipq5018Sricharan Ramabadhran
 [PATCH v4 6/8] dt-bindings: firmware: document IPQ5018 SCMSricharan Ramabadhran
 [PATCH v4 4/8] pinctrl: qcom: Add IPQ5018 pinctrl driverSricharan Ramabadhran
 [PATCH v4 8/8] arm64: defconfig: Enable IPQ5018 SoC base configsSricharan Ramabadhran
 [PATCH v4 7/8] arm64: dts: Add ipq5018 SoC and rdp432-c2 board supportSricharan Ramabadhran
 [PATCH v4 2/8] clk: qcom: Add Global Clock controller (GCC) driver ...Sricharan Ramabadhran
 Re: [RFC][PATCH 0/9] local_clock() vs noinstrSebastian Andrzej Siewior
 RE: [EXT] [PATCH net-next V3 3/3] net: axienet: Introduce dmaengin ...Subbaraya Sundeep Bhatta
[New][PATCH] mmc: mediatek: Avoid ugly error message when SDIO wakeup I ...Douglas Anderson
 Re: [PATCH 1/2] mfd: max5970: Rename driver and remove wildcardLee Jones
 Re: [PATCH v2 2/2] iopoll: Do not use timekeeping in read_poll_tim ...Geert Uytterhoeven
 [tip: sched/core] sched/debug: Correct printing for rq->nr_uninter ...tip-bot2 for 晏艳(采苓)
[New][tip: sched/core] sched/topology: Propagate SMT flags when removin ..."tip-bot2 for Tim C Chen"
[New][tip: sched/core] psi: remove 500ms min window size limitation for ..."tip-bot2 for Suren Baghdasaryan"
 [tip: sched/core] x86/sched: Add the SD_ASYM_PACKING flag to the d ..."tip-bot2 for Chen Yu"
 [tip: sched/core] x86/sched/itmt: Give all SMT siblings of a core ..."tip-bot2 for Ricardo Neri"
 [tip: sched/core] sched/topology: Remove SHARED_CHILD from ASYM_PA ..."tip-bot2 for Ricardo Neri"
 [tip: sched/core] x86/sched: Remove SD_ASYM_PACKING from the SMT d ..."tip-bot2 for Ricardo Neri"
 [tip: sched/core] sched/topology: Check SDF_SHARED_CHILD in highes ..."tip-bot2 for Ricardo Neri"
 [tip: sched/core] sched/fair: Do not even the number of busy CPUs ..."tip-bot2 for Ricardo Neri"
 [tip: sched/core] sched/fair: Use the busiest group to set prefer_ ..."tip-bot2 for Ricardo Neri"
 [tip: sched/core] sched/fair: Let low-priority cores help high-pri ..."tip-bot2 for Ricardo Neri"
 [tip: sched/core] sched/fair: Keep a fully_busy SMT sched group as ..."tip-bot2 for Ricardo Neri"
 [tip: sched/core] sched/fair: Only do asym_packing load balancing ..."tip-bot2 for Ricardo Neri"
 [tip: sched/core] sched/fair: Simplify asym_packing logic for SMT ..."tip-bot2 for Ricardo Neri"
 [tip: sched/core] sched/fair: Move is_core_idle() out of CONFIG_NUMA"tip-bot2 for Ricardo Neri"
 Re: [PATCH v2 1/6] dt-bindings: mailbox: tegra: Document Tegra264 HSPThierry Reding
 Re: [PATCH v2 2/6] mailbox: tegra: add support for Tegra264Thierry Reding
[New][PATCH 0/4] Input: support virtual objects on touchscreensJavier Carrasco
 [PATCH 4/4] dt-bindings: input: touchscreen: st1232: add example w ...Javier Carrasco
 [PATCH 1/4] Input: ts-virtobj - Add touchsreen virtual object handlingJavier Carrasco
 [PATCH 3/4] Input: st1232 - add virtual touchscreen and buttons ha ...Javier Carrasco
 [PATCH 2/4] dt-bindings: touchscreen: add virtual-touchscreen and ...Javier Carrasco
 Re: [PATCH bpf-next] arm64,bpf: Support struct arguments in the BP ...Florent Revest
 Re: [PATCH 1/2] Input: cs40l26: Support for CS40L26 Boosted Haptic ...Jeff LaBundy
 Re: [PATCH] x86/amd_nb: Check for invalid SMN readsYazen Ghannam
[New][syzbot] Monthly can report (May 2023)syzbot
[New]Verificación_/_Actualización"@zimbra"
 Re: [PATCH v2 2/2] iopoll: Do not use timekeeping in read_poll_tim ..."Arnd Bergmann"
 Re: [PATCH 1/6] dt-bindings: nvmem: qfprom: Add compatible for MSM8226Krzysztof Kozlowski
[New][PATCH v2 1/1] regulator: pca9450: Fix BUCK2 enable_maskAlexander Stein
 Re: [PATCH 2/6] dt-bindings: thermal: tsens: Add compatible for MS ...Krzysztof Kozlowski
 Re: [PATCH 4/6] ARM: dts: msm8226: Add qfprom nodeKrzysztof Kozlowski
 Re: [PATCH] x86/mce/amd: init mce severity to handle deferred memo ...Yazen Ghannam
 Re: [PATCH] EDAC/amd64: Remove module version stringBorislav Petkov
 Re: [PATCH 14/23] riscv/hugetlb: pte_alloc_huge() pte_offset_huge()Palmer Dabbelt
 Re: [PATCH v6 0/4] Add pinctrl support for SDX75Andy Shevchenko
 Re: (subset) [PATCH v4 3/4] drm: sun4i: rename sun4i_dotclock to s ...Maxime Ripard
 Re: (subset) [PATCH v4 4/4] drm: sun4i: calculate proper DCLK rate ...Maxime Ripard
 Re: [PATCH v6 5/6] fbdev: Move framebuffer I/O helpers into <asm/fb.h>kernel test robot
 Re: [PATCH v4 1/4] clk: sunxi-ng: a64: force select PLL_MIPI in TC ...Maxime Ripard
 Re: [PATCH v4 2/4] ARM: dts: sunxi: rename tcon's clock outputMaxime Ripard
 Re: [PATCH] cdx: add MSI support for CDX busNipun Gupta
[New][PATCH v3 1/2] phy: cadence: salvo: Add cdns,usb2-disconnect-thres ...Frank Li
 [PATCH v3 2/2] dt-bindings: phy: cdns,salvo: add property cdns,usb ...Frank Li
 Re: [PATCH v2] mlxbf-bootctl: Add sysfs file for BlueField boot logIlpo_Järvinen
 Re: [PATCH v6 2/4] pinctrl: qcom: Remove the msm_function structandy.shevchenko@gmail ...
 Re: [PATCH v6 0/4] Add pinctrl support for SDX75Krzysztof Kozlowski
 Re: [PATCH v6 3/4] pinctrl: qcom: Refactor generic qcom pinctrl driverandy.shevchenko@gmail ...
 Re: [PATCH v11 8/9] arm64: dts: qcom: ipq9574: Add LDO regulator nodeDmitry Baryshkov
 Re: [PATCH v2 1/1] regulator: pca9450: Fix BUCK2 enable_maskFrieder Schrempf
 Re: [PATCH 4/6] ARM: dts: msm8226: Add qfprom nodeDmitry Baryshkov
 Re: [PATCH] bpf: reject blacklisted symbols in kprobe_multi to avo ...Yonghong Song
 Re: [PATCH v2 2/5] pinctrl: axp209: Add support for GPIO3 on the A ...andy.shevchenko@gmail ...
 Re: [PATCH] mm/mmap/vma_merge: always check invariantsMark Rutland
 Re: [PATCH v6 5/6] fbdev: Move framebuffer I/O helpers into <asm/fb.h>"Arnd Bergmann"
 Re: [PATCH net] net: bcmgenet: Restore phy_stop() depending upon s ...Florian Fainelli
 Re: [PATCH] mmc: mediatek: Avoid ugly error message when SDIO wake ...Matthias Brugger
 Re: [PATCH v6 5/6] fbdev: Move framebuffer I/O helpers into <asm/fb.h>Thomas Zimmermann
 Re: [PATCH v6 4/4] pinctrl: qcom: Add SDX75 pincontrol driverandy.shevchenko@gmail ...
 Re: [PATCH 07/32] mm: Bring back vmalloc_execChristophe Leroy
 Re: [PATCH v1 7/7] dt-bindings: power: supply: axp20x: Add AXP192 ...Krzysztof Kozlowski
 Re: [PATCH] dt-bindings: rcc: stm32: Fix STM32MP13 include filePatrick DELAUNAY
 Re: [PATCH] dt-bindings: interrupt-controller: sifive,plic: Sort c ...Krzysztof Kozlowski
[New][PATCH v3 0/6] firmware: tegra: Add MRQ support for Tegra264.Peter De Schrijver
 [PATCH v3 1/6] dt-bindings: mailbox: tegra: Document Tegra264 HSPPeter De Schrijver
 [PATCH v3 2/6] mailbox: tegra: add support for Tegra264Peter De Schrijver
 [PATCH v3 3/6] soc: tegra: fuse: add support for Tegra264Peter De Schrijver
[New][PATCH] ALSA: hda/realtek: Add quirk for HP EliteBook G10 laptopsVitaly Rodionov
 [PATCH v3 4/6] dt-bindings: Add bindings to support DRAM MRQ GSCsPeter De Schrijver
 [PATCH v3 5/6] dt-bindings: memory-region property for tegra186-bpmpPeter De Schrijver
 [PATCH v3 6/6] firmware: tegra: bpmp: Add support for DRAM MRQ GSCsPeter De Schrijver
 Re: [PATCH] dt-bindings: timer: sifive,clint: Clean up compatible ...Krzysztof Kozlowski
 Re: [PATCH v4 2/4] can: m_can: Add hrtimer to generate software in ...Judith Mendez
 Re: [PATCH v4 4/8] pinctrl: qcom: Add IPQ5018 pinctrl driverandy.shevchenko@gmail ...
 Re: [PATCH v4 3/8] dt-bindings: pinctrl: qcom: Add support for ipq5018Krzysztof Kozlowski
 Re: [PATCH v4 5/8] dt-bindings: qcom: Add ipq5018 bindingsKrzysztof Kozlowski
 Re: [PATCH v6 5/6] fbdev: Move framebuffer I/O helpers into <asm/fb.h>Thomas Zimmermann
 Re: [PATCH v4 6/8] dt-bindings: firmware: document IPQ5018 SCMKrzysztof Kozlowski
 Re: [PATCH 01/23] arm: allow pte_offset_map[_lock]() to failMatthew Wilcox
[New][PATCH] serial: 8250_pci: remove unreachable code for ASIX devicesJiaqing Zhao
 Re: [PATCH v4 7/8] arm64: dts: Add ipq5018 SoC and rdp432-c2 board ...Krzysztof Kozlowski
 Re: [PATCH net-next] sctp: add bpf_bypass_getsockopt proto callbackStanislav Fomichev
 Re: [PATCH v4 8/8] arm64: defconfig: Enable IPQ5018 SoC base configsKrzysztof Kozlowski
 Re: [PATCH v6 4/4] pinctrl: qcom: Add SDX75 pincontrol driverRohit Agarwal
 Re: [PATCH 3/6] workqueue: Move worker_set/clr_flags() upwardsLinus Torvalds
 Re: [PATCH v2 2/2] sched/core: Avoid double calling update_rq_clock()Peter Zijlstra
 Re: [PATCH v6 0/4] Add pinctrl support for SDX75Andy Shevchenko
 Re: [PATCH v2 6/6] firmware: tegra: bpmp: Add support for DRAM MRQ ...Thierry Reding
 Re: [PATCH v6 4/4] pinctrl: qcom: Add SDX75 pincontrol driverAndy Shevchenko
 Re: [PATCH v6 5/6] fbdev: Move framebuffer I/O helpers into <asm/fb.h>Geert Uytterhoeven
[New][PATCH v3] dt-bindings: usb: Add support for Microchip usb5744 hub ...Michal Simek
 Re: [PATCH v2 3/6] soc: tegra: fuse: add support for Tegra264Thierry Reding
 Re: [PATCH v6 4/4] pinctrl: qcom: Add SDX75 pincontrol driverRohit Agarwal
 Re: Re: [PATCH] sock: Fix misuse of sk_under_memory_pressure()Abel Wu
[New][PATCH] hwmon: (f71882fg) prevent possible division by zeroNikita Zhandarovich
 Re: [PATCH 1/4] usb: usbfs: Enforce page requirements for mmapAlan Stern
 Re: [PATCH 2/4] usb: usbfs: Use consistent mmap functionsAlan Stern
 Re: [PATCH net-next] sctp: add bpf_bypass_getsockopt proto callbackMarcelo Ricardo Leitner
 Re: [PATCH] ASoC: soc-pcm: Fix and cleanup DPCM lockingGreg KH
[New][PATCH liburing v1 0/2] 2 fixes for recv-msgall.cAmmar Faizi
 [PATCH liburing v1 1/2] recv-msgall: Fix undefined behavior in `re ...Ammar Faizi
 [PATCH liburing v1 2/2] recv-msgall: Fix invalid mutex usageAmmar Faizi
 Re: [PATCH v2 5/6] dt-bindings: memory-region property for tegra18 ...Thierry Reding
 Re: Re: [PATCH] sock: Fix misuse of sk_under_memory_pressure()Abel Wu
 Re: [PATCH v3 3/3] genirq: Use the maple tree for IRQ descriptors ...Thomas Gleixner
 Re: [PATCH 2/3] dt-bindings: clock: qcom,mmcc: define clocks/clock ...Jeffrey Hugo
 Re: [PATCH v2] phy: cadence: Sierra: Add single link SGMII registe ...Marcin Wierzbicki
 Re: [PATCH v3 0/6] firmware: tegra: Add MRQ support for Tegra264.Thierry Reding
[New]from nina coulibalynina coulibaly
[New][PATCH net-next v2] sctp: add bpf_bypass_getsockopt proto callbackAlexander Mikhalitsyn
 Re: [GIT PULL] platform-drivers-x86 for 6.4-2pr-tracker-bot@kernel ...
 Re: [PATCH v2 1/3] RISC-V: Add Zba, Zbs extension probingHeiko Stübner
 Re: [PATCH net-next] sctp: add bpf_bypass_getsockopt proto callbackAleksandr Mikhalitsyn
 Re: [PATCH v2 1/2] sched/core: Fixed missing rq clock update befor ...Peter Zijlstra
[New][PATCH] vsock: bugfix port residue in serverZhuang Shengen
 Re: [PATCH v2 3/3] RISC-V: hwprobe: Expose Zba, Zbb, and ZbsHeiko Stübner
 Re: [PATCH v2 3/5] dt-bindings: net: add mac-address-increment optionKrzysztof Kozlowski
 Re: [PATCH v3 3/3] genirq: Use the maple tree for IRQ descriptors ...Thomas Gleixner
 Re: [PATCH] bus: mhi: host: Skip MHI reset if device is in RDDMJeffrey Hugo
 Re: [PATCH v2 5/5] dt-bindings: net: ftgmac100: convert to yaml ve ...Krzysztof Kozlowski
 Re: [PATCH net-next] sctp: add bpf_bypass_getsockopt proto callbackAleksandr Mikhalitsyn
 Re: [PATCH] accel/qaic: silence some uninitialized variable warningsJeffrey Hugo
 Re: [PATCH 1/2] dt-bindings: mtd: Add SEAMA partition bindingsKrzysztof Kozlowski
 Re: [PATCH] char: tpm: ftpm_tee: use kernel login identifierEtienne Carriere
 Re: [PATCH 4/4] dt-bindings: input: touchscreen: st1232: add examp ...Krzysztof Kozlowski
 [PATCH v7 1/4] dt-bindings: pinctrl: qcom: Add SDX75 pinctrl devic ...Rohit Agarwal
 Re: [PATCH v3 1/6] dt-bindings: mailbox: tegra: Document Tegra264 HSPKrzysztof Kozlowski
[New][PATCH v7 0/4] Add pinctrl support for SDX75Rohit Agarwal
 [PATCH v7 4/4] pinctrl: qcom: Add SDX75 pincontrol driverRohit Agarwal
 [PATCH v7 3/4] pinctrl: qcom: Refactor generic qcom pinctrl driverRohit Agarwal
 Re: [PATCH v3 4/6] dt-bindings: Add bindings to support DRAM MRQ GSCsKrzysztof Kozlowski
 [PATCH v7 2/4] pinctrl: qcom: Remove the msm_function structRohit Agarwal
 Re: [PATCH v3 5/6] dt-bindings: memory-region property for tegra18 ...Krzysztof Kozlowski
 Re: [PATCH v6 1/4] tee: optee: system call propertyEtienne Carriere
 Re: [PATCH v2 1/4] sched/core: Provide sched_rtmutex() and expose ...Sebastian Andrzej Siewior
 Re: [PATCH 1/2] dt-bindings: usb: misc: Add microchip USB5807 HUB ...Mike Looijmans
 RE: [EXTERNAL] Re: [PATCH v2 2/5] ASoC: dt-bindings: Add tas2781 a ..."Ding, Shenghao"
 Re: [PATCH 07/32] mm: Bring back vmalloc_execJohannes Thumshirn
 Re: [PATCH net-next] sctp: add bpf_bypass_getsockopt proto callbackkernel test robot
[New][PATCH 0/4] staging: rtl8192e: Trivial code cleanup patchesYogesh Hegde
 [PATCH 1/4] staging: rtl8192e: Rename tmpRegA and TempCCkYogesh Hegde
 [PATCH 2/4] staging: rtl8192e: Rename tmpOFDMindex and tmpCCKindexYogesh Hegde
 [PATCH 3/4] staging: rtl8192e: Rename tmpCCK20Mindex and tmpCCK40M ...Yogesh Hegde
 Re: [PATCH 4/6] workqueue: Automatically mark CPU-hogging work ite ...Peter Zijlstra
 [PATCH 4/4] staging: rtl8192e: Refactor tmp_ofdm_index variable as ...Yogesh Hegde
 RE: [Patch V10 2/3] tpm_tis-spi: Add hardware wait pollingKrishna Yarlagadda
 Re: [PATCH v6 5/6] fbdev: Move framebuffer I/O helpers into <asm/fb.h>Thomas Zimmermann
 Re: [PATCH v3 07/11] irqchip/riscv-imsic: Improve IOMMU DMA supportAnup Patel
 Re: [PATCH] efivarfs: expose used and total sizeArd Biesheuvel
 Re: [PATCH v6 3/4] tee: optee: support tracking system threadsEtienne Carriere
[New]RE : American Association of Critical-Care Nurses Attendees Email ...Lisa lee
 [PATCH v1 2/2] dt-bindings: mfd: add bindings for AXP192 MFD deviceAidan MacDonald
[New][PATCH v1 1/2] mfd: axp20x: Add support for AXP192Aidan MacDonald
 Re: [PATCH liburing v1 0/2] 2 fixes for recv-msgall.cJens Axboe
 Re: [PATCH net-next] sctp: add bpf_bypass_getsockopt proto callbackMarcelo Ricardo Leitner
 Re: [PATCH v2] MAINTAINERS: Cleanup Arm Display IP maintainersBrian Starkey
 Re: [PATCH] fs/coredump: open coredump file in O_WRONLY instead of ...Vladimir Sementsov-Ogievskiy
 Re: [PATCH v3 3/3] genirq: Use the maple tree for IRQ descriptors ...Shanker Donthineni
[New][GIT PULL] gfs2: Don't deref jdesc in evictAndreas Gruenbacher
[New]READY FOR PURCHASEProcurement
[New][PATCH net-next] net: core: add SOL_SOCKET filter for bpf getsocko ...Alexander Mikhalitsyn
 Re: [PATCH] vsock: bugfix port residue in serverStefano Garzarella
 Re: [PATCH v2 3/3] arm64: dts: ti: k3-j7200-mcu-wakeup: Update fss ...Andrew Davis
[New][PATCH] media: mediatek: vcodec: Convert mtk_vcodec_dec_hw platfor ...Fei Shao
 Re: [PATCH v8 00/10] arm64: Add framework to turn an IPI as NMIDoug Anderson
 Re: [PATCH] vc_screen: reload load of struct vc_data pointer in vc ...Dan Carpenter
 Re: [PATCH net-next] net: core: add SOL_SOCKET filter for bpf gets ...Kuniyuki Iwashima
 Re: [PATCH 1/4] usb: usbfs: Enforce page requirements for mmapRuihan Li
 Re: [PATCH v2] perf bpf skels: Make vmlinux.h use bpf.h and perf_e ...Arnaldo Carvalho de Melo
 Re: [PATCH v3 08/11] dt-bindings: interrupt-controller: Add RISC-V ...Conor Dooley
 Re: [PATCH 2/4] usb: usbfs: Use consistent mmap functionsRuihan Li
 Re: [PATCH v6 02/14] Documentation/x86: Secure Launch kernel docum ...Ross Philipson
 Re: [PATCH] dt-bindings: interrupt-controller: sifive,plic: Sort c ...Conor Dooley
 Re: [PATCH RFC] kthread: Unify kernel_thread() and user_mode_thread()"Eric W. Biederman"
 Re: [PATCH 5.15 000/370] 5.15.111-rc2 reviewDaniel Díaz
[New][PATCH 0/5] of: More 'device' vs. 'module' cleanupsMiquel Raynal
 [PATCH 1/5] of: module: Mutate of_device_modalias() into two helpersMiquel Raynal
 [PATCH 2/5] of: module: Mutate of_device_uevent() into two helpersMiquel Raynal
 [PATCH 3/5] of: module: Mutate of_device_uevent_modalias() into tw ...Miquel Raynal
 [PATCH 4/5] of: module: Export of_uevent()Miquel Raynal
 [PATCH 5/5] gpu: host1x: Stop open-coding of_device_uevent()Miquel Raynal
 Re: [PATCH 1/2] sched/deadline: accurate reclaim bandwidth for GRUBVineeth Remanan Pillai
 Re: [PATCH 3/4] perf tools: Add printing perf_event_attr->type sym ...Adrian Hunter
 Re: [PATCH v6 00/16] x86/mtrr: fix handling with PAT but without MTRRJuergen Gross
 Re: [PATCH v6 5/6] fbdev: Move framebuffer I/O helpers into <asm/fb.h>"Arnd Bergmann"
 Re: [PATCH 2/2] ufs: don't use the fair tag sharingsBart Van Assche
 Re: [PATCH] dt-bindings: timer: sifive,clint: Clean up compatible ...Conor Dooley
 Re: [PATCH v3 3/3] genirq: Use the maple tree for IRQ descriptors ...Shanker Donthineni
 Re: [PATCH v2] backlight: lm3630a: turn off both led strings when ...Sam Ravnborg
 Re: [PATCH v2] kernfs: Prefer strscpy over strlcpy callsAzeem Shaikh
[New][RFC PATCH 0/4] wifi locking simplification startJohannes Berg
 [RFC PATCH 2/4] workqueue: support holding a mutex for each workJohannes Berg
 [RFC PATCH 1/4] workqueue: support pausing ordered workqueuesJohannes Berg
 [RFC PATCH 4/4] wifi: cfg80211: move scan done work to cfg80211 wo ...Johannes Berg
 [RFC PATCH 3/4] wifi: cfg80211: add a workqueue with special semanticsJohannes Berg
 Re: [PATCH] mm/mmap/vma_merge: always check invariantsLorenzo Stoakes
 Re: [PATCH] virtio: Add missing documentation for structure fields"Michael S. Tsirkin"
 Re: [PATCH] string: use __builtin_memcpy() in strlcpy/strlcatKees Cook
 Re: [PATCH] string: use __builtin_memcpy() in strlcpy/strlcatAlexander Potapenko
 Re: [PATCH 4/6] workqueue: Automatically mark CPU-hogging work ite ...Tejun Heo
 Re: [PATCH] base/node / acpi: Change 'node_hmem_attrs' to 'access_ ...Jonathan Cameron
 Re: [PATCH] mm/mmap/vma_merge: always check invariantsMark Rutland
[New][PATCH] arm64: dts: rockchip: fix button reset pin for nanopi r5cTianling Shen
 Re: [PATCH v6 2/6] drm: lcdif: Drop unnecessary NULL pointer check ...Marek Vasut
 [PATCHv4 4/4] wiegand: add Wiegand GPIO bitbanged controller driverMartin Zaťovič
 [PATCHv4 3/4] dt-bindings: wiegand: add GPIO bitbanged Wiegand con ...Martin Zaťovič
 [PATCHv4 1/4] dt-bindings: wiegand: add Wiegand controller common ...Martin Zaťovič
[New][PATCHv4 0/4] Wiegand bus driver and GPIO bitbanged WiegandMartin Zaťovič
 [PATCHv4 2/4] wiegand: add Wiegand bus driverMartin Zaťovič
 Re: [PATCH v6 5/6] drm: lcdif: Add multiple encoders and first bri ...Marek Vasut
 Re: [PATCH] mm/mmap/vma_merge: always check invariantsLorenzo Stoakes
 RE: [PATCH 0/2] Add rs485 support to uartps driver"Guntupalli, Manikanta"
 Re: [PATCH] mm: memory_hotplug: Fix format string in warningsDavid Hildenbrand
[New][PATCH] snd-hda-intel: Apply HP B&O top speaker profile to Pavilion 15"Ryan C. Underwood"
 Re: [PATCH v8 00/10] arm64: Add framework to turn an IPI as NMIMark Rutland
 Re: [PATCHv4 3/4] dt-bindings: wiegand: add GPIO bitbanged Wiegand ...Conor Dooley
[New][PATCH] irqchip/jcore-aic: Fix missing allocation of IRQ descriptorsJohn Paul Adrian Glaubitz
 [PATCH RT 3/3] riscv: Allow to enable RTJisheng Zhang
 Re: [PATCH 2/4] usb: usbfs: Use consistent mmap functionsDavid Hildenbrand
[New][PATCH RT 0/3] riscv: add PREEMPT_RT supportJisheng Zhang
 [PATCH RT 2/3] riscv: add lazy preempt supportJisheng Zhang
 [PATCH RT 1/3] asm-generic/preempt: also check preempt_lazy_count ...Jisheng Zhang
 RE: [PATCH] RDMA/mana_ib: Use v2 version of cfg_rx_steer_req to en ...Long Li
 Re: [PATCH v1 2/2] dt-bindings: mfd: add bindings for AXP192 MFD d ...Conor Dooley
 Re: [PATCH 3/4] mm: page_table_check: Make it dependent on !DEVMEMDavid Hildenbrand
 Re: [PATCH v8 06/10] arm64: idle: Tag the arm64 idle functions as ...Mark Rutland
 Re: [PATCH] media: mediatek: vcodec: Convert mtk_vcodec_dec_hw pla ...Uwe Kleine-König
 Re: [PATCH] accel/qaic: silence some uninitialized variable warningsDan Carpenter
 Re: [PATCH v8 00/10] arm64: Add framework to turn an IPI as NMIDoug Anderson
[New][PATCH rcu 0/3] Documentation updates for v6.5"Paul E. McKenney"
 [PATCH rcu 1/3] doc: Get rcutree module parameters back into alpha ..."Paul E. McKenney"
 [PATCH rcu 2/3] doc: Document the rcutree.rcu_resched_ns module pa ..."Paul E. McKenney"
 [PATCH rcu 3/3] MAINTAINERS: Update [email protected] to qian ..."Paul E. McKenney"
 Re: [PATCH] dt-bindings: rcc: stm32: Fix STM32MP13 include filePatrick DELAUNAY
[New][PATCH v2] dt-bindings: rcc: stm32: Sync with u-boot copy for STM3 ...Patrick Delaunay
 Re: [PATCH 1/4] staging: rtl8192e: Rename tmpRegA and TempCCkDan Carpenter
 Re: [PATCH] RDMA/mana_ib: Use v2 version of cfg_rx_steer_req to en ...Leon Romanovsky
[New][PATCH rcu 0/8] Miscellaneous fixes for v6.5"Paul E. McKenney"
 [PATCH rcu 6/8] rcu: Mark rcu_cpu_kthread() accesses to ->rcu_cpu_ ..."Paul E. McKenney"
 [PATCH rcu 5/8] rcu: Mark additional concurrent load from ->cpu_no ..."Paul E. McKenney"
 [PATCH rcu 7/8] rcu: Make rcu_cpu_starting() rely on interrupts be ..."Paul E. McKenney"
 [PATCH rcu 4/8] rcu: Employ jiffies-based backstop to callback tim ..."Paul E. McKenney"
 [PATCH rcu 2/8] rcu: Remove RCU_NONIDLE()"Paul E. McKenney"
 [PATCH rcu 1/8] srcu: Remove extraneous parentheses from srcu_read ..."Paul E. McKenney"
 [PATCH rcu 3/8] rcu: Check callback-invocation time limit for rcuc ..."Paul E. McKenney"
 [PATCH rcu 8/8] rcu-tasks: Stop rcu_tasks_invoke_cbs() from using ..."Paul E. McKenney"
 Re: [PATCH v2] dmaengine: xilinx: dma: remove arch dependencykernel test robot
 Re: [PATCH 5.15 000/370] 5.15.111-rc2 reviewDaniel Díaz
 [PATCH v4 1/3] genirq: Use hlist for managing resend handlersShanker Donthineni
[New][PATCH v4 0/3] Increase the number of IRQ descriptors for SPARSEIRQShanker Donthineni
 [PATCH v4 2/3] genirq: Encapsulate sparse bitmap handlingShanker Donthineni
 [PATCH v4 3/3] genirq: Use the maple tree for IRQ descriptors mana ...Shanker Donthineni
 Re: [PATCH v2] dt-bindings: rcc: stm32: Sync with u-boot copy for ...Conor Dooley
[New][PATCH rcu 0/8] kvfree_rcu() changes for v6.5"Paul E. McKenney"
 [PATCH rcu 1/8] rcu/kvfree: Eliminate k[v]free_rcu() single argume ..."Paul E. McKenney"
 [PATCH rcu 2/8] rcu/kvfree: Add debug to check grace periods"Paul E. McKenney"
 [PATCH rcu 3/8] rcu/kvfree: Add debug check for GP complete for kf ..."Paul E. McKenney"
 [PATCH rcu 5/8] rcu/kvfree: Use consistent krcp when growing kfree ..."Paul E. McKenney"
 [PATCH rcu 7/8] rcu/kvfree: Make fill page cache start from krcp-> ..."Paul E. McKenney"
 [PATCH rcu 6/8] rcu/kvfree: Do not run a page work if a cache is d ..."Paul E. McKenney"
 [PATCH rcu 4/8] rcu/kvfree: Invoke debug_rcu_bhead_unqueue() after ..."Paul E. McKenney"
 [PATCH rcu 8/8] rcu/kvfree: Make drain_page_cache() take early ret ..."Paul E. McKenney"
 Re: [PATCH 2/2] bcache: Convert to lock_cmp_fnKent Overstreet
 [PATCH rcu 1/4] rcu/nocb: Protect lazy shrinker against concurrent ..."Paul E. McKenney"
 [PATCH rcu 2/4] rcu/nocb: Fix shrinker race against callback enqueuer"Paul E. McKenney"
[New][PATCH rcu 0/4] Callback-offloading updates for v6.5"Paul E. McKenney"
 [PATCH rcu 4/4] rcu/nocb: Make shrinker to iterate only NOCB CPUs"Paul E. McKenney"
 [PATCH rcu 3/4] rcu/nocb: Recheck lazy callbacks under the ->nocb_ ..."Paul E. McKenney"
[New]Greetings dear friend"Mrs. Lenny Tatiana"
[New][PATCH rcu 0/2] Tasks RCU updates for v6.5"Paul E. McKenney"
 [PATCH rcu 2/2] rcu-tasks: Clarify the cblist_init_generic() funct ..."Paul E. McKenney"
 [PATCH rcu 1/2] rcu-tasks: Avoid pr_info() with spin lock in cblis ..."Paul E. McKenney"
 RE: [PATCH v3 6/6] PCI: hv: Use async probing to reduce boot timeDexuan Cui
[New][PATCH rcu 0/6] Torture-test updates for v6.5"Paul E. McKenney"
 [PATCH rcu 4/6] rcu/rcuscale: Stop kfree_scale_thread thread(s) af ..."Paul E. McKenney"
 [PATCH rcu 1/6] locktorture: Add long_hold to adjust lock-hold delays"Paul E. McKenney"
 [PATCH rcu 5/6] doc/rcutorture: Add description of rcutorture.stal ..."Paul E. McKenney"
 [PATCH rcu 2/6] rcutorture: Correct name of use_softirq module par ..."Paul E. McKenney"
 [PATCH rcu 3/6] rcu/rcuscale: Move rcu_scale_*() after kfree_scale ..."Paul E. McKenney"
 [PATCH rcu 6/6] torture: Remove duplicated argument -enable-kvm fo ..."Paul E. McKenney"
 Re: [PATCH V2 0/2] perf parse-events: Do not break up AUX event groupArnaldo Carvalho de Melo
 Re: [PATCH blktests v3 10/12] nvme/rc: Calculate IO size for rando ...Daniel Wagner
 Re: [PATCH v3 3/3] genirq: Use the maple tree for IRQ descriptors ...Shanker Donthineni
 Re: [PATCH V2 0/2] perf parse-events: Do not break up AUX event groupArnaldo Carvalho de Melo
 Re: [PATCH v2 5/6] KVM: x86: Keep a per-VM MTRR stateDavid Matlack
 Re: [PATCH blktests v3 11/12] nvme/rc: Move discovery generation c ...Daniel Wagner
[New]Re: pca953x issue when driving a DSI bridgeandy.shevchenko@gmail ...
 Re: vPASID capability for VFAlex Williamson
 Re: [PATCH v3] firmware/sysfb: Fix VESA format selection"Pierre Asselin"
 Re: Rename restrictedmem => guardedmem? (was: Re: [PATCH v10 0/9] ...Vishal Annapurve
 Re: [PATCH] bpf: reject blacklisted symbols in kprobe_multi to avo ...Jiri Olsa
 Re: [PATCH v1] perf build: Add system include paths to BPF buildsArnaldo Carvalho de Melo
 Re: [PATCH 1/2] perf script: Skip aggregation for stat eventsArnaldo Carvalho de Melo
 Re: [PATCH v6 3/4] tee: optee: support tracking system threadsEtienne Carriere
 Re: [PATCH V2 0/2] perf parse-events: Do not break up AUX event groupAdrian Hunter
 Re: [PATCH v1] usb: xhci: plat: remove error log for failure to ge ...Klaus Kudielka
 Re: [PATCH] perf: arm64: Fix build with refcount checkingArnaldo Carvalho de Melo
 Re: [PATCH] perf cs-etm: Fix contextid validationArnaldo Carvalho de Melo
 Re: Kernel 6.4-rc1 ARM boot failsColin Foster
 Re: [PATCH] mips: dts: ralink: Clarify usage of MT7621 ethernet ph ...Liviu Dudau
[New][PATCH v3 0/2] Add trace events for remoteprocGokul krishna Krishnakumar
 [PATCH v3 1/2] remoteproc: Introduce traces for remoteproc eventsGokul krishna Krishnakumar
 [PATCH v3 2/2] remoteproc: qcom: Add remoteproc tracingGokul krishna Krishnakumar
[New]INVOlCE 58381069 HREINVOlCE 6418
 Re: [PATCH 02/13] wifi: mwifiex: Use default @max_active for workq ...Brian Norris
[New][PATCH v2 net-next] net: ethernet: mtk_eth_soc: log clock enable e ...Lorenz Brun
 Re: [tip: perf/core] x86/cpu: Add helper function to get the type ...Ricardo Neri
 Re: [PATCH 02/13] wifi: mwifiex: Use default @max_active for workq ...Tejun Heo
[New][PATCH locking/atomics 0/19] Add kernel-doc for more atomic operations"Paul E. McKenney"
 [PATCH locking/atomic 04/19] locking/atomic: Add kernel-doc header ..."Paul E. McKenney"
 [PATCH locking/atomic 09/19] locking/atomic: Add kernel-doc header ..."Paul E. McKenney"
 [PATCH locking/atomic 02/19] locking/atomic: Add "@" before "true" ..."Paul E. McKenney"
 [PATCH locking/atomic 01/19] locking/atomic: Fix fetch_add_unless ..."Paul E. McKenney"
 [PATCH locking/atomic 05/19] locking/atomic: Add kernel-doc header ..."Paul E. McKenney"
 [PATCH locking/atomic 13/19] locking/atomic: Script to auto-genera ..."Paul E. McKenney"
 [PATCH locking/atomic 03/19] locking/atomic: Add kernel-doc and do ..."Paul E. McKenney"
 [PATCH locking/atomic 11/19] locking/atomic: Add kernel-doc header ..."Paul E. McKenney"
 [PATCH locking/atomic 06/19] locking/atomic: Add kernel-doc header ..."Paul E. McKenney"
 [PATCH locking/atomic 10/19] locking/atomic: Add kernel-doc header ..."Paul E. McKenney"
 [PATCH locking/atomic 17/19] x86/atomic.h: Remove duplicate kernel ..."Paul E. McKenney"
 [PATCH locking/atomic 19/19] docs: Add atomic operations to the dr ..."Paul E. McKenney"
 [PATCH locking/atomic 15/19] locking/atomic: Add kernel-doc header ..."Paul E. McKenney"
 [PATCH locking/atomic 14/19] locking/atomic: Add kernel-doc header ..."Paul E. McKenney"
 [PATCH locking/atomic 07/19] locking/atomic: Add kernel-doc header ..."Paul E. McKenney"
 [PATCH locking/atomic 12/19] locking/atomic: Add kernel-doc header ..."Paul E. McKenney"
 [PATCH locking/atomic 08/19] locking/atomic: Add kernel-doc header ..."Paul E. McKenney"
 [PATCH locking/atomic 16/19] locking/atomic: Add kernel-doc header ..."Paul E. McKenney"
 [PATCH locking/atomic 18/19] locking/atomic: Refrain from generati ..."Paul E. McKenney"
 Re: [PATCH 3/6] workqueue: Move worker_set/clr_flags() upwardsTejun Heo
 Re: [PATCH v6 1/6] fbdev/matrox: Remove trailing whitespacesSui Jingfeng
 Re: [RFC PATCH 2/4] workqueue: support holding a mutex for each workTejun Heo
 Re: [tip: perf/core] x86/cpu: Add helper function to get the type ...Dave Hansen
 Re: [RFC PATCH 1/4] workqueue: support pausing ordered workqueuesTejun Heo
[New][PATCH] docs: submitting-patches: Discuss interleaved repliesKees Cook
 Re: [RFC PATCH 1/4] workqueue: support pausing ordered workqueuesJohannes Berg
 Re: [PATCH v2 0/7] drm: sun4i: set proper TCON0 DCLK rate in DSI modeJernej Škrabec
 Re: [PATCH v4 1/4] clk: sunxi-ng: a64: force select PLL_MIPI in TC ...Jernej Škrabec
 Re: [PATCH v4 2/4] ARM: dts: sunxi: rename tcon's clock outputJernej Škrabec
 Re: [PATCH RFC v2] Randomized slab caches for kmalloc()Hyeonggon Yoo
 Re: [RFC PATCH 0/4] Add support for DRM cgroup memory accounting.Tejun Heo
 Re: [PATCH -fixes] riscv: Fix orphan section warnings caused by ke ...patchwork-bot+linux-riscv@kernel ...
 Re: [PATCH -fixes] riscv: Fix orphan section warnings caused by ke ...Palmer Dabbelt
 Re: [PATCH v2] kernfs: Prefer strscpy over strlcpy callsTejun Heo
 Re: [PATCH] HID: google: Don't use devm for hid_hw_stop()Stephen Boyd
 Re: [RFC PATCH v1] ufs: poll HCS.UCRDY before issuing a UIC commandBart Van Assche
 Re: [PATCH v4 1/2] dt-bindings: arm: sunxi: add ICnova A20 ADB4006 ...Jernej Škrabec
[New][PATCH] dt-bindings: iio: temperature: Add DT bindings for TMP006Anup Sharma
 Re: [PATCH RFC/RFT] perf bpf skels: Stop using vmlinux.h generated ...Arnaldo Carvalho de Melo
 Re: [PATCH 02/13] wifi: mwifiex: Use default @max_active for workq ...Brian Norris
 Re: [syzbot] [ext4?] BUG: sleeping function called from invalid co ...syzbot
 Re: [syzbot] [ext4?] BUG: sleeping function called from invalid co ..."Theodore Ts'o"
[New][PATCH] maple_tree: Fix a few documentation issuesThomas Gleixner
 Re: [PATCH v12 04/13] HP BIOSCFG driver - int-attributesJorge Lopez
[New][PATCH v2 2/2] PCI: rcar-host: add support for optional regulatorsWolfram Sang
 Re: [PATCH v4 1/3] cacheinfo: Add arch specific early level initia ...Ricardo Neri
 Re: [PATCH 5.15 000/370] 5.15.111-rc2 reviewGuenter Roeck
 Re: [PATCH v3 3/3] genirq: Use the maple tree for IRQ descriptors ...Thomas Gleixner
 RE: [tip: perf/core] x86/cpu: Add helper function to get the type ..."Luck, Tony"
 Re: [RFC PATCH 2/4] workqueue: support holding a mutex for each workJohannes Berg
 Re: [PATCH v2 0/2] x86/cacheinfo: Set the number of leaves per CPURicardo Neri
 Re: [PATCH 02/13] wifi: mwifiex: Use default @max_active for workq ...Tejun Heo
 Re: [PATCH v2 01/10] kunit: tool: Enable CONFIG_FORTIFY_SOURCE und ...Kees Cook
[New][PATCH] Input: synaptics-rmi4 - retry reading SMBus version on resumeJeffery Miller
 Re: [RFC PATCH 2/4] workqueue: support holding a mutex for each workTejun Heo
 Re: [PATCH v6 08/21] workqueue: Use global variant for add_timer()Tejun Heo
 Re: [PATCH V2] clk: qcom: camcc-sc7180: Add parent dependency to a ...Stephen Boyd
 Re: [PATCH V2] clk: qcom: camcc-sc7180: Add parent dependency to a ...Stephen Boyd
 Re: [PATCH RFC v2] Randomized slab caches for kmalloc()Pedro Falcato
 Re: [PATCH v1] drivers: pci: introduce configurable delay for Rock ...Peter Geis
 Re: [PATCH 02/13] wifi: mwifiex: Use default @max_active for workq ...Brian Norris
 Re: [PATCH v3 1/5] dt-bindings: power: Add JH7110 AON PMU supportConor Dooley
 Re: [PATCH 5.15 000/370] 5.15.111-rc2 reviewGuenter Roeck
 Re: [net 1/2] selftests: seg6: disable DAD on IPv6 router cfg for ...David Ahern
 Re: [net 2/2] selftets: seg6: disable rp_filter by default in srv6 ...David Ahern
[New][PATCH] cachestat: wire up cachestat for other architecturesNhat Pham
[New][RFC PATCH v2 0/3] wifi locking simplificationJohannes Berg
[New][PATCH v2 net 1/1] net: fec: using the standard return codes when ...Shenwei Wang
 Re: [PATCH v2] ufs: poll pmc until another pa request is completedBart Van Assche
 Re: [PATCH] Input: synaptics-rmi4 - retry reading SMBus version on ...Dmitry Torokhov
 Re: [PATCH] virtio: Add missing documentation for structure fieldsSimon Horman
 Re: [RFC PATCH v2 1/3] workqueue: support pausing ordered workqueuesTejun Heo
 Re: [PATCH net 6/6] net/sched: qdisc_destroy() old ingress and cls ...Peilin Ye
 [RFC PATCH v2 2/3] wifi: cfg80211: add a workqueue with special se ...Johannes Berg
 Re: [PATCH v12 06/13] HP BIOSCFG driver - passwdobj-attributesJorge Lopez
 [RFC PATCH v2 1/3] workqueue: support pausing ordered workqueuesJohannes Berg
 [RFC PATCH v2 3/3] wifi: cfg80211: move scan done work to cfg80211 ...Johannes Berg
 Re: vPASID capability for VFJason Gunthorpe
 Re: [PATCH] virtio: Add missing documentation for structure fields"Michael S. Tsirkin"
 Re: [PATCHv4 4/4] wiegand: add Wiegand GPIO bitbanged controller d ...kernel test robot
 Re: [PATCH] virtio: Add missing documentation for structure fieldsSimon Horman
 Re: pca953x issue when driving a DSI bridgeJean-Michel Hautbois
 Re: [PATCH 1/2] PCI: pciehp: Add support for OS-First Hotplug and ...Lukas Wunner
 Re: [PATCH] bpf: reject blacklisted symbols in kprobe_multi to avo ...Yonghong Song
 Re: [PATCH v3 3/3] riscv: dts: starfive: add tdm node and sound cardConor Dooley
 Re: Rename restrictedmem => guardedmem? (was: Re: [PATCH v10 0/9] ...Vishal Annapurve
 Re: [PATCH] HID: google: Don't use devm for hid_hw_stop()Dmitry Torokhov
 Re: [RFC PATCH 1/1] smp: Add tracepoints for functions called with ...Leonardo Brás
 [PATCH v5 1/2] dt-bindings: net: can: Add poll-interval for MCANJudith Mendez
[New][PATCH v5 0/2] Enable multiple MCAN on AM62xJudith Mendez
 [PATCH v5 2/2] can: m_can: Add hrtimer to generate software interruptJudith Mendez
 Re: [PATCH v12 05/13] HP BIOSCFG driver - ordered-attributesJorge Lopez
 [PATCH v1 1/2] drm/msm/dp: enable HDP plugin/unplugged interrupts ...Kuogee Hsieh
[New][PATCH v1 0/2] enable HDP plugin/unplugged interrupts to hpd_enab ...Kuogee Hsieh
 [PATCH v1 2/2] drm/msm/dp: add mutex to protect internal_hpd again ...Kuogee Hsieh
 Re: [PATCH v2 3/5] dt-bindings: net: add mac-address-increment optionIvan Mikhaylov
 Re: [PATCH net v1] net: mscc: ocelot: fix stat counter register valuesVladimir Oltean
 Re: [PATCH v4 2/2] arm: dts: sunxi: Add ICnova A20 ADB4006 boardJernej Škrabec
 Re: [PATCH v12 07/13] HP BIOSCFG driver - string-attributesJorge Lopez
 Re: [PATCH 03/32] locking/lockdep: lockdep_set_no_check_recursion()Kent Overstreet
 Re: vPASID capability for VFJason Gunthorpe
 Re: [PATCH v3 6/6] mtd: rawnand: meson: rename node for chip selectMartin Blumenstingl
 Re: [PATCH] virtio: Add missing documentation for structure fields"Michael S. Tsirkin"
 Re: [PATCH] vfio/pci: take mmap write lock for io_remap_pfn_rangeJason Gunthorpe
 Re: [PATCH v2 1/3] clk: mediatek: Make mtk_clk_simple_remove() ret ...Stephen Boyd
 Re: [PATCH v2 2/3] clk: mediatek: Make mtk_clk_pdev_remove() retur ...Stephen Boyd
 Re: [PATCH v2 3/3] clk: mediatek: Convert all remaining drivers to ...Stephen Boyd
[New][PATCH v2 1/5] riscv: Add the T-HEAD SoC family Kconfig optionYangtao Li
 [PATCH v2 2/5] riscv: dts: add initial T-HEAD light SoC device treeYangtao Li
 [PATCH v2 3/5] riscv: dts: thead: add sipeed Lichee Pi 4A board de ...Yangtao Li
 [PATCH v2 4/5] riscv: defconfig: Enable the T-HEAD SoCYangtao Li
 [PATCH v2 5/5] MAINTAINERS: add entry for T-HEAD RISC-V SoCYangtao Li
 Re: [PATCH v4 1/3] cacheinfo: Add arch specific early level initia ...Radu Rendec
 Re: [PATCH v1] drivers: pci: introduce configurable delay for Rock ...Bjorn Helgaas
 Re: kernfs: Prefer strscpy over strlcpy callsAzeem Shaikh
 [PATCH AUTOSEL 6.3 8/9] mfd: intel-lpss: Add Intel Meteor Lake PCH ...Sasha Levin
 [PATCH AUTOSEL 6.3 9/9] parisc: Replace regular spinlock with spin ...Sasha Levin
 [PATCH AUTOSEL 6.3 2/9] soundwire: dmi-quirks: add remapping for I ...Sasha Levin
 [PATCH AUTOSEL 6.2 3/9] phy: st: miphy28lp: use _poll_timeout func ...Sasha Levin
[New][PATCH AUTOSEL 6.2 1/9] pinctrl: at91: use devm_kasprintf() to avo ...Sasha Levin
 [PATCH AUTOSEL 6.2 2/9] soundwire: dmi-quirks: add remapping for I ...Sasha Levin
 [PATCH AUTOSEL 6.3 7/9] mfd: dln2: Fix memory leak in dln2_probe()Sasha Levin
 [PATCH AUTOSEL 6.3 4/9] soundwire: qcom: gracefully handle too man ...Sasha Levin
 [PATCH AUTOSEL 6.2 5/9] soundwire: bus: Fix unbalanced pm_runtime_ ...Sasha Levin
 [PATCH AUTOSEL 6.3 6/9] mfd: intel_soc_pmic_chtwc: Add Lenovo Yoga ...Sasha Levin
 [PATCH AUTOSEL 6.2 4/9] soundwire: qcom: gracefully handle too man ...Sasha Levin
[New][PATCH AUTOSEL 6.3 1/9] pinctrl: at91: use devm_kasprintf() to avo ...Sasha Levin
 [PATCH AUTOSEL 6.3 3/9] phy: st: miphy28lp: use _poll_timeout func ...Sasha Levin
 [PATCH AUTOSEL 6.3 5/9] soundwire: bus: Fix unbalanced pm_runtime_ ...Sasha Levin
 Re: [PATCH] HID: google: Don't use devm for hid_hw_stop()Stephen Boyd
 [PATCH AUTOSEL 6.2 8/9] mfd: intel-lpss: Add Intel Meteor Lake PCH ...Sasha Levin
 [PATCH AUTOSEL 6.1 2/8] phy: st: miphy28lp: use _poll_timeout func ...Sasha Levin
 [PATCH AUTOSEL 6.1 4/8] soundwire: bus: Fix unbalanced pm_runtime_ ...Sasha Levin
 [PATCH AUTOSEL 6.1 3/8] soundwire: qcom: gracefully handle too man ...Sasha Levin
 [PATCH AUTOSEL 6.1 5/8] mfd: intel_soc_pmic_chtwc: Add Lenovo Yoga ...Sasha Levin
 [PATCH AUTOSEL 6.1 7/8] mfd: intel-lpss: Add Intel Meteor Lake PCH ...Sasha Levin
 [PATCH AUTOSEL 5.15 2/4] soundwire: qcom: gracefully handle too ma ...Sasha Levin
 [PATCH AUTOSEL 6.2 7/9] mfd: dln2: Fix memory leak in dln2_probe()Sasha Levin
 [PATCH AUTOSEL 6.1 8/8] parisc: Replace regular spinlock with spin ...Sasha Levin
[New][PATCH AUTOSEL 4.19 1/2] phy: st: miphy28lp: use _poll_timeout fun ...Sasha Levin
[New][PATCH AUTOSEL 6.1 1/8] soundwire: dmi-quirks: add remapping for I ...Sasha Levin
[New][PATCH AUTOSEL 5.10 1/2] phy: st: miphy28lp: use _poll_timeout fun ...Sasha Levin
 [PATCH AUTOSEL 5.4 2/2] mfd: dln2: Fix memory leak in dln2_probe()Sasha Levin
 [PATCH AUTOSEL 5.15 4/4] parisc: Replace regular spinlock with spi ...Sasha Levin
 [PATCH AUTOSEL 4.14 2/2] mfd: dln2: Fix memory leak in dln2_probe()Sasha Levin
 [PATCH v1 1/5] iommu/arm-smmu-v3: Move cdtable to arm_smmu_masterMichael Shavit
[New][PATCH v1 0/5] Add PASID support to SMMUv3 unmanaged domainsMichael Shavit
 [PATCH AUTOSEL 6.2 6/9] mfd: intel_soc_pmic_chtwc: Add Lenovo Yoga ...Sasha Levin
 [PATCH AUTOSEL 6.1 6/8] mfd: dln2: Fix memory leak in dln2_probe()Sasha Levin
 [PATCH AUTOSEL 6.2 9/9] parisc: Replace regular spinlock with spin ...Sasha Levin
 [PATCH v1 2/5] iommu/arm-smmu-v3: Add has_stage1 fieldMichael Shavit
[New][PATCH AUTOSEL 4.14 1/2] phy: st: miphy28lp: use _poll_timeout fun ...Sasha Levin
 [PATCH AUTOSEL 4.19 2/2] mfd: dln2: Fix memory leak in dln2_probe()Sasha Levin
 [PATCH v1 3/5] iommu/arm-smmu-v3: Simplify arm_smmu_enable_atsMichael Shavit
[New][PATCH AUTOSEL 5.4 1/2] phy: st: miphy28lp: use _poll_timeout func ...Sasha Levin
 [PATCH AUTOSEL 5.15 3/4] mfd: dln2: Fix memory leak in dln2_probe()Sasha Levin
 [PATCH v1 4/5] iommu/arm-smmu-v3: Keep track of attached ssidsMichael Shavit
 [PATCH v1 5/5] iommu/arm-smmu-v3: Implement set_dev_pasidMichael Shavit
[New][PATCH AUTOSEL 5.15 1/4] phy: st: miphy28lp: use _poll_timeout fun ...Sasha Levin
 [PATCH AUTOSEL 5.10 2/2] mfd: dln2: Fix memory leak in dln2_probe()Sasha Levin
 Re: [PATCH] gpiolib: Don't implicitly disable irq when maskingChris Packham
 Re: [PATCH v5 5/5] riscv: dts: allwinner: d1: Add SPI controllers nodeJernej Škrabec
 Re: Situation of CONFIG_CLK_SUNXI_PRCM_SUN9IJernej Škrabec
 Re: [PATCH v3 6/6] mtd: rawnand: meson: rename node for chip selectMiquel Raynal
 Re: [PATCH v5 4/5] spi: sun6i: add support for R329/D1/R528/T113s ...Jernej Škrabec
 Re: [PATCH v2 5/5] MAINTAINERS: add entry for T-HEAD RISC-V SoCConor Dooley
[New][PATCH] ARM: dts: meson8: correct uart_B and uart_C clock referencesMartin Blumenstingl
 Re: [PATCH v1 0/5] Add PASID support to SMMUv3 unmanaged domainsJason Gunthorpe
 Re: [PATCH v2 1/3] dt-bindings: phy: cadence-torrent: Add latency ...Bjorn Helgaas
[New][PATCH] vboxsf: Replace all non-returning strlcpy with strscpyAzeem Shaikh
 Re: [PATCH v8 06/10] arm64: idle: Tag the arm64 idle functions as ...Doug Anderson
 Re: [PATCH v2 5/5] dt-bindings: net: ftgmac100: convert to yaml ve ...Ivan Mikhaylov
 Re: [PATCH v1 1/5] iommu/arm-smmu-v3: Move cdtable to arm_smmu_masterJason Gunthorpe
 Re: [PATCH 2/2] PCI: rcar-host: add support for optional regulatorsBjorn Helgaas
 Re: [PATCH] mediatek/clk-mt8173-apmixedsys: use devm_of_iomap to a ...Stephen Boyd
 Re: [PATCH v3 1/7] ufs: core: Combine 32-bit command_desc_base_add ...Bart Van Assche
 Re: [PATCH v2 2/2] clk: mediatek: reset: add infra_ao reset suppor ...Stephen Boyd
 Re: [PATCH net-next] sctp: add bpf_bypass_getsockopt proto callbackStanislav Fomichev
 Re: [PATCH v1 4/5] iommu/arm-smmu-v3: Keep track of attached ssidsJason Gunthorpe
 Re: [PATCH v3 2/7] ufs: core: Update the ufshcd_clear_cmds() funct ...Bart Van Assche
 Re: [RFC PATCH v1] ufs: poll HCS.UCRDY before issuing a UIC command"Bao D. Nguyen"
[New][PATCH] procfs: Replace all non-returning strlcpy with strscpyAzeem Shaikh
 Re: [PATCH v2 2/2] Bluetooth: hci_qca: Add qcomm devcoredump supportLuiz Augusto von Dentz
 Re: [PATCH net-next] net: core: add SOL_SOCKET filter for bpf gets ...Stanislav Fomichev
 Re: Rename restrictedmem => guardedmem? (was: Re: [PATCH v10 0/9] ...Sean Christopherson
 Re: [PATCH net-next] net: core: add SOL_SOCKET filter for bpf gets ...Aleksandr Mikhalitsyn
 Re: [RFC PATCH v1] ufs: poll HCS.UCRDY before issuing a UIC commandBart Van Assche
[New][syzbot] [reiserfs?] KMSAN: uninit-value in reiserfs_security_initsyzbot
 Re: [PATCH v3 3/7] ufs: mcq: Add supporting functions for mcq abortBart Van Assche
 Re: [PATCH v12 10/13] HP BIOSCFG driver - spmobj-attributesJorge Lopez
 Re: [PATCH v3 2/7] ufs: core: Update the ufshcd_clear_cmds() funct ...Bart Van Assche
 Re: [PATCH net-next] net: core: add SOL_SOCKET filter for bpf gets ...Stanislav Fomichev
[New][syzbot] [ext4?] WARNING in __ext4fs_dirhashsyzbot
 Re: [linus:master] [tpm, tpm_tis] e644b2f498: RIP:acpi_safe_haltJarkko Sakkinen
 Re: [PATCH v3 4/7] ufs: mcq: Add support for clean up mcq resourcesBart Van Assche
 Re: [PATCH v5 1/2] cxl/mbox: Remove redundant dev_err() after fail ...Ira Weiny
 Re: [PATCH v5 2/2] cxl/region: Remove else after return statementIra Weiny
 Re: [PATCH v2 0/2] Fix TPM 1.2 resume"Jarkko Sakkinen"
 Re: [PATCH] dmaengine: idxd: Fix passing freed memory in idxd_cdev ...Fenghua Yu
[New][PATCH v6 0/8] add DSC 1.2 dpu supportsKuogee Hsieh
 [PATCH v6 2/8] drm/msm/dpu: add DPU_PINGPONG_DSC feature bit for D ...Kuogee Hsieh
 [PATCH v6 3/8] drm/msm/dpu: test DPU_PINGPONG_DSC bit before assig ...Kuogee Hsieh
 [PATCH v6 1/8] drm/msm/dpu: add dsc blocks for remaining chipsets ...Kuogee Hsieh
 [PATCH v6 4/8] drm/msm/dpu: Introduce PINGPONG_NONE to disconnect ...Kuogee Hsieh
 [PATCH v6 5/8] drm/msm/dpu: add support for DSC encoder v1.2 engineKuogee Hsieh
 [PATCH v6 6/8] drm/msm/dpu: separate DSC flush update out of interfaceKuogee Hsieh
 [PATCH v6 7/8] drm/msm/dpu: add DSC 1.2 hw blocks for relevant chi ...Kuogee Hsieh
 [PATCH v6 8/8] drm/msm/dpu: tear down DSC data path when DSC disabledKuogee Hsieh
 Re: [PATCHv4] mm: optimization on page allocation when CMA enabledRoman Gushchin
[New][PATCH] NFSD: Replace all non-returning strlcpy with strscpyAzeem Shaikh
[New][PATCH net-next v3] net: phy: add driver for MediaTek SoC built-in ...Daniel Golle
[New][syzbot] [kernel?] possible deadlock in __mod_timer (2)syzbot
[New][PATCH] vfs: Replace all non-returning strlcpy with strscpyAzeem Shaikh
 Re: [PATCH] char: tpm: ftpm_tee: use kernel login identifier"Jarkko Sakkinen"
[New][PATCH] dlm: Replace all non-returning strlcpy with strscpyAzeem Shaikh
 Re: [GIT PULL] gfs2: Don't deref jdesc in evictpr-tracker-bot@kernel ...
 Re: [PATCH v12 11/13] HP BIOSCFG driver - surestart-attributesJorge Lopez
 Re: [PATCH v3] net: mdiobus: Add a function to deassert resetAndrew Lunn
[New][RFC PATCH v2 1/1] trace,smp: Add tracepoints around remotelly cal ...Leonardo Bras
 Re: [RFC PATCH 1/1] smp: Add tracepoints for functions called with ...Leonardo Bras Soares Passos
 Re: [PATCH v5 4/5] PCI: brcmstb: Don't assume 2711 bootloader leav ...Bjorn Helgaas
 Re: [PATCH v5 4/5] PCI: brcmstb: Don't assume 2711 bootloader leav ...Bjorn Helgaas
 Re: [PATCH v6 06/14] x86: Add early SHA support for Secure Launch ..."Jarkko Sakkinen"
 Re: [PATCH] cdx: add MSI support for CDX busThomas Gleixner
 Re: [PATCH 0/3] Add digitalSignature enforcement keyring restrictions"Jarkko Sakkinen"
 Re: [PATCH 1/3] KEYS: DigitalSignature link restriction"Jarkko Sakkinen"
 Re: [PATCH v6 12/14] x86: Secure Launch late initcall platform module"Jarkko Sakkinen"
 Re: [PATCH v6 12/14] x86: Secure Launch late initcall platform module"Jarkko Sakkinen"
 Re: [PATCH 3/3] integrity: Remove EXPERIMENTAL from Kconfig"Jarkko Sakkinen"
 Re: [PATCH v5 4/5] PCI: brcmstb: Don't assume 2711 bootloader leav ...Jim Quinlan
 Re: [PATCH v1 2/2] drm/msm/dp: add mutex to protect internal_hpd a ...Stephen Boyd
 Re: [PATCH v22 8/8] x86/crash: optimize CPU changesEric DeVolder
 Re: [PATCH v22 5/8] x86/crash: add x86 crash hotplug supportEric DeVolder
 Re: [PATCH 0/4] Fix type confusion in page_table_checkGreg Kroah-Hartman
 Re: [PATCH v22 6/8] crash: hotplug support for kexec_load()Eric DeVolder
[New][PATCH net-next 0/8] Improvements for RealTek 2.5G Ethernet PHYsDaniel Golle
 [PATCH net-next 1/8] net: phy: realtek: rtl8221: allow to configur ...Alexander Couzens
 Re: [PATCH v6 09/14] x86: Secure Launch SMP bringup support"Jarkko Sakkinen"
 Re: [PATCH 0/2] block: improve the share tag set performanceBart Van Assche
 [PATCH net-next 2/8] net: phy: realtek: switch interface mode for ...Chukun Pan
 [PATCH net-next 3/8] net: phy: realtek: use genphy_soft_reset for ...Daniel Golle
 Re: [PATCH 5.15 000/370] 5.15.111-rc2 reviewGreg Kroah-Hartman
 [PATCH net-next 4/8] net: phy: realtek: disable SGMII in-band AN f ...Daniel Golle
 Re: [PATCH 6.3 000/694] 6.3.2-rc2 reviewGreg Kroah-Hartman
 [PATCH net-next 6/8] net: phy: realtek: use inline functions for 1 ...Daniel Golle
 [PATCH net-next 5/8] net: phy: realtek: make sure paged read is pr ...Daniel Golle
 [PATCH net-next 7/8] net: phy: realtek: check validity of 10GbE li ...Daniel Golle
[New]linux-next: duplicate patch in the rcu treeStephen Rothwell
 [PATCH net-next 8/8] net: phy: realtek: setup ALDPS on RTL8221BDaniel Golle
 RE: [PATCH v2] mlxbf-bootctl: Add sysfs file for BlueField boot logDavid Thompson
 Re: [PATCH v6 08/14] x86: Secure Launch kernel late boot stub"Jarkko Sakkinen"
[New][RFC PATCH v3 1/1] trace,smp: Add tracepoints around remotelly cal ...Leonardo Bras
 Re: Rename restrictedmem => guardedmem? (was: Re: [PATCH v10 0/9] ...Vishal Annapurve
[New]linux-next: duplicate patch in the leds-lj treeStephen Rothwell
 Re: [PATCH v6 04/14] x86: Secure Launch Resource Table header file"Jarkko Sakkinen"
 Re: [RFC PATCH v2 1/1] trace,smp: Add tracepoints around remotelly ...Leonardo Bras Soares Passos
 Re: [RFC PATCH 1/1] smp: Add tracepoints for functions called with ...Leonardo Bras Soares Passos
 Re: [PATCH] docs: submitting-patches: Discuss interleaved repliesGreg Kroah-Hartman
 Re: [PATCH net-next v3] net: phy: add driver for MediaTek SoC buil ...Andrew Lunn
 Re: [PATCH 5.15 000/370] 5.15.111-rc2 reviewLinus Torvalds
 Re: [PATCH v1 2/2] drm/msm/dp: add mutex to protect internal_hpd a ...Abhinav Kumar
 Re: [PATCH net 6/6] net/sched: qdisc_destroy() old ingress and cls ...Jakub Kicinski
 Re: [PATCH 5.15 000/370] 5.15.111-rc2 reviewGreg Kroah-Hartman
 Re: [PATCH v1 2/2] drm/msm/dp: add mutex to protect internal_hpd a ...Kuogee Hsieh
 Re: [PATCH v13 2/3] cachestat: implement cachestat syscallNhat Pham
 Re: [PATCH v5 4/5] PCI: brcmstb: Don't assume 2711 bootloader leav ...Bjorn Helgaas
[New][paulmck-rcu:dev.2023.05.09a] BUILD SUCCESS 73a6c983aee85f37fbd92a ...kernel test robot
 Re: [PATCH v1 4/5] iommu/arm-smmu-v3: Keep track of attached ssidskernel test robot
 Re: [PATCH v1 2/2] drm/msm/dp: add mutex to protect internal_hpd a ...Abhinav Kumar
 RE: [RFC PATCH v1] ufs: poll HCS.UCRDY before issuing a UIC command"Kiwoong Kim"
 Re: [syzbot] [ext4?] WARNING in __ext4fs_dirhashsyzbot
 Re: [PATCH v2 1/5] riscv: Add the T-HEAD SoC family Kconfig optionYixun Lan
 Re: [PATCH] cdx: add MSI support for CDX busThomas Gleixner
 Re: [tip: perf/core] x86/cpu: Add helper function to get the type ...Ricardo Neri
 Re: [PATCH v1 1/2] drm/msm/dp: enable HDP plugin/unplugged interru ...Stephen Boyd
 Re: [PATCH] bpf: reject blacklisted symbols in kprobe_multi to avo ...Yonghong Song
 Re: [PATCH v4 1/3] cacheinfo: Add arch specific early level initia ...Ricardo Neri
[New][pseudo-PATCH] sort MAINTAINERS fileRandy Dunlap
 Re: tpm_sis IRQ storm on ThinkStation P360 Tiny"Jarkko Sakkinen"
 Re: [PATCH v1] perf build: Add system include paths to BPF buildsIan Rogers
 Re: [PATCH 04/12] mm: page_alloc: collect mem statistic into show_ ...kernel test robot
 Re: [PATCH] firewire: net: fix unexpected release of object for as ...Takashi Sakamoto
 Re: [pseudo-PATCH] sort MAINTAINERS fileJoe Perches
[New][syzbot] [bpf?] KASAN: slab-out-of-bounds Write in copy_array (2)syzbot
[New][PATCH 1/3] irqchip/stm32-exti: Add STM32MP15xx IWDG2 EXTI to GIC mapMarek Vasut
 [PATCH 2/3] watchdog: stm32_iwdg: Add pretimeout supportMarek Vasut
 [PATCH 3/3] ARM: dts: stm32: Add IWDG2 EXTI interrupt mapping and ...Marek Vasut
 Re: [PATCH] HID: google: Don't use devm for hid_hw_stop()Dmitry Torokhov
 RE: [PATCH v2] ufs: poll pmc until another pa request is completed"Kiwoong Kim"
 Re: [PATCH net-next 0/8] Improvements for RealTek 2.5G Ethernet PHYsAndrew Lunn
 Re: [PATCH 1/8] net: phy: realtek: rtl8221: allow to configure SER ...Andrew Lunn
 Re: [PATCH v6] usb: dwc3: core: add support for realtek SoCs custo ...Thinh Nguyen
 Re: [PATCH v2 2/5] riscv: dts: add initial T-HEAD light SoC device ...Yixun Lan
 Re: [PATCH 1/8] net: phy: realtek: rtl8221: allow to configure SER ...Andrew Lunn
 Re: [PATCH v1 1/2] drm/msm/dp: enable HDP plugin/unplugged interru ...Abhinav Kumar
 Re: [PATCH v2 3/6] KVM: x86/mmu: only zap EPT when guest MTRR changesYan Zhao
 Re: [PATCH 1/8] net: phy: realtek: rtl8221: allow to configure SER ...Andrew Lunn
 Re: [PATCH v2 3/5] riscv: dts: thead: add sipeed Lichee Pi 4A boar ...Yixun Lan
 Re: [PATCH v2 2/5] riscv: dts: add initial T-HEAD light SoC device ...Jisheng Zhang
 Re: [PATCH v2 5/5] MAINTAINERS: add entry for T-HEAD RISC-V SoCYixun Lan
[New][PATCH] tpm/tpm_tis: Disable interrupts for more Lenovo devicesJerry Snitselaar
 Re: [PATCH 5.15 000/370] 5.15.111-rc2 reviewStephen Rothwell
 Re: [pseudo-PATCH] sort MAINTAINERS fileLinus Torvalds
 Re: [PATCH] bpf: reject blacklisted symbols in kprobe_multi to avo ...Ze Gao
 Re: [PATCH v1] drivers: pci: introduce configurable delay for Rock ...Peter Geis
 Re: linux-next: manual merge of the block tree with the vfs-idmapp ...Stephen Rothwell
 Re: [PATCH 1/2] ASoC: dt-bindings: Add adi,ssm3515 amp schemaMark Brown
[New][PATCH net-next v2 0/2] introduce skb_frag_fill_page_desc()Yunsheng Lin
 [PATCH net-next v2 2/2] net: remove __skb_frag_set_page()Yunsheng Lin
 [PATCH net-next v2 1/2] net: introduce and use skb_frag_fill_page_ ...Yunsheng Lin
[New][PATCH v7 02/19] block: introduce ioprio hintsNiklas Cassel
 Re: [PATCH] bpf: reject blacklisted symbols in kprobe_multi to avo ...Ze Gao
 Re: [PATCH v1 3/6] regmap-irq: Remove type registersMark Brown
 Re: [PATCH v8 1/6] KVM: x86: Consolidate flags for __linearize()Binbin Wu
[New][PATCH v2 0/2] RISC-V: Optimize memset for data sizes less than 16 ...zhangfei
 Re: [PATCH] mediatek/clk-mt8173-apmixedsys: use devm_of_iomap to a ...Hao Ge
 Re: [PATCH v2 1/1] regulator: pca9450: Fix BUCK2 enable_maskMark Brown
 Re: [PATCH v8 3/6] KVM: x86: Virtualize CR3.LAM_{U48,U57}Binbin Wu
 Re: [PATCH v10 1/5] spi: dw: Add 32 bpw support to SPI DW DMA driverMark Brown
 Re: [PATCH v8 1/6] KVM: x86: Consolidate flags for __linearize()Binbin Wu
 [PATCH v2 1/2] RISC-V: lib: Improve memset assembler formattingzhangfei
 Re: [PATCH v2] LoongArch: Add jump-label implementationYouling Tang
 Re: [PATCH v2] LoongArch: Add jump-label implementationYouling Tang
 Re: [PATCH] net: Remove low_thresh in ip defragJakub Kicinski
 [PATCH v2 2/2] RISC-V: lib: Optimize memset performancezhangfei
 Re: [PATCH] riscv: Optimize memset zhangfei
[New][PATCH v2 1/2] sched/deadline: Improve reclaim bandwidth accuracy ...Vineeth Pillai
[New][PATCH -next 0/6] blk-wbt: minor fix and cleanupYu Kuai
 [PATCH -next 4/6] blk-wbt: remove deadcode to handle wbt enable/di ...Yu Kuai
 [PATCH -next 1/6] blk-wbt: fix that wbt can't be disabled by defaultYu Kuai
 [PATCH -next 2/6] blk-wbt: don't create wbt sysfs entry if CONFIG_ ...Yu Kuai
 [PATCH -next 3/6] blk-wbt: don't enable wbt for bio based deviceYu Kuai
 [PATCH -next 5/6] blk-wbt: cleanup rwb_enabled() and wbt_disabled()Yu Kuai
 [PATCH -next 6/6] blk-iocost: move wbt_enable/disable_default() ou ...Yu Kuai
 Re: [PATCH 1/2] RISC-V: lib: Improve memset assembler formatting zhangfei
[New]Re: [PATCH] mediatek/clk-mt8173-apmixedsys: use devm_of_iomap to a ...Hao Ge
[New][RFC] MAINTAINERS: direct process doc changes to a dedicated MLJakub Kicinski
 Re: [PATCH v3 1/5] dt-bindings: power: Add JH7110 AON PMU supportChanghuang Liang
 Re: [PATCH] bpf: reject blacklisted symbols in kprobe_multi to avo ...Ze Gao
 Re: [PATCH 23/32] iov_iter: copy_folio_from_iter_atomic()kernel test robot
[New][PATCH] uacce: use filep->f_mapping to replace inode->i_mappingZhangfei Gao
[New]linux-next: build warnings in powercp buildStephen Rothwell
[New][PATCH v2] bus: mhi: host: Skip MHI reset if device is in RDDMQiang Yu
 Re: [PATCH v2 3/6] KVM: x86/mmu: only zap EPT when guest MTRR changes"Huang, Kai"
 Re: [PATCHv4] mm: optimization on page allocation when CMA enabledZhaoyang Huang
[New]linux-next: Tree for May 11Stephen Rothwell
[New] Amadeo Giannini
 Re: [PATCH v2 3/6] KVM: x86/mmu: only zap EPT when guest MTRR changesYan Zhao
 Re: [PATCH 05/23] m68k: allow pte_offset_map[_lock]() to failHugh Dickins
[New]drivers/net/wireless/intel/iwlegacy/4965-mac.c:1653:29: warning: v ...kernel test robot
 Re: [PATCH 04/11] Documentation: leds: leds-class: Document new Ha ...Bagas Sanjaya
 Re: [PATCH v2 3/6] KVM: x86/mmu: only zap EPT when guest MTRR changes"Huang, Kai"
 Re: [PATCH 21/23] x86: Allow get_locked_pte() to failHugh Dickins
 Re: [PATCH v2] net: mdiobus: Add a function to deassert resetYan Wang
 Re: [RFD] posix-timers: CRIU woesPavel Tikhomirov
 Re: [PATCH v3] net: mdiobus: Add a function to deassert resetYan Wang
 Re: [PATCH v13 3/3] selftests: Add selftests for cachestatMichael Ellerman
 Re: [PATCH v3 3/3] riscv: dts: starfive: add tdm node and sound cardWalker Chen
 Re: [PATCH] cachestat: wire up cachestat for other architecturesMichael Ellerman
 Re: [PATCH v6 06/14] x86: Add early SHA support for Secure Launch ...Herbert Xu
 Re: [PATCH 01/23] arm: allow pte_offset_map[_lock]() to failHugh Dickins
 Re: [PATCH] uacce: use filep->f_mapping to replace inode->i_mappingGreg Kroah-Hartman
[New][PATCH] dmaengine: ti: k3-psil-j721s2: Add PSI-L thread map for ma ...Siddharth Vadapalli
 Re: [PATCH v1 0/5] Add PASID support to SMMUv3 unmanaged domainsMichael Shavit
 Re: [External] Re: [PATCH v2 1/2] sched/core: Fixed missing rq clo ...Hao Jia
\
 
  \ /
  Last update: 2023-05-11 06:00    [0.810 seconds]
©2004-2020 Jasper Spaans