Linux-Kernel Archive
By Date
Most Recent messages
8287 messages sorted by:
[ author ]
[ thread ]
[ Subject ]
About this archive
Other mail archives
- Re: [PATCH v3] vdpa/mlx5: should not activate virtq object when suspended Si-Wei Liu (Thu Feb 16 2023 - 00:04:02 EST)
- Re: [RFC PATCH 0/5] Retire IA64/Itanium support Mike Rapoport (Thu Feb 16 2023 - 00:05:15 EST)
- Re: [Paatch] [staging][atomisp] Remove unneeded version.h include pointed out by 'make versioncheck' Randy Dunlap (Thu Feb 16 2023 - 00:09:28 EST)
- Re: [PATCH v3 06/10] sched/fair: Use the prefer_sibling flag of the current sched domain Ricardo Neri (Thu Feb 16 2023 - 00:11:19 EST)
- Re: [PATCH v3] vdpa/mlx5: should not activate virtq object when suspended Jason Wang (Thu Feb 16 2023 - 00:11:30 EST)
- Re: [PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM Mike Rapoport (Thu Feb 16 2023 - 00:14:25 EST)
- [PATCH v3 01/35] maple_tree: Be more cautious about dead nodes Suren Baghdasaryan (Thu Feb 16 2023 - 00:18:07 EST)
- [PATCH v3 00/35] Per-VMA locks Suren Baghdasaryan (Thu Feb 16 2023 - 00:18:09 EST)
- [PATCH v3 02/35] maple_tree: Detect dead nodes in mas_start() Suren Baghdasaryan (Thu Feb 16 2023 - 00:18:12 EST)
- [PATCH v3 03/35] maple_tree: Fix freeing of nodes in rcu mode Suren Baghdasaryan (Thu Feb 16 2023 - 00:18:19 EST)
- [PATCH v3 04/35] maple_tree: remove extra smp_wmb() from mas_dead_leaves() Suren Baghdasaryan (Thu Feb 16 2023 - 00:18:23 EST)
- [PATCH v3 05/35] maple_tree: Fix write memory barrier of nodes once dead for RCU mode Suren Baghdasaryan (Thu Feb 16 2023 - 00:18:28 EST)
- [PATCH v3 06/35] maple_tree: Add smp_rmb() to dead node detection Suren Baghdasaryan (Thu Feb 16 2023 - 00:18:48 EST)
- [PATCH v3 07/35] maple_tree: Add RCU lock checking to rcu callback functions Suren Baghdasaryan (Thu Feb 16 2023 - 00:18:57 EST)
- [PATCH v3 08/35] mm: Enable maple tree RCU mode by default. Suren Baghdasaryan (Thu Feb 16 2023 - 00:19:01 EST)
- [PATCH v3 09/35] mm: introduce CONFIG_PER_VMA_LOCK Suren Baghdasaryan (Thu Feb 16 2023 - 00:19:04 EST)
- [PATCH v3 10/35] mm: rcu safe VMA freeing Suren Baghdasaryan (Thu Feb 16 2023 - 00:19:21 EST)
- [PATCH v3 11/35] mm: move mmap_lock assert function definitions Suren Baghdasaryan (Thu Feb 16 2023 - 00:19:25 EST)
- [PATCH v3 12/35] mm: add per-VMA lock and helper functions to control it Suren Baghdasaryan (Thu Feb 16 2023 - 00:19:33 EST)
- [PATCH v3 13/35] mm: mark VMA as being written when changing vm_flags Suren Baghdasaryan (Thu Feb 16 2023 - 00:19:39 EST)
- [PATCH v3 14/35] mm/mmap: move VMA locking before vma_adjust_trans_huge call Suren Baghdasaryan (Thu Feb 16 2023 - 00:19:42 EST)
- [PATCH v3 15/35] mm/khugepaged: write-lock VMA while collapsing a huge page Suren Baghdasaryan (Thu Feb 16 2023 - 00:20:00 EST)
- [PATCH v3 19/35] mm: write-lock VMAs before removing them from VMA tree Suren Baghdasaryan (Thu Feb 16 2023 - 00:20:03 EST)
- [PATCH v3 17/35] mm/mmap: write-lock VMA before shrinking or expanding it Suren Baghdasaryan (Thu Feb 16 2023 - 00:20:05 EST)
- [PATCH v3 16/35] mm/mmap: write-lock VMAs before merging, splitting or expanding them Suren Baghdasaryan (Thu Feb 16 2023 - 00:20:09 EST)
- [PATCH v3 18/35] mm/mremap: write-lock VMA while remapping it to a new address range Suren Baghdasaryan (Thu Feb 16 2023 - 00:20:14 EST)
- [PATCH v3 20/35] mm: conditionally write-lock VMA in free_pgtables Suren Baghdasaryan (Thu Feb 16 2023 - 00:20:17 EST)
- [PATCH v3 21/35] mm/mmap: write-lock adjacent VMAs if they can grow into unmapped area Suren Baghdasaryan (Thu Feb 16 2023 - 00:20:25 EST)
- [PATCH v3 22/35] kernel/fork: assert no VMA readers during its destruction Suren Baghdasaryan (Thu Feb 16 2023 - 00:20:31 EST)
- [PATCH v3 23/35] mm/mmap: prevent pagefault handler from racing with mmu_notifier registration Suren Baghdasaryan (Thu Feb 16 2023 - 00:20:33 EST)
- [PATCH v3 24/35] mm: introduce vma detached flag Suren Baghdasaryan (Thu Feb 16 2023 - 00:20:35 EST)
- [PATCH v3 25/35] mm: introduce lock_vma_under_rcu to be used from arch-specific code Suren Baghdasaryan (Thu Feb 16 2023 - 00:20:40 EST)
- [PATCH v3 26/35] mm: fall back to mmap_lock if vma->anon_vma is not yet set Suren Baghdasaryan (Thu Feb 16 2023 - 00:20:52 EST)
- [PATCH v3 27/35] mm: add FAULT_FLAG_VMA_LOCK flag Suren Baghdasaryan (Thu Feb 16 2023 - 00:20:56 EST)
- [PATCH v3 28/35] mm: prevent do_swap_page from handling page faults under VMA lock Suren Baghdasaryan (Thu Feb 16 2023 - 00:21:01 EST)
- [PATCH v3 29/35] mm: prevent userfaults to be handled under per-vma lock Suren Baghdasaryan (Thu Feb 16 2023 - 00:21:07 EST)
- [PATCH v3 30/35] mm: introduce per-VMA lock statistics Suren Baghdasaryan (Thu Feb 16 2023 - 00:21:11 EST)
- [PATCH v3 31/35] x86/mm: try VMA lock-based page fault handling first Suren Baghdasaryan (Thu Feb 16 2023 - 00:21:18 EST)
- [PATCH v3 32/35] arm64/mm: try VMA lock-based page fault handling first Suren Baghdasaryan (Thu Feb 16 2023 - 00:21:21 EST)
- [PATCH v3 33/35] powerc/mm: try VMA lock-based page fault handling first Suren Baghdasaryan (Thu Feb 16 2023 - 00:21:31 EST)
- [PATCH v3 34/35] mm/mmap: free vm_area_struct without call_rcu in exit_mmap Suren Baghdasaryan (Thu Feb 16 2023 - 00:21:33 EST)
- [PATCH v3 35/35] mm: separate vma->lock from vm_area_struct Suren Baghdasaryan (Thu Feb 16 2023 - 00:21:38 EST)
- Re: [regression, bisected, pci/iommu] Bug 216865 - Black screen when amdgpu started during 6.2-rc1 boot with AMD IOMMU enabled Vasant Hegde (Thu Feb 16 2023 - 00:27:18 EST)
- Re: [PATCH v4 05/11] iommu/mediatek: mt8192: Add iova_region_larb_msk Yong Wu (吴勇) (Thu Feb 16 2023 - 00:27:54 EST)
- Re: [PATCH v2 7/8] x86/mm: only check uniform after calling mtrr_type_lookup() Juergen Gross (Thu Feb 16 2023 - 00:28:07 EST)
- Re: [PATCH] arm_pmu: Invert fallback armpmu_filter() return value (*6.2 regression*) Asahi Lina (Thu Feb 16 2023 - 00:30:09 EST)
- Re: [PATCH net-next v1 1/1] net: phy: c45: genphy_c45_an_config_aneg(): fix uninitialized symbol error patchwork-bot+netdevbpf (Thu Feb 16 2023 - 00:30:29 EST)
- Re: [PATCH net-next] net: lan966x: Use automatic selection of VCAP rule actionset Jakub Kicinski (Thu Feb 16 2023 - 00:31:18 EST)
- Re: [RESEND v8 4/5] clk: qcom: lpassaudiocc-sc7280: Merge AHB clocks into lpass_aon Stephen Boyd (Thu Feb 16 2023 - 00:31:21 EST)
- Re: PROBLEM: sparc64 random crashes starting w/ Linux 6.1 (regression) Nick Bowler (Thu Feb 16 2023 - 00:33:05 EST)
- [PATCH v7 0/6] MT8188 IOMMU SUPPORT Yong Wu (Thu Feb 16 2023 - 00:33:43 EST)
- [PATCH v7 2/6] iommu/mediatek: Fix two IOMMU share pagetable issue Yong Wu (Thu Feb 16 2023 - 00:34:14 EST)
- [PATCH v7 1/6] dt-bindings: mediatek: mt8188: Add binding for MM & INFRA IOMMU Yong Wu (Thu Feb 16 2023 - 00:34:20 EST)
- [PATCH v7 3/6] iommu/mediatek: Adjust mtk_iommu_config flow Yong Wu (Thu Feb 16 2023 - 00:34:51 EST)
- [PATCH v7 4/6] iommu/mediatek: Add enable IOMMU SMC command for INFRA master Yong Wu (Thu Feb 16 2023 - 00:34:55 EST)
- [PATCH v7 5/6] iommu/mediatek: Add MT8188 IOMMU Support Yong Wu (Thu Feb 16 2023 - 00:35:17 EST)
- [PATCH v7 6/6] iommu/mediatek: mt8188: Add iova_region_larb_msk Yong Wu (Thu Feb 16 2023 - 00:35:30 EST)
- Re: [PATCH v2 0/8] x86/mtrr: fix handling with PAT but without MTRR Juergen Gross (Thu Feb 16 2023 - 00:36:00 EST)
- Re: [regression, bisected, pci/iommu] Bug 216865 - Black screen when amdgpu started during 6.2-rc1 boot with AMD IOMMU enabled Vasant Hegde (Thu Feb 16 2023 - 00:37:28 EST)
- Re: [PATCH v2 1/2] dt-bindings: net: snps,dwmac: Fix snps,reset-delays-us dependency patchwork-bot+netdevbpf (Thu Feb 16 2023 - 00:40:27 EST)
- Re: [PATCH 2/2] HID: apple-magic-backlight: Add driver for keyboard backlight on internal Magic Keyboards Thomas Weißschuh (Thu Feb 16 2023 - 00:41:19 EST)
- Re: [PATCH net,v2,1/2] ipv6: Add lwtunnel encap size of all siblings in nexthop calculation David Ahern (Thu Feb 16 2023 - 00:45:15 EST)
- Re: [PATCH 1/2] arm64: dts: qcom: sc7180: Fix trogdor qspi pull direction Stephen Boyd (Thu Feb 16 2023 - 00:47:01 EST)
- Re: [PATCH v2 1/2] thunderbolt: Adjust how NVM reading works Mika Westerberg (Thu Feb 16 2023 - 00:49:13 EST)
- Re: [PATCH v3] Documentation: core-api: packing: correct spelling patchwork-bot+netdevbpf (Thu Feb 16 2023 - 00:50:24 EST)
- Re: [PATCH v4 1/4] dt-bindings: mmc: Add StarFive MMC module William Qiu (Thu Feb 16 2023 - 00:52:05 EST)
- Re: [PATCH net,v2,2/2] selftests: fib_tests: Add test cases for IPv4/IPv6 in route notify David Ahern (Thu Feb 16 2023 - 00:52:22 EST)
- Re: 6.2-rc7 fails building on Talos II: memory.c:(.text+0x2e14): undefined reference to `hash__tlb_flush' Benjamin Gray (Thu Feb 16 2023 - 00:57:11 EST)
- Re: [PATCH 2/2] HID: apple-magic-backlight: Add driver for keyboard backlight on internal Magic Keyboards Orlando Chamberlain (Thu Feb 16 2023 - 00:58:56 EST)
- Re: [PATCH] scsi: ufs: support IO traces for zoned block device Christoph Hellwig (Thu Feb 16 2023 - 01:01:56 EST)
- Re: [PATCH v2 1/2] thunderbolt: Adjust how NVM reading works Mario Limonciello (Thu Feb 16 2023 - 01:05:54 EST)
- Re: [net-next 1/3] seg6: factor out End lookup nexthop processing to a dedicated function David Ahern (Thu Feb 16 2023 - 01:06:24 EST)
- Re: [Patch] [drivers/net] Remove unneeded version.h includes Jakub Kicinski (Thu Feb 16 2023 - 01:06:53 EST)
- Re: [net-next 2/3] seg6: add PSP flavor support for SRv6 End behavior David Ahern (Thu Feb 16 2023 - 01:07:58 EST)
- RE: [PATCH v2] sched/isolation: Fix illegal CPU value by housekeeping_any_cpu() return Zhang, Qiang1 (Thu Feb 16 2023 - 01:08:06 EST)
- Re: [PATCH] block: Fix io statistics for cgroup in throttle path Christoph Hellwig (Thu Feb 16 2023 - 01:09:13 EST)
- Re: [PATCH v6 3/6] cpufreq: amd_pstate: Add guided autonomous mode Huang Rui (Thu Feb 16 2023 - 01:09:32 EST)
- Re: [net-next 3/3] selftests: seg6: add selftest for PSP flavor in SRv6 End behavior David Ahern (Thu Feb 16 2023 - 01:10:13 EST)
- [PATCH -next v2] thermal/drivers/mediatek: Remove unneeded semicolon Yang Li (Thu Feb 16 2023 - 01:10:31 EST)
- Re: [PATCH v6 4/6] Documentation: amd_pstate: Move amd_pstate param to alphabetical order Huang Rui (Thu Feb 16 2023 - 01:13:00 EST)
- Re: [PATCH v6 5/6] cpufreq: amd_pstate: Add guided mode control support via sysfs Huang Rui (Thu Feb 16 2023 - 01:16:28 EST)
- Re: [PATCH v6 6/6] Documentation: amd_pstate: Update amd_pstate status sysfs for guided Huang Rui (Thu Feb 16 2023 - 01:17:58 EST)
- Re: [PATCH v2 1/2] mm/userfaultfd: Support WP on multiple VMAs Muhammad Usama Anjum (Thu Feb 16 2023 - 01:26:06 EST)
- [PATCH] orphan sysvfs Christoph Hellwig (Thu Feb 16 2023 - 01:29:33 EST)
- [PATCH] stop mainaining UUID Christoph Hellwig (Thu Feb 16 2023 - 01:31:18 EST)
- Re: [PATCH v6 4/6] Documentation: amd_pstate: Move amd_pstate param to alphabetical order Huang Rui (Thu Feb 16 2023 - 01:34:04 EST)
- Re: [PATCH] block: Fix io statistics for cgroup in throttle path Ming Lei (Thu Feb 16 2023 - 01:34:13 EST)
- [PATCH -next] drivers/perf: Use devm_platform_get_and_ioremap_resource() Yang Li (Thu Feb 16 2023 - 01:34:19 EST)
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64 Paul E. McKenney (Thu Feb 16 2023 - 01:34:58 EST)
- Re: [PATCH v10 13/26] gunyah: vm_mgr: Add ioctls to support basic non-proxy VM boot Greg Kroah-Hartman (Thu Feb 16 2023 - 01:35:49 EST)
- [PATCH 0/2] mailbox: pcc: Support platform notification for type4 and shared interrupt Huisong Li (Thu Feb 16 2023 - 01:37:46 EST)
- [PATCH 2/2] mailbox: pcc: Support shared interrupt for multiple subspaces Huisong Li (Thu Feb 16 2023 - 01:37:50 EST)
- [PATCH 1/2] mailbox: pcc: Add processing platform notification for slave subspaces Huisong Li (Thu Feb 16 2023 - 01:37:56 EST)
- Re: [PATCH v10 12/26] gunyah: vm_mgr: Add/remove user memory regions Greg Kroah-Hartman (Thu Feb 16 2023 - 01:38:53 EST)
- Re: [PATCH v10 09/26] gunyah: rsc_mgr: Add VM lifecycle RPC Greg Kroah-Hartman (Thu Feb 16 2023 - 01:40:06 EST)
- Re: [PATCH v6 3/6] cpufreq: amd_pstate: Add guided autonomous mode Wyes Karny (Thu Feb 16 2023 - 01:42:22 EST)
- Re: [EXT] Re: [PATCH v0] qed/qed_dev: guard against a possible division by zero Daniil Tatianin (Thu Feb 16 2023 - 01:42:29 EST)
- [PATCH v3 1/2] mm/userfaultfd: Support WP on multiple VMAs Muhammad Usama Anjum (Thu Feb 16 2023 - 01:42:31 EST)
- [PATCH v3 2/2] mm/userfaultfd: add VM_WARN_ONCE() Muhammad Usama Anjum (Thu Feb 16 2023 - 01:42:39 EST)
- Re: [PATCH v10 08/26] gunyah: rsc_mgr: Add resource manager RPC core Greg Kroah-Hartman (Thu Feb 16 2023 - 01:44:02 EST)
- Re: [PATCH v4 06/10] soc: fsl: cmp1: Add support for QMC Christophe Leroy (Thu Feb 16 2023 - 01:44:05 EST)
- Re: [PATCH v3 2/3] LoongArch: Add ptrace single step support Jinyang He (Thu Feb 16 2023 - 01:44:42 EST)
- Re: [PATCH v6 4/6] Documentation: amd_pstate: Move amd_pstate param to alphabetical order Wyes Karny (Thu Feb 16 2023 - 01:44:46 EST)
- Re: [PATCH] net: mdio: thunder: Do not unregister buses that have not been registered Christophe JAILLET (Thu Feb 16 2023 - 01:45:43 EST)
- Re: [PATCH 2/2] leds: trigger: ledtrig-tty: add additional modes Jiri Slaby (Thu Feb 16 2023 - 01:45:46 EST)
- Re: [PATCH 2/2] OPP: Disallow "opp-hz" property without a corresponding clk Manivannan Sadhasivam (Thu Feb 16 2023 - 01:47:41 EST)
- Re: [PATCH v2] tty: ttynull: implement console write Greg Kroah-Hartman (Thu Feb 16 2023 - 01:48:15 EST)
- Re: [PATCH v3 1/2] dt-bindings: arm: omap: add phytec pcm-049 som and pcm-959 dev board Tony Lindgren (Thu Feb 16 2023 - 01:51:34 EST)
- Re: [syzbot] WARNING in usb_tx_block/usb_submit_urb Fabio M. De Francesco (Thu Feb 16 2023 - 01:54:15 EST)
- Re: [PATCH v4 2/5] LoongArch: Use la.pcrel instead of la.abs for exception handlers Huacai Chen (Thu Feb 16 2023 - 01:56:37 EST)
- Re: [PATCH] block: Fix io statistics for cgroup in throttle path Muchun Song (Thu Feb 16 2023 - 01:57:55 EST)
- Re: [PATCH v3 2/3] LoongArch: Add ptrace single step support WANG Xuerui (Thu Feb 16 2023 - 01:57:58 EST)
- Re: [RFC 0/3] Make WLAN and Bluetooth basically work for CI20 H. Nikolaus Schaller (Thu Feb 16 2023 - 01:58:41 EST)
- Re: [PATCH stable v5.15.y 1/1] crypto: add __init/__exit annotations to init/exit funcs Greg KH (Thu Feb 16 2023 - 01:58:51 EST)
- Re: [PATCH] drm/amdgpu: make kobj_type structures constant Christian König (Thu Feb 16 2023 - 01:59:08 EST)
- Re: [PATCH v4 2/5] LoongArch: Use la.pcrel instead of la.abs for exception handlers Jinyang He (Thu Feb 16 2023 - 01:59:30 EST)
- Re: [PATCH] MIPS: vpe-mt: provide a default 'physical_memsize' Randy Dunlap (Thu Feb 16 2023 - 01:59:52 EST)
- Re: [PATCH] kcsan: select CONFIG_CONSTRUCTORS Marco Elver (Thu Feb 16 2023 - 02:01:16 EST)
- Re: [PATCH v2] f2fs: fix uninitialized skipped_gc_rwsem Miko Larsson (Thu Feb 16 2023 - 02:01:45 EST)
- Re: [PATCH v4 2/5] LoongArch: Use la.pcrel instead of la.abs for exception handlers Xi Ruoyao (Thu Feb 16 2023 - 02:10:41 EST)
- Re: [PATCH 2/2] HID: apple-magic-backlight: Add driver for keyboard backlight on internal Magic Keyboards Orlando Chamberlain (Thu Feb 16 2023 - 02:11:08 EST)
- Re: [PATCH v2 2/3] drivers: watchdog: Add StarFive Watchdog driver Xingyu Wu (Thu Feb 16 2023 - 02:11:17 EST)
- [PATCH] iommu: Avoid softlockup and rcu stall in fq_flush_timeout(). Peng Zhang (Thu Feb 16 2023 - 02:13:17 EST)
- [PATCH v2] f2fs: fix uninitialized skipped_gc_rwsem Yonggil Song (Thu Feb 16 2023 - 02:13:58 EST)
- Re: [PATCH v3 2/2] ext4: make sure fs error flag setted before clear journal error Baokun Li (Thu Feb 16 2023 - 02:18:06 EST)
- Re: [PATCH v3 1/2] ext4: commit super block if fs record error when journal record without error Baokun Li (Thu Feb 16 2023 - 02:18:09 EST)
- Re: [PATCH v3 0/2] fix error flag covered by journal recovery Baokun Li (Thu Feb 16 2023 - 02:19:03 EST)
- Re: [PATCH v2] HID: add KEY_CAMERA_FOCUS event in HID Greg KH (Thu Feb 16 2023 - 02:19:55 EST)
- Re: [RFC PATCH 1/5] soc: qcom: Make the Qualcomm UFS/SDCC ICE a dedicated driver Eric Biggers (Thu Feb 16 2023 - 02:23:01 EST)
- Re: [PATCH] PCI/ATS: Allow to enable ATS on VFs even if it is not enabled on PF Leon Romanovsky (Thu Feb 16 2023 - 02:26:27 EST)
- [PATCH v2] f2fs: fix uninitialized skipped_gc_rwsem Yonggil Song (Thu Feb 16 2023 - 02:28:31 EST)
- Re: [PATCH v2 1/9] PCI: rockchip: Remove writes to unused registers Damien Le Moal (Thu Feb 16 2023 - 02:28:53 EST)
- Re: [PATCH v2 08/47] clk: mediatek: mt2712: Move apmixedsys clock driver to its own file Chen-Yu Tsai (Thu Feb 16 2023 - 02:30:17 EST)
- Re: [PATCH v2 09/47] clk: mediatek: mt2712: Change to use module_platform_driver macro Chen-Yu Tsai (Thu Feb 16 2023 - 02:31:35 EST)
- [PATCH 1/2] pcmcia : make PCMCIA depend on HAS_IOMEM Baoquan He (Thu Feb 16 2023 - 02:35:09 EST)
- [PATCH 2/2] dmaengine: make QCOM_HIDMA depend on HAS_IOMEM Baoquan He (Thu Feb 16 2023 - 02:35:50 EST)
- Re: [PATCH 1/2] scsi: ufs: core: Fix mcq tag calcualtion Manivannan Sadhasivam (Thu Feb 16 2023 - 02:41:04 EST)
- Re: [RFC PATCH 1/5] soc: qcom: Make the Qualcomm UFS/SDCC ICE a dedicated driver Eric Biggers (Thu Feb 16 2023 - 02:43:01 EST)
- Re: [PATCH v2 5/7] media: dt-bindings: samsung,exynos4212-is: convert to dtschema Krzysztof Kozlowski (Thu Feb 16 2023 - 02:43:30 EST)
- Re: [syzbot] WARNING in usb_tx_block/usb_submit_urb syzbot (Thu Feb 16 2023 - 02:44:22 EST)
- [PATCH v2] f2fs: fix uninitialized skipped_gc_rwsem Yonggil Song (Thu Feb 16 2023 - 02:44:37 EST)
- Re: [PATCH v2] f2fs: fix uninitialized skipped_gc_rwsem gregkh@xxxxxxxxxxxxxxxxxxx (Thu Feb 16 2023 - 02:46:54 EST)
- Re: [PATCH] PCI/ATS: Allow to enable ATS on VFs even if it is not enabled on PF Leon Romanovsky (Thu Feb 16 2023 - 02:47:03 EST)
- [PATCH bpf-next] selftests/bpf: Remove not used headers Tiezhu Yang (Thu Feb 16 2023 - 02:51:12 EST)
- Re: [PATCH 0/2] handle memoryless nodes more appropriately Michal Hocko (Thu Feb 16 2023 - 02:51:21 EST)
- [PATCH v2] regulator: max597x: Align for simple_mfd_i2c driver Naresh Solanki (Thu Feb 16 2023 - 02:53:16 EST)
- [RFC v1 net-next 1/7] phy: phy-ocelot-serdes: add ability to be used in a non-syscon configuration Colin Foster (Thu Feb 16 2023 - 02:53:44 EST)
- [RFC v1 net-next 0/7] add support for ocelot external ports Colin Foster (Thu Feb 16 2023 - 02:53:47 EST)
- [RFC v1 net-next 2/7] mfd: ocelot: add ocelot-serdes capability Colin Foster (Thu Feb 16 2023 - 02:53:52 EST)
- [RFC v1 net-next 3/7] net: mscc: ocelot: expose ocelot_pll5_init routine Colin Foster (Thu Feb 16 2023 - 02:53:56 EST)
- [RFC v1 net-next 4/7] net: mscc: ocelot: expose generic phylink_mac_config routine Colin Foster (Thu Feb 16 2023 - 02:54:01 EST)
- [RFC v1 net-next 5/7] net: dsa: felix: attempt to initialize internal hsio plls Colin Foster (Thu Feb 16 2023 - 02:54:05 EST)
- [RFC v1 net-next 6/7] net: dsa: felix: allow external parsing of port nodes Colin Foster (Thu Feb 16 2023 - 02:54:08 EST)
- [RFC v1 net-next 7/7] net: dsa: ocelot_ext: add support for external phys Colin Foster (Thu Feb 16 2023 - 02:54:12 EST)
- Re: [PATCH v2 11/47] clk: mediatek: mt8365: Convert simple_gate to mtk_gate clocks Chen-Yu Tsai (Thu Feb 16 2023 - 02:56:10 EST)
- Re: [PATCH] riscv: kprobe: Optimize kprobe with accurate atomicity Björn Töpel (Thu Feb 16 2023 - 02:56:27 EST)
- Re: [PATCH v3 1/2] ext4: commit super block if fs record error when journal record without error yebin (H) (Thu Feb 16 2023 - 02:56:56 EST)
- Re: [PATCH v2 12/47] clk: mediatek: mt8365: Join top_misc_mux_gates and top_misc_muxes arrays Chen-Yu Tsai (Thu Feb 16 2023 - 02:57:24 EST)
- Re: [PATCH v2 13/47] clk: mediatek: mt8365: Convert to mtk_clk_simple_{probe,remove}() Chen-Yu Tsai (Thu Feb 16 2023 - 02:59:02 EST)
- Re: [PATCH v2 16/47] clk: mediatek: mt8167: Remove __initconst annotation from arrays Chen-Yu Tsai (Thu Feb 16 2023 - 03:00:24 EST)
- Re: [PATCH v2 17/47] clk: mediatek: mt8167: Convert to mtk_clk_simple_{probe,remove}() Chen-Yu Tsai (Thu Feb 16 2023 - 03:01:43 EST)
- Re: [PATCH v4 2/5] LoongArch: Use la.pcrel instead of la.abs for exception handlers Youling Tang (Thu Feb 16 2023 - 03:03:23 EST)
- Re: [PATCH 14/19] mm: Introduce a cgroup for pinned memory Michal Hocko (Thu Feb 16 2023 - 03:04:11 EST)
- [PATCH bpf-next] Fix typos in selftest/bpf files Taichi Nishimura (Thu Feb 16 2023 - 03:05:28 EST)
- Re: [PATCH] tasks: Extract rcu_users out of union Oleg Nesterov (Thu Feb 16 2023 - 03:06:01 EST)
- Re: [PATCH v1 4/5] usb: fotg210: Switch to use dev_err_probe() Christophe JAILLET (Thu Feb 16 2023 - 03:07:20 EST)
- Re: [PATCH v4 2/3] dt-bindings: i2c-ast2600: Add support for AST2600 i2C driver Krzysztof Kozlowski (Thu Feb 16 2023 - 03:08:59 EST)
- Re: [PATCH net-next v2 06/10] net: microchip: sparx5: Add ES0 VCAP model and updated KUNIT VCAP model Paolo Abeni (Thu Feb 16 2023 - 03:10:57 EST)
- Re: [PATCH V2 1/2] dt-bindings: interrupt-controller: Add Loongson EIOINTC Krzysztof Kozlowski (Thu Feb 16 2023 - 03:11:02 EST)
- Re: [PATCH v2 18/47] clk: mediatek: mt8183: Move apmixedsys clock driver to its own file Chen-Yu Tsai (Thu Feb 16 2023 - 03:12:14 EST)
- Re: [PATCH v3 0/2] fix error flag covered by journal recovery yebin (H) (Thu Feb 16 2023 - 03:12:39 EST)
- Re: [PATCH v4 2/7] dt-bindings: net: snps,dwmac: Update the maxitems number of resets and reset-names Krzysztof Kozlowski (Thu Feb 16 2023 - 03:13:31 EST)
- Re: [PATCH 2/3] dt-bindings: hwlock: sun6i: Add missing names Krzysztof Kozlowski (Thu Feb 16 2023 - 03:16:06 EST)
- Re: [PATCH bpf-next] Fix typos in selftest/bpf files Greg KH (Thu Feb 16 2023 - 03:16:20 EST)
- [PATCH v7 0/6] cpufreq: amd-pstate: Add guided autonomous mode support Wyes Karny (Thu Feb 16 2023 - 03:18:37 EST)
- [PATCH v7 1/6] acpi: cppc: Add min and max perf reg writing support Wyes Karny (Thu Feb 16 2023 - 03:19:05 EST)
- [PATCH] perf/arm-cmn: Fix and refactor device mapping resource Jing Zhang (Thu Feb 16 2023 - 03:19:07 EST)
- [PATCH v7 2/6] acpi: cppc: Add auto select register read/write support Wyes Karny (Thu Feb 16 2023 - 03:19:38 EST)
- [PATCH v7 3/6] Documentation: cpufreq: amd-pstate: Move amd_pstate param to alphabetical order Wyes Karny (Thu Feb 16 2023 - 03:19:54 EST)
- [PATCH v7 4/6] cpufreq: amd-pstate: Add guided autonomous mode Wyes Karny (Thu Feb 16 2023 - 03:20:28 EST)
- Re: [PATCH v6 3/3] watchdog: mt7621-wdt: avoid ralink architecture dependent code Krzysztof Kozlowski (Thu Feb 16 2023 - 03:20:31 EST)
- [PATCH v7 5/6] cpufreq: amd-pstate: Add guided mode control support via sysfs Wyes Karny (Thu Feb 16 2023 - 03:20:51 EST)
- [PATCH v7 6/6] Documentation: cpufreq: amd-pstate: Update amd_pstate status sysfs for guided Wyes Karny (Thu Feb 16 2023 - 03:21:30 EST)
- Re: [PATCH 0/2] handle memoryless nodes more appropriately Qi Zheng (Thu Feb 16 2023 - 03:22:29 EST)
- [PATCH] scsi: virtio_scsi: Modify the kmalloc allocation flag Li zeming (Thu Feb 16 2023 - 03:22:44 EST)
- Re: [PATCH v2 19/47] clk: mediatek: mt8183: Compress clocks arrays entries where possible Chen-Yu Tsai (Thu Feb 16 2023 - 03:22:58 EST)
- Re: [PATCH v2 2/2] arm64: dts: imx8dxl-evk: Fix eqos phy reset gpio Krzysztof Kozlowski (Thu Feb 16 2023 - 03:26:24 EST)
- Re: [syzbot] WARNING in usb_tx_block/usb_submit_urb Fabio M. De Francesco (Thu Feb 16 2023 - 03:27:00 EST)
- Re: [PATCH net-next v2 00/10] Adding Sparx5 ES0 VCAP support patchwork-bot+netdevbpf (Thu Feb 16 2023 - 03:30:26 EST)
- Re: [PATCH v1 4/5] usb: fotg210: Switch to use dev_err_probe() Linus Walleij (Thu Feb 16 2023 - 03:30:42 EST)
- Re: [PATCH bpf-next] Fix typos in selftest/bpf files Randy Dunlap (Thu Feb 16 2023 - 03:31:06 EST)
- Re: [PATCH 3/3] irqchip/gic-v3: Save and restore distributor and re-distributor Marc Zyngier (Thu Feb 16 2023 - 03:31:21 EST)
- Re: [PATCH 1/3] drm/msm/dpu: Read previously-uninitialized SSPP scaler version from hw Marijn Suijten (Thu Feb 16 2023 - 03:31:38 EST)
- Re: [PATCH] ARM: dts: mvebu: Add support for Thecus N2350 board Krzysztof Kozlowski (Thu Feb 16 2023 - 03:32:01 EST)
- Re: [PATCH v7 0/6] cpufreq: amd-pstate: Add guided autonomous mode support Huang Rui (Thu Feb 16 2023 - 03:35:41 EST)
- [PATCH v3] Our HID device need KEY_CAMERA_FOCUS event to control camera, Qi Feng (Thu Feb 16 2023 - 03:35:58 EST)
- Re: [PATCH v2 3/5] dt-bindings: hwlock: sun6i: Add missing names Krzysztof Kozlowski (Thu Feb 16 2023 - 03:36:25 EST)
- Re: [PATCH v2 5/5] arm64: dts: allwinner: a64: Add hwspinlock node Krzysztof Kozlowski (Thu Feb 16 2023 - 03:37:05 EST)
- [PATCH] of: reserved_mem: Use proper binary prefix Geert Uytterhoeven (Thu Feb 16 2023 - 03:37:37 EST)
- Re: [PATCH 0/2] handle memoryless nodes more appropriately Michal Hocko (Thu Feb 16 2023 - 03:37:43 EST)
- Re: [PATCH v2 4/5] dt-bindings: hwlock: sun6i: Add a64 compatible string Krzysztof Kozlowski (Thu Feb 16 2023 - 03:38:49 EST)
- [tip:objtool/core] [x86/unwind/orc] ffb1b4a410: BUG:KASAN:stack-out-of-bounds_in_unwind_next_frame kernel test robot (Thu Feb 16 2023 - 03:39:05 EST)
- Re: [PATCH 1/3] dt-bindings: hwlock: sun6i: Add missing #hwlock-cells Bastian Germann (Thu Feb 16 2023 - 03:39:46 EST)
- Re: [PATCH v2 2/5] dt-bindings: hwlock: sun6i: Add #hwlock-cells to example Krzysztof Kozlowski (Thu Feb 16 2023 - 03:40:03 EST)
- Re: [PATCH net-next v1 3/3] net/mlx5e: TC, Add support for VxLAN GBP encap/decap flows offload Gavin Li (Thu Feb 16 2023 - 03:40:56 EST)
- Re: [RFC PATCH 0/5] Memory access profiler(IBS) driven NUMA balancing Bharata B Rao (Thu Feb 16 2023 - 03:41:40 EST)
- [PATCH] kbuild: optimize the increments the version number rules Meng Tang (Thu Feb 16 2023 - 03:42:36 EST)
- Re: [PATCH v2 1/9] PCI: rockchip: Remove writes to unused registers Rick Wertenbroek (Thu Feb 16 2023 - 03:43:55 EST)
- Re: [syzbot] WARNING in usb_tx_block/usb_submit_urb syzbot (Thu Feb 16 2023 - 03:48:28 EST)
- [PATCH v4] HID: add KEY_CAMERA_FOCUS event in HID Qi Feng (Thu Feb 16 2023 - 03:48:45 EST)
- Re: [PATCH v3 5/5] arm64: dts: imx8mp-verdin: add 88W8997 serdev to uart4 Francesco Dolcini (Thu Feb 16 2023 - 03:49:21 EST)
- [PATCH v4] firmware: arm_sdei: Fix sleep from invalid context BUG Pierre Gondois (Thu Feb 16 2023 - 03:49:30 EST)
- Re: [PATCH v3] firmware: arm_sdei: Fix sleep from invalid context BUG Pierre Gondois (Thu Feb 16 2023 - 03:51:54 EST)
- Re: [PATCH v2 3/5] dt-bindings: hwlock: sun6i: Add missing names Wilken Gottwalt (Thu Feb 16 2023 - 03:55:07 EST)
- [PATCH bpf-next] Fix typos in selftest/bpf files Taichi Nishimura (Thu Feb 16 2023 - 03:56:07 EST)
- Re: [PATCH v2 20/47] clk: mediatek: mt8183: Convert all remaining clocks to common probe Chen-Yu Tsai (Thu Feb 16 2023 - 03:56:23 EST)
- Re: [PATCH v3 0/4] dmaengine: dw-edma: Add support for native HDMA Serge Semin (Thu Feb 16 2023 - 03:56:25 EST)
- acerhdf thermal question Daniel Lezcano (Thu Feb 16 2023 - 03:57:52 EST)
- Re: [PATCH v2 01/12] media: v4l2: Add NV15 pixel format Hsia-Jun Li (Thu Feb 16 2023 - 03:58:11 EST)
- KASAN: A use-after-free bug in btrfsic_print_rem_link butt3rflyh4ck (Thu Feb 16 2023 - 03:59:25 EST)
- RE: [PATCH v2] LoongArch: add checksum optimization for 64-bit system David Laight (Thu Feb 16 2023 - 04:03:16 EST)
- Re: [PATCH 0/3] drm/msm/dpu: Initialize SSPP scaler version (from register read) Marijn Suijten (Thu Feb 16 2023 - 04:04:17 EST)
- Re: [PATCH v2 0/3] SPI core CS delay fixes and additions Janne Grunau (Thu Feb 16 2023 - 04:04:20 EST)
- Re: [PATCH 1/2] pcmcia : make PCMCIA depend on HAS_IOMEM Niklas Schnelle (Thu Feb 16 2023 - 04:05:41 EST)
- Re: [PATCH 4/6] regulator: Add operation to let drivers select vsel register Frieder Schrempf (Thu Feb 16 2023 - 04:06:00 EST)
- [PATCH -next] can: ctucanfd: Use devm_platform_ioremap_resource() Yang Li (Thu Feb 16 2023 - 04:06:21 EST)
- Re: [PATCH V6 1/3] dt-bindings: i2c: xiic: Add 'xlnx,axi-iic-2.1' to compatible Krzysztof Kozlowski (Thu Feb 16 2023 - 04:06:48 EST)
- Re: [PATCH 2/2] dmaengine: make QCOM_HIDMA depend on HAS_IOMEM Niklas Schnelle (Thu Feb 16 2023 - 04:06:49 EST)
- Re: [PATCH net-next v2 06/10] net: microchip: sparx5: Add ES0 VCAP model and updated KUNIT VCAP model Steen Hegelund (Thu Feb 16 2023 - 04:07:59 EST)
- Re: [PATCH v1 1/1] usb: dwc3: xilinx: Remove unused of_gpio,h Michal Simek (Thu Feb 16 2023 - 04:09:19 EST)
- Re: acerhdf thermal question Hans de Goede (Thu Feb 16 2023 - 04:09:56 EST)
- Re: [PATCH 2/2] Revert "splice: Do splice read from a buffered file without using ITER_PIPE" Konrad Dybcio (Thu Feb 16 2023 - 04:10:41 EST)
- Re: [PATCH net-next v1 7/7] net: fec: add support for PHYs with SmartEEE support Oleksij Rempel (Thu Feb 16 2023 - 04:12:02 EST)
- Re: acerhdf thermal question Hans de Goede (Thu Feb 16 2023 - 04:12:15 EST)
- Re: [PATCH 1/2] dt-bindings: regulator: Add bindings for Richtek RT5739 Krzysztof Kozlowski (Thu Feb 16 2023 - 04:12:29 EST)
- Re: [PATCH] i2c: xiic: Remove some dead code Michal Simek (Thu Feb 16 2023 - 04:13:11 EST)
- Re: [PATCH v5 1/2] usb: serial: add support for CH348 Johan Hovold (Thu Feb 16 2023 - 04:14:05 EST)
- Re: Does earlyprintk=ttyS0 work for an AMD SNP guest on KVM? Jeremi Piotrowski (Thu Feb 16 2023 - 04:14:37 EST)
- Re: [PATCH 2/2] dt-bindings: rng: Add MediaTek MT7981 TRNG Krzysztof Kozlowski (Thu Feb 16 2023 - 04:14:47 EST)
- Re: [PATCH v7 0/7] add support for CDX bus Krzysztof Kozlowski (Thu Feb 16 2023 - 04:16:48 EST)
- [PATCH v4 1/2] mm/userfaultfd: Support WP on multiple VMAs Muhammad Usama Anjum (Thu Feb 16 2023 - 04:17:27 EST)
- RE: [PATCH v4 2/3] dt-bindings: i2c-ast2600: Add support for AST2600 i2C driver Ryan Chen (Thu Feb 16 2023 - 04:17:31 EST)
- Re: [PATCH v3 1/2] ext4: commit super block if fs record error when journal record without error Baokun Li (Thu Feb 16 2023 - 04:18:02 EST)
- [PATCH v4 2/2] mm/userfaultfd: add VM_WARN_ONCE() Muhammad Usama Anjum (Thu Feb 16 2023 - 04:18:11 EST)
- Re: [PATCH] iommu/of: mark an unused function as __maybe_unused Joerg Roedel (Thu Feb 16 2023 - 04:19:12 EST)
- Re: [PATCH 2/2] dt-bindings: rng: Add MediaTek MT7981 TRNG Daniel Golle (Thu Feb 16 2023 - 04:19:24 EST)
- Re: [PATCH 1/2] dt-bindings: usb: dwc3: Add snps,ulpi-ext-vbus-drv quirk Krzysztof Kozlowski (Thu Feb 16 2023 - 04:20:26 EST)
- Re: [PATCH 3/3] arm64: dts: qcom: sa8775p: add the GNSS high-speed UART for sa8775p-ride Krzysztof Kozlowski (Thu Feb 16 2023 - 04:21:10 EST)
- RE: [PATCH v4 2/3] dt-bindings: i2c-ast2600: Add support for AST2600 i2C driver Ryan Chen (Thu Feb 16 2023 - 04:21:21 EST)
- Re: [PATCH v5 2/2] usb: serial: add myself as maintainer of CH348 Johan Hovold (Thu Feb 16 2023 - 04:21:31 EST)
- Re: [syzbot] WARNING in usb_tx_block/usb_submit_urb Fabio M. De Francesco (Thu Feb 16 2023 - 04:21:47 EST)
- Re: [PATCH v4 2/3] dt-bindings: i2c-ast2600: Add support for AST2600 i2C driver Krzysztof Kozlowski (Thu Feb 16 2023 - 04:22:11 EST)
- [PATCH v2] Bluetooth: hci_qca: Add support for Qualcomm Bluetooth SoC QCA2066 Tim Jiang (Thu Feb 16 2023 - 04:23:01 EST)
- Re: [PATCH v4 2/2] mm/userfaultfd: add VM_WARN_ONCE() David Hildenbrand (Thu Feb 16 2023 - 04:25:45 EST)
- RE: [PATCH v7 0/7] add support for CDX bus Agarwal, Nikhil (Thu Feb 16 2023 - 04:25:49 EST)
- Re: [PATCH v2] LoongArch: add checksum optimization for 64-bit system maobibo (Thu Feb 16 2023 - 04:26:21 EST)
- Re: [PATCH v4] HID: add KEY_CAMERA_FOCUS event in HID qi feng (Thu Feb 16 2023 - 04:26:34 EST)
- RE: [PATCH v4 2/3] dt-bindings: i2c-ast2600: Add support for AST2600 i2C driver Ryan Chen (Thu Feb 16 2023 - 04:26:48 EST)
- Re: [PATCH] dt-bindings: gpio.txt: expand gpio-line-names recommendations Linus Walleij (Thu Feb 16 2023 - 04:27:00 EST)
- Re: [PATCH v3 7/7] riscv: dts: starfive: Add StarFive JH7110 VisionFive 2 board device tree Emil Renner Berthing (Thu Feb 16 2023 - 04:27:42 EST)
- Re: [PATCH net-next 1/3] net/sched: taprio: fix calculation of maximum gate durations Kurt Kanzenbach (Thu Feb 16 2023 - 04:27:54 EST)
- Re: [PATCH 0/4] drm/vc4: hdmi: Firmware clocks cleanup Maxime Ripard (Thu Feb 16 2023 - 04:27:57 EST)
- Re: [PATCH net-next 2/3] net/sched: taprio: don't allow dynamic max_sdu to go negative after stab adjustment Kurt Kanzenbach (Thu Feb 16 2023 - 04:28:14 EST)
- Re: [PATCH net-next 3/3] net/sched: taprio: dynamic max_sdu larger than the max_mtu is unlimited Kurt Kanzenbach (Thu Feb 16 2023 - 04:28:59 EST)
- [regression] Bug 217037 - cmb attributes missing from the nvme class under sysfs Linux regression tracking (Thorsten Leemhuis) (Thu Feb 16 2023 - 04:29:10 EST)
- Re: [PATCH v3 1/2] ext4: commit super block if fs record error when journal record without error yebin (H) (Thu Feb 16 2023 - 04:30:14 EST)
- Re: [PATCH V2 1/2] dt-bindings: interrupt-controller: Add Loongson EIOINTC Huacai Chen (Thu Feb 16 2023 - 04:31:02 EST)
- Re: [PATCH v2 2/8] x86/mtrr: support setting MTRR state for software defined MTRRs Juergen Gross (Thu Feb 16 2023 - 04:32:34 EST)
- Re: [PATCH V2 1/2] dt-bindings: interrupt-controller: Add Loongson EIOINTC Krzysztof Kozlowski (Thu Feb 16 2023 - 04:34:23 EST)
- Re: [PATCHv2] io_uring: Support calling io_uring_register with a registered ring fd Dylan Yudaken (Thu Feb 16 2023 - 04:35:52 EST)
- [PATCH 00/17] Mass convert GPIO IRQ chips to be immutable Linus Walleij (Thu Feb 16 2023 - 04:37:11 EST)
- [PATCH 01/17] gpio: altera: Convert to immutable irq_chip Linus Walleij (Thu Feb 16 2023 - 04:37:13 EST)
- [PATCH 02/17] gpio: adnp: Convert to immutable irq_chip Linus Walleij (Thu Feb 16 2023 - 04:37:16 EST)
- [PATCH 03/17] gpio: aspeed: Convert to immutable irq_chip Linus Walleij (Thu Feb 16 2023 - 04:37:25 EST)
- [PATCH 04/17] gpio: aspeed-sgpio: Convert to immutable irq_chip Linus Walleij (Thu Feb 16 2023 - 04:37:27 EST)
- [PATCH 05/17] gpio: ath79: Convert to immutable irq_chip Linus Walleij (Thu Feb 16 2023 - 04:37:29 EST)
- [PATCH 06/17] gpio: cadence: Convert to immutable irq_chip Linus Walleij (Thu Feb 16 2023 - 04:37:32 EST)
- [PATCH 08/17] gpio: hisi: Convert to immutable irq_chip Linus Walleij (Thu Feb 16 2023 - 04:37:36 EST)
- [PATCH 07/17] gpio: eic_sprd: Convert to immutable irq_chip Linus Walleij (Thu Feb 16 2023 - 04:37:39 EST)
- [PATCH 09/17] gpio: hlwd: Convert to immutable irq_chip Linus Walleij (Thu Feb 16 2023 - 04:37:52 EST)
- [PATCH 10/17] gpio: idt3243x: Convert to immutable irq_chip Linus Walleij (Thu Feb 16 2023 - 04:37:54 EST)
- [PATCH 11/17] gpio: msc313: Convert to immutable irq_chip Linus Walleij (Thu Feb 16 2023 - 04:37:56 EST)
- [PATCH 12/17] gpio: mlxbf2: Convert to immutable irq_chip Linus Walleij (Thu Feb 16 2023 - 04:38:09 EST)
- [PATCH 13/17] gpio: max732x: Convert to immutable irq_chip Linus Walleij (Thu Feb 16 2023 - 04:38:13 EST)
- [PATCH 14/17] gpio: omap: Drop irq_base Linus Walleij (Thu Feb 16 2023 - 04:38:26 EST)
- Re: [PATCH 1/2] pcmcia : make PCMCIA depend on HAS_IOMEM Arnd Bergmann (Thu Feb 16 2023 - 04:38:29 EST)
- [PATCH 16/17] gpio: pci-idio-16: Convert to immutable irq_chip Linus Walleij (Thu Feb 16 2023 - 04:38:36 EST)
- [PATCH 15/17] gpio: omap: Convert to immutable irq_chip Linus Walleij (Thu Feb 16 2023 - 04:38:39 EST)
- [PATCH 17/17] gpio: pcie-idio-24: Convert to immutable irq_chip Linus Walleij (Thu Feb 16 2023 - 04:38:41 EST)
- Re: [PATCH v4 1/2] mm/userfaultfd: Support WP on multiple VMAs David Hildenbrand (Thu Feb 16 2023 - 04:40:32 EST)
- Re: [PATCH net-next v2 06/10] net: microchip: sparx5: Add ES0 VCAP model and updated KUNIT VCAP model Paolo Abeni (Thu Feb 16 2023 - 04:41:29 EST)
- Re: [PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM David Hildenbrand (Thu Feb 16 2023 - 04:43:18 EST)
- Re: [PATCH v2 3/4] arm64: dts: qcom: sa8775p: add the GNSS high-speed UART for sa8775p-ride Bartosz Golaszewski (Thu Feb 16 2023 - 04:43:23 EST)
- Re: [RFC 2/5] workqueue: Warn when a new worker could not be created Petr Mladek (Thu Feb 16 2023 - 04:43:37 EST)
- Re: [PATCH 1/2] x86/kexec: Preserve CR4.MCE during kexec Kirill A. Shutemov (Thu Feb 16 2023 - 04:44:17 EST)
- [PATCH 2/2] erofs: set block size to the on-disk block size Jingbo Xu (Thu Feb 16 2023 - 04:47:57 EST)
- [PATCH 1/2] erofs: convert hardcoded blocksize to sb->s_blocksize Jingbo Xu (Thu Feb 16 2023 - 04:48:00 EST)
- Re: [PATCH v2 1/2] mm/memory_hotplug: return nothing from do_migrate_range() David Hildenbrand (Thu Feb 16 2023 - 04:48:02 EST)
- [regression] Bug 217042 - mdb_copy produces a corrupted database on btrfs Linux regression tracking #adding (Thorsten Leemhuis) (Thu Feb 16 2023 - 04:49:03 EST)
- Re: [PATCH v4 2/2] mm/userfaultfd: add VM_WARN_ONCE() Muhammad Usama Anjum (Thu Feb 16 2023 - 04:49:10 EST)
- Re: [PATCH 1/3] ASoC: soc-generic-dmaengine-pcm: add option to start DMA after DAI Claudiu.Beznea (Thu Feb 16 2023 - 04:50:00 EST)
- Re: [PATCH v2 2/2] mm/memory_hotplug: cleanup 'ret' variable usage in do_migrate_range() David Hildenbrand (Thu Feb 16 2023 - 04:50:20 EST)
- Re: [PATCH v3 7/7] riscv: dts: starfive: Add StarFive JH7110 VisionFive 2 board device tree Conor Dooley (Thu Feb 16 2023 - 04:51:12 EST)
- Re: [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory Nikunj A. Dadhania (Thu Feb 16 2023 - 04:52:03 EST)
- [PATCH] mm, page_alloc: reduce page alloc/free sanity checks Vlastimil Babka (Thu Feb 16 2023 - 04:53:39 EST)
- Re: [PATCH v2 1/9] PCI: rockchip: Remove writes to unused registers Damien Le Moal (Thu Feb 16 2023 - 04:54:40 EST)
- Re: [PATCH bpf-next v1 0/4] Support bpf trampoline for RV64 Björn Töpel (Thu Feb 16 2023 - 04:57:00 EST)
- Re: [PATCH 1/2] dt-bindings: regulator: Add bindings for Richtek RT5739 ChiYuan Huang (Thu Feb 16 2023 - 04:57:43 EST)
- Re: [PATCH 0/3] mailbox: Allow direct registration to a channel Sudeep Holla (Thu Feb 16 2023 - 04:58:30 EST)
- Re: [PATCH] stop mainaining UUID Andy Shevchenko (Thu Feb 16 2023 - 04:58:50 EST)
- [syzbot] WARNING: stack going in the wrong direction? at __sys_setsockopt syzbot (Thu Feb 16 2023 - 05:00:47 EST)
- Re: [PATCH] power: reset: at91-poweroff: Use devm_platform_get_and_ioremap_resource() Claudiu.Beznea (Thu Feb 16 2023 - 05:01:36 EST)
- Re: [PATCH] power: reset: at91-sama5d2_shdwc: Use devm_platform_get_and_ioremap_resource() Claudiu.Beznea (Thu Feb 16 2023 - 05:01:52 EST)
- Re: [PATCH 1/2] dt-bindings: regulator: Add bindings for Richtek RT5739 Krzysztof Kozlowski (Thu Feb 16 2023 - 05:03:54 EST)
- Re: [PATCH 1/2] hwrng: add driver for MediaTek TRNG SMC AngeloGioacchino Del Regno (Thu Feb 16 2023 - 05:04:10 EST)
- Re: [syzbot] WARNING: stack going in the wrong direction? at __sys_setsockopt Dmitry Vyukov (Thu Feb 16 2023 - 05:04:28 EST)
- Re: [PATCH 2/3] ASoC: dt-bindings: sama7g5-pdmc: add microchip,startup-delay-us binding Krzysztof Kozlowski (Thu Feb 16 2023 - 05:04:46 EST)
- Re: [PATCH RESEND] dt-bindings: pwm: mediatek: add mediatek,mt7986 compatible AngeloGioacchino Del Regno (Thu Feb 16 2023 - 05:05:07 EST)
- Re: 6.2-rc7 fails building on Talos II: memory.c:(.text+0x2e14): undefined reference to `hash__tlb_flush' Linux regression tracking (Thorsten Leemhuis) (Thu Feb 16 2023 - 05:09:23 EST)
- Re: [PATCH v3 7/7] riscv: dts: starfive: Add StarFive JH7110 VisionFive 2 board device tree Conor Dooley (Thu Feb 16 2023 - 05:09:47 EST)
- Re: [PATCH RFC net-next v2 1/3] vsock: support sockmap Stefano Garzarella (Thu Feb 16 2023 - 05:12:16 EST)
- Re: [PATCH RFC net-next v2 2/3] selftests/bpf: add vsock to vmtest.sh Stefano Garzarella (Thu Feb 16 2023 - 05:13:27 EST)
- Re: [PATCH -next] can: ctucanfd: Use devm_platform_ioremap_resource() Pavel Pisa (Thu Feb 16 2023 - 05:14:42 EST)
- Re: [PATCH v4] HID: add KEY_CAMERA_FOCUS event in HID Greg KH (Thu Feb 16 2023 - 05:15:48 EST)
- Re: [PATCH 2/3] ASoC: dt-bindings: sama7g5-pdmc: add microchip,startup-delay-us binding Claudiu.Beznea (Thu Feb 16 2023 - 05:15:54 EST)
- Re: [PATCH 1/6] dt-bindings: regulator: pca9450: Document new usage of sd-vsel-gpios Frieder Schrempf (Thu Feb 16 2023 - 05:16:12 EST)
- Re: [PATCH 1/7] dt-bindings: clock: split qcom,gcc-ipq4019 to separate file Krzysztof Kozlowski (Thu Feb 16 2023 - 05:16:44 EST)
- Re: [PATCH RFC net-next v2 3/3] selftests/bpf: Add a test case for vsock sockmap Stefano Garzarella (Thu Feb 16 2023 - 05:17:36 EST)
- Re: [PATCH 2/3] ASoC: dt-bindings: sama7g5-pdmc: add microchip,startup-delay-us binding Krzysztof Kozlowski (Thu Feb 16 2023 - 05:18:26 EST)
- Re: [PATCH v4] HID: add KEY_CAMERA_FOCUS event in HID Greg KH (Thu Feb 16 2023 - 05:18:31 EST)
- Re: [PATCH 1/2] erofs: convert hardcoded blocksize to sb->s_blocksize Gao Xiang (Thu Feb 16 2023 - 05:19:58 EST)
- [PATCH] scsi-3w-9xxx: NULL check in twa_scsiop_execute_scsi() Alexander Sapozhnikov (Thu Feb 16 2023 - 05:20:41 EST)
- Re: [PATCH] wifi: brcmfmac: p2p: Introduce generic flexible array frame member Linus Walleij (Thu Feb 16 2023 - 05:20:49 EST)
- Re: [PATCH v4 1/4] dt-bindings: mmc: Add StarFive MMC module Krzysztof Kozlowski (Thu Feb 16 2023 - 05:21:32 EST)
- Re: [PATCH RFC net-next v2 0/3] vsock: add support for sockmap Stefano Garzarella (Thu Feb 16 2023 - 05:21:35 EST)
- Re: [PATCH v2 4/4] clocksource/drivers/timer-mediatek: Make timer-mediatek become loadable module AngeloGioacchino Del Regno (Thu Feb 16 2023 - 05:22:34 EST)
- Re: [RFC PATCH 1/2] mm: restrictedmem: Allow userspace to specify mount_path for memfd_restricted Kirill A. Shutemov (Thu Feb 16 2023 - 05:23:11 EST)
- Re: [PATCH v4 4/4] dt-bindings: syscon: Add StarFive syscon doc Krzysztof Kozlowski (Thu Feb 16 2023 - 05:23:28 EST)
- Re: [PATCH] PCI/ATS: Allow to enable ATS on VFs even if it is not enabled on PF Joerg Roedel (Thu Feb 16 2023 - 05:23:36 EST)
- [PATCH v2] HID: mcp-2221: prevent UAF in delayed work Benjamin Tissoires (Thu Feb 16 2023 - 05:23:57 EST)
- Re: [PATCH v2 21/47] clk: mediatek: Consistently use GATE_MTK() macro Chen-Yu Tsai (Thu Feb 16 2023 - 05:28:07 EST)
- Re: [PATCH v2 1/8] include/acpi: add definition of ASPT table Jeremi Piotrowski (Thu Feb 16 2023 - 05:28:09 EST)
- Re: [PATCH net-next 3/3] net/sched: taprio: dynamic max_sdu larger than the max_mtu is unlimited Vladimir Oltean (Thu Feb 16 2023 - 05:29:26 EST)
- Re: [PATCH v4 4/4] dt-bindings: syscon: Add StarFive syscon doc Conor Dooley (Thu Feb 16 2023 - 05:29:37 EST)
- Re: [PATCH 1/7] dt-bindings: PCI: qcom: Add IPQ9574 specific compatible Krzysztof Kozlowski (Thu Feb 16 2023 - 05:29:39 EST)
- [PATCH] cpufreq: qcom-hw: Simplify counting frequency domains Konrad Dybcio (Thu Feb 16 2023 - 05:30:25 EST)
- Re: [PATCH v5 1/2] usb: serial: add support for CH348 Greg KH (Thu Feb 16 2023 - 05:30:28 EST)
- Re: [PATCH 3/7] dt-bindings: phy: qcom,qmp-pcie: Add ipq9574 compatible Krzysztof Kozlowski (Thu Feb 16 2023 - 05:30:31 EST)
- Re: [PATCH v4 4/4] dt-bindings: syscon: Add StarFive syscon doc William Qiu (Thu Feb 16 2023 - 05:31:10 EST)
- [PATCHv2] drm/amdgpu: register a vga_switcheroo client for MacBooks with apple-gmux Orlando Chamberlain (Thu Feb 16 2023 - 05:31:49 EST)
- Re: [PATCH v4 4/4] dt-bindings: syscon: Add StarFive syscon doc Krzysztof Kozlowski (Thu Feb 16 2023 - 05:31:55 EST)
- Re: [PATCH v4 1/4] dt-bindings: mmc: Add StarFive MMC module Conor Dooley (Thu Feb 16 2023 - 05:32:02 EST)
- Re: [PATCH v4 4/4] dt-bindings: syscon: Add StarFive syscon doc Krzysztof Kozlowski (Thu Feb 16 2023 - 05:32:30 EST)
- Re: [RESEND PATCH 00/12] arm64: dts: qcom: Supply clock from cpufreq node to CPUs Konrad Dybcio (Thu Feb 16 2023 - 05:32:52 EST)
- Re: [PATCH v3 7/7] riscv: dts: starfive: Add StarFive JH7110 VisionFive 2 board device tree Emil Renner Berthing (Thu Feb 16 2023 - 05:32:59 EST)
- Re: [RESEND PATCH 01/12] arm64: dts: qcom: sdm845: Supply clock from cpufreq node to CPUs Konrad Dybcio (Thu Feb 16 2023 - 05:33:44 EST)
- Re: [PATCH] drm/i915: Make kobj_type structures constant Jani Nikula (Thu Feb 16 2023 - 05:33:47 EST)
- [PATCH 1/9] ASoC: amd: vangogh: Remove unnecessary init function Lucas Tanure (Thu Feb 16 2023 - 05:33:52 EST)
- [PATCH 3/9] ASoC: amd: vangogh: use sizeof of variable instead of struct type Lucas Tanure (Thu Feb 16 2023 - 05:33:54 EST)
- [PATCH 4/9] ASoC: amd: vangogh: remove unnecessarily included headers Lucas Tanure (Thu Feb 16 2023 - 05:33:56 EST)
- [PATCH 2/9] ASoC: amd: vangogh: Update code indentation Lucas Tanure (Thu Feb 16 2023 - 05:33:59 EST)
- [PATCH 0/9] Refactor Vangogh acp5x machine driver Lucas Tanure (Thu Feb 16 2023 - 05:34:01 EST)
- [PATCH 5/9] ASoC: amd: vangogh: use for_each_rtd_components instead of for Lucas Tanure (Thu Feb 16 2023 - 05:34:04 EST)
- [PATCH 9/9] ASoC: amd: vangogh: Include cs35l41 in structs names Lucas Tanure (Thu Feb 16 2023 - 05:34:07 EST)
- [PATCH 6/9] ASoC: amd: vangogh: Check Bit Clock rate before snd_soc_dai_set_pll Lucas Tanure (Thu Feb 16 2023 - 05:34:14 EST)
- [PATCH 8/9] ASoC: amd: vangogh: Centralize strings definition Lucas Tanure (Thu Feb 16 2023 - 05:34:17 EST)
- [PATCH 7/9] ASoC: amd: vangogh: Move nau8821 and CPU side code up for future platform Lucas Tanure (Thu Feb 16 2023 - 05:34:20 EST)
- Re: [RESEND PATCH 02/12] arm64: dts: qcom: sc7280: Supply clock from cpufreq node to CPUs Konrad Dybcio (Thu Feb 16 2023 - 05:35:40 EST)
- Re: [RESEND PATCH 03/12] arm64: dts: qcom: sm6350: Supply clock from cpufreq node to CPUs Konrad Dybcio (Thu Feb 16 2023 - 05:35:47 EST)
- Re: [PATCH net-next 3/3] net/sched: taprio: dynamic max_sdu larger than the max_mtu is unlimited Vladimir Oltean (Thu Feb 16 2023 - 05:36:29 EST)
- Re: [PATCH 1/2] dt-bindings: regulator: Add bindings for Richtek RT5739 ChiYuan Huang (Thu Feb 16 2023 - 05:37:02 EST)
- Re: [RESEND PATCH 04/12] arm64: dts: qcom: sm8550: Supply clock from cpufreq node to CPUs Konrad Dybcio (Thu Feb 16 2023 - 05:37:05 EST)
- [PATCHv2] hda/hdmi: Register with vga_switcheroo on Dual GPU Macbooks Orlando Chamberlain (Thu Feb 16 2023 - 05:37:19 EST)
- Re: [PATCH V8 3/7] dt-bindings: pinctrl: qcom: Add support for IPQ9574 Krzysztof Kozlowski (Thu Feb 16 2023 - 05:37:35 EST)
- Re: [PATCH net-next] net: lan966x: Use automatic selection of VCAP rule actionset Horatiu Vultur (Thu Feb 16 2023 - 05:38:01 EST)
- Re: [RESEND PATCH 05/12] arm64: dts: qcom: sm8250: Supply clock from cpufreq node to CPUs Konrad Dybcio (Thu Feb 16 2023 - 05:39:06 EST)
- Re: [RESEND PATCH 06/12] arm64: dts: qcom: qdu1000: Supply clock from cpufreq node to CPUs Konrad Dybcio (Thu Feb 16 2023 - 05:39:17 EST)
- Re: [RESEND PATCH 07/12] arm64: dts: qcom: sc7180: Supply clock from cpufreq node to CPUs Konrad Dybcio (Thu Feb 16 2023 - 05:39:26 EST)
- Re: [RESEND PATCH 08/12] arm64: dts: qcom: sm8150: Supply clock from cpufreq node to CPUs Konrad Dybcio (Thu Feb 16 2023 - 05:39:35 EST)
- Re: [RESEND PATCH 09/12] arm64: dts: qcom: sm8350: Supply clock from cpufreq node to CPUs Konrad Dybcio (Thu Feb 16 2023 - 05:39:44 EST)
- Re: [RESEND PATCH 10/12] arm64: dts: qcom: sc8280xp: Supply clock from cpufreq node to CPUs Konrad Dybcio (Thu Feb 16 2023 - 05:40:09 EST)
- Re: [PATCH net-next 3/3] net/sched: taprio: dynamic max_sdu larger than the max_mtu is unlimited Kurt Kanzenbach (Thu Feb 16 2023 - 05:40:12 EST)
- Re: [RESEND PATCH 11/12] arm64: dts: qcom: sm6375: Supply clock from cpufreq node to CPUs Konrad Dybcio (Thu Feb 16 2023 - 05:40:44 EST)
- Re: [RFC PATCH kernel 1/2] perf/x86/amd: Add amd_prevent_hostibs_window() to set per-cpu ibs_flags Shukla, Manali (Thu Feb 16 2023 - 05:40:45 EST)
- Re: [RESEND PATCH 12/12] arm64: dts: qcom: sm6115: Supply clock from cpufreq node to CPUs Konrad Dybcio (Thu Feb 16 2023 - 05:41:09 EST)
- [PATCH] NULL check in twl_scsiop_execute_scsi() Alexander Sapozhnikov (Thu Feb 16 2023 - 05:41:53 EST)
- Re: Reg the next LTS kernel (6.1?) Kris Chaplin (Thu Feb 16 2023 - 05:42:01 EST)
- Re: [PATCH 1/7] dt-bindings: clock: split qcom,gcc-ipq4019 to separate file Robert Marko (Thu Feb 16 2023 - 05:42:05 EST)
- Re: [PATCH 6/7] clk: qcom: gcc-ipq4019: move pcnoc clocks up Konrad Dybcio (Thu Feb 16 2023 - 05:42:13 EST)
- [PATCH 5.15-rt] printk: ignore consoles without write() callback John Ogness (Thu Feb 16 2023 - 05:42:17 EST)
- Re: [PATCH v3] dt-bindings: gpio: rockchip,gpio-bank: add compatible string per SoC Krzysztof Kozlowski (Thu Feb 16 2023 - 05:42:26 EST)
- Re: [PATCH 2/3] ASoC: dt-bindings: sama7g5-pdmc: add microchip,startup-delay-us binding Claudiu.Beznea (Thu Feb 16 2023 - 05:42:30 EST)
- Re: [PATCH 2/7] clk: qcom: gcc-ipq4019: convert XO and sleep clk to parent_data Konrad Dybcio (Thu Feb 16 2023 - 05:43:32 EST)
- Re: [PATCH 2/7] clk: qcom: gcc-ipq4019: convert XO and sleep clk to parent_data Konrad Dybcio (Thu Feb 16 2023 - 05:44:18 EST)
- Re: [PATCH 1/7] dt-bindings: clock: split qcom,gcc-ipq4019 to separate file Krzysztof Kozlowski (Thu Feb 16 2023 - 05:44:25 EST)
- Re: [PATCH 2/3] ASoC: dt-bindings: sama7g5-pdmc: add microchip,startup-delay-us binding Krzysztof Kozlowski (Thu Feb 16 2023 - 05:44:38 EST)
- Re: [PATCH v2 3/4] arm64: dts: qcom: sa8775p: add the GNSS high-speed UART for sa8775p-ride Konrad Dybcio (Thu Feb 16 2023 - 05:45:32 EST)
- Re: [PATCH 1/2] dt-bindings: regulator: Add bindings for Richtek RT5739 Krzysztof Kozlowski (Thu Feb 16 2023 - 05:45:41 EST)
- [tip:sched/urgent] BUILD SUCCESS c2dbe32d5db5c4ead121cf86dabd5ab691fb47fe kernel test robot (Thu Feb 16 2023 - 05:46:07 EST)
- Re: [PATCH v2 22/47] clk: mediatek: mt7622: Properly use CLK_IS_CRITICAL flag Chen-Yu Tsai (Thu Feb 16 2023 - 05:46:18 EST)
- Re: [PATCH 1/4] ARM: dts: qcom: ipq4018-ap120c-ac: setup serial console Konrad Dybcio (Thu Feb 16 2023 - 05:46:21 EST)
- RE: [PATCH v3 2/3] dt-bindings: net: bluetooth: Add NXP bluetooth support Sherry Sun (Thu Feb 16 2023 - 05:46:26 EST)
- Re: [PATCH 3/4] ARM: dts: qcom: ipq4018-ap120c-ac: align SPI-NAND with DT schema Konrad Dybcio (Thu Feb 16 2023 - 05:47:21 EST)
- Re: [PATCH 2/2] x86/entry: Fix unwinding from kprobe on PUSH/POP instruction Peter Zijlstra (Thu Feb 16 2023 - 05:47:23 EST)
- Re: [PATCH] PCI/ATS: Allow to enable ATS on VFs even if it is not enabled on PF Jean-Philippe Brucker (Thu Feb 16 2023 - 05:48:09 EST)
- Re: [PATCH 00/17] Mass convert GPIO IRQ chips to be immutable Marc Zyngier (Thu Feb 16 2023 - 05:48:35 EST)
- Re: [PATCH 2/4] ARM: dts: qcom: ipq4018-ap120c-ac: align GPIO hog with DT schema Konrad Dybcio (Thu Feb 16 2023 - 05:49:19 EST)
- Re: [PATCH v5 1/2] usb: serial: add support for CH348 Johan Hovold (Thu Feb 16 2023 - 05:49:21 EST)
- Re: [PATCH] mm/uffd: UFFD_FEATURE_WP_ZEROPAGE David Hildenbrand (Thu Feb 16 2023 - 05:50:04 EST)
- [PATCH] net: sched: sch: null pointer dereference in htb_offload_move_qdisc() Alok Tiwari (Thu Feb 16 2023 - 05:50:28 EST)
- Re: [PATCH 0/2] handle memoryless nodes more appropriately Qi Zheng (Thu Feb 16 2023 - 05:51:44 EST)
- [PATCH v2] cpufreq: qcom-hw: Simplify counting frequency domains Konrad Dybcio (Thu Feb 16 2023 - 05:51:55 EST)
- Re: [PATCH v2 23/47] clk: mediatek: mt7622: Move apmixedsys clock driver to its own file Chen-Yu Tsai (Thu Feb 16 2023 - 05:52:29 EST)
- RE: [PATCH v3 3/3] Bluetooth: NXP: Add protocol support for NXP Bluetooth chipsets Sherry Sun (Thu Feb 16 2023 - 05:52:57 EST)
- Re: [PATCH v2 1/2] mm/memory_hotplug: return nothing from do_migrate_range() Baolin Wang (Thu Feb 16 2023 - 05:53:43 EST)
- Re: [PATCH v2 24/47] clk: mediatek: mt7622: Move infracfg to clk-mt7622-infracfg.c Chen-Yu Tsai (Thu Feb 16 2023 - 05:53:59 EST)
- Re: [PATCH v4 5/7] net: stmmac: Add glue layer for StarFive JH7110 SoCs Emil Renner Berthing (Thu Feb 16 2023 - 05:54:24 EST)
- Re: [PATCH 01/16] dt-bindings: PCI: Rename Exynos PCIe binding to Samsung PCIe Krzysztof Kozlowski (Thu Feb 16 2023 - 05:54:43 EST)
- drivers/gpu/drm/i915/i915_hwmon.c:69 hwm_in_read() error: uninitialized symbol 'reg_value'. Dan Carpenter (Thu Feb 16 2023 - 05:55:10 EST)
- [PATCH 3/4] usb: cdns2: Add tracepoints for CDNS2 driver Pawel Laszczak (Thu Feb 16 2023 - 05:55:30 EST)
- [PATCH 2/4] usb: cdns2: Add main part of Cadence USBHS driver Pawel Laszczak (Thu Feb 16 2023 - 05:55:35 EST)
- Re: [PATCH v2 25/47] clk: mediatek: mt7622: Convert to platform driver and simple probe Chen-Yu Tsai (Thu Feb 16 2023 - 05:56:33 EST)
- Re: [PATCH 02/16] PCI: exynos: Rename Exynos PCIe driver to Samsung PCIe Krzysztof Kozlowski (Thu Feb 16 2023 - 05:56:54 EST)
- Re: [PATCH v2 26/47] clk: mediatek: mt8516: Move apmixedsys clock driver to its own file Chen-Yu Tsai (Thu Feb 16 2023 - 05:57:19 EST)
- Re: [PATCH 00/16] Refactor Exynos PCIe driver to make it generic Krzysztof Kozlowski (Thu Feb 16 2023 - 05:57:44 EST)
- Re: [PATCH 2/2] Revert "splice: Do splice read from a buffered file without using ITER_PIPE" David Hildenbrand (Thu Feb 16 2023 - 05:58:05 EST)
- [syzbot] WARNING in do_mknodat syzbot (Thu Feb 16 2023 - 05:58:23 EST)
- Re: [PATCH 03/16] PCI: samsung: Change macro names to exynos specific Krzysztof Kozlowski (Thu Feb 16 2023 - 05:59:13 EST)
- Re: [PATCH 02/16] PCI: exynos: Rename Exynos PCIe driver to Samsung PCIe Krzysztof Kozlowski (Thu Feb 16 2023 - 05:59:31 EST)
- Re: [PATCH 2/4] ARM: dts: qcom: ipq4018-ap120c-ac: align GPIO hog with DT schema Robert Marko (Thu Feb 16 2023 - 05:59:43 EST)
- Re: [PATCH v2 27/47] clk: mediatek: mt8516: Convert to platform driver and simple probe Chen-Yu Tsai (Thu Feb 16 2023 - 06:01:19 EST)
- Re: [PATCH v2 28/47] clk: mediatek: mt8516: Allow building clock drivers as modules Chen-Yu Tsai (Thu Feb 16 2023 - 06:01:37 EST)
- Re: [PATCH 00/19] mm: Introduce a cgroup to limit the amount of locked and pinned memory David Hildenbrand (Thu Feb 16 2023 - 06:02:44 EST)
- Re: [PATCH 04/16] PCI: samsung: Use clock bulk API to get clocks Krzysztof Kozlowski (Thu Feb 16 2023 - 06:02:48 EST)
- Re: [PATCH v2 2/8] x86/mtrr: support setting MTRR state for software defined MTRRs Jeremi Piotrowski (Thu Feb 16 2023 - 06:03:09 EST)
- Re: [PATCH] iommu: Avoid softlockup and rcu stall in fq_flush_timeout(). Peng Zhang (Thu Feb 16 2023 - 06:03:21 EST)
- Re: [PATCH 06/16] arm64: dts: exynos: Rename the term elbi to appl Krzysztof Kozlowski (Thu Feb 16 2023 - 06:04:06 EST)
- Re: [PATCH 05/16] dt-bindings: PCI: Rename the term elbi to appl Krzysztof Kozlowski (Thu Feb 16 2023 - 06:05:01 EST)
- Re: [PATCH 1/2] usb: gadget: u_ether: Do not make UDC parent of the net device Linux regression tracking #update (Thorsten Leemhuis) (Thu Feb 16 2023 - 06:07:11 EST)
- Re: [PATCH 08/16] PCI: samsung: Rename exynos_pcie to samsung_pcie Krzysztof Kozlowski (Thu Feb 16 2023 - 06:07:14 EST)
- Re: [PATCH v2 2/8] x86/mtrr: support setting MTRR state for software defined MTRRs Jeremi Piotrowski (Thu Feb 16 2023 - 06:07:48 EST)
- Re: [PATCH 09/16] PCI: samsung: Make common appl readl/writel functions Krzysztof Kozlowski (Thu Feb 16 2023 - 06:07:51 EST)
- [GIT PULL] file locking changes for v6.3 Jeff Layton (Thu Feb 16 2023 - 06:07:55 EST)
- [PATCH 1/2] dt-bindings: arm: Add Cortex-A715 and X3 Konrad Dybcio (Thu Feb 16 2023 - 06:08:34 EST)
- [PATCH 2/2] arm64: dts: qcom: sm8550: Use correct CPU compatibles Konrad Dybcio (Thu Feb 16 2023 - 06:08:37 EST)
- Re: [PATCH 13/16] PCI: samsung: Rename common functions to samsung Krzysztof Kozlowski (Thu Feb 16 2023 - 06:09:36 EST)
- Re: 6.2-rc7 fails building on Talos II: memory.c:(.text+0x2e14): undefined reference to `hash__tlb_flush' Erhard F. (Thu Feb 16 2023 - 06:10:17 EST)
- Re: [PATCH v1 2/2] mmc: atmel-mci: Convert to agnostic GPIO API Ulf Hansson (Thu Feb 16 2023 - 06:10:31 EST)
- Re: Latest RC causing web browser crash Linux regression tracking (Thorsten Leemhuis) (Thu Feb 16 2023 - 06:10:41 EST)
- Re: [PATCH v10 16/26] firmware: qcom_scm: Register Gunyah platform ops kernel test robot (Thu Feb 16 2023 - 06:10:44 EST)
- Re: [PATCH 15/16] PCI: samsung: Add structure to hold resource operations Krzysztof Kozlowski (Thu Feb 16 2023 - 06:11:58 EST)
- [PATCH] drm/atomic-helpers: remove legacy_cursor_update hacks Daniel Vetter (Thu Feb 16 2023 - 06:12:26 EST)
- Re: [PATCH] PCI/ATS: Allow to enable ATS on VFs even if it is not enabled on PF Jean-Philippe Brucker (Thu Feb 16 2023 - 06:12:33 EST)
- Re: [RFC v1 net-next 7/7] net: dsa: ocelot_ext: add support for external phys Russell King (Oracle) (Thu Feb 16 2023 - 06:18:05 EST)
- Re: [PATCH v4 2/5] LoongArch: Use la.pcrel instead of la.abs for exception handlers Youling Tang (Thu Feb 16 2023 - 06:19:07 EST)
- [PATCH v2][next] dt-bindings: power: supply: Revise Richtek RT9467 compatible name ChiaEn Wu (Thu Feb 16 2023 - 06:19:16 EST)
- [GIT PULL] i_version handling changes for v6.3 Jeff Layton (Thu Feb 16 2023 - 06:19:31 EST)
- [PATCH 1/4] usb: cdns2: Device side header file for CDNS2 driver Pawel Laszczak (Thu Feb 16 2023 - 06:20:13 EST)
- [PATCH] [PATCH] NULL check in ahc_handle_scsiint() Alexander Sapozhnikov (Thu Feb 16 2023 - 06:20:57 EST)
- Re: Reg the next LTS kernel (6.1?) Greg KH (Thu Feb 16 2023 - 06:21:04 EST)
- Re: [PATCH 3/4] usb: cdns2: Add tracepoints for CDNS2 driver Greg KH (Thu Feb 16 2023 - 06:23:00 EST)
- Re: [PATCH v2 4/4] clocksource/drivers/timer-mediatek: Make timer-mediatek become loadable module Matthias Brugger (Thu Feb 16 2023 - 06:23:23 EST)
- Re: Reg the next LTS kernel (6.1?) Kris Chaplin (Thu Feb 16 2023 - 06:23:43 EST)
- Re: [PATCH 1/4] usb: cdns2: Device side header file for CDNS2 driver Greg KH (Thu Feb 16 2023 - 06:24:22 EST)
- Re: [PATCH v2 2/8] x86/mtrr: support setting MTRR state for software defined MTRRs Borislav Petkov (Thu Feb 16 2023 - 06:25:38 EST)
- Re: [PATCH 2/4] usb: cdns2: Add main part of Cadence USBHS driver Greg KH (Thu Feb 16 2023 - 06:26:13 EST)
- Re: [PATCH v2 2/8] x86/mtrr: support setting MTRR state for software defined MTRRs Borislav Petkov (Thu Feb 16 2023 - 06:27:44 EST)
- Re: [PATCH v4 1/4] dt-bindings: mmc: Add StarFive MMC module Shengyu Qu (Thu Feb 16 2023 - 06:28:59 EST)
- Re: [PATCH v4 2/5] LoongArch: Use la.pcrel instead of la.abs for exception handlers Youling Tang (Thu Feb 16 2023 - 06:29:25 EST)
- [PATCH] f2fs: add iostat latency statistics support for discard Yangtao Li (Thu Feb 16 2023 - 06:29:47 EST)
- Re: [PATCH 2/2] x86/entry: Fix unwinding from kprobe on PUSH/POP instruction Peter Zijlstra (Thu Feb 16 2023 - 06:30:56 EST)
- Re: [PATCH 1/2] hwrng: add driver for MediaTek TRNG SMC Matthias Brugger (Thu Feb 16 2023 - 06:32:18 EST)
- Re: [PATCH] hid: bigben_probe(): validate report count Benjamin Tissoires (Thu Feb 16 2023 - 06:34:00 EST)
- Re: [PATCH v2 4/4] clocksource/drivers/timer-mediatek: Make timer-mediatek become loadable module AngeloGioacchino Del Regno (Thu Feb 16 2023 - 06:36:31 EST)
- RE: [PATCH 3/4] usb: cdns2: Add tracepoints for CDNS2 driver Pawel Laszczak (Thu Feb 16 2023 - 06:36:54 EST)
- Re: [PATCH] PCI/ATS: Allow to enable ATS on VFs even if it is not enabled on PF Ganapatrao Kulkarni (Thu Feb 16 2023 - 06:37:16 EST)
- Re: [PATCH v1 2/2] mmc: atmel-mci: Convert to agnostic GPIO API Andy Shevchenko (Thu Feb 16 2023 - 06:37:24 EST)
- Re: [PATCH v2] Bluetooth: hci_qca: Add support for Qualcomm Bluetooth SoC QCA2066 Paul Menzel (Thu Feb 16 2023 - 06:38:10 EST)
- Re: [PATCH v4] HID: add KEY_CAMERA_FOCUS event in HID qi feng (Thu Feb 16 2023 - 06:38:14 EST)
- Re: [RFC] usb: gadget: f_fs: add capability for dfu run-time descriptor Greg KH (Thu Feb 16 2023 - 06:38:40 EST)
- RE: [PATCH v5 char-misc-next] misc: microchip: pci1xxxx: Add OTP/EEPROM driver for the pci1xxxx switch Kumaravel.Thiagarajan (Thu Feb 16 2023 - 06:39:23 EST)
- Re: [PATCH 2/7] PCI: qcom: Add IPQ9574 PCIe support Sricharan Ramabadhran (Thu Feb 16 2023 - 06:39:44 EST)
- Re: [PATCH] usb: gadget: Do not handle OS Descriptors config separately Greg KH (Thu Feb 16 2023 - 06:40:23 EST)
- [PATCH net-next v1 1/2] string: Make memscan() to take const Andy Shevchenko (Thu Feb 16 2023 - 06:42:11 EST)
- [PATCH net-next v1 2/2] dns: use memscan() instead of open coded variant Andy Shevchenko (Thu Feb 16 2023 - 06:42:14 EST)
- Re: [PATCH v7 04/12] remoteproc: mediatek: Add SCP core 1 register definitions Matthias Brugger (Thu Feb 16 2023 - 06:42:58 EST)
- Re: [PATCH RFC] USB: gadget: f_hid: Add GET_REPORT via userspace IOCTL Greg KH (Thu Feb 16 2023 - 06:43:10 EST)
- [PATCH v1 0/4] TI TPS6594 PMIC support (Core, ESM, PFSM) Julien Panis (Thu Feb 16 2023 - 06:44:19 EST)
- [PATCH v1 1/4] dt-bindings: mfd: Add DT bindings for TI TPS6594 PMIC Julien Panis (Thu Feb 16 2023 - 06:44:22 EST)
- [PATCH v1 3/4] mfd: tps6594-esm: Add driver for TI TPS6594 ESM Julien Panis (Thu Feb 16 2023 - 06:44:28 EST)
- [PATCH v1 2/4] mfd: tps6594: Add driver for TI TPS6594 PMIC Julien Panis (Thu Feb 16 2023 - 06:44:34 EST)
- [PATCH v1 4/4] mfd: tps6594-pfsm: Add driver for TI TPS6594 PFSM Julien Panis (Thu Feb 16 2023 - 06:44:38 EST)
- Re: [PATCH v2] usb: fix some spelling mistakes in comment of gadget Greg KH (Thu Feb 16 2023 - 06:46:06 EST)
- Re: [PATCH v2 24/47] clk: mediatek: mt7622: Move infracfg to clk-mt7622-infracfg.c AngeloGioacchino Del Regno (Thu Feb 16 2023 - 06:46:16 EST)
- Re: acerhdf thermal question Paul Gortmaker (Thu Feb 16 2023 - 06:46:31 EST)
- Re: [PATCH v7 02/12] arm64: dts: mediatek: mt8183-kukui: Update the node name of SCP rpmsg subnode Matthias Brugger (Thu Feb 16 2023 - 06:47:25 EST)
- Re: [RFC PATCH V2 1/1] rasdaemon: Fix poll() on per_cpu trace_pipe_raw blocks indefinitely Linux regression tracking (Thorsten Leemhuis) (Thu Feb 16 2023 - 06:47:44 EST)
- [PATCH 0/4] Introduced new Cadence USBHS Driver Pawel Laszczak (Thu Feb 16 2023 - 06:48:15 EST)
- Re: [PATCH v5 char-misc-next] misc: microchip: pci1xxxx: Add OTP/EEPROM driver for the pci1xxxx switch Greg KH (Thu Feb 16 2023 - 06:49:25 EST)
- Re: [PATCH 2/2] HID: apple-magic-backlight: Add driver for keyboard backlight on internal Magic Keyboards Andy Shevchenko (Thu Feb 16 2023 - 06:50:02 EST)
- Re: [PATCH v4] HID: add KEY_CAMERA_FOCUS event in HID Greg KH (Thu Feb 16 2023 - 06:50:27 EST)
- Re: [PATCH 2/2] HID: apple-magic-backlight: Add driver for keyboard backlight on internal Magic Keyboards Andy Shevchenko (Thu Feb 16 2023 - 06:52:12 EST)
- [PATCH 4/4] MAINTAINERS: add Cadence USBHS driver entry Pawel Laszczak (Thu Feb 16 2023 - 06:53:16 EST)
- RE: [PATCH 1/4] usb: cdns2: Device side header file for CDNS2 driver Pawel Laszczak (Thu Feb 16 2023 - 06:54:09 EST)
- Re: [PATCH net-next v2 1/3] vxlan: Expose helper vxlan_build_gbp_hdr Paolo Abeni (Thu Feb 16 2023 - 06:58:12 EST)
- Re: [PATCH 2/2] x86/entry: Fix unwinding from kprobe on PUSH/POP instruction Peter Zijlstra (Thu Feb 16 2023 - 06:59:24 EST)
- Re: [PATCH v4 2/2] gpu/drm/panel: Add Sony TD4353 JDI panel driver Konrad Dybcio (Thu Feb 16 2023 - 06:59:38 EST)
- [PATCH V5 0/5] Enable crashdump collection support for IPQ9574 Poovendhan Selvaraj (Thu Feb 16 2023 - 07:01:02 EST)
- [PATCH V5 1/5] dt-bindings: scm: Add compatible for IPQ9574 Poovendhan Selvaraj (Thu Feb 16 2023 - 07:01:12 EST)
- [PATCH V5 2/5] dt-bindings: mfd: Add the tcsr compatible for IPQ9574 Poovendhan Selvaraj (Thu Feb 16 2023 - 07:01:28 EST)
- [PATCH V5 3/5] arm64: dts: qcom: ipq9574: Enable the download mode support Poovendhan Selvaraj (Thu Feb 16 2023 - 07:01:47 EST)
- [PATCH V5 4/5] arm64: dts: qcom: ipq9574: Add SMEM support Poovendhan Selvaraj (Thu Feb 16 2023 - 07:02:00 EST)
- [PATCH V5 5/5] firmware: scm: Modify only the DLOAD bit in TCSR register for download mode Poovendhan Selvaraj (Thu Feb 16 2023 - 07:02:03 EST)
- Re: [PATCH 8/8] kbuild, PCI: microchip: comment out MODULE_LICENSE in non-modules Nick Alcock (Thu Feb 16 2023 - 07:05:31 EST)
- Re: [PATCHv2] io_uring: Support calling io_uring_register with a registered ring fd Josh Triplett (Thu Feb 16 2023 - 07:06:03 EST)
- Re: [PATCH 16/17] gpio: pci-idio-16: Convert to immutable irq_chip William Breathitt Gray (Thu Feb 16 2023 - 07:06:23 EST)
- Re: [PATCH 17/17] gpio: pcie-idio-24: Convert to immutable irq_chip William Breathitt Gray (Thu Feb 16 2023 - 07:06:51 EST)
- Re: [PATCH v2] vhost/vdpa: Add MSI translation tables to iommu for software-managed MSI Nanyong Sun (Thu Feb 16 2023 - 07:10:44 EST)
- Re: [PATCH v2] vhost/vdpa: Add MSI translation tables to iommu for software-managed MSI Nanyong Sun (Thu Feb 16 2023 - 07:11:18 EST)
- [PATCH 1/2] dt-bindings usb: typec: rt1711h: Use a generic node name Konrad Dybcio (Thu Feb 16 2023 - 07:12:35 EST)
- [PATCH 2/2] arm64: dts: hisilicon: hikey960: Use generic node name for rt1711h Konrad Dybcio (Thu Feb 16 2023 - 07:12:37 EST)
- RE: [PATCH 0/6] media: mediatek: Update video decoder nodes for MT8195 and MT8192 Allen-KH Cheng (程冠勳) (Thu Feb 16 2023 - 07:13:18 EST)
- next: x86_64: kunit test crashed and kernel panic Naresh Kamboju (Thu Feb 16 2023 - 07:13:51 EST)
- Re: [RFC v1 net-next 0/7] add support for ocelot external ports Russell King (Oracle) (Thu Feb 16 2023 - 07:14:54 EST)
- Re: [PATCH v10 00/11] Add generic memory shrinker to VirtIO-GPU and Panfrost DRM drivers Daniel Vetter (Thu Feb 16 2023 - 07:15:46 EST)
- Re: [PATCH v3 06/10] sched/fair: Use the prefer_sibling flag of the current sched domain Peter Zijlstra (Thu Feb 16 2023 - 07:17:10 EST)
- Re: next: x86_64: kunit test crashed and kernel panic Marco Elver (Thu Feb 16 2023 - 07:17:50 EST)
- Re: [PATCH v2] merge_config.sh: do not report some differencess between input and output Masahiro Yamada (Thu Feb 16 2023 - 07:18:14 EST)
- Re: [PATCH v2 2/8] x86/mtrr: support setting MTRR state for software defined MTRRs Juergen Gross (Thu Feb 16 2023 - 07:19:28 EST)
- Re: [PATCH] net: dsa: ocelot: fix selecting MFD_OCELOT patchwork-bot+netdevbpf (Thu Feb 16 2023 - 07:20:27 EST)
- [PATCH v2 0/5] apple-gmux: support MMIO gmux type on T2 Macs Orlando Chamberlain (Thu Feb 16 2023 - 07:25:17 EST)
- [PATCH v2 1/5] apple-gmux: use first bit to check switch state Orlando Chamberlain (Thu Feb 16 2023 - 07:25:25 EST)
- [PATCH v2 2/5] apple-gmux: refactor gmux types Orlando Chamberlain (Thu Feb 16 2023 - 07:25:28 EST)
- [PATCH v2 3/5] apple-gmux: Use GMSP acpi method for interrupt clear Orlando Chamberlain (Thu Feb 16 2023 - 07:25:31 EST)
- [PATCH v2 4/5] apple-gmux: support MMIO gmux on T2 Macs Orlando Chamberlain (Thu Feb 16 2023 - 07:25:42 EST)
- [PATCH v2 5/5] apple-gmux: add debugfs interface Orlando Chamberlain (Thu Feb 16 2023 - 07:25:46 EST)
- Re: [PATCH v3 7/7] riscv: dts: starfive: Add StarFive JH7110 VisionFive 2 board device tree Hal Feng (Thu Feb 16 2023 - 07:27:59 EST)
- Re: [PATCH v2 2/8] x86/mtrr: support setting MTRR state for software defined MTRRs Borislav Petkov (Thu Feb 16 2023 - 07:29:34 EST)
- [PATCH net-next v2] net: lan966x: Use automatic selection of VCAP rule actionset Horatiu Vultur (Thu Feb 16 2023 - 07:29:47 EST)
- Re: [PATCH RFC] ipc/mqueue: introduce msg cache Linux regression tracking (Thorsten Leemhuis) (Thu Feb 16 2023 - 07:30:23 EST)
- Re: [PATCH 2/2] misc: smpro-errmon: Add dimm training failure syndrome Greg Kroah-Hartman (Thu Feb 16 2023 - 07:30:25 EST)
- [PATCH] spi: spidev: drop the incorrect notice from Kconfig Bartosz Golaszewski (Thu Feb 16 2023 - 07:30:28 EST)
- Re: [PATCH v4 2/2] gpu/drm/panel: Add Sony TD4353 JDI panel driver Daniel Vetter (Thu Feb 16 2023 - 07:32:41 EST)
- [PATCH v4 00/16] mm: ioremap: Convert architectures to take GENERIC_IOREMAP way Baoquan He (Thu Feb 16 2023 - 07:35:27 EST)
- [PATCH v4 01/16] hexagon: mm: Convert to GENERIC_IOREMAP Baoquan He (Thu Feb 16 2023 - 07:35:31 EST)
- [PATCH v4 02/16] openrisc: mm: remove unneeded early ioremap code Baoquan He (Thu Feb 16 2023 - 07:35:41 EST)
- [PATCH v4 03/16] mm/ioremap: Define generic_ioremap_prot() and generic_iounmap() Baoquan He (Thu Feb 16 2023 - 07:35:49 EST)
- [PATCH v4 04/16] mm: ioremap: allow ARCH to have its own ioremap method definition Baoquan He (Thu Feb 16 2023 - 07:35:57 EST)
- [PATCH v4 05/16] mm/ioremap: add slab availability checking in ioremap_prot Baoquan He (Thu Feb 16 2023 - 07:36:05 EST)
- [PATCH v4 06/16] arc: mm: Convert to GENERIC_IOREMAP Baoquan He (Thu Feb 16 2023 - 07:36:13 EST)
- [PATCH v4 07/16] ia64: mm: Convert to GENERIC_IOREMAP Baoquan He (Thu Feb 16 2023 - 07:36:16 EST)
- [PATCH v4 08/16] openrisc: mm: Convert to GENERIC_IOREMAP Baoquan He (Thu Feb 16 2023 - 07:36:40 EST)
- [PATCH v4 09/16] s390: mm: Convert to GENERIC_IOREMAP Baoquan He (Thu Feb 16 2023 - 07:36:56 EST)
- [PATCH v4 10/16] sh: mm: Convert to GENERIC_IOREMAP Baoquan He (Thu Feb 16 2023 - 07:37:03 EST)
- [PATCH v4 11/16] xtensa: mm: Convert to GENERIC_IOREMAP Baoquan He (Thu Feb 16 2023 - 07:37:12 EST)
- [PATCH v4 12/16] parisc: mm: Convert to GENERIC_IOREMAP Baoquan He (Thu Feb 16 2023 - 07:37:29 EST)
- [PATCH v4 13/16] mm/ioremap: Consider IOREMAP space in generic ioremap Baoquan He (Thu Feb 16 2023 - 07:37:43 EST)
- [PATCH v4 14/16] powerpc: mm: Convert to GENERIC_IOREMAP Baoquan He (Thu Feb 16 2023 - 07:37:46 EST)
- [PATCH v4 15/16] arm64 : mm: add wrapper function ioremap_prot() Baoquan He (Thu Feb 16 2023 - 07:38:00 EST)
- [PATCH v4 16/16] mm: ioremap: remove unneeded ioremap_allowed and iounmap_allowed Baoquan He (Thu Feb 16 2023 - 07:38:09 EST)
- Re: [PATCH v2 2/7] platform/x86/intel/ifs: Introduce Array Scan test to IFS Greg KH (Thu Feb 16 2023 - 07:40:45 EST)
- [PATCH 00/11] SEV: Cleanup sev-guest a bit and add throttling Borislav Petkov (Thu Feb 16 2023 - 07:41:36 EST)
- [PATCH 01/11] crypto: ccp - Name -1 return value as SEV_RET_NO_FW_CALL Borislav Petkov (Thu Feb 16 2023 - 07:41:41 EST)
- [PATCH 02/11] virt/coco/sev-guest: Check SEV_SNP attribute at probe time Borislav Petkov (Thu Feb 16 2023 - 07:41:46 EST)
- [PATCH 04/11] virt/coco/sev-guest: Remove the disable_vmpck label in handle_guest_request() Borislav Petkov (Thu Feb 16 2023 - 07:41:46 EST)
- [PATCH 03/11] virt/coco/sev-guest: Simplify extended guest request handling Borislav Petkov (Thu Feb 16 2023 - 07:41:47 EST)
- [PATCH 05/11] virt/coco/sev-guest: Carve out the request issuing logic into a helper Borislav Petkov (Thu Feb 16 2023 - 07:41:52 EST)
- Re: [PATCH v4 04/16] mm: ioremap: allow ARCH to have its own ioremap method definition Arnd Bergmann (Thu Feb 16 2023 - 07:42:49 EST)
- RE: [PATCH V2 net-next] net: fec: add CBS offload support Wei Fang (Thu Feb 16 2023 - 07:43:19 EST)
- Re: [PATCH 14/19] mm: Introduce a cgroup for pinned memory Jason Gunthorpe (Thu Feb 16 2023 - 07:45:48 EST)
- [PATCH 07/11] virt/coco/sev-guest: Convert the sw_exit_info_2 checking to a switch-case Borislav Petkov (Thu Feb 16 2023 - 07:46:14 EST)
- [PATCH 06/11] virt/coco/sev-guest: Do some code style cleanups Borislav Petkov (Thu Feb 16 2023 - 07:46:19 EST)
- [PATCH 09/11] virt/coco/sev-guest: Double-buffer messages Borislav Petkov (Thu Feb 16 2023 - 07:46:24 EST)
- [PATCH 08/11] virt/coco/sev-guest: Add throttling awareness Borislav Petkov (Thu Feb 16 2023 - 07:46:25 EST)
- [PATCH 10/11] crypto: ccp: Get rid of __sev_platform_init_locked()'s local function pointer Borislav Petkov (Thu Feb 16 2023 - 07:46:26 EST)
- [PATCH 11/11] x86/sev: Change snp_guest_issue_request()'s fw_err argument Borislav Petkov (Thu Feb 16 2023 - 07:46:31 EST)
- Re: [PATCH v4 2/2] gpu/drm/panel: Add Sony TD4353 JDI panel driver Neil Armstrong (Thu Feb 16 2023 - 07:47:48 EST)
- [PATCH] arm64: dts: qcom: sm6115: Un-enable SPI5 by default Konrad Dybcio (Thu Feb 16 2023 - 07:49:29 EST)
- Re: [PATCH v4 2/2] gpu/drm/panel: Add Sony TD4353 JDI panel driver Daniel Vetter (Thu Feb 16 2023 - 07:49:41 EST)
- Re: [PATCH 0/3] some minor fixes of error checking about debugfs_rename() Greg Kroah-Hartman (Thu Feb 16 2023 - 07:49:54 EST)
- Re: [PATCH net-next v1 7/7] net: fec: add support for PHYs with SmartEEE support Andrew Lunn (Thu Feb 16 2023 - 07:50:16 EST)
- Re: [PATCH net-next v3 01/10] net: wwan: tmi: Add PCIe core Yanchao Yang (杨彦超) (Thu Feb 16 2023 - 07:51:00 EST)
- [PATCH v3 0/9] arm64: dts: qcom: sa8775p-ride: enable relevant QUPv3 IPs Bartosz Golaszewski (Thu Feb 16 2023 - 07:53:07 EST)
- [PATCH v3 1/9] arm64: dts: qcom: sa8775p: add the QUPv3 #2 node Bartosz Golaszewski (Thu Feb 16 2023 - 07:53:09 EST)
- [PATCH v3 2/9] arm64: dts: qcom: sa8775p-ride: enable QUPv3 #2 Bartosz Golaszewski (Thu Feb 16 2023 - 07:53:12 EST)
- [PATCH v3 3/9] arm64: dts: qcom: sa8775p: add the i2c18 node Bartosz Golaszewski (Thu Feb 16 2023 - 07:53:16 EST)
- [PATCH v3 4/9] arm64: dts: qcom: sa8775p-ride: enable i2c18 Bartosz Golaszewski (Thu Feb 16 2023 - 07:53:19 EST)
- [PATCH v3 5/9] arm64: dts: qcom: sa8775p: add the spi16 node Bartosz Golaszewski (Thu Feb 16 2023 - 07:53:23 EST)
- [PATCH v3 6/9] arm64: dts: qcom: sa8775p-ride: enable the SPI node Bartosz Golaszewski (Thu Feb 16 2023 - 07:53:25 EST)
- [PATCH v3 7/9] arm64: dts: qcom: sa8775p: add high-speed UART nodes Bartosz Golaszewski (Thu Feb 16 2023 - 07:53:30 EST)
- [PATCH v3 8/9] arm64: dts: qcom: sa8775p-ride: enable the GNSS UART port Bartosz Golaszewski (Thu Feb 16 2023 - 07:53:32 EST)
- [PATCH v3 9/9] arm64: dts: qcom: sa8775p-ride: enable the BT UART port Bartosz Golaszewski (Thu Feb 16 2023 - 07:53:36 EST)
- Re: [PATCH v4 01/16] hexagon: mm: Convert to GENERIC_IOREMAP Arnd Bergmann (Thu Feb 16 2023 - 07:55:08 EST)
- Re: [PATCH v5 2/2] sched/fair: Introduce SIS_SHORT to wake up short task on current CPU Abel Wu (Thu Feb 16 2023 - 07:56:09 EST)
- Re: [PATCH] ext4: ialloc: Remove variables defined more than once in a function Ritesh Harjani (Thu Feb 16 2023 - 07:56:19 EST)
- Re: [PATCH 1/2] m68k/nommu: add missing definition of ARCH_PFN_OFFSET David Hildenbrand (Thu Feb 16 2023 - 07:56:40 EST)
- Re: [PATCH 2/2] sh: initialize max_mapnr David Hildenbrand (Thu Feb 16 2023 - 07:57:12 EST)
- [PATCH v1 0/9] soc/mediatek: Cleanup mmsys, mutex, cmdq header AngeloGioacchino Del Regno (Thu Feb 16 2023 - 08:00:33 EST)
- [PATCH v1 1/9] soc: mediatek: mtk-mmsys: Add .remove() callback AngeloGioacchino Del Regno (Thu Feb 16 2023 - 08:00:35 EST)
- [PATCH v1 2/9] soc: mediatek: mtk-mmsys: Use module_platform_driver() macro AngeloGioacchino Del Regno (Thu Feb 16 2023 - 08:00:38 EST)
- [PATCH v1 3/9] soc: mediatek: mtk-mmsys: Compress of_device_id array entries AngeloGioacchino Del Regno (Thu Feb 16 2023 - 08:00:40 EST)
- [PATCH v1 4/9] soc: mediatek: mtk-mmsys: Add MODULE_DEVICE_TABLE() to allow auto-load AngeloGioacchino Del Regno (Thu Feb 16 2023 - 08:00:43 EST)
- [PATCH v1 5/9] soc: mediatek: mtk-mutex: Compress of_device_id array entries AngeloGioacchino Del Regno (Thu Feb 16 2023 - 08:00:47 EST)
- [PATCH v1 6/9] soc: mediatek: mtk-mutex: Replace max handles number with definition AngeloGioacchino Del Regno (Thu Feb 16 2023 - 08:00:51 EST)
- [PATCH v1 7/9] soc: mediatek: mtk-mutex: Use module_platform_driver() macro AngeloGioacchino Del Regno (Thu Feb 16 2023 - 08:00:54 EST)
- [PATCH v1 8/9] soc: mediatek: cmdq: Add inline functions for !CONFIG_MTK_CMDQ AngeloGioacchino Del Regno (Thu Feb 16 2023 - 08:00:56 EST)
- [PATCH v1 9/9] soc: mediatek: Cleanup ifdefs for IS_REACHABLE(CONFIG_MTK_CMDQ) AngeloGioacchino Del Regno (Thu Feb 16 2023 - 08:00:59 EST)
- Re: [PATCH v3 7/7] riscv: dts: starfive: Add StarFive JH7110 VisionFive 2 board device tree Conor Dooley (Thu Feb 16 2023 - 08:02:46 EST)
- RE: [PATCH V2 net-next] net: fec: add CBS offload support Wei Fang (Thu Feb 16 2023 - 08:03:49 EST)
- Re: [PATCH v3 1/1] KVM: s390: vsie: clarifications on setting the APCB David Hildenbrand (Thu Feb 16 2023 - 08:05:19 EST)
- Re: [PATCH v2 3/5] apple-gmux: Use GMSP acpi method for interrupt clear Hans de Goede (Thu Feb 16 2023 - 08:08:45 EST)
- Re: [PATCH v10 00/11] Add generic memory shrinker to VirtIO-GPU and Panfrost DRM drivers AngeloGioacchino Del Regno (Thu Feb 16 2023 - 08:08:55 EST)
- [PATCH v3] LoongArch: add checksum optimization for 64-bit system Bibo Mao (Thu Feb 16 2023 - 08:09:24 EST)
- Re: Re: Kernel-only deployments? Zhangjin Wu (Thu Feb 16 2023 - 08:10:15 EST)
- Re: [PATCHv2] io_uring: Support calling io_uring_register with a registered ring fd Jens Axboe (Thu Feb 16 2023 - 08:10:52 EST)
- [GIT PULL] SPI updates for v6.2-rc8-abi Mark Brown (Thu Feb 16 2023 - 08:11:34 EST)
- Re: [PATCH v2 0/3] media: pci: intel: ivsc: Add driver of Intel Visual Sensing Controller(IVSC) Sakari Ailus (Thu Feb 16 2023 - 08:13:00 EST)
- Re: [PATCH v5 0/7] sm8550: Add support for eUSB2 repeater Vinod Koul (Thu Feb 16 2023 - 08:13:32 EST)
- Re: [PATCH v2] ext4: make dioread_nolock consistent in each mapping round IBM (Thu Feb 16 2023 - 08:14:06 EST)
- Re: [PATCH v2 2/5] apple-gmux: refactor gmux types Hans de Goede (Thu Feb 16 2023 - 08:14:38 EST)
- [PATCH] dt-bindings: display: msm: sm6115-mdss: Fix DSI compatible Konrad Dybcio (Thu Feb 16 2023 - 08:14:42 EST)
- Re: [PATCH v2 4/5] apple-gmux: support MMIO gmux on T2 Macs Hans de Goede (Thu Feb 16 2023 - 08:16:15 EST)
- [PATCH 0/4] [PULL REQUEST] iommu/vt-d: Fixes for v6.2-rc8 Lu Baolu (Thu Feb 16 2023 - 08:16:46 EST)
- [PATCH 1/4] iommu/vt-d: Fix error handling in sva enable/disable paths Lu Baolu (Thu Feb 16 2023 - 08:16:48 EST)
- [PATCH 2/4] iommu/vt-d: Avoid superfluous IOTLB tracking in lazy mode Lu Baolu (Thu Feb 16 2023 - 08:16:54 EST)
- [PATCH 3/4] iommu/vt-d: Fix PASID directory pointer coherency Lu Baolu (Thu Feb 16 2023 - 08:16:56 EST)
- [PATCH 4/4] iommu/vt-d: Allow to use flush-queue when first level is default Lu Baolu (Thu Feb 16 2023 - 08:17:01 EST)
- Re: [PATCH -next RFC 2/3] block: factor out the setting of GD_NEED_PART_SCAN Jan Kara (Thu Feb 16 2023 - 08:17:54 EST)
- Re: [PATCH v6 0/4] sched/fair: Improve scan efficiency of SIS Abel Wu (Thu Feb 16 2023 - 08:18:26 EST)
- [PATCH] eventfd: use wait_event_interruptible_locked_irq() helper wenyang . linux (Thu Feb 16 2023 - 08:19:21 EST)
- Re: [PATCH -next RFC 3/3] block: fix scan partition for exclusively open device again Jan Kara (Thu Feb 16 2023 - 08:19:43 EST)
- Re: [PATCH] Don't test for NULL firmware before releasing Stanislaw Gruszka (Thu Feb 16 2023 - 08:19:51 EST)
- Re: [PATCHv2] hda/hdmi: Register with vga_switcheroo on Dual GPU Macbooks Takashi Iwai (Thu Feb 16 2023 - 08:20:59 EST)
- Re: [PATCH v2 5/5] apple-gmux: add debugfs interface Hans de Goede (Thu Feb 16 2023 - 08:21:27 EST)
- Re: [PATCH] ASoC: da7219: Improve the IRQ process to increase the stability Mark Brown (Thu Feb 16 2023 - 08:23:42 EST)
- Re: [PATCH v2][next] dt-bindings: power: supply: Revise Richtek RT9467 compatible name Krzysztof Kozlowski (Thu Feb 16 2023 - 08:24:52 EST)
- [PATCH v1 0/3] Introduce Intel Tangier GPIO driver Raag Jadav (Thu Feb 16 2023 - 08:25:17 EST)
- [PATCH v1 3/3] gpio: elkhartlake: Introduce Elkhart Lake PSE GPIO Raag Jadav (Thu Feb 16 2023 - 08:25:20 EST)
- [PATCH v1 2/3] gpio: merrifield: Adapt to tangier driver Raag Jadav (Thu Feb 16 2023 - 08:25:23 EST)
- [PATCH v1 1/3] gpio: tangier: Introduce tangier gpio driver Raag Jadav (Thu Feb 16 2023 - 08:25:27 EST)
- soc: mediatek: mtk-svs: fix passing zero to 'PTR_ERR' Roger Lu (Thu Feb 16 2023 - 08:26:36 EST)
- Re: [PATCH 6/6] i2c: designware: Use PCI PSP driver for communication Jarkko Nikula (Thu Feb 16 2023 - 08:27:35 EST)
- Re: [PATCH v2 4/5] apple-gmux: support MMIO gmux on T2 Macs Hans de Goede (Thu Feb 16 2023 - 08:28:16 EST)
- Re: [PATCH net-next v2 1/3] vxlan: Expose helper vxlan_build_gbp_hdr Gavin Li (Thu Feb 16 2023 - 08:28:54 EST)
- Re: [PATCH] eventfd: use wait_event_interruptible_locked_irq() helper Matthew Wilcox (Thu Feb 16 2023 - 08:29:32 EST)
- Re: [PATCH v2 2/6] RISC-V: Add a syscall for HW probing Arnd Bergmann (Thu Feb 16 2023 - 08:30:09 EST)
- Re: [PATCH 6/6] i2c: designware: Use PCI PSP driver for communication Mario Limonciello (Thu Feb 16 2023 - 08:30:13 EST)
- Re: [PATCH v5 06/14] x86/ioremap: Support hypervisor specified range to map as encrypted Borislav Petkov (Thu Feb 16 2023 - 08:33:08 EST)
- Re: [PATCH] eventfd: use wait_event_interruptible_locked_irq() helper Matthew Wilcox (Thu Feb 16 2023 - 08:33:23 EST)
- Re: [PATCH v9 1/1] ptrace,syscall_user_dispatch: checkpoint/restore support for SUD Oleg Nesterov (Thu Feb 16 2023 - 08:34:11 EST)
- Re: [RFC PATCH v1 00/12] vsock: MSG_ZEROCOPY flag support Stefano Garzarella (Thu Feb 16 2023 - 08:34:57 EST)
- Re: [PATCH 1/8] kbuild, PCI: generic,versatile: comment out MODULE_LICENSE in non-modules Nick Alcock (Thu Feb 16 2023 - 08:35:02 EST)
- Re: [GIT PULL] thermal material for v6.3, take 2 Rafael J. Wysocki (Thu Feb 16 2023 - 08:37:01 EST)
- RE: [RFC PATCH V2 1/1] rasdaemon: Fix poll() on per_cpu trace_pipe_raw blocks indefinitely Shiju Jose (Thu Feb 16 2023 - 08:40:15 EST)
- [GIT PULL] Power management updates for v6.3-rc1 Rafael J. Wysocki (Thu Feb 16 2023 - 08:40:59 EST)
- Re: [RFC PATCH v1 01/12] vsock: check error queue to set EPOLLERR Stefano Garzarella (Thu Feb 16 2023 - 08:41:35 EST)
- Re: [PATCH v3 1/1] KVM: s390: vsie: clarifications on setting the APCB Janosch Frank (Thu Feb 16 2023 - 08:41:39 EST)
- Re: [PATCH v3 1/4] dmaengine: dw-edma: Rename dw_edma_core_ops structure to dw_edma_plat_ops Serge Semin (Thu Feb 16 2023 - 08:42:26 EST)
- Re: [PATCH 0/4] [PULL REQUEST] iommu/vt-d: Fixes for v6.2-rc8 Joerg Roedel (Thu Feb 16 2023 - 08:42:28 EST)
- [PATCH v5 00/10] Add the PowerQUICC audio support using the QMC Herve Codina (Thu Feb 16 2023 - 08:42:57 EST)
- [PATCH v5 01/10] dt-bindings: soc: fsl: cpm_qe: Add TSA controller Herve Codina (Thu Feb 16 2023 - 08:43:01 EST)
- [PATCH v5 03/10] MAINTAINERS: add the Freescale TSA controller entry Herve Codina (Thu Feb 16 2023 - 08:43:05 EST)
- [PATCH v5 02/10] soc: fsl: cpm1: Add support for TSA Herve Codina (Thu Feb 16 2023 - 08:43:09 EST)
- [PATCH v5 04/10] powerpc/8xx: Use a larger CPM1 command check mask Herve Codina (Thu Feb 16 2023 - 08:43:11 EST)
- [PATCH v5 05/10] dt-bindings: soc: fsl: cpm_qe: Add QMC controller Herve Codina (Thu Feb 16 2023 - 08:43:15 EST)
- [PATCH v5 07/10] MAINTAINERS: add the Freescale QMC controller entry Herve Codina (Thu Feb 16 2023 - 08:43:23 EST)
- [PATCH v5 06/10] soc: fsl: cpm1: Add support for QMC Herve Codina (Thu Feb 16 2023 - 08:43:25 EST)
- [PATCH v5 08/10] dt-bindings: sound: Add support for QMC audio Herve Codina (Thu Feb 16 2023 - 08:43:29 EST)
- [PATCH v5 09/10] ASoC: fsl: Add support for QMC audio Herve Codina (Thu Feb 16 2023 - 08:43:40 EST)
- [PATCH v5 10/10] MAINTAINERS: add the Freescale QMC audio entry Herve Codina (Thu Feb 16 2023 - 08:43:55 EST)
- [GIT PULL] ACPI updates for v6.3-rc1 Rafael J. Wysocki (Thu Feb 16 2023 - 08:45:37 EST)
- Re: [PATCH 0/4] [PULL REQUEST] iommu/vt-d: Fixes for v6.2-rc8 Baolu Lu (Thu Feb 16 2023 - 08:46:04 EST)
- [GIT PULL] Thermal control updates for v6.3-rc1 Rafael J. Wysocki (Thu Feb 16 2023 - 08:46:16 EST)
- Re: [RFC PATCH V3 12/16] x86/sev: Add a #HV exception handler Gupta, Pankaj (Thu Feb 16 2023 - 08:50:36 EST)
- Re: [PATCH v4 12/16] parisc: mm: Convert to GENERIC_IOREMAP Matthew Wilcox (Thu Feb 16 2023 - 08:51:07 EST)
- Re: [PATCH v2 2/2] pinctrl: add mt7981 pinctrl driver Arınç ÜNAL (Thu Feb 16 2023 - 08:51:43 EST)
- [PATCH] f2fs: convert to use bitmap API Yangtao Li (Thu Feb 16 2023 - 08:53:54 EST)
- Re: [PATCH 1/3] ASoC: soc-generic-dmaengine-pcm: add option to start DMA after DAI Lars-Peter Clausen (Thu Feb 16 2023 - 08:53:58 EST)
- Re: [RFC PATCH V2 1/1] rasdaemon: Fix poll() on per_cpu trace_pipe_raw blocks indefinitely Linux regression tracking (Thorsten Leemhuis) (Thu Feb 16 2023 - 08:55:30 EST)
- Re: [RFC PATCH v1 02/12] vsock: read from socket's error queue Stefano Garzarella (Thu Feb 16 2023 - 08:57:05 EST)
- Re: [PATCH 2/2] ptrace,syscall_user_dispatch: checkpoint/restore support for SUD Oleg Nesterov (Thu Feb 16 2023 - 08:58:37 EST)
- Re: [PATCH v5 2/3] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache David Wysochanski (Thu Feb 16 2023 - 09:00:32 EST)
- Re: [PATCH V5 5/5] firmware: scm: Modify only the DLOAD bit in TCSR register for download mode Mukesh Ojha (Thu Feb 16 2023 - 09:01:37 EST)
- [GIT PULL] USB-serial updates for 6.3-rc1 Johan Hovold (Thu Feb 16 2023 - 09:02:25 EST)
- Re: [PATCH] arm_pmu: Invert fallback armpmu_filter() return value Mark Rutland (Thu Feb 16 2023 - 09:02:57 EST)
- Re: [RFC PATCH v1 03/12] vsock: check for MSG_ZEROCOPY support Stefano Garzarella (Thu Feb 16 2023 - 09:03:29 EST)
- [PATCH v9 1/8] i2c: add I2C Address Translator (ATR) support Tomi Valkeinen (Thu Feb 16 2023 - 09:08:14 EST)
- [PATCH v9 0/8] i2c-atr and FPDLink Tomi Valkeinen (Thu Feb 16 2023 - 09:08:16 EST)
- [PATCH v9 2/8] media: subdev: Split V4L2_SUBDEV_ROUTING_NO_STREAM_MIX Tomi Valkeinen (Thu Feb 16 2023 - 09:08:19 EST)
- [PATCH v9 3/8] dt-bindings: media: add TI DS90UB913 FPD-Link III Serializer Tomi Valkeinen (Thu Feb 16 2023 - 09:08:22 EST)
- [PATCH v9 4/8] dt-bindings: media: add TI DS90UB953 FPD-Link III Serializer Tomi Valkeinen (Thu Feb 16 2023 - 09:08:36 EST)
- [PATCH v9 5/8] dt-bindings: media: add TI DS90UB960 FPD-Link III Deserializer Tomi Valkeinen (Thu Feb 16 2023 - 09:08:39 EST)
- [PATCH v9 7/8] media: i2c: add DS90UB913 driver Tomi Valkeinen (Thu Feb 16 2023 - 09:08:40 EST)
- [PATCH v9 6/8] media: i2c: add DS90UB960 driver Tomi Valkeinen (Thu Feb 16 2023 - 09:08:46 EST)
- [PATCH v9 8/8] media: i2c: add DS90UB953 driver Tomi Valkeinen (Thu Feb 16 2023 - 09:09:05 EST)
- [PATCH v2, RESEND] f2fs: export compress_percent and compress_watermark entries Yangtao Li (Thu Feb 16 2023 - 09:11:23 EST)
- Re: [PATCH net-next v2] net: lan966x: Use automatic selection of VCAP rule actionset Larysa Zaremba (Thu Feb 16 2023 - 09:12:49 EST)
- [PATCH 0/2] arm_pmu: fix fallout from context handling rewrite Mark Rutland (Thu Feb 16 2023 - 09:12:52 EST)
- [PATCH 1/2] arm_pmu: fix event CPU filtering Mark Rutland (Thu Feb 16 2023 - 09:13:02 EST)
- [PATCH 2/2] arm64: perf: reject CHAIN events at creation time Mark Rutland (Thu Feb 16 2023 - 09:13:05 EST)
- Re: [PATCH v2 0/2] kprobes: Fix issues related to optkprobe Google (Thu Feb 16 2023 - 09:13:07 EST)
- [syzbot] WARNING: can't access registers at entry_SYSCALL_64_after_hwframe syzbot (Thu Feb 16 2023 - 09:14:04 EST)
- Re: [RFC PATCH v1 04/12] vhost/vsock: non-linear skb handling support Stefano Garzarella (Thu Feb 16 2023 - 09:16:14 EST)
- [PATCH] gpio: sim: fix a memory leak Bartosz Golaszewski (Thu Feb 16 2023 - 09:16:39 EST)
- Re: INFO: REPRODUCED: memory leak in gpio device in 6.2-rc6 Bartosz Golaszewski (Thu Feb 16 2023 - 09:17:07 EST)
- Re: [PATCH V2 4/6] dt-bindings: timestamp: Add Tegra234 support Krzysztof Kozlowski (Thu Feb 16 2023 - 09:17:52 EST)
- Re: rtmutex, pi_blocked_on, and blk_flush_plug() Sebastian Andrzej Siewior (Thu Feb 16 2023 - 09:18:10 EST)
- Re: [PATCH V2 6/6] arm64: tegra: Add GTE nodes Krzysztof Kozlowski (Thu Feb 16 2023 - 09:18:21 EST)
- Re: [PATCH v4] ksmbd: fix possible memory leak in smb2_lock() Namjae Jeon (Thu Feb 16 2023 - 09:18:43 EST)
- Re: [PATCH v7 1/1] dma: qcom: bam_dma: Add support to initialize interconnect path Vladimir Zapolskiy (Thu Feb 16 2023 - 09:19:18 EST)
- Re: [RFC PATCH v1 05/12] vsock/virtio: non-linear skb support Stefano Garzarella (Thu Feb 16 2023 - 09:19:59 EST)
- [PATCH v3 0/7] media: dt-bindings: Convert Samsung SoC Camera to DT schema Krzysztof Kozlowski (Thu Feb 16 2023 - 09:22:18 EST)
- [PATCH v3 1/7] media: dt-bindings: i2c: samsung,s5k6a3: convert to dtschema Krzysztof Kozlowski (Thu Feb 16 2023 - 09:22:25 EST)
- [PATCH v3 2/7] media: dt-bindings: i2c: samsung,s5k5baf: convert to dtschema Krzysztof Kozlowski (Thu Feb 16 2023 - 09:22:29 EST)
- [PATCH v3 3/7] media: dt-bindings: samsung,exynos4210-csis: convert to dtschema Krzysztof Kozlowski (Thu Feb 16 2023 - 09:22:37 EST)
- [PATCH v3 4/7] media: dt-bindings: samsung,exynos4212-fimc-lite: convert to dtschema Krzysztof Kozlowski (Thu Feb 16 2023 - 09:22:40 EST)
- [PATCH v3 5/7] media: dt-bindings: samsung,exynos4212-is: convert to dtschema Krzysztof Kozlowski (Thu Feb 16 2023 - 09:22:49 EST)
- [PATCH v3 6/7] media: dt-bindings: samsung,fimc: convert to dtschema Krzysztof Kozlowski (Thu Feb 16 2023 - 09:22:53 EST)
- [PATCH v3 7/7] media: dt-bindings: samsung,s5c73m3: convert to dtschema Krzysztof Kozlowski (Thu Feb 16 2023 - 09:22:56 EST)
- Re: [PATCH 3/6] crypto: ccp: Move some PSP mailbox bit definitions into common header Tom Lendacky (Thu Feb 16 2023 - 09:24:59 EST)
- Re: [PATCH v2] smb3: Replace smb2pdu 1-element arrays with flex-arrays Namjae Jeon (Thu Feb 16 2023 - 09:25:37 EST)
- Re: [GIT PULL] USB-serial updates for 6.3-rc1 Greg Kroah-Hartman (Thu Feb 16 2023 - 09:29:11 EST)
- Re: commit 3497b9a5 (usb: dwc3: add power down scale setting) breaks imx8mp Linux regression tracking #update (Thorsten Leemhuis) (Thu Feb 16 2023 - 09:29:33 EST)
- Re: [RFC PATCH v1 06/12] vsock/virtio: non-linear skb handling for TAP dev Stefano Garzarella (Thu Feb 16 2023 - 09:31:25 EST)
- Re: [PATCH 4/6] regulator: Add operation to let drivers select vsel register Mark Brown (Thu Feb 16 2023 - 09:32:37 EST)
- Re: [PATCH] x86/hyperv: Fix hv_get/set_register for nested bringup Wei Liu (Thu Feb 16 2023 - 09:34:15 EST)
- [PATCH 1/3] mfd: tqmx86: do not access I2C_DETECT register through io_base Matthias Schiffer (Thu Feb 16 2023 - 09:35:02 EST)
- [PATCH 3/3] mfd: tqmx86: correct board names for TQMxE39x Matthias Schiffer (Thu Feb 16 2023 - 09:35:06 EST)
- [PATCH 2/3] mfd: tqmx86: specify IO port register range more precisely Matthias Schiffer (Thu Feb 16 2023 - 09:35:10 EST)
- Re: [PATCH 1/2] arm_pmu: fix event CPU filtering Janne Grunau (Thu Feb 16 2023 - 09:35:37 EST)
- Re: [PATCH 2/2] x86/entry: Fix unwinding from kprobe on PUSH/POP instruction Google (Thu Feb 16 2023 - 09:35:41 EST)
- Re: "KVM: x86/mmu: Overhaul TDP MMU zapping and flushing" breaks SVM on Hyper-V Jeremi Piotrowski (Thu Feb 16 2023 - 09:40:28 EST)
- Re: [net-next 0/3] seg6: add PSP flavor support for SRv6 End behavior patchwork-bot+netdevbpf (Thu Feb 16 2023 - 09:40:32 EST)
- Re: [PATCH] habanalabs: change unused extern decl of hdev to forward decl of hl_device Oded Gabbay (Thu Feb 16 2023 - 09:41:17 EST)
- Re: [PATCH][next] habanalabs: Fix spelling mistake "offest" -> "offset" Oded Gabbay (Thu Feb 16 2023 - 09:42:23 EST)
- Re: [PATCH 2/2] mm/khugepaged: skip shmem with userfaultfd Peter Xu (Thu Feb 16 2023 - 09:42:30 EST)
- Re: [PATCH] gpio: sim: fix a memory leak Andy Shevchenko (Thu Feb 16 2023 - 09:42:32 EST)
- Re: [PATCH v3 07/11] dt-bindings: clock: Add StarFive JH7110 system clock and reset generator Hal Feng (Thu Feb 16 2023 - 09:42:55 EST)
- Re: [PATCH] habanalabs: set hl_capture_*_err storage-class-specifier to static Oded Gabbay (Thu Feb 16 2023 - 09:44:21 EST)
- Re: [PATCH] uio:uio_pci_generic:Don't clear master bit when the process does not exit Suweifeng (Weifeng, EulerOS) (Thu Feb 16 2023 - 09:45:17 EST)
- Re: [PATCH 2/3] ASoC: dt-bindings: sama7g5-pdmc: add microchip,startup-delay-us binding Mark Brown (Thu Feb 16 2023 - 09:46:47 EST)
- Re: [RFC PATCH V3 14/16] x86/sev: Initialize #HV doorbell and handle interrupt requests Gupta, Pankaj (Thu Feb 16 2023 - 09:46:55 EST)
- Re: [PATCH v4 01/16] hexagon: mm: Convert to GENERIC_IOREMAP Baoquan He (Thu Feb 16 2023 - 09:48:22 EST)
- [paulmck-rcu:usama.2023.02.15a] BUILD SUCCESS 14b579377771708d5466f3b8d65a8bf403bbd8e9 kernel test robot (Thu Feb 16 2023 - 09:49:34 EST)
- Re: [PATCH v3 2/6] sign-file: move file signing logic to its own function kernel test robot (Thu Feb 16 2023 - 09:49:43 EST)
- Re: [PATCH] gpio: sim: fix a memory leak Bartosz Golaszewski (Thu Feb 16 2023 - 09:49:57 EST)
- Re: [PATCH v1 2/3] gpio: merrifield: Adapt to tangier driver Andy Shevchenko (Thu Feb 16 2023 - 09:51:49 EST)
- Re: [PATCH v4 01/16] hexagon: mm: Convert to GENERIC_IOREMAP Arnd Bergmann (Thu Feb 16 2023 - 09:52:16 EST)
- [Re: PATCH bpf-next] Fix typos in selftest/bpf files Taichi Nishimura (Thu Feb 16 2023 - 09:52:23 EST)
- Re: [PATCHv2] drm/amdgpu: register a vga_switcheroo client for MacBooks with apple-gmux Alex Deucher (Thu Feb 16 2023 - 09:53:13 EST)
- Re: [regression, bisected, pci/iommu] Bug 216865 - Black screen when amdgpu started during 6.2-rc1 boot with AMD IOMMU enabled Felix Kuehling (Thu Feb 16 2023 - 09:53:30 EST)
- Re: [PATCH v1 0/3] Introduce Intel Tangier GPIO driver Andy Shevchenko (Thu Feb 16 2023 - 09:53:54 EST)
- Re: [regression, bisected, pci/iommu] Bug 216865 - Black screen when amdgpu started during 6.2-rc1 boot with AMD IOMMU enabled Felix Kuehling (Thu Feb 16 2023 - 09:55:33 EST)
- [GIT PULL] gpio: fixes for v6.2 Bartosz Golaszewski (Thu Feb 16 2023 - 09:55:49 EST)
- [PATCH v2 1/1] ice: Change assigning method of the CPU affinity masks Pawel Chmielewski (Thu Feb 16 2023 - 09:56:15 EST)
- [PATCH] f2fs: convert to MAX_SBI_FLAG instead of 32 in stat_show() Yangtao Li (Thu Feb 16 2023 - 09:56:51 EST)
- Re: [PATCH 6/6] i2c: designware: Use PCI PSP driver for communication Andy Shevchenko (Thu Feb 16 2023 - 09:56:59 EST)
- [PATCH 1/5] dt-bindings: arm-smmu: Add SM8350 Adreno SMMU Konrad Dybcio (Thu Feb 16 2023 - 09:57:03 EST)
- [PATCH 2/5] arm64: dts: qcom: sc7280: Add qcom,smmu-500 to Adreno SMMU Konrad Dybcio (Thu Feb 16 2023 - 09:57:10 EST)
- [PATCH 3/5] arm64: dts: qcom: sm8150: Add qcom,smmu-500 to Adreno SMMU Konrad Dybcio (Thu Feb 16 2023 - 09:57:12 EST)
- [PATCH 4/5] arm64: dts: qcom: sm8250: Add qcom,smmu-500 to Adreno SMMU Konrad Dybcio (Thu Feb 16 2023 - 09:57:15 EST)
- [PATCH 5/5] arm64: dts: qcom: sm8350: Add qcom,smmu-500 to Adreno SMMU Konrad Dybcio (Thu Feb 16 2023 - 09:57:18 EST)
- Re: [PATCH v2 2/3] drivers: watchdog: Add StarFive Watchdog driver Guenter Roeck (Thu Feb 16 2023 - 09:58:26 EST)
- Re: [PATCH v4 12/16] parisc: mm: Convert to GENERIC_IOREMAP Baoquan He (Thu Feb 16 2023 - 10:03:13 EST)
- Re: rtmutex, pi_blocked_on, and blk_flush_plug() Sebastian Andrzej Siewior (Thu Feb 16 2023 - 10:05:51 EST)
- [PATCH v6 0/2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache David Howells (Thu Feb 16 2023 - 10:08:03 EST)
- [PATCH v6 1/2] mm: Merge folio_has_private()/filemap_release_folio() call pairs David Howells (Thu Feb 16 2023 - 10:08:49 EST)
- Re: [PATCH] uio:uio_pci_generic:Don't clear master bit when the process does not exit Greg KH (Thu Feb 16 2023 - 10:08:53 EST)
- [PATCH v6 2/2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache David Howells (Thu Feb 16 2023 - 10:09:44 EST)
- Re: [Regression] Bug 216913 - i2c not working after hibernation (i2c_designware) Linux regression tracking #update (Thorsten Leemhuis) (Thu Feb 16 2023 - 10:10:27 EST)
- [PATCH v3] i3c: update dw-i3c-master i3c_clk_cfg function Jack Chen (Thu Feb 16 2023 - 10:11:10 EST)
- Re: [PATCH 1/2] arm_pmu: fix event CPU filtering Mark Rutland (Thu Feb 16 2023 - 10:13:20 EST)
- Re: [PATCH v2 1/6] tracing: always use canonical ftrace path Google (Thu Feb 16 2023 - 10:13:28 EST)
- Re: [syzbot] WARNING: can't access registers at entry_SYSCALL_64_after_hwframe Dmitry Vyukov (Thu Feb 16 2023 - 10:14:43 EST)
- Re: [PATCH 2/9] ASoC: amd: vangogh: Update code indentation Mark Brown (Thu Feb 16 2023 - 10:15:49 EST)
- Re: [PATCH v2 1/1] ice: Change assigning method of the CPU affinity masks Andy Shevchenko (Thu Feb 16 2023 - 10:16:31 EST)
- Re: [PATCH v2 1/1] ice: Change assigning method of the CPU affinity masks Andy Shevchenko (Thu Feb 16 2023 - 10:17:28 EST)
- Re: [RFC PATCH v1 07/12] vsock/virtio: MGS_ZEROCOPY flag support Stefano Garzarella (Thu Feb 16 2023 - 10:17:32 EST)
- Re: [PATCH 1/2] arm_pmu: fix event CPU filtering Will Deacon (Thu Feb 16 2023 - 10:17:42 EST)
- Re: [PATCH v4 12/16] parisc: mm: Convert to GENERIC_IOREMAP Arnd Bergmann (Thu Feb 16 2023 - 10:19:17 EST)
- Re: [regression] Bug 217037 - cmb attributes missing from the nvme class under sysfs Keith Busch (Thu Feb 16 2023 - 10:19:26 EST)
- Re: [PATCH net-next v1 3/3] net/mlx5e: TC, Add support for VxLAN GBP encap/decap flows offload Alexander Lobakin (Thu Feb 16 2023 - 10:22:26 EST)
- Re: [PATCH] riscv: kprobe: Optimize kprobe with accurate atomicity Google (Thu Feb 16 2023 - 10:24:03 EST)
- [PATCH v2 0/7] MODULE_LICENSE removals, first tranche Nick Alcock (Thu Feb 16 2023 - 10:24:39 EST)
- [PATCH v2 1/7] kbuild, PCI: versatile: remove MODULE_LICENSE in non-modules Nick Alcock (Thu Feb 16 2023 - 10:24:46 EST)
- [PATCH v2 2/7] kbuild, PCI: mobiveil: remove MODULE_LICENSE in non-modules Nick Alcock (Thu Feb 16 2023 - 10:25:03 EST)
- [PATCH v2 3/7] kbuild, PCI: tegra: remove MODULE_LICENSE in non-modules Nick Alcock (Thu Feb 16 2023 - 10:25:06 EST)
- [PATCH v2 4/7] kbuild, PCI: endpoint: remove MODULE_LICENSE in non-modules Nick Alcock (Thu Feb 16 2023 - 10:25:11 EST)
- [PATCH v2 5/7] kbuild, PCI: hip: remove MODULE_LICENSE in non-modules Nick Alcock (Thu Feb 16 2023 - 10:25:25 EST)
- [PATCH v2 6/7] kbuild, shpchp: remove MODULE_LICENSE in non-modules Nick Alcock (Thu Feb 16 2023 - 10:25:28 EST)
- [PATCH v2 7/7] kbuild, PCI: dwc: remove MODULE_LICENSE in non-modules Nick Alcock (Thu Feb 16 2023 - 10:25:40 EST)
- Re: [PATCH v5 2/2] sched/fair: Introduce SIS_SHORT to wake up short task on current CPU Chen Yu (Thu Feb 16 2023 - 10:27:56 EST)
- Re: [RFC PATCH v1 12/12] test/vsock: MSG_ZEROCOPY support for vsock_perf Stefano Garzarella (Thu Feb 16 2023 - 10:30:45 EST)
- [PATCH] mm/migrate: Fix wrongly apply write bit after mkdirty on sparc64 Peter Xu (Thu Feb 16 2023 - 10:32:02 EST)
- [RFC 1/2] ARM: dts: omap: Drop ti,omap36xx compatible Andrew Davis (Thu Feb 16 2023 - 10:34:13 EST)
- [RFC 2/2] WIP: dt-bindings: omap: Convert omap.txt to yaml Andrew Davis (Thu Feb 16 2023 - 10:34:15 EST)
- [RFC 0/2] Convert omap.txt to DT schema Andrew Davis (Thu Feb 16 2023 - 10:34:22 EST)
- Re: PROBLEM: sparc64 random crashes starting w/ Linux 6.1 (regression) Peter Xu (Thu Feb 16 2023 - 10:34:48 EST)
- Re: [PATCH v1] drm/shmem-helper: Remove another errant put in error path Rob Clark (Thu Feb 16 2023 - 10:35:18 EST)
- Re: [PATCH] hugetlb: check for undefined shift on 32 bit architectures Naresh Kamboju (Thu Feb 16 2023 - 10:35:26 EST)
- Re: [PATCH v3 21/35] mm/mmap: write-lock adjacent VMAs if they can grow into unmapped area Liam R. Howlett (Thu Feb 16 2023 - 10:35:52 EST)
- Re: [PATCH v1] sparc/mm: don't unconditionally set HW writable bit when setting PTE dirty on 64bit David Hildenbrand (Thu Feb 16 2023 - 10:37:25 EST)
- Re: [PATCH 8/9] ASoC: amd: vangogh: Centralize strings definition Mark Brown (Thu Feb 16 2023 - 10:37:32 EST)
- Re: [PATCH] mm/migrate: Fix wrongly apply write bit after mkdirty on sparc64 David Hildenbrand (Thu Feb 16 2023 - 10:38:05 EST)
- [PATCH V3 00/14] kvm: x86/mmu: Share the same code to invalidate each vTLB entry Lai Jiangshan (Thu Feb 16 2023 - 10:40:16 EST)
- [PATCH V3 01/14] KVM: x86/mmu: Use 64-bit address to invalidate to fix a subtle bug Lai Jiangshan (Thu Feb 16 2023 - 10:40:24 EST)
- [PATCH V3 02/14] kvm: x86/mmu: Move the check in FNAME(sync_page) as kvm_sync_page_check() Lai Jiangshan (Thu Feb 16 2023 - 10:40:28 EST)
- [PATCH V3 03/14] kvm: x86/mmu: Check mmu->sync_page pointer in kvm_sync_page_check() Lai Jiangshan (Thu Feb 16 2023 - 10:40:33 EST)
- [PATCH V3 04/14] kvm: x86/mmu: Set mmu->sync_page as NULL for direct paging Lai Jiangshan (Thu Feb 16 2023 - 10:40:45 EST)
- [PATCH V3 05/14] kvm: x86/mmu: Move the code out of FNAME(sync_page)'s loop body into mmu.c Lai Jiangshan (Thu Feb 16 2023 - 10:40:52 EST)
- [PATCH V3 06/14] kvm: x86/mmu: Reduce the update to the spte in FNAME(sync_spte) Lai Jiangshan (Thu Feb 16 2023 - 10:41:02 EST)
- [PATCH V3 07/14] KVM: x86/mmu: Sanity check input to kvm_mmu_free_roots() Lai Jiangshan (Thu Feb 16 2023 - 10:41:12 EST)
- [PATCH V3 08/14] kvm: x86/mmu: Use KVM_MMU_ROOT_XXX for kvm_mmu_invalidate_addr() Lai Jiangshan (Thu Feb 16 2023 - 10:41:21 EST)
- [PATCH V3 09/14] kvm: x86/mmu: Use kvm_mmu_invalidate_addr() in kvm_mmu_invpcid_gva() Lai Jiangshan (Thu Feb 16 2023 - 10:41:26 EST)
- [tip:x86/cpu] BUILD SUCCESS e067248949e3de7fbeae812b0ccbbee7a401e7aa kernel test robot (Thu Feb 16 2023 - 10:42:36 EST)
- Re: [PATCH] riscv: kprobe: Optimize kprobe with accurate atomicity Google (Thu Feb 16 2023 - 10:43:08 EST)
- Re: [PATCH] net: sched: sch: null pointer dereference in htb_offload_move_qdisc() Larysa Zaremba (Thu Feb 16 2023 - 10:43:39 EST)
- Re: [PATCH v3 26/35] mm: fall back to mmap_lock if vma->anon_vma is not yet set Matthew Wilcox (Thu Feb 16 2023 - 10:45:55 EST)
- [PATCH 0/2] pinctrl: at91: Minor cleanups Mark Brown (Thu Feb 16 2023 - 10:49:55 EST)
- [PATCH 1/2] pinctrl: at91: Make the irqchip immutable Mark Brown (Thu Feb 16 2023 - 10:50:02 EST)
- [PATCH 2/2] pinctrl: at91: Remove pioc_index from struct at91_gpio_chip Mark Brown (Thu Feb 16 2023 - 10:50:05 EST)
- Re: [PATCH 07/12] dt-bindings: net: Add StarFive JH7100 SoC Cristian Ciocaltea (Thu Feb 16 2023 - 10:51:48 EST)
- Re: [PATCH v9 0/8] i2c-atr and FPDLink Andy Shevchenko (Thu Feb 16 2023 - 10:53:33 EST)
- Re: [PATCH v2 4/4] nios2: dts: Fix tse_mac "max-frame-size" property Dinh Nguyen (Thu Feb 16 2023 - 10:54:12 EST)
- Re: [PATCH v2 0/3] SPI core CS delay fixes and additions Mark Brown (Thu Feb 16 2023 - 10:56:03 EST)
- Re: [PATCH] uio:uio_pci_generic:Don't clear master bit when the process does not exit Michael S. Tsirkin (Thu Feb 16 2023 - 10:56:11 EST)
- Re: [PATCH] RDMA/cma: Distinguish between sockaddr_in and sockaddr_in6 by size Jason Gunthorpe (Thu Feb 16 2023 - 10:59:20 EST)
- [PATCH] soc:amd:yp:Add OMEN by HP Gaming Laptop 16z-n000 to quirks Joseph Hunkeler (Thu Feb 16 2023 - 11:00:12 EST)
- Re: [PATCH 14/17] dt-bindings: sound: apple,mca: Add t8112-mca compatible Mark Brown (Thu Feb 16 2023 - 11:00:39 EST)
- [PATCH 00/10] arm64: support Armv8.8 memcpy instructions in userspace Kristina Martsenko (Thu Feb 16 2023 - 11:01:30 EST)
- [PATCH 01/10] KVM: arm64: initialize HCRX_EL2 Kristina Martsenko (Thu Feb 16 2023 - 11:01:40 EST)
- [PATCH 02/10] arm64: cpufeature: detect FEAT_HCX Kristina Martsenko (Thu Feb 16 2023 - 11:01:45 EST)
- [PATCH 03/10] KVM: arm64: switch HCRX_EL2 between host and guest Kristina Martsenko (Thu Feb 16 2023 - 11:01:47 EST)
- [PATCH 04/10] arm64: mops: document boot requirements for MOPS Kristina Martsenko (Thu Feb 16 2023 - 11:01:57 EST)
- [PATCH 05/10] arm64: mops: don't disable host MOPS instructions from EL2 Kristina Martsenko (Thu Feb 16 2023 - 11:01:59 EST)
- [PATCH 06/10] KVM: arm64: hide MOPS from guests Kristina Martsenko (Thu Feb 16 2023 - 11:02:08 EST)
- [PATCH 07/10] arm64: mops: handle MOPS exceptions Kristina Martsenko (Thu Feb 16 2023 - 11:02:19 EST)
- [PATCH 08/10] arm64: mops: handle single stepping after MOPS exception Kristina Martsenko (Thu Feb 16 2023 - 11:02:27 EST)
- [PATCH 09/10] arm64: mops: detect and enable FEAT_MOPS Kristina Martsenko (Thu Feb 16 2023 - 11:02:32 EST)
- [PATCH 10/10] arm64: mops: allow disabling MOPS from the kernel command line Kristina Martsenko (Thu Feb 16 2023 - 11:02:42 EST)
- Re: [syzbot] WARNING in do_mknodat Aleksandr Nogikh (Thu Feb 16 2023 - 11:03:08 EST)
- RE: [PATCH v2 2/8] x86/mtrr: support setting MTRR state for software defined MTRRs Michael Kelley (LINUX) (Thu Feb 16 2023 - 11:04:58 EST)
- Re: [PATCH] RDMA/mana_ib: Fix a bug when the PF indicates more entries for registering memory on first packet Jason Gunthorpe (Thu Feb 16 2023 - 11:05:14 EST)
- Re: [PATCH 2/2] x86/entry: Fix unwinding from kprobe on PUSH/POP instruction Josh Poimboeuf (Thu Feb 16 2023 - 11:06:26 EST)
- Re: [PATCH V2 net-next] net: fec: add CBS offload support Alexander Lobakin (Thu Feb 16 2023 - 11:06:54 EST)
- Re: [External] Re: [PATCH v2] ext4: make dioread_nolock consistent in each mapping round hanjinke (Thu Feb 16 2023 - 11:10:52 EST)
- Re: [RFC 2/2] WIP: dt-bindings: omap: Convert omap.txt to yaml H. Nikolaus Schaller (Thu Feb 16 2023 - 11:11:50 EST)
- [PATCH v8 0/3] Add MT8195 HDMI phy support Guillaume Ranquet (Thu Feb 16 2023 - 11:12:23 EST)
- [PATCH v8 2/3] phy: phy-mtk-hdmi: Add generic phy configure callback Guillaume Ranquet (Thu Feb 16 2023 - 11:12:27 EST)
- [PATCH v8 1/3] dt-bindings: phy: mediatek: hdmi-phy: Add mt8195 compatible Guillaume Ranquet (Thu Feb 16 2023 - 11:12:30 EST)
- [PATCH v8 3/3] phy: mediatek: add support for phy-mtk-hdmi-mt8195 Guillaume Ranquet (Thu Feb 16 2023 - 11:12:33 EST)
- RE: [PATCH v5 06/14] x86/ioremap: Support hypervisor specified range to map as encrypted Michael Kelley (LINUX) (Thu Feb 16 2023 - 11:16:26 EST)
- Re: KMSAN: uninit-value in nilfs_add_checksums_on_logs Ryusuke Konishi (Thu Feb 16 2023 - 11:17:16 EST)
- Re: [PATCH v3 2/4] dmaengine: dw-edma: Create a new dw_edma_core_ops structure to abstract controller operation Serge Semin (Thu Feb 16 2023 - 11:17:27 EST)
- Re: [RFC 2/2] WIP: dt-bindings: omap: Convert omap.txt to yaml Andrew Davis (Thu Feb 16 2023 - 11:20:08 EST)
- Re: [PATCH 03/10] KVM: arm64: switch HCRX_EL2 between host and guest Mark Brown (Thu Feb 16 2023 - 11:20:38 EST)
- Re: [PATCH v2 0/3] SPI core CS delay fixes and additions Janne Grunau (Thu Feb 16 2023 - 11:21:12 EST)
- Re: [PATCH v4 09/16] s390: mm: Convert to GENERIC_IOREMAP Niklas Schnelle (Thu Feb 16 2023 - 11:21:59 EST)
- Re: [PATCH 1/1] wifi: ath9k: hif_usb: fix memory leak of remain_skbs Toke Høiland-Jørgensen (Thu Feb 16 2023 - 11:22:22 EST)
- Re: [PATCH 09/10] arm64: mops: detect and enable FEAT_MOPS Mark Brown (Thu Feb 16 2023 - 11:23:09 EST)
- Re: [PATCH 4/7] perf record: Record dropped sample count Jiri Olsa (Thu Feb 16 2023 - 11:23:24 EST)
- Re: [PATCH] soc:amd:yp:Add OMEN by HP Gaming Laptop 16z-n000 to quirks Mark Brown (Thu Feb 16 2023 - 11:24:12 EST)
- Re: [PATCH v3 2/4] dmaengine: dw-edma: Create a new dw_edma_core_ops structure to abstract controller operation Serge Semin (Thu Feb 16 2023 - 11:25:16 EST)
- Re: [PATCH v2 0/3] SPI core CS delay fixes and additions Mark Brown (Thu Feb 16 2023 - 11:25:43 EST)
- Re: [PATCH 14/17] dt-bindings: sound: apple,mca: Add t8112-mca compatible Janne Grunau (Thu Feb 16 2023 - 11:26:51 EST)
- Re: [GIT PULL] SPI updates for v6.2-rc8-abi Mark Brown (Thu Feb 16 2023 - 11:26:57 EST)
- Re: [PATCH v2 2/2] pinctrl: add mt7981 pinctrl driver Daniel Golle (Thu Feb 16 2023 - 11:27:05 EST)
- Re: [PATCH] mm/uffd: UFFD_FEATURE_WP_ZEROPAGE Peter Xu (Thu Feb 16 2023 - 11:31:01 EST)
- Re: [PATCH 4/7] perf record: Record dropped sample count Arnaldo Carvalho de Melo (Thu Feb 16 2023 - 11:32:24 EST)
- Re: [PATCH v2 2/2] pinctrl: add mt7981 pinctrl driver Arınç ÜNAL (Thu Feb 16 2023 - 11:32:50 EST)
- [GIT PULL] SPI updates for v6.2-rc8-abi Mark Brown (Thu Feb 16 2023 - 11:33:25 EST)
- Re: [6.2.0-rc7] BUG: KASAN: slab-out-of-bounds in hop_cmp+0x26/0x110 Yury Norov (Thu Feb 16 2023 - 11:34:09 EST)
- Re: [PATCH 4/7] perf record: Record dropped sample count Jiri Olsa (Thu Feb 16 2023 - 11:34:42 EST)
- Re: [PATCH 1/3] drm/msm/dpu: Read previously-uninitialized SSPP scaler version from hw Dmitry Baryshkov (Thu Feb 16 2023 - 11:34:57 EST)
- Re: next: x86_64: kunit test crashed and kernel panic Alexander Potapenko (Thu Feb 16 2023 - 11:35:20 EST)
- Re: [PATCH 03/10] KVM: arm64: switch HCRX_EL2 between host and guest Marc Zyngier (Thu Feb 16 2023 - 11:35:57 EST)
- [PATCH net v3] l2tp: Avoid possible recursive deadlock in l2tp_tunnel_register() Shigeru Yoshida (Thu Feb 16 2023 - 11:38:21 EST)
- [PATCH 1/3] mailbox: Allow direct registration to a channel Elliot Berman (Thu Feb 16 2023 - 11:38:29 EST)
- Re: [PATCH v3 3/4] dmaengine: dw-edma: Add support for native HDMA Serge Semin (Thu Feb 16 2023 - 11:38:50 EST)
- Re: [PATCH v11 044/113] KVM: x86/tdp_mmu: Make handle_changed_spte() return value Zhi Wang (Thu Feb 16 2023 - 11:39:36 EST)
- Re: [PATCH 0/3] mailbox: Allow direct registration to a channel Elliot Berman (Thu Feb 16 2023 - 11:41:16 EST)
- Re: [RFC 2/2] WIP: dt-bindings: omap: Convert omap.txt to yaml Rob Herring (Thu Feb 16 2023 - 11:41:49 EST)
- Re: [PATCH v3 3/4] dmaengine: dw-edma: Add support for native HDMA Serge Semin (Thu Feb 16 2023 - 11:41:51 EST)
- Re: [PATCH] drm/msm: Fix potential invalid ptr free Dmitry Baryshkov (Thu Feb 16 2023 - 11:41:58 EST)
- Re: [PATCH v2 1/2] mm/userfaultfd: Support WP on multiple VMAs Peter Xu (Thu Feb 16 2023 - 11:42:26 EST)
- Re: [PATCH v1] arm64: efi: Make efi_rt_lock a raw_spinlock Pierre Gondois (Thu Feb 16 2023 - 11:43:20 EST)
- Re: [RFC 2/2] WIP: dt-bindings: omap: Convert omap.txt to yaml H. Nikolaus Schaller (Thu Feb 16 2023 - 11:43:59 EST)
- Re: [PATCH 03/11] virt/coco/sev-guest: Simplify extended guest request handling Dionna Amalie Glaze (Thu Feb 16 2023 - 11:44:13 EST)
- [PATCH] ARM: dts: omap3-gta04: fix compatible record for GTA04 board H. Nikolaus Schaller (Thu Feb 16 2023 - 11:47:07 EST)
- Re: [PATCH v2 2/2] pinctrl: add mt7981 pinctrl driver Daniel Golle (Thu Feb 16 2023 - 11:48:36 EST)
- Re: [PATCH v2 1/2] mm/memory_hotplug: return nothing from do_migrate_range() SeongJae Park (Thu Feb 16 2023 - 11:51:14 EST)
- Re: [PATCH] scsi: virtio_scsi: Modify the kmalloc allocation flag Christoph Hellwig (Thu Feb 16 2023 - 11:51:53 EST)
- Re: [PATCH 5.15-rt] printk: ignore consoles without write() callback Sebastian Siewior (Thu Feb 16 2023 - 11:54:21 EST)
- Re: [PATCH v2 1/2] mm/memory_hotplug: return nothing from do_migrate_range() SeongJae Park (Thu Feb 16 2023 - 11:55:21 EST)
- Re: [PATCH] uio:uio_pci_generic:Don't clear master bit when the process does not exit Greg KH (Thu Feb 16 2023 - 11:57:45 EST)
- Re: [PATCH -next] can: ctucanfd: Use devm_platform_ioremap_resource() Alexander Lobakin (Thu Feb 16 2023 - 11:57:56 EST)
- Re: [PATCH 2/2] x86/entry: Fix unwinding from kprobe on PUSH/POP instruction Josh Poimboeuf (Thu Feb 16 2023 - 11:58:45 EST)
- Re: [PATCH bpf-next] Fix typos in selftest/bpf files Randy Dunlap (Thu Feb 16 2023 - 11:58:52 EST)
- Re: [PATCH] mm/migrate: Fix wrongly apply write bit after mkdirty on sparc64 Linux regression tracking (Thorsten Leemhuis) (Thu Feb 16 2023 - 11:59:24 EST)
- Re: [PATCH 11/11] x86/sev: Change snp_guest_issue_request()'s fw_err argument Borislav Petkov (Thu Feb 16 2023 - 11:59:32 EST)
- Re: [PATCH v2 01/12] media: v4l2: Add NV15 pixel format Nicolas Dufresne (Thu Feb 16 2023 - 12:00:27 EST)
- Re: [PATCH] mm/uffd: UFFD_FEATURE_WP_ZEROPAGE David Hildenbrand (Thu Feb 16 2023 - 12:01:47 EST)
- Re: [PATCH] mm/migrate: Fix wrongly apply write bit after mkdirty on sparc64 David Hildenbrand (Thu Feb 16 2023 - 12:05:47 EST)
- Re: [PATCH v5 06/14] x86/ioremap: Support hypervisor specified range to map as encrypted Borislav Petkov (Thu Feb 16 2023 - 12:06:42 EST)
- [PATCH v3 mm-unstable] mm/memory_hotplug: cleanup return value handing in do_migrate_range() SeongJae Park (Thu Feb 16 2023 - 12:07:21 EST)
- Re: [PATCH v3 7/8] ext4: Use rbtrees to manage PAs instead of inode i_prealloc_list Andreas Dilger (Thu Feb 16 2023 - 12:08:12 EST)
- Re: [PATCH 3/3] mfd: tqmx86: correct board names for TQMxE39x Andrew Lunn (Thu Feb 16 2023 - 12:11:08 EST)
- Re: [PATCH v3 4/4] dmaengine: dw-edma: Add HDMA DebugFS support Serge Semin (Thu Feb 16 2023 - 12:11:13 EST)
- Re: [Patch] [testing][wireguard] Remove unneeded version.h include pointed out by 'make versioncheck' Alexander Lobakin (Thu Feb 16 2023 - 12:11:50 EST)
- [PATCH v2 1/1] ufs: mcq: fix incorrectly set queue depth Asutosh Das (Thu Feb 16 2023 - 12:14:35 EST)
- Re: [PATCH RFC net-next v2 1/3] vsock: support sockmap Bobby Eshleman (Thu Feb 16 2023 - 12:15:30 EST)
- Re: [PATCH] drm/msm: Fix potential invalid ptr free Dmitry Osipenko (Thu Feb 16 2023 - 12:16:20 EST)
- [PATCH 1/2] dyndbg: remove unused 'base' arg from __ddebug_add_module() Jason Baron (Thu Feb 16 2023 - 12:16:24 EST)
- [PATCH 2/2] dyndbg: use the module notifier callbacks Jason Baron (Thu Feb 16 2023 - 12:16:59 EST)
- Re: [PATCH v10 09/26] gunyah: rsc_mgr: Add VM lifecycle RPC Elliot Berman (Thu Feb 16 2023 - 12:18:37 EST)
- Re: [PATCH v3 08/11] dt-bindings: clock: Add StarFive JH7110 always-on clock and reset generator Hal Feng (Thu Feb 16 2023 - 12:19:32 EST)
- Re: [PATCH 1/3] mfd: tqmx86: do not access I2C_DETECT register through io_base Andrew Lunn (Thu Feb 16 2023 - 12:19:39 EST)
- Re: [PATCH v10 13/26] gunyah: vm_mgr: Add ioctls to support basic non-proxy VM boot Elliot Berman (Thu Feb 16 2023 - 12:20:25 EST)
- Re: [PATCH 2/3] mfd: tqmx86: specify IO port register range more precisely Andrew Lunn (Thu Feb 16 2023 - 12:20:52 EST)
- Re: [PATCH v3 2/2] ext4: make sure fs error flag setted before clear journal error Jan Kara (Thu Feb 16 2023 - 12:20:57 EST)
- Re: [PATCH v2 20/20] jump_label: RFC - tolerate toggled state Jason Baron (Thu Feb 16 2023 - 12:21:35 EST)
- Re: [PATCH v2] media: cec: i2c: ch7322: Drop of_match_ptr Joe Tessler (Thu Feb 16 2023 - 12:23:04 EST)
- Re: [PATCH v1] scsi: ufs: core: Add trace event for MCQ Steven Rostedt (Thu Feb 16 2023 - 12:23:12 EST)
- Re: [PATCH v1] arm64: efi: Make efi_rt_lock a raw_spinlock Ard Biesheuvel (Thu Feb 16 2023 - 12:23:27 EST)
- Re: [PATCH v2] dt-bindings: ata: Add UniPhier controller binding Kunihiko Hayashi (Thu Feb 16 2023 - 12:24:04 EST)
- Re: [PATCH v10 12/26] gunyah: vm_mgr: Add/remove user memory regions Elliot Berman (Thu Feb 16 2023 - 12:25:05 EST)
- Re: [PATCH 0/9] drm/i915: Replace kmap_atomic() with kmap_local_page() Ira Weiny (Thu Feb 16 2023 - 12:30:55 EST)
- Re: [RFC 2/2] WIP: dt-bindings: omap: Convert omap.txt to yaml Andrew Davis (Thu Feb 16 2023 - 12:31:19 EST)
- Re: [PATCH v3 1/2] ext4: commit super block if fs record error when journal record without error Jan Kara (Thu Feb 16 2023 - 12:32:06 EST)
- Re: [PATCH 0/5] KVM: Put struct kvm_vcpu on a diet Sean Christopherson (Thu Feb 16 2023 - 12:32:13 EST)
- Re: [PATCH 1/2] x86/kexec: Preserve CR4.MCE during kexec Edgecombe, Rick P (Thu Feb 16 2023 - 12:34:00 EST)
- Re: [Patch] [testing][wireguard] Remove unneeded version.h include pointed out by 'make versioncheck' Jason A. Donenfeld (Thu Feb 16 2023 - 12:36:14 EST)
- Re: Regression: NULL pointer dereference after NFS_V4_2_READ_PLUS (commit 7fd461c47) Olga Kornievskaia (Thu Feb 16 2023 - 12:40:33 EST)
- Re: [PATCH v10 08/26] gunyah: rsc_mgr: Add resource manager RPC core Elliot Berman (Thu Feb 16 2023 - 12:41:20 EST)
- Re: [PATCH v2 0/7] MODULE_LICENSE removals, first tranche Bjorn Helgaas (Thu Feb 16 2023 - 12:43:40 EST)
- Re: [Regression] Bug 216961 - Severe IO scheduling starvation issues with btrfs Thorsten Leemhuis (Thu Feb 16 2023 - 12:43:47 EST)
- Re: [PATCH v1] scsi: ufs: core: Add trace event for MCQ Bart Van Assche (Thu Feb 16 2023 - 12:44:25 EST)
- Re: [dm-devel] [v2 PATCH 0/5] Introduce mempool pages bulk allocator and use it in dm-crypt Mikulas Patocka (Thu Feb 16 2023 - 12:45:57 EST)
- Re: [PATCH v2 1/1] ufs: mcq: fix incorrectly set queue depth Bart Van Assche (Thu Feb 16 2023 - 12:46:39 EST)
- [PATCH] dm-crypt: allocate compound pages if possible Mikulas Patocka (Thu Feb 16 2023 - 12:48:06 EST)
- Re: [PATCH] kernel/sys.c: fix and improve control flow in __sys_setres[ug]id() Eric W. Biederman (Thu Feb 16 2023 - 12:48:58 EST)
- Re: [PATCH 0/2] Kexec enabling in TDX guest Dave Hansen (Thu Feb 16 2023 - 12:50:45 EST)
- RE: [PATCH v3 2/2] Support NVIDIA BlueField-3 pinctrl driver Asmaa Mnebhi (Thu Feb 16 2023 - 12:51:05 EST)
- Re: [PATCH 1/1] wifi: ath9k: hif_usb: fix memory leak of remain_skbs Fedor Pchelkin (Thu Feb 16 2023 - 12:51:09 EST)
- Re: [PATCH net-next 2/6] net: ipa: kill gsi->virt_raw Alexander Lobakin (Thu Feb 16 2023 - 12:52:47 EST)
- [PATCH 0/3] RZ/G2L: Add CRU, CSI support Prabhakar (Thu Feb 16 2023 - 12:54:07 EST)
- [PATCH 1/3] arm64: dts: renesas: r9a07g044: Add CSI and CRU nodes Prabhakar (Thu Feb 16 2023 - 12:54:09 EST)
- [PATCH 2/3] arm64: dts: renesas: rzg2l-smarc: Add OV5645 node Prabhakar (Thu Feb 16 2023 - 12:54:12 EST)
- [PATCH 3/3] arm64: dts: renesas: rzg2l-smarc: Enable CRU and CSI nodes Prabhakar (Thu Feb 16 2023 - 12:54:15 EST)
- Re: [PATCH 07/12] dt-bindings: net: Add StarFive JH7100 SoC Andrew Lunn (Thu Feb 16 2023 - 12:55:21 EST)
- Re: [PATCH] mm/uffd: UFFD_FEATURE_WP_ZEROPAGE Peter Xu (Thu Feb 16 2023 - 12:56:39 EST)
- [PATCH] mtd: rawnand: meson: initialize struct with zeroes Краснов Арсений (Thu Feb 16 2023 - 12:57:46 EST)
- RE: Does earlyprintk=ttyS0 work for an AMD SNP guest on KVM? Dexuan Cui (Thu Feb 16 2023 - 12:59:00 EST)
- Re: [PATCH v2 0/7] MODULE_LICENSE removals, first tranche Conor Dooley (Thu Feb 16 2023 - 13:01:34 EST)
- Re: [PATCH] PCI/sysfs: Make kobj_type structure constant Bjorn Helgaas (Thu Feb 16 2023 - 13:02:04 EST)
- [PATCH 0/2] dyndbg: let's use the module notifier callback Jason Baron (Thu Feb 16 2023 - 13:03:36 EST)
- Re: [PATCH] block: Fix io statistics for cgroup in throttle path Jens Axboe (Thu Feb 16 2023 - 13:06:00 EST)
- Re: [RFC v2 PATCH 0/7] x86/resctrl: Miscellaneous resctrl features Moger, Babu (Thu Feb 16 2023 - 13:06:03 EST)
- Re: [PATCH 1/1] wifi: ath9k: hif_usb: fix memory leak of remain_skbs Toke Høiland-Jørgensen (Thu Feb 16 2023 - 13:06:12 EST)
- Re: linux-next: build warning after merge of the powerpc tree Josh Poimboeuf (Thu Feb 16 2023 - 13:06:30 EST)
- Re: [PATCH] mtd: rawnand: meson: initialize struct with zeroes Dmitry Rokosov (Thu Feb 16 2023 - 13:09:42 EST)
- Re: [PATCH v2 1/1] ufs: mcq: fix incorrectly set queue depth Manivannan Sadhasivam (Thu Feb 16 2023 - 13:09:49 EST)
- Re: [PATCH net-next v3 01/10] net: wwan: tmi: Add PCIe core Jakub Kicinski (Thu Feb 16 2023 - 13:10:42 EST)
- Re: [PATCH net-next 2/6] net: ipa: kill gsi->virt_raw Alex Elder (Thu Feb 16 2023 - 13:11:21 EST)
- Re: [PATCH v2 4/7] kbuild, PCI: endpoint: remove MODULE_LICENSE in non-modules Manivannan Sadhasivam (Thu Feb 16 2023 - 13:12:13 EST)
- [PATCH] bus: mvebu-mbus: Remove open coded "ranges" parsing Rob Herring (Thu Feb 16 2023 - 13:12:38 EST)
- Re: [PATCH 0/2] Kexec enabling in TDX guest Kirill A. Shutemov (Thu Feb 16 2023 - 13:12:42 EST)
- Re: [PATCH v3 07/11] dt-bindings: clock: Add StarFive JH7110 system clock and reset generator Conor Dooley (Thu Feb 16 2023 - 13:20:49 EST)
- [PATCH V2 00/21] Add basic ACPI support for RISC-V Sunil V L (Thu Feb 16 2023 - 13:20:57 EST)
- [PATCH V2 01/21] riscv: move sbi_init() earlier before jump_label_init() Sunil V L (Thu Feb 16 2023 - 13:21:06 EST)
- [PATCH V2 02/21] ACPICA: MADT: Add RISC-V INTC interrupt controller Sunil V L (Thu Feb 16 2023 - 13:21:15 EST)
- [PATCH V2 03/21] ACPICA: Add structure definitions for RISC-V RHCT Sunil V L (Thu Feb 16 2023 - 13:21:28 EST)
- [PATCH V2 04/21] RISC-V: Add support to build the ACPI core Sunil V L (Thu Feb 16 2023 - 13:21:37 EST)
- [PATCH V2 05/21] ACPI: Kconfig: Enable ACPI_PROCESSOR for RISC-V Sunil V L (Thu Feb 16 2023 - 13:21:48 EST)
- [PATCH V2 06/21] ACPI: OSL: Make should_use_kmap() 0 for RISC-V. Sunil V L (Thu Feb 16 2023 - 13:22:00 EST)
- [PATCH V2 07/21] ACPI: processor_core: RISC-V: Enable mapping processor to the hartid Sunil V L (Thu Feb 16 2023 - 13:22:13 EST)
- [PATCH V2 08/21] drivers/acpi: RISC-V: Add RHCT related code Sunil V L (Thu Feb 16 2023 - 13:22:21 EST)
- [PATCH V2 09/21] RISC-V: smpboot: Create wrapper smp_setup() Sunil V L (Thu Feb 16 2023 - 13:22:25 EST)
- [PATCH V2 10/21] RISC-V: smpboot: Add ACPI support in smp_setup() Sunil V L (Thu Feb 16 2023 - 13:22:36 EST)
- [PATCH V2 11/21] RISC-V: ACPI: Add a function to retrieve the hartid Sunil V L (Thu Feb 16 2023 - 13:22:40 EST)
- [PATCH V2 12/21] RISC-V: cpufeature: Add ACPI support in riscv_fill_hwcap() Sunil V L (Thu Feb 16 2023 - 13:22:58 EST)
- [PATCH V2 13/21] RISC-V: cpu: Enable cpuinfo for ACPI systems Sunil V L (Thu Feb 16 2023 - 13:23:09 EST)
- [PATCH V2 14/21] irqchip/riscv-intc: Add ACPI support Sunil V L (Thu Feb 16 2023 - 13:23:13 EST)
- [PATCH V2 15/21] clocksource/timer-riscv: Refactor riscv_timer_init_dt() Sunil V L (Thu Feb 16 2023 - 13:23:23 EST)
- [PATCH V2 16/21] clocksource/timer-riscv: Add ACPI support Sunil V L (Thu Feb 16 2023 - 13:23:28 EST)
- [PATCH V2 17/21] RISC-V: time.c: Add ACPI support for time_init() Sunil V L (Thu Feb 16 2023 - 13:23:42 EST)
- [PATCH V2 18/21] RISC-V: Add ACPI initialization in setup_arch() Sunil V L (Thu Feb 16 2023 - 13:23:44 EST)
- [PATCH V2 19/21] RISC-V: Enable ACPI in defconfig Sunil V L (Thu Feb 16 2023 - 13:23:47 EST)
- [PATCH V2 20/21] MAINTAINERS: Add entry for drivers/acpi/riscv Sunil V L (Thu Feb 16 2023 - 13:23:52 EST)
- [PATCH V2 21/21] Documentation/kernel-parameters.txt: Add RISC-V for ACPI parameter Sunil V L (Thu Feb 16 2023 - 13:24:11 EST)
- Re: [PATCH] mm/uffd: UFFD_FEATURE_WP_ZEROPAGE David Hildenbrand (Thu Feb 16 2023 - 13:25:59 EST)
- [PATCH v2] eventfd: use wait_event_interruptible_locked_irq() helper wenyang . linux (Thu Feb 16 2023 - 13:30:06 EST)
- Re: [PATCH bpf-next] selftests/bpf: Remove not used headers Stanislav Fomichev (Thu Feb 16 2023 - 13:31:17 EST)
- Re: [PATCH 0/2] Kexec enabling in TDX guest Dave Hansen (Thu Feb 16 2023 - 13:33:01 EST)
- Re: [PATCH] drm/edid: Add Vive Pro 2 to non-desktop list Iaroslav Boliukin (Thu Feb 16 2023 - 13:34:15 EST)
- Re: [PATCH v2 0/3] can: esd_usb: Some more preparation for supporting esd CAN-USB/3 Frank Jungclaus (Thu Feb 16 2023 - 13:36:32 EST)
- Re: [PATCH] kcsan: select CONFIG_CONSTRUCTORS Paul E. McKenney (Thu Feb 16 2023 - 13:36:38 EST)
- Re: [PATCH 4/7] perf record: Record dropped sample count Namhyung Kim (Thu Feb 16 2023 - 13:38:54 EST)
- [PATCH v2.1 03/24] arm/cpu: Add unreachable() to arch_cpu_idle_dead() Josh Poimboeuf (Thu Feb 16 2023 - 13:39:04 EST)
- Re: [PATCH v3 2/2] Support NVIDIA BlueField-3 pinctrl driver Andy Shevchenko (Thu Feb 16 2023 - 13:39:07 EST)
- [PATCH] f2fs: bugon w/ SBI_NEED_FSCK when has CONFIG_F2FS_CHECK_FS Yangtao Li (Thu Feb 16 2023 - 13:39:43 EST)
- Re: [PATCH] tasks: Extract rcu_users out of union David Vernet (Thu Feb 16 2023 - 13:40:07 EST)
- [PATCH v2.1 04/24] arm64/cpu: Mark cpu_die() __noreturn Josh Poimboeuf (Thu Feb 16 2023 - 13:42:10 EST)
- [PATCH v2.1 09/24] mips/cpu: Expose play_dead()'s prototype definition Josh Poimboeuf (Thu Feb 16 2023 - 13:43:06 EST)
- Re: [PATCH 1/1] wifi: ath9k: hif_usb: fix memory leak of remain_skbs Fedor Pchelkin (Thu Feb 16 2023 - 13:44:54 EST)
- RE: [PATCH v3 2/2] Support NVIDIA BlueField-3 pinctrl driver Asmaa Mnebhi (Thu Feb 16 2023 - 13:45:11 EST)
- RE: [PATCH v2 2/7] platform/x86/intel/ifs: Introduce Array Scan test to IFS Luck, Tony (Thu Feb 16 2023 - 13:46:11 EST)
- Re: [PATCH 1/2] arm64: dts: qcom: sc7180: Fix trogdor qspi pull direction Stephen Boyd (Thu Feb 16 2023 - 13:48:05 EST)
- Re: [PATCH 04/12] soc: sifive: ccache: Add non-coherent DMA handling Conor Dooley (Thu Feb 16 2023 - 13:50:37 EST)
- Re: [syzbot] WARNING: can't access registers at entry_SYSCALL_64_after_hwframe Josh Poimboeuf (Thu Feb 16 2023 - 13:51:51 EST)
- Re: [PATCH v3 2/2] Support NVIDIA BlueField-3 pinctrl driver Andy Shevchenko (Thu Feb 16 2023 - 13:54:02 EST)
- [PATCH] ext4: fix another off-by-one fsmap error on 1k block filesystems Darrick J. Wong (Thu Feb 16 2023 - 13:55:56 EST)
- [PULL] Networking for v6.2 final Jakub Kicinski (Thu Feb 16 2023 - 13:59:19 EST)
- Re: [regression, bisected, pci/iommu] Bug 216865 - Black screen when amdgpu started during 6.2-rc1 boot with AMD IOMMU enabled Matt Fagnani (Thu Feb 16 2023 - 13:59:53 EST)
- Re: next: x86_64: kunit test crashed and kernel panic Alexander Potapenko (Thu Feb 16 2023 - 14:00:14 EST)
- Re: [PATCH] dm-crypt: allocate compound pages if possible Matthew Wilcox (Thu Feb 16 2023 - 14:04:42 EST)
- [PATCH v3 3/3] can: esd_usb: Improve readability on decoding ESD_EV_CAN_ERROR_EXT messages Frank Jungclaus (Thu Feb 16 2023 - 14:05:05 EST)
- [PATCH v3 2/3] can: esd_usb: Make use of can_change_state() and relocate checking skb for NULL Frank Jungclaus (Thu Feb 16 2023 - 14:05:09 EST)
- [PATCH v3 0/3] can: esd_usb: Some more preparation for supporting esd CAN-USB/3 Frank Jungclaus (Thu Feb 16 2023 - 14:05:12 EST)
- [PATCH v3 1/3] can: esd_usb: Move mislocated storage of SJA1000_ECC_SEG bits in case of a bus error Frank Jungclaus (Thu Feb 16 2023 - 14:05:15 EST)
- Re: [PATCH] ext4: fix another off-by-one fsmap error on 1k block filesystems Eric Biggers (Thu Feb 16 2023 - 14:08:02 EST)
- Re: [PATCH v2 0/7] MODULE_LICENSE removals, first tranche Bjorn Helgaas (Thu Feb 16 2023 - 14:16:41 EST)
- Re: [PATCH] drm/edid: Add Vive Pro 2 to non-desktop list Dmitry Osipenko (Thu Feb 16 2023 - 14:17:54 EST)
- Re: [PATCH] mm/migrate: Fix wrongly apply write bit after mkdirty on sparc64 Peter Xu (Thu Feb 16 2023 - 14:19:35 EST)
- Re: [PATCH v2 0/7] MODULE_LICENSE removals, first tranche Nick Alcock (Thu Feb 16 2023 - 14:21:14 EST)
- [PATCH v2] wifi: ath9k: hif_usb: fix memory leak of remain_skbs Fedor Pchelkin (Thu Feb 16 2023 - 14:23:18 EST)
- [PATCH] cxl/mem: Add kdoc param for event log driver state alison . schofield (Thu Feb 16 2023 - 14:24:34 EST)
- RE: [PATCH v3 2/2] Support NVIDIA BlueField-3 pinctrl driver Asmaa Mnebhi (Thu Feb 16 2023 - 14:26:55 EST)
- Re: [PATCH v1 01/24] LoongArch: KVM: Implement kvm module related interface Oliver Upton (Thu Feb 16 2023 - 14:34:50 EST)
- Re: [PATCH v3 21/35] mm/mmap: write-lock adjacent VMAs if they can grow into unmapped area Suren Baghdasaryan (Thu Feb 16 2023 - 14:36:42 EST)
- [PATCH v1 1/1] x86/platform/intel-mid: Remove unused definitions from intel-mid.h Andy Shevchenko (Thu Feb 16 2023 - 14:39:36 EST)
- [PATCH net] net: bcmgenet: fix MoCA LED control Doug Berger (Thu Feb 16 2023 - 14:42:09 EST)
- Re: [PATCH v3 26/35] mm: fall back to mmap_lock if vma->anon_vma is not yet set Suren Baghdasaryan (Thu Feb 16 2023 - 14:43:34 EST)
- PATCH] tracing: Add BUILD_BUG() to make sure stacktrace fits in strings Steven Rostedt (Thu Feb 16 2023 - 14:45:28 EST)
- Re: [PATCH net] net: bcmgenet: fix MoCA LED control Florian Fainelli (Thu Feb 16 2023 - 14:46:38 EST)
- Re: [PATCH 1/2] x86/kexec: Preserve CR4.MCE during kexec Andrew Cooper (Thu Feb 16 2023 - 14:47:06 EST)
- Re: linux-next: manual merge of the spi tree with the i2c tree Alain Volmat (Thu Feb 16 2023 - 14:48:13 EST)
- Re: [PATCH 05/11] dt-bindings: arm: sti: remove bindings for stih415 and stih416 Alain Volmat (Thu Feb 16 2023 - 14:56:08 EST)
- Re: [RFC PATCH] sched/fair: Interleave cfs bandwidth timers for improved single thread performance at low utilization shrikanth hegde (Thu Feb 16 2023 - 14:58:29 EST)
- Re: [regression, bisected, pci/iommu] Bug 216865 - Black screen when amdgpu started during 6.2-rc1 boot with AMD IOMMU enabled Felix Kuehling (Thu Feb 16 2023 - 14:59:47 EST)
- Re: [PATCH v4 1/5] i2c: hpe: Add GXP SoC I2C Controller Hawkins, Nick (Thu Feb 16 2023 - 15:03:25 EST)
- Re: [PATCH 00/11] ARM: removal of STiH415/STiH416 remainings bits Alain Volmat (Thu Feb 16 2023 - 15:04:45 EST)
- Re: [PATCH v3 0/3] can: esd_usb: Some more preparation for supporting esd CAN-USB/3 Marc Kleine-Budde (Thu Feb 16 2023 - 15:05:39 EST)
- Re: [PATCH -next] can: ctucanfd: Use devm_platform_ioremap_resource() Marc Kleine-Budde (Thu Feb 16 2023 - 15:06:20 EST)
- Re: [PATCH] mm/uffd: UFFD_FEATURE_WP_ZEROPAGE Peter Xu (Thu Feb 16 2023 - 15:09:05 EST)
- [PATCH] Add error checking to sysfs_update_group in drivers/scsi/scsi_transport_spi.c Nur Hussein (Thu Feb 16 2023 - 15:13:28 EST)
- [PATCH v3 0/3] Fix problems fetching TBT3 DROM from AMD USB4 routers Mario Limonciello (Thu Feb 16 2023 - 15:19:36 EST)
- [PATCH v3 1/3] thunderbolt: Adjust how NVM reading works Mario Limonciello (Thu Feb 16 2023 - 15:19:38 EST)
- [PATCH v3 3/3] thunderbolt: Refactor DROM reading Mario Limonciello (Thu Feb 16 2023 - 15:19:44 EST)
- [PATCH v3 2/3] thunderbolt: use `tb_eeprom_get_drom_offset` to discover DROM offset Mario Limonciello (Thu Feb 16 2023 - 15:19:46 EST)
- [PATCH] KVM: x86: Assert that the emulator doesn't load CS with garbage in !RM Sean Christopherson (Thu Feb 16 2023 - 15:23:01 EST)
- Re: [GIT PULL] SPI updates for v6.2-rc8-abi pr-tracker-bot (Thu Feb 16 2023 - 15:23:47 EST)
- Re: [GIT PULL] gpio: fixes for v6.2 pr-tracker-bot (Thu Feb 16 2023 - 15:23:52 EST)
- Re: [PULL] Networking for v6.2 final pr-tracker-bot (Thu Feb 16 2023 - 15:24:01 EST)
- [RESEND x2][PATCH v3] trace: Add trace points for tasklet entry/exit John Stultz (Thu Feb 16 2023 - 15:24:55 EST)
- Re: [syzbot] WARNING: can't access registers at entry_SYSCALL_64_after_hwframe Josh Poimboeuf (Thu Feb 16 2023 - 15:26:16 EST)
- Re: [PATCH v4 1/2] mm/userfaultfd: Support WP on multiple VMAs Peter Xu (Thu Feb 16 2023 - 15:26:47 EST)
- Re: [PATCH v4 2/2] mm/userfaultfd: add VM_WARN_ONCE() Peter Xu (Thu Feb 16 2023 - 15:27:25 EST)
- Re: [PATCH v4 2/2] gpu/drm/panel: Add Sony TD4353 JDI panel driver Sam Ravnborg (Thu Feb 16 2023 - 15:32:42 EST)
- [PATCH] objtool: Fix ORC 'signal' propagation Josh Poimboeuf (Thu Feb 16 2023 - 15:36:09 EST)
- Re: [PATCH v4 2/2] gpu/drm/panel: Add Sony TD4353 JDI panel driver Sam Ravnborg (Thu Feb 16 2023 - 15:38:01 EST)
- Re: [PATCH v10 00/11] Add generic memory shrinker to VirtIO-GPU and Panfrost DRM drivers Dmitry Osipenko (Thu Feb 16 2023 - 15:43:50 EST)
- Re: [PATCH] drm/edid: Add Vive Pro 2 to non-desktop list Jani Nikula (Thu Feb 16 2023 - 15:46:43 EST)
- Re: [PATCH v4 1/5] i2c: hpe: Add GXP SoC I2C Controller Wolfram Sang (Thu Feb 16 2023 - 15:47:43 EST)
- Re: [PATCH v2] wifi: ath9k: hif_usb: fix memory leak of remain_skbs Toke Høiland-Jørgensen (Thu Feb 16 2023 - 15:54:25 EST)
- Re: [PATCH v8 12/13] dt-bindings: net: phy: Document support for leds node Christian Marangi (Thu Feb 16 2023 - 15:54:34 EST)
- Re: [PATCH 6/6] i2c: designware: Use PCI PSP driver for communication Limonciello, Mario (Thu Feb 16 2023 - 15:55:23 EST)
- [PATCH v1 1/1] device property: Clarify description on returned value in some functions Andy Shevchenko (Thu Feb 16 2023 - 15:56:44 EST)
- Re: [PATCH v9 1/8] x86/apic/x2apic: Allow CPU cluster_mask to be populated in parallel Kim Phillips (Thu Feb 16 2023 - 15:58:22 EST)
- Re: [PATCH v2 2/6] selftests: use canonical ftrace path Steven Rostedt (Thu Feb 16 2023 - 15:59:03 EST)
- Re: [PATCH 6/6] i2c: designware: Use PCI PSP driver for communication Andy Shevchenko (Thu Feb 16 2023 - 15:59:41 EST)
- Re: [PATCH 6/6] i2c: designware: Use PCI PSP driver for communication Limonciello, Mario (Thu Feb 16 2023 - 16:01:49 EST)
- Re: [PATCH 2/2] locking/rwsem: Wake up all readers for wait queue waker Waiman Long (Thu Feb 16 2023 - 16:08:16 EST)
- Re: [PATCH v2 4/6] tools/kvm_stat: use canonical ftrace path Steven Rostedt (Thu Feb 16 2023 - 16:08:43 EST)
- [PATCH v2 1/3] locking/rwsem: Minor code refactoring in rwsem_mark_wake() Waiman Long (Thu Feb 16 2023 - 16:10:39 EST)
- [PATCH-tip v2 0/3] locking/rwsem: Miscellaneous rwsem enhancements Waiman Long (Thu Feb 16 2023 - 16:10:41 EST)
- [PATCH v2 2/3] locking/rwsem: Enable early rwsem writer lock handoff Waiman Long (Thu Feb 16 2023 - 16:10:44 EST)
- [PATCH v2 3/3] locking/rwsem: Wake up all readers for wait queue waker Waiman Long (Thu Feb 16 2023 - 16:10:49 EST)
- Re: [PATCH v4 02/12] KVM: VMX: Refactor intel_pmu_set_msr() to align with other set_msr() helpers Sean Christopherson (Thu Feb 16 2023 - 16:13:40 EST)
- Re: [PATCH 6/6] i2c: designware: Use PCI PSP driver for communication Andy Shevchenko (Thu Feb 16 2023 - 16:16:16 EST)
- Re: [PATCH v7 04/10] pwm: dwc: move memory alloc to own function Uwe Kleine-König (Thu Feb 16 2023 - 16:19:41 EST)
- Re: [PATCH] dm-crypt: allocate compound pages if possible Mikulas Patocka (Thu Feb 16 2023 - 16:20:30 EST)
- [PATCH v2] dm-crypt: allocate compound pages if possible Mikulas Patocka (Thu Feb 16 2023 - 16:23:41 EST)
- Re: [PATCH] soc:amd:yp:Add OMEN by HP Gaming Laptop 16z-n000 to quirks Joseph Hunkeler (Thu Feb 16 2023 - 16:25:53 EST)
- Re: [PATCH] ARM: dts: mvebu: Add support for Thecus N2350 board Tony Dinh (Thu Feb 16 2023 - 16:25:55 EST)
- Re: [PATCH 6/6] i2c: designware: Use PCI PSP driver for communication Limonciello, Mario (Thu Feb 16 2023 - 16:27:47 EST)
- Re: [PATCH v7 06/10] pwm: dwc: split pci out of core driver Uwe Kleine-König (Thu Feb 16 2023 - 16:31:10 EST)
- Re: [PATCH v7 07/10] pwm: dwc: make timer clock configurable Uwe Kleine-König (Thu Feb 16 2023 - 16:34:11 EST)
- Re: [PATCH v7 10/10] pwm: dwc: use clock rate in hz to avoid rounding issues Uwe Kleine-König (Thu Feb 16 2023 - 16:39:41 EST)
- KASAN: use-after-free Read in diFree Sanan Hasanov (Thu Feb 16 2023 - 16:44:29 EST)
- KASAN: use-after-free Read in f2fs_iget Sanan Hasanov (Thu Feb 16 2023 - 16:44:35 EST)
- general protection fault in blkg_destroy_all Sanan Hasanov (Thu Feb 16 2023 - 16:44:47 EST)
- UBSAN: array-index-out-of-bounds in f2fs_iget Sanan Hasanov (Thu Feb 16 2023 - 16:45:01 EST)
- WARNING in udf_truncate_extents Sanan Hasanov (Thu Feb 16 2023 - 16:45:21 EST)
- [tip:master] BUILD SUCCESS cf8bcc2d0f4c94bb429c8fd14efb1a08b064214b kernel test robot (Thu Feb 16 2023 - 16:46:17 EST)
- Re: [PATCH 1/3] drm/msm/dpu: Read previously-uninitialized SSPP scaler version from hw Marijn Suijten (Thu Feb 16 2023 - 16:47:08 EST)
- Re: [PATCH 04/14] Implement CAP_TRUST capability. Dr. Greg (Thu Feb 16 2023 - 16:48:05 EST)
- [PATCH 00/17] smb3: Use iov_iters down to the network transport and fix DIO page pinning David Howells (Thu Feb 16 2023 - 16:48:51 EST)
- [PATCH 01/17] mm: Pass info, not iter, into filemap_get_pages() David Howells (Thu Feb 16 2023 - 16:49:21 EST)
- [PATCH 04/17] iov_iter: Define flags to qualify page extraction. David Howells (Thu Feb 16 2023 - 16:49:30 EST)
- [PATCH 03/17] splice: Add a func to do a splice from an O_DIRECT file without ITER_PIPE David Howells (Thu Feb 16 2023 - 16:49:34 EST)
- [PATCH 05/17] iov_iter: Add a function to extract a page list from an iterator David Howells (Thu Feb 16 2023 - 16:49:35 EST)
- [PATCH 02/17] splice: Add a func to do a splice from a buffered file without ITER_PIPE David Howells (Thu Feb 16 2023 - 16:49:55 EST)
- [PATCH 07/17] cifs: Implement splice_read to pass down ITER_BVEC not ITER_PIPE David Howells (Thu Feb 16 2023 - 16:50:02 EST)
- [PATCH 06/17] splice: Export filemap/direct_splice_read() David Howells (Thu Feb 16 2023 - 16:50:06 EST)
- [PATCH 08/17] netfs: Add a function to extract a UBUF or IOVEC into a BVEC iterator David Howells (Thu Feb 16 2023 - 16:50:08 EST)
- [PATCH 09/17] netfs: Add a function to extract an iterator into a scatterlist David Howells (Thu Feb 16 2023 - 16:50:23 EST)
- [PATCH 10/17] cifs: Add a function to build an RDMA SGE list from an iterator David Howells (Thu Feb 16 2023 - 16:50:27 EST)
- [PATCH 12/17] cifs: Add some helper functions David Howells (Thu Feb 16 2023 - 16:50:31 EST)
- [PATCH 11/17] cifs: Add a function to Hash the contents of an iterator David Howells (Thu Feb 16 2023 - 16:50:34 EST)
- [PATCH 16/17] cifs: Remove unused code David Howells (Thu Feb 16 2023 - 16:50:50 EST)
- [PATCH 15/17] cifs: Build the RDMA SGE list directly from an iterator David Howells (Thu Feb 16 2023 - 16:50:52 EST)
- [PATCH 13/17] cifs: Add a function to read into an iter from a socket David Howells (Thu Feb 16 2023 - 16:50:56 EST)
- [PATCH 14/17] cifs: Change the I/O paths to use an iterator rather than a page list David Howells (Thu Feb 16 2023 - 16:51:14 EST)
- [PATCH 17/17] cifs: DIO to/from KVEC-type iterators should now work David Howells (Thu Feb 16 2023 - 16:51:30 EST)
- Re: [dm-devel] [v2 PATCH 0/5] Introduce mempool pages bulk allocator and use it in dm-crypt Yang Shi (Thu Feb 16 2023 - 16:51:48 EST)
- Re: [PATCH 02/12] dt-bindings: riscv: sifive-ccache: Add 'uncached-offset' property Conor Dooley (Thu Feb 16 2023 - 16:54:49 EST)
- Re: [PATCH] mm/migrate: Fix wrongly apply write bit after mkdirty on sparc64 Andrew Morton (Thu Feb 16 2023 - 16:55:38 EST)
- Re: [PATCH 2/2] mm/khugepaged: skip shmem with userfaultfd Yang Shi (Thu Feb 16 2023 - 16:59:12 EST)
- Re: [PATCH v10 00/11] Add generic memory shrinker to VirtIO-GPU and Panfrost DRM drivers Daniel Vetter (Thu Feb 16 2023 - 17:08:15 EST)
- RE: [PATCH v5 02/10] soc: fsl: cpm1: Add support for TSA Leo Li (Thu Feb 16 2023 - 17:11:48 EST)
- Re: [RFC v2 PATCH 0/7] x86/resctrl: Miscellaneous resctrl features Reinette Chatre (Thu Feb 16 2023 - 17:13:14 EST)
- Re: [PATCH 0/2] arm_pmu: fix fallout from context handling rewrite Will Deacon (Thu Feb 16 2023 - 17:14:41 EST)
- [PATCH v1 0/4] regmap-irq fixes for qcom-pm8008 Aidan MacDonald (Thu Feb 16 2023 - 17:22:46 EST)
- [PATCH v1 1/4] mfd: qcom-pm8008: Fix swapped mask/unmask in irq chip Aidan MacDonald (Thu Feb 16 2023 - 17:22:49 EST)
- [PATCH v1 2/4] mfd: qcom-pm8008: Convert irq chip to config regs Aidan MacDonald (Thu Feb 16 2023 - 17:22:49 EST)
- [PATCH v1 3/4] mfd: qcom-pm8008: Use .get_irq_reg() for irq chip Aidan MacDonald (Thu Feb 16 2023 - 17:22:52 EST)
- [PATCH v1 4/4] mfd: qcom-pm8008: Remove workaround for a regmap-irq quirk Aidan MacDonald (Thu Feb 16 2023 - 17:22:55 EST)
- Re: [PATCH v1 0/7] MPFS system controller/mailbox fixes Conor Dooley (Thu Feb 16 2023 - 17:24:55 EST)
- [PATCH v2 0/2] pinctrl: Sama7g5 drive strength options updated Ryan.Wanner (Thu Feb 16 2023 - 17:25:24 EST)
- [PATCH v2 1/2] pinctrl: at91-pio4: Implement the correct drive values for sama7g5 Ryan.Wanner (Thu Feb 16 2023 - 17:25:30 EST)
- [PATCH v2 2/2] ARM: at91: dt: adding new macros Ryan.Wanner (Thu Feb 16 2023 - 17:25:34 EST)
- Re: [RFC v2 PATCH 1/7] x86/resctrl: Add multiple tasks to the resctrl group at once Fenghua Yu (Thu Feb 16 2023 - 17:27:23 EST)
- RFC for new feature to move pages from one vma to another without split Lokesh Gidra (Thu Feb 16 2023 - 17:27:30 EST)
- [PATCH v5 0/5] Add function suspend/resume and remote wakeup support Elson Roy Serrao (Thu Feb 16 2023 - 17:30:02 EST)
- [PATCH v5 4/5] usb: dwc3: Add function suspend and function wakeup support Elson Roy Serrao (Thu Feb 16 2023 - 17:30:03 EST)
- [PATCH v5 1/5] usb: gadget: Properly configure the device for remote wakeup Elson Roy Serrao (Thu Feb 16 2023 - 17:30:07 EST)
- [PATCH v5 3/5] usb: gadget: Add function wakeup support Elson Roy Serrao (Thu Feb 16 2023 - 17:30:12 EST)
- [PATCH v5 2/5] usb: dwc3: Add remote wakeup handling Elson Roy Serrao (Thu Feb 16 2023 - 17:30:18 EST)
- [PATCH v5 5/5] usb: gadget: f_ecm: Add suspend/resume and remote wakeup support Elson Roy Serrao (Thu Feb 16 2023 - 17:30:21 EST)
- [PATCH v1 1/2] regmap-irq: Remove unused type_invert flag Aidan MacDonald (Thu Feb 16 2023 - 17:32:27 EST)
- [PATCH v1 2/2] regmap-irq: Remove unused mask_invert flag Aidan MacDonald (Thu Feb 16 2023 - 17:32:32 EST)
- Re: [PATCH] drm/bridge: anx7625: Use common macros for DP power sequencing commands Nícolas F. R. A. Prado (Thu Feb 16 2023 - 17:32:51 EST)
- Re: [Regression] Bug 216961 - Severe IO scheduling starvation issues with btrfs Josef Bacik (Thu Feb 16 2023 - 17:39:51 EST)
- Re: [PATCH v3 4/4] mm: change to return bool for isolate_movable_page() Andrew Morton (Thu Feb 16 2023 - 17:47:07 EST)
- RE: [PATCH v2 0/3] cxl: Enhance trace point information Dan Williams (Thu Feb 16 2023 - 17:48:24 EST)
- RE: [PATCH] cxl/mem: Add kdoc param for event log driver state Dan Williams (Thu Feb 16 2023 - 17:49:34 EST)
- Re: [PATCH v2 2/7] platform/x86/intel/ifs: Introduce Array Scan test to IFS Joseph, Jithu (Thu Feb 16 2023 - 17:57:52 EST)
- Re: [PATCH 2/2] mm/khugepaged: skip shmem with userfaultfd Peter Xu (Thu Feb 16 2023 - 18:08:22 EST)
- Re: [PATCH] drm/bridge: anx7625: Drop device lock before drm_helper_hpd_irq_event() Nícolas F. R. A. Prado (Thu Feb 16 2023 - 18:10:02 EST)
- Re: [PATCHv2] drm/amdgpu: register a vga_switcheroo client for MacBooks with apple-gmux Orlando Chamberlain (Thu Feb 16 2023 - 18:15:19 EST)
- linux-next: manual merge of the net-next tree with Linus' tree Stephen Rothwell (Thu Feb 16 2023 - 18:19:05 EST)
- Re: [PATCH v2 2/6] RISC-V: Add a syscall for HW probing Evan Green (Thu Feb 16 2023 - 18:19:34 EST)
- [PATCH net-next 00/12] Add tc-mqprio and tc-taprio support for preemptible traffic classes Vladimir Oltean (Thu Feb 16 2023 - 18:21:49 EST)
- [PATCH net-next 01/12] net: enetc: rename "mqprio" to "qopt" Vladimir Oltean (Thu Feb 16 2023 - 18:21:53 EST)
- [PATCH net-next 02/12] net: mscc: ocelot: add support for mqprio offload Vladimir Oltean (Thu Feb 16 2023 - 18:21:58 EST)
- [PATCH net-next 03/12] net: dsa: felix: act upon the mqprio qopt in taprio offload Vladimir Oltean (Thu Feb 16 2023 - 18:22:04 EST)
- [PATCH net-next 04/12] net: ethtool: fix __ethtool_dev_mm_supported() implementation Vladimir Oltean (Thu Feb 16 2023 - 18:22:07 EST)
- [PATCH net-next 05/12] net: ethtool: create and export ethtool_dev_mm_supported() Vladimir Oltean (Thu Feb 16 2023 - 18:22:17 EST)
- [PATCH net-next 07/12] net/sched: mqprio: add extack to mqprio_parse_nlattr() Vladimir Oltean (Thu Feb 16 2023 - 18:22:32 EST)
- [PATCH net-next 06/12] net/sched: mqprio: simplify handling of nlattr portion of TCA_OPTIONS Vladimir Oltean (Thu Feb 16 2023 - 18:22:36 EST)
- [PATCH net-next 08/12] net/sched: mqprio: add an extack message to mqprio_parse_opt() Vladimir Oltean (Thu Feb 16 2023 - 18:22:40 EST)
- [PATCH net-next 09/12] net/sched: mqprio: allow per-TC user input of FP adminStatus Vladimir Oltean (Thu Feb 16 2023 - 18:23:03 EST)
- [PATCH net-next 10/12] net/sched: taprio: allow per-TC user input of FP adminStatus Vladimir Oltean (Thu Feb 16 2023 - 18:23:17 EST)
- [PATCH net-next 11/12] net: mscc: ocelot: add support for preemptible traffic classes Vladimir Oltean (Thu Feb 16 2023 - 18:23:30 EST)
- [PATCH net-next 12/12] net: enetc: add support for preemptible traffic classes Vladimir Oltean (Thu Feb 16 2023 - 18:23:50 EST)
- Re: [PATCH v2 2/5] apple-gmux: refactor gmux types Orlando Chamberlain (Thu Feb 16 2023 - 18:26:48 EST)
- Re: [PATCH v2 4/5] apple-gmux: support MMIO gmux on T2 Macs Orlando Chamberlain (Thu Feb 16 2023 - 18:27:01 EST)
- Re: [PATCH] PCI/MSI: clean up duplicate dependency in config PCI_HYPERV_INTERFACE Bjorn Helgaas (Thu Feb 16 2023 - 18:27:17 EST)
- Re: [PATCH v2 5/5] apple-gmux: add debugfs interface Orlando Chamberlain (Thu Feb 16 2023 - 18:29:11 EST)
- Re: 答复: [PATCH] PCI: of: Warn if bridge base/limit region overlaps with system ram region Bjorn Helgaas (Thu Feb 16 2023 - 18:35:54 EST)
- Re: [PATCH v2 0/7] MODULE_LICENSE removals, first tranche Conor Dooley (Thu Feb 16 2023 - 18:38:35 EST)
- linux-next: manual merge of the net-next tree with Linus' tree Stephen Rothwell (Thu Feb 16 2023 - 18:40:24 EST)
- [PATCH -tip v4 1/3] kasan: Emit different calls for instrumentable memintrinsics Marco Elver (Thu Feb 16 2023 - 18:45:41 EST)
- [PATCH -tip v4 2/3] kasan: Treat meminstrinsic as builtins in uninstrumented files Marco Elver (Thu Feb 16 2023 - 18:45:46 EST)
- [PATCH -tip v4 3/3] kasan: test: Fix test for new meminstrinsic instrumentation Marco Elver (Thu Feb 16 2023 - 18:45:50 EST)
- [PATCH V3 10/14] kvm: x86/mmu: Use kvm_mmu_invalidate_addr() in nested_ept_invalidate_addr() Lai Jiangshan (Thu Feb 16 2023 - 18:52:28 EST)
- [PATCH V3 11/14] kvm: x86/mmu: Allow the roots to be invalid in FNAME(invlpg) Lai Jiangshan (Thu Feb 16 2023 - 18:52:35 EST)
- [PATCH V3 12/14] kvm: x86/mmu: Remove FNAME(invlpg) and use FNAME(sync_spte) to update vTLB instead. Lai Jiangshan (Thu Feb 16 2023 - 18:52:38 EST)
- [PATCH V3 13/14] kvm: x86/mmu: Remove @no_dirty_log from FNAME(prefetch_gpte) Lai Jiangshan (Thu Feb 16 2023 - 18:52:47 EST)
- Re: next: x86_64: kunit test crashed and kernel panic Marco Elver (Thu Feb 16 2023 - 18:52:57 EST)
- [PATCH V3 14/14] kvm: x86/mmu: Skip calling mmu->sync_spte() when the spte is 0 Lai Jiangshan (Thu Feb 16 2023 - 18:52:58 EST)
- Re: [PATCH 2/2] mm/khugepaged: skip shmem with userfaultfd Yang Shi (Thu Feb 16 2023 - 18:53:22 EST)
- Re: [PATCH v5 00/10] Add the PowerQUICC audio support using the QMC Michael Ellerman (Thu Feb 16 2023 - 18:53:35 EST)
- Re: [PATCH] docs/mm: Physical Memory: correct spelling in reference to CONFIG_PAGE_EXTENSION Jonathan Corbet (Thu Feb 16 2023 - 18:56:06 EST)
- [PATCH v3 0/5] Remove VT-d virtual command interface and IOASID Jacob Pan (Thu Feb 16 2023 - 18:56:20 EST)
- [PATCH v3 1/5] iommu/vt-d: Remove virtual command interface Jacob Pan (Thu Feb 16 2023 - 18:56:22 EST)
- [PATCH v3 3/5] iommu/sva: Stop using ioasid_set for SVA Jacob Pan (Thu Feb 16 2023 - 18:56:30 EST)
- [PATCH v3 2/5] iommu/sva: Move PASID helpers to sva code Jacob Pan (Thu Feb 16 2023 - 18:56:32 EST)
- [PATCH v3 4/5] iommu/ioasid: Rename INVALID_IOASID Jacob Pan (Thu Feb 16 2023 - 18:56:35 EST)
- [PATCH v3 5/5] iommu: Remove ioasid infrastructure Jacob Pan (Thu Feb 16 2023 - 18:56:38 EST)
- Re: [PATCH v3] Documentation: core-api: padata: correct spelling Jonathan Corbet (Thu Feb 16 2023 - 18:58:39 EST)
- Re: [PATCH v5 3/5] usb: gadget: Add function wakeup support Thinh Nguyen (Thu Feb 16 2023 - 18:58:41 EST)
- Re: [PATCH v3 2/5] iommu/sva: Move PASID helpers to sva code Jason Gunthorpe (Thu Feb 16 2023 - 18:58:55 EST)
- Re: [PATCH v3 4/5] iommu/ioasid: Rename INVALID_IOASID Jason Gunthorpe (Thu Feb 16 2023 - 19:00:00 EST)
- Re: [PATCH] x86/hyperv: Pass on the lpj value from host to guest Stanislav Kinsburskii (Thu Feb 16 2023 - 19:01:52 EST)
- Re: apparmor: global buffers spin lock may get contended John Johansen (Thu Feb 16 2023 - 19:04:02 EST)
- Re: [PATCH v2 4/5] apple-gmux: support MMIO gmux on T2 Macs Orlando Chamberlain (Thu Feb 16 2023 - 19:05:46 EST)
- [PATCH v3] apparmor: global buffers spin lock may get contended John Johansen (Thu Feb 16 2023 - 19:08:19 EST)
- Re: [PATCH] soc:amd:yp:Add OMEN by HP Gaming Laptop 16z-n000 to quirks Mark Brown (Thu Feb 16 2023 - 19:11:09 EST)
- Re: linux-next: manual merge of the spi tree with the i2c tree Mark Brown (Thu Feb 16 2023 - 19:12:16 EST)
- Re: [PATCH v3] irqchip/irq-sifive-plic: Add syscore callbacks for hibernation Mason Huo (Thu Feb 16 2023 - 19:12:48 EST)
- Re: [PATCH v2] vhost/vdpa: Add MSI translation tables to iommu for software-managed MSI Jason Gunthorpe (Thu Feb 16 2023 - 19:14:59 EST)
- linux-next: manual merge of the sound tree with the arm-soc tree Stephen Rothwell (Thu Feb 16 2023 - 19:30:33 EST)
- Re: [PATCH v2] docs: describe how to quickly build a trimmed kernel Jonathan Corbet (Thu Feb 16 2023 - 19:30:37 EST)
- Re: [PATCH 0/2] Documentation/Watchdog/hpwdt Jonathan Corbet (Thu Feb 16 2023 - 19:32:05 EST)
- Re: [PATCH 07/12] dt-bindings: net: Add StarFive JH7100 SoC Cristian Ciocaltea (Thu Feb 16 2023 - 19:32:58 EST)
- Re: [PATCH] soc:amd:yp:Add OMEN by HP Gaming Laptop 16z-n000 to quirks Joseph Hunkeler (Thu Feb 16 2023 - 19:35:35 EST)
- Re: [PATCH v5 3/5] usb: gadget: Add function wakeup support Elson Serrao (Thu Feb 16 2023 - 19:38:36 EST)
- Re: [RFC v1 net-next 0/7] add support for ocelot external ports Colin Foster (Thu Feb 16 2023 - 19:42:30 EST)
- Re: [PATCH v2 3/5] apple-gmux: Use GMSP acpi method for interrupt clear Orlando Chamberlain (Thu Feb 16 2023 - 19:47:30 EST)
- [RFC PATCH 1/5] syscall: Allow configure used system calls Zhangjin Wu (Thu Feb 16 2023 - 19:50:03 EST)
- [RFC PATCH 0/5] Add dead syscalls elimination support Zhangjin Wu (Thu Feb 16 2023 - 19:50:05 EST)
- [RFC PATCH 3/5] RISC-V: Enable dead code elimination Zhangjin Wu (Thu Feb 16 2023 - 19:50:29 EST)
- [RFC PATCH 4/5] RISC-V: Add dead syscalls elimination support Zhangjin Wu (Thu Feb 16 2023 - 19:50:35 EST)
- [for-next][PATCH 2/5] tracing: Add BUILD_BUG() to make sure stacktrace fits in strings Steven Rostedt (Thu Feb 16 2023 - 19:50:55 EST)
- [for-next][PATCH 5/5] tracing/histogram: Fix stacktrace histogram Documententation Steven Rostedt (Thu Feb 16 2023 - 19:51:00 EST)
- [for-next][PATCH 1/5] tracing/histogram: Dont use strlen to find length of stacktrace variables Steven Rostedt (Thu Feb 16 2023 - 19:51:04 EST)
- [for-next][PATCH 0/5] tracing: Updates for 6.3 Steven Rostedt (Thu Feb 16 2023 - 19:51:07 EST)
- [for-next][PATCH 3/5] tracing/histogram: Fix a few problems with stacktrace variable printing Steven Rostedt (Thu Feb 16 2023 - 19:51:09 EST)
- [for-next][PATCH 4/5] tracing/histogram: Fix stacktrace key Steven Rostedt (Thu Feb 16 2023 - 19:51:12 EST)
- [RFC PATCH 2/5] MIPS: Add dead syscalls elimination support Zhangjin Wu (Thu Feb 16 2023 - 19:53:05 EST)
- [RFC PATCH 5/5] nolibc: Record used syscalls in their own sections Zhangjin Wu (Thu Feb 16 2023 - 19:53:35 EST)
- Re: [PATCH bpf-next] Fix typos in selftest/bpf files patchwork-bot+netdevbpf (Thu Feb 16 2023 - 20:00:25 EST)
- Re: [RFC v1 net-next 0/7] add support for ocelot external ports Vladimir Oltean (Thu Feb 16 2023 - 20:12:15 EST)
- [PATCH 1/1] dm: remove unnecessary (void*) conversions XU pengfei (Thu Feb 16 2023 - 20:14:46 EST)
- Re: [PATCH v3 4/5] iommu/ioasid: Rename INVALID_IOASID Fenghua Yu (Thu Feb 16 2023 - 20:23:29 EST)
- Re: [PATCH 13/21] ext4: remove dead check in mb_buddy_mark_free Kemeng Shi (Thu Feb 16 2023 - 20:24:52 EST)
- Re: [PATCH v1 01/24] LoongArch: KVM: Implement kvm module related interface Tianrui Zhao (Thu Feb 16 2023 - 20:28:02 EST)
- Re: [PATCH] tracing/probe: trace_probe_primary_from_call(): checked list_first_entry Google (Thu Feb 16 2023 - 20:30:32 EST)
- Re: [RFC v1 net-next 7/7] net: dsa: ocelot_ext: add support for external phys Colin Foster (Thu Feb 16 2023 - 20:31:34 EST)
- Re: [PATCH v3 06/10] sched/fair: Use the prefer_sibling flag of the current sched domain Ricardo Neri (Thu Feb 16 2023 - 20:32:02 EST)
- Re: [PATCH v1 01/24] LoongArch: KVM: Implement kvm module related interface maobibo (Thu Feb 16 2023 - 20:33:25 EST)
- Re: linux-next: build warning after merge of the powerpc tree Michael Ellerman (Thu Feb 16 2023 - 20:35:32 EST)
- Re: [PATCH 3/9] sched: add sched_numa_find_nth_cpu() Yury Norov (Thu Feb 16 2023 - 20:39:17 EST)
- Re: [RFC v2 PATCH 5/7] x86/resctrl: Introduce -o debug mount option Fenghua Yu (Thu Feb 16 2023 - 20:43:01 EST)
- Re: [PATCH v3 1/2] ext4: commit super block if fs record error when journal record without error Baokun Li (Thu Feb 16 2023 - 20:43:27 EST)
- Re: [PATCH -next RFC 2/3] block: factor out the setting of GD_NEED_PART_SCAN Yu Kuai (Thu Feb 16 2023 - 20:44:18 EST)
- Re: [PATCH v3 1/2] ext4: commit super block if fs record error when journal record without error yebin (H) (Thu Feb 16 2023 - 20:45:06 EST)
- Re: [RFC v2 PATCH 6/7] x86/resctrl: Display the RMID and COSID for resctrl groups Fenghua Yu (Thu Feb 16 2023 - 20:46:48 EST)
- Re: [PATCH v2 0/3] media: pci: intel: ivsc: Add driver of Intel Visual Sensing Controller(IVSC) Bingbu Cao (Thu Feb 16 2023 - 20:47:35 EST)
- Re: [PATCH] tracepoint: Allow livepatch module add trace event Steven Rostedt (Thu Feb 16 2023 - 20:48:58 EST)
- Re: [RFC v2 PATCH 7/7] x86/resctrl: Add debug files when mounted with debug option Fenghua Yu (Thu Feb 16 2023 - 20:50:37 EST)
- Re: [PATCH] soc:amd:yp:Add OMEN by HP Gaming Laptop 16z-n000 to quirks Mark Brown (Thu Feb 16 2023 - 20:54:14 EST)
- Re: [PATCH v2] regulator: max597x: Align for simple_mfd_i2c driver Mark Brown (Thu Feb 16 2023 - 20:54:22 EST)
- Re: [PATCH] spi: spidev: drop the incorrect notice from Kconfig Mark Brown (Thu Feb 16 2023 - 20:54:26 EST)
- Re: [PATCH] drm/i915: move a Kconfig symbol to unbreak the menu presentation Zhenyu Wang (Thu Feb 16 2023 - 20:55:06 EST)
- Re: [syzbot] [reiserfs?] WARNING in reiserfs_readdir_inode syzbot (Thu Feb 16 2023 - 20:56:57 EST)
- [PATCH -next 0/2] block: fix scan partition for exclusively open device again Yu Kuai (Thu Feb 16 2023 - 20:58:33 EST)
- [PATCH -next 1/2] block: Revert "block: Do not reread partition table on exclusively open device" Yu Kuai (Thu Feb 16 2023 - 20:58:35 EST)
- [PATCH -next 2/2] block: fix scan partition for exclusively open device again Yu Kuai (Thu Feb 16 2023 - 20:58:38 EST)
- Re: [PATCH 2/2] mm/khugepaged: skip shmem with userfaultfd David Stevens (Thu Feb 16 2023 - 21:00:39 EST)
- Re: [PATCH v5 3/5] usb: gadget: Add function wakeup support Thinh Nguyen (Thu Feb 16 2023 - 21:03:16 EST)
- [PATCH v2 0/2] Add Richtek RT5739 switching voltage regulator support cy_huang (Thu Feb 16 2023 - 21:07:17 EST)
- [PATCH v2 1/2] dt-bindings: regulator: Add Richtek RT5739 cy_huang (Thu Feb 16 2023 - 21:07:20 EST)
- [PATCH v2 2/2] regulator: Add support for Richtek RT5739 voltage regulator cy_huang (Thu Feb 16 2023 - 21:07:24 EST)
- Re: [PATCH v1 1/2] regmap-irq: Remove unused type_invert flag Mark Brown (Thu Feb 16 2023 - 21:15:10 EST)
- Re: [PATCH v3 26/35] mm: fall back to mmap_lock if vma->anon_vma is not yet set Suren Baghdasaryan (Thu Feb 16 2023 - 21:15:15 EST)
- [git pull] drm fixes for 6.2 final Dave Airlie (Thu Feb 16 2023 - 21:16:53 EST)
- RE: [PATCH V2 net-next] net: fec: add CBS offload support Wei Fang (Thu Feb 16 2023 - 21:18:21 EST)
- Re: [PATCH v3 07/11] dt-bindings: clock: Add StarFive JH7110 system clock and reset generator Hal Feng (Thu Feb 16 2023 - 21:27:43 EST)
- Re: [PATCH] riscv: kprobe: Optimize kprobe with accurate atomicity Guo Ren (Thu Feb 16 2023 - 21:29:05 EST)
- Re: [PATCH v2 2/3] drivers: watchdog: Add StarFive Watchdog driver Xingyu Wu (Thu Feb 16 2023 - 21:30:09 EST)
- Re: [Patch] [samples/trace_events] Remove unnecessary version.h include pointed out by 'make versioncheck' Steven Rostedt (Thu Feb 16 2023 - 21:31:20 EST)
- Re: [PATCH 1/2] erofs: convert hardcoded blocksize to sb->s_blocksize kernel test robot (Thu Feb 16 2023 - 21:34:02 EST)
- RE: [PATCH] x86/hyperv: Pass on the lpj value from host to guest Michael Kelley (LINUX) (Thu Feb 16 2023 - 21:34:29 EST)
- Re: [PATCH v3 2/3] LoongArch: Add ptrace single step support Qing Zhang (Thu Feb 16 2023 - 21:36:30 EST)
- Re: [PATCH 2/2] misc: smpro-errmon: Add dimm training failure syndrome Quan Nguyen (Thu Feb 16 2023 - 21:36:38 EST)
- [PATCH] Input: sun4i-lradc-keys - Use devm_platform_ioremap_resource() ye.xingchen (Thu Feb 16 2023 - 21:37:34 EST)
- [PATCH v4 0/3] LoongArch: Add hardware breakpoints/watchpoints support Qing Zhang (Thu Feb 16 2023 - 21:38:00 EST)
- [PATCH v4 2/3] LoongArch: Add ptrace single step support Qing Zhang (Thu Feb 16 2023 - 21:38:03 EST)
- [PATCH v4 1/3] LoongArch: Add hardware breakpoints/watchpoints support Qing Zhang (Thu Feb 16 2023 - 21:38:06 EST)
- [PATCH v4 3/3] LoongArch: ptrace: expose hardware breakpoints to debuggers Qing Zhang (Thu Feb 16 2023 - 21:38:10 EST)
- Re: [PATCH v2 01/12] media: v4l2: Add NV15 pixel format Hsia-Jun Li (Thu Feb 16 2023 - 21:41:13 EST)
- Re: [PATCH net-next v1 3/3] net/mlx5e: TC, Add support for VxLAN GBP encap/decap flows offload Gavin Li (Thu Feb 16 2023 - 21:44:10 EST)
- Re: [PATCH v5 2/2] sched/fair: Introduce SIS_SHORT to wake up short task on current CPU Abel Wu (Thu Feb 16 2023 - 21:45:08 EST)
- [PATCH] ASoC: mediatek: mt8186: Use devm_platform_ioremap_resource() ye.xingchen (Thu Feb 16 2023 - 21:52:40 EST)
- [RFC PATCH 1/1] x86/mm/pat: Clear VM_PAT if copy_p4d_range failed Wupeng Ma (Thu Feb 16 2023 - 21:56:27 EST)
- Re: [PATCH 11/17] cifs: Add a function to Hash the contents of an iterator Eric Biggers (Thu Feb 16 2023 - 22:04:21 EST)
- [PATCH] dma-buf: make kobj_type structure constant Thomas Weißschuh (Thu Feb 16 2023 - 22:13:32 EST)
- [PATCH] livepatch: Make kobj_type structures constant Thomas Weißschuh (Thu Feb 16 2023 - 22:14:54 EST)
- [PATCH] irq: make kobj_type structures constant Thomas Weißschuh (Thu Feb 16 2023 - 22:16:37 EST)
- [PATCH] padata: Make kobj_type structure constant Thomas Weißschuh (Thu Feb 16 2023 - 22:18:00 EST)
- [PATCH] x86/MCE/AMD: Make kobj_type structure constant Thomas Weißschuh (Thu Feb 16 2023 - 22:20:18 EST)
- Re: [PATCH 2/2] mm/khugepaged: skip shmem with userfaultfd Yang Shi (Thu Feb 16 2023 - 22:20:47 EST)
- [PATCH] thermal/drivers/banggap: Use devm_platform_ioremap_resource() ye.xingchen (Thu Feb 16 2023 - 22:34:43 EST)
- [PATCH] thermal/drivers/k3_j72xx_bandgap: Use devm_platform_ioremap_resource() ye.xingchen (Thu Feb 16 2023 - 22:35:01 EST)
- [PATCH] thermal/drivers/tsens: Use devm_platform_ioremap_resource() ye.xingchen (Thu Feb 16 2023 - 22:38:16 EST)
- [PATCH net-next v3 1/5] vxlan: Remove unused argument from vxlan_build_gbp_hdr( ) and vxlan_build_gpe_hdr( ) Gavin Li (Thu Feb 16 2023 - 22:40:06 EST)
- [PATCH net-next v3 2/5] vxlan: Expose helper vxlan_build_gbp_hdr Gavin Li (Thu Feb 16 2023 - 22:40:10 EST)
- [PATCH net-next v3 0/5] net/mlx5e: Add GBP VxLAN HW offload support Gavin Li (Thu Feb 16 2023 - 22:40:12 EST)
- [PATCH net-next v3 3/5] net/mlx5e: Add helper for encap_info_equal for tunnels with options Gavin Li (Thu Feb 16 2023 - 22:40:29 EST)
- [PATCH net-next v3 4/5] ip_tunnel: constify input argument of ip_tunnel_info_opts( ) Gavin Li (Thu Feb 16 2023 - 22:40:38 EST)
- [PATCH net-next v3 5/5] net/mlx5e: TC, Add support for VxLAN GBP encap/decap flows offload Gavin Li (Thu Feb 16 2023 - 22:41:02 EST)
- Re: [PATCH v2] eventfd: use wait_event_interruptible_locked_irq() helper Eric Biggers (Thu Feb 16 2023 - 22:46:17 EST)
- drivers/iommu/io-pgtable-arm.c:330:8: error: instruction requires the following: RV64I Base Instruction Set kernel test robot (Thu Feb 16 2023 - 22:50:06 EST)
- Re: [PATCH 1/2] erofs: convert hardcoded blocksize to sb->s_blocksize kernel test robot (Thu Feb 16 2023 - 22:50:09 EST)
- Re: [PATCH v7 1/1] dma: qcom: bam_dma: Add support to initialize interconnect path Bhupesh Sharma (Thu Feb 16 2023 - 23:03:54 EST)
- linux-next: Tree for Feb 17 Stephen Rothwell (Thu Feb 16 2023 - 23:03:55 EST)
- Re: [PATCH v1 0/7] MPFS system controller/mailbox fixes Jassi Brar (Thu Feb 16 2023 - 23:04:37 EST)
- Re: [PATCH v2 29/47] clk: mediatek: Propagate struct device with mtk_clk_register_dividers() Chen-Yu Tsai (Thu Feb 16 2023 - 23:10:19 EST)
- Re: [PATCH v2 30/47] clk: mediatek: mt7986-apmixed: Use PLL_AO flag to set critical clock Chen-Yu Tsai (Thu Feb 16 2023 - 23:10:43 EST)
- Re: [PATCH v2 31/47] clk: mediatek: mt7986-infracfg: Migrate to common probe mechanism Chen-Yu Tsai (Thu Feb 16 2023 - 23:11:14 EST)
- Re: [PATCH v2 32/47] clk: mediatek: mt7986-eth: Migrate to common probe mechanism Chen-Yu Tsai (Thu Feb 16 2023 - 23:12:20 EST)
- [PATCH mm-unstable v1 0/5] mm/kvm: lockless accessed bit harvest Yu Zhao (Thu Feb 16 2023 - 23:12:41 EST)
- [PATCH mm-unstable v1 1/5] mm/kvm: add mmu_notifier_test_clear_young() Yu Zhao (Thu Feb 16 2023 - 23:12:45 EST)
- [PATCH mm-unstable v1 2/5] kvm/x86: add kvm_arch_test_clear_young() Yu Zhao (Thu Feb 16 2023 - 23:12:51 EST)
- [PATCH mm-unstable v1 3/5] kvm/arm64: add kvm_arch_test_clear_young() Yu Zhao (Thu Feb 16 2023 - 23:12:55 EST)
- [PATCH mm-unstable v1 4/5] kvm/powerpc: add kvm_arch_test_clear_young() Yu Zhao (Thu Feb 16 2023 - 23:13:08 EST)
- [PATCH mm-unstable v1 5/5] mm: multi-gen LRU: use mmu_notifier_test_clear_young() Yu Zhao (Thu Feb 16 2023 - 23:13:13 EST)
- Re: [PATCH v2 33/47] clk: mediatek: mt8186-mcu: Migrate to common probe mechanism Chen-Yu Tsai (Thu Feb 16 2023 - 23:13:45 EST)
- Re: [PATCH v2 34/47] clk: mediatek: Switch to module_platform_driver() where possible Chen-Yu Tsai (Thu Feb 16 2023 - 23:20:12 EST)
- Re: [PATCH mm-unstable v1 2/5] kvm/x86: add kvm_arch_test_clear_young() Yu Zhao (Thu Feb 16 2023 - 23:20:41 EST)
- Re: [PATCH mm-unstable v1 3/5] kvm/arm64: add kvm_arch_test_clear_young() Yu Zhao (Thu Feb 16 2023 - 23:22:10 EST)
- Re: [PATCH v2 35/47] clk: mediatek: Add MODULE_LICENSE() where missing Chen-Yu Tsai (Thu Feb 16 2023 - 23:23:08 EST)
- Re: [PATCH mm-unstable v1 4/5] kvm/powerpc: add kvm_arch_test_clear_young() Yu Zhao (Thu Feb 16 2023 - 23:24:54 EST)
- Re: [PATCH v2 36/47] clk: mediatek: mt2712: Change Kconfig options to allow module build Chen-Yu Tsai (Thu Feb 16 2023 - 23:24:59 EST)
- Re: [PATCH v2 37/47] clk: mediatek: Split MT8195 clock drivers and allow module build Chen-Yu Tsai (Thu Feb 16 2023 - 23:31:41 EST)
- Re: [PATCH v2 38/47] clk: mediatek: Allow building MT8192 non-critical clocks as modules Chen-Yu Tsai (Thu Feb 16 2023 - 23:32:04 EST)
- Re: [PATCH v2 39/47] clk: mediatek: Allow MT7622 clocks to be built as modules Chen-Yu Tsai (Thu Feb 16 2023 - 23:33:01 EST)
- Re: [git pull] drm fixes for 6.2 final pr-tracker-bot (Thu Feb 16 2023 - 23:38:41 EST)
- Re: [PATCH v2 36/47] clk: mediatek: mt2712: Change Kconfig options to allow module build Chen-Yu Tsai (Fri Feb 17 2023 - 00:01:27 EST)
- Re: [PATCH v2 39/47] clk: mediatek: Allow MT7622 clocks to be built as modules Chen-Yu Tsai (Fri Feb 17 2023 - 00:02:26 EST)
- Re: [Regression] Bug 216961 - Severe IO scheduling starvation issues with btrfs Linux regression tracking (Thorsten Leemhuis) (Fri Feb 17 2023 - 00:18:16 EST)
- Re: [regression, bisected, pci/iommu] Bug 216865 - Black screen when amdgpu started during 6.2-rc1 boot with AMD IOMMU enabled Vasant Hegde (Fri Feb 17 2023 - 00:23:34 EST)
- Re: [PATCH v2 2/3] locking/rwsem: Enable early rwsem writer lock handoff Boqun Feng (Fri Feb 17 2023 - 00:24:50 EST)
- drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste_v0.c:1170:1: warning: stack frame size (1168) exceeds limit (1024) in 'dr_ste_v0_build_eth_ipv6_l3_l4_tag' kernel test robot (Fri Feb 17 2023 - 00:27:09 EST)
- Re: [PATCH] cifs: Convert struct fealist away from 1-element array Steve French (Fri Feb 17 2023 - 00:36:03 EST)
- Re: [PATCH v2] vhost/vdpa: Add MSI translation tables to iommu for software-managed MSI Jason Wang (Fri Feb 17 2023 - 00:37:11 EST)
- Re: [regression, bisected, pci/iommu] Bug 216865 - Black screen when amdgpu started during 6.2-rc1 boot with AMD IOMMU enabled Vasant Hegde (Fri Feb 17 2023 - 00:37:24 EST)
- Re: [PATCH] cifs: Replace remaining 1-element arrays Steve French (Fri Feb 17 2023 - 00:38:15 EST)
- Re: [RFC 0/2] Convert omap.txt to DT schema Tony Lindgren (Fri Feb 17 2023 - 00:48:34 EST)
- Re: [PATCH 14/17] cifs: Change the I/O paths to use an iterator rather than a page list Steve French (Fri Feb 17 2023 - 00:49:23 EST)
- [PATCH v2 2/2] erofs: set block size to the on-disk block size Jingbo Xu (Fri Feb 17 2023 - 00:50:27 EST)
- [PATCH v2 1/2] erofs: avoid hardcoded blocksize for subpage block support Jingbo Xu (Fri Feb 17 2023 - 00:50:29 EST)
- Re: [PATCH] power: supply: rt9467: Fix rt9467_run_aicl() ChiYuan Huang (Fri Feb 17 2023 - 00:51:39 EST)
- [net-next PATCH] octeontx2-af: Add NIX Errata workaround on CN10K silicon Sai Krishna (Fri Feb 17 2023 - 00:52:01 EST)
- RE: [PATCH v2 1/3] media: pci: intel: ivsc: Add CSI submodule Wu, Wentong (Fri Feb 17 2023 - 00:52:47 EST)
- Re: [PATCH 00/17] smb3: Use iov_iters down to the network transport and fix DIO page pinning Steve French (Fri Feb 17 2023 - 00:52:53 EST)
- Re: [PATCH 14/17] gpio: omap: Drop irq_base Tony Lindgren (Fri Feb 17 2023 - 00:58:09 EST)
- Re: [PATCH] vhost-vdpa: cleanup memory maps when closing vdpa fds Jason Wang (Fri Feb 17 2023 - 00:59:20 EST)
- Re: [PATCH v3 4/6] x86/hyperv: Support hypercalls for TDX guests Sathyanarayanan Kuppuswamy (Fri Feb 17 2023 - 01:01:45 EST)
- Re: [PATCH 00/17] Mass convert GPIO IRQ chips to be immutable Tony Lindgren (Fri Feb 17 2023 - 01:02:30 EST)
- Re: [PATCH 0/2] dyndbg: let's use the module notifier callback jim . cromie (Fri Feb 17 2023 - 01:02:54 EST)
- Re: [PATCH] thermal/drivers/tsens: Use devm_platform_ioremap_resource() Amit Kucheria (Fri Feb 17 2023 - 01:03:47 EST)
- Re: [RFC PATCH 0/5] Memory access profiler(IBS) driven NUMA balancing Huang, Ying (Fri Feb 17 2023 - 01:04:34 EST)
- Re: [PATCH v1] scsi: ufs: core: Add trace event for MCQ Ziqi Chen (Fri Feb 17 2023 - 01:09:24 EST)
- Re: [PATCH V2 1/2] dt-bindings: interrupt-controller: Add Loongson EIOINTC Binbin Zhou (Fri Feb 17 2023 - 01:09:43 EST)
- RE: [PATCH v2 3/3] media: pci: intel: ivsc: Add acquire/release API for ivsc Wu, Wentong (Fri Feb 17 2023 - 01:10:38 EST)
- Re: [PATCH v1] scsi: ufs: core: Add trace event for MCQ Ziqi Chen (Fri Feb 17 2023 - 01:11:47 EST)
- RE: [PATCH v5 06/14] x86/ioremap: Support hypervisor specified range to map as encrypted Michael Kelley (LINUX) (Fri Feb 17 2023 - 01:17:09 EST)
- RE: [PATCH v2 0/3] media: pci: intel: ivsc: Add driver of Intel Visual Sensing Controller(IVSC) Wu, Wentong (Fri Feb 17 2023 - 01:20:24 EST)
- [PATCH] f2fs: add sanity compress level check for compressed file Yangtao Li (Fri Feb 17 2023 - 01:23:13 EST)
- RE: [PATCH v2] Drivers: vmbus: Check for channel allocation before looking up relids Dexuan Cui (Fri Feb 17 2023 - 01:25:35 EST)
- [PATCH] habanalabs: make some functions static Jiapeng Chong (Fri Feb 17 2023 - 01:26:41 EST)
- include/linux/compiler_types.h:338:45: error: call to '__compiletime_assert_247' declared with attribute error: BUILD_BUG_ON failed: (24-12) >= 12 kernel test robot (Fri Feb 17 2023 - 01:28:07 EST)
- RE: [PATCH v2 0/3] media: pci: intel: ivsc: Add driver of Intel Visual Sensing Controller(IVSC) Wu, Wentong (Fri Feb 17 2023 - 01:28:42 EST)
- Re: [PATCH v5 00/10] Add the PowerQUICC audio support using the QMC Christophe Leroy (Fri Feb 17 2023 - 01:32:12 EST)
- Re: [PATCH] drm/i915: move a Kconfig symbol to unbreak the menu presentation Randy Dunlap (Fri Feb 17 2023 - 01:32:45 EST)
- Re: [PATCH 18/21] ext4: remove unnecessary goto in ext4_mb_mark_diskspace_used IBM (Fri Feb 17 2023 - 01:37:25 EST)
- [RFC PATCH] MIPS: SMP-CPS: fix build error when HOTPLUG_CPU not set Randy Dunlap (Fri Feb 17 2023 - 01:39:06 EST)
- Re: [PATCH 04/21] ext4: get correct ext4_group_info in ext4_mb_prefetch_fini IBM (Fri Feb 17 2023 - 01:46:39 EST)
- [PATCH] kconfig: save the KCONFIG_SEED value in the config file Randy Dunlap (Fri Feb 17 2023 - 01:52:52 EST)
- [PATCH v4 0/6] drm: lcdif: Add i.MX93 LCDIF support Liu Ying (Fri Feb 17 2023 - 01:53:15 EST)
- [PATCH v4 1/6] dt-bindings: lcdif: Add i.MX93 LCDIF support Liu Ying (Fri Feb 17 2023 - 01:53:18 EST)
- [PATCH v4 2/6] drm: lcdif: Drop unnecessary NULL pointer check on lcdif->bridge Liu Ying (Fri Feb 17 2023 - 01:53:31 EST)
- [PATCH v4 3/6] drm: lcdif: Determine bus format and flags in ->atomic_check() Liu Ying (Fri Feb 17 2023 - 01:53:40 EST)
- [PATCH v4 5/6] drm: lcdif: Add multiple encoders and first bridges support Liu Ying (Fri Feb 17 2023 - 01:53:59 EST)
- [PATCH v4 4/6] drm: lcdif: Check consistent bus format and flags across first bridges Liu Ying (Fri Feb 17 2023 - 01:54:02 EST)
- [PATCH v4 6/6] drm: lcdif: Add i.MX93 LCDIF compatible string Liu Ying (Fri Feb 17 2023 - 01:54:21 EST)
- Re: [PATCH v9 0/8] i2c-atr and FPDLink Tomi Valkeinen (Fri Feb 17 2023 - 01:57:45 EST)
- Re: [RFC v1 net-next 0/7] add support for ocelot external ports Colin Foster (Fri Feb 17 2023 - 02:02:46 EST)
- Re: linux-next: build warning after merge of the powerpc tree Josh Poimboeuf (Fri Feb 17 2023 - 02:06:00 EST)
- Re: [PATCH v7 1/1] dma: qcom: bam_dma: Add support to initialize interconnect path Vladimir Zapolskiy (Fri Feb 17 2023 - 02:07:59 EST)
- [PATCH] bus: fsl-mc-msi: Fix double word in comments Bo Liu (Fri Feb 17 2023 - 02:15:20 EST)
- Re: [PATCH 2/4] usb: cdns2: Add main part of Cadence USBHS driver kernel test robot (Fri Feb 17 2023 - 02:15:52 EST)
- [PATCH] ethtool: pse-pd: Fix double word in comments Bo Liu (Fri Feb 17 2023 - 02:16:29 EST)
- [paulmck-rcu:dev.2023.02.06b] BUILD REGRESSION 5632ab73470796810edb2ee9cf387ad88ffa0dcf kernel test robot (Fri Feb 17 2023 - 02:16:30 EST)
- [PATCH] Staging: r8188eu: Fixed block comment Khadija Kamran (Fri Feb 17 2023 - 02:17:12 EST)
- [PATCH] scsi: lpfc: Fix double word in comments Bo Liu (Fri Feb 17 2023 - 02:17:18 EST)
- Re: [PATCH mm-unstable v1 1/2] mm: multi-gen LRU: clean up sysfs code Wei Xu (Fri Feb 17 2023 - 02:21:15 EST)
- Re: [PATCH net-next 08/12] net/sched: mqprio: add an extack message to mqprio_parse_opt() Ferenc Fejes (Fri Feb 17 2023 - 02:24:16 EST)
- Re: [PATCH 04/21] ext4: get correct ext4_group_info in ext4_mb_prefetch_fini Kemeng Shi (Fri Feb 17 2023 - 02:24:23 EST)
- Re: [PATCH] scsi: lpfc: Fix double word in comments Randy Dunlap (Fri Feb 17 2023 - 02:24:40 EST)
- Re: [PATCH v2 40/47] clk: mediatek: Allow all MT8167 clocks to be built as modules Chen-Yu Tsai (Fri Feb 17 2023 - 02:26:00 EST)
- Re: [PATCH v2 41/47] clk: mediatek: Allow all MT8183 clocks to be built as modules Chen-Yu Tsai (Fri Feb 17 2023 - 02:26:21 EST)
- Re: [PATCH v2 42/47] clk: mediatek: Allow building most MT6765 clock drivers as modules Chen-Yu Tsai (Fri Feb 17 2023 - 02:26:34 EST)
- [PATCH v5 0/5] LoongArch: Add kernel relocation and KASLR support Youling Tang (Fri Feb 17 2023 - 02:26:41 EST)
- Re: [PATCH v2 43/47] clk: mediatek: Allow building most MT6797 clock drivers as modules Chen-Yu Tsai (Fri Feb 17 2023 - 02:26:51 EST)
- [PATCH v5 1/5] LoongArch: Use la.pcrel instead of la.abs when it's trivially possible Youling Tang (Fri Feb 17 2023 - 02:26:54 EST)
- [PATCH v5 2/5] LoongArch: Add JUMP_VIRT_ADDR macro implementation to avoid using la.abs Youling Tang (Fri Feb 17 2023 - 02:26:56 EST)
- [PATCH v5 3/5] LoongArch: Add la_abs macro implementation Youling Tang (Fri Feb 17 2023 - 02:27:00 EST)
- [PATCH v5 4/5] LoongArch: Add support for kernel relocation Youling Tang (Fri Feb 17 2023 - 02:27:09 EST)
- [PATCH v5 5/5] LoongArch: Add support for kernel address space layout randomization (KASLR) Youling Tang (Fri Feb 17 2023 - 02:27:16 EST)
- Re: [PATCH v2 2/3] drivers: watchdog: Add StarFive Watchdog driver Xingyu Wu (Fri Feb 17 2023 - 02:29:14 EST)
- Re: [PATCH -next 2/2] block: fix scan partition for exclusively open device again Christoph Hellwig (Fri Feb 17 2023 - 02:29:29 EST)
- Re: next: x86_64: kunit test crashed and kernel panic Naresh Kamboju (Fri Feb 17 2023 - 02:30:07 EST)
- Re: [PATCH] riscv: kprobe: Optimize kprobe with accurate atomicity Björn Töpel (Fri Feb 17 2023 - 02:32:24 EST)
- Re: [PATCH v1 0/7] MPFS system controller/mailbox fixes Conor Dooley (Fri Feb 17 2023 - 02:34:57 EST)
- Re: [PATCH v10 08/26] gunyah: rsc_mgr: Add resource manager RPC core Greg Kroah-Hartman (Fri Feb 17 2023 - 02:37:20 EST)
- RE: [PATCH v2 1/3] media: pci: intel: ivsc: Add CSI submodule Wu, Wentong (Fri Feb 17 2023 - 02:37:46 EST)
- Re: [PATCH v2 37/47] clk: mediatek: Split MT8195 clock drivers and allow module build Chen-Yu Tsai (Fri Feb 17 2023 - 02:37:55 EST)
- Re: [PATCH v2 44/47] clk: mediatek: Split configuration options for MT8186 clock drivers Chen-Yu Tsai (Fri Feb 17 2023 - 02:39:00 EST)
- [GIT PULL] scheduler fixes Ingo Molnar (Fri Feb 17 2023 - 02:42:17 EST)
- [PATCH] drm/amd/display: Modify mismatched function name Jiapeng Chong (Fri Feb 17 2023 - 02:46:29 EST)
- Re: [PATCH 15/17] gpio: omap: Convert to immutable irq_chip Tony Lindgren (Fri Feb 17 2023 - 02:49:44 EST)
- Re: [PATCH v3 07/11] dt-bindings: clock: Add StarFive JH7110 system clock and reset generator Conor Dooley (Fri Feb 17 2023 - 02:51:58 EST)
- [PATCH net-next] net: phy: micrel: Add support for PTP_PF_PEROUT for lan8841 Horatiu Vultur (Fri Feb 17 2023 - 02:52:40 EST)
- Re: [PATCH v2] octeontx2-pf: Use correct struct reference in test condition Deepak R Varma (Fri Feb 17 2023 - 02:55:41 EST)
- Re: [PATCH v2 07/11] KVM: x86: add a delayed hardware NMI injection interface Santosh Shukla (Fri Feb 17 2023 - 02:57:01 EST)
- [PATCH V5 0/7] Add minimal boot support for IPQ5332 Kathiravan T (Fri Feb 17 2023 - 02:59:28 EST)
- [PATCH V5 1/7] clk: qcom: Add STROMER PLUS PLL type for IPQ5332 Kathiravan T (Fri Feb 17 2023 - 02:59:31 EST)
- [PATCH V5 2/7] dt-bindings: clock: Add Qualcomm IPQ5332 GCC Kathiravan T (Fri Feb 17 2023 - 02:59:42 EST)
- [PATCH V5 5/7] dt-bindings: firmware: qcom,scm: document IPQ5332 SCM Kathiravan T (Fri Feb 17 2023 - 03:00:28 EST)
- [PATCH V5 6/7] arm64: dts: qcom: add IPQ5332 SoC and MI01.2 board support Kathiravan T (Fri Feb 17 2023 - 03:00:40 EST)
- [PATCH V5 3/7] clk: qcom: add Global Clock controller (GCC) driver for IPQ5332 SoC Kathiravan T (Fri Feb 17 2023 - 03:00:43 EST)
- [PATCH V5 7/7] arm64: defconfig: Enable IPQ5332 SoC base configs Kathiravan T (Fri Feb 17 2023 - 03:00:47 EST)
- [PATCH V5 4/7] dt-bindings: qcom: add ipq5332 boards Kathiravan T (Fri Feb 17 2023 - 03:00:51 EST)
- [PATCH] KVM: Reorder fields in 'struct kvm_mmu_memory_cache' Christophe JAILLET (Fri Feb 17 2023 - 03:02:55 EST)
- Re: [PATCH v2 45/47] clk: mediatek: mt8192: Move apmixedsys clock driver to its own file Chen-Yu Tsai (Fri Feb 17 2023 - 03:03:06 EST)
- Re: [RFC] Support for Arm CCA VMs on Linux Itaru Kitayama (Fri Feb 17 2023 - 03:03:07 EST)
- Re: [PATCH v5 4/5] LoongArch: Add support for kernel relocation Xi Ruoyao (Fri Feb 17 2023 - 03:03:10 EST)
- Re: [PATCH v2 46/47] clk: mediatek: Kconfig: Allow module build for core mt8192 clocks Chen-Yu Tsai (Fri Feb 17 2023 - 03:03:15 EST)
- Re: [PATCH v2 47/47] clk: mediatek: Add MODULE_DEVICE_TABLE() where appropriate Chen-Yu Tsai (Fri Feb 17 2023 - 03:04:53 EST)
- Re: [PATCH v2 00/47] MediaTek clocks: full module build and cleanups Chen-Yu Tsai (Fri Feb 17 2023 - 03:05:28 EST)
- [GIT PULL] fs idmapped updates for v6.3 Christian Brauner (Fri Feb 17 2023 - 03:06:34 EST)
- [PATCH v3 0/2][next] Revise Richtek RT9467 documentation compatible name ChiaEn Wu (Fri Feb 17 2023 - 03:07:04 EST)
- [PATCH v3 1/2][next] dt-bindings: power: supply: Revise Richtek RT9467 compatible name ChiaEn Wu (Fri Feb 17 2023 - 03:07:06 EST)
- [PATCH v3 2/2][next] dt-bindings: power: supply: Rename the file name of RT9467 charger yaml ChiaEn Wu (Fri Feb 17 2023 - 03:07:08 EST)
- [PATCH V3] clk: qcom: ipq5332: mark GPLL4 as critical temporarily Kathiravan T (Fri Feb 17 2023 - 03:08:02 EST)
- [GIT PULL] fs updates for v6.3 Christian Brauner (Fri Feb 17 2023 - 03:08:25 EST)
- Re: [PATCH net-next v2] net: lan966x: Use automatic selection of VCAP rule actionset Horatiu Vultur (Fri Feb 17 2023 - 03:09:07 EST)
- Re: [PATCH v4 3/6] drm: lcdif: Determine bus format and flags in ->atomic_check() Alexander Stein (Fri Feb 17 2023 - 03:09:23 EST)
- Re: [PATCH v4 5/5] LoongArch: Add support for kernel address space layout randomization (KASLR) Xi Ruoyao (Fri Feb 17 2023 - 03:09:31 EST)
- Re: [PATCH 14/17] cifs: Change the I/O paths to use an iterator rather than a page list David Howells (Fri Feb 17 2023 - 03:09:58 EST)
- Re: [PATCH v4 4/6] drm: lcdif: Check consistent bus format and flags across first bridges Alexander Stein (Fri Feb 17 2023 - 03:10:42 EST)
- [GIT PULL] acl updates for v6.3 Christian Brauner (Fri Feb 17 2023 - 03:10:45 EST)
- Re: [PATCH] ext4: fix another off-by-one fsmap error on 1k block filesystems Tudor Ambarus (Fri Feb 17 2023 - 03:10:51 EST)
- Re: [PATCH v4 5/6] drm: lcdif: Add multiple encoders and first bridges support Alexander Stein (Fri Feb 17 2023 - 03:12:48 EST)
- Re: [PATCH v5 4/5] LoongArch: Add support for kernel relocation Youling Tang (Fri Feb 17 2023 - 03:13:49 EST)
- Re: [PATCH v4 2/2] gpu/drm/panel: Add Sony TD4353 JDI panel driver Daniel Vetter (Fri Feb 17 2023 - 03:15:09 EST)
- Re: [PATCH v4 0/6] drm: lcdif: Add i.MX93 LCDIF support Alexander Stein (Fri Feb 17 2023 - 03:18:35 EST)
- Re: [PATCH v3 1/1] KVM: s390: vsie: clarifications on setting the APCB Pierre Morel (Fri Feb 17 2023 - 03:21:27 EST)
- RE: [EXT] Re: [PATCH net-next v3 1/7] octeon_ep: defer probe if firmware not ready Veerasenareddy Burru (Fri Feb 17 2023 - 03:21:31 EST)
- Re: [PATCH v3 1/1] KVM: s390: vsie: clarifications on setting the APCB Pierre Morel (Fri Feb 17 2023 - 03:22:17 EST)
- Re: [PATCH v14 08/17] splice: Do splice read from a file without using ITER_PIPE Ming Lei (Fri Feb 17 2023 - 03:23:40 EST)
- Re: [PATCH v1] arm64: efi: Make efi_rt_lock a raw_spinlock Pierre Gondois (Fri Feb 17 2023 - 03:24:12 EST)
- Re: [PATCH 00/17] smb3: Use iov_iters down to the network transport and fix DIO page pinning David Howells (Fri Feb 17 2023 - 03:24:17 EST)
- Re: [PATCH v4 5/5] LoongArch: Add support for kernel address space layout randomization (KASLR) Youling Tang (Fri Feb 17 2023 - 03:24:47 EST)
- RE: [EXT] Re: [PATCH net-next v3 2/7] octeon_ep: poll for control messages Veerasenareddy Burru (Fri Feb 17 2023 - 03:26:16 EST)
- Re: [PATCH v11 050/113] KVM: x86/tdp_mmu: Ignore unsupported mmu operation on private GFNs Zhi Wang (Fri Feb 17 2023 - 03:27:57 EST)
- Re: [PATCH v1] arm64: efi: Make efi_rt_lock a raw_spinlock Ard Biesheuvel (Fri Feb 17 2023 - 03:28:00 EST)
- [PATCH -next] mmc: meson-gx: Use devm_platform_get_and_ioremap_resource() Yang Li (Fri Feb 17 2023 - 03:30:16 EST)
- [PATCH] scsi: lpfc: Fix double word in comments Bo Liu (Fri Feb 17 2023 - 03:30:22 EST)
- 撤回: [PATCH] scsi: lpfc: Fix double word in comments Bo Liu (刘波)-浪潮信息 (Fri Feb 17 2023 - 03:30:45 EST)
- [PATCH v2 1/1] scsi: lpfc: Fix double word in comments Bo Liu (Fri Feb 17 2023 - 03:31:04 EST)
- [PATCH V3 0/5] Add APSS clock driver support for IPQ5332 Kathiravan T (Fri Feb 17 2023 - 03:33:36 EST)
- [PATCH V3 1/5] clk: qcom: apss-ipq-pll: refactor the driver to accommodate different PLL types Kathiravan T (Fri Feb 17 2023 - 03:33:44 EST)
- [PATCH V3 2/5] dt-bindings: clock: qcom,a53pll: add IPQ5332 compatible Kathiravan T (Fri Feb 17 2023 - 03:33:51 EST)
- [PATCH V3 3/5] clk: qcom: apss-ipq-pll: add support for IPQ5332 Kathiravan T (Fri Feb 17 2023 - 03:33:58 EST)
- [PATCH V3 4/5] dt-bindings: mailbox: qcom: add compatible for the IPQ5332 SoC Kathiravan T (Fri Feb 17 2023 - 03:34:08 EST)
- [PATCH V3 5/5] arm64: dts: qcom: ipq5332: enable the CPUFreq support Kathiravan T (Fri Feb 17 2023 - 03:34:18 EST)
- Re: [PATCH 7/7] arm64: dts: qcom: ipq9574: Add PCIe PHYs and controller nodes Sricharan Ramabadhran (Fri Feb 17 2023 - 03:36:06 EST)
- [PATCH v3 1/4] hwmon: (pmbus/core): Generalize pmbus status flag map Naresh Solanki (Fri Feb 17 2023 - 03:36:43 EST)
- [PATCH v3 2/4] hwmon: (pmbus/core) Generalise pmbus get status Naresh Solanki (Fri Feb 17 2023 - 03:36:47 EST)
- [PATCH v3 3/4] hwmon: (pmbus/core): Add interrupt support Naresh Solanki (Fri Feb 17 2023 - 03:36:49 EST)
- [PATCH v3 4/4] hwmon: (pmbus/core): Notify hwmon events Naresh Solanki (Fri Feb 17 2023 - 03:36:51 EST)
- Re: [PATCH v4 2/3] dt-bindings: i2c-ast2600: Add support for AST2600 i2C driver Krzysztof Kozlowski (Fri Feb 17 2023 - 03:37:46 EST)
- Re: [PATCH v5 2/2] sched/fair: Introduce SIS_SHORT to wake up short task on current CPU Honglei Wang (Fri Feb 17 2023 - 03:37:50 EST)
- Re: [PATCH] ext4: fix another off-by-one fsmap error on 1k block filesystems Tudor Ambarus (Fri Feb 17 2023 - 03:38:08 EST)
- Re: [PATCH] ARM: dts: mvebu: Add support for Thecus N2350 board Krzysztof Kozlowski (Fri Feb 17 2023 - 03:38:45 EST)
- Re: [PATCH V2 1/2] dt-bindings: interrupt-controller: Add Loongson EIOINTC Krzysztof Kozlowski (Fri Feb 17 2023 - 03:40:59 EST)
- Re: [PATCH 6/7] clk: qcom: gcc-ipq9574: Add PCIe related clocks Sricharan Ramabadhran (Fri Feb 17 2023 - 03:41:55 EST)
- Re: [PATCH v2] dt-bindings: ata: Add UniPhier controller binding Krzysztof Kozlowski (Fri Feb 17 2023 - 03:42:32 EST)
- Re: [RFC PATCH] MIPS: SMP-CPS: fix build error when HOTPLUG_CPU not set Sergei Shtylyov (Fri Feb 17 2023 - 03:43:12 EST)
- Re: [PATCH 6/7] clk: qcom: gcc-ipq9574: Add PCIe related clocks Sricharan Ramabadhran (Fri Feb 17 2023 - 03:44:26 EST)
- Re: [PATCH v2 1/2] dt-bindings: regulator: Add Richtek RT5739 Krzysztof Kozlowski (Fri Feb 17 2023 - 03:45:25 EST)
- Re: [PATCH 5.15-rt] printk: ignore consoles without write() callback John Ogness (Fri Feb 17 2023 - 03:46:38 EST)
- [PATCH] maple_tree: Remove some unused functions Jiapeng Chong (Fri Feb 17 2023 - 03:47:00 EST)
- Re: [PATCH v2 2/2] ARM: at91: dt: adding new macros Krzysztof Kozlowski (Fri Feb 17 2023 - 03:47:29 EST)
- [PATCH 0/4] simplify extcon_dev_register function. Bumwoo Lee (Fri Feb 17 2023 - 03:47:44 EST)
- [PATCH 1/4] extcon: remove redundant null checking for class Bumwoo Lee (Fri Feb 17 2023 - 03:48:13 EST)
- [PATCH 4/4] extcon: added extcon_alloc_groups to simplify extcon register function Bumwoo Lee (Fri Feb 17 2023 - 03:48:17 EST)
- [PATCH 3/4] extcon: added extcon_alloc_muex to simplify extcon register function Bumwoo Lee (Fri Feb 17 2023 - 03:48:20 EST)
- [PATCH 2/4] extcon: added extcon_alloc_cables to simplify extcon register function Bumwoo Lee (Fri Feb 17 2023 - 03:48:23 EST)
- Re: [PATCH] habanalabs: make some functions static Stanislaw Gruszka (Fri Feb 17 2023 - 03:48:32 EST)
- Re: [PATCH 0/7] Add PCIe support for IPQ9574 Sricharan Ramabadhran (Fri Feb 17 2023 - 03:48:51 EST)
- [PATCH v8 0/5] add debugfs to migration driver Longfang Liu (Fri Feb 17 2023 - 03:49:19 EST)
- [PATCH 5.10-rt] printk: ignore consoles without write() callback John Ogness (Fri Feb 17 2023 - 03:49:41 EST)
- [PATCH -next] drm/bridge: analogix_dp: Use devm_platform_ioremap_resource() Yang Li (Fri Feb 17 2023 - 03:49:47 EST)
- [PATCH v8 1/5] vfio/migration: Add debugfs to live migration driver Longfang Liu (Fri Feb 17 2023 - 03:49:50 EST)
- [PATCH v8 2/5] hisi_acc_vfio_pci: extract public functions for container_of Longfang Liu (Fri Feb 17 2023 - 03:50:33 EST)
- [PATCH] serial: 8250_fintek: Add using BIOS IRQ default setting Ji-Ze Hong (Peter Hong) (Fri Feb 17 2023 - 03:50:35 EST)
- [PATCH v8 3/5] hisi_acc_vfio_pci: register debugfs for hisilicon migration driver Longfang Liu (Fri Feb 17 2023 - 03:51:00 EST)
- [PATCH v8 4/5] Documentation: add debugfs description for vfio Longfang Liu (Fri Feb 17 2023 - 03:51:24 EST)
- [PATCH v8 5/5] vfio: update live migration device status Longfang Liu (Fri Feb 17 2023 - 03:51:41 EST)
- Re: [PATCH v6 4/6] s390/pci: Use dma-iommu layer Niklas Schnelle (Fri Feb 17 2023 - 03:52:24 EST)
- Re: [PATCH v3 1/2][next] dt-bindings: power: supply: Revise Richtek RT9467 compatible name Krzysztof Kozlowski (Fri Feb 17 2023 - 03:53:14 EST)
- Re: [PATCH v3 2/2][next] dt-bindings: power: supply: Rename the file name of RT9467 charger yaml Krzysztof Kozlowski (Fri Feb 17 2023 - 03:53:48 EST)
- Re: [PATCH v4 1/2] mm/userfaultfd: Support WP on multiple VMAs David Hildenbrand (Fri Feb 17 2023 - 03:54:46 EST)
- [PATCH v4 0/3] mm/khugepaged: fix khugepaged+shmem races David Stevens (Fri Feb 17 2023 - 03:55:12 EST)
- Re: [PATCH 1/5] dt-bindings: arm-smmu: Add SM8350 Adreno SMMU Krzysztof Kozlowski (Fri Feb 17 2023 - 03:55:14 EST)
- [PATCH v4 1/3] mm/khugepaged: refactor collapse_file control flow David Stevens (Fri Feb 17 2023 - 03:55:24 EST)
- [PATCH v4 2/3] mm/khugepaged: skip shmem with userfaultfd David Stevens (Fri Feb 17 2023 - 03:55:29 EST)
- [PATCH v4 3/3] mm/khugepaged: maintain page cache uptodate flag David Stevens (Fri Feb 17 2023 - 03:55:34 EST)
- Re: next: x86_64: kunit test crashed and kernel panic Marco Elver (Fri Feb 17 2023 - 03:57:17 EST)
- Re: [PATCH v5 char-misc-next] misc: microchip: pci1xxxx: Add OTP/EEPROM driver for the pci1xxxx switch Kumaravel.Thiagarajan (Fri Feb 17 2023 - 03:57:46 EST)
- Re: [PATCH v4 0/6] drm: lcdif: Add i.MX93 LCDIF support Liu Ying (Fri Feb 17 2023 - 04:00:13 EST)
- Re: [PATCH mm-unstable v1 3/5] kvm/arm64: add kvm_arch_test_clear_young() Marc Zyngier (Fri Feb 17 2023 - 04:00:35 EST)
- Re: [PATCH] dt-bindings: display: msm: sm6115-mdss: Fix DSI compatible Krzysztof Kozlowski (Fri Feb 17 2023 - 04:00:41 EST)
- Re: [PATCH 03/17] splice: Add a func to do a splice from an O_DIRECT file without ITER_PIPE David Howells (Fri Feb 17 2023 - 04:01:01 EST)
- Re: [PATCH] ext4: fix another off-by-one fsmap error on 1k block filesystems Tudor Ambarus (Fri Feb 17 2023 - 04:04:58 EST)
- Re: [syzbot] WARNING: can't access registers at entry_SYSCALL_64_after_hwframe Dmitry Vyukov (Fri Feb 17 2023 - 04:06:10 EST)
- Re: [PATCH v1 1/4] dt-bindings: mfd: Add DT bindings for TI TPS6594 PMIC Krzysztof Kozlowski (Fri Feb 17 2023 - 04:06:19 EST)
- Re: [ANNOUNCE][CFP] Power Management and Scheduling in the Linux Kernel V edition (OSPM-summit 2023) Juri Lelli (Fri Feb 17 2023 - 04:07:34 EST)
- Re: drivers/iommu/io-pgtable-arm.c:330:8: error: instruction requires the following: RV64I Base Instruction Set Geert Uytterhoeven (Fri Feb 17 2023 - 04:07:57 EST)
- Re: [syzbot] WARNING: stack going in the wrong direction? at __sys_setsockopt Dmitry Vyukov (Fri Feb 17 2023 - 04:08:10 EST)
- Re: [PATCH mm-unstable v1 3/5] kvm/arm64: add kvm_arch_test_clear_young() Oliver Upton (Fri Feb 17 2023 - 04:09:50 EST)
- Re: [PATCH -tip v4 3/3] kasan: test: Fix test for new meminstrinsic instrumentation Alexander Potapenko (Fri Feb 17 2023 - 04:11:41 EST)
- Re: [PATCH v2] scsi: virtio_scsi: Fix poential NULL pointer dereference in virtscsi_rescan_hotunplug Zheng Hacker (Fri Feb 17 2023 - 04:13:11 EST)
- Re: [PATCH] habanalabs: make some functions static Stanislaw Gruszka (Fri Feb 17 2023 - 04:13:17 EST)
- Re: [PATCH 2/3] livepatch,sched: Add livepatch task switching to cond_resched() Petr Mladek (Fri Feb 17 2023 - 04:14:40 EST)
- Re: [PATCH v5 01/10] dt-bindings: soc: fsl: cpm_qe: Add TSA controller Krzysztof Kozlowski (Fri Feb 17 2023 - 04:15:01 EST)
- Re: [PATCH] serial: 8250_fintek: Add using BIOS IRQ default setting Greg KH (Fri Feb 17 2023 - 04:17:50 EST)
- Re: [PATCH] serial: 8250_fintek: Add using BIOS IRQ default setting Greg KH (Fri Feb 17 2023 - 04:18:58 EST)
- Re: [PATCH v14 08/17] splice: Do splice read from a file without using ITER_PIPE Ming Lei (Fri Feb 17 2023 - 04:19:11 EST)
- Re: [PATCH v2] drm: add kms driver for loongson display controller Thomas Zimmermann (Fri Feb 17 2023 - 04:20:51 EST)
- Re: [PATCH v5 char-misc-next] misc: microchip: pci1xxxx: Add OTP/EEPROM driver for the pci1xxxx switch Greg KH (Fri Feb 17 2023 - 04:22:08 EST)
- Re: [PATCH v5 05/10] dt-bindings: soc: fsl: cpm_qe: Add QMC controller Krzysztof Kozlowski (Fri Feb 17 2023 - 04:22:21 EST)
- Re: [PATCH v7 1/6] dt-bindings: mediatek: mt8188: Add binding for MM & INFRA IOMMU Krzysztof Kozlowski (Fri Feb 17 2023 - 04:23:43 EST)
- Re: [PATCH v2 2/7] platform/x86/intel/ifs: Introduce Array Scan test to IFS Greg KH (Fri Feb 17 2023 - 04:25:18 EST)
- [PATCH][next] sfc: Fix spelling mistake "creationg" -> "creating" Colin Ian King (Fri Feb 17 2023 - 04:25:39 EST)
- [PATCH] rtlwifi: rtl8192de: Remove the unused variable bcnfunc_enable Jiapeng Chong (Fri Feb 17 2023 - 04:25:52 EST)
- Re: [PATCH v2] docs: describe how to quickly build a trimmed kernel Thorsten Leemhuis (Fri Feb 17 2023 - 04:29:20 EST)
- [PATCH] blk-mq: Reorder fields in 'struct blk_mq_tag_set' Christophe JAILLET (Fri Feb 17 2023 - 04:29:24 EST)
- Re: [net PATCH 1/2] mm: Use fixed constant in page_frag_alloc instead of size + 1 Vlastimil Babka (Fri Feb 17 2023 - 04:30:13 EST)
- Re: [Patch] [tegra] Remove unneeded version.h includes pointed out by 'make versioncheck' Jon Hunter (Fri Feb 17 2023 - 04:30:57 EST)
- Re: [PATCH 1/2] dt-bindings: iio: adc: Add driver for TI ADS1100 and ADS1000 Krzysztof Kozlowski (Fri Feb 17 2023 - 04:36:39 EST)
- Re: [PATCH v10 1/6] userfaultfd: Add UFFD WP Async support Mike Rapoport (Fri Feb 17 2023 - 04:38:10 EST)
- Re: [Patch] [tegra] Remove unneeded version.h includes pointed out by 'make versioncheck' Jon Hunter (Fri Feb 17 2023 - 04:39:43 EST)
- [PATCH 01/11] PCI: dwc: Fix port link CSR improper init if CDM check enabled Serge Semin (Fri Feb 17 2023 - 04:40:14 EST)
- [PATCH 02/11] PCI: dwc: Fix erroneous version type test helper Serge Semin (Fri Feb 17 2023 - 04:40:16 EST)
- [PATCH 00/11] PCI: dwc: Relatively simple fixes and cleanups Serge Semin (Fri Feb 17 2023 - 04:40:19 EST)
- [PATCH 04/11] PCI: bt1: Enable async probe type Serge Semin (Fri Feb 17 2023 - 04:40:23 EST)
- [PATCH 03/11] PCI: dwc: Fix inbound iATU entries out-of-bounds warning message Serge Semin (Fri Feb 17 2023 - 04:40:25 EST)
- [PATCH 05/11] PCI: bt1: Fix printing false error message Serge Semin (Fri Feb 17 2023 - 04:40:27 EST)
- [PATCH 06/11] PCI: dwc: Drop duplicated fast-link-mode flag unsetting Serge Semin (Fri Feb 17 2023 - 04:40:30 EST)
- [PATCH 07/11] PCI: dwc: Drop empty line from dw_pcie_link_set_max_speed() Serge Semin (Fri Feb 17 2023 - 04:40:32 EST)
- [PATCH 08/11] PCI: visconti: Convert to using generic resources getter Serge Semin (Fri Feb 17 2023 - 04:40:35 EST)
- [PATCH 09/11] MAINTAINERS: Add all generic DW PCIe RP/EP DT-schemas Serge Semin (Fri Feb 17 2023 - 04:40:37 EST)
- [PATCH 10/11] MAINTAINERS: Add myself as the DW PCIe core reviewer Serge Semin (Fri Feb 17 2023 - 04:40:41 EST)
- [PATCH 11/11] MAINTAINERS: Add myself as the DW eDMA driver reviewer Serge Semin (Fri Feb 17 2023 - 04:40:45 EST)
- [PATCH v5] remoteproc: imx_dsp_rproc: add module parameter to ignore ready flag from remote processor Iuliana Prodan (OSS) (Fri Feb 17 2023 - 04:42:58 EST)
- Re: [PATCH v2] Drivers: vmbus: Check for channel allocation before looking up relids Mohammed Gamal (Fri Feb 17 2023 - 04:43:57 EST)
- [PATCH v2 1/2] tty: new helper function tty_get_mget Florian Eckert (Fri Feb 17 2023 - 04:44:23 EST)
- [PATCH v2 2/2] trigger: ledtrig-tty: add additional modes Florian Eckert (Fri Feb 17 2023 - 04:44:26 EST)
- [PATCH v2 0/2] leds: ledtrig-tty: add tty_led_mode xtension Florian Eckert (Fri Feb 17 2023 - 04:44:29 EST)
- [PATCH net] mlx4: supress fortify for inlined xmit Josef Oskera (Fri Feb 17 2023 - 04:46:46 EST)
- Re: [PATCH v2 17/18] lib/stackdepot: various comments clean-ups Andrey Konovalov (Fri Feb 17 2023 - 04:46:51 EST)
- Re: [PATCH] dma-buf: make kobj_type structure constant Christian König (Fri Feb 17 2023 - 04:47:32 EST)
- Re: [PATCH v2 1/2] tty: new helper function tty_get_mget Greg KH (Fri Feb 17 2023 - 04:49:17 EST)
- Re: [PATCH v4 2/3] LoongArch: Add ptrace single step support Youling Tang (Fri Feb 17 2023 - 04:50:35 EST)
- Re: [PATCH v2 18/18] lib/stackdepot: move documentation comments to stackdepot.h Andrey Konovalov (Fri Feb 17 2023 - 04:50:45 EST)
- RE: [PATCH v2] Drivers: vmbus: Check for channel allocation before looking up relids Vitaly Kuznetsov (Fri Feb 17 2023 - 04:52:30 EST)
- [PATCH v4] dt-bindings: power: supply: Revise Richtek RT9467 compatible name ChiaEn Wu (Fri Feb 17 2023 - 04:56:16 EST)
- [PATCH v2 0/6] iommu: Extend changing default domain to normal group Lu Baolu (Fri Feb 17 2023 - 04:56:18 EST)
- [PATCH v2 1/6] ARM/dma-mapping: Remove iommu_detach_device() Lu Baolu (Fri Feb 17 2023 - 04:56:21 EST)
- [PATCH v2 2/6] iommu: Split iommu_group_remove_device() into helpers Lu Baolu (Fri Feb 17 2023 - 04:56:25 EST)
- [PATCH v2 3/6] iommu: Same critical region for device release and removal Lu Baolu (Fri Feb 17 2023 - 04:56:31 EST)
- [PATCH v2 4/6] iommu: Move lock from iommu_change_dev_def_domain() to its caller Lu Baolu (Fri Feb 17 2023 - 04:56:36 EST)
- [PATCH v2 5/6] iommu: Replace device_lock() with group->mutex Lu Baolu (Fri Feb 17 2023 - 04:56:40 EST)
- [PATCH v2 6/6] iommu: Cleanup iommu_change_dev_def_domain() Lu Baolu (Fri Feb 17 2023 - 04:56:43 EST)
- [PATCH] sfc: use IS_ENABLED() checks for CONFIG_SFC_SRIOV Arnd Bergmann (Fri Feb 17 2023 - 04:57:48 EST)
- Re: [PATCH] drm/i915: Make kobj_type structures constant Jani Nikula (Fri Feb 17 2023 - 04:58:30 EST)
- [PATCH] MAINTAINERS: Add myself as co-maintainer for DRM Panels drivers Neil Armstrong (Fri Feb 17 2023 - 04:58:32 EST)
- [PATCH] net: microchip: sparx5: reduce stack usage Arnd Bergmann (Fri Feb 17 2023 - 04:58:36 EST)
- [PATCH] wifi: rtl8xxxu: add LEDS_CLASS dependency Arnd Bergmann (Fri Feb 17 2023 - 04:59:38 EST)
- [PATCH 1/2] dt-bindings: iio: adc: Add driver for TI ADS1100 and ADS1000 Mike Looijmans (Fri Feb 17 2023 - 04:59:41 EST)
- Re: [PATCH v4 2/3] LoongArch: Add ptrace single step support Qing Zhang (Fri Feb 17 2023 - 05:00:20 EST)
- [PATCH 2/2] iio: adc: Add driver for TI ADS1100 and ADS1000 chips Mike Looijmans (Fri Feb 17 2023 - 05:00:59 EST)
- Re: [PATCH] [RFC] maple_tree: reduce stack usage with gcc-9 and earlier Andrey Konovalov (Fri Feb 17 2023 - 05:01:58 EST)
- [PATCH v2] Bluetooth: hci_core: Fix poential Use-after-Free bug in hci_remove_adv_monitor Zheng Wang (Fri Feb 17 2023 - 05:05:03 EST)
- [RFC v2] net/core: add optional threading for rps backlog processing Felix Fietkau (Fri Feb 17 2023 - 05:06:24 EST)
- drivers/net/ethernet/brocade/bna/bnad.c:2918:41: warning: variable 'unmap' set but not used kernel test robot (Fri Feb 17 2023 - 05:07:14 EST)
- [RESEBD PATCH v3] bcache: Remove some unnecessary NULL point check for the return value of __bch_btree_node_alloc-related pointer Zheng Wang (Fri Feb 17 2023 - 05:09:17 EST)
- Re: [PATCH v10 3/6] fs/proc/task_mmu: Implement IOCTL to get and/or the clear info about PTEs Mike Rapoport (Fri Feb 17 2023 - 05:10:51 EST)
- Re: [PATCH v4] dt-bindings: power: supply: Revise Richtek RT9467 compatible name Krzysztof Kozlowski (Fri Feb 17 2023 - 05:11:57 EST)
- Re: [PATCH V2 1/2] dt-bindings: interrupt-controller: Add Loongson EIOINTC Binbin Zhou (Fri Feb 17 2023 - 05:12:20 EST)
- Re: [PATCH v2] vhost/vdpa: Add MSI translation tables to iommu for software-managed MSI Michael S. Tsirkin (Fri Feb 17 2023 - 05:12:39 EST)
- Re: [PATCH v2] vhost/vdpa: Add MSI translation tables to iommu for software-managed MSI Michael S. Tsirkin (Fri Feb 17 2023 - 05:13:28 EST)
- Re: [PATCH] gpu-drm-tiny-cirrus: Add NULL check of pointer pipe->plane.state->fb in cirrus_pipe_update() Thomas Zimmermann (Fri Feb 17 2023 - 05:14:30 EST)
- Re: [PATCH v4 2/3] LoongArch: Add ptrace single step support WANG Xuerui (Fri Feb 17 2023 - 05:16:42 EST)
- Re: [PATCH 01/11] PCI: dwc: Fix port link CSR improper init if CDM check enabled Serge Semin (Fri Feb 17 2023 - 05:19:22 EST)
- Re: [PATCH v2] drm/meson/meson_venc: Relax the supported mode checks Neil Armstrong (Fri Feb 17 2023 - 05:20:20 EST)
- Re: [PATCH v3 26/35] mm: fall back to mmap_lock if vma->anon_vma is not yet set Hyeonggon Yoo (Fri Feb 17 2023 - 05:21:39 EST)
- [PATCH] ARM: dts: aspeed: mtmitchell: Enable NCSI Chanh Nguyen (Fri Feb 17 2023 - 05:22:00 EST)
- [PATCH v3 0/2] Apple Magic Keyboard Backlight Orlando Chamberlain (Fri Feb 17 2023 - 05:24:07 EST)
- [PATCH v3 1/2] Documentation: leds: standardise keyboard backlight led names Orlando Chamberlain (Fri Feb 17 2023 - 05:24:15 EST)
- [PATCH v3 2/2] HID: hid-apple-magic-backlight: Add driver for keyboard backlight on internal Magic Keyboards Orlando Chamberlain (Fri Feb 17 2023 - 05:24:23 EST)
- Re: [PATCH] tasks: Extract rcu_users out of union Oleg Nesterov (Fri Feb 17 2023 - 05:26:23 EST)
- Re: [PATCH v1 1/1] device property: Clarify description on returned value in some functions Sakari Ailus (Fri Feb 17 2023 - 05:28:09 EST)
- Re: [PATCH v1 char-misc-next 2/5] misc: microchip: pci1xxxx: load gpio driver for the gpio controller auxiliary device enumerated by the auxiliary bus driver. Michael Walle (Fri Feb 17 2023 - 05:31:33 EST)
- Re: [PATCH v4 0/3] mm/khugepaged: fix khugepaged+shmem races Miko Larsson (Fri Feb 17 2023 - 05:37:28 EST)
- [GIT PULL] MMC fixes for v6.2-rc9 Ulf Hansson (Fri Feb 17 2023 - 05:38:08 EST)
- [syzbot] upstream-arm64 build error syzbot (Fri Feb 17 2023 - 05:40:00 EST)
- Re: [PATCH v10 3/6] fs/proc/task_mmu: Implement IOCTL to get and/or the clear info about PTEs Muhammad Usama Anjum (Fri Feb 17 2023 - 05:40:24 EST)
- Re: [PATCH v5 2/2] sched/fair: Introduce SIS_SHORT to wake up short task on current CPU Abel Wu (Fri Feb 17 2023 - 05:40:44 EST)
- Re: [PATCH v4 2/2] mm/userfaultfd: add VM_WARN_ONCE() Muhammad Usama Anjum (Fri Feb 17 2023 - 05:41:12 EST)
- Re: [PATCH v3 2/2] HID: hid-apple-magic-backlight: Add driver for keyboard backlight on internal Magic Keyboards Andy Shevchenko (Fri Feb 17 2023 - 05:44:33 EST)
- Re: [PATCH v3] apparmor: global buffers spin lock may get contended Sebastian Andrzej Siewior (Fri Feb 17 2023 - 05:45:00 EST)
- Re: [PATCH] MAINTAINERS: Add myself as co-maintainer for DRM Panels drivers Sam Ravnborg (Fri Feb 17 2023 - 05:45:32 EST)
- [PATCH v5 00/10] The great interconnecification fixation Konrad Dybcio (Fri Feb 17 2023 - 05:46:40 EST)
- [PATCH v5 01/10] interconnect: qcom: rpm: make QoS INVALID default, separate out driver data Konrad Dybcio (Fri Feb 17 2023 - 05:46:42 EST)
- [PATCH v5 02/10] interconnect: qcom: rpm: Add support for specifying channel num Konrad Dybcio (Fri Feb 17 2023 - 05:46:47 EST)
- [PATCH v5 03/10] interconnect: qcom: Sort kerneldoc entries Konrad Dybcio (Fri Feb 17 2023 - 05:46:51 EST)
- [PATCH v5 04/10] interconnect: qcom: rpm: Rename icc desc clocks to bus_blocks Konrad Dybcio (Fri Feb 17 2023 - 05:46:53 EST)
- [PATCH v5 05/10] interconnect: qcom: rpm: Rename icc provider num_clocks to num_bus_clocks Konrad Dybcio (Fri Feb 17 2023 - 05:46:56 EST)
- [PATCH v5 06/10] interconnect: qcom: rpm: Handle interface clocks Konrad Dybcio (Fri Feb 17 2023 - 05:46:58 EST)
- [PATCH v5 07/10] interconnect: qcom: icc-rpm: Allow negative num_bus_clocks Konrad Dybcio (Fri Feb 17 2023 - 05:47:07 EST)
- [PATCH v5 08/10] interconnect: qcom: msm8996: Specify no bus clock scaling on A0NoC Konrad Dybcio (Fri Feb 17 2023 - 05:47:11 EST)
- [PATCH v5 09/10] interconnect: qcom: rpm: Don't use clk_get_optional for bus clocks anymore Konrad Dybcio (Fri Feb 17 2023 - 05:47:15 EST)
- [PATCH v5 10/10] interconnect: qcom: msm8996: Promote to core_initcall Konrad Dybcio (Fri Feb 17 2023 - 05:47:25 EST)
- net/mptcp/protocol.h:547:9: sparse: sparse: incorrect type in argument 1 (different address spaces) kernel test robot (Fri Feb 17 2023 - 05:49:33 EST)
- Re: [PATCH v2 0/3] media: pci: intel: ivsc: Add driver of Intel Visual Sensing Controller(IVSC) Sakari Ailus (Fri Feb 17 2023 - 05:50:06 EST)
- [PATCH v5] mm/userfaultfd: Support WP on multiple VMAs Muhammad Usama Anjum (Fri Feb 17 2023 - 05:56:26 EST)
- Re: [PATCH v3 1/2] ext4: commit super block if fs record error when journal record without error Jan Kara (Fri Feb 17 2023 - 05:57:01 EST)
- Re: [PATCH -next] mmc: meson-gx: Use devm_platform_get_and_ioremap_resource() Ulf Hansson (Fri Feb 17 2023 - 05:57:05 EST)
- Re: [PATCH v2 29/47] clk: mediatek: Propagate struct device with mtk_clk_register_dividers() AngeloGioacchino Del Regno (Fri Feb 17 2023 - 05:57:58 EST)
- Re: [PATCH v2 32/47] clk: mediatek: mt7986-eth: Migrate to common probe mechanism AngeloGioacchino Del Regno (Fri Feb 17 2023 - 05:59:14 EST)
- [PATCH] ACPI: video: Reorder fields in 'struct acpi_video_device' Christophe JAILLET (Fri Feb 17 2023 - 05:59:22 EST)
- Re: [PATCH v2 1/2] mm/userfaultfd: Support WP on multiple VMAs Muhammad Usama Anjum (Fri Feb 17 2023 - 05:59:50 EST)
- Re: [PATCH 1/3] ASoC: soc-generic-dmaengine-pcm: add option to start DMA after DAI Claudiu.Beznea (Fri Feb 17 2023 - 06:00:47 EST)
- Re: [PATCH -next 1/2] block: Revert "block: Do not reread partition table on exclusively open device" Jan Kara (Fri Feb 17 2023 - 06:01:53 EST)
- Re: [PATCH v1 1/1] device property: Clarify description on returned value in some functions Andy Shevchenko (Fri Feb 17 2023 - 06:02:24 EST)
- [PATCH v2 net-next 0/5] add ethtool categorized statistics Rakesh Sankaranarayanan (Fri Feb 17 2023 - 06:02:25 EST)
- [PATCH v2 net-next 1/5] net: dsa: microchip: add rmon grouping for ethtool statistics Rakesh Sankaranarayanan (Fri Feb 17 2023 - 06:02:56 EST)
- [PATCH v2 net-next 2/5] net: dsa: microchip: add eth ctrl grouping for ethtool statistics Rakesh Sankaranarayanan (Fri Feb 17 2023 - 06:02:57 EST)
- [PATCH v2 net-next 3/5] net: dsa: microchip: add eth mac grouping for ethtool statistics Rakesh Sankaranarayanan (Fri Feb 17 2023 - 06:02:58 EST)
- [PATCH v2 net-next 4/5] net: dsa: microchip: add eth phy grouping for ethtool statistics Rakesh Sankaranarayanan (Fri Feb 17 2023 - 06:02:59 EST)
- [PATCH v2 net-next 5/5] net: dsa: microchip: remove num_alus_variable Rakesh Sankaranarayanan (Fri Feb 17 2023 - 06:02:59 EST)
- Re: [PATCH v3] perf intel-pt: Synthesize cycle events Steinar H. Gunderson (Fri Feb 17 2023 - 06:03:28 EST)
- Re: [PATCH RESEND 2/2] arm64: dts: rockchip: Add RGA2 support to rk356x Michael Tretter (Fri Feb 17 2023 - 06:05:17 EST)
- Re: [PATCH 2/2] mips: dts: ralink: mt7621: add port@5 as CPU port Thomas Bogendoerfer (Fri Feb 17 2023 - 06:05:46 EST)
- Re: [PATCH] MIPS: dts: Boston: Fix dtc 'pci_device_reg' warning Thomas Bogendoerfer (Fri Feb 17 2023 - 06:05:49 EST)
- Re: [PATCH 1/2] mips: dts: align LED node names with dtschema Thomas Bogendoerfer (Fri Feb 17 2023 - 06:05:51 EST)
- Re: [PATCH 6/6] i2c: designware: Use PCI PSP driver for communication Andy Shevchenko (Fri Feb 17 2023 - 06:05:55 EST)
- Re: [PATCH -next 2/2] block: fix scan partition for exclusively open device again Jan Kara (Fri Feb 17 2023 - 06:06:12 EST)
- Re: [PATCH] gpio: sim: fix a memory leak Bartosz Golaszewski (Fri Feb 17 2023 - 06:06:16 EST)
- Re: [PATCH 6/6] i2c: designware: Use PCI PSP driver for communication Andy Shevchenko (Fri Feb 17 2023 - 06:06:35 EST)
- Re: [PATCH -tip v4 1/3] kasan: Emit different calls for instrumentable memintrinsics Andrey Konovalov (Fri Feb 17 2023 - 06:08:16 EST)
- Re: [PATCH -tip v4 2/3] kasan: Treat meminstrinsic as builtins in uninstrumented files Andrey Konovalov (Fri Feb 17 2023 - 06:08:20 EST)
- Re: [PATCH -tip v4 3/3] kasan: test: Fix test for new meminstrinsic instrumentation Andrey Konovalov (Fri Feb 17 2023 - 06:08:32 EST)
- [PATCH v10 0/6] Add support for Core Power Reduction v3, v4 and Hardened Konrad Dybcio (Fri Feb 17 2023 - 06:09:22 EST)
- [PATCH v10 1/6] MAINTAINERS: Add entry for Qualcomm CPRv3/v4/Hardened driver Konrad Dybcio (Fri Feb 17 2023 - 06:09:28 EST)
- [PATCH v10 2/6] dt-bindings: opp: v2-qcom-level: Document CPR3 open/closed loop volt adjustment Konrad Dybcio (Fri Feb 17 2023 - 06:09:32 EST)
- [PATCH v10 3/6] dt-bindings: soc: qcom: cpr3: Add bindings for CPR3 driver Konrad Dybcio (Fri Feb 17 2023 - 06:09:35 EST)
- [PATCH v10 4/6] soc: qcom: cpr: Move common functions to new file Konrad Dybcio (Fri Feb 17 2023 - 06:09:51 EST)
- [PATCH v10 6/6] arm64: dts: qcom: msm8998: Configure CPRh Konrad Dybcio (Fri Feb 17 2023 - 06:09:57 EST)
- [PATCH v10 5/6] soc: qcom: Add support for Core Power Reduction v3, v4 and Hardened Konrad Dybcio (Fri Feb 17 2023 - 06:09:59 EST)
- [PATCH v2 0/9] Refactor Vangogh acp5x machine driver Lucas Tanure (Fri Feb 17 2023 - 06:10:38 EST)
- [PATCH v2 1/9] ASoC: amd: vangogh: Remove unnecessary init function Lucas Tanure (Fri Feb 17 2023 - 06:10:42 EST)
- [PATCH v2 2/9] ASoC: amd: vangogh: Small code refactor Lucas Tanure (Fri Feb 17 2023 - 06:10:46 EST)
- [PATCH v2 3/9] ASoC: amd: vangogh: use sizeof of variable instead of struct type Lucas Tanure (Fri Feb 17 2023 - 06:10:49 EST)
- [PATCH v2 4/9] ASoC: amd: vangogh: remove unnecessarily included headers Lucas Tanure (Fri Feb 17 2023 - 06:10:53 EST)
- [PATCH v2 5/9] ASoC: amd: vangogh: use for_each_rtd_components instead of for Lucas Tanure (Fri Feb 17 2023 - 06:11:04 EST)
- [PATCH v2 7/9] ASoC: amd: vangogh: Move nau8821 and CPU side code up for future platform Lucas Tanure (Fri Feb 17 2023 - 06:11:07 EST)
- [PATCH v2 6/9] ASoC: amd: vangogh: Check Bit Clock rate before snd_soc_dai_set_pll Lucas Tanure (Fri Feb 17 2023 - 06:11:09 EST)
- [PATCH v2 9/9] ASoC: amd: vangogh: Add components prefix in structs and function names Lucas Tanure (Fri Feb 17 2023 - 06:11:12 EST)
- [PATCH v2 8/9] ASoC: amd: vangogh: Centralize strings definition Lucas Tanure (Fri Feb 17 2023 - 06:11:14 EST)
- Re: [PATCH 3/9] sched: add sched_numa_find_nth_cpu() Andy Shevchenko (Fri Feb 17 2023 - 06:13:39 EST)
- Re: [PATCH v2 0/3] media: pci: intel: ivsc: Add driver of Intel Visual Sensing Controller(IVSC) Laurent Pinchart (Fri Feb 17 2023 - 06:13:56 EST)
- [PATCH v2 1/2] dt-bindings: display/msm: dsi-controller-main: Fix deprecated QCM2290 compatible Konrad Dybcio (Fri Feb 17 2023 - 06:14:00 EST)
- [PATCH v2 2/2] dt-bindings: display: msm: sm6115-mdss: Fix DSI compatible Konrad Dybcio (Fri Feb 17 2023 - 06:14:02 EST)
- Re: [PATCH v2] dt-bindings: ata: Add UniPhier controller binding Kunihiko Hayashi (Fri Feb 17 2023 - 06:15:41 EST)
- Re: [PATCH net v3] l2tp: Avoid possible recursive deadlock in l2tp_tunnel_register() Guillaume Nault (Fri Feb 17 2023 - 06:16:22 EST)
- [PATCH v2 1/6] dt-bindings: arm-smmu: Use qcom,smmu compatible for MMU500 adreno SMMUs Konrad Dybcio (Fri Feb 17 2023 - 06:16:46 EST)
- [PATCH v2 2/6] dt-bindings: arm-smmu: Add SM8350 Adreno SMMU Konrad Dybcio (Fri Feb 17 2023 - 06:16:50 EST)
- [PATCH v2 3/6] arm64: dts: qcom: sc7280: Add qcom,smmu-500 to Adreno SMMU Konrad Dybcio (Fri Feb 17 2023 - 06:16:56 EST)
- [PATCH v2 4/6] arm64: dts: qcom: sm8150: Add qcom,smmu-500 to Adreno SMMU Konrad Dybcio (Fri Feb 17 2023 - 06:16:58 EST)
- [PATCH v2 5/6] arm64: dts: qcom: sm8250: Add qcom,smmu-500 to Adreno SMMU Konrad Dybcio (Fri Feb 17 2023 - 06:17:01 EST)
- [PATCH v2 6/6] arm64: dts: qcom: sm8350: Add qcom,smmu-500 to Adreno SMMU Konrad Dybcio (Fri Feb 17 2023 - 06:17:05 EST)
- Re: [PATCH v1 1/1] device property: Clarify description on returned value in some functions Sakari Ailus (Fri Feb 17 2023 - 06:18:53 EST)
- Re: [PATCH v2 34/47] clk: mediatek: Switch to module_platform_driver() where possible AngeloGioacchino Del Regno (Fri Feb 17 2023 - 06:19:06 EST)
- Re: [PATCH v2 3/3] media: pci: intel: ivsc: Add acquire/release API for ivsc Laurent Pinchart (Fri Feb 17 2023 - 06:19:38 EST)
- Re: [PATCH v2] firmware: turris-mox-rwtm: Fix an error handling path in mox_get_board_info() Marek Behún (Fri Feb 17 2023 - 06:21:22 EST)
- Re: WARNING in udf_truncate_extents Jan Kara (Fri Feb 17 2023 - 06:23:07 EST)
- Re: [PATCH v9 0/8] i2c-atr and FPDLink Andy Shevchenko (Fri Feb 17 2023 - 06:24:27 EST)
- Re: [PATCH v2 1/2] pinctrl: at91-pio4: Implement the correct drive values for sama7g5 Claudiu.Beznea (Fri Feb 17 2023 - 06:24:55 EST)
- Re: [PATCH v2 36/47] clk: mediatek: mt2712: Change Kconfig options to allow module build AngeloGioacchino Del Regno (Fri Feb 17 2023 - 06:25:47 EST)
- Re: [PATCH v1 1/1] device property: Clarify description on returned value in some functions Andy Shevchenko (Fri Feb 17 2023 - 06:29:05 EST)
- [PATCH 0/2] Add support for Lenovo NT36523W BOE panel Konrad Dybcio (Fri Feb 17 2023 - 06:29:16 EST)
- [PATCH 1/2] dt-bindings: display/panel: Add Lenovo NT36523W BOE panel Konrad Dybcio (Fri Feb 17 2023 - 06:29:18 EST)
- [PATCH 2/2] gpu/drm/panel: Add Lenovo NT36523W BOE panel Konrad Dybcio (Fri Feb 17 2023 - 06:29:25 EST)
- Re: [PATCH v2 37/47] clk: mediatek: Split MT8195 clock drivers and allow module build AngeloGioacchino Del Regno (Fri Feb 17 2023 - 06:29:49 EST)
- Re: [PATCH v2 1/2] dt-bindings: display/msm: dsi-controller-main: Fix deprecated QCM2290 compatible Krzysztof Kozlowski (Fri Feb 17 2023 - 06:30:31 EST)
- Re: [PATCH 2/2] dt-bindings: watchdog: Add MSM8994 watchdog timer Konrad Dybcio (Fri Feb 17 2023 - 06:30:49 EST)
- Re: [PATCH v2 2/2] dt-bindings: display: msm: sm6115-mdss: Fix DSI compatible Krzysztof Kozlowski (Fri Feb 17 2023 - 06:31:00 EST)
- Re: [PATCH v2 39/47] clk: mediatek: Allow MT7622 clocks to be built as modules AngeloGioacchino Del Regno (Fri Feb 17 2023 - 06:31:36 EST)
- Re: [PATCH v2 1/2] dt-bindings: display/msm: dsi-controller-main: Fix deprecated QCM2290 compatible Konrad Dybcio (Fri Feb 17 2023 - 06:32:29 EST)
- Re: [PATCH] ARM: dts: aspeed: mtmitchell: Enable NCSI Krzysztof Kozlowski (Fri Feb 17 2023 - 06:32:47 EST)
- Re: [PATCH v2 4/6] tools/kvm_stat: use canonical ftrace path Paolo Bonzini (Fri Feb 17 2023 - 06:33:15 EST)
- Re: [PATCH v2 1/2] dt-bindings: display/msm: dsi-controller-main: Fix deprecated QCM2290 compatible Krzysztof Kozlowski (Fri Feb 17 2023 - 06:36:06 EST)
- Re: [PATCH v2 1/2] dt-bindings: display/msm: dsi-controller-main: Fix deprecated QCM2290 compatible Konrad Dybcio (Fri Feb 17 2023 - 06:36:55 EST)
- Re: [PATCH] mm/uffd: UFFD_FEATURE_WP_ZEROPAGE David Hildenbrand (Fri Feb 17 2023 - 06:42:37 EST)
- Re: [PATCH v1 1/1] device property: Clarify description on returned value in some functions Sakari Ailus (Fri Feb 17 2023 - 06:44:35 EST)
- Re: [PATCH 1/2] pinctrl: at91: Make the irqchip immutable Claudiu.Beznea (Fri Feb 17 2023 - 06:46:36 EST)
- Re: [PATCH] usb: typec: altmodes/displayport: Fix probe pin assign check Martin Kepplinger (Fri Feb 17 2023 - 06:47:04 EST)
- Re: [PATCH 2/2] pinctrl: at91: Remove pioc_index from struct at91_gpio_chip Claudiu.Beznea (Fri Feb 17 2023 - 06:47:35 EST)
- Re: [PATCH v2 00/47] MediaTek clocks: full module build and cleanups AngeloGioacchino Del Regno (Fri Feb 17 2023 - 06:48:56 EST)
- Re: [dm-devel] [PATCH] dm: remove unnecessary check when using dm_get_mdptr() Hou Tao (Fri Feb 17 2023 - 06:49:56 EST)
- Re: [PATCH v4 1/6] riscv: Split early and final KASAN population functions Björn Töpel (Fri Feb 17 2023 - 06:50:37 EST)
- [PATCH v6 0/2]Adds status interface for zynqmp-fpga Nava kishore Manne (Fri Feb 17 2023 - 06:50:49 EST)
- [PATCH v6 1/2] firmware: xilinx: Add pm api function for PL config reg readback Nava kishore Manne (Fri Feb 17 2023 - 06:50:56 EST)
- [PATCH v6 2/2] fpga: zynqmp-fpga: Adds status interface Nava kishore Manne (Fri Feb 17 2023 - 06:51:02 EST)
- include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct gve_tx_context_cmd_dtype) == 2" kernel test robot (Fri Feb 17 2023 - 06:51:39 EST)
- Re: [PATCH] wifi: rtl8xxxu: add LEDS_CLASS dependency Ping-Ke Shih (Fri Feb 17 2023 - 06:51:48 EST)
- Re: [PATCH v3 5/5] pinctrl: at91: Utilise temporary variable for struct device Claudiu.Beznea (Fri Feb 17 2023 - 06:54:11 EST)
- Re: [PATCH v1 1/1] device property: Clarify description on returned value in some functions Andy Shevchenko (Fri Feb 17 2023 - 06:55:52 EST)
- Re: [PATCH 5.10-rt] printk: ignore consoles without write() callback Luis Claudio R. Goncalves (Fri Feb 17 2023 - 06:56:33 EST)
- Re: [PATCH] module: fix MIPS module_layout -> module_memory Thomas Bogendoerfer (Fri Feb 17 2023 - 06:58:32 EST)
- Re: [PATCH] MIPS: vpe-mt: provide a default 'physical_memsize' Thomas Bogendoerfer (Fri Feb 17 2023 - 06:58:34 EST)
- Re: [PATCH net-next 2/6] net: ipa: kill gsi->virt_raw Alexander Lobakin (Fri Feb 17 2023 - 06:59:10 EST)
- Re: [PATCH v3 5/5] pinctrl: at91: Utilise temporary variable for struct device Andy Shevchenko (Fri Feb 17 2023 - 06:59:47 EST)
- Re: [PATCH v10 01/11] drm/msm/gem: Prevent blocking within shrinker loop Thomas Zimmermann (Fri Feb 17 2023 - 07:02:14 EST)
- drivers/perf/thunderx2_pmu.c:556:9: sparse: sparse: incorrect type in argument 1 (different address spaces) kernel test robot (Fri Feb 17 2023 - 07:02:17 EST)
- Re: [PATCH v2 4/5] apple-gmux: support MMIO gmux on T2 Macs Orlando Chamberlain (Fri Feb 17 2023 - 07:03:04 EST)
- Re: [PATCH] Don't test for NULL firmware before releasing Mikko Perttunen (Fri Feb 17 2023 - 07:04:34 EST)
- Re: [PATCH v1 1/1] device property: Clarify description on returned value in some functions Sakari Ailus (Fri Feb 17 2023 - 07:04:36 EST)
- [PATCH] mm, page_alloc: batch cma update on pcp buffer refill Alexander Halbuer (Fri Feb 17 2023 - 07:05:17 EST)
- Re: [PATCH] fpga: mgr: Update the state to provide the exact error code Marco Pagani (Fri Feb 17 2023 - 07:06:06 EST)
- [RFC PATCH v4] x86/kdump: terminate watchdog NMI interrupt to avoid kdump crashes Zeng Heng (Fri Feb 17 2023 - 07:06:59 EST)
- Re: [PATCH v1 1/4] dt-bindings: mfd: Add DT bindings for TI TPS6594 PMIC Julien Panis (Fri Feb 17 2023 - 07:10:48 EST)
- [PATCH] ACPI: EC: Reorder fields in 'struct acpi_ec' Christophe JAILLET (Fri Feb 17 2023 - 07:10:57 EST)
- Re: [PATCH v4 01/16] hexagon: mm: Convert to GENERIC_IOREMAP Baoquan He (Fri Feb 17 2023 - 07:12:05 EST)
- [PATCH v4 0/9] ext4: Convert inode preallocation list to an rbtree Ojaswin Mujoo (Fri Feb 17 2023 - 07:14:38 EST)
- [PATCH v4 1/9] ext4: Stop searching if PA doesn't satisfy non-extent file Ojaswin Mujoo (Fri Feb 17 2023 - 07:14:42 EST)
- [PATCH v4 2/9] ext4: Refactor code related to freeing PAs Ojaswin Mujoo (Fri Feb 17 2023 - 07:14:49 EST)
- [PATCH v4 3/9] ext4: Refactor code in ext4_mb_normalize_request() and ext4_mb_use_preallocated() Ojaswin Mujoo (Fri Feb 17 2023 - 07:15:01 EST)
- [PATCH v4 4/9] ext4: Move overlap assert logic into a separate function Ojaswin Mujoo (Fri Feb 17 2023 - 07:15:05 EST)
- [PATCH v4 5/9] ext4: Abstract out overlap fix/check logic in ext4_mb_normalize_request() Ojaswin Mujoo (Fri Feb 17 2023 - 07:15:22 EST)
- [PATCH v4 6/9] ext4: Fix best extent lstart adjustment logic in ext4_mb_new_inode_pa() Ojaswin Mujoo (Fri Feb 17 2023 - 07:15:27 EST)
- [PATCH v4 7/9] ext4: Convert pa->pa_inode_list and pa->pa_obj_lock into a union Ojaswin Mujoo (Fri Feb 17 2023 - 07:15:41 EST)
- [PATCH v4 8/9] ext4: Use rbtrees to manage PAs instead of inode i_prealloc_list Ojaswin Mujoo (Fri Feb 17 2023 - 07:15:52 EST)
- [PATCH v4 9/9] ext4: Remove the logic to trim inode PAs Ojaswin Mujoo (Fri Feb 17 2023 - 07:16:15 EST)
- Re: [regression] Bug 216904 - backlight brighness control with video missing /sys/class/backlight interface Linux regression tracking #update (Thorsten Leemhuis) (Fri Feb 17 2023 - 07:17:20 EST)
- Re: [PATCH] wifi: rtl8xxxu: add LEDS_CLASS dependency Arnd Bergmann (Fri Feb 17 2023 - 07:18:27 EST)
- [syzbot] [f2fs?] possible deadlock in f2fs_get_node_info syzbot (Fri Feb 17 2023 - 07:18:57 EST)
- Re: [PATCH v3 07/11] dt-bindings: clock: Add StarFive JH7110 system clock and reset generator Hal Feng (Fri Feb 17 2023 - 07:20:36 EST)
- [PATCH] arch/x86/kernel/acpi/boot: fix buffer overflow on negative index in mp_config_acpi_gsi() Alexander Sapozhnikov (Fri Feb 17 2023 - 07:23:29 EST)
- Re: [RFC v2] net/core: add optional threading for rps backlog processing Eric Dumazet (Fri Feb 17 2023 - 07:23:48 EST)
- Re: [PATCH v10 03/11] drm/gem: Add evict() callback to drm_gem_object_funcs Thomas Zimmermann (Fri Feb 17 2023 - 07:23:57 EST)
- Re: [PATCH v2 1/2] dt-bindings: display/msm: dsi-controller-main: Fix deprecated QCM2290 compatible Krzysztof Kozlowski (Fri Feb 17 2023 - 07:24:56 EST)
- Re: [PATCH v10 04/11] drm/shmem: Put booleans in the end of struct drm_gem_shmem_object Thomas Zimmermann (Fri Feb 17 2023 - 07:25:08 EST)
- Re: [PATCH v10 05/11] drm/shmem: Switch to use drm_* debug helpers Thomas Zimmermann (Fri Feb 17 2023 - 07:28:53 EST)
- Re: [PATCH 2/2] iio: adc: Add driver for TI ADS1100 and ADS1000 chips Andy Shevchenko (Fri Feb 17 2023 - 07:30:27 EST)
- Re: [PATCH] mm/uffd: UFFD_FEATURE_WP_ZEROPAGE Muhammad Usama Anjum (Fri Feb 17 2023 - 07:31:49 EST)
- [paulmck-rcu:rcu/next] BUILD SUCCESS 2cca53604b7465a1bddfd7ac6da076c12924c94d kernel test robot (Fri Feb 17 2023 - 07:32:18 EST)
- Re: [PATCH] serial: 8250_fintek: Add using BIOS IRQ default setting kernel test robot (Fri Feb 17 2023 - 07:34:07 EST)
- Re: [PATCH] module: fix MIPS module_layout -> module_memory Philippe Mathieu-Daudé (Fri Feb 17 2023 - 07:35:16 EST)
- Re: [RFC v2] net/core: add optional threading for rps backlog processing Felix Fietkau (Fri Feb 17 2023 - 07:35:19 EST)
- [GIT PULL] gpio: fixes for v6.2 - part 2 Bartosz Golaszewski (Fri Feb 17 2023 - 07:36:50 EST)
- Re: Regression in Kernel 6.0: System partially freezes with "nvme controller is down" Linux regression tracking (Thorsten Leemhuis) (Fri Feb 17 2023 - 07:40:04 EST)
- Re: [PATCH v10 06/11] drm/shmem-helper: Don't use vmap_use_count for dma-bufs Thomas Zimmermann (Fri Feb 17 2023 - 07:41:27 EST)
- [PATCH v2 0/3] ASoC: mchp-pdmc: fix poc noises when starting capture Claudiu Beznea (Fri Feb 17 2023 - 07:42:11 EST)
- [PATCH v2 1/3] ASoC: soc-pcm: add option to start DMA after DAI Claudiu Beznea (Fri Feb 17 2023 - 07:42:17 EST)
- [PATCH v2 2/3] ASoC: dt-bindings: sama7g5-pdmc: add microchip,startup-delay-us binding Claudiu Beznea (Fri Feb 17 2023 - 07:42:19 EST)
- [PATCH v2 3/3] ASoC: mchp-pdmc: fix poc noise at capture startup Claudiu Beznea (Fri Feb 17 2023 - 07:42:28 EST)
- Re: [PATCH v2] vhost/vdpa: Add MSI translation tables to iommu for software-managed MSI Jason Gunthorpe (Fri Feb 17 2023 - 07:43:52 EST)
- Re: [PATCH 2/2] x86/entry: Fix unwinding from kprobe on PUSH/POP instruction Peter Zijlstra (Fri Feb 17 2023 - 07:44:56 EST)
- Re: regression: nfs mount (even idle) eventually hangs server #forregzbot Linux regression tracking #update (Thorsten Leemhuis) (Fri Feb 17 2023 - 07:45:36 EST)
- Re: [RFC PATCH V3 14/16] x86/sev: Initialize #HV doorbell and handle interrupt requests Gupta, Pankaj (Fri Feb 17 2023 - 07:46:01 EST)
- [PATCH] drm/i915/guc: avoid FIELD_PREP warning Arnd Bergmann (Fri Feb 17 2023 - 07:47:37 EST)
- Re: [PATCH v4 0/2] Expand APU2 driver to 3/4/5/6 models Enrico Weigelt, metux IT consult (Fri Feb 17 2023 - 07:48:01 EST)
- Re: [RFC PATCH V3 00/16] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv Gupta, Pankaj (Fri Feb 17 2023 - 07:48:12 EST)
- Re: Fwd: f2fs write error Linux v6.2 Linux regression tracking (Thorsten Leemhuis) (Fri Feb 17 2023 - 07:48:23 EST)
- [PATCH] mm/vmalloc: fix unsafe dereference of potential null ptr in vmalloc_init() Alexander Sapozhnikov (Fri Feb 17 2023 - 07:51:16 EST)
- Re: Does earlyprintk=ttyS0 work for an AMD SNP guest on KVM? Jeremi Piotrowski (Fri Feb 17 2023 - 07:51:27 EST)
- Re: [PATCH v10 07/11] drm/shmem-helper: Switch to reservation lock Thomas Zimmermann (Fri Feb 17 2023 - 07:52:56 EST)
- [PATCH -tip v4 4/4] kasan, x86: Don't rename memintrinsics in uninstrumented files Marco Elver (Fri Feb 17 2023 - 07:53:26 EST)
- Re: [PATCH -tip v4 2/3] kasan: Treat meminstrinsic as builtins in uninstrumented files Marco Elver (Fri Feb 17 2023 - 07:56:12 EST)
- Re: [PATCH v2 37/47] clk: mediatek: Split MT8195 clock drivers and allow module build AngeloGioacchino Del Regno (Fri Feb 17 2023 - 07:57:16 EST)
- Re: [PATCH v9 0/8] i2c-atr and FPDLink Tomi Valkeinen (Fri Feb 17 2023 - 07:57:49 EST)
- Re: [RFC v2] net/core: add optional threading for rps backlog processing Eric Dumazet (Fri Feb 17 2023 - 07:58:24 EST)
- Re: [PATCH net-next 05/12] net: ethtool: create and export ethtool_dev_mm_supported() Vladimir Oltean (Fri Feb 17 2023 - 08:00:48 EST)
- Re: [PATCH net-next 2/6] net: ipa: kill gsi->virt_raw Alex Elder (Fri Feb 17 2023 - 08:04:41 EST)
- Re: [PATCH v2 1/2] dt-bindings: display/msm: dsi-controller-main: Fix deprecated QCM2290 compatible Konrad Dybcio (Fri Feb 17 2023 - 08:06:50 EST)
- Re: [RFC PATCH 13/28] arm64: RME: Allow VMM to set RIPAS Zhi Wang (Fri Feb 17 2023 - 08:07:34 EST)
- Re: [PATCH v2 1/3] ASoC: soc-pcm: add option to start DMA after DAI Amadeusz Sławiński (Fri Feb 17 2023 - 08:09:48 EST)
- [PATCH] net-bridge: fix unsafe dereference of potential null ptr in __vlan_del() Alexander Sapozhnikov (Fri Feb 17 2023 - 08:10:41 EST)
- Re: [PATCH -tip v4 4/4] kasan, x86: Don't rename memintrinsics in uninstrumented files Andrey Konovalov (Fri Feb 17 2023 - 08:10:47 EST)
- Re: [PATCH v2 1/3] ASoC: soc-pcm: add option to start DMA after DAI Claudiu.Beznea (Fri Feb 17 2023 - 08:14:20 EST)
- [PATCH] skl-topology_3627: using sprintf changed to snprintf Natalia Petrova (Fri Feb 17 2023 - 08:15:50 EST)
- Re: [PATCH -next 0/2] block: fix scan partition for exclusively open device again Jens Axboe (Fri Feb 17 2023 - 08:16:45 EST)
- [PATCH] net-bridge: fix unsafe dereference of potential null ptr in __vlan_del() Alexander Sapozhnikov (Fri Feb 17 2023 - 08:17:13 EST)
- [PATCH] arch/x86/kernel/acpi/boot: fix buffer overflow on negative index in mp_config_acpi_gsi() Alexander Sapozhnikov (Fri Feb 17 2023 - 08:17:42 EST)
- Re: [PATCH v10 08/11] drm/shmem-helper: Add memory shrinker Thomas Zimmermann (Fri Feb 17 2023 - 08:19:54 EST)
- Re: [PATCH v3 2/6] x86/tdx: Support vmalloc() for tdx_enc_status_changed() Kirill A. Shutemov (Fri Feb 17 2023 - 08:20:05 EST)
- Re: [PATCH v10 19/26] gunyah: vm_mgr: Add framework to add VM Functions Srivatsa Vaddagiri (Fri Feb 17 2023 - 08:24:31 EST)
- [PATCH] thunderbolt_tb: add check for return value of 'tb_switch_find_port' Natalia Petrova (Fri Feb 17 2023 - 08:24:45 EST)
- Re: [PATCH v5 5/5] Driver: VMBus: Add device tree support Saurabh Singh Sengar (Fri Feb 17 2023 - 08:27:14 EST)
- [GIT PULL] sound fixes for 6.2 Takashi Iwai (Fri Feb 17 2023 - 08:28:05 EST)
- Re: [PATCH v10 00/11] Add generic memory shrinker to VirtIO-GPU and Panfrost DRM drivers Thomas Zimmermann (Fri Feb 17 2023 - 08:28:14 EST)
- Re: [PATCH] Add quirk for ADATA SX6000PNP Ivan Rubinov (Fri Feb 17 2023 - 08:28:48 EST)
- [PATCH v8 0/7] add support for CDX bus Nipun Gupta (Fri Feb 17 2023 - 08:28:51 EST)
- [PATCH v8 1/7] cdx: add the cdx bus driver Nipun Gupta (Fri Feb 17 2023 - 08:29:02 EST)
- [PATCH v8 2/7] iommu/arm-smmu-v3: support ops registration for CDX bus Nipun Gupta (Fri Feb 17 2023 - 08:29:19 EST)
- [PATCH net-next v3] net: lan966x: Use automatic selection of VCAP rule actionset Horatiu Vultur (Fri Feb 17 2023 - 08:29:26 EST)
- [PATCH v8 3/7] dt-bindings: bus: add CDX bus controller for versal net Nipun Gupta (Fri Feb 17 2023 - 08:29:46 EST)
- [PATCH v8 4/7] cdx: add MCDI protocol interface for firmware interaction Nipun Gupta (Fri Feb 17 2023 - 08:29:59 EST)
- [PATCH v8 5/7] cdx: add cdx controller Nipun Gupta (Fri Feb 17 2023 - 08:30:11 EST)
- [PATCH v8 6/7] cdx: add rpmsg communication channel for CDX Nipun Gupta (Fri Feb 17 2023 - 08:30:31 EST)
- Re: [PATCH v10 07/11] drm/shmem-helper: Switch to reservation lock Thomas Zimmermann (Fri Feb 17 2023 - 08:30:39 EST)
- Re: drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste_v0.c:1170:1: warning: stack frame size (1168) exceeds limit (1024) in 'dr_ste_v0_build_eth_ipv6_l3_l4_tag' Alexander Lobakin (Fri Feb 17 2023 - 08:30:42 EST)
- [PATCH v8 7/7] cdx: add device attributes Nipun Gupta (Fri Feb 17 2023 - 08:30:46 EST)
- Re: [PATCH net-next] net: phy: micrel: Add support for PTP_PF_PEROUT for lan8841 Russell King (Oracle) (Fri Feb 17 2023 - 08:30:50 EST)
- Re: [PATCH v3 07/11] dt-bindings: clock: Add StarFive JH7110 system clock and reset generator Conor Dooley (Fri Feb 17 2023 - 08:33:49 EST)
- Re: [PATCH v10 07/11] drm/shmem-helper: Switch to reservation lock Dmitry Osipenko (Fri Feb 17 2023 - 08:33:57 EST)
- Re: [PATCH net-next] net: phy: micrel: Add support for PTP_PF_PEROUT for lan8841 Russell King (Oracle) (Fri Feb 17 2023 - 08:34:10 EST)
- Re: [PATCH v4 12/16] parisc: mm: Convert to GENERIC_IOREMAP Baoquan He (Fri Feb 17 2023 - 08:34:22 EST)
- [PATCH v1 1/1] device property: Clarify description of returned value in some functions Andy Shevchenko (Fri Feb 17 2023 - 08:35:22 EST)
- Re: [PATCH v3 3/3] thunderbolt: Refactor DROM reading Mika Westerberg (Fri Feb 17 2023 - 08:36:00 EST)
- Re: [RFC v2] net/core: add optional threading for rps backlog processing Felix Fietkau (Fri Feb 17 2023 - 08:41:05 EST)
- Re: [PATCH] thunderbolt_tb: add check for return value of 'tb_switch_find_port' Mika Westerberg (Fri Feb 17 2023 - 08:41:24 EST)
- Re: [PATCH v10 00/11] Add generic memory shrinker to VirtIO-GPU and Panfrost DRM drivers Dmitry Osipenko (Fri Feb 17 2023 - 08:41:47 EST)
- [PATCH V2 1/5] dt-bindings: clock: qcom,a53pll: add IPQ9574 compatible Devi Priya (Fri Feb 17 2023 - 08:42:09 EST)
- [PATCH V2 0/5] Add APSS clock controller support for IPQ9574 Devi Priya (Fri Feb 17 2023 - 08:42:16 EST)
- [PATCH V2 2/5] clk: qcom: apss-ipq-pll: Enable APSS clock driver in IPQ9574 Devi Priya (Fri Feb 17 2023 - 08:42:19 EST)
- Re: [PATCH v10 09/11] drm/gem: Add drm_gem_pin_unlocked() Thomas Zimmermann (Fri Feb 17 2023 - 08:42:22 EST)
- [PATCH V2 3/5] dt-bindings: mailbox: qcom: add compatible for IPQ9574 SoC Devi Priya (Fri Feb 17 2023 - 08:42:26 EST)
- [PATCH V2 4/5] arm64: dts: qcom: ipq9574: Add support for APSS clock controller Devi Priya (Fri Feb 17 2023 - 08:42:55 EST)
- [PATCH V2 5/5] arm64: defconfig: Enable ipq6018 apss clock and PLL controller Devi Priya (Fri Feb 17 2023 - 08:43:02 EST)
- Re: [PATCH] tracing/probe: trace_probe_primary_from_call(): checked list_first_entry Mukesh Ojha (Fri Feb 17 2023 - 08:44:04 EST)
- [PATCH drm-next v2 00/16] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI Danilo Krummrich (Fri Feb 17 2023 - 08:45:40 EST)
- [PATCH drm-next v2 01/16] drm: execution context for GEM buffers Danilo Krummrich (Fri Feb 17 2023 - 08:45:44 EST)
- [PATCH drm-next v2 04/16] maple_tree: add flag MT_FLAGS_LOCK_NONE Danilo Krummrich (Fri Feb 17 2023 - 08:45:49 EST)
- [PATCH drm-next v2 02/16] drm/exec: fix memory leak in drm_exec_prepare_obj() Danilo Krummrich (Fri Feb 17 2023 - 08:46:12 EST)
- [PATCH drm-next v2 03/16] maple_tree: split up MA_STATE() macro Danilo Krummrich (Fri Feb 17 2023 - 08:46:13 EST)
- Re: [PATCH v9 0/8] i2c-atr and FPDLink Andy Shevchenko (Fri Feb 17 2023 - 08:46:13 EST)
- [PATCH drm-next v2 05/16] drm: manager to keep track of GPUs VA mappings Danilo Krummrich (Fri Feb 17 2023 - 08:46:15 EST)
- Re: [PATCH v4 12/16] parisc: mm: Convert to GENERIC_IOREMAP Christophe Leroy (Fri Feb 17 2023 - 08:48:20 EST)
- Re: [PATCH 1/2] dt-bindings: iio: adc: Add driver for TI ADS1100 and ADS1000 Rob Herring (Fri Feb 17 2023 - 08:48:21 EST)
- Re: [PATCH v10 3/6] dt-bindings: soc: qcom: cpr3: Add bindings for CPR3 driver Rob Herring (Fri Feb 17 2023 - 08:48:22 EST)
- Re: [PATCH v1 1/1] device property: Clarify description of returned value in some functions Andy Shevchenko (Fri Feb 17 2023 - 08:48:27 EST)
- Re: [PATCH v3 3/3] thunderbolt: Refactor DROM reading Mario Limonciello (Fri Feb 17 2023 - 08:49:41 EST)
- Re: [PATCH] net-bridge: fix unsafe dereference of potential null ptr in __vlan_del() Alexander Lobakin (Fri Feb 17 2023 - 08:49:45 EST)
- [PATCH drm-next v2 06/16] drm: debugfs: provide infrastructure to dump a DRM GPU VA space Danilo Krummrich (Fri Feb 17 2023 - 08:49:49 EST)
- [PATCH drm-next v2 07/16] drm/nouveau: new VM_BIND uapi interfaces Danilo Krummrich (Fri Feb 17 2023 - 08:49:52 EST)
- [PATCH drm-next v2 08/16] drm/nouveau: get vmm via nouveau_cli_vmm() Danilo Krummrich (Fri Feb 17 2023 - 08:50:06 EST)
- [PATCH drm-next v2 09/16] drm/nouveau: bo: initialize GEM GPU VA interface Danilo Krummrich (Fri Feb 17 2023 - 08:50:15 EST)
- [PATCH drm-next v2 11/16] drm/nouveau: fence: fail to emit when fence context is killed Danilo Krummrich (Fri Feb 17 2023 - 08:50:18 EST)
- [PATCH drm-next v2 10/16] drm/nouveau: move usercopy helpers to nouveau_drv.h Danilo Krummrich (Fri Feb 17 2023 - 08:50:21 EST)
- [PATCH drm-next v2 12/16] drm/nouveau: chan: provide nouveau_channel_kill() Danilo Krummrich (Fri Feb 17 2023 - 08:50:25 EST)
- [PATCH drm-next v2 13/16] drm/nouveau: nvkm/vmm: implement raw ops to manage uvmm Danilo Krummrich (Fri Feb 17 2023 - 08:50:29 EST)
- [PATCH drm-next v2 14/16] drm/nouveau: implement uvmm for user mode bindings Danilo Krummrich (Fri Feb 17 2023 - 08:50:42 EST)
- [PATCH drm-next v2 15/16] drm/nouveau: implement new VM_BIND UAPI Danilo Krummrich (Fri Feb 17 2023 - 08:50:45 EST)
- [PATCH drm-next v2 16/16] drm/nouveau: debugfs: implement DRM GPU VA debugfs Danilo Krummrich (Fri Feb 17 2023 - 08:50:47 EST)
- Re: [PATCH v5 01/10] dt-bindings: soc: fsl: cpm_qe: Add TSA controller Herve Codina (Fri Feb 17 2023 - 08:51:23 EST)
- Re: [PATCH] net-bridge: fix unsafe dereference of potential null ptr in __vlan_del() Nikolay Aleksandrov (Fri Feb 17 2023 - 08:54:09 EST)
- Re: [RFC PATCH 0/1] sched/pelt: Change PELT halflife at runtime Dietmar Eggemann (Fri Feb 17 2023 - 08:54:48 EST)
- Re: [PATCH 07/12] dt-bindings: net: Add StarFive JH7100 SoC Andrew Lunn (Fri Feb 17 2023 - 08:58:46 EST)
- Re: [PATCH v3] perf intel-pt: Synthesize cycle events Arnaldo Carvalho de Melo (Fri Feb 17 2023 - 09:03:58 EST)
- Re: [PATCH v10 3/6] dt-bindings: soc: qcom: cpr3: Add bindings for CPR3 driver Konrad Dybcio (Fri Feb 17 2023 - 09:09:21 EST)
- [PATCH] mlxsw_spectrum_router: add check for return value of 'mlxsw_sp_rif_find_by_dev' Natalia Petrova (Fri Feb 17 2023 - 09:09:59 EST)
- Re: [PATCH] maple_tree: Remove some unused functions Matthew Wilcox (Fri Feb 17 2023 - 09:11:28 EST)
- [PATCH 01/24] kbuild, soc: fujitsu: remove MODULE_LICENSE in non-modules Nick Alcock (Fri Feb 17 2023 - 09:11:41 EST)
- [PATCH 00/24] MODULE_LICENSE removals, second tranche Nick Alcock (Fri Feb 17 2023 - 09:11:45 EST)
- [PATCH 02/24] kbuild, PCI: remove MODULE_LICENSE in non-modules Nick Alcock (Fri Feb 17 2023 - 09:11:48 EST)
- [PATCH 03/24] kbuild, mfd: altera-sysmgr: remove MODULE_LICENSE in non-modules Nick Alcock (Fri Feb 17 2023 - 09:11:50 EST)
- [PATCH 05/24] kbuild, cpufreq: amd-pstate: remove MODULE_LICENSE in non-modules Nick Alcock (Fri Feb 17 2023 - 09:12:13 EST)
- [PATCH 04/24] kbuild, irqchip/al-fic: remove MODULE_LICENSE in non-modules Nick Alcock (Fri Feb 17 2023 - 09:12:15 EST)
- [PATCH 06/24] kbuild, binder: remove MODULE_LICENSE in non-modules Nick Alcock (Fri Feb 17 2023 - 09:12:25 EST)
- [PATCH 07/24] kbuild, bus: arm-integrator-lm: remove MODULE_LICENSE in non-modules Nick Alcock (Fri Feb 17 2023 - 09:12:33 EST)
- [PATCH 09/24] kbuild, ARM: tegra: remove MODULE_LICENSE in non-modules Nick Alcock (Fri Feb 17 2023 - 09:13:01 EST)
- [PATCH 08/24] kbuild, drivers/perf: remove MODULE_LICENSE in non-modules Nick Alcock (Fri Feb 17 2023 - 09:13:12 EST)
- [PATCH 10/24] kbuild, pinctrl: actions: remove MODULE_LICENSE in non-modules Nick Alcock (Fri Feb 17 2023 - 09:13:17 EST)
- [PATCH 12/24] kbuild, soc: sunxi: sram: remove MODULE_LICENSE in non-modules Nick Alcock (Fri Feb 17 2023 - 09:14:03 EST)
- [PATCH 18/24] kbuild, bus: qcom: remove MODULE_LICENSE in non-modules Nick Alcock (Fri Feb 17 2023 - 09:14:23 EST)
- [PATCH 24/24] kbuild, power: reset: keystone-reset: remove MODULE_LICENSE in non-modules Nick Alcock (Fri Feb 17 2023 - 09:14:25 EST)
- [PATCH 22/24] kbuild, dmaengine: s3c24xx: remove MODULE_LICENSE in non-modules Nick Alcock (Fri Feb 17 2023 - 09:14:27 EST)
- [PATCH 19/24] kbuild, bus: remove MODULE_LICENSE in non-modules Nick Alcock (Fri Feb 17 2023 - 09:14:32 EST)
- Re: [PATCH V2 2/5] clk: qcom: apss-ipq-pll: Enable APSS clock driver in IPQ9574 Konrad Dybcio (Fri Feb 17 2023 - 09:14:45 EST)
- Re: [PATCH v3 2/2] HID: hid-apple-magic-backlight: Add driver for keyboard backlight on internal Magic Keyboards Thomas Weißschuh (Fri Feb 17 2023 - 09:14:49 EST)
- [PATCH 23/24] kbuild, EDAC, altera: remove MODULE_LICENSE in non-modules Nick Alcock (Fri Feb 17 2023 - 09:15:06 EST)
- Re: [BUG] rtc-efi: Error in efi.get_time() spams dmesg with error message Ard Biesheuvel (Fri Feb 17 2023 - 09:15:26 EST)
- [GIT PULL] Please pull another NFS client change for 6.2 Trond Myklebust (Fri Feb 17 2023 - 09:17:48 EST)
- ERROR: modpost: "__divsi3_table" [lib/lz4/lz4_compress.ko] undefined! kernel test robot (Fri Feb 17 2023 - 09:18:09 EST)
- Re: [PATCH 1/2] dt-bindings: iio: adc: Add driver for TI ADS1100 and ADS1000 Mike Looijmans (Fri Feb 17 2023 - 09:18:25 EST)
- Re: [PATCH RESEND 2/2] arm64: dts: rockchip: Add RGA2 support to rk356x Shengyu Qu (Fri Feb 17 2023 - 09:20:13 EST)
- Re: [PATCH 22/24] kbuild, dmaengine: s3c24xx: remove MODULE_LICENSE in non-modules Krzysztof Kozlowski (Fri Feb 17 2023 - 09:20:57 EST)
- [PATCH V2 0/6] Add regulator support for IPQ9574 SoC Devi Priya (Fri Feb 17 2023 - 09:20:59 EST)
- [PATCH V2 1/6] dt-bindings: soc: qcom: smd-rpm: Add IPQ9574 compatible Devi Priya (Fri Feb 17 2023 - 09:21:05 EST)
- [PATCH V2 2/6] regulator: qcom_smd: Add s1 sub-node to mp5496 regulator Devi Priya (Fri Feb 17 2023 - 09:21:20 EST)
- [PATCH V2 3/6] regulator: qcom_smd: Add MP5496 S1 regulator Devi Priya (Fri Feb 17 2023 - 09:21:29 EST)
- [PATCH V2 4/6] regulator: qcom_smd: Add support to define the bootup voltage Devi Priya (Fri Feb 17 2023 - 09:21:38 EST)
- [PATCH V2 5/6] arm64: dts: qcom: ipq9574: Add RPM related nodes Devi Priya (Fri Feb 17 2023 - 09:21:48 EST)
- [PATCH V2 6/6] arm64: dts: qcom: ipq9574: Add cpufreq support Devi Priya (Fri Feb 17 2023 - 09:21:50 EST)
- Re: [PATCH v4 12/16] parisc: mm: Convert to GENERIC_IOREMAP Baoquan He (Fri Feb 17 2023 - 09:22:53 EST)
- [PATCH] dmaengine: Reorder fields in 'struct dma_slave_config' Christophe JAILLET (Fri Feb 17 2023 - 09:23:30 EST)
- [PATCH] rtc: efi: Avoid spamming the log on RTC read failure Ard Biesheuvel (Fri Feb 17 2023 - 09:24:01 EST)
- Re: [PATCH v5 01/10] dt-bindings: soc: fsl: cpm_qe: Add TSA controller Krzysztof Kozlowski (Fri Feb 17 2023 - 09:24:55 EST)
- Re: [PATCH v2 2/3] locking/rwsem: Enable early rwsem writer lock handoff Waiman Long (Fri Feb 17 2023 - 09:26:41 EST)
- Re: [PATCH][next] sfc: Fix spelling mistake "creationg" -> "creating" Lucero Palau, Alejandro (Fri Feb 17 2023 - 09:29:17 EST)
- Re: [PATCH v10 6/6] arm64: dts: qcom: msm8998: Configure CPRh Konrad Dybcio (Fri Feb 17 2023 - 09:29:54 EST)
- Re: [PATCH v8 00/13] Adds support for PHY LEDs with offload triggers Andrew Lunn (Fri Feb 17 2023 - 09:30:31 EST)
- Re: [PATCH v4 12/16] parisc: mm: Convert to GENERIC_IOREMAP Christophe Leroy (Fri Feb 17 2023 - 09:33:37 EST)
- Re: [PATCH 10/17] gpio: idt3243x: Convert to immutable irq_chip Thomas Bogendoerfer (Fri Feb 17 2023 - 09:34:15 EST)
- Re: [PATCH v4 12/16] parisc: mm: Convert to GENERIC_IOREMAP Christophe Leroy (Fri Feb 17 2023 - 09:36:00 EST)
- [PATCH][next][V2] sfc: Fix spelling mistake "creationg" -> "creation" Colin Ian King (Fri Feb 17 2023 - 09:38:01 EST)
- Re: [RFC v2] net/core: add optional threading for rps backlog processing Eric Dumazet (Fri Feb 17 2023 - 09:39:13 EST)
- Re: [PATCH v6 5/6] iommu/dma: Allow a single FQ in addition to per-CPU FQs Matthew Rosato (Fri Feb 17 2023 - 09:40:23 EST)
- Re: [PATCH] ext4: extents: Modify the return value variable type and initialize the assignment Jan Kara (Fri Feb 17 2023 - 09:40:32 EST)
- Re: [RFC] usb: gadget: ncm: Add support to configure wMaSegmentSize Krishna Kurapati PSSNV (Fri Feb 17 2023 - 09:40:52 EST)
- Re: [PATCH v6 6/6] iommu/dma: Make flush queue sizes and timeout driver configurable Matthew Rosato (Fri Feb 17 2023 - 09:41:32 EST)
- Re: [PATCH] fs-writeback: remove unnecessary ‘false’ values from wakeup_bdi Jan Kara (Fri Feb 17 2023 - 09:41:52 EST)
- Re: [PATCH] net: microchip: sparx5: reduce stack usage Alexander Lobakin (Fri Feb 17 2023 - 09:43:39 EST)
- Re: [PATCH v4 0/1] riscv: Allow to downgrade paging mode from the command line Björn Töpel (Fri Feb 17 2023 - 09:48:09 EST)
- Re: [PATCH V2 5/6] arm64: dts: qcom: ipq9574: Add RPM related nodes Konrad Dybcio (Fri Feb 17 2023 - 09:50:43 EST)
- Re: [PATCH v3 21/35] mm/mmap: write-lock adjacent VMAs if they can grow into unmapped area Liam R. Howlett (Fri Feb 17 2023 - 09:53:00 EST)
- [PATCH 11/24] kbuild, soc: apple: apple-pmgr-pwrstate: remove MODULE_LICENSE in non-modules Nick Alcock (Fri Feb 17 2023 - 09:53:03 EST)
- [PATCH] sched: Consider task_struct::saved_state in wait_task_inactive(). Sebastian Andrzej Siewior (Fri Feb 17 2023 - 09:53:37 EST)
- Re: [PATCH v4 2/6] riscv: Rework kasan population functions Björn Töpel (Fri Feb 17 2023 - 09:54:16 EST)
- [PATCH v8 00/12] net: ethernet: mtk_eth_soc: various enhancements Daniel Golle (Fri Feb 17 2023 - 09:54:45 EST)
- [PATCH v8 01/12] net: ethernet: mtk_eth_soc: add support for MT7981 SoC Daniel Golle (Fri Feb 17 2023 - 09:54:56 EST)
- [PATCH v8 02/12] dt-bindings: net: mediatek,net: add mt7981-eth binding Daniel Golle (Fri Feb 17 2023 - 09:55:15 EST)
- Re: [PATCH v5 06/14] x86/ioremap: Support hypervisor specified range to map as encrypted Borislav Petkov (Fri Feb 17 2023 - 09:55:31 EST)
- [PATCH v8 03/12] dt-bindings: arm: mediatek: sgmiisys: Convert to DT schema Daniel Golle (Fri Feb 17 2023 - 09:55:47 EST)
- [PATCH v8 04/12] dt-bindings: arm: mediatek: sgmiisys: add MT7981 SoC Daniel Golle (Fri Feb 17 2023 - 09:56:04 EST)
- [PATCH v8 05/12] net: ethernet: mtk_eth_soc: set MDIO bus clock frequency Daniel Golle (Fri Feb 17 2023 - 09:56:13 EST)
- [PATCH v8 06/12] net: ethernet: mtk_eth_soc: reset PCS state Daniel Golle (Fri Feb 17 2023 - 09:56:32 EST)
- Re: [PATCH v4 5/6] riscv: Fix ptdump when KASAN is enabled Björn Töpel (Fri Feb 17 2023 - 09:56:34 EST)
- [PATCH v8 07/12] net: ethernet: mtk_eth_soc: only write values if needed Daniel Golle (Fri Feb 17 2023 - 09:56:35 EST)
- [PATCH v8 08/12] net: ethernet: mtk_eth_soc: fix RX data corruption issue Daniel Golle (Fri Feb 17 2023 - 09:56:52 EST)
- [PATCH v8 09/12] net: ethernet: mtk_eth_soc: ppe: add support for flow accounting Daniel Golle (Fri Feb 17 2023 - 09:57:02 EST)
- [PATCH v8 10/12] net: pcs: add driver for MediaTek SGMII PCS Daniel Golle (Fri Feb 17 2023 - 09:57:14 EST)
- [PATCH v8 11/12] net: ethernet: mtk_eth_soc: switch to external PCS driver Daniel Golle (Fri Feb 17 2023 - 09:57:29 EST)
- Re: [PATCH v2 net-next 0/5] add ethtool categorized statistics Alexander Lobakin (Fri Feb 17 2023 - 09:57:31 EST)
- [PATCH v8 12/12] net: dsa: mt7530: use external PCS driver Daniel Golle (Fri Feb 17 2023 - 09:57:45 EST)
- Re: [PATCH v6 4/6] s390/pci: Use dma-iommu layer Matthew Rosato (Fri Feb 17 2023 - 09:57:48 EST)
- [PATCH v6 04/10] powerpc/8xx: Use a larger CPM1 command check mask Herve Codina (Fri Feb 17 2023 - 09:58:00 EST)
- [PATCH v6 02/10] soc: fsl: cpm1: Add support for TSA Herve Codina (Fri Feb 17 2023 - 09:58:14 EST)
- [PATCH v6 03/10] MAINTAINERS: add the Freescale TSA controller entry Herve Codina (Fri Feb 17 2023 - 09:58:16 EST)
- [PATCH v6 00/10] Add the PowerQUICC audio support using the QMC Herve Codina (Fri Feb 17 2023 - 09:58:29 EST)
- [PATCH v6 10/10] MAINTAINERS: add the Freescale QMC audio entry Herve Codina (Fri Feb 17 2023 - 09:58:33 EST)
- [PATCH v2 1/3] misc: servo-pwm: driver for controlling servo motors via PWM Angelo Compagnucci (Fri Feb 17 2023 - 09:58:37 EST)
- [PATCH v2 2/3] misc: servo-pwm: Add sysfs entries to control motor angle Angelo Compagnucci (Fri Feb 17 2023 - 09:58:41 EST)
- [PATCH v6 08/10] dt-bindings: sound: Add support for QMC audio Herve Codina (Fri Feb 17 2023 - 09:58:43 EST)
- [PATCH v2 3/3] dt-bindings: leds: servo-pwm: Add new bindings for servo-pwm Angelo Compagnucci (Fri Feb 17 2023 - 09:58:47 EST)
- [PATCH v6 07/10] MAINTAINERS: add the Freescale QMC controller entry Herve Codina (Fri Feb 17 2023 - 09:58:48 EST)
- Re: [PATCH v4 6/6] riscv: Unconditionnally select KASAN_VMALLOC if KASAN Björn Töpel (Fri Feb 17 2023 - 09:58:51 EST)
- [PATCH v6 01/10] dt-bindings: soc: fsl: cpm_qe: Add TSA controller Herve Codina (Fri Feb 17 2023 - 09:58:54 EST)
- [PATCH v6 05/10] dt-bindings: soc: fsl: cpm_qe: Add QMC controller Herve Codina (Fri Feb 17 2023 - 09:59:05 EST)
- [PATCH v6 06/10] soc: fsl: cpm1: Add support for QMC Herve Codina (Fri Feb 17 2023 - 09:59:33 EST)
- [PATCH v6 09/10] ASoC: fsl: Add support for QMC audio Herve Codina (Fri Feb 17 2023 - 10:00:03 EST)
- Re: [PATCH v4 3/6] riscv: Move DTB_EARLY_BASE_VA to the kernel address space Björn Töpel (Fri Feb 17 2023 - 10:00:38 EST)
- Re: [PATCH 1/3] drm/msm/dpu: Read previously-uninitialized SSPP scaler version from hw Dmitry Baryshkov (Fri Feb 17 2023 - 10:02:10 EST)
- Re: [PATCH v2 net-next 1/5] net: dsa: microchip: add rmon grouping for ethtool statistics Alexander Lobakin (Fri Feb 17 2023 - 10:03:18 EST)
- Re: Regression in Kernel 6.0: System partially freezes with "nvme controller is down" Linux regression tracking #update (Thorsten Leemhuis) (Fri Feb 17 2023 - 10:03:26 EST)
- Re: [PATCH v2 net-next 3/5] net: dsa: microchip: add eth mac grouping for ethtool statistics Alexander Lobakin (Fri Feb 17 2023 - 10:03:46 EST)
- Re: [PATCH 02/24] kbuild, PCI: remove MODULE_LICENSE in non-modules Bjorn Helgaas (Fri Feb 17 2023 - 10:03:55 EST)
- Re: [PATCH net-next] net: phy: micrel: Add support for PTP_PF_PEROUT for lan8841 Horatiu Vultur (Fri Feb 17 2023 - 10:04:12 EST)
- Re: [PATCH 0/2] pwm: ab8500: Fix .apply() and implement .get_state() Thierry Reding (Fri Feb 17 2023 - 10:04:23 EST)
- Re: [RFC v2 PATCH 1/7] x86/resctrl: Add multiple tasks to the resctrl group at once Moger, Babu (Fri Feb 17 2023 - 10:06:47 EST)
- [PATCH 1/3] ASoC: dt-bindings: wlf,wm8960: Convert to dtschema Krzysztof Kozlowski (Fri Feb 17 2023 - 10:07:05 EST)
- [PATCH 2/3] arm64: dts: imx8mm-nitrogen-r2: fix WM8960 clock name Krzysztof Kozlowski (Fri Feb 17 2023 - 10:07:07 EST)
- [PATCH 3/3] ARM: dts: exynos: fix WM8960 clock name in Itop Elite Krzysztof Kozlowski (Fri Feb 17 2023 - 10:07:11 EST)
- Re: (subset) [PATCH v7 00/10] Designware PWM driver updates for OF Thierry Reding (Fri Feb 17 2023 - 10:08:34 EST)
- Re: [PATCH net-next v3] net: lan966x: Use automatic selection of VCAP rule actionset Alexander Lobakin (Fri Feb 17 2023 - 10:08:51 EST)
- [PATCH 14/24] kbuild, firmware: imx: remove MODULE_LICENSE in non-modules Nick Alcock (Fri Feb 17 2023 - 10:09:41 EST)
- [PATCH 20/24] kbuild, gpio: remove MODULE_LICENSE in non-modules Nick Alcock (Fri Feb 17 2023 - 10:10:00 EST)
- [PATCH 16/24] kbuild, irqchip/mvebu-pic: remove MODULE_LICENSE in non-modules Nick Alcock (Fri Feb 17 2023 - 10:10:33 EST)
- [PATCH 17/24] kbuild, pinctrl: nuvoton: npcm7xx: remove MODULE_LICENSE in non-modules Nick Alcock (Fri Feb 17 2023 - 10:10:43 EST)
- Re: [PATCH 2/2] iio: adc: Add driver for TI ADS1100 and ADS1000 chips Mike Looijmans (Fri Feb 17 2023 - 10:11:18 EST)
- Re: [syzbot] [jfs?] KASAN: invalid-free in dbUnmount syzbot (Fri Feb 17 2023 - 10:15:52 EST)
- Re: [PATCH v2 37/47] clk: mediatek: Split MT8195 clock drivers and allow module build Chen-Yu Tsai (Fri Feb 17 2023 - 10:16:30 EST)
- RE: [PATCH v3 1/2] drivers: rtc: add max313xx series rtc driver Tilki, Ibrahim (Fri Feb 17 2023 - 10:18:31 EST)
- Re: [PATCH 1/1] tpm: disable hwrng for fTPM on some AMD designs Thorsten Leemhuis (Fri Feb 17 2023 - 10:18:52 EST)
- [PATCH bpf-next] selftests/bpf: Fix cross compilation with CLANG_CROSS_FLAGS Florent Revest (Fri Feb 17 2023 - 10:18:55 EST)
- Re: [PATCH v10 3/6] fs/proc/task_mmu: Implement IOCTL to get and/or the clear info about PTEs Michał Mirosław (Fri Feb 17 2023 - 10:19:09 EST)
- Re: [PATCH v2 36/47] clk: mediatek: mt2712: Change Kconfig options to allow module build Chen-Yu Tsai (Fri Feb 17 2023 - 10:19:35 EST)
- [PATCH 13/24] kbuild, clk: bm1880: remove MODULE_LICENSE in non-modules Nick Alcock (Fri Feb 17 2023 - 10:20:59 EST)
- Re: [PATCH v2 3/3] dt-bindings: leds: servo-pwm: Add new bindings for servo-pwm Rob Herring (Fri Feb 17 2023 - 10:22:44 EST)
- Re: [PATCH 07/12] dt-bindings: net: Add StarFive JH7100 SoC Cristian Ciocaltea (Fri Feb 17 2023 - 10:25:24 EST)
- Re: [RFC v2] net/core: add optional threading for rps backlog processing Felix Fietkau (Fri Feb 17 2023 - 10:26:51 EST)
- Re: [PATCH bpf-next] selftests/bpf: Fix cross compilation with CLANG_CROSS_FLAGS Florent Revest (Fri Feb 17 2023 - 10:27:54 EST)
- [PATCH] bus: imx-weim: fix branch condition evaluates to a garbage value Ivan Bornyakov (Fri Feb 17 2023 - 10:31:37 EST)
- Re: [PATCH v11 6/9] drm/bridge: anx7625: Register Type C mode switches Nícolas F. R. A. Prado (Fri Feb 17 2023 - 10:32:05 EST)
- Re: [PATCH RESEND 2/2] arm64: dts: rockchip: Add RGA2 support to rk356x Michael Tretter (Fri Feb 17 2023 - 10:32:30 EST)
- [RESEND PATCH v6 1/2] iio: adc: axp20x_adc: Minor code cleanups Aidan MacDonald (Fri Feb 17 2023 - 10:34:57 EST)
- [RESEND PATCH v6 2/2] iio: adc: axp20x_adc: Replace adc_en2 flag with adc_en2_mask field Aidan MacDonald (Fri Feb 17 2023 - 10:34:59 EST)
- Re: [PATCH v2 1/6] tracing: always use canonical ftrace path Mukesh Ojha (Fri Feb 17 2023 - 10:35:02 EST)
- Re: [PATCH] mm/vmalloc: fix unsafe dereference of potential null ptr in vmalloc_init() Christoph Hellwig (Fri Feb 17 2023 - 10:35:51 EST)
- Re: [PATCH v2 1/3] misc: servo-pwm: driver for controlling servo motors via PWM Greg Kroah-Hartman (Fri Feb 17 2023 - 10:36:17 EST)
- Re: [Intel-gfx] [PATCH] drm/i915/guc: avoid FIELD_PREP warning Andrzej Hajda (Fri Feb 17 2023 - 10:38:18 EST)
- Re: [PATCH v2 1/6] ARM/dma-mapping: Remove iommu_detach_device() Jason Gunthorpe (Fri Feb 17 2023 - 10:39:28 EST)
- Re: [PATCH] ext4: make kobj_type structures constant Jan Kara (Fri Feb 17 2023 - 10:39:57 EST)
- Re: [PATCH v2 2/6] selftests: use canonical ftrace path Mukesh Ojha (Fri Feb 17 2023 - 10:40:33 EST)
- Re: [PATCH v2 3/6] iommu: Same critical region for device release and removal Jason Gunthorpe (Fri Feb 17 2023 - 10:40:41 EST)
- Re: [PATCH v6 6/6] iommu/dma: Make flush queue sizes and timeout driver configurable Niklas Schnelle (Fri Feb 17 2023 - 10:41:22 EST)
- Re: [PATCH v2 4/6] tools/kvm_stat: use canonical ftrace path Mukesh Ojha (Fri Feb 17 2023 - 10:41:26 EST)
- Re: [PATCH v2 1/3] misc: servo-pwm: driver for controlling servo motors via PWM Angelo Compagnucci (Fri Feb 17 2023 - 10:42:06 EST)
- Re: [PATCH v2 5/6] tools/virtio: use canonical ftrace path Mukesh Ojha (Fri Feb 17 2023 - 10:46:25 EST)
- Re: [PATCH v3 07/11] dt-bindings: clock: Add StarFive JH7110 system clock and reset generator Krzysztof Kozlowski (Fri Feb 17 2023 - 10:47:58 EST)
- Re: [PATCH v2 0/6] iommu: Extend changing default domain to normal group Jason Gunthorpe (Fri Feb 17 2023 - 10:48:02 EST)
- Re: [PATCH v2 1/3] misc: servo-pwm: driver for controlling servo motors via PWM Greg Kroah-Hartman (Fri Feb 17 2023 - 10:48:31 EST)
- Re: [PATCH v2 1/3] misc: servo-pwm: driver for controlling servo motors via PWM Greg Kroah-Hartman (Fri Feb 17 2023 - 10:50:25 EST)
- Re: [PATCH] module: fix MIPS module_layout -> module_memory Randy Dunlap (Fri Feb 17 2023 - 10:53:26 EST)
- [PATCH 15/24] kbuild, bus: ixp4xx: remove MODULE_LICENSE in non-modules Nick Alcock (Fri Feb 17 2023 - 10:53:32 EST)
- Re: [PATCH v3 21/35] mm/mmap: write-lock adjacent VMAs if they can grow into unmapped area Suren Baghdasaryan (Fri Feb 17 2023 - 10:54:21 EST)
- Re: [RFC v2] net/core: add optional threading for rps backlog processing Eric Dumazet (Fri Feb 17 2023 - 10:54:29 EST)
- [PATCH v5 4/5] ARM: multi_v7_defconfig: add gxp i2c module nick . hawkins (Fri Feb 17 2023 - 10:55:21 EST)
- [PATCH v5 2/5] dt-bindings: i2c: Add hpe,gxp-i2c nick . hawkins (Fri Feb 17 2023 - 10:55:22 EST)
- [PATCH v5 5/5] MAINTAINERS: Add HPE GXP I2C Support nick . hawkins (Fri Feb 17 2023 - 10:55:23 EST)
- [PATCH v5 3/5] ARM: dts: hpe: Add I2C Topology nick . hawkins (Fri Feb 17 2023 - 10:55:26 EST)
- [PATCH v5 0/5] ARM: Add GXP I2C Support nick . hawkins (Fri Feb 17 2023 - 10:55:30 EST)
- [PATCH v5 1/5] i2c: hpe: Add GXP SoC I2C Controller nick . hawkins (Fri Feb 17 2023 - 10:55:33 EST)
- Re: [PATCH v5 1/5] usb: gadget: Properly configure the device for remote wakeup Dan Carpenter (Fri Feb 17 2023 - 10:56:44 EST)
- [PATCH] clk: Reorder fields in 'struct clk_fractional_divider' Christophe JAILLET (Fri Feb 17 2023 - 10:57:15 EST)
- [PATCH] spi: dt-bindings: qcom,spi-qcom-qspi: document OPP and power-domains Krzysztof Kozlowski (Fri Feb 17 2023 - 10:58:20 EST)
- [PATCH 1/3] arm64: dts: qcom: sc7180-trogdor-pazquel360: drop incorrect RT5682S VBAT-supply Krzysztof Kozlowski (Fri Feb 17 2023 - 10:58:54 EST)
- [PATCH 2/3] arm64: dts: qcom: sc7280-herobrine-audio-rt5682: add missing supplies Krzysztof Kozlowski (Fri Feb 17 2023 - 10:58:56 EST)
- [PATCH 3/3] arm64: dts: qcom: sc7280: align RPMh regulator nodes with bindings Krzysztof Kozlowski (Fri Feb 17 2023 - 10:58:59 EST)
- [PATCH 2/3] perf/x86/intel/pt: Use sysfs_emit() in show() callback function Deepak R Varma (Fri Feb 17 2023 - 11:00:03 EST)
- Re: [PATCH mm-unstable v1 3/5] kvm/arm64: add kvm_arch_test_clear_young() Sean Christopherson (Fri Feb 17 2023 - 11:00:18 EST)
- Re: [PATCH drm-next v2 01/16] drm: execution context for GEM buffers Christian König (Fri Feb 17 2023 - 11:00:35 EST)
- [PATCH 3/3] perf/x86/intel: Use sysfs_emit() in show() callback function Deepak R Varma (Fri Feb 17 2023 - 11:01:03 EST)
- Re: [PATCH RESEND 2/2] arm64: dts: rockchip: Add RGA2 support to rk356x Shengyu Qu (Fri Feb 17 2023 - 11:01:51 EST)
- Re: [PATCH][next] wifi: ath12k: Fix spelling mistakes in warning messages and comments Kalle Valo (Fri Feb 17 2023 - 11:04:58 EST)
- Re: [PATCH v2 1/2] mm/userfaultfd: Support WP on multiple VMAs Peter Xu (Fri Feb 17 2023 - 11:05:01 EST)
- Re: [PATCH][next][V2] sfc: Fix spelling mistake "creationg" -> "creation" Edward Cree (Fri Feb 17 2023 - 11:06:15 EST)
- Re: [PATCH v3 26/35] mm: fall back to mmap_lock if vma->anon_vma is not yet set Matthew Wilcox (Fri Feb 17 2023 - 11:06:51 EST)
- Re: [PATCH] drm/i915/guc: avoid FIELD_PREP warning Rodrigo Vivi (Fri Feb 17 2023 - 11:07:34 EST)
- Re: [PATCH 0/5] KVM: Put struct kvm_vcpu on a diet Mathias Krause (Fri Feb 17 2023 - 11:07:58 EST)
- Re: [PATCH -next] wifi: ath12k: dp_mon: Fix unsigned comparison with less than zero Kalle Valo (Fri Feb 17 2023 - 11:09:28 EST)
- Re: [PATCH v3 26/35] mm: fall back to mmap_lock if vma->anon_vma is not yet set Suren Baghdasaryan (Fri Feb 17 2023 - 11:10:52 EST)
- [PATCH v3 1/3] misc: servo-pwm: driver for controlling servo motors via PWM Angelo Compagnucci (Fri Feb 17 2023 - 11:11:07 EST)
- [PATCH v3 2/3] misc: servo-pwm: Add sysfs entries to control motor angle Angelo Compagnucci (Fri Feb 17 2023 - 11:11:11 EST)
- [PATCH v3 3/3] dt-bindings: misc: servo-pwm: Add new bindings for servo-pwm Angelo Compagnucci (Fri Feb 17 2023 - 11:11:22 EST)
- Re: [PATCH v5 11/39] x86/mm: Update pte_modify for _PAGE_COW Borislav Petkov (Fri Feb 17 2023 - 11:12:09 EST)
- Re: [PATCH v2 1/3] misc: servo-pwm: driver for controlling servo motors via PWM Angelo Compagnucci (Fri Feb 17 2023 - 11:13:08 EST)
- Re: [PATCH v3 26/35] mm: fall back to mmap_lock if vma->anon_vma is not yet set Suren Baghdasaryan (Fri Feb 17 2023 - 11:13:18 EST)
- Re: [PATCH v3 4/5] iommu/ioasid: Rename INVALID_IOASID Dave Jiang (Fri Feb 17 2023 - 11:13:29 EST)
- Re: [PATCH] sfc: use IS_ENABLED() checks for CONFIG_SFC_SRIOV Edward Cree (Fri Feb 17 2023 - 11:14:06 EST)
- [PATCH] perf/x86/rapl: Enable Core RAPL for AMD Wyes Karny (Fri Feb 17 2023 - 11:14:26 EST)
- [PATCH 05/10] ASoC: wm_adsp: Expose the DSP boot work actions as wm_adsp_power_up() Richard Fitzgerald (Fri Feb 17 2023 - 11:14:35 EST)
- [PATCH 01/10] firmware: cs_dsp: Introduce no_core_startstop for self-booting DSPs Richard Fitzgerald (Fri Feb 17 2023 - 11:14:38 EST)
- [PATCH 02/10] ASoC: wm_adsp: Use no_core_startstop to prevent creating preload control Richard Fitzgerald (Fri Feb 17 2023 - 11:14:41 EST)
- [PATCH 07/10] ASoC: wm_adsp: Simplify the logging of requested firmware files Richard Fitzgerald (Fri Feb 17 2023 - 11:14:44 EST)
- [PATCH 09/10] ASoC: Intel: sof_sdw: Add support for Cirrus Logic CS35L56 Richard Fitzgerald (Fri Feb 17 2023 - 11:14:57 EST)
- [PATCH 06/10] ASoC: wm_adsp: Add support for loading bin files without wmfw Richard Fitzgerald (Fri Feb 17 2023 - 11:14:57 EST)
- [PATCH 03/10] firmware: cs_dsp: Support DSPs that don't require firmware download Richard Fitzgerald (Fri Feb 17 2023 - 11:14:58 EST)
- [PATCH 10/10] ASoC: Intel: soc-acpi: Add CS35L56 Soundwire to TGL Richard Fitzgerald (Fri Feb 17 2023 - 11:15:00 EST)
- [PATCH 04/10] ASoC: wm_adsp: Support DSPs that don't require firmware download Richard Fitzgerald (Fri Feb 17 2023 - 11:15:02 EST)
- [PATCH 00/10] ASoC: Initial support for Cirrus Logic CS35L56 Richard Fitzgerald (Fri Feb 17 2023 - 11:15:05 EST)
- [PATCH 08/10] ASoC: cs35l56: Add driver for Cirrus Logic CS35L56 Richard Fitzgerald (Fri Feb 17 2023 - 11:15:08 EST)
- Re: [PATCH] kernel/sys.c: fix and improve control flow in __sys_setres[ug]id() Ondrej Mosnacek (Fri Feb 17 2023 - 11:15:35 EST)
- Re: [PATCH] padata: Make kobj_type structure constant Daniel Jordan (Fri Feb 17 2023 - 11:16:02 EST)
- Re: [Intel-gfx] [PATCH] drm/i915/guc: avoid FIELD_PREP warning Arnd Bergmann (Fri Feb 17 2023 - 11:17:20 EST)
- [PATCH v3 1/6] Update Kconfig and Makefile. Danny Tsen (Fri Feb 17 2023 - 11:18:30 EST)
- [PATCH v3 0/6] crypto: Accelerated AES/GCM stitched implementation Danny Tsen (Fri Feb 17 2023 - 11:18:33 EST)
- [PATCH v3 2/6] Glue code for AES/GCM stitched implementation. Danny Tsen (Fri Feb 17 2023 - 11:18:36 EST)
- [PATCH v3 3/6] An accelerated AES/GCM stitched implementation. Danny Tsen (Fri Feb 17 2023 - 11:18:57 EST)
- [PATCH v3 6/6] A perl script to process PowerPC assembler source. Danny Tsen (Fri Feb 17 2023 - 11:18:58 EST)
- [PATCH v3 5/6] Supporting functions for ghash. Danny Tsen (Fri Feb 17 2023 - 11:19:02 EST)
- [PATCH v3 4/6] Supporting functions for AES. Danny Tsen (Fri Feb 17 2023 - 11:19:16 EST)
- [PATCH 00/11] selftests: hid: import the tests from hid-tools Benjamin Tissoires (Fri Feb 17 2023 - 11:20:04 EST)
- [PATCH 01/11] selftests: hid: make vmtest rely on make Benjamin Tissoires (Fri Feb 17 2023 - 11:20:12 EST)
- [PATCH 04/11] selftests: hid: import hid-tools hid-keyboards tests Benjamin Tissoires (Fri Feb 17 2023 - 11:20:21 EST)
- [PATCH 02/11] selftests: hid: import hid-tools hid-core tests Benjamin Tissoires (Fri Feb 17 2023 - 11:20:25 EST)
- [PATCH 03/11] selftests: hid: import hid-tools hid-gamepad tests Benjamin Tissoires (Fri Feb 17 2023 - 11:20:28 EST)
- [PATCH 06/11] selftests: hid: import hid-tools hid-multitouch and hid-tablets tests Benjamin Tissoires (Fri Feb 17 2023 - 11:20:42 EST)
- Re: [PATCH] kernel/sys.c: fix and improve control flow in __sys_setres[ug]id() Ondrej Mosnacek (Fri Feb 17 2023 - 11:20:45 EST)
- [PATCH 05/11] selftests: hid: import hid-tools hid-mouse tests Benjamin Tissoires (Fri Feb 17 2023 - 11:20:48 EST)
- [PATCH 07/11] selftests: hid: import hid-tools wacom tests Benjamin Tissoires (Fri Feb 17 2023 - 11:20:51 EST)
- [PATCH 08/11] selftests: hid: import hid-tools hid-apple tests Benjamin Tissoires (Fri Feb 17 2023 - 11:20:55 EST)
- [PATCH 09/11] selftests: hid: import hid-tools hid-ite tests Benjamin Tissoires (Fri Feb 17 2023 - 11:20:58 EST)
- [PATCH 10/11] selftests: hid: import hid-tools hid-sony and hid-playstation tests Benjamin Tissoires (Fri Feb 17 2023 - 11:21:12 EST)
- Re: [PATCH] sfc: use IS_ENABLED() checks for CONFIG_SFC_SRIOV Arnd Bergmann (Fri Feb 17 2023 - 11:21:25 EST)
- [PATCH 11/11] selftests: hid: import hid-tools usb-crash tests Benjamin Tissoires (Fri Feb 17 2023 - 11:21:28 EST)
- Re: [PATCH -next] wifi: ath12k: dp_mon: clean up some inconsistent indentings Kalle Valo (Fri Feb 17 2023 - 11:22:58 EST)
- Re: [PATCH v2 4/4] livepatch/shadow: Add garbage collection of shadow variables Petr Mladek (Fri Feb 17 2023 - 11:24:37 EST)
- [PATCH v2] kernel/sys.c: fix and improve control flow in __sys_setres[ug]id() Ondrej Mosnacek (Fri Feb 17 2023 - 11:24:58 EST)
- Re: [PATCH -next] wifi: ath10k: Remove the unused function shadow_dst_wr_ind_addr() and ath10k_ce_error_intr_enable() Kalle Valo (Fri Feb 17 2023 - 11:25:15 EST)
- Re: [PATCH] wifi: ath: Silence memcpy run-time false positive warning Kalle Valo (Fri Feb 17 2023 - 11:25:43 EST)
- Re: [PATCH v6 02/10] soc: fsl: cpm1: Add support for TSA Christophe Leroy (Fri Feb 17 2023 - 11:27:28 EST)
- Re: [PATCH v6 01/10] dt-bindings: soc: fsl: cpm_qe: Add TSA controller Christophe Leroy (Fri Feb 17 2023 - 11:27:48 EST)
- Re: [PATCH v3 07/11] dt-bindings: clock: Add StarFive JH7110 system clock and reset generator Conor Dooley (Fri Feb 17 2023 - 11:28:04 EST)
- Re: [PATCH mm-unstable v1 2/5] kvm/x86: add kvm_arch_test_clear_young() Sean Christopherson (Fri Feb 17 2023 - 11:28:14 EST)
- Re: [PATCH v6 03/10] MAINTAINERS: add the Freescale TSA controller entry Christophe Leroy (Fri Feb 17 2023 - 11:28:18 EST)
- Re: [PATCH v6 05/10] dt-bindings: soc: fsl: cpm_qe: Add QMC controller Christophe Leroy (Fri Feb 17 2023 - 11:28:31 EST)
- Re: [PATCH v6 06/10] soc: fsl: cpm1: Add support for QMC Christophe Leroy (Fri Feb 17 2023 - 11:28:56 EST)
- Re: [PATCH v6 07/10] MAINTAINERS: add the Freescale QMC controller entry Christophe Leroy (Fri Feb 17 2023 - 11:29:21 EST)
- Re: [PATCH v3 4/5] iommu/ioasid: Rename INVALID_IOASID Jacob Pan (Fri Feb 17 2023 - 11:30:00 EST)
- Re: [RFC 0/3] Make WLAN and Bluetooth basically work for CI20 Paul Cercueil (Fri Feb 17 2023 - 11:30:12 EST)
- Re: [PATCH v6 08/10] dt-bindings: sound: Add support for QMC audio Christophe Leroy (Fri Feb 17 2023 - 11:30:42 EST)
- Re: [PATCH v6 09/10] ASoC: fsl: Add support for QMC audio Christophe Leroy (Fri Feb 17 2023 - 11:31:07 EST)
- Re: [RFC 1/3] MIPS: DTS: jz4780: add #clock-cells to rtc_dev Paul Cercueil (Fri Feb 17 2023 - 11:31:30 EST)
- Re: [PATCH] wifi: rtl8xxxu: add LEDS_CLASS dependency Kalle Valo (Fri Feb 17 2023 - 11:31:58 EST)
- Re: [PATCH v6 10/10] MAINTAINERS: add the Freescale QMC audio entry Christophe Leroy (Fri Feb 17 2023 - 11:32:01 EST)
- Re: [PATCH v2 1/1] scsi: lpfc: Fix double word in comments Randy Dunlap (Fri Feb 17 2023 - 11:32:14 EST)
- Re: [PATCH 15/17] gpio: omap: Convert to immutable irq_chip Andreas Kemnade (Fri Feb 17 2023 - 11:32:44 EST)
- Re: [PATCH v6 4/6] s390/pci: Use dma-iommu layer Niklas Schnelle (Fri Feb 17 2023 - 11:35:05 EST)
- Re: [PATCH 0/5] KVM: Put struct kvm_vcpu on a diet Sean Christopherson (Fri Feb 17 2023 - 11:35:42 EST)
- Re: [PATCH bpf-next] selftests/bpf: Remove not used headers Daniel Borkmann (Fri Feb 17 2023 - 11:36:15 EST)
- [RFC PATCH 0/1] x86: cpu topology fix and question on x86_max_cores Zhang Rui (Fri Feb 17 2023 - 11:37:42 EST)
- [PATCH 1/1] x86/topology: fix erroneous smp_num_siblings on Intel Hybrid platform Zhang Rui (Fri Feb 17 2023 - 11:37:49 EST)
- Re: [PATCH 06/11] selftests: hid: import hid-tools hid-multitouch and hid-tablets tests Ahelenia Ziemiańska (Fri Feb 17 2023 - 11:38:25 EST)
- [PATCH v1 0/6] PolarFire SoC Auto Update Support Conor Dooley (Fri Feb 17 2023 - 11:40:48 EST)
- [PATCH v1 1/6] soc: microchip: mpfs: add a prefix to rx_callback() Conor Dooley (Fri Feb 17 2023 - 11:40:52 EST)
- [PATCH v1 2/6] dt-bindings: soc: microchip: add a property for system controller flash Conor Dooley (Fri Feb 17 2023 - 11:40:55 EST)
- [PATCH v1 3/6] soc: microchip: mpfs: enable access to the system controller's flash Conor Dooley (Fri Feb 17 2023 - 11:40:59 EST)
- [PATCH v1 4/6] soc: microchip: mpfs: add auto-update subdev to system controller Conor Dooley (Fri Feb 17 2023 - 11:41:11 EST)
- Re: [PATCH] KVM: Reorder fields in 'struct kvm_mmu_memory_cache' Sean Christopherson (Fri Feb 17 2023 - 11:41:41 EST)
- [PATCH v1 6/6] riscv: dts: microchip: add the mpfs' system controller qspi & associated flash Conor Dooley (Fri Feb 17 2023 - 11:42:04 EST)
- [PATCH v1 5/6] fpga: add PolarFire SoC Auto Update support Conor Dooley (Fri Feb 17 2023 - 11:42:40 EST)
- Re: [PATCH v2 net-next 3/5] net: dsa: microchip: add eth mac grouping for ethtool statistics Vladimir Oltean (Fri Feb 17 2023 - 11:42:52 EST)
- [PATCH] perf/x86/amd/core: Use sysfs_emit() in show() callback function Deepak R Varma (Fri Feb 17 2023 - 11:43:57 EST)
- Re: [PATCH 3/3] arm64: dts: qcom: sc7280: align RPMh regulator nodes with bindings Konrad Dybcio (Fri Feb 17 2023 - 11:45:51 EST)
- Re: [PATCH v29 3/7] drm/mediatek: add ovl_adaptor support for MT8195 Guillaume Ranquet (Fri Feb 17 2023 - 11:47:28 EST)
- Re: [PATCH v2 net-next 0/5] add ethtool categorized statistics Vladimir Oltean (Fri Feb 17 2023 - 11:48:59 EST)
- [PATCH 0/6] Migrate IDIO-16 GPIO drivers to regmap API William Breathitt Gray (Fri Feb 17 2023 - 11:49:44 EST)
- [PATCH 1/6] regmap-irq: Add no_status support William Breathitt Gray (Fri Feb 17 2023 - 11:49:47 EST)
- [PATCH 2/6] gpio: 104-dio-48e: Utilize no_status regmap-irq flag William Breathitt Gray (Fri Feb 17 2023 - 11:49:59 EST)
- [PATCH 3/6] gpio: idio-16: Migrate to the regmap API William Breathitt Gray (Fri Feb 17 2023 - 11:50:03 EST)
- [PATCH 4/6] gpio: 104-idio-16: Migrate to the regmap API William Breathitt Gray (Fri Feb 17 2023 - 11:50:05 EST)
- [PATCH 5/6] gpio: pci-idio-16: Migrate to the regmap API William Breathitt Gray (Fri Feb 17 2023 - 11:50:09 EST)
- [PATCH 6/6] gpio: idio-16: Remove unused legacy interface William Breathitt Gray (Fri Feb 17 2023 - 11:50:13 EST)
- Re: [PATCH v29 4/7] drm/mediatek: add dma dev get function Guillaume Ranquet (Fri Feb 17 2023 - 11:52:06 EST)
- Re: [PATCH v5 11/39] x86/mm: Update pte_modify for _PAGE_COW Edgecombe, Rick P (Fri Feb 17 2023 - 11:53:52 EST)
- Re: [PATCH v2 net-next 1/5] net: dsa: microchip: add rmon grouping for ethtool statistics Vladimir Oltean (Fri Feb 17 2023 - 11:53:57 EST)
- Re: [PATCH v2 1/2] erofs: avoid hardcoded blocksize for subpage block support kernel test robot (Fri Feb 17 2023 - 11:56:37 EST)
- [PATCH v3] ASoC: tas2781: Add tas2781 driver Shenghao Ding (Fri Feb 17 2023 - 11:58:54 EST)
- [PATCH] mtd: ubi: eba.c: fix return value overwrite issue in try_write_vid_and_data() Wang YanQing (Fri Feb 17 2023 - 12:01:07 EST)
- mtd: ubi: eba.c: fix return value overwrite issue in try_write_vid_and_data() Wang YanQing (Fri Feb 17 2023 - 12:01:11 EST)
- [PATCH 21/24] kbuild, serial: remove MODULE_LICENSE in non-modules Nick Alcock (Fri Feb 17 2023 - 12:01:20 EST)
- Re: [PATCH v2 net-next 2/5] net: dsa: microchip: add eth ctrl grouping for ethtool statistics Vladimir Oltean (Fri Feb 17 2023 - 12:08:33 EST)
- [PATCH] arch/arm/l2x0: Use sysfs_emit() in show() callback function Deepak R Varma (Fri Feb 17 2023 - 12:11:17 EST)
- Re: BCM54220: After the BCM54220 closes the auto-negotiation, the configuration forces the 1000M network port to be linked down all the time. Florian Fainelli (Fri Feb 17 2023 - 12:13:40 EST)
- RE: [EXT] Re: [PATCH net-next v3 3/7] octeon_ep: control mailbox for multiple PFs Veerasenareddy Burru (Fri Feb 17 2023 - 12:15:57 EST)
- Re: [PATCH v2 net-next 5/5] net: dsa: microchip: remove num_alus_variable Vladimir Oltean (Fri Feb 17 2023 - 12:16:51 EST)
- Re: [PATCH v4 6/9] ext4: Fix best extent lstart adjustment logic in ext4_mb_new_inode_pa() IBM (Fri Feb 17 2023 - 12:18:57 EST)
- [GIT PULL 0/4] ARM and RISC-V SoC changes for 6.3 Arnd Bergmann (Fri Feb 17 2023 - 12:22:50 EST)
- [GIT PULL 1/4] ARM: unused boardfile removal for 6.3 Arnd Bergmann (Fri Feb 17 2023 - 12:25:14 EST)
- [RESEND PATCH v3] ARM/dma-mapping: use kvcalloc for fallback memory allocation need Deepak R Varma (Fri Feb 17 2023 - 12:25:32 EST)
- [GIT PULL 2/4] ARM: SoC updates for 6.3 Arnd Bergmann (Fri Feb 17 2023 - 12:26:04 EST)
- [GIT PULL 3/4] ARM: defconfigs for 6.3 Arnd Bergmann (Fri Feb 17 2023 - 12:26:39 EST)
- [GIT PULL 4/4] SoC: DT changes for 6.3 Arnd Bergmann (Fri Feb 17 2023 - 12:28:50 EST)
- Re: [RFC v2 PATCH 5/7] x86/resctrl: Introduce -o debug mount option Moger, Babu (Fri Feb 17 2023 - 12:29:54 EST)
- Re: [PATCH v3 3/3] dt-bindings: misc: servo-pwm: Add new bindings for servo-pwm Rob Herring (Fri Feb 17 2023 - 12:30:01 EST)
- Re: [PATCH] softirq: wake up ktimer thread in softirq context Sebastian Andrzej Siewior (Fri Feb 17 2023 - 12:30:37 EST)
- Re: [PATCH v3] nvmem: u-boot-env: align endianness of crc32 values Christian Lamparter (Fri Feb 17 2023 - 12:30:39 EST)
- Re: [PATCH] usb: typec: altmodes/displayport: Fix probe pin assign check Prashant Malani (Fri Feb 17 2023 - 12:31:54 EST)
- [GIT PULL] asm-generic: cleanups for 6.3 Arnd Bergmann (Fri Feb 17 2023 - 12:34:51 EST)
- [syzbot] [bridge?] [coreteam?] KASAN: vmalloc-out-of-bounds Read in __ebt_unregister_table syzbot (Fri Feb 17 2023 - 12:36:01 EST)
- Re: [PATCH v2 1/4] sched/task: Add the put_task_struct_atomic_safe function Daniel Bristot de Oliveira (Fri Feb 17 2023 - 12:36:20 EST)
- Re: [PATCH v4 1/2] mm/userfaultfd: Support WP on multiple VMAs Peter Xu (Fri Feb 17 2023 - 12:36:51 EST)
- Re: I2c GPIO Recovery with pinctrl strict mode Ryan.Wanner (Fri Feb 17 2023 - 12:37:00 EST)
- [PATCH -tip v4 1/3] kasan: Emit different calls for instrumentable memintrinsics Naresh Kamboju (Fri Feb 17 2023 - 12:37:36 EST)
- Re: [PATCH] mips: Realtek RTL: select NO_EXCEPT_FILL Thomas Bogendoerfer (Fri Feb 17 2023 - 12:37:37 EST)
- Re: [RFC v2 PATCH 6/7] x86/resctrl: Display the RMID and COSID for resctrl groups Moger, Babu (Fri Feb 17 2023 - 12:39:15 EST)
- Re: [PATCH v2 net-next 1/5] net: dsa: microchip: add rmon grouping for ethtool statistics Andrew Lunn (Fri Feb 17 2023 - 12:40:15 EST)
- Re: [PATCH net-next 5/5] net: dsa: mv88e6xxx: implementation of dynamic ATU entries Vladimir Oltean (Fri Feb 17 2023 - 12:44:41 EST)
- Re: [PATCH 14/17] cifs: Change the I/O paths to use an iterator rather than a page list Steve French (Fri Feb 17 2023 - 12:48:47 EST)
- Re: [PATCH] mlxsw_spectrum_router: add check for return value of 'mlxsw_sp_rif_find_by_dev' Petr Machata (Fri Feb 17 2023 - 12:49:00 EST)
- Re: [RFC v2 PATCH 7/7] x86/resctrl: Add debug files when mounted with debug option Moger, Babu (Fri Feb 17 2023 - 12:49:57 EST)
- [PATCH] dt-bindings: drop Sagar Kadam from SiFive binding maintainership Conor Dooley (Fri Feb 17 2023 - 13:01:24 EST)
- Re: [PATCH 1/1] x86/topology: fix erroneous smp_num_siblings on Intel Hybrid platform Dave Hansen (Fri Feb 17 2023 - 13:03:41 EST)
- [PATCH] coccinelle: put_device: Include of_node_put to avoid false positives Deepak R Varma (Fri Feb 17 2023 - 13:11:32 EST)
- Re: [PATCH drm-next v2 04/16] maple_tree: add flag MT_FLAGS_LOCK_NONE Liam R. Howlett (Fri Feb 17 2023 - 13:19:30 EST)
- Re: [PATCH 00/17] Add Intel VT-d nested translation Nicolin Chen (Fri Feb 17 2023 - 13:20:48 EST)
- Re: [PATCH RFC] ipc/mqueue: introduce msg cache Roman Gushchin (Fri Feb 17 2023 - 13:26:23 EST)
- Re: [PATCH v5] remoteproc: imx_dsp_rproc: add module parameter to ignore ready flag from remote processor Mathieu Poirier (Fri Feb 17 2023 - 13:30:00 EST)
- Re: [PATCH drm-next v2 03/16] maple_tree: split up MA_STATE() macro Liam R. Howlett (Fri Feb 17 2023 - 13:34:39 EST)
- [for-next][PATCH 3/3] tracing: Remove unnecessary NULL assignment Steven Rostedt (Fri Feb 17 2023 - 13:39:44 EST)
- [for-next][PATCH 0/3] tracing: Final updates for 6.3 Steven Rostedt (Fri Feb 17 2023 - 13:39:47 EST)
- [for-next][PATCH 2/3] tracepoint: Allow livepatch module add trace event Steven Rostedt (Fri Feb 17 2023 - 13:39:49 EST)
- [for-next][PATCH 1/3] tracing: Always use canonical ftrace path Steven Rostedt (Fri Feb 17 2023 - 13:39:52 EST)
- [PATCH net-next] net: bcmgenet: Support wake-up from s2idle Florian Fainelli (Fri Feb 17 2023 - 13:41:45 EST)
- [syzbot] [nfc?] memory leak in nfc_genl_se_io syzbot (Fri Feb 17 2023 - 13:42:48 EST)
- Re: [PATCH v3 26/35] mm: fall back to mmap_lock if vma->anon_vma is not yet set Hyeonggon Yoo (Fri Feb 17 2023 - 13:50:15 EST)
- [PATCH v1 1/1] regmap-irq: Place kernel doc of struct regmap_irq_chip in order Andy Shevchenko (Fri Feb 17 2023 - 13:52:53 EST)
- [PATCH 0/4] RZ/G2L SSI: Update interrupt numbers Prabhakar (Fri Feb 17 2023 - 13:53:05 EST)
- [PATCH 1/4] ASoC: dt-bindings: renesas,rz-ssi: Update interrupts and interrupt-names properties Prabhakar (Fri Feb 17 2023 - 13:53:08 EST)
- [PATCH 2/4] ASoC: sh: rz-ssi: Update interrupt handling for half duplex channels Prabhakar (Fri Feb 17 2023 - 13:53:21 EST)
- [PATCH 3/4] arm64: dts: renesas: r9a07g044: Update IRQ numbers for SSI channels Prabhakar (Fri Feb 17 2023 - 13:53:25 EST)
- [PATCH 4/4] arm64: dts: renesas: r9a07g043: Update IRQ numbers for SSI channels Prabhakar (Fri Feb 17 2023 - 13:53:29 EST)
- [PATCH 1/1] KVM: selftests: Adjust VM's initial stack address to align with SysV ABI spec Ackerley Tng (Fri Feb 17 2023 - 13:55:12 EST)
- Re: [PATCH 1/6] regmap-irq: Add no_status support Andy Shevchenko (Fri Feb 17 2023 - 13:57:52 EST)
- Re: [RFC PATCH v3 08/31] KVM: selftests: Require GCC to realign stacks on function entry Ackerley Tng (Fri Feb 17 2023 - 13:58:02 EST)
- Re: [PATCH 2/6] gpio: 104-dio-48e: Utilize no_status regmap-irq flag Andy Shevchenko (Fri Feb 17 2023 - 13:58:24 EST)
- RE: [PATCH v2] Drivers: vmbus: Check for channel allocation before looking up relids Dexuan Cui (Fri Feb 17 2023 - 14:00:00 EST)
- RE: [PATCH v2] Drivers: vmbus: Check for channel allocation before looking up relids Dexuan Cui (Fri Feb 17 2023 - 14:00:23 EST)
- Re: [PATCH 3/6] gpio: idio-16: Migrate to the regmap API Andy Shevchenko (Fri Feb 17 2023 - 14:00:52 EST)
- Re: [PATCH 4/6] gpio: 104-idio-16: Migrate to the regmap API Andy Shevchenko (Fri Feb 17 2023 - 14:02:17 EST)
- Re: [PATCH v2 1/4] sched/task: Add the put_task_struct_atomic_safe function luca abeni (Fri Feb 17 2023 - 14:04:53 EST)
- Re: [PATCH 5/6] gpio: pci-idio-16: Migrate to the regmap API Andy Shevchenko (Fri Feb 17 2023 - 14:04:55 EST)
- Re: [PATCH 6/6] gpio: idio-16: Remove unused legacy interface Andy Shevchenko (Fri Feb 17 2023 - 14:06:42 EST)
- Re: [PATCH 5/6] gpio: pci-idio-16: Migrate to the regmap API Andy Shevchenko (Fri Feb 17 2023 - 14:07:26 EST)
- [PATCH v1 1/1] hwmon: (nct6775) Drop unneeded casting and conjunction Andy Shevchenko (Fri Feb 17 2023 - 14:15:49 EST)
- Re: [PATCH v5 00/10] Add the PowerQUICC audio support using the QMC Mark Brown (Fri Feb 17 2023 - 14:15:50 EST)
- [GIT PULL] seccomp update for v6.3-rc1 Kees Cook (Fri Feb 17 2023 - 14:17:56 EST)
- Re: [PATCH v1 1/1] regmap-irq: Place kernel doc of struct regmap_irq_chip in order Mark Brown (Fri Feb 17 2023 - 14:18:21 EST)
- Re: [PATCH] KVM: Reorder fields in 'struct kvm_mmu_memory_cache' Christophe JAILLET (Fri Feb 17 2023 - 14:22:40 EST)
- Re: [PATCH] mips: Realtek RTL: select NO_EXCEPT_FILL Olliver Schinagl (Fri Feb 17 2023 - 14:27:15 EST)
- Re: [PATCH v5 08/10] interconnect: qcom: msm8996: Specify no bus clock scaling on A0NoC Konrad Dybcio (Fri Feb 17 2023 - 14:27:38 EST)
- [ANNOUNCE] 5.15.94-rt59 Clark Williams (Fri Feb 17 2023 - 14:31:17 EST)
- [PATCH v2 0/2] KVM: Minor structure layout changes Mathias Krause (Fri Feb 17 2023 - 14:31:32 EST)
- [PATCH v2 1/2] KVM: x86: Shrink struct kvm_pmu Mathias Krause (Fri Feb 17 2023 - 14:31:35 EST)
- [PATCH v2 2/2] KVM: Shrink struct kvm_mmu_memory_cache Mathias Krause (Fri Feb 17 2023 - 14:31:38 EST)
- Re: [PATCH 1/1] Bluetooth: Convert MSFT filter HCI cmd to hci_sync Mateusz Jończyk (Fri Feb 17 2023 - 14:32:56 EST)
- Re: [PATCH] KVM: Reorder fields in 'struct kvm_mmu_memory_cache' Mathias Krause (Fri Feb 17 2023 - 14:33:29 EST)
- Re: [PATCH v5 0/2] sched/fair: Wake short task on current CPU K Prateek Nayak (Fri Feb 17 2023 - 14:36:07 EST)
- Re: [PATCH] KVM: x86: disable on 32-bit unless CONFIG_BROKEN Thomas Huth (Fri Feb 17 2023 - 14:37:33 EST)
- [GIT PULL] hardening updates for v6.3-rc1 Kees Cook (Fri Feb 17 2023 - 14:38:25 EST)
- Re: [PATCH drm-next v2 04/16] maple_tree: add flag MT_FLAGS_LOCK_NONE Matthew Wilcox (Fri Feb 17 2023 - 14:38:47 EST)
- Re: [PATCH drm-next v2 03/16] maple_tree: split up MA_STATE() macro Matthew Wilcox (Fri Feb 17 2023 - 14:45:52 EST)
- Re: [PATCH v7 1/6] reiserfs: Switch to security_inode_init_security() Mimi Zohar (Fri Feb 17 2023 - 14:48:21 EST)
- Re: [PATCH V5 5/5] firmware: scm: Modify only the DLOAD bit in TCSR register for download mode Mukesh Ojha (Fri Feb 17 2023 - 14:50:34 EST)
- Re: [PATCH] wifi: wfx: Remove some dead code Christophe JAILLET (Fri Feb 17 2023 - 14:51:34 EST)
- Re: [PATCH v7 2/6] ocfs2: Switch to security_inode_init_security() Mimi Zohar (Fri Feb 17 2023 - 14:52:08 EST)
- Re: [PATCH v5 08/10] interconnect: qcom: msm8996: Specify no bus clock scaling on A0NoC Konrad Dybcio (Fri Feb 17 2023 - 14:53:25 EST)
- Re: [PATCH] MIPS: vpe-mt: provide a default 'physical_memsize' Randy Dunlap (Fri Feb 17 2023 - 15:04:42 EST)
- [PATCH 5.15] of: reserved_mem: Have kmemleak ignore dynamically allocated reserved mem Isaac J. Manjarres (Fri Feb 17 2023 - 15:07:47 EST)
- [PATCH v2] MIPS: SMP-CPS: fix build error when HOTPLUG_CPU not set Randy Dunlap (Fri Feb 17 2023 - 15:07:56 EST)
- Re: [PATCH] drm/amd/display: Modify mismatched function name Alex Deucher (Fri Feb 17 2023 - 15:08:33 EST)
- Re: [PATCH v4 8/9] ext4: Use rbtrees to manage PAs instead of inode i_prealloc_list IBM (Fri Feb 17 2023 - 15:09:09 EST)
- Re: [PATCH] drm/amdgpu: make kobj_type structures constant Alex Deucher (Fri Feb 17 2023 - 15:13:22 EST)
- Re: [PATCH] drm/amdkfd: Make kobj_type structures constant Alex Deucher (Fri Feb 17 2023 - 15:15:55 EST)
- Re: [PATCH v5 00/10] Add the PowerQUICC audio support using the QMC Herve Codina (Fri Feb 17 2023 - 15:18:31 EST)
- Re: [PATCH 06/24] kbuild, binder: remove MODULE_LICENSE in non-modules Carlos Llamas (Fri Feb 17 2023 - 15:19:06 EST)
- [PATCH] serial: 8250: Reorder fields in 'struct plat_serial8250_port' Christophe JAILLET (Fri Feb 17 2023 - 15:23:10 EST)
- [PATCH RESEND 1/1] check-uapi: Introduce check-uapi.sh John Moon (Fri Feb 17 2023 - 15:23:17 EST)
- [PATCH RESEND 0/1] Validating UAPI backwards compatibility John Moon (Fri Feb 17 2023 - 15:23:19 EST)
- [PATCH 0/4] Remove #ifdef CONFIG_* from uapi headers (2023 edition) Thomas Huth (Fri Feb 17 2023 - 15:24:21 EST)
- [PATCH 1/4] Move COMPAT_ATM_ADDPARTY to net/atm/svc.c Thomas Huth (Fri Feb 17 2023 - 15:24:42 EST)
- [PATCH 2/4] Move ep_take_care_of_epollwakeup() to fs/eventpoll.c Thomas Huth (Fri Feb 17 2023 - 15:24:49 EST)
- [PATCH 3/4] Move bp_type_idx to include/linux/hw_breakpoint.h Thomas Huth (Fri Feb 17 2023 - 15:25:09 EST)
- [PATCH 4/4] Move USE_WCACHING to drivers/block/pktcdvd.c Thomas Huth (Fri Feb 17 2023 - 15:25:16 EST)
- Re: [PATCH v5 08/10] interconnect: qcom: msm8996: Specify no bus clock scaling on A0NoC Dmitry Baryshkov (Fri Feb 17 2023 - 15:26:51 EST)
- Re: [PATCH v5 00/10] Add the PowerQUICC audio support using the QMC Herve Codina (Fri Feb 17 2023 - 15:28:06 EST)
- Re: [PATCH v3 2/4] x86/alternative: Support relocations in alternatives Borislav Petkov (Fri Feb 17 2023 - 15:28:20 EST)
- Re: [PATCH v5 08/10] interconnect: qcom: msm8996: Specify no bus clock scaling on A0NoC Konrad Dybcio (Fri Feb 17 2023 - 15:29:02 EST)
- Re: [PATCH rdma-next v2 0/4] Rely on firmware to get special mkeys Jason Gunthorpe (Fri Feb 17 2023 - 15:30:58 EST)
- Re: [PATCH bpf-next v4] bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES Martin KaFai Lau (Fri Feb 17 2023 - 15:32:47 EST)
- [PATCH] mailmap: Map Georgi Djakov's old Linaro address to his current one Konrad Dybcio (Fri Feb 17 2023 - 15:35:54 EST)
- Re: [PATCH] blk-mq: Reorder fields in 'struct blk_mq_tag_set' Jens Axboe (Fri Feb 17 2023 - 15:38:14 EST)
- Re: [PATCH v14 08/17] splice: Do splice read from a file without using ITER_PIPE Alexander Egorenkov (Fri Feb 17 2023 - 15:39:43 EST)
- Re: [PATCH v2 01/14] drm/msm/a6xx: De-staticize sptprac en/disable functions Dmitry Baryshkov (Fri Feb 17 2023 - 15:41:52 EST)
- [PATCH v3] Drivers: vmbus: Check for channel allocation before looking up relids Mohammed Gamal (Fri Feb 17 2023 - 15:45:15 EST)
- Re: [PATCH v2 02/14] drm/msm/a6xx: Extend UBWC config Dmitry Baryshkov (Fri Feb 17 2023 - 15:46:12 EST)
- [PATCH 0/3] spi: mpc52xx-psc: Modernize probe Rob Herring (Fri Feb 17 2023 - 15:46:20 EST)
- [PATCH 1/3] spi: mpc5xxx-psc: Remove unused platform_data Rob Herring (Fri Feb 17 2023 - 15:46:22 EST)
- [PATCH 3/3] spi: mpc5xxx-psc: Use platform resources instead of parsing DT properties Rob Herring (Fri Feb 17 2023 - 15:46:26 EST)
- [PATCH 2/3] spi: mpc5xxx-psc: Convert probe to use devres functions Rob Herring (Fri Feb 17 2023 - 15:46:29 EST)
- Re: [PATCH bpf-next v1 0/4] Support bpf trampoline for RV64 Daniel Borkmann (Fri Feb 17 2023 - 15:49:18 EST)
- Re: [PATCH v2 02/14] drm/msm/a6xx: Extend UBWC config Konrad Dybcio (Fri Feb 17 2023 - 15:51:44 EST)
- Re: [PATCH v2 05/14] drm/msm/adreno: Disable has_cached_coherent for A610/A619_holi Dmitry Baryshkov (Fri Feb 17 2023 - 15:54:21 EST)
- Re: [PATCH 2/4] Move ep_take_care_of_epollwakeup() to fs/eventpoll.c Arnd Bergmann (Fri Feb 17 2023 - 15:58:01 EST)
- Re: [PATCH v14 08/17] splice: Do splice read from a file without using ITER_PIPE egorenar (Fri Feb 17 2023 - 16:00:05 EST)
- Re: [PATCH 3/4] Move bp_type_idx to include/linux/hw_breakpoint.h Arnd Bergmann (Fri Feb 17 2023 - 16:01:53 EST)
- Re: [PATCH v2 06/14] drm/msm/gpu: Use dev_pm_opp_set_rate for non-GMU GPUs Dmitry Baryshkov (Fri Feb 17 2023 - 16:07:15 EST)
- Re: [PATCH 4/4] Move USE_WCACHING to drivers/block/pktcdvd.c Arnd Bergmann (Fri Feb 17 2023 - 16:08:41 EST)
- Re: [PATCH 4/6] gpio: 104-idio-16: Migrate to the regmap API William Breathitt Gray (Fri Feb 17 2023 - 16:09:09 EST)
- [PATCH net] net: lan966x: Fix possible deadlock inside PTP Horatiu Vultur (Fri Feb 17 2023 - 16:09:44 EST)
- Re: [PATCH 0/4] Remove #ifdef CONFIG_* from uapi headers (2023 edition) Arnd Bergmann (Fri Feb 17 2023 - 16:11:33 EST)
- Re: [PATCH v3 1/3] misc: servo-pwm: driver for controlling servo motors via PWM kernel test robot (Fri Feb 17 2023 - 16:12:42 EST)
- Re: [PATCH] Input: mainstone: fix pxa2xx_ac97 dependency Robert Jarzmik (Fri Feb 17 2023 - 16:13:17 EST)
- Re: [PATCH v2 1/2] dt-bindings: display/msm: dsi-controller-main: Fix deprecated QCM2290 compatible Bryan O'Donoghue (Fri Feb 17 2023 - 16:14:10 EST)
- Re: [PATCH v2 1/2] dt-bindings: display/msm: dsi-controller-main: Fix deprecated QCM2290 compatible Konrad Dybcio (Fri Feb 17 2023 - 16:17:00 EST)
- Re: [PATCH v14 08/17] splice: Do splice read from a file without using ITER_PIPE David Howells (Fri Feb 17 2023 - 16:17:41 EST)
- Re: [PATCH v2 07/14] drm/msm/a6xx: Add support for A619_holi Dmitry Baryshkov (Fri Feb 17 2023 - 16:19:30 EST)
- Re: [PATCH v2 11/14] drm/msm/a6xx: Enable optional icc voting from OPP tables Dmitry Baryshkov (Fri Feb 17 2023 - 16:20:03 EST)
- Re: [PATCH v2 1/2] dt-bindings: display/msm: dsi-controller-main: Fix deprecated QCM2290 compatible Bryan O'Donoghue (Fri Feb 17 2023 - 16:20:54 EST)
- Re: [PATCH] of: reserved_mem: Use proper binary prefix Rob Herring (Fri Feb 17 2023 - 16:21:31 EST)
- Re: [PATCH v2 07/14] drm/msm/a6xx: Add support for A619_holi Konrad Dybcio (Fri Feb 17 2023 - 16:21:57 EST)
- Re: [PATCH v2 12/14] drm/msm/a6xx: Use "else if" in GPU speedbin rev matching Dmitry Baryshkov (Fri Feb 17 2023 - 16:22:19 EST)
- Re: [PATCH v2 1/2] dt-bindings: display/msm: dsi-controller-main: Fix deprecated QCM2290 compatible Konrad Dybcio (Fri Feb 17 2023 - 16:23:36 EST)
- Re: [PATCH v3 1/3] misc: servo-pwm: driver for controlling servo motors via PWM kernel test robot (Fri Feb 17 2023 - 16:23:42 EST)
- Re: [regression] Bug 217037 - cmb attributes missing from the nvme class under sysfs Jens Axboe (Fri Feb 17 2023 - 16:24:14 EST)
- Re: [PATCH v2 1/2] dt-bindings: display/msm: dsi-controller-main: Fix deprecated QCM2290 compatible Bryan O'Donoghue (Fri Feb 17 2023 - 16:24:42 EST)
- Re: [PATCH v14 08/17] splice: Do splice read from a file without using ITER_PIPE David Howells (Fri Feb 17 2023 - 16:25:10 EST)
- Re: [PATCH v2 13/14] drm/msm/a6xx: Add A619_holi speedbin support Dmitry Baryshkov (Fri Feb 17 2023 - 16:25:21 EST)
- Re: [PATCH v2 14/14] drm/msm/a6xx: Add A610 speedbin support Dmitry Baryshkov (Fri Feb 17 2023 - 16:25:56 EST)
- [PATCH v4 1/2] gpio: gpio-mlxbf3: Add gpio driver support Asmaa Mnebhi (Fri Feb 17 2023 - 16:27:05 EST)
- [PATCH v4 0/2] Support Nvidia BlueField-3 GPIO driver and pin controller Asmaa Mnebhi (Fri Feb 17 2023 - 16:27:07 EST)
- [PATCH v4 2/2] pinctrl: pinctrl-mlxbf: Add pinctrl driver support Asmaa Mnebhi (Fri Feb 17 2023 - 16:27:22 EST)
- Re: [PATCH v7 2/6] ocfs2: Switch to security_inode_init_security() Mimi Zohar (Fri Feb 17 2023 - 16:30:59 EST)
- Re: [PATCH v2 03/14] drm/msm/a6xx: Introduce GMU wrapper support Dmitry Baryshkov (Fri Feb 17 2023 - 16:37:22 EST)
- Re: [PATCH v2 03/14] drm/msm/a6xx: Introduce GMU wrapper support Konrad Dybcio (Fri Feb 17 2023 - 16:41:52 EST)
- Re: [PATCH v2 08/14] drm/msm/a6xx: Add A610 support Dmitry Baryshkov (Fri Feb 17 2023 - 16:42:42 EST)
- Re: [PATCH v2 09/14] drm/msm/a6xx: Fix some A619 tunables Dmitry Baryshkov (Fri Feb 17 2023 - 16:43:04 EST)
- Re: [PATCH 0/7] of: unittest: new node lifecycle tests Rob Herring (Fri Feb 17 2023 - 16:44:08 EST)
- Re: [PATCH v2 03/14] drm/msm/a6xx: Introduce GMU wrapper support Dmitry Baryshkov (Fri Feb 17 2023 - 16:44:11 EST)
- Re: [PATCH V6 1/3] dt-bindings: i2c: xiic: Add 'xlnx,axi-iic-2.1' to compatible Wolfram Sang (Fri Feb 17 2023 - 16:44:49 EST)
- Re: [PATCH V6 2/3] i2c: xiic: Update compatible with new IP version Wolfram Sang (Fri Feb 17 2023 - 16:45:16 EST)
- RE: [PATCH v3 1/6] Update Kconfig and Makefile. Elliott, Robert (Servers) (Fri Feb 17 2023 - 16:45:23 EST)
- Re: [PATCH v2 03/14] drm/msm/a6xx: Introduce GMU wrapper support Konrad Dybcio (Fri Feb 17 2023 - 16:45:40 EST)
- Re: [PATCH V6 3/3] i2c: xiic: Add SCL frequency configuration support Wolfram Sang (Fri Feb 17 2023 - 16:45:43 EST)
- Re: [PATCH] i2c: xiic: Remove some dead code Wolfram Sang (Fri Feb 17 2023 - 16:46:48 EST)
- Re: [PATCH] x86/mm: Fix use of uninitialized buffer in sme_enable() Borislav Petkov (Fri Feb 17 2023 - 16:47:34 EST)
- Re: [PATCH -v5 0/9] migrate_pages(): batch TLB flushing Hugh Dickins (Fri Feb 17 2023 - 16:48:05 EST)
- Re: [PATCH v14 08/17] splice: Do splice read from a file without using ITER_PIPE David Howells (Fri Feb 17 2023 - 16:48:57 EST)
- Re: [PATCH v13 13/13] drm/msm/disp/dpu: update dpu_enc crtc state on crtc enable/disable during self refresh Dmitry Baryshkov (Fri Feb 17 2023 - 16:53:15 EST)
- Re: [PATCH v2 3/7] KVM: selftests: x86: Add check of CR0.TS in the #NM handler in amx_test Aaron Lewis (Fri Feb 17 2023 - 17:01:48 EST)
- Re: [PATCH v2 0/7] Overhauling amx_test Aaron Lewis (Fri Feb 17 2023 - 17:04:52 EST)
- Re: [PATCH 1/1] tpm: disable hwrng for fTPM on some AMD designs Jarkko Sakkinen (Fri Feb 17 2023 - 17:05:30 EST)
- Re: [PATCH] spi: dt-bindings: qcom,spi-qcom-qspi: document OPP and power-domains Mark Brown (Fri Feb 17 2023 - 17:06:14 EST)
- Re: [RESEBD PATCH v3] bcache: Remove some unnecessary NULL point check for the return value of __bch_btree_node_alloc-related pointer Eric Wheeler (Fri Feb 17 2023 - 17:07:09 EST)
- Re: [PATCH v5 1/5] i2c: hpe: Add GXP SoC I2C Controller Wolfram Sang (Fri Feb 17 2023 - 17:08:40 EST)
- Re: [PATCH v5 2/5] dt-bindings: i2c: Add hpe,gxp-i2c Wolfram Sang (Fri Feb 17 2023 - 17:08:50 EST)
- Re: [PATCH v5 5/5] MAINTAINERS: Add HPE GXP I2C Support Wolfram Sang (Fri Feb 17 2023 - 17:09:30 EST)
- Re: [PATCH] clk: Fix wrong clock returned in parent_data with .name and no .index Stephen Boyd (Fri Feb 17 2023 - 17:11:29 EST)
- Re: [PATCH v8 00/13] Adds support for PHY LEDs with offload triggers Christian Marangi (Fri Feb 17 2023 - 17:13:23 EST)
- Re: [PATCH v10 2/4] clk: clk-loongson2: add clock controller driver support Stephen Boyd (Fri Feb 17 2023 - 17:15:50 EST)
- [5.15] Please apply 'selftest/lkdtm: Skip stack-entropy test if lkdtm is not available' Andrew Paniakin (Fri Feb 17 2023 - 17:17:32 EST)
- Re: [PATCH v5 08/10] interconnect: qcom: msm8996: Specify no bus clock scaling on A0NoC Dmitry Baryshkov (Fri Feb 17 2023 - 17:19:42 EST)
- RE: [PATCH v3 1/6] Update Kconfig and Makefile. Danny Tsen (Fri Feb 17 2023 - 17:20:28 EST)
- Re: [PATCH] clk: Fix wrong clock returned in parent_data with .name and no .index Christian Marangi (Fri Feb 17 2023 - 17:20:37 EST)
- Re: [PATCH] mailmap: Map Georgi Djakov's old Linaro address to his current one Georgi Djakov (Fri Feb 17 2023 - 17:21:00 EST)
- Re: [PATCH v3 2/4] x86/alternative: Support relocations in alternatives Borislav Petkov (Fri Feb 17 2023 - 17:21:40 EST)
- [PATCH v3] page_pool: add a comment explaining the fragment counter usage Ilias Apalodimas (Fri Feb 17 2023 - 17:21:53 EST)
- [PATCH v2 0/3] livepatch,sched: Add livepatch task switching to cond_resched() Josh Poimboeuf (Fri Feb 17 2023 - 17:23:06 EST)
- [PATCH v2 1/3] livepatch: Skip task_call_func() for current task Josh Poimboeuf (Fri Feb 17 2023 - 17:23:07 EST)
- [PATCH v2 3/3] vhost: Fix livepatch timeouts in vhost_worker() Josh Poimboeuf (Fri Feb 17 2023 - 17:23:11 EST)
- [PATCH v2 2/3] livepatch,sched: Add livepatch task switching to cond_resched() Josh Poimboeuf (Fri Feb 17 2023 - 17:23:13 EST)
- Re: [PATCH v4 4/4] drm/msm/dpu: manage DPU resources if CTM is requested Dmitry Baryshkov (Fri Feb 17 2023 - 17:26:34 EST)
- Re: [PATCH v2] tpm/eventlog: Don't abort tpm_read_log on faulty ACPI address Jarkko Sakkinen (Fri Feb 17 2023 - 17:27:44 EST)
- Re: [PATCH v3] tpm/eventlog: Don't abort tpm_read_log on faulty ACPI address Jarkko Sakkinen (Fri Feb 17 2023 - 17:30:28 EST)
- Re: [PATCH 1/2] dt-bindings: clock: fixed-factor: Add TI AM62 SoC OLDI clock Stephen Boyd (Fri Feb 17 2023 - 17:32:20 EST)
- [PATCH v5 0/2] perf tool: 'config3' attribute support Rob Herring (Fri Feb 17 2023 - 17:32:45 EST)
- [PATCH v5 1/2] perf tools: Sync perf_event_attr::config3 addition Rob Herring (Fri Feb 17 2023 - 17:32:47 EST)
- [PATCH v5 2/2] perf: Add support for perf_event_attr::config3 Rob Herring (Fri Feb 17 2023 - 17:32:51 EST)
- Re: [PATCH 1/1] tpm: disable hwrng for fTPM on some AMD designs Jarkko Sakkinen (Fri Feb 17 2023 - 17:35:53 EST)
- Re: [PATCH V3] clk: qcom: ipq5332: mark GPLL4 as critical temporarily Stephen Boyd (Fri Feb 17 2023 - 17:36:35 EST)
- [GIT PULL] Please pull powerpc/linux.git powerpc-6.2-6 tag Michael Ellerman (Fri Feb 17 2023 - 17:40:38 EST)
- Re: [PATCH 13/24] kbuild, clk: bm1880: remove MODULE_LICENSE in non-modules Stephen Boyd (Fri Feb 17 2023 - 17:43:45 EST)
- Re: [GIT PULL] gpio: fixes for v6.2 - part 2 pr-tracker-bot (Fri Feb 17 2023 - 17:47:41 EST)
- Re: [GIT PULL] MMC fixes for v6.2-rc9 pr-tracker-bot (Fri Feb 17 2023 - 17:47:52 EST)
- Re: [GIT PULL] scheduler fixes pr-tracker-bot (Fri Feb 17 2023 - 17:47:55 EST)
- Re: [GIT PULL] sound fixes for 6.2 pr-tracker-bot (Fri Feb 17 2023 - 17:47:57 EST)
- [PATCH 0/2] Documentation/process: Add a maintainer handbook for KVM x86 Sean Christopherson (Fri Feb 17 2023 - 17:55:50 EST)
- [PATCH 2/2] Documentation/process: Add a maintainer handbook for KVM x86 Sean Christopherson (Fri Feb 17 2023 - 17:55:55 EST)
- [PATCH 1/2] Documentation/process: Add a label for the tip tree handbook's coding style Sean Christopherson (Fri Feb 17 2023 - 17:55:57 EST)
- Re: [GIT PULL] Please pull powerpc/linux.git powerpc-6.2-6 tag Linus Torvalds (Fri Feb 17 2023 - 17:59:58 EST)
- Re: [GIT PULL] Please pull another NFS client change for 6.2 pr-tracker-bot (Fri Feb 17 2023 - 18:00:35 EST)
- Re: [GIT PULL] Please pull powerpc/linux.git powerpc-6.2-6 tag pr-tracker-bot (Fri Feb 17 2023 - 18:00:38 EST)
- Re: [PATCH v8 11/13] dt-bindings: leds: Document netdev trigger Rob Herring (Fri Feb 17 2023 - 18:03:54 EST)
- Re: [PATCH] mm/uffd: UFFD_FEATURE_WP_ZEROPAGE Peter Xu (Fri Feb 17 2023 - 18:05:40 EST)
- Re: [PATCH v8 11/13] dt-bindings: leds: Document netdev trigger Christian Marangi (Fri Feb 17 2023 - 18:06:01 EST)
- Re: [PATCH v4 1/2] gpio: gpio-mlxbf3: Add gpio driver support Andy Shevchenko (Fri Feb 17 2023 - 18:08:03 EST)
- Re: [PATCH v8 12/13] dt-bindings: net: phy: Document support for leds node Rob Herring (Fri Feb 17 2023 - 18:10:30 EST)
- [PATCH 00/12] KVM: x86: Add "governed" X86_FEATURE framework Sean Christopherson (Fri Feb 17 2023 - 18:10:35 EST)
- [PATCH 01/12] KVM: x86: Add a framework for enabling KVM-governed x86 features Sean Christopherson (Fri Feb 17 2023 - 18:10:42 EST)
- [PATCH 02/12] KVM: x86/mmu: Use KVM-governed feature framework to track "GBPAGES enabled" Sean Christopherson (Fri Feb 17 2023 - 18:10:47 EST)
- [PATCH 03/12] KVM: VMX: Recompute "XSAVES enabled" only after CPUID update Sean Christopherson (Fri Feb 17 2023 - 18:10:50 EST)
- [PATCH 04/12] KVM: VMX: Rename XSAVES control to follow KVM's preferred "ENABLE_XYZ" Sean Christopherson (Fri Feb 17 2023 - 18:10:55 EST)
- [PATCH 05/12] KVM: x86: Use KVM-governed feature framework to track "XSAVES enabled" Sean Christopherson (Fri Feb 17 2023 - 18:10:57 EST)
- [PATCH 06/12] KVM: nSVM: Use KVM-governed feature framework to track "NRIPS enabled" Sean Christopherson (Fri Feb 17 2023 - 18:11:10 EST)
- [PATCH 07/12] KVM: nSVM: Use KVM-governed feature framework to track "TSC scaling enabled" Sean Christopherson (Fri Feb 17 2023 - 18:11:14 EST)
- Re: [PATCH] mm/uffd: UFFD_FEATURE_WP_ZEROPAGE Peter Xu (Fri Feb 17 2023 - 18:11:17 EST)
- [PATCH 08/12] KVM: nSVM: Use KVM-governed feature framework to track "vVM{SAVE,LOAD} enabled" Sean Christopherson (Fri Feb 17 2023 - 18:11:19 EST)
- [PATCH 09/12] KVM: nSVM: Use KVM-governed feature framework to track "LBRv enabled" Sean Christopherson (Fri Feb 17 2023 - 18:11:35 EST)
- [PATCH 10/12] KVM: nSVM: Use KVM-governed feature framework to track "Pause Filter enabled" Sean Christopherson (Fri Feb 17 2023 - 18:11:38 EST)
- [PATCH 12/12] KVM: x86: Disallow guest CPUID lookups when IRQs are disabled Sean Christopherson (Fri Feb 17 2023 - 18:11:48 EST)
- [PATCH 11/12] KVM: nSVM: Use KVM-governed feature framework to track "vGIF enabled" Sean Christopherson (Fri Feb 17 2023 - 18:11:52 EST)
- Re: [RFC PATCH V2 2/9] perf: Extend ABI to support post-processing monotonic raw conversion John Stultz (Fri Feb 17 2023 - 18:13:35 EST)
- Re: [PATCH v10 2/6] dt-bindings: opp: v2-qcom-level: Document CPR3 open/closed loop volt adjustment Rob Herring (Fri Feb 17 2023 - 18:14:46 EST)
- Re: copy on write for splice() from file to pipe? Andy Lutomirski (Fri Feb 17 2023 - 18:15:20 EST)
- Re: [PATCH RESEND] PCI: s390: Fix use-after-free of PCI bus resources with s390 per-function hotplug Bjorn Helgaas (Fri Feb 17 2023 - 18:16:32 EST)
- RE: [PATCH v3] Drivers: vmbus: Check for channel allocation before looking up relids Dexuan Cui (Fri Feb 17 2023 - 18:17:45 EST)
- [GIT PULL] hotfixes for 6.2 Andrew Morton (Fri Feb 17 2023 - 18:18:28 EST)
- Re: [PATCH v5] regulator: core: Resolve supply name earlier to prevent double-init Saravana Kannan (Fri Feb 17 2023 - 18:22:56 EST)
- Re: [PATCH v2 3/3] dt-bindings: leds: servo-pwm: Add new bindings for servo-pwm Rob Herring (Fri Feb 17 2023 - 18:23:36 EST)
- Re: [PATCH] MIPS: vpe-mt: provide a default 'physical_memsize' Randy Dunlap (Fri Feb 17 2023 - 18:24:13 EST)
- Re: [PATCH v4 2/2] pinctrl: pinctrl-mlxbf: Add pinctrl driver support Andy Shevchenko (Fri Feb 17 2023 - 18:25:38 EST)
- Re: [PATCH v5] regulator: core: Resolve supply name earlier to prevent double-init Christian Kohlschütter (Fri Feb 17 2023 - 18:33:52 EST)
- Re: [PATCH v4 1/3] mm/khugepaged: refactor collapse_file control flow Yang Shi (Fri Feb 17 2023 - 18:45:18 EST)
- Re: [PATCH v5] regulator: core: Resolve supply name earlier to prevent double-init Saravana Kannan (Fri Feb 17 2023 - 18:46:59 EST)
- Re: [PATCH v5] regulator: core: Resolve supply name earlier to prevent double-init Christian Kohlschütter (Fri Feb 17 2023 - 19:01:50 EST)
- Re: [PATCH v5] regulator: core: Resolve supply name earlier to prevent double-init Saravana Kannan (Fri Feb 17 2023 - 19:06:34 EST)
- Re: [PATCH v2] smb3: Replace smb2pdu 1-element arrays with flex-arrays Kees Cook (Fri Feb 17 2023 - 19:13:12 EST)
- Re: [PATCH v2 5/6] RISC-V: hwprobe: Support probing of misaligned access performance Evan Green (Fri Feb 17 2023 - 19:16:18 EST)
- Re: acerhdf thermal question Peter Kästle (Fri Feb 17 2023 - 19:20:06 EST)
- [PATCH v3] smb3: Replace smb2pdu 1-element arrays with flex-arrays Kees Cook (Fri Feb 17 2023 - 19:24:54 EST)
- Re: [PATCH v10 2/6] dt-bindings: opp: v2-qcom-level: Document CPR3 open/closed loop volt adjustment Konrad Dybcio (Fri Feb 17 2023 - 19:26:44 EST)
- [PATCH v2 01/46] hugetlb: don't set PageUptodate for UFFDIO_CONTINUE James Houghton (Fri Feb 17 2023 - 19:28:51 EST)
- [PATCH v2 00/46] hugetlb: introduce HugeTLB high-granularity mapping James Houghton (Fri Feb 17 2023 - 19:28:52 EST)
- [PATCH v2 02/46] hugetlb: remove mk_huge_pte; it is unused James Houghton (Fri Feb 17 2023 - 19:28:54 EST)
- [PATCH v2 03/46] hugetlb: remove redundant pte_mkhuge in migration path James Houghton (Fri Feb 17 2023 - 19:28:59 EST)
- [PATCH v2 04/46] hugetlb: only adjust address ranges when VMAs want PMD sharing James Houghton (Fri Feb 17 2023 - 19:29:02 EST)
- [PATCH v2 05/46] rmap: hugetlb: switch from page_dup_file_rmap to page_add_file_rmap James Houghton (Fri Feb 17 2023 - 19:29:05 EST)
- [PATCH v2 06/46] hugetlb: add CONFIG_HUGETLB_HIGH_GRANULARITY_MAPPING James Houghton (Fri Feb 17 2023 - 19:29:07 EST)
- [PATCH v2 07/46] mm: add VM_HUGETLB_HGM VMA flag James Houghton (Fri Feb 17 2023 - 19:29:10 EST)
- [PATCH v2 08/46] hugetlb: add HugeTLB HGM enablement helpers James Houghton (Fri Feb 17 2023 - 19:29:20 EST)
- [PATCH v2 09/46] mm: add MADV_SPLIT to enable HugeTLB HGM James Houghton (Fri Feb 17 2023 - 19:29:25 EST)
- [PATCH v2 10/46] hugetlb: make huge_pte_lockptr take an explicit shift argument James Houghton (Fri Feb 17 2023 - 19:29:28 EST)
- [PATCH v2 11/46] hugetlb: add hugetlb_pte to track HugeTLB page table entries James Houghton (Fri Feb 17 2023 - 19:29:31 EST)
- [PATCH v2 12/46] hugetlb: add hugetlb_alloc_pmd and hugetlb_alloc_pte James Houghton (Fri Feb 17 2023 - 19:29:35 EST)
- [PATCH v2 13/46] hugetlb: add hugetlb_hgm_walk and hugetlb_walk_step James Houghton (Fri Feb 17 2023 - 19:29:42 EST)
- [PATCH v2 15/46] hugetlb: add make_huge_pte_with_shift James Houghton (Fri Feb 17 2023 - 19:29:46 EST)
- [PATCH v2 14/46] hugetlb: split PTE markers when doing HGM walks James Houghton (Fri Feb 17 2023 - 19:29:49 EST)
- [PATCH v2 17/46] hugetlbfs: do a full walk to check if vma maps a page James Houghton (Fri Feb 17 2023 - 19:29:58 EST)
- [PATCH v2 18/46] hugetlb: add HGM support to __unmap_hugepage_range James Houghton (Fri Feb 17 2023 - 19:30:01 EST)
- [PATCH v2 19/46] hugetlb: add HGM support to hugetlb_change_protection James Houghton (Fri Feb 17 2023 - 19:30:05 EST)
- [PATCH v2 20/46] hugetlb: add HGM support to follow_hugetlb_page James Houghton (Fri Feb 17 2023 - 19:30:15 EST)
- [PATCH v2 22/46] hugetlb: add HGM support to copy_hugetlb_page_range James Houghton (Fri Feb 17 2023 - 19:30:18 EST)
- [PATCH v2 21/46] hugetlb: add HGM support to hugetlb_follow_page_mask James Houghton (Fri Feb 17 2023 - 19:30:22 EST)
- [PATCH v2 23/46] hugetlb: add HGM support to move_hugetlb_page_tables James Houghton (Fri Feb 17 2023 - 19:30:25 EST)
- [PATCH v2 24/46] hugetlb: add HGM support to hugetlb_fault and hugetlb_no_page James Houghton (Fri Feb 17 2023 - 19:30:29 EST)
- [PATCH v2 25/46] hugetlb: use struct hugetlb_pte for walk_hugetlb_range James Houghton (Fri Feb 17 2023 - 19:30:45 EST)
- [PATCH v2 29/46] hugetlb: update page_vma_mapped to do high-granularity walks James Houghton (Fri Feb 17 2023 - 19:30:51 EST)
- [PATCH v2 33/46] hugetlb: userfaultfd: add support for high-granularity UFFDIO_CONTINUE James Houghton (Fri Feb 17 2023 - 19:30:53 EST)
- [PATCH v2 26/46] mm: rmap: provide pte_order in page_vma_mapped_walk James Houghton (Fri Feb 17 2023 - 19:30:56 EST)
- [PATCH v2 27/46] mm: rmap: update try_to_{migrate,unmap} to handle mapcount for HGM James Houghton (Fri Feb 17 2023 - 19:30:59 EST)
- [PATCH v2 16/46] hugetlb: make default arch_make_huge_pte understand small mappings James Houghton (Fri Feb 17 2023 - 19:31:02 EST)
- [PATCH v2 28/46] mm: rmap: in try_to_{migrate,unmap}, check head page for hugetlb page flags James Houghton (Fri Feb 17 2023 - 19:31:05 EST)
- [PATCH v2 30/46] hugetlb: add high-granularity migration support James Houghton (Fri Feb 17 2023 - 19:31:15 EST)
- [PATCH v2 31/46] hugetlb: sort hstates in hugetlb_init_hstates James Houghton (Fri Feb 17 2023 - 19:31:16 EST)
- [PATCH v2 32/46] hugetlb: add for_each_hgm_shift James Houghton (Fri Feb 17 2023 - 19:31:19 EST)
- [PATCH v2 35/46] hugetlb: add check to prevent refcount overflow via HGM James Houghton (Fri Feb 17 2023 - 19:31:27 EST)
- [PATCH v2 34/46] hugetlb: add MADV_COLLAPSE for hugetlb James Houghton (Fri Feb 17 2023 - 19:31:29 EST)
- [PATCH v2 36/46] hugetlb: remove huge_pte_lock and huge_pte_lockptr James Houghton (Fri Feb 17 2023 - 19:31:33 EST)
- [PATCH v2 37/46] hugetlb: replace make_huge_pte with make_huge_pte_with_shift James Houghton (Fri Feb 17 2023 - 19:31:35 EST)
- [PATCH v2 38/46] mm: smaps: add stats for HugeTLB mapping size James Houghton (Fri Feb 17 2023 - 19:31:38 EST)
- [PATCH v2 39/46] hugetlb: x86: enable high-granularity mapping for x86_64 James Houghton (Fri Feb 17 2023 - 19:31:41 EST)
- [PATCH v2 40/46] docs: hugetlb: update hugetlb and userfaultfd admin-guides with HGM info James Houghton (Fri Feb 17 2023 - 19:31:52 EST)
- [PATCH v2 41/46] docs: proc: include information about HugeTLB HGM James Houghton (Fri Feb 17 2023 - 19:32:00 EST)
- [PATCH v2 42/46] selftests/mm: add HugeTLB HGM to userfaultfd selftest James Houghton (Fri Feb 17 2023 - 19:32:03 EST)
- [PATCH v2 43/46] KVM: selftests: add HugeTLB HGM to KVM demand paging selftest James Houghton (Fri Feb 17 2023 - 19:32:22 EST)
- [PATCH v2 44/46] selftests/mm: add anon and shared hugetlb to migration test James Houghton (Fri Feb 17 2023 - 19:32:25 EST)
- [PATCH v2 45/46] selftests/mm: add hugetlb HGM test to migration selftest James Houghton (Fri Feb 17 2023 - 19:32:27 EST)
- [PATCH v2 46/46] selftests/mm: add HGM UFFDIO_CONTINUE and hwpoison tests James Houghton (Fri Feb 17 2023 - 19:32:30 EST)
- [PATCH v4 04/11] fs/9p: Remove unnecessary superblock flags Eric Van Hensbergen (Fri Feb 17 2023 - 19:35:55 EST)
- [PATCH v4 07/11] 9p: Add additional debug flags and open modes Eric Van Hensbergen (Fri Feb 17 2023 - 19:36:31 EST)
- drivers/platform/chrome/cros_ec_proto_test.c:2530:13: warning: stack frame size (1040) exceeds limit (1024) in 'cros_ec_proto_test_get_sensor_count_legacy' kernel test robot (Fri Feb 17 2023 - 19:37:58 EST)
- [PATCH v4 10/11] fs/9p: writeback mode fixes Eric Van Hensbergen (Fri Feb 17 2023 - 19:40:51 EST)
- [PATCH v4 06/11] net/9p: fix bug in client create for .L Eric Van Hensbergen (Fri Feb 17 2023 - 19:41:25 EST)
- Re: [PATCH v2 01/46] hugetlb: don't set PageUptodate for UFFDIO_CONTINUE Mina Almasry (Fri Feb 17 2023 - 19:43:47 EST)
- [PATCH v4 00/11] Performance fixes for 9p filesystem Eric Van Hensbergen (Fri Feb 17 2023 - 19:43:56 EST)
- [PATCH v4 03/11] fs/9p: Consolidate file operations and add readahead and writeback Eric Van Hensbergen (Fri Feb 17 2023 - 19:44:15 EST)
- [PATCH v4 09/11] fs/9p: fix error reporting in v9fs_dir_release Eric Van Hensbergen (Fri Feb 17 2023 - 19:44:20 EST)
- [RFC PATCH 0/2] Add flag as THP allocation hint for memfd_restricted() syscall Ackerley Tng (Fri Feb 17 2023 - 19:44:58 EST)
- [RFC PATCH 1/2] mm: restrictedmem: Add flag as THP allocation hint for memfd_restricted() syscall Ackerley Tng (Fri Feb 17 2023 - 19:45:01 EST)
- [RFC PATCH 2/2] selftests: restrictedmem: Add selftest for RMFD_HUGEPAGE Ackerley Tng (Fri Feb 17 2023 - 19:45:15 EST)
- [PATCH v4 08/11] fs/9p: Add new mount modes Eric Van Hensbergen (Fri Feb 17 2023 - 19:45:24 EST)
- [PATCH v4 11/11] fs/9p: Fix revalidate Eric Van Hensbergen (Fri Feb 17 2023 - 19:48:29 EST)
- [PATCH v4 01/11] net/9p: Adjust maximum MSIZE to account for p9 header Eric Van Hensbergen (Fri Feb 17 2023 - 19:49:01 EST)
- [PATCH v4 02/11] fs/9p: Expand setup of writeback cache to all levels Eric Van Hensbergen (Fri Feb 17 2023 - 19:49:12 EST)
- [PATCH v4 05/11] fs/9p: allow disable of xattr support on mount Eric Van Hensbergen (Fri Feb 17 2023 - 19:49:14 EST)
- Re: [PATCH] ethtool: pse-pd: Fix double word in comments Andrew Lunn (Fri Feb 17 2023 - 19:51:41 EST)
- Re: [PATCH net-next] net: phy: micrel: Add support for PTP_PF_PEROUT for lan8841 Andrew Lunn (Fri Feb 17 2023 - 19:55:31 EST)
- Re: [PATCH v2 3/7] KVM: selftests: x86: Add check of CR0.TS in the #NM handler in amx_test Mingwei Zhang (Fri Feb 17 2023 - 19:57:46 EST)
- Re: [PATCH v2 0/7] Overhauling amx_test Mingwei Zhang (Fri Feb 17 2023 - 19:58:20 EST)
- Re: [PATCH v4 1/2] gpio: gpio-mlxbf3: Add gpio driver support kernel test robot (Fri Feb 17 2023 - 20:06:50 EST)
- Re: [PATCH drm-next v2 05/16] drm: manager to keep track of GPUs VA mappings kernel test robot (Fri Feb 17 2023 - 20:06:53 EST)
- Re: [PATCH v2 04/46] hugetlb: only adjust address ranges when VMAs want PMD sharing Mina Almasry (Fri Feb 17 2023 - 20:10:49 EST)
- [PATCH v2 0/2] GDB: Support getting current task struct in UML Glenn Washburn (Fri Feb 17 2023 - 20:13:08 EST)
- [PATCH v2 1/2] scripts/gdb: Correct indentation in get_current_task Glenn Washburn (Fri Feb 17 2023 - 20:13:11 EST)
- [PATCH v2 2/2] scripts/gdb: Support getting current task struct in UML Glenn Washburn (Fri Feb 17 2023 - 20:13:29 EST)
- Re: [PATCH V2 net-next] net: fec: add CBS offload support Andrew Lunn (Fri Feb 17 2023 - 20:16:12 EST)
- Re: [PATCH drm-next v2 13/16] drm/nouveau: nvkm/vmm: implement raw ops to manage uvmm kernel test robot (Fri Feb 17 2023 - 20:17:15 EST)
- RE: [PATCH v4 2/3] dt-bindings: i2c-ast2600: Add support for AST2600 i2C driver Ryan Chen (Fri Feb 17 2023 - 20:20:06 EST)
- Re: [PATCH v4 2/3] LoongArch: Add ptrace single step support Jinyang He (Fri Feb 17 2023 - 20:21:13 EST)
- Re: [PATCH bpf-next v1 0/4] Support bpf trampoline for RV64 Pu Lehui (Fri Feb 17 2023 - 20:30:57 EST)
- [PATCH] cxl/hdm: dev_warn() on unsupported mixed mode decoder alison . schofield (Fri Feb 17 2023 - 20:38:43 EST)
- Re: [PATCH v2 08/46] hugetlb: add HugeTLB HGM enablement helpers Mina Almasry (Fri Feb 17 2023 - 20:40:29 EST)
- Re: [PATCH] MAINTAINERS: clk: imx: Add Peng Fan as reviewer Stephen Boyd (Fri Feb 17 2023 - 20:43:15 EST)
- Re: [PATCH] clk: imx: pll14xx: fix recalc_rate for negative kdiv Stephen Boyd (Fri Feb 17 2023 - 20:44:13 EST)
- Re: [PATCH 2/2] Documentation/process: Add a maintainer handbook for KVM x86 Mingwei Zhang (Fri Feb 17 2023 - 20:52:36 EST)
- Re: [PATCH 01/16] dt-bindings: PCI: Rename Exynos PCIe binding to Samsung PCIe Han Jingoo (Fri Feb 17 2023 - 20:54:49 EST)
- Re: [PATCH v2 09/46] mm: add MADV_SPLIT to enable HugeTLB HGM Mina Almasry (Fri Feb 17 2023 - 20:58:30 EST)
- RE: [PATCH V2 net-next] net: fec: add CBS offload support Wei Fang (Fri Feb 17 2023 - 20:59:30 EST)
- Re: [PATCH 13/17] dt-bindings: clock: apple,nco: Add t8112-nco compatible Stephen Boyd (Fri Feb 17 2023 - 21:06:24 EST)
- drivers/staging/media/deprecated/saa7146/common/saa7146_hlp.c:648:5: warning: stack frame size (1072) exceeds limit (1024) in 'saa7146_enable_overlay' kernel test robot (Fri Feb 17 2023 - 21:07:49 EST)
- Re: [PATCH v3 1/2] ext4: commit super block if fs record error when journal record without error yebin (H) (Fri Feb 17 2023 - 21:18:56 EST)
- [PATCH v7 0/6] CXL Poison List Retrieval & Tracing alison . schofield (Fri Feb 17 2023 - 21:19:05 EST)
- [PATCH v7 1/6] cxl/mbox: Add GET_POISON_LIST mailbox command alison . schofield (Fri Feb 17 2023 - 21:19:10 EST)
- [PATCH v7 2/6] cxl/trace: Add TRACE support for CXL media-error records alison . schofield (Fri Feb 17 2023 - 21:19:10 EST)
- [PATCH v7 3/6] cxl/memdev: Add trigger_poison_list sysfs attribute alison . schofield (Fri Feb 17 2023 - 21:19:13 EST)
- [PATCH v7 4/6] cxl/region: Provide region info to the cxl_poison trace event alison . schofield (Fri Feb 17 2023 - 21:19:15 EST)
- [PATCH v7 5/6] cxl/trace: Add an HPA to cxl_poison trace events alison . schofield (Fri Feb 17 2023 - 21:19:18 EST)
- [PATCH v7 6/6] tools/testing/cxl: Mock support for Get Poison List alison . schofield (Fri Feb 17 2023 - 21:19:27 EST)
- Re: [PATCH 1/1] tpm: disable hwrng for fTPM on some AMD designs Limonciello, Mario (Fri Feb 17 2023 - 21:26:14 EST)
- Re: [PATCH v14 02/17] splice: Add a func to do a splice from a buffered file without ITER_PIPE Ming Lei (Fri Feb 17 2023 - 21:43:08 EST)
- Re: [PATCH drm-next v2 06/16] drm: debugfs: provide infrastructure to dump a DRM GPU VA space kernel test robot (Fri Feb 17 2023 - 21:50:25 EST)
- RE: Does earlyprintk=ttyS0 work for an AMD SNP guest on KVM? Dexuan Cui (Fri Feb 17 2023 - 21:54:51 EST)
- Re: [GIT PULL] hotfixes for 6.2 pr-tracker-bot (Fri Feb 17 2023 - 22:04:39 EST)
- [PATCH] first patch test Vishal Parmar (Fri Feb 17 2023 - 22:13:08 EST)
- Re: [PATCH] cxl/hdm: dev_warn() on unsupported mixed mode decoder Verma, Vishal L (Fri Feb 17 2023 - 22:18:09 EST)
- [PATCH 0/2] lockdep lock comparison function Kent Overstreet (Fri Feb 17 2023 - 22:21:30 EST)
- [PATCH 2/2] bcache: Convert to lock_cmp_fn Kent Overstreet (Fri Feb 17 2023 - 22:21:35 EST)
- [PATCH 1/2] lockdep: lock_set_lock_cmp_fn() Kent Overstreet (Fri Feb 17 2023 - 22:21:36 EST)
- Re: [PATCH v3] smb3: Replace smb2pdu 1-element arrays with flex-arrays Namjae Jeon (Fri Feb 17 2023 - 22:22:43 EST)
- arch/powerpc/mm/nohash/e500.c:314:21: warning: no previous prototype for 'relocate_init' kernel test robot (Fri Feb 17 2023 - 22:49:56 EST)
- Re: [RFC PATCH v5 0/2] sysret_rip update for the Intel FRED architecture Ammar Faizi (Fri Feb 17 2023 - 23:28:05 EST)
- Re: [PATCH v2] Bluetooth: hci_qca: Add support for Qualcomm Bluetooth SoC QCA2066 Steev Klimaszewski (Fri Feb 17 2023 - 23:28:06 EST)
- [PATCH] btrfs: handle btrfs_del_item errors in __btrfs_update_delayed_inode void0red (Fri Feb 17 2023 - 23:37:34 EST)
- Re: [PATCH] btrfs: handle btrfs_del_item errors in __btrfs_update_delayed_inode Qu Wenruo (Fri Feb 17 2023 - 23:41:26 EST)
- Re: Regression: NULL pointer dereference after NFS_V4_2_READ_PLUS (commit 7fd461c47) Linux regression tracking #update (Thorsten Leemhuis) (Fri Feb 17 2023 - 23:42:49 EST)
- Re: 6.2-rc7 fails building on Talos II: memory.c:(.text+0x2e14): undefined reference to `hash__tlb_flush' Linux regression tracking #update (Thorsten Leemhuis) (Fri Feb 17 2023 - 23:45:02 EST)
- Re: [RFC PATCH v5 0/2] sysret_rip update for the Intel FRED architecture H. Peter Anvin (Fri Feb 17 2023 - 23:54:06 EST)
- Re: [PATCH v2 11/46] hugetlb: add hugetlb_pte to track HugeTLB page table entries Mina Almasry (Sat Feb 18 2023 - 00:24:46 EST)
- Re: [syzbot] [bridge?] [coreteam?] KASAN: vmalloc-out-of-bounds Read in __ebt_unregister_table syzbot (Sat Feb 18 2023 - 00:28:32 EST)
- Re: [PATCH v3 1/2] clk: Add generic sync_state callback for disabling unused clocks Stephen Boyd (Sat Feb 18 2023 - 00:38:45 EST)
- [PATCH 0/4] crypto: Add Xilinx ZynqMP RSA driver support Harsha Harsha (Sat Feb 18 2023 - 00:38:46 EST)
- [PATCH 1/4] firmware: xilinx: Get the SoC family specific data for crypto operation Harsha Harsha (Sat Feb 18 2023 - 00:38:48 EST)
- [PATCH 2/4] firmware: xilinx: Add ZynqMP RSA API for RSA encrypt/decrypt operation Harsha Harsha (Sat Feb 18 2023 - 00:39:00 EST)
- [PATCH 3/4] crypto: xilinx: Add ZynqMP RSA driver Harsha Harsha (Sat Feb 18 2023 - 00:39:18 EST)
- [PATCH 4/4] MAINTAINERS: Add maintainer for Xilinx ZynqMP RSA driver Harsha Harsha (Sat Feb 18 2023 - 00:39:21 EST)
- BUG: unable to handle kernel NULL pointer dereference in ntfs_iget5 Dipanjan Das (Sat Feb 18 2023 - 00:53:35 EST)
- KMSAN: uninit-value in generic_bin_search Dipanjan Das (Sat Feb 18 2023 - 01:03:06 EST)
- Re: Current LKMM patch disposition Joel Fernandes (Sat Feb 18 2023 - 01:14:17 EST)
- arch/powerpc/platforms/83xx/suspend.c:210:3: error: call to undeclared function 'enable_kernel_fp'; ISO C99 and later do not support implicit function declarations kernel test robot (Sat Feb 18 2023 - 01:21:58 EST)
- Re: [PATCH v4 2/3] LoongArch: Add ptrace single step support Qing Zhang (Sat Feb 18 2023 - 01:31:58 EST)
- Re: [PATCH v4 2/3] LoongArch: Add ptrace single step support Qing Zhang (Sat Feb 18 2023 - 01:39:07 EST)
- [PATCH v5 0/3] LoongArch: Add hardware breakpoints/watchpoints support Qing Zhang (Sat Feb 18 2023 - 01:39:34 EST)
- [PATCH v5 1/3] LoongArch: Add hardware breakpoints/watchpoints support Qing Zhang (Sat Feb 18 2023 - 01:39:37 EST)
- [PATCH v5 2/3] LoongArch: Add ptrace single step support Qing Zhang (Sat Feb 18 2023 - 01:39:39 EST)
- [PATCH v5 3/3] LoongArch: ptrace: expose hardware breakpoints to debuggers Qing Zhang (Sat Feb 18 2023 - 01:39:42 EST)
- KMSAN: uninit-value in __dma_map_sg_attrs Dipanjan Das (Sat Feb 18 2023 - 01:44:18 EST)
- [PATCH 1/2] pinctrl: mediatek: add missing options to PINCTRL_MT7981 arinc9 . unal (Sat Feb 18 2023 - 01:51:27 EST)
- [PATCH 2/2] pinctrl: mediatek: fix naming inconsistency arinc9 . unal (Sat Feb 18 2023 - 01:51:29 EST)
- [PATCH net-next v1 1/1] net: openvswitch: ovs_packet_cmd_execute put sw_flow mainbody in stack Eddy Tao (Sat Feb 18 2023 - 01:54:11 EST)
- Re: [PATCH v3 0/5] arm: dts: mt7623: relocate gmacs, mt7530 switch, and add port@5 Arınç ÜNAL (Sat Feb 18 2023 - 02:01:00 EST)
- Re: [RESEBD PATCH v3] bcache: Remove some unnecessary NULL point check for the return value of __bch_btree_node_alloc-related pointer Zheng Hacker (Sat Feb 18 2023 - 02:06:48 EST)
- Re: [PATCH v2 1/6] ARM/dma-mapping: Remove iommu_detach_device() Baolu Lu (Sat Feb 18 2023 - 02:07:52 EST)
- [PATCH] f2fs: support fault injection for f2fs_down_write_trylock() Yangtao Li (Sat Feb 18 2023 - 02:14:16 EST)
- Re: [RFC PATCH V3 00/16] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv Tianyu Lan (Sat Feb 18 2023 - 02:16:21 EST)
- [RESEND PATCH v3] bcache: Fix __bch_btree_node_alloc to make the failure behavior consistent Zheng Wang (Sat Feb 18 2023 - 02:24:05 EST)
- [PATCH] dt-bindings: net: dsa: mediatek,mt7530: change some descriptions to literal arinc9 . unal (Sat Feb 18 2023 - 02:24:28 EST)
- Re: [PATCH v2 3/6] iommu: Same critical region for device release and removal Baolu Lu (Sat Feb 18 2023 - 02:37:46 EST)
- Re: [PATCH v2 0/6] iommu: Extend changing default domain to normal group Baolu Lu (Sat Feb 18 2023 - 02:40:20 EST)
- Re: [PATCH v2 13/46] hugetlb: add hugetlb_hgm_walk and hugetlb_walk_step kernel test robot (Sat Feb 18 2023 - 02:44:29 EST)
- Re: [PATCH v4 00/11] Performance fixes for 9p filesystem asmadeus (Sat Feb 18 2023 - 02:49:18 EST)
- Re: [PATCH v4 01/11] net/9p: Adjust maximum MSIZE to account for p9 header asmadeus (Sat Feb 18 2023 - 02:51:10 EST)
- Re: [PATCH v4 05/11] fs/9p: allow disable of xattr support on mount asmadeus (Sat Feb 18 2023 - 02:52:27 EST)
- [PATCH] mwifiex: Fix use-after-free bug due to race condition between main thread thread and timer thread Zheng Wang (Sat Feb 18 2023 - 03:00:52 EST)
- Re: [PATCH v4 06/11] net/9p: fix bug in client create for .L asmadeus (Sat Feb 18 2023 - 03:02:17 EST)
- Re: [PATCH v4 07/11] 9p: Add additional debug flags and open modes asmadeus (Sat Feb 18 2023 - 03:05:44 EST)
- [PATCH] virtio: Reorder fields in 'struct virtqueue' Christophe JAILLET (Sat Feb 18 2023 - 03:10:43 EST)
- RE: [PATCH 2/4] ASoC: sh: rz-ssi: Update interrupt handling for half duplex channels Biju Das (Sat Feb 18 2023 - 03:15:31 EST)
- Re: [PATCH RESEND 1/1] check-uapi: Introduce check-uapi.sh Greg Kroah-Hartman (Sat Feb 18 2023 - 03:17:23 EST)
- Re: [PATCH v14 08/17] splice: Do splice read from a file without using ITER_PIPE Alexander Egorenkov (Sat Feb 18 2023 - 03:29:49 EST)
- Re: [PATCH RESEND 1/1] check-uapi: Introduce check-uapi.sh Greg Kroah-Hartman (Sat Feb 18 2023 - 03:31:57 EST)
- [RFC v1 0/4] Simplify regulator supply resolution code by offloading to driver core Saravana Kannan (Sat Feb 18 2023 - 03:33:01 EST)
- [RFC v1 1/4] regulator: core: Add regulator devices to bus instead of class Saravana Kannan (Sat Feb 18 2023 - 03:33:07 EST)
- [RFC v1 2/4] regulator: core: Add sysfs class backward compatibility Saravana Kannan (Sat Feb 18 2023 - 03:33:10 EST)
- [RFC v1 3/4] regulator: core: Probe regulator devices Saravana Kannan (Sat Feb 18 2023 - 03:33:13 EST)
- [RFC v1 4/4] regulator: core: Move regulator supply resolving to the probe function Saravana Kannan (Sat Feb 18 2023 - 03:33:21 EST)
- Re: [RFC v1 0/4] Simplify regulator supply resolution code by offloading to driver core Saravana Kannan (Sat Feb 18 2023 - 03:37:14 EST)
- Re: [PATCH v4 10/11] fs/9p: writeback mode fixes asmadeus (Sat Feb 18 2023 - 03:38:33 EST)
- Re: [PATCH] first patch test Sebastian Fricke (Sat Feb 18 2023 - 03:40:40 EST)
- Re: [PATCH] xen: sysfs: make kobj_type structure constant Juergen Gross (Sat Feb 18 2023 - 03:47:23 EST)
- Re: [PATCH v4 08/11] fs/9p: Add new mount modes asmadeus (Sat Feb 18 2023 - 03:47:24 EST)
- Re: [PATCH v4 09/11] fs/9p: fix error reporting in v9fs_dir_release asmadeus (Sat Feb 18 2023 - 03:50:18 EST)
- Re: [RFC v1 0/4] Simplify regulator supply resolution code by offloading to driver core Greg Kroah-Hartman (Sat Feb 18 2023 - 03:54:21 EST)
- Re: [PATCH v4 11/11] fs/9p: Fix revalidate asmadeus (Sat Feb 18 2023 - 03:55:46 EST)
- Re: [PATCH v4 02/11] fs/9p: Expand setup of writeback cache to all levels asmadeus (Sat Feb 18 2023 - 03:57:57 EST)
- Re: [PATCH v3 2/2] HID: hid-apple-magic-backlight: Add driver for keyboard backlight on internal Magic Keyboards Orlando Chamberlain (Sat Feb 18 2023 - 03:58:41 EST)
- [PATCH v4 0/2] Apple Magic Keyboard Backlight Orlando Chamberlain (Sat Feb 18 2023 - 04:07:58 EST)
- [PATCH v4 1/2] Documentation: leds: standardise keyboard backlight led names Orlando Chamberlain (Sat Feb 18 2023 - 04:08:06 EST)
- [PATCH v4 2/2] HID: hid-apple-magic-backlight: Add driver for keyboard backlight on internal Magic Keyboards Orlando Chamberlain (Sat Feb 18 2023 - 04:08:09 EST)
- [PATCH v2 02/10] powerpc/machdep: Define 'compatible' property in ppc_md and use it Christophe Leroy (Sat Feb 18 2023 - 04:16:18 EST)
- [PATCH v2 01/10] powerpc/machdep: Make machine name const Christophe Leroy (Sat Feb 18 2023 - 04:16:22 EST)
- [PATCH v2 03/10] powerpc/platforms: Use 'compatible' property for simple cases Christophe Leroy (Sat Feb 18 2023 - 04:16:28 EST)
- [PATCH v2 04/10] powerpc/47x: Split ppc47x machine in two Christophe Leroy (Sat Feb 18 2023 - 04:16:36 EST)
- [PATCH v2 05/10] powerpc/gamecube|wii : Use machine_device_initcall() Christophe Leroy (Sat Feb 18 2023 - 04:16:42 EST)
- [PATCH v2 10/10] powerpc/85xx: Don't check ppc_md.progress in mpc85xx_cds_setup_arch() Christophe Leroy (Sat Feb 18 2023 - 04:17:00 EST)
- [PATCH v2 06/10] powerpc/85xx: Fix function naming for p1023_rdb platform Christophe Leroy (Sat Feb 18 2023 - 04:17:50 EST)
- [PATCH v2 08/10] powerpc: Add ppc_md_progress() Christophe Leroy (Sat Feb 18 2023 - 04:18:14 EST)
- [PATCH v2 09/10] powerpc: Use ppc_md_progress() Christophe Leroy (Sat Feb 18 2023 - 04:18:34 EST)
- [PATCH v2 07/10] powerpc: Make generic_calibrate_decr() the default Christophe Leroy (Sat Feb 18 2023 - 04:18:49 EST)
- Re: [PATCH v14 08/17] splice: Do splice read from a file without using ITER_PIPE David Howells (Sat Feb 18 2023 - 04:19:22 EST)
- Re: [PATCH v4 03/11] fs/9p: Consolidate file operations and add readahead and writeback asmadeus (Sat Feb 18 2023 - 04:25:05 EST)
- Re: [PATCH v14 02/17] splice: Add a func to do a splice from a buffered file without ITER_PIPE David Howells (Sat Feb 18 2023 - 04:26:15 EST)
- Re: [syzbot] [bridge?] [coreteam?] KASAN: vmalloc-out-of-bounds Read in __ebt_unregister_table syzbot (Sat Feb 18 2023 - 04:28:26 EST)
- [PATCH] powerpc/e500: Add missing prototype for 'relocate_init' Christophe Leroy (Sat Feb 18 2023 - 04:29:07 EST)
- Re: [RFC PATCH v3 05/22] objtool: Reorganize ORC types Suraj Jitindar Singh (Sat Feb 18 2023 - 04:30:41 EST)
- Re: [PATCH v4 04/11] fs/9p: Remove unnecessary superblock flags asmadeus (Sat Feb 18 2023 - 04:34:24 EST)
- Re: [PATCH] first patch test Bagas Sanjaya (Sat Feb 18 2023 - 04:41:37 EST)
- Re: [tip: x86/urgent] x86/mtrr: Revert 90b926e68f50 ("x86/pat: Fix pat_x_mtrr_type() for MTRR disabled case") Christian Kujau (Sat Feb 18 2023 - 04:47:55 EST)
- [PATCH] bnxt: avoid overflow in bnxt_get_nvram_directory() Maxim Korotkov (Sat Feb 18 2023 - 04:50:54 EST)
- Re: [tip: x86/urgent] x86/mtrr: Revert 90b926e68f50 ("x86/pat: Fix pat_x_mtrr_type() for MTRR disabled case") Borislav Petkov (Sat Feb 18 2023 - 04:59:13 EST)
- Re: [PATCH v4 10/11] fs/9p: writeback mode fixes asmadeus (Sat Feb 18 2023 - 05:01:51 EST)
- Re: [PATCH v8 3/3] regulator: axp20x: Add support for AXP313a variant Shengyu Qu (Sat Feb 18 2023 - 05:08:39 EST)
- Re: [PATCH v5 3/5] ARM: dts: hpe: Add I2C Topology Krzysztof Kozlowski (Sat Feb 18 2023 - 05:10:36 EST)
- Re: [RFC PATCH 1/4] fpga: add initial KUnit test suite Xu Yilun (Sat Feb 18 2023 - 05:10:40 EST)
- Re: [PATCH 1/4] ASoC: dt-bindings: renesas,rz-ssi: Update interrupts and interrupt-names properties Krzysztof Kozlowski (Sat Feb 18 2023 - 05:11:43 EST)
- Re: [PATCH v2 1/2] dt-bindings: display/msm: dsi-controller-main: Fix deprecated QCM2290 compatible Krzysztof Kozlowski (Sat Feb 18 2023 - 05:14:13 EST)
- Re: [PATCH v3 3/3] dt-bindings: misc: servo-pwm: Add new bindings for servo-pwm Krzysztof Kozlowski (Sat Feb 18 2023 - 05:16:33 EST)
- Re: [PATCH v3 07/11] dt-bindings: clock: Add StarFive JH7110 system clock and reset generator Krzysztof Kozlowski (Sat Feb 18 2023 - 05:20:39 EST)
- Re: [PATCH V2 1/6] dt-bindings: soc: qcom: smd-rpm: Add IPQ9574 compatible Krzysztof Kozlowski (Sat Feb 18 2023 - 05:21:10 EST)
- Re: [PATCH V2 1/5] dt-bindings: clock: qcom,a53pll: add IPQ9574 compatible Krzysztof Kozlowski (Sat Feb 18 2023 - 05:21:46 EST)
- Re: [PATCH V2 3/5] dt-bindings: mailbox: qcom: add compatible for IPQ9574 SoC Krzysztof Kozlowski (Sat Feb 18 2023 - 05:22:47 EST)
- Re: [RFC PATCH 2/4] fpga: add fake FPGA region Xu Yilun (Sat Feb 18 2023 - 05:24:23 EST)
- Aw: Re: [PATCH v3 0/5] arm: dts: mt7623: relocate gmacs, mt7530 switch, and add port@5 Frank Wunderlich (Sat Feb 18 2023 - 05:24:54 EST)
- Re: [PATCH 5.15] of: reserved_mem: Have kmemleak ignore dynamically allocated reserved mem Greg KH (Sat Feb 18 2023 - 05:29:11 EST)
- Re: [5.15] Please apply 'selftest/lkdtm: Skip stack-entropy test if lkdtm is not available' Greg KH (Sat Feb 18 2023 - 05:29:34 EST)
- Re: [PATCH 1/2] platform/x86: dell-ddv: Fix cache invalidation on resume Hans de Goede (Sat Feb 18 2023 - 05:44:11 EST)
- Re: [PATCH v2 1/9] drm/vc4: Switch to container_of_const Hans Verkuil (Sat Feb 18 2023 - 05:45:16 EST)
- Re: Aw: Re: [PATCH v3 0/5] arm: dts: mt7623: relocate gmacs, mt7530 switch, and add port@5 Arınç ÜNAL (Sat Feb 18 2023 - 05:49:50 EST)
- Re: [PATCH v2 4/5] apple-gmux: support MMIO gmux on T2 Macs Hans de Goede (Sat Feb 18 2023 - 05:50:44 EST)
- Re: mainline build failure on arm hosts Sudip Mukherjee (Sat Feb 18 2023 - 05:51:52 EST)
- Re: [PATCH v2 06/14] drm/msm/gpu: Use dev_pm_opp_set_rate for non-GMU GPUs Konrad Dybcio (Sat Feb 18 2023 - 06:04:57 EST)
- [GIT PULL] arm64 perf/PMU regression fixes for 6.2 Will Deacon (Sat Feb 18 2023 - 06:11:32 EST)
- Re: [PATCH v3 07/11] dt-bindings: clock: Add StarFive JH7110 system clock and reset generator Conor Dooley (Sat Feb 18 2023 - 06:17:19 EST)
- [PATCH v3 0/5] Add generic-display-mux driver and bindings Pin-yen Lin (Sat Feb 18 2023 - 06:17:26 EST)
- [PATCH v3 1/5] dt-bindings: display: bridge: Add ddc-i2c-bus for anx7688 Pin-yen Lin (Sat Feb 18 2023 - 06:17:40 EST)
- [PATCH v3 2/5] drm/bridge: Add .get_edid callback for anx7688 driver Pin-yen Lin (Sat Feb 18 2023 - 06:17:51 EST)
- [PATCH v3 3/5] drm/mediatek: Remove .get_edid callback Pin-yen Lin (Sat Feb 18 2023 - 06:18:03 EST)
- [PATCH v3 4/5] dt-bindings: display: bridge: Add GPIO display mux binding Pin-yen Lin (Sat Feb 18 2023 - 06:18:10 EST)
- [PATCH v3 5/5] drm: bridge: Generic GPIO mux driver Pin-yen Lin (Sat Feb 18 2023 - 06:18:18 EST)
- Re: [PATCH v2 1/2] dt-bindings: display/msm: dsi-controller-main: Fix deprecated QCM2290 compatible Konrad Dybcio (Sat Feb 18 2023 - 06:23:26 EST)
- [PATCH v3 1/8] powerpc/85xx: Mark mpc85xx_rdb_pic_init() as static Pali Rohár (Sat Feb 18 2023 - 06:26:56 EST)
- [PATCH v3 2/8] powerpc/85xx: Mark mpc85xx_ds_pic_init() as static Pali Rohár (Sat Feb 18 2023 - 06:26:59 EST)
- [PATCH v3 5/8] powerpc/85xx: p2020: Unify .setup_arch and .init_IRQ callbacks Pali Rohár (Sat Feb 18 2023 - 06:27:01 EST)
- [PATCH v3 0/8] powerpc/85xx: p2020: Create one unified machine description Pali Rohár (Sat Feb 18 2023 - 06:27:03 EST)
- [PATCH v3 4/8] powerpc/85xx: p2020: Move i8259 code into own function Pali Rohár (Sat Feb 18 2023 - 06:27:05 EST)
- [PATCH v3 8/8] powerpc: dts: turris1x.dts: Remove "fsl,P2020RDB-PC" compatible string Pali Rohár (Sat Feb 18 2023 - 06:27:07 EST)
- [PATCH v3 6/8] powerpc/85xx: p2020: Define just one machine description Pali Rohár (Sat Feb 18 2023 - 06:27:09 EST)
- [PATCH v3 3/8] powerpc/85xx: p2020: Move all P2020 machine descriptions to p2020.c Pali Rohár (Sat Feb 18 2023 - 06:27:12 EST)
- [PATCH v3 7/8] powerpc/85xx: p2020: Enable boards by new config option CONFIG_PPC_P2020 Pali Rohár (Sat Feb 18 2023 - 06:27:14 EST)
- Re: [PATCH v2 3/9] drm/vc4: hdmi: Add Broadcast RGB property to allow override of RGB range Hans Verkuil (Sat Feb 18 2023 - 06:33:55 EST)
- Re: API for setting colors of RGB backlit keyboard zones (was [PATCH V3] platform/x86: hp-wmi: Support omen backlight control wmi-acpi methods) Pavel Machek (Sat Feb 18 2023 - 06:48:32 EST)
- Re: [PATCH v2] PM: hibernate: don't store zero pages in the image file. Pavel Machek (Sat Feb 18 2023 - 06:49:24 EST)
- [PATCH v2 1/2] platform/x86: dell-ddv: Fix cache invalidation on resume Armin Wolf (Sat Feb 18 2023 - 06:53:53 EST)
- [PATCH v2 2/2] platform/x86: dell-ddv: Fix temperature scaling Armin Wolf (Sat Feb 18 2023 - 06:54:00 EST)
- Re: [PATCH v4 3/3] powerpc: dts: turris1x.dts: Set lower priority for CPLD syscon-reboot Pali Rohár (Sat Feb 18 2023 - 07:05:40 EST)
- Re: [PATCH net-next] net: phy: micrel: Add support for PTP_PF_PEROUT for lan8841 Horatiu Vultur (Sat Feb 18 2023 - 07:10:52 EST)
- Re: [PATCH v4 10/11] fs/9p: writeback mode fixes asmadeus (Sat Feb 18 2023 - 07:16:02 EST)
- Aw: Re: Re: [PATCH v3 0/5] arm: dts: mt7623: relocate gmacs, mt7530 switch, and add port@5 Frank Wunderlich (Sat Feb 18 2023 - 07:18:55 EST)
- Re: linux-6.2-rc4+ hangs on poweroff/reboot: Bisected Chris Clayton (Sat Feb 18 2023 - 07:22:34 EST)
- [PATCH] dt-bindings: interrupt-controller: convert loongson,ls1x-intc.txt to json-schema Keguang Zhang (Sat Feb 18 2023 - 07:22:57 EST)
- Re: linux-6.2-rc4+ hangs on poweroff/reboot: Bisected Karol Herbst (Sat Feb 18 2023 - 07:26:48 EST)
- [PATCH net-next v2] net: phy: micrel: Add support for PTP_PF_PEROUT for lan8841 Horatiu Vultur (Sat Feb 18 2023 - 07:31:44 EST)
- Re: [PATCH v2] firmware: qcom_scm: modify qcom_scm_set_download_mode() Mukesh Ojha (Sat Feb 18 2023 - 07:39:27 EST)
- [PATCH] mt76: mt7915: expose device tree match table Lorenz Brun (Sat Feb 18 2023 - 07:39:30 EST)
- Re: [PATCH] first patch test Laurent Pinchart (Sat Feb 18 2023 - 07:52:21 EST)
- Re: [PATCH v2 4/5] apple-gmux: support MMIO gmux on T2 Macs Orlando Chamberlain (Sat Feb 18 2023 - 07:52:38 EST)
- Re: [PATCH v8 0/6] media: verisilicon: HEVC: fix 10bits handling Ezequiel Garcia (Sat Feb 18 2023 - 07:54:39 EST)
- Re: [PATCH v8 2/6] media: verisilicon: Do not use ctx fields as format storage when resetting Ezequiel Garcia (Sat Feb 18 2023 - 07:56:30 EST)
- Re: [PATCH v8 5/6] media: verisilicon: HEVC: Only propose 10 bits compatible pixels formats Ezequiel Garcia (Sat Feb 18 2023 - 07:58:10 EST)
- [PATCH] bnx2: remove deadcode in bnx2_init_cpus() Maxim Korotkov (Sat Feb 18 2023 - 08:04:10 EST)
- Re: [PATCH v2 07/14] drm/msm/a6xx: Add support for A619_holi Dmitry Baryshkov (Sat Feb 18 2023 - 08:04:13 EST)
- Re: [PATCH v4 06/12] media: verisilicon: Check AV1 bitstreams bit depth Ezequiel Garcia (Sat Feb 18 2023 - 08:12:02 EST)
- Re: [PATCH v4 00/12] AV1 stateless decoder for RK3588 Ezequiel Garcia (Sat Feb 18 2023 - 08:18:10 EST)
- [PATCH v3 0/5] apple-gmux: support MMIO gmux type on T2 Macs Orlando Chamberlain (Sat Feb 18 2023 - 08:20:48 EST)
- [PATCH v3 1/5] apple-gmux: use first bit to check switch state Orlando Chamberlain (Sat Feb 18 2023 - 08:20:54 EST)
- [PATCH v3 2/5] apple-gmux: refactor gmux types Orlando Chamberlain (Sat Feb 18 2023 - 08:20:57 EST)
- [PATCH v3 3/5] apple-gmux: Use GMSP acpi method for interrupt clear Orlando Chamberlain (Sat Feb 18 2023 - 08:21:00 EST)
- [PATCH v3 4/5] apple-gmux: support MMIO gmux on T2 Macs Orlando Chamberlain (Sat Feb 18 2023 - 08:21:18 EST)
- [PATCH v3 5/5] apple-gmux: add debugfs interface Orlando Chamberlain (Sat Feb 18 2023 - 08:21:30 EST)
- Re: [PATCH v5 1/2] perf tools: Sync perf_event_attr::config3 addition Arnaldo Carvalho de Melo (Sat Feb 18 2023 - 08:22:21 EST)
- [BUG] sbs module causes lockup upon suspend/shutdown Armin Wolf (Sat Feb 18 2023 - 08:58:43 EST)
- Re: [PATCH 3/3] RISC-V: Add arch functions to support hibernation/suspend-to-disk Pavel Machek (Sat Feb 18 2023 - 09:01:16 EST)
- Re: [syzbot] [bridge?] [netfilter?] KASAN: vmalloc-out-of-bounds Read in __ebt_unregister_table syzbot (Sat Feb 18 2023 - 09:06:27 EST)
- [PATCH V4] clk: qcom: ipq5332: mark GPLL4 as critical temporarily Kathiravan T (Sat Feb 18 2023 - 09:06:49 EST)
- Re: [PATCH V5 3/7] clk: qcom: add Global Clock controller (GCC) driver for IPQ5332 SoC Kathiravan T (Sat Feb 18 2023 - 09:16:56 EST)
- [irqchip: irq/irqchip-next] irqchip/irq-brcmstb-l2: Set IRQ_LEVEL for level triggered interrupts irqchip-bot for Florian Fainelli (Sat Feb 18 2023 - 09:28:43 EST)
- [irqchip: irq/irqchip-next] irqchip/irq-bcm7120-l2: Set IRQ_LEVEL for level triggered interrupts irqchip-bot for Florian Fainelli (Sat Feb 18 2023 - 09:28:44 EST)
- [GIT PULL] irqchip updates for 6.3 Marc Zyngier (Sat Feb 18 2023 - 09:35:07 EST)
- Re: [PATCH 4/4] cpufreq: qcom-nvmem: make qcom_cpufreq_get_msm_id() return the SoC ID Konrad Dybcio (Sat Feb 18 2023 - 09:43:19 EST)
- Re: [PATCH v2 1/2] dt-bindings: display/msm: dsi-controller-main: Fix deprecated QCM2290 compatible Krzysztof Kozlowski (Sat Feb 18 2023 - 09:49:46 EST)
- Re: [RFC][PATCH 1/2] time: alarmtimer: Fix erroneous case of using 0 as an "invalid" initialization value Michael Nazzareno Trimarchi (Sat Feb 18 2023 - 09:51:59 EST)
- [GIT PULL] Final batch KVM changes for Linux 6.2 Paolo Bonzini (Sat Feb 18 2023 - 09:52:00 EST)
- Re: [PATCH v2 09/10] powerpc: Use ppc_md_progress() Joe Perches (Sat Feb 18 2023 - 09:54:20 EST)
- Re: [PATCH v3 07/11] dt-bindings: clock: Add StarFive JH7110 system clock and reset generator Krzysztof Kozlowski (Sat Feb 18 2023 - 09:55:37 EST)
- Re: [PATCH 2/5] KVM: x86: Shrink struct kvm_queued_exception Tom Lendacky (Sat Feb 18 2023 - 09:55:51 EST)
- Re: [RFC][PATCH 2/2] time: alarmtimer: Use TASK_FREEZABLE to cleanup freezer handling Michael Nazzareno Trimarchi (Sat Feb 18 2023 - 09:57:12 EST)
- [GIT PULL] EDAC updates for 6.3 Borislav Petkov (Sat Feb 18 2023 - 10:00:01 EST)
- Re: [PATCH v3 07/11] dt-bindings: clock: Add StarFive JH7110 system clock and reset generator Conor Dooley (Sat Feb 18 2023 - 10:08:42 EST)
- Re: Regression: NULL pointer dereference after NFS_V4_2_READ_PLUS (commit 7fd461c47) Krzysztof Kozlowski (Sat Feb 18 2023 - 10:09:54 EST)
- Re: [PATCH] perf/arm-cmn: Fix and refactor device mapping resource Jing Zhang (Sat Feb 18 2023 - 10:20:08 EST)
- Re: linux-6.2-rc4+ hangs on poweroff/reboot: Bisected Chris Clayton (Sat Feb 18 2023 - 10:20:10 EST)
- Re: [PATCH v3] smb3: Replace smb2pdu 1-element arrays with flex-arrays Steve French (Sat Feb 18 2023 - 10:20:11 EST)
- Re: [PATCH net-next 00/12] Add tc-mqprio and tc-taprio support for preemptible traffic classes Vladimir Oltean (Sat Feb 18 2023 - 10:20:38 EST)
- Re: [RESEND PATCH v3] bcache: Fix __bch_btree_node_alloc to make the failure behavior consistent Coly Li (Sat Feb 18 2023 - 10:22:46 EST)
- [PATCH v2 1/5] wifi: rtw88: mac: Add support for the SDIO HCI in rtw_pwr_seq_parser() Martin Blumenstingl (Sat Feb 18 2023 - 10:30:25 EST)
- [PATCH v2 0/5] rtw88: Add additional SDIO support bits Martin Blumenstingl (Sat Feb 18 2023 - 10:30:26 EST)
- [PATCH v2 2/5] wifi: rtw88: mac: Add SDIO HCI support in the TX/page table setup Martin Blumenstingl (Sat Feb 18 2023 - 10:30:26 EST)
- [PATCH v2 3/5] wifi: rtw88: rtw8821c: Implement RTL8821CS (SDIO) efuse parsing Martin Blumenstingl (Sat Feb 18 2023 - 10:30:29 EST)
- [PATCH v2 4/5] wifi: rtw88: rtw8822b: Implement RTL8822BS (SDIO) efuse parsing Martin Blumenstingl (Sat Feb 18 2023 - 10:30:39 EST)
- [PATCH v2 5/5] wifi: rtw88: rtw8822c: Implement RTL8822CS (SDIO) efuse parsing Martin Blumenstingl (Sat Feb 18 2023 - 10:30:49 EST)
- Re: [PATCH v2] drm: add kms driver for loongson display controller Sui Jingfeng (Sat Feb 18 2023 - 10:30:59 EST)
- Re: [PATCH v1 RFC] video/hdmi: Fix HDMI_VENDOR_INFOFRAME_SIZE Martin Blumenstingl (Sat Feb 18 2023 - 10:34:12 EST)
- Re: [PATCH v2] reset: meson: Use devm_platform_ioremap_resource() Martin Blumenstingl (Sat Feb 18 2023 - 10:39:37 EST)
- Re: [PATCH 04/18] pata_parport: remove useless printks at module_init of bpck6 Sergey Shtylyov (Sat Feb 18 2023 - 10:47:44 EST)
- Re: [PATCH 02/18] pata_parport: probe all units automatically Sergey Shtylyov (Sat Feb 18 2023 - 10:55:22 EST)
- Re: [RESEND PATCH v6 2/2] iio: adc: axp20x_adc: Replace adc_en2 flag with adc_en2_mask field Jonathan Cameron (Sat Feb 18 2023 - 10:57:33 EST)
- Re: [PATCH v2 1/6] ARM/dma-mapping: Remove iommu_detach_device() Jason Gunthorpe (Sat Feb 18 2023 - 10:59:03 EST)
- [PATCH] tracing: Check for NULL field_name in __synth_event_add_val() Steven Rostedt (Sat Feb 18 2023 - 10:59:30 EST)
- [PATCH V5] clk: qcom: ipq5332: mark GPLL4 as ignore unused temporarily Kathiravan T (Sat Feb 18 2023 - 11:04:59 EST)
- Re: [PATCH 05/18] pata_parport: Introduce module_pata_parport_driver macro Sergey Shtylyov (Sat Feb 18 2023 - 11:08:06 EST)
- Re: [PATCH 05/18] pata_parport: Introduce module_pata_parport_driver macro Sergey Shtylyov (Sat Feb 18 2023 - 11:08:36 EST)
- Re: [PATCH 1/1] x86/topology: fix erroneous smp_num_siblings on Intel Hybrid platform Zhang, Rui (Sat Feb 18 2023 - 11:11:49 EST)
- Re: [PATCH] bnx2: remove deadcode in bnx2_init_cpus() Vadim Fedorenko (Sat Feb 18 2023 - 11:13:28 EST)
- Re: [PATCH v3 00/14] media: rkisp1: Add support for i.MX8MP Adam Ford (Sat Feb 18 2023 - 11:14:26 EST)
- Re: [PATCH 06/18] pata_parport: remove devtype from struct pi_adapter Sergey Shtylyov (Sat Feb 18 2023 - 11:16:16 EST)
- Re: [PATCH v4 03/11] fs/9p: Consolidate file operations and add readahead and writeback Eric Van Hensbergen (Sat Feb 18 2023 - 11:17:38 EST)
- Re: [PATCH v4 03/11] fs/9p: Consolidate file operations and add readahead and writeback Eric Van Hensbergen (Sat Feb 18 2023 - 11:20:05 EST)
- [GIT PULL] sound updates for 6.3-rc1 Takashi Iwai (Sat Feb 18 2023 - 11:22:46 EST)
- Re: [PATCH v4 04/11] fs/9p: Remove unnecessary superblock flags Eric Van Hensbergen (Sat Feb 18 2023 - 11:24:34 EST)
- Re: [PATCH net] mlx4: supress fortify for inlined xmit Kees Cook (Sat Feb 18 2023 - 11:26:46 EST)
- [PATCH] perf test: Fix offcpu test prev_state check Namhyung Kim (Sat Feb 18 2023 - 11:27:31 EST)
- Re: [PATCH 2/2] iio: adc: Add driver for TI ADS1100 and ADS1000 chips Jonathan Cameron (Sat Feb 18 2023 - 11:34:40 EST)
- Re: [PATCH v4 10/11] fs/9p: writeback mode fixes Eric Van Hensbergen (Sat Feb 18 2023 - 11:40:47 EST)
- Re: [PATCH 11/18] pata_parport: use dev_* instead of printk Sergey Shtylyov (Sat Feb 18 2023 - 11:52:16 EST)
- Re: [PATCH v2 06/14] drm/msm/gpu: Use dev_pm_opp_set_rate for non-GMU GPUs Dmitry Baryshkov (Sat Feb 18 2023 - 11:52:16 EST)
- [tip:master] BUILD SUCCESS be97fc4ad26c6f74728b33e00787e485a952f299 kernel test robot (Sat Feb 18 2023 - 11:54:15 EST)
- ld.lld: error: assignment to symbol __init_end does not converge kernel test robot (Sat Feb 18 2023 - 11:56:16 EST)
- Re: [PATCH] bnxt: avoid overflow in bnxt_get_nvram_directory() Pavan Chebbi (Sat Feb 18 2023 - 11:58:05 EST)
- Re: [PATCH 2/2] dt-bindings: watchdog: Add MSM8994 watchdog timer Wim Van Sebroeck (Sat Feb 18 2023 - 12:00:46 EST)
- Re: Aw: Re: Re: [PATCH v3 0/5] arm: dts: mt7623: relocate gmacs, mt7530 switch, and add port@5 Arınç ÜNAL (Sat Feb 18 2023 - 12:02:38 EST)
- Re: [PATCH 12/18] pata_parport: use print_hex_* Sergey Shtylyov (Sat Feb 18 2023 - 12:04:55 EST)
- [PATCH] ARM: dts: aspeed: mtjade, mtmitchell: Add OCP device temperature sensor Chanh Nguyen (Sat Feb 18 2023 - 12:10:40 EST)
- Re: [PATCH 1/1] x86/topology: fix erroneous smp_num_siblings on Intel Hybrid platform Dave Hansen (Sat Feb 18 2023 - 12:20:16 EST)
- [PATCH] leds: Fix reference to led_set_brightness() in doc Thomas Weißschuh (Sat Feb 18 2023 - 12:21:37 EST)
- Re: [PATCH 13/18] pata_parport: simplify log_adapter prints, remove VERSION defines Sergey Shtylyov (Sat Feb 18 2023 - 12:29:01 EST)
- Re: [PATCH 1/2] pinctrl: mediatek: add missing options to PINCTRL_MT7981 Daniel Golle (Sat Feb 18 2023 - 12:31:42 EST)
- Re: [PATCH 2/2] pinctrl: mediatek: fix naming inconsistency Daniel Golle (Sat Feb 18 2023 - 12:32:38 EST)
- Re: [PATCH 14/18] pata_parport: remove bpck6 verbose parameter Sergey Shtylyov (Sat Feb 18 2023 - 12:39:15 EST)
- Re: [PATCH 15/18] pata_parport: remove verbose parameter from test_proto() Sergey Shtylyov (Sat Feb 18 2023 - 12:40:29 EST)
- Re: [PATCH v2 12/46] hugetlb: add hugetlb_alloc_pmd and hugetlb_alloc_pte kernel test robot (Sat Feb 18 2023 - 12:47:22 EST)
- Re: [PATCH] virtio: Reorder fields in 'struct virtqueue' Peter Lafreniere (Sat Feb 18 2023 - 12:52:02 EST)
- Re: [PATCH v8 2/3] mfd: axp20x: Add support for AXP313a PMIC Shengyu Qu (Sat Feb 18 2023 - 12:53:27 EST)
- Re: [PATCH v2 13/46] hugetlb: add hugetlb_hgm_walk and hugetlb_walk_step kernel test robot (Sat Feb 18 2023 - 13:08:40 EST)
- Re: [PATCH RESEND 1/1] check-uapi: Introduce check-uapi.sh Trilok Soni (Sat Feb 18 2023 - 13:22:36 EST)
- Re: [PATCH] dt-bindings: drop Sagar Kadam from SiFive binding maintainership Palmer Dabbelt (Sat Feb 18 2023 - 13:33:43 EST)
- [PATCH] net/mlx4_en: Introduce flexible array to silence overflow warning Kees Cook (Sat Feb 18 2023 - 13:39:11 EST)
- Re: linux-6.2-rc4+ hangs on poweroff/reboot: Bisected Chris Clayton (Sat Feb 18 2023 - 14:11:16 EST)
- Re: [PATCH] Staging: r8188eu: Fixed block comment Philipp Hortmann (Sat Feb 18 2023 - 14:11:19 EST)
- [GIT PULL] RCU changes for v6.3 Paul E. McKenney (Sat Feb 18 2023 - 14:11:20 EST)
- [PATCH] IB/rdmavt: Fix target union member for rvt_post_one_wr() Kees Cook (Sat Feb 18 2023 - 14:11:22 EST)
- [PATCH] wifi: iwlwifi: dvm: Add struct_group for struct iwl_keyinfo keys Kees Cook (Sat Feb 18 2023 - 14:11:24 EST)
- Re: Aw: Re: Re: [PATCH v3 0/5] arm: dts: mt7623: relocate gmacs, mt7530 switch, and add port@5 Frank Wunderlich (Sat Feb 18 2023 - 14:12:25 EST)
- Re: [GIT PULL] Final batch KVM changes for Linux 6.2 pr-tracker-bot (Sat Feb 18 2023 - 14:15:50 EST)
- Re: [GIT PULL] arm64 perf/PMU regression fixes for 6.2 pr-tracker-bot (Sat Feb 18 2023 - 14:15:56 EST)
- Re: Current LKMM patch disposition Paul E. McKenney (Sat Feb 18 2023 - 14:21:35 EST)
- Re: Aw: Re: Re: [PATCH v3 0/5] arm: dts: mt7623: relocate gmacs, mt7530 switch, and add port@5 Arınç ÜNAL (Sat Feb 18 2023 - 14:36:19 EST)
- Re: [PATCH] locktorture: Add raw_spinlock* torture tests for PREEMPT_RT kernels Paul E. McKenney (Sat Feb 18 2023 - 14:36:19 EST)
- Re: [PATCH v4] srcu: Clarify comments on memory barrier "E" Paul E. McKenney (Sat Feb 18 2023 - 14:36:21 EST)
- Re: [PATCH v2 14/46] hugetlb: split PTE markers when doing HGM walks kernel test robot (Sat Feb 18 2023 - 14:49:38 EST)
- Re: [PATCH v3] page_pool: add a comment explaining the fragment counter usage Jesper Dangaard Brouer (Sat Feb 18 2023 - 14:53:54 EST)
- amba pl011 non amba/sbsa driver Ramon Fried (Sat Feb 18 2023 - 14:56:57 EST)
- Re: [PATCH v4 10/11] fs/9p: writeback mode fixes Christian Schoenebeck (Sat Feb 18 2023 - 14:58:30 EST)
- [syzbot] [jfs?] KASAN: null-ptr-deref Read in txBegin syzbot (Sat Feb 18 2023 - 14:59:50 EST)
- [for-next][PATCH 0/8] tracing/tools: Updates for 6.3 Steven Rostedt (Sat Feb 18 2023 - 15:19:52 EST)
- [for-next][PATCH 5/8] rtla/timerlat: Add auto-analysis support to timerlat top Steven Rostedt (Sat Feb 18 2023 - 15:19:53 EST)
- [for-next][PATCH 1/8] tools/rv: Remove unneeded semicolon Steven Rostedt (Sat Feb 18 2023 - 15:19:55 EST)
- [for-next][PATCH 7/8] rtla: Add hwnoise tool Steven Rostedt (Sat Feb 18 2023 - 15:19:56 EST)
- [for-next][PATCH 2/8] tools/tracing/rtla: osnoise_hist: use total duration for average calculation Steven Rostedt (Sat Feb 18 2023 - 15:19:57 EST)
- [for-next][PATCH 3/8] tools/tracing/rtla: osnoise_hist: display average with two-digit precision Steven Rostedt (Sat Feb 18 2023 - 15:19:57 EST)
- [for-next][PATCH 8/8] Documentation/rtla: Add hwnoise man page Steven Rostedt (Sat Feb 18 2023 - 15:19:58 EST)
- [for-next][PATCH 6/8] Documentation/rtla: Add timerlat-top auto-analysis options Steven Rostedt (Sat Feb 18 2023 - 15:19:58 EST)
- [for-next][PATCH 4/8] rtla/timerlat: Add auto-analysis core Steven Rostedt (Sat Feb 18 2023 - 15:20:00 EST)
- Re: [PATCH 3/4] usb: cdns2: Add tracepoints for CDNS2 driver kernel test robot (Sat Feb 18 2023 - 15:21:51 EST)
- Re: [PATCH 03/11] selftests: hid: import hid-tools hid-gamepad tests Silvan Jegen (Sat Feb 18 2023 - 15:25:07 EST)
- Re: [PATCH v4 10/11] fs/9p: writeback mode fixes asmadeus (Sat Feb 18 2023 - 15:30:04 EST)
- Re: [PATCH v4 04/11] fs/9p: Remove unnecessary superblock flags asmadeus (Sat Feb 18 2023 - 15:31:09 EST)
- Re: [PATCH v4 03/11] fs/9p: Consolidate file operations and add readahead and writeback asmadeus (Sat Feb 18 2023 - 15:36:14 EST)
- Re: [PATCH 4/4] cpufreq: qcom-nvmem: make qcom_cpufreq_get_msm_id() return the SoC ID Dmitry Baryshkov (Sat Feb 18 2023 - 15:36:24 EST)
- drivers/mux/mmio.c:76:20: error: variable has incomplete type 'struct reg_field' kernel test robot (Sat Feb 18 2023 - 15:40:22 EST)
- Re: [PATCH 4/4] cpufreq: qcom-nvmem: make qcom_cpufreq_get_msm_id() return the SoC ID Konrad Dybcio (Sat Feb 18 2023 - 15:40:54 EST)
- [PATCH v1 0/5] AXP20x USB power supply remove use of variant IDs Aidan MacDonald (Sat Feb 18 2023 - 15:49:58 EST)
- [PATCH v1 1/5] power: supply: axp20x_usb_power: Simplify USB current limit handling Aidan MacDonald (Sat Feb 18 2023 - 15:50:01 EST)
- [PATCH v1 3/5] power: supply: axp20x_usb_power: Use regmap fields for USB BC feature Aidan MacDonald (Sat Feb 18 2023 - 15:50:02 EST)
- [PATCH v1 2/5] power: supply: axp20x_usb_power: Use regmap fields for VBUS monitor feature Aidan MacDonald (Sat Feb 18 2023 - 15:50:04 EST)
- [PATCH v1 5/5] power: supply: axp20x_usb_power: Remove variant IDs from VBUS polling check Aidan MacDonald (Sat Feb 18 2023 - 15:50:07 EST)
- [PATCH v1 4/5] power: supply: axp20x_usb_power: Use regmap field for VBUS disabling Aidan MacDonald (Sat Feb 18 2023 - 15:50:10 EST)
- [PATCH net 1/4] MAINTAINERS: Switch maintenance for cc2520 driver over Stefan Schmidt (Sat Feb 18 2023 - 16:14:07 EST)
- [PATCH net 2/4] MAINTAINERS: Switch maintenance for mcr20a driver over Stefan Schmidt (Sat Feb 18 2023 - 16:14:12 EST)
- [PATCH net 3/4] MAINTAINERS: Switch maintenance for mrf24j40 driver over Stefan Schmidt (Sat Feb 18 2023 - 16:14:15 EST)
- [PATCH net 4/4] MAINTAINERS: Add Miquel Raynal as additional maintainer for ieee802154 Stefan Schmidt (Sat Feb 18 2023 - 16:14:19 EST)
- [PATCH v4 00/14] dma-fence: Deadline awareness Rob Clark (Sat Feb 18 2023 - 16:15:53 EST)
- [PATCH v4 01/14] dma-buf/dma-fence: Add deadline awareness Rob Clark (Sat Feb 18 2023 - 16:15:55 EST)
- [PATCH v4 02/14] dma-buf/fence-array: Add fence deadline support Rob Clark (Sat Feb 18 2023 - 16:16:00 EST)
- [PATCH v4 03/14] dma-buf/fence-chain: Add fence deadline support Rob Clark (Sat Feb 18 2023 - 16:16:10 EST)
- [PATCH v4 04/14] dma-buf/dma-resv: Add a way to set fence deadline Rob Clark (Sat Feb 18 2023 - 16:16:14 EST)
- [PATCH v4 06/14] dma-buf/sync_file: Support (E)POLLPRI Rob Clark (Sat Feb 18 2023 - 16:16:18 EST)
- [PATCH v4 05/14] dma-buf/sync_file: Add SET_DEADLINE ioctl Rob Clark (Sat Feb 18 2023 - 16:16:22 EST)
- [PATCH v4 07/14] dma-buf/sw_sync: Add fence deadline support Rob Clark (Sat Feb 18 2023 - 16:16:27 EST)
- [PATCH v6 00/41] Shadow stacks for userspace Rick Edgecombe (Sat Feb 18 2023 - 16:16:30 EST)
- [PATCH v6 01/41] Documentation/x86: Add CET shadow stack description Rick Edgecombe (Sat Feb 18 2023 - 16:16:33 EST)
- [PATCH v4 08/14] drm/scheduler: Add fence deadline support Rob Clark (Sat Feb 18 2023 - 16:16:35 EST)
- [PATCH v6 02/41] x86/shstk: Add Kconfig option for shadow stack Rick Edgecombe (Sat Feb 18 2023 - 16:16:39 EST)
- [PATCH v6 03/41] x86/cpufeatures: Add CPU feature flags for shadow stacks Rick Edgecombe (Sat Feb 18 2023 - 16:16:43 EST)
- [PATCH v4 09/14] drm/syncobj: Add deadline support for syncobj waits Rob Clark (Sat Feb 18 2023 - 16:16:44 EST)
- [PATCH v6 04/41] x86/cpufeatures: Enable CET CR4 bit for shadow stack Rick Edgecombe (Sat Feb 18 2023 - 16:17:04 EST)
- [PATCH v4 10/14] drm/vblank: Add helper to get next vblank time Rob Clark (Sat Feb 18 2023 - 16:17:08 EST)
- [PATCH v4 11/14] drm/atomic-helper: Set fence deadline for vblank Rob Clark (Sat Feb 18 2023 - 16:17:11 EST)
- [PATCH v6 05/41] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states Rick Edgecombe (Sat Feb 18 2023 - 16:17:19 EST)
- [PATCH v6 06/41] x86/fpu: Add helper for modifying xstate Rick Edgecombe (Sat Feb 18 2023 - 16:17:22 EST)
- [PATCH v4 12/14] drm/msm: Add deadline based boost support Rob Clark (Sat Feb 18 2023 - 16:17:33 EST)
- [PATCH v4 13/14] drm/msm: Add wait-boost support Rob Clark (Sat Feb 18 2023 - 16:17:36 EST)
- [PATCH v6 07/41] x86: Move control protection handler to separate file Rick Edgecombe (Sat Feb 18 2023 - 16:17:46 EST)
- [PATCH v6 09/41] x86/mm: Remove _PAGE_DIRTY from kernel RO pages Rick Edgecombe (Sat Feb 18 2023 - 16:17:58 EST)
- [PATCH v6 08/41] x86/shstk: Add user control-protection fault handler Rick Edgecombe (Sat Feb 18 2023 - 16:18:01 EST)
- [PATCH v4 14/14] drm/i915: Add deadline based boost support Rob Clark (Sat Feb 18 2023 - 16:18:20 EST)
- [PATCH v6 10/41] x86/mm: Move pmd_write(), pud_write() up in the file Rick Edgecombe (Sat Feb 18 2023 - 16:18:32 EST)
- [PATCH v6 11/41] mm: Introduce pte_mkwrite_kernel() Rick Edgecombe (Sat Feb 18 2023 - 16:18:52 EST)
- [PATCH v6 12/41] s390/mm: Introduce pmd_mkwrite_kernel() Rick Edgecombe (Sat Feb 18 2023 - 16:18:59 EST)
- [PATCH v6 13/41] mm: Make pte_mkwrite() take a VMA Rick Edgecombe (Sat Feb 18 2023 - 16:19:12 EST)
- [PATCH v6 14/41] x86/mm: Introduce _PAGE_SAVED_DIRTY Rick Edgecombe (Sat Feb 18 2023 - 16:19:29 EST)
- [PATCH v6 15/41] x86/mm: Update ptep/pmdp_set_wrprotect() for _PAGE_SAVED_DIRTY Rick Edgecombe (Sat Feb 18 2023 - 16:19:41 EST)
- [PATCH v6 16/41] x86/mm: Start actually marking _PAGE_SAVED_DIRTY Rick Edgecombe (Sat Feb 18 2023 - 16:19:45 EST)
- [PATCH v6 17/41] mm: Move VM_UFFD_MINOR_BIT from 37 to 38 Rick Edgecombe (Sat Feb 18 2023 - 16:20:05 EST)
- [PATCH v6 18/41] mm: Introduce VM_SHADOW_STACK for shadow stack memory Rick Edgecombe (Sat Feb 18 2023 - 16:20:10 EST)
- [PATCH v6 19/41] x86/mm: Check shadow stack page fault errors Rick Edgecombe (Sat Feb 18 2023 - 16:20:16 EST)
- [PATCH v6 20/41] x86/mm: Teach pte_mkwrite() about stack memory Rick Edgecombe (Sat Feb 18 2023 - 16:20:34 EST)
- [PATCH v6 21/41] mm: Add guard pages around a shadow stack. Rick Edgecombe (Sat Feb 18 2023 - 16:20:37 EST)
- [PATCH v6 22/41] mm/mmap: Add shadow stack pages to memory accounting Rick Edgecombe (Sat Feb 18 2023 - 16:20:52 EST)
- [PATCH v6 23/41] mm: Re-introduce vm_flags to do_mmap() Rick Edgecombe (Sat Feb 18 2023 - 16:20:56 EST)
- [PATCH v6 24/41] mm: Don't allow write GUPs to shadow stack memory Rick Edgecombe (Sat Feb 18 2023 - 16:21:10 EST)
- [PATCH v6 25/41] x86/mm: Introduce MAP_ABOVE4G Rick Edgecombe (Sat Feb 18 2023 - 16:21:24 EST)
- [PATCH v6 26/41] mm: Warn on shadow stack memory in wrong vma Rick Edgecombe (Sat Feb 18 2023 - 16:21:29 EST)
- [PATCH v6 27/41] x86/mm: Warn if create Write=0,Dirty=1 with raw prot Rick Edgecombe (Sat Feb 18 2023 - 16:21:40 EST)
- [PATCH v6 28/41] x86: Introduce userspace API for shadow stack Rick Edgecombe (Sat Feb 18 2023 - 16:21:44 EST)
- [PATCH v6 29/41] x86/shstk: Add user-mode shadow stack support Rick Edgecombe (Sat Feb 18 2023 - 16:21:47 EST)
- [PATCH v6 30/41] x86/shstk: Handle thread shadow stack Rick Edgecombe (Sat Feb 18 2023 - 16:22:04 EST)
- [PATCH v6 31/41] x86/shstk: Introduce routines modifying shstk Rick Edgecombe (Sat Feb 18 2023 - 16:22:19 EST)
- [PATCH v6 32/41] x86/shstk: Handle signals for shadow stack Rick Edgecombe (Sat Feb 18 2023 - 16:22:21 EST)
- [PATCH v6 33/41] x86/shstk: Introduce map_shadow_stack syscall Rick Edgecombe (Sat Feb 18 2023 - 16:22:24 EST)
- [PATCH v6 34/41] x86/shstk: Support WRSS for userspace Rick Edgecombe (Sat Feb 18 2023 - 16:22:39 EST)
- [PATCH v6 35/41] x86: Expose thread features in /proc/$PID/status Rick Edgecombe (Sat Feb 18 2023 - 16:22:43 EST)
- [PATCH v6 36/41] x86/shstk: Wire in shadow stack interface Rick Edgecombe (Sat Feb 18 2023 - 16:22:49 EST)
- [PATCH v6 38/41] x86/fpu: Add helper for initing features Rick Edgecombe (Sat Feb 18 2023 - 16:23:10 EST)
- [PATCH v6 37/41] selftests/x86: Add shadow stack test Rick Edgecombe (Sat Feb 18 2023 - 16:23:12 EST)
- [PATCH v6 39/41] x86: Add PTRACE interface for shadow stack Rick Edgecombe (Sat Feb 18 2023 - 16:23:17 EST)
- [PATCH v6 40/41] x86/shstk: Add ARCH_SHSTK_UNLOCK Rick Edgecombe (Sat Feb 18 2023 - 16:23:19 EST)
- [PATCH v6 41/41] x86/shstk: Add ARCH_SHSTK_STATUS Rick Edgecombe (Sat Feb 18 2023 - 16:23:37 EST)
- Re: [RFC PATCH] hwmon: (peci/cputemp) Number cores as seen by host system Winiarska, Iwona (Sat Feb 18 2023 - 16:26:35 EST)
- [PATCH] Documentation/process: Explain when tip branches get merged into mainline Christian Kujau (Sat Feb 18 2023 - 16:31:47 EST)
- Re: [PATCH -next V7 6/7] samples: ftrace: Add riscv support for SAMPLE_FTRACE_DIRECT[_MULTI] Palmer Dabbelt (Sat Feb 18 2023 - 16:31:55 EST)
- [PATCH] [RFC] net: fec: Allow turning off IRQ coalescing Richard Weinberger (Sat Feb 18 2023 - 16:47:04 EST)
- Re: [PATCH -next V7 0/7] riscv: Optimize function trace patchwork-bot+linux-riscv (Sat Feb 18 2023 - 16:47:06 EST)
- Re: [PATCH] media: v4l2-jpeg: ignore the unknown APP14 marker mirela.rabulea@xxxxxxxxxxx (Sat Feb 18 2023 - 16:51:20 EST)
- Re: [PATCH] media: v4l2-jpeg: ignore the unknown APP14 marker mirela.rabulea@xxxxxxxxxxx (Sat Feb 18 2023 - 16:51:25 EST)
- Re: [PATCH v3 03/10] media: Add YUYV64_12 video format mirela.rabulea@xxxxxxxxxxx (Sat Feb 18 2023 - 16:51:58 EST)
- [PATCH 02/18] pata_parport: probe all units automatically Ondrej Zary (Sat Feb 18 2023 - 17:02:18 EST)
- [PATCH 03/18] pata_parport: Remove pi_swab16 and pi_swab32 Ondrej Zary (Sat Feb 18 2023 - 17:02:19 EST)
- [PATCH 04/18] pata_parport: remove useless printks at module_init of bpck6 Ondrej Zary (Sat Feb 18 2023 - 17:02:19 EST)
- [PATCH 01/18] pata_parport: fix EPAT C7/C8 Kconfig Ondrej Zary (Sat Feb 18 2023 - 17:02:19 EST)
- [PATCH v4 0/18] pata_parport: protocol drivers fixes and cleanups Ondrej Zary (Sat Feb 18 2023 - 17:02:21 EST)
- [PATCH 06/18] pata_parport: remove devtype from struct pi_adapter Ondrej Zary (Sat Feb 18 2023 - 17:02:24 EST)
- [PATCH 05/18] pata_parport: Introduce module_pata_parport_driver macro Ondrej Zary (Sat Feb 18 2023 - 17:02:28 EST)
- [PATCH 10/18] pata_parport: remove scratch parameter from log_adapter() Ondrej Zary (Sat Feb 18 2023 - 17:02:34 EST)
- [PATCH 09/18] pata_parport: remove verbose parameter from log_adapter() Ondrej Zary (Sat Feb 18 2023 - 17:02:37 EST)
- [PATCH 15/18] pata_parport: remove verbose parameter from test_proto() Ondrej Zary (Sat Feb 18 2023 - 17:02:40 EST)
- [PATCH 14/18] pata_parport: remove bpck6 verbose parameter Ondrej Zary (Sat Feb 18 2023 - 17:02:42 EST)
- [PATCH 16/18] pata_parport: remove scratch parameter from test_proto() Ondrej Zary (Sat Feb 18 2023 - 17:02:45 EST)
- [PATCH 08/18] pata_parport: remove typedef struct PIA Ondrej Zary (Sat Feb 18 2023 - 17:02:47 EST)
- [PATCH 12/18] pata_parport: use print_hex_* Ondrej Zary (Sat Feb 18 2023 - 17:03:00 EST)
- [PATCH 13/18] pata_parport: simplify log_adapter prints, remove VERSION defines Ondrej Zary (Sat Feb 18 2023 - 17:03:01 EST)
- [PATCH 11/18] pata_parport: use dev_* instead of printk Ondrej Zary (Sat Feb 18 2023 - 17:03:02 EST)
- [PATCH 17/18] pata_parport: remove obsolete changelogs Ondrej Zary (Sat Feb 18 2023 - 17:03:03 EST)
- [PATCH 07/18] pata_parport: remove device from struct pi_adapter Ondrej Zary (Sat Feb 18 2023 - 17:03:03 EST)
- [PATCH 18/18] pata_parport: move pata_parport.h to drivers/ata/pata_parport Ondrej Zary (Sat Feb 18 2023 - 17:03:05 EST)
- Re: [syzbot] [net?] [ntfs3?] KMSAN: uninit-value in bcmp syzbot (Sat Feb 18 2023 - 17:16:30 EST)
- Re: [PATCH v4 10/11] fs/9p: writeback mode fixes Eric Van Hensbergen (Sat Feb 18 2023 - 17:24:26 EST)
- cc1: error: arch/sh/include/mach-hp6xx: No such file or directory kernel test robot (Sat Feb 18 2023 - 17:36:26 EST)
- [PATCH] mips: fix syscall_get_nr Elvira Khabirova (Sat Feb 18 2023 - 17:44:11 EST)
- [tip: irq/core] Merge tag 'irqchip-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core tip-bot2 for Thomas Gleixner (Sat Feb 18 2023 - 18:16:21 EST)
- kernel/module/main.c:4169:1: sparse: sparse: Using plain integer as NULL pointer kernel test robot (Sat Feb 18 2023 - 18:16:22 EST)
- Re: [PATCH 1/3] kernel/reboot: Use the static sys-off handler for any priority Samuel Holland (Sat Feb 18 2023 - 18:20:40 EST)
- Re: I2c GPIO Recovery with pinctrl strict mode Linus Walleij (Sat Feb 18 2023 - 18:30:03 EST)
- Re: [PATCH 1/3] kernel/reboot: Use the static sys-off handler for any priority Dmitry Osipenko (Sat Feb 18 2023 - 18:32:17 EST)
- Re: [PATCH v4 10/11] fs/9p: writeback mode fixes asmadeus (Sat Feb 18 2023 - 18:41:25 EST)
- [GIT pull] irq/urgent for v6.2 Thomas Gleixner (Sat Feb 18 2023 - 18:42:31 EST)
- [GIT pull] timers/urgent for v6.2 Thomas Gleixner (Sat Feb 18 2023 - 18:42:31 EST)
- [GIT pull] x86/urgent for v6.2 Thomas Gleixner (Sat Feb 18 2023 - 18:42:37 EST)
- [PATCH v2] uvcvideo: Unify UVC payload header parsing. James Hilliard (Sat Feb 18 2023 - 18:43:57 EST)
- Re: [PATCH v4 10/11] fs/9p: writeback mode fixes Eric Van Hensbergen (Sat Feb 18 2023 - 18:52:38 EST)
- [PATCH v2] uvcvideo: Add support for UVC1.5 P&C control. James Hilliard (Sat Feb 18 2023 - 18:53:20 EST)
- Re: Current LKMM patch disposition Andrea Parri (Sat Feb 18 2023 - 21:05:16 EST)
- Re: [GIT pull] irq/urgent for v6.2 pr-tracker-bot (Sat Feb 18 2023 - 21:08:04 EST)
- Re: [GIT pull] x86/urgent for v6.2 pr-tracker-bot (Sat Feb 18 2023 - 21:08:08 EST)
- Re: [GIT pull] timers/urgent for v6.2 pr-tracker-bot (Sat Feb 18 2023 - 21:08:08 EST)
- [PATCH 03/17] block, bfq: only preempt plugged in_service_queue if bfq_better_to_idle say no Kemeng Shi (Sat Feb 18 2023 - 21:41:37 EST)
- [PATCH 00/17] Some bugfix and cleanup patches for bfq Kemeng Shi (Sat Feb 18 2023 - 21:41:39 EST)
- [PATCH 05/17] block, bfq: Update bfqd->max_budget with bfqd->lock held Kemeng Shi (Sat Feb 18 2023 - 21:41:42 EST)
- [PATCH 02/17] block, bfq: try preemption if bfqq has higher weight and the same priority class Kemeng Shi (Sat Feb 18 2023 - 21:41:42 EST)
- [PATCH 06/17] block, bfq: correct bfq_max_budget and bfq_min_budget Kemeng Shi (Sat Feb 18 2023 - 21:41:42 EST)
- [PATCH 04/17] block, bfq: recover the "service hole" if enough budget is left Kemeng Shi (Sat Feb 18 2023 - 21:41:43 EST)
- [PATCH 08/17] block, bfq: start service_from_wr accumulating of async queues correctly Kemeng Shi (Sat Feb 18 2023 - 21:41:43 EST)
- [PATCH 01/17] block, bfq: properly mark bfqq remained idle Kemeng Shi (Sat Feb 18 2023 - 21:41:46 EST)
- [PATCH 07/17] block, bfq: correct interactive weight-raise check in bfq_set_budget_timeout Kemeng Shi (Sat Feb 18 2023 - 21:41:48 EST)
- [PATCH 09/17] block, bfq: stop to detect queue as waker queue if it already is now Kemeng Shi (Sat Feb 18 2023 - 21:41:50 EST)
- [PATCH 10/17] block, bfq: fix typo in comment Kemeng Shi (Sat Feb 18 2023 - 21:41:53 EST)
- [PATCH 11/17] block, bfq: simpfy computation of bfqd->budgets_assigned Kemeng Shi (Sat Feb 18 2023 - 21:41:56 EST)
- [PATCH 12/17] block, bfq: define and use soft_rt, in_burst and wr_or_deserves_wr only low_latency is enable Kemeng Shi (Sat Feb 18 2023 - 21:41:58 EST)
- [PATCH 14/17] block, bfq: remove redundant oom_bfqq check for bfqq from bfq_find_close_cooperator Kemeng Shi (Sat Feb 18 2023 - 21:42:01 EST)
- [PATCH 16/17] block, bfq: remove unnecessary goto tag in __bfq_weights_tree_remove Kemeng Shi (Sat Feb 18 2023 - 21:42:04 EST)
- [PATCH 17/17] block, bfq: remove unnecessary local variable __bfqq in bfq_setup_merge Kemeng Shi (Sat Feb 18 2023 - 21:42:07 EST)
- [PATCH 15/17] block, bfq: some cleanups for function bfq_pos_tree_add_move Kemeng Shi (Sat Feb 18 2023 - 21:42:10 EST)
- [PATCH 13/17] block, bfq: remove unnecessary "wr" part of wr_or_deserves_wr Kemeng Shi (Sat Feb 18 2023 - 21:42:12 EST)
- Re: [syzbot] [bridge?] [netfilter?] KASAN: vmalloc-out-of-bounds Read in __ebt_unregister_table syzbot (Sat Feb 18 2023 - 21:59:02 EST)
- Re: Current LKMM patch disposition Joel Fernandes (Sat Feb 18 2023 - 21:59:03 EST)
- [PATCH] Documentation: bpf: Fix link to BTF doc Bagas Sanjaya (Sat Feb 18 2023 - 22:10:21 EST)
- Re: Current LKMM patch disposition Joel Fernandes (Sat Feb 18 2023 - 22:21:00 EST)
- Re: [PATCH v3] nvmem: u-boot-env: align endianness of crc32 values INAGAKI Hiroshi (Sat Feb 18 2023 - 23:45:45 EST)
- RE: [PATCH] locktorture: Add raw_spinlock* torture tests for PREEMPT_RT kernels Zhang, Qiang1 (Sun Feb 19 2023 - 00:04:54 EST)
- Re: [PATCH RESEND 1/1] check-uapi: Introduce check-uapi.sh Masahiro Yamada (Sun Feb 19 2023 - 00:26:45 EST)
- [GIT PULL] xen: branch for v6.3-rc1 Juergen Gross (Sun Feb 19 2023 - 00:33:37 EST)
- Re: [PATCH v2 0/2] optimize ea_inode block expansion to fix panic Theodore Ts'o (Sun Feb 19 2023 - 00:41:33 EST)
- Re: [PATCH v2 0/2] ext4: fix possible null pointer dereference in ext4_get_group_info Theodore Ts'o (Sun Feb 19 2023 - 00:41:37 EST)
- Re: [PATCH] ext4: remove dead code in updating backup sb Theodore Ts'o (Sun Feb 19 2023 - 00:41:37 EST)
- Re: [PATCH 1/1] fs/ext4/inode.c: Remove unnecessary variable initialization Theodore Ts'o (Sun Feb 19 2023 - 00:41:37 EST)
- Re: [PATCH v4] jbd2: Fix data missing when reusing bh which is ready to be checkpointed Theodore Ts'o (Sun Feb 19 2023 - 00:41:43 EST)
- Re: [PATCH] ext4: init error handle resource before init group descriptors Theodore Ts'o (Sun Feb 19 2023 - 00:41:51 EST)
- Re: [PATCH v2] ext4: fix task hung in ext4_xattr_delete_inode Theodore Ts'o (Sun Feb 19 2023 - 00:41:53 EST)
- Re: [PATCH v2] ext4: Fix function prototype mismatch for ext4_feat_ktype Theodore Ts'o (Sun Feb 19 2023 - 00:42:31 EST)
- [PATCH] serial: jsm: fix style issues Mohammad Mahfooz (Sun Feb 19 2023 - 00:58:02 EST)
- [RFC/PATCHSET 0/8] perf record: Implement BPF sample filter (v2) Namhyung Kim (Sun Feb 19 2023 - 01:13:40 EST)
- [PATCH 1/8] perf bpf filter: Introduce basic BPF filter expression Namhyung Kim (Sun Feb 19 2023 - 01:13:42 EST)
- [PATCH 2/8] perf bpf filter: Implement event sample filtering Namhyung Kim (Sun Feb 19 2023 - 01:13:46 EST)
- [PATCH 3/8] perf record: Add BPF event filter support Namhyung Kim (Sun Feb 19 2023 - 01:13:49 EST)
- [PATCH 4/8] perf record: Record dropped sample count Namhyung Kim (Sun Feb 19 2023 - 01:13:54 EST)
- [PATCH 6/8] perf bpf filter: Add more weight sample data support Namhyung Kim (Sun Feb 19 2023 - 01:13:55 EST)
- [PATCH 5/8] perf bpf filter: Add 'pid' sample data support Namhyung Kim (Sun Feb 19 2023 - 01:13:59 EST)
- [PATCH 7/8] perf bpf filter: Add data_src sample data support Namhyung Kim (Sun Feb 19 2023 - 01:14:03 EST)
- [PATCH 8/8] perf bpf filter: Add logical OR operator Namhyung Kim (Sun Feb 19 2023 - 01:14:13 EST)
- Bug 217057 - Asus high CPU temperature / low fan speed Thorsten Leemhuis (Sun Feb 19 2023 - 01:35:25 EST)
- Re: cc1: error: arch/sh/include/mach-hp6xx: No such file or directory Randy Dunlap (Sun Feb 19 2023 - 01:44:41 EST)
- Re: arch/powerpc/platforms/83xx/suspend.c:210:3: error: call to undeclared function 'enable_kernel_fp'; ISO C99 and later do not support implicit function declarations Randy Dunlap (Sun Feb 19 2023 - 02:13:32 EST)
- Re: amba pl011 non amba/sbsa driver Greg KH (Sun Feb 19 2023 - 02:24:57 EST)
- Re: [PATCH] serial: jsm: fix style issues Greg Kroah-Hartman (Sun Feb 19 2023 - 02:25:45 EST)
- Re: [syzbot] [bridge?] [netfilter?] KASAN: vmalloc-out-of-bounds Read in __ebt_unregister_table syzbot (Sun Feb 19 2023 - 02:29:22 EST)
- [PATCH v10 0/3] cachestat: a new syscall for page cache state of files Nhat Pham (Sun Feb 19 2023 - 02:33:31 EST)
- [PATCH v10 1/3] workingset: refactor LRU refault to expose refault recency check Nhat Pham (Sun Feb 19 2023 - 02:34:10 EST)
- [PATCH v10 2/3] cachestat: implement cachestat syscall Nhat Pham (Sun Feb 19 2023 - 02:34:13 EST)
- [PATCH v10 3/3] selftests: Add selftests for cachestat Nhat Pham (Sun Feb 19 2023 - 02:34:17 EST)
- Generic Unordered Set Library (similar to C++ STL unordered_set). Amit (Sun Feb 19 2023 - 02:54:31 EST)
- Re: Current LKMM patch disposition Paul E. McKenney (Sun Feb 19 2023 - 03:09:33 EST)
- Re: [PATCH v2 1/7] KVM: selftests: x86: Add a working xstate data structure Chao Gao (Sun Feb 19 2023 - 03:33:23 EST)
- [no subject] Maxim Korotkov (Sun Feb 19 2023 - 03:45:36 EST)
- Re: [PATCH v2 2/7] KVM: selftests: x86: Fix an error in comment of amx_test Chao Gao (Sun Feb 19 2023 - 03:46:13 EST)
- [PATCH v2] bnxt: avoid overflow in bnxt_get_nvram_directory() Maxim Korotkov (Sun Feb 19 2023 - 03:47:28 EST)
- Re: [PATCH RESEND 1/1] check-uapi: Introduce check-uapi.sh Masahiro Yamada (Sun Feb 19 2023 - 03:53:36 EST)
- Re: [PATCH 12/18] pata_parport: use print_hex_* Sergey Shtylyov (Sun Feb 19 2023 - 04:00:20 EST)
- Re: [PATCH v2] MIPS: SMP-CPS: fix build error when HOTPLUG_CPU not set Thomas Bogendoerfer (Sun Feb 19 2023 - 04:03:07 EST)
- Re: [PATCH] mips: Realtek RTL: select NO_EXCEPT_FILL Thomas Bogendoerfer (Sun Feb 19 2023 - 04:03:09 EST)
- Re: [PATCH] mips: fix syscall_get_nr Thomas Bogendoerfer (Sun Feb 19 2023 - 04:03:13 EST)
- Re: [PATCH] MIPS: vpe-mt: provide a default 'physical_memsize' Thomas Bogendoerfer (Sun Feb 19 2023 - 04:03:14 EST)
- Re: [RFC 1/3] MIPS: DTS: jz4780: add #clock-cells to rtc_dev Thomas Bogendoerfer (Sun Feb 19 2023 - 04:03:17 EST)
- Re: [PATCH net] mlx4: supress fortify for inlined xmit Tariq Toukan (Sun Feb 19 2023 - 04:17:10 EST)
- Re: [net-next PATCH] octeontx2-af: Add NIX Errata workaround on CN10K silicon Leon Romanovsky (Sun Feb 19 2023 - 04:17:48 EST)
- Re: [PATCH] mips: Realtek RTL: select NO_EXCEPT_FILL Olliver Schinagl (Sun Feb 19 2023 - 04:27:39 EST)
- [PATCH v1 00/51] shadow metric clean up and improvements Ian Rogers (Sun Feb 19 2023 - 04:29:07 EST)
- [PATCH v1 01/51] perf tools: Ensure evsel name is initialized Ian Rogers (Sun Feb 19 2023 - 04:29:17 EST)
- [PATCH v1 02/51] perf metrics: Improve variable names Ian Rogers (Sun Feb 19 2023 - 04:29:31 EST)
- [PATCH v1 03/51] perf pmu-events: Remove aggr_mode from pmu_event Ian Rogers (Sun Feb 19 2023 - 04:29:44 EST)
- [PATCH v1 04/51] perf pmu-events: Change aggr_mode to be an enum Ian Rogers (Sun Feb 19 2023 - 04:29:57 EST)
- [PATCH v1 05/51] perf pmu-events: Change deprecated to be a bool Ian Rogers (Sun Feb 19 2023 - 04:30:07 EST)
- [PATCH v1 06/51] perf pmu-events: Change perpkg to be a bool Ian Rogers (Sun Feb 19 2023 - 04:30:31 EST)
- [PATCH v1 07/51] perf expr: Make the online topology accessible globally Ian Rogers (Sun Feb 19 2023 - 04:30:36 EST)
- [PATCH v1 08/51] perf pmu-events: Make the metric_constraint an enum Ian Rogers (Sun Feb 19 2023 - 04:30:46 EST)
- [PATCH v1 09/51] perf pmu-events: Don't '\0' terminate enum values Ian Rogers (Sun Feb 19 2023 - 04:30:55 EST)
- [PATCH v1 10/51] perf vendor events intel: Refresh alderlake events Ian Rogers (Sun Feb 19 2023 - 04:31:00 EST)
- [PATCH v1 11/51] perf vendor events intel: Refresh alderlake-n metrics Ian Rogers (Sun Feb 19 2023 - 04:31:21 EST)
- [PATCH v1 12/51] perf vendor events intel: Refresh broadwell metrics Ian Rogers (Sun Feb 19 2023 - 04:31:26 EST)
- [PATCH v1 13/51] perf vendor events intel: Refresh broadwellde metrics Ian Rogers (Sun Feb 19 2023 - 04:31:41 EST)
- [PATCH v1 14/51] perf vendor events intel: Refresh broadwellx metrics Ian Rogers (Sun Feb 19 2023 - 04:31:55 EST)
- [PATCH v1 15/51] perf vendor events intel: Refresh cascadelakex events Ian Rogers (Sun Feb 19 2023 - 04:31:57 EST)
- [PATCH v1 16/51] perf vendor events intel: Add graniterapids events Ian Rogers (Sun Feb 19 2023 - 04:32:20 EST)
- [PATCH v1 17/51] perf vendor events intel: Refresh haswell metrics Ian Rogers (Sun Feb 19 2023 - 04:32:32 EST)
- [PATCH v1 18/51] perf vendor events intel: Refresh haswellx metrics Ian Rogers (Sun Feb 19 2023 - 04:32:44 EST)
- [PATCH v1 19/51] perf vendor events intel: Refresh icelake events Ian Rogers (Sun Feb 19 2023 - 04:33:01 EST)
- [PATCH v1 20/51] perf vendor events intel: Refresh icelakex metrics Ian Rogers (Sun Feb 19 2023 - 04:33:04 EST)
- [PATCH v1 21/51] perf vendor events intel: Refresh ivybridge metrics Ian Rogers (Sun Feb 19 2023 - 04:33:34 EST)
- [PATCH v1 22/51] perf vendor events intel: Refresh ivytown metrics Ian Rogers (Sun Feb 19 2023 - 04:33:38 EST)
- [PATCH v1 23/51] perf vendor events intel: Refresh jaketown events Ian Rogers (Sun Feb 19 2023 - 04:33:56 EST)
- [PATCH v1 27/51] perf vendor events intel: Refresh silvermont events Ian Rogers (Sun Feb 19 2023 - 04:33:58 EST)
- [PATCH v1 24/51] perf vendor events intel: Refresh knightslanding events Ian Rogers (Sun Feb 19 2023 - 04:34:13 EST)
- [PATCH v1 25/51] perf vendor events intel: Refresh sandybridge events Ian Rogers (Sun Feb 19 2023 - 04:34:30 EST)
- Re: [PATCH] sfc: use IS_ENABLED() checks for CONFIG_SFC_SRIOV Leon Romanovsky (Sun Feb 19 2023 - 04:34:44 EST)
- [PATCH v1 26/51] perf vendor events intel: Refresh sapphirerapids events Ian Rogers (Sun Feb 19 2023 - 04:34:55 EST)
- [PATCH v1 28/51] perf vendor events intel: Refresh skylake events Ian Rogers (Sun Feb 19 2023 - 04:35:45 EST)
- [PATCH v1 29/51] perf vendor events intel: Refresh skylakex metrics Ian Rogers (Sun Feb 19 2023 - 04:35:50 EST)
- [PATCH v1 30/51] perf vendor events intel: Refresh tigerlake events Ian Rogers (Sun Feb 19 2023 - 04:36:13 EST)
- [PATCH v1 34/51] perf pmu-events: Test parsing metric thresholds with the fake PMU Ian Rogers (Sun Feb 19 2023 - 04:36:43 EST)
- [PATCH v1 36/51] perf metric: Compute and print threshold values Ian Rogers (Sun Feb 19 2023 - 04:36:57 EST)
- [PATCH v1 31/51] perf vendor events intel: Refresh westmereep-dp events Ian Rogers (Sun Feb 19 2023 - 04:37:28 EST)
- [PATCH v1 39/51] perf stat: Add TopdownL1 metric as a default if present Ian Rogers (Sun Feb 19 2023 - 04:37:30 EST)
- [PATCH v1 47/51] perf stat: Hide runtime_stat Ian Rogers (Sun Feb 19 2023 - 04:38:18 EST)
- [PATCH v1 46/51] perf stat: Move enums from header Ian Rogers (Sun Feb 19 2023 - 04:38:32 EST)
- [PATCH v1 51/51] perf stat: Remove saved_value/runtime_stat Ian Rogers (Sun Feb 19 2023 - 04:38:46 EST)
- [PATCH v1 40/51] perf stat: Implement --topdown using json metrics Ian Rogers (Sun Feb 19 2023 - 04:39:03 EST)
- [PATCH v1 50/51] perf stat: Use counts rather than saved_value Ian Rogers (Sun Feb 19 2023 - 04:39:08 EST)
- Re: [PATCH RESEND 1/1] check-uapi: Introduce check-uapi.sh Masahiro Yamada (Sun Feb 19 2023 - 04:39:19 EST)
- [PATCH v1 48/51] perf stat: Add cpu_aggr_map for loop Ian Rogers (Sun Feb 19 2023 - 04:39:24 EST)
- [PATCH v1 49/51] perf metric: Directly use counts rather than saved_value Ian Rogers (Sun Feb 19 2023 - 04:39:35 EST)
- [PATCH v1 41/51] perf stat: Remove topdown event special handling Ian Rogers (Sun Feb 19 2023 - 04:42:36 EST)
- [PATCH v1 43/51] perf stat: Remove hard coded transaction events Ian Rogers (Sun Feb 19 2023 - 04:45:16 EST)
- Re: [PATCH] net/mlx4_en: Introduce flexible array to silence overflow warning Tariq Toukan (Sun Feb 19 2023 - 04:45:28 EST)
- [PATCH v1 35/51] perf list: Support for printing metric thresholds Ian Rogers (Sun Feb 19 2023 - 04:46:06 EST)
- [PATCH v1 45/51] perf stat: Remove perf_stat_evsel_id Ian Rogers (Sun Feb 19 2023 - 04:46:54 EST)
- [PATCH v1 33/51] perf jevent: Parse metric thresholds Ian Rogers (Sun Feb 19 2023 - 04:47:28 EST)
- [PATCH v1 38/51] perf metric: Add --metric-no-threshold option Ian Rogers (Sun Feb 19 2023 - 04:47:43 EST)
- Re: [PATCH v10 2/3] cachestat: implement cachestat syscall kernel test robot (Sun Feb 19 2023 - 04:48:00 EST)
- Re: [PATCH v10 2/3] cachestat: implement cachestat syscall kernel test robot (Sun Feb 19 2023 - 04:48:11 EST)
- Re: [PATCH v10 2/3] cachestat: implement cachestat syscall kernel test robot (Sun Feb 19 2023 - 04:48:15 EST)
- [PATCH v1 32/51] perf jevents: Add rand support to metrics Ian Rogers (Sun Feb 19 2023 - 04:49:12 EST)
- [PATCH v1 37/51] perf expr: More explicit NAN handling Ian Rogers (Sun Feb 19 2023 - 04:49:41 EST)
- Re: [PATCH net-next 00/12] Add tc-mqprio and tc-taprio support for preemptible traffic classes Ferenc Fejes (Sun Feb 19 2023 - 04:50:29 EST)
- Re: [PATCH] bnx2: remove deadcode in bnx2_init_cpus() Leon Romanovsky (Sun Feb 19 2023 - 04:53:37 EST)
- [PATCH v1 42/51] perf doc: Refresh topdown documentation Ian Rogers (Sun Feb 19 2023 - 04:53:41 EST)
- Re: [PATCH RESEND 0/1] Validating UAPI backwards compatibility Masahiro Yamada (Sun Feb 19 2023 - 04:58:46 EST)
- [PATCH v1 44/51] perf stat: Use metrics for --smi-cost Ian Rogers (Sun Feb 19 2023 - 05:02:30 EST)
- Re: [PATCH] kconfig: save the KCONFIG_SEED value in the config file Masahiro Yamada (Sun Feb 19 2023 - 05:14:59 EST)
- Re: [PATCH] irq: ipi: fix NULL pointer deref in irq_data_get_affinity_mask() Sergey Shtylyov (Sun Feb 19 2023 - 05:20:37 EST)
- Re: [PATCH] mips: Realtek RTL: select NO_EXCEPT_FILL Thomas Bogendoerfer (Sun Feb 19 2023 - 05:31:40 EST)
- Re: [PATCH v10 2/3] cachestat: implement cachestat syscall kernel test robot (Sun Feb 19 2023 - 05:36:42 EST)
- [PATCHv3 1/2 RESEND] doc/media api: Try to make enum usage clearer Dorota Czaplejewicz (Sun Feb 19 2023 - 06:07:01 EST)
- [PATCHv3 2/2 RESEND] media api: Try to make enum usage clearer Dorota Czaplejewicz (Sun Feb 19 2023 - 06:12:27 EST)
- Re: [PATCH 2/8] perf bpf filter: Implement event sample filtering Arnaldo Carvalho de Melo (Sun Feb 19 2023 - 06:14:57 EST)
- Re: [PATCH v1 00/51] shadow metric clean up and improvements Arnaldo Carvalho de Melo (Sun Feb 19 2023 - 06:17:24 EST)
- [tip:irq/core] BUILD SUCCESS 6f3ee0e22b4c62f44b8fa3c8de6e369a4d112a75 kernel test robot (Sun Feb 19 2023 - 06:18:44 EST)
- Re: [PATCH v2 4/9] dt-bindings: interrupt-controller: Add RISC-V incoming MSI controller Vivian Wang (Sun Feb 19 2023 - 06:27:00 EST)
- [PATCH 0/1] drm/panel: st7703: Fix vertical refresh rate of XBD599 Frank Oltmanns (Sun Feb 19 2023 - 06:46:28 EST)
- Re: [syzbot] [bridge?] [netfilter?] KASAN: vmalloc-out-of-bounds Read in __ebt_unregister_table syzbot (Sun Feb 19 2023 - 06:46:33 EST)
- [PATCH 1/1] drm/panel: st7703: Fix vertical refresh rate of XBD599 Frank Oltmanns (Sun Feb 19 2023 - 06:46:34 EST)
- Re: [PATCH v2 6/9] dt-bindings: interrupt-controller: Add RISC-V advanced PLIC Vivian Wang (Sun Feb 19 2023 - 06:48:48 EST)
- Re: [PATCH] perf/x86/rapl: Enable Core RAPL for AMD Oleksandr Natalenko (Sun Feb 19 2023 - 06:52:58 EST)
- Re: [PATCH 1/1] drm/panel: st7703: Fix vertical refresh rate of XBD599 Guido Günther (Sun Feb 19 2023 - 07:00:21 EST)
- Re: [PATCH v10 1/3] workingset: refactor LRU refault to expose refault recency check Matthew Wilcox (Sun Feb 19 2023 - 07:05:56 EST)
- Re: [PATCH v7 0/6] cpufreq: amd-pstate: Add guided autonomous mode support Oleksandr Natalenko (Sun Feb 19 2023 - 07:08:09 EST)
- ERROR: modpost: "__st_r13_to_r22" [lib/zstd/zstd_decompress.ko] undefined! kernel test robot (Sun Feb 19 2023 - 07:08:45 EST)
- [PATCH] arm64: dts: marvell: mochabin: enlarge PCI memory window Robert Marko (Sun Feb 19 2023 - 07:14:29 EST)
- Re: [PATCH v10 2/3] cachestat: implement cachestat syscall Matthew Wilcox (Sun Feb 19 2023 - 07:21:59 EST)
- Re: [PATCH v3] nvmem: u-boot-env: align endianness of crc32 values Christian Lamparter (Sun Feb 19 2023 - 07:36:15 EST)
- Re: [PATCH 1/1] drm/panel: st7703: Fix vertical refresh rate of XBD599 Ondřej Jirman (Sun Feb 19 2023 - 07:36:18 EST)
- Re: [PATCH v2 16/16] arm64: dts: apple: t8112: Initial t8112 (M2) device trees Sven Peter (Sun Feb 19 2023 - 07:36:53 EST)
- Re: [PATCH 11/24] kbuild, soc: apple: apple-pmgr-pwrstate: remove MODULE_LICENSE in non-modules Sven Peter (Sun Feb 19 2023 - 07:39:28 EST)
- Re: [PATCH 0/2] arch: arm64: dts: apple: Disable unused PCIe ports Sven Peter (Sun Feb 19 2023 - 07:42:23 EST)
- Re: [PATCH] drm/i915: move a Kconfig symbol to unbreak the menu presentation Zhenyu Wang (Sun Feb 19 2023 - 07:56:30 EST)
- Re: [PATCH net-next 00/12] Add tc-mqprio and tc-taprio support for preemptible traffic classes Vladimir Oltean (Sun Feb 19 2023 - 07:58:35 EST)
- Re: [regression] Bug 216909 - Avantree Leaf USB audio device does not play sound in applications run via wine Linux regression tracking #update (Thorsten Leemhuis) (Sun Feb 19 2023 - 08:01:16 EST)
- [RFC v3] net/core: add optional threading for backlog processing Felix Fietkau (Sun Feb 19 2023 - 08:11:38 EST)
- Re: [PATCH v2 16/16] arm64: dts: apple: t8112: Initial t8112 (M2) device trees Janne Grunau (Sun Feb 19 2023 - 08:22:26 EST)
- Re: [PATCH v2 4/5] apple-gmux: support MMIO gmux on T2 Macs Hans de Goede (Sun Feb 19 2023 - 08:22:27 EST)
- Re: API for setting colors of RGB backlit keyboard zones (was [PATCH V3] platform/x86: hp-wmi: Support omen backlight control wmi-acpi methods) Hans de Goede (Sun Feb 19 2023 - 08:22:28 EST)
- Re: [PATCH v2 16/16] arm64: dts: apple: t8112: Initial t8112 (M2) device trees Sven Peter (Sun Feb 19 2023 - 08:24:14 EST)
- Re: [PATCH] sfc: use IS_ENABLED() checks for CONFIG_SFC_SRIOV Simon Horman (Sun Feb 19 2023 - 08:31:53 EST)
- Re: [PATCH v2 4/5] apple-gmux: support MMIO gmux on T2 Macs Lukas Wunner (Sun Feb 19 2023 - 08:40:03 EST)
- Re: [PATCH] wifi: iwlwifi: dvm: Add struct_group for struct iwl_keyinfo keys Simon Horman (Sun Feb 19 2023 - 08:41:36 EST)
- Aw: Re: Re: Re: [PATCH v3 0/5] arm: dts: mt7623: relocate gmacs, mt7530 switch, and add port@5 Frank Wunderlich (Sun Feb 19 2023 - 08:52:54 EST)
- Re: [PATCH v10 3/6] fs/proc/task_mmu: Implement IOCTL to get and/or the clear info about PTEs Nadav Amit (Sun Feb 19 2023 - 08:52:56 EST)
- [PATCH v2 net-next 00/12] Add tc-mqprio and tc-taprio support for preemptible traffic classes Vladimir Oltean (Sun Feb 19 2023 - 08:53:55 EST)
- [PATCH v2 net-next 01/12] net: enetc: rename "mqprio" to "qopt" Vladimir Oltean (Sun Feb 19 2023 - 08:53:57 EST)
- [PATCH v2 net-next 02/12] net: mscc: ocelot: add support for mqprio offload Vladimir Oltean (Sun Feb 19 2023 - 08:53:57 EST)
- [PATCH v2 net-next 03/12] net: dsa: felix: act upon the mqprio qopt in taprio offload Vladimir Oltean (Sun Feb 19 2023 - 08:53:57 EST)
- [PATCH v2 net-next 04/12] net: ethtool: fix __ethtool_dev_mm_supported() implementation Vladimir Oltean (Sun Feb 19 2023 - 08:54:01 EST)
- [PATCH v2 net-next 05/12] net: ethtool: create and export ethtool_dev_mm_supported() Vladimir Oltean (Sun Feb 19 2023 - 08:54:06 EST)
- [PATCH v2 net-next 06/12] net/sched: mqprio: simplify handling of nlattr portion of TCA_OPTIONS Vladimir Oltean (Sun Feb 19 2023 - 08:54:10 EST)
- [PATCH v2 net-next 07/12] net/sched: mqprio: add extack to mqprio_parse_nlattr() Vladimir Oltean (Sun Feb 19 2023 - 08:54:47 EST)
- [PATCH v2 net-next 08/12] net/sched: mqprio: add an extack message to mqprio_parse_opt() Vladimir Oltean (Sun Feb 19 2023 - 08:54:50 EST)
- [PATCH v2 net-next 09/12] net/sched: mqprio: allow per-TC user input of FP adminStatus Vladimir Oltean (Sun Feb 19 2023 - 08:55:11 EST)
- [PATCH v2 net-next 10/12] net/sched: taprio: allow per-TC user input of FP adminStatus Vladimir Oltean (Sun Feb 19 2023 - 08:55:37 EST)
- [PATCH v2 net-next 12/12] net: enetc: add support for preemptible traffic classes Vladimir Oltean (Sun Feb 19 2023 - 08:55:53 EST)
- Re: [PATCH net-next v1 1/1] net: openvswitch: ovs_packet_cmd_execute put sw_flow mainbody in stack Simon Horman (Sun Feb 19 2023 - 08:56:28 EST)
- [PATCH v2 net-next 11/12] net: mscc: ocelot: add support for preemptible traffic classes Vladimir Oltean (Sun Feb 19 2023 - 08:56:39 EST)
- Re: [PATCH v4 2/2] HID: hid-apple-magic-backlight: Add driver for keyboard backlight on internal Magic Keyboards Andy Shevchenko (Sun Feb 19 2023 - 09:10:12 EST)
- Re: [PATCH v2] bnxt: avoid overflow in bnxt_get_nvram_directory() Simon Horman (Sun Feb 19 2023 - 09:14:36 EST)
- [PATCH 2/4] sh: move build rule of cchips/hd6446x/ to arch/sh/Kbuild Masahiro Yamada (Sun Feb 19 2023 - 09:16:30 EST)
- [PATCH 1/4] sh: fix -Wmissing-include-dirs warnings for various platforms Masahiro Yamada (Sun Feb 19 2023 - 09:16:32 EST)
- [PATCH 3/4] sh: refactor header include path addition Masahiro Yamada (Sun Feb 19 2023 - 09:16:34 EST)
- [PATCH 4/4] sh: remove compiler flag duplication Masahiro Yamada (Sun Feb 19 2023 - 09:16:37 EST)
- [PATCH v2] .gitattributes: use 'dts' diff driver for *.dtso files Masahiro Yamada (Sun Feb 19 2023 - 09:20:30 EST)
- [PATCH v3] .gitattributes: use 'dts' diff driver for *.dtso files Masahiro Yamada (Sun Feb 19 2023 - 09:23:42 EST)
- [PATCH v1 00/17] Self-encapsulate the thermal zone device structure Daniel Lezcano (Sun Feb 19 2023 - 09:37:41 EST)
- [PATCH v1 04/17] thermal/hwmon: Do not set no_hwmon before calling thermal_add_hwmon_sysfs() Daniel Lezcano (Sun Feb 19 2023 - 09:39:11 EST)
- [PATCH v1 05/17] thermal/hwmon: Use the right device for devm_thermal_add_hwmon_sysfs() Daniel Lezcano (Sun Feb 19 2023 - 09:39:12 EST)
- [PATCH v1 03/17] thermal: Remove debug or error messages in get_temp() ops Daniel Lezcano (Sun Feb 19 2023 - 09:39:13 EST)
- [PATCH v1 01/17] thermal/core: Add a thermal zone 'devdata' accessor Daniel Lezcano (Sun Feb 19 2023 - 09:39:13 EST)
- [PATCH v1 02/17] thermal/core: Show a debug message when get_temp() fails Daniel Lezcano (Sun Feb 19 2023 - 09:39:15 EST)
- [PATCH v1 14/17] thermal/tegra: Do not enable the thermal zone, it is already enabled Daniel Lezcano (Sun Feb 19 2023 - 09:39:38 EST)
- [PATCH v1 07/17] thermal/hwmon: Use the thermal API instead tampering the internals Daniel Lezcano (Sun Feb 19 2023 - 09:39:39 EST)
- [PATCH v1 06/17] thermal: Don't use 'device' internal thermal zone structure field Daniel Lezcano (Sun Feb 19 2023 - 09:39:41 EST)
- [PATCH v1 12/17] thermal/hwmon: Use the thermal_core.h header Daniel Lezcano (Sun Feb 19 2023 - 09:39:41 EST)
- [PATCH v1 10/17] thermal: Do not access 'type' field, use the tz id instead Daniel Lezcano (Sun Feb 19 2023 - 09:39:41 EST)
- [PATCH v1 13/17] thermal/drivers/tegra: Remove unneeded lock when setting a trip point Daniel Lezcano (Sun Feb 19 2023 - 09:39:42 EST)
- [PATCH v1 09/17] thermal: Add a thermal zone id accessor Daniel Lezcano (Sun Feb 19 2023 - 09:39:42 EST)
- [PATCH v1 11/17] thermal/drivers/da9062: Don't access the thermal zone device fields Daniel Lezcano (Sun Feb 19 2023 - 09:39:43 EST)
- [PATCH v1 08/17] thermal/drivers/spear: Don't use tz->device but pdev->dev Daniel Lezcano (Sun Feb 19 2023 - 09:39:43 EST)
- [PATCH v1 17/17] thermal/traces: Replace the thermal zone structure parameter with the field value Daniel Lezcano (Sun Feb 19 2023 - 09:40:08 EST)
- [PATCH v1 16/17] thermal/drivers/acerhdf: Remove pointless governor test Daniel Lezcano (Sun Feb 19 2023 - 09:40:09 EST)
- [PATCH v1 15/17] thermal/drivers/acerhdf: Make interval setting only at module load time Daniel Lezcano (Sun Feb 19 2023 - 09:40:09 EST)
- Re: cc1: error: arch/sh/include/mach-hp6xx: No such file or directory Masahiro Yamada (Sun Feb 19 2023 - 09:44:45 EST)
- Re: [PATCH net-next v1 1/1] net: openvswitch: ovs_packet_cmd_execute put sw_flow mainbody in stack Eddy Tao (Sun Feb 19 2023 - 09:47:03 EST)
- Re: [PATCH 1/4] sh: fix -Wmissing-include-dirs warnings for various platforms John Paul Adrian Glaubitz (Sun Feb 19 2023 - 09:50:38 EST)
- Re: [PATCH net-next v1 1/1] net: openvswitch: ovs_packet_cmd_execute put sw_flow mainbody in stack Eddy Tao (Sun Feb 19 2023 - 09:51:51 EST)
- Re: [PATCH v1 09/17] thermal: Add a thermal zone id accessor Guenter Roeck (Sun Feb 19 2023 - 09:55:37 EST)
- Re: [PATCH v1 01/17] thermal/core: Add a thermal zone 'devdata' accessor Guenter Roeck (Sun Feb 19 2023 - 09:56:47 EST)
- Re: [PATCH v1 01/17] thermal/core: Add a thermal zone 'devdata' accessor Niklas Söderlund (Sun Feb 19 2023 - 10:07:36 EST)
- [PATCH] net: lan743x: LAN743X selects FIXED_PHY to resolve a link error Tom Rix (Sun Feb 19 2023 - 10:07:38 EST)
- Re: [RFC v3] net/core: add optional threading for backlog processing Felix Fietkau (Sun Feb 19 2023 - 10:08:34 EST)
- Re: [PATCH v1 04/17] thermal/hwmon: Do not set no_hwmon before calling thermal_add_hwmon_sysfs() Niklas Söderlund (Sun Feb 19 2023 - 10:09:04 EST)
- Re: [PATCH] wifi: iwlwifi: dvm: Add struct_group for struct iwl_keyinfo keys Johannes Berg (Sun Feb 19 2023 - 10:12:38 EST)
- [ANNOUNCE] 5.10.168-rt83 Luis Claudio R. Goncalves (Sun Feb 19 2023 - 10:13:48 EST)
- [PATCH v2] bnx2: remove deadcode in bnx2_init_cpus() Maxim Korotkov (Sun Feb 19 2023 - 10:23:12 EST)
- Re: [PATCH v2 3/3] arm64: dts: qcom: sdm845-oneplus: add tri-state-key Caleb Connolly (Sun Feb 19 2023 - 10:30:15 EST)
- Re: [PATCH v1 00/51] shadow metric clean up and improvements Ian Rogers (Sun Feb 19 2023 - 10:43:43 EST)
- [ANNOUNCE] 4.14.305-rt143 Luis Claudio R. Goncalves (Sun Feb 19 2023 - 10:48:12 EST)
- Re: [PATCH] mips: Realtek RTL: select NO_EXCEPT_FILL Olliver Schinagl (Sun Feb 19 2023 - 11:07:36 EST)
- Re: [PATCH v4 09/14] drm/syncobj: Add deadline support for syncobj waits Rob Clark (Sun Feb 19 2023 - 11:09:31 EST)
- Re: [PATCH v1 01/17] thermal/core: Add a thermal zone 'devdata' accessor kernel test robot (Sun Feb 19 2023 - 11:24:53 EST)
- [PATCH v2] Add tests for memblock_alloc_node() Claudio Migliorelli (Sun Feb 19 2023 - 11:29:14 EST)
- Re: [PATCH] tools/memory-model: Add details about SRCU read-side critical sections Alan Stern (Sun Feb 19 2023 - 11:49:04 EST)
- Re: [PATCH 2/8] perf bpf filter: Implement event sample filtering Namhyung Kim (Sun Feb 19 2023 - 11:49:06 EST)
- Re: [PATCH 1/4] sh: fix -Wmissing-include-dirs warnings for various platforms Masahiro Yamada (Sun Feb 19 2023 - 11:55:40 EST)
- [PATCH v3] soc: qcom: llcc: Fix slice configuration values for SC8280XP Abel Vesa (Sun Feb 19 2023 - 11:57:15 EST)
- [PATCH v4 0/7] Add support for pressure sensor Bosch BMP580 Angel Iglesias (Sun Feb 19 2023 - 12:00:18 EST)
- [PATCH v4 1/7] iio: pressure: bmp280: Use chip_info pointers for each chip as driver data Angel Iglesias (Sun Feb 19 2023 - 12:00:31 EST)
- [PATCH v4 2/7] iio: pressure: bmp280: Add preinit callback Angel Iglesias (Sun Feb 19 2023 - 12:00:42 EST)
- [PATCH v4 3/7] iio: pressure: bmp280: Make read calibration callback optional Angel Iglesias (Sun Feb 19 2023 - 12:00:58 EST)
- [PATCH v4 4/7] iio: pressure: Kconfig: Delete misleading I2C reference on bmp280 title Angel Iglesias (Sun Feb 19 2023 - 12:03:43 EST)
- [PATCH v4 5/7] iio: pressure: bmp280: Add support for new sensor BMP580 Angel Iglesias (Sun Feb 19 2023 - 12:03:53 EST)
- [PATCH v4 6/7] dt-bindings: iio: pressure: bmp085: Add BMP580 compatible string Angel Iglesias (Sun Feb 19 2023 - 12:04:05 EST)
- [PATCH v4 7/7] iio: pressure: bmp280: Add nvmem operations for BMP580 Angel Iglesias (Sun Feb 19 2023 - 12:04:28 EST)
- Re: [PATCH 1/4] sh: fix -Wmissing-include-dirs warnings for various platforms Randy Dunlap (Sun Feb 19 2023 - 12:05:20 EST)
- Re: [PATCH 2/4] sh: move build rule of cchips/hd6446x/ to arch/sh/Kbuild Randy Dunlap (Sun Feb 19 2023 - 12:05:22 EST)
- Re: [PATCH 3/4] sh: refactor header include path addition Randy Dunlap (Sun Feb 19 2023 - 12:05:27 EST)
- Re: [PATCH 4/4] sh: remove compiler flag duplication Randy Dunlap (Sun Feb 19 2023 - 12:05:35 EST)
- Re: [PATCH v1 01/17] thermal/core: Add a thermal zone 'devdata' accessor Daniel Lezcano (Sun Feb 19 2023 - 12:07:48 EST)
- Re: [PATCH] tools/memory-model: Add details about SRCU read-side critical sections Joel Fernandes (Sun Feb 19 2023 - 12:11:47 EST)
- Re: [PATCH] tools/memory-model: Add details about SRCU read-side critical sections Joel Fernandes (Sun Feb 19 2023 - 12:13:32 EST)
- Re: [PATCH v1 09/17] thermal: Add a thermal zone id accessor kernel test robot (Sun Feb 19 2023 - 12:15:49 EST)
- Re: [PATCH v1 05/17] thermal/hwmon: Use the right device for devm_thermal_add_hwmon_sysfs() Martin Blumenstingl (Sun Feb 19 2023 - 12:26:41 EST)
- Re: [PATCH v2 6/6] clk: samsung: exynos5433: Extract PM support to common ARM64 layer Sam Protsenko (Sun Feb 19 2023 - 12:36:49 EST)
- [PATCH] tools/nolibc: check for S_I* macros before defining them Willy Tarreau (Sun Feb 19 2023 - 12:51:59 EST)
- Re: [PATCH v2 1/7] KVM: selftests: x86: Add a working xstate data structure Mingwei Zhang (Sun Feb 19 2023 - 12:57:21 EST)
- Re: [PATCH v2 2/7] KVM: selftests: x86: Fix an error in comment of amx_test Mingwei Zhang (Sun Feb 19 2023 - 12:58:52 EST)
- Re: [PATCH] net: lan743x: LAN743X selects FIXED_PHY to resolve a link error Simon Horman (Sun Feb 19 2023 - 13:23:43 EST)
- Re: [PATCH v1 01/17] thermal/core: Add a thermal zone 'devdata' accessor Niklas Söderlund (Sun Feb 19 2023 - 13:23:44 EST)
- [PATCH 0/5] Add Intel LJCA device driver Ye Xiang (Sun Feb 19 2023 - 13:31:10 EST)
- [PATCH 1/5] mfd: Add support for Intel LJCA device Ye Xiang (Sun Feb 19 2023 - 13:31:23 EST)
- [PATCH 2/5] gpio: Add support for Intel LJCA USB GPIO driver Ye Xiang (Sun Feb 19 2023 - 13:31:35 EST)
- [PATCH 3/5] i2c: Add support for Intel LJCA USB I2C driver Ye Xiang (Sun Feb 19 2023 - 13:31:43 EST)
- [PATCH 4/5] spi: Add support for Intel LJCA USB SPI driver Ye Xiang (Sun Feb 19 2023 - 13:31:58 EST)
- [PATCH 5/5] Documentation: Add ABI doc for attributes of LJCA device Ye Xiang (Sun Feb 19 2023 - 13:32:10 EST)
- build warning in power: supply: Qualcomm PMIC GLINK power supply Randy Dunlap (Sun Feb 19 2023 - 13:38:34 EST)
- Re: API for setting colors of RGB backlit keyboard zones (was [PATCH V3] platform/x86: hp-wmi: Support omen backlight control wmi-acpi methods) Rishit Bansal (Sun Feb 19 2023 - 13:46:17 EST)
- [RFC PATCH 2/4] tools/nolibc: add integer types and integer limit macros Willy Tarreau (Sun Feb 19 2023 - 13:51:55 EST)
- [RFC PATCH 0/4] tools/nolibc: add stdint and more integer types Willy Tarreau (Sun Feb 19 2023 - 13:51:59 EST)
- [RFC PATCH 1/4] tools/nolibc: add stdint.h Willy Tarreau (Sun Feb 19 2023 - 13:51:59 EST)
- [RFC PATCH 4/4] tools/nolibc: add tests for the integer limits in stdint.h Willy Tarreau (Sun Feb 19 2023 - 13:52:03 EST)
- [RFC PATCH 3/4] tools/nolibc: enlarge column width of tests Willy Tarreau (Sun Feb 19 2023 - 13:52:03 EST)
- [PING][PATCH v6 0/7] pci: Work around ASMedia ASM2824 PCIe link training failures Maciej W. Rozycki (Sun Feb 19 2023 - 13:53:09 EST)
- [PATCH] drm/msm: fix new Konfig dependency warning Randy Dunlap (Sun Feb 19 2023 - 13:54:09 EST)
- Re: [PATCH v2] PM: hibernate: don't store zero pages in the image file. Brian Geffon (Sun Feb 19 2023 - 13:57:46 EST)
- Re: [RFC PATCH 4/4] tools/nolibc: add tests for the integer limits in stdint.h Thomas Weißschuh (Sun Feb 19 2023 - 14:04:18 EST)
- Re: [PATCH v3 2/5] tools/nolibc: Add statx() and make stat() rely on statx() if necessary Willy Tarreau (Sun Feb 19 2023 - 14:07:20 EST)
- drivers/gpu/drm/amd/amdgpu/amdgpu_rap.c:110:37: warning: unused variable 'amdgpu_rap_debugfs_ops' kernel test robot (Sun Feb 19 2023 - 14:09:51 EST)
- Re: [RFC PATCH 4/4] tools/nolibc: add tests for the integer limits in stdint.h Willy Tarreau (Sun Feb 19 2023 - 14:15:24 EST)
- Re: [RFC PATCH 2/4] tools/nolibc: add integer types and integer limit macros Thomas Weißschuh (Sun Feb 19 2023 - 14:17:07 EST)
- Re: [RFC PATCH 2/4] tools/nolibc: add integer types and integer limit macros Willy Tarreau (Sun Feb 19 2023 - 14:23:53 EST)
- Re: [PATCH v7 3/6] security: Remove security_old_inode_init_security() Mimi Zohar (Sun Feb 19 2023 - 14:42:56 EST)
- Re: [PATCH v7 5/6] evm: Align evm_inode_init_security() definition with LSM infrastructure Mimi Zohar (Sun Feb 19 2023 - 14:42:58 EST)
- Re: [PATCH v7 6/6] evm: Support multiple LSMs providing an xattr Mimi Zohar (Sun Feb 19 2023 - 14:42:59 EST)
- Re: [PATCH v3 1/2] drivers: rtc: add max313xx series rtc driver Chris Packham (Sun Feb 19 2023 - 15:20:11 EST)
- linux-next: duplicate patches in the mm-hotfixes tree Stephen Rothwell (Sun Feb 19 2023 - 15:28:39 EST)
- Re: [PATCH net-next v3 4/5] ip_tunnel: constify input argument of ip_tunnel_info_opts( ) Simon Horman (Sun Feb 19 2023 - 15:29:31 EST)
- Re: [PATCH net-next v3 1/5] vxlan: Remove unused argument from vxlan_build_gbp_hdr( ) and vxlan_build_gpe_hdr( ) Simon Horman (Sun Feb 19 2023 - 15:30:18 EST)
- Re: [PATCH net-next v3 2/5] vxlan: Expose helper vxlan_build_gbp_hdr Simon Horman (Sun Feb 19 2023 - 15:32:43 EST)
- Re: [PATCH 3/5] i2c: Add support for Intel LJCA USB I2C driver kernel test robot (Sun Feb 19 2023 - 15:32:58 EST)
- linux-next: Signed-off-by missing for commit in the ext4 tree Stephen Rothwell (Sun Feb 19 2023 - 15:34:02 EST)
- Re: [PATCH net-next v3 3/5] net/mlx5e: Add helper for encap_info_equal for tunnels with options Simon Horman (Sun Feb 19 2023 - 15:35:01 EST)
- [GIT PULL] Remove get_kernel_pages() for v6.3 Jens Wiklander (Sun Feb 19 2023 - 15:35:38 EST)
- [GIT PULL] fscrypt updates for 6.3 Eric Biggers (Sun Feb 19 2023 - 15:37:33 EST)
- Re: [PATCH v6 11/41] mm: Introduce pte_mkwrite_kernel() Kees Cook (Sun Feb 19 2023 - 15:38:41 EST)
- Re: [PATCH v6 12/41] s390/mm: Introduce pmd_mkwrite_kernel() Kees Cook (Sun Feb 19 2023 - 15:39:37 EST)
- Re: [PATCH v6 13/41] mm: Make pte_mkwrite() take a VMA Kees Cook (Sun Feb 19 2023 - 15:40:56 EST)
- Re: [PATCH v6 20/41] x86/mm: Teach pte_mkwrite() about stack memory Kees Cook (Sun Feb 19 2023 - 15:42:04 EST)
- Re: [PATCH v6 25/41] x86/mm: Introduce MAP_ABOVE4G Kees Cook (Sun Feb 19 2023 - 15:44:03 EST)
- Re: [PATCH v6 27/41] x86/mm: Warn if create Write=0,Dirty=1 with raw prot Kees Cook (Sun Feb 19 2023 - 15:45:06 EST)
- Re: [PATCH net-next v3 4/5] ip_tunnel: constify input argument of ip_tunnel_info_opts( ) Simon Horman (Sun Feb 19 2023 - 15:46:17 EST)
- Re: [PATCH v6 37/41] selftests/x86: Add shadow stack test Kees Cook (Sun Feb 19 2023 - 15:47:26 EST)
- Re: [PATCH v6 38/41] x86/fpu: Add helper for initing features Kees Cook (Sun Feb 19 2023 - 15:48:27 EST)
- [GIT PULL] fsverity updates for 6.3 Eric Biggers (Sun Feb 19 2023 - 15:48:41 EST)
- [PATCH] serial: jsm: Use min_t instead of min Mohammad Mahfooz (Sun Feb 19 2023 - 15:54:16 EST)
- Re: [RFC v3] net/core: add optional threading for backlog processing Eric Dumazet (Sun Feb 19 2023 - 16:00:48 EST)
- Re: [PATCH 2/5] gpio: Add support for Intel LJCA USB GPIO driver kernel test robot (Sun Feb 19 2023 - 16:02:57 EST)
- [PATCH 01/11] staging: rtl8192e: Remove entry .get_eeprom_size from struct rtl819x_ops Philipp Hortmann (Sun Feb 19 2023 - 16:15:52 EST)
- [PATCH 02/11] staging: rtl8192e: Remove entry .init_adapter_.. from struct rtl819x_ops Philipp Hortmann (Sun Feb 19 2023 - 16:15:53 EST)
- [PATCH 00/11] staging: rtl8192e: Remove entries from struct rtl819x_ops start with .get_eeprom_size Philipp Hortmann (Sun Feb 19 2023 - 16:15:56 EST)
- [PATCH 03/11] staging: rtl8192e: Remove entry .initialize_ad.. from struct rtl819x_ops Philipp Hortmann (Sun Feb 19 2023 - 16:16:01 EST)
- [PATCH 04/11] staging: rtl8192e: Remove entry .tx_fill_descr.. from struct rtl819x_ops Philipp Hortmann (Sun Feb 19 2023 - 16:16:14 EST)
- [PATCH 05/11] staging: rtl8192e: Remove entry .tx_fill_cmd_d.. from struct rtl819x_ops Philipp Hortmann (Sun Feb 19 2023 - 16:16:24 EST)
- [PATCH 06/11] staging: rtl8192e: Remove entry .rx_query_stat.. from struct rtl819x_ops Philipp Hortmann (Sun Feb 19 2023 - 16:16:43 EST)
- [PATCH 07/11] staging: rtl8192e: Remove entry .stop_adapter from struct rtl819x_ops Philipp Hortmann (Sun Feb 19 2023 - 16:16:49 EST)
- [PATCH 08/11] staging: rtl8192e: Remove entry .update_ratr_t.. from struct rtl819x_ops Philipp Hortmann (Sun Feb 19 2023 - 16:17:02 EST)
- [PATCH 09/11] staging: rtl8192e: Remove entry .irq_enable from struct rtl819x_ops Philipp Hortmann (Sun Feb 19 2023 - 16:17:07 EST)
- [PATCH 10/11] staging: rtl8192e: Remove entry .irq_disable from struct rtl819x_ops Philipp Hortmann (Sun Feb 19 2023 - 16:17:18 EST)
- [PATCH 11/11] staging: rtl8192e: Remove entry .rx_enable from struct rtl819x_ops Philipp Hortmann (Sun Feb 19 2023 - 16:17:21 EST)
- Bug with /dev/vcs* devices Storm Dragon (Sun Feb 19 2023 - 16:21:54 EST)
- Re: [PATCH v3 09/11] clk: starfive: Add StarFive JH7110 system clock driver Emil Renner Berthing (Sun Feb 19 2023 - 16:24:07 EST)
- Re: [GIT PULL] Please pull powerpc/linux.git powerpc-6.2-6 tag Michael Ellerman (Sun Feb 19 2023 - 16:25:28 EST)
- Re: [PATCH 04/12] soc: sifive: ccache: Add non-coherent DMA handling Emil Renner Berthing (Sun Feb 19 2023 - 16:34:00 EST)
- Re: [PATCH v4 00/11] Performance fixes for 9p filesystem Christian Schoenebeck (Sun Feb 19 2023 - 16:36:39 EST)
- Re: [PATCH v1 15/17] thermal/drivers/acerhdf: Make interval setting only at module load time Peter Kästle (Sun Feb 19 2023 - 16:38:08 EST)
- Re: [PATCH] tracing: Check for NULL field_name in __synth_event_add_val() Tom Zanussi (Sun Feb 19 2023 - 16:46:38 EST)
- linux-next: manual merge of the hwmon-staging tree with the i2c tree Stephen Rothwell (Sun Feb 19 2023 - 17:07:41 EST)
- Re: Bug with /dev/vcs* devices Randy Dunlap (Sun Feb 19 2023 - 17:11:13 EST)
- Re: [PATCH v2] MIPS: SMP-CPS: fix build error when HOTPLUG_CPU not set Philippe Mathieu-Daudé (Sun Feb 19 2023 - 17:12:42 EST)
- linux-next: duplicate patch in the davinci tree Stephen Rothwell (Sun Feb 19 2023 - 17:13:47 EST)
- Re: [PATCH v1 16/17] thermal/drivers/acerhdf: Remove pointless governor test Peter Kästle (Sun Feb 19 2023 - 17:14:12 EST)
- Re: [PATCH v3 3/5] apple-gmux: Use GMSP acpi method for interrupt clear Lukas Wunner (Sun Feb 19 2023 - 17:27:25 EST)
- Re: [PATCH v1 01/17] thermal/core: Add a thermal zone 'devdata' accessor Mark Brown (Sun Feb 19 2023 - 17:34:49 EST)
- Linux 6.2 Linus Torvalds (Sun Feb 19 2023 - 17:43:30 EST)
- Re: [regression] Bug 217037 - cmb attributes missing from the nvme class under sysfs Michal Berger (Sun Feb 19 2023 - 17:54:55 EST)
- linux-next: manual merge of the bpf-next tree with the net-next tree Stephen Rothwell (Sun Feb 19 2023 - 18:01:14 EST)
- Re: [PATCH] drm/msm: fix new Konfig dependency warning Rob Clark (Sun Feb 19 2023 - 18:09:54 EST)
- Re: [PATCH] drm/msm: fix new Konfig dependency warning Randy Dunlap (Sun Feb 19 2023 - 18:12:22 EST)
- Re: Bug with /dev/vcs* devices Storm Dragon (Sun Feb 19 2023 - 18:13:39 EST)
- [PATCH v2] MIPS: vpe-mt: drop physical_memsize Randy Dunlap (Sun Feb 19 2023 - 18:15:37 EST)
- [GIT PULL] workqueue changes for v6.3-rc1 Tejun Heo (Sun Feb 19 2023 - 18:18:18 EST)
- [GIT PULL] cgroup changes for v6.3-rc1 Tejun Heo (Sun Feb 19 2023 - 18:26:00 EST)
- [PATCH 1/2] hwmon: (adt7475) Display smoothing attributes in correct order Tony O'Brien (Sun Feb 19 2023 - 18:30:07 EST)
- [PATCH 0/2] hwmon: (adt7475) Fixes for acoustics and hysteresis Tony O'Brien (Sun Feb 19 2023 - 18:30:09 EST)
- [PATCH 2/2] hwmon: (adt7475) Fix setting of hysteresis registers Tony O'Brien (Sun Feb 19 2023 - 18:30:10 EST)
- [PATCH] soc: mediatek: cmdq: Remove unused helper funciton Chun-Kuang Hu (Sun Feb 19 2023 - 18:40:11 EST)
- Re: [PATCH] drm/msm: fix new Konfig dependency warning Rob Clark (Sun Feb 19 2023 - 18:56:14 EST)
- drivers/net/xen-netback/netback.c:886:7: warning: variable 'pending_idx' set but not used kernel test robot (Sun Feb 19 2023 - 18:57:00 EST)
- Re: [PATCH 3/5] i2c: Add support for Intel LJCA USB I2C driver kernel test robot (Sun Feb 19 2023 - 18:57:06 EST)
- [PATCH v3 0/3] Add alert-slider for OnePlus6 Gergo Koteles (Sun Feb 19 2023 - 19:14:47 EST)
- [PATCH v3 1/3] Input: gpio-keys - add support for linux,input-value DTS property Gergo Koteles (Sun Feb 19 2023 - 19:14:49 EST)
- [PATCH v3 3/3] arm64: dts: qcom: sdm845-oneplus: add alert-slider Gergo Koteles (Sun Feb 19 2023 - 19:14:50 EST)
- [PATCH v3 2/3] Input: add ABS_SND_PROFILE Gergo Koteles (Sun Feb 19 2023 - 19:14:50 EST)
- drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c:1580 rtl8xxxu_print_chipinfo() warn: always true condition '(priv->chip_cut <= 15) => (0-15 <= 15)' kernel test robot (Sun Feb 19 2023 - 19:17:58 EST)
- linux-next: manual merge of the block tree with the cifs tree Stephen Rothwell (Sun Feb 19 2023 - 19:21:30 EST)
- RE: [PATCH v2 1/5] wifi: rtw88: mac: Add support for the SDIO HCI in rtw_pwr_seq_parser() Ping-Ke Shih (Sun Feb 19 2023 - 19:25:37 EST)
- RE: [PATCH v2 2/5] wifi: rtw88: mac: Add SDIO HCI support in the TX/page table setup Ping-Ke Shih (Sun Feb 19 2023 - 19:26:33 EST)
- RE: [PATCH v2 3/5] wifi: rtw88: rtw8821c: Implement RTL8821CS (SDIO) efuse parsing Ping-Ke Shih (Sun Feb 19 2023 - 19:27:05 EST)
- RE: [PATCH v2 4/5] wifi: rtw88: rtw8822b: Implement RTL8822BS (SDIO) efuse parsing Ping-Ke Shih (Sun Feb 19 2023 - 19:27:18 EST)
- RE: [PATCH v2 5/5] wifi: rtw88: rtw8822c: Implement RTL8822CS (SDIO) efuse parsing Ping-Ke Shih (Sun Feb 19 2023 - 19:27:41 EST)
- linux-next: manual merge of the block tree with the cifs tree Stephen Rothwell (Sun Feb 19 2023 - 19:33:42 EST)
- linux-next: manual merge of the block tree with the cifs tree Stephen Rothwell (Sun Feb 19 2023 - 19:42:25 EST)
- Re: [PATCH v2 09/10] powerpc: Use ppc_md_progress() Michael Ellerman (Sun Feb 19 2023 - 19:42:50 EST)
- linux-next: manual merge of the block tree with the cifs tree Stephen Rothwell (Sun Feb 19 2023 - 19:46:52 EST)
- vmlinux.o: warning: objtool: ct_irq_enter+0x38: call to ftrace_likely_update() leaves .noinstr.text section kernel test robot (Sun Feb 19 2023 - 19:48:58 EST)
- linux-next: manual merge of the block tree with the cifs tree Stephen Rothwell (Sun Feb 19 2023 - 19:51:03 EST)
- Re: [PATCH net-next v2] net: phy: micrel: Add support for PTP_PF_PEROUT for lan8841 Andrew Lunn (Sun Feb 19 2023 - 19:54:56 EST)
- Re: [PATCH v4 3/3] powerpc: dts: turris1x.dts: Set lower priority for CPLD syscon-reboot Michael Ellerman (Sun Feb 19 2023 - 19:55:40 EST)
- Re: [PATCH v6 13/41] mm: Make pte_mkwrite() take a VMA Michael Ellerman (Sun Feb 19 2023 - 20:01:06 EST)
- Re: [PATCH 2/5] gpio: Add support for Intel LJCA USB GPIO driver kernel test robot (Sun Feb 19 2023 - 20:02:02 EST)
- linux-next: duplicate patches in the block tree Stephen Rothwell (Sun Feb 19 2023 - 20:02:41 EST)
- [PATCH v2] drm/msm: DEVFREQ_GOV_SIMPLE_ONDEMAND is no longer needed Randy Dunlap (Sun Feb 19 2023 - 20:04:35 EST)
- Re: [PATCH v3 2/5] tools/nolibc: Add statx() and make stat() rely on statx() if necessary Feiyang Chen (Sun Feb 19 2023 - 20:05:13 EST)
- Re: [PATCH] [RFC] net: fec: Allow turning off IRQ coalescing Andrew Lunn (Sun Feb 19 2023 - 20:09:37 EST)
- Re: [PATCH v4 00/11] Performance fixes for 9p filesystem Eric Van Hensbergen (Sun Feb 19 2023 - 20:14:03 EST)
- Re: [PATCH] net: lan743x: LAN743X selects FIXED_PHY to resolve a link error Andrew Lunn (Sun Feb 19 2023 - 20:20:00 EST)
- Re: linux-next: duplicate patches in the block tree David Howells (Sun Feb 19 2023 - 20:48:34 EST)
- [GIT,PULL] chrome-platform changes for v6.3 Tzung-Bi Shih (Sun Feb 19 2023 - 20:49:05 EST)
- Re: [PATCH] tracing: Check for NULL field_name in __synth_event_add_val() Steven Rostedt (Sun Feb 19 2023 - 20:56:21 EST)
- Re: [PATCH net-next v3 2/5] vxlan: Expose helper vxlan_build_gbp_hdr Gavin Li (Sun Feb 19 2023 - 21:05:32 EST)
- Re: [PATCH] net/mlx4_en: Introduce flexible array to silence overflow warning Josef Oskera (Sun Feb 19 2023 - 21:10:58 EST)
- RE: [PATCH] [RFC] net: fec: Allow turning off IRQ coalescing Wei Fang (Sun Feb 19 2023 - 21:11:30 EST)
- RE: [PATCH v3 03/10] media: Add YUYV64_12 video format Ming Qian (Sun Feb 19 2023 - 21:15:56 EST)
- [PATCH] arm64: dts: mediatek: Add cpufreq nodes for MT8192 Allen-KH Cheng (Sun Feb 19 2023 - 21:19:40 EST)
- [PATCH v5 0/3] Add pinctrl support for S32 SoC family Chester Lin (Sun Feb 19 2023 - 21:33:51 EST)
- [PATCH v5 1/3] dt-bindings: pinctrl: add schema for NXP S32 SoCs Chester Lin (Sun Feb 19 2023 - 21:33:54 EST)
- [PATCH v5 2/3] pinctrl: add NXP S32 SoC family support Chester Lin (Sun Feb 19 2023 - 21:34:04 EST)
- [PATCH v5 3/3] MAINTAINERS: Add NXP S32 pinctrl maintainer and reviewer Chester Lin (Sun Feb 19 2023 - 21:34:20 EST)
- Re: [PATCH v2] vhost/vdpa: Add MSI translation tables to iommu for software-managed MSI Jason Wang (Sun Feb 19 2023 - 21:37:27 EST)
- Re: [PATCH v2] vhost/vdpa: Add MSI translation tables to iommu for software-managed MSI Jason Wang (Sun Feb 19 2023 - 21:38:24 EST)
- linux-next: duplicate patch in the driver-core tree Stephen Rothwell (Sun Feb 19 2023 - 21:39:00 EST)
- Re: [PATCH -next V7 6/7] samples: ftrace: Add riscv support for SAMPLE_FTRACE_DIRECT[_MULTI] Song Shuai (Sun Feb 19 2023 - 21:50:07 EST)
- Re: linux-next: duplicate patches in the block tree Stephen Rothwell (Sun Feb 19 2023 - 21:50:09 EST)
- [PATCH v3 2/2] erofs: set block size to the on-disk block size Jingbo Xu (Sun Feb 19 2023 - 21:50:57 EST)
- [PATCH v3 1/2] erofs: avoid hardcoded blocksize for subpage block support Jingbo Xu (Sun Feb 19 2023 - 21:51:00 EST)
- linux-next: manual merge of the efi tree with Linus' tree Stephen Rothwell (Sun Feb 19 2023 - 21:58:51 EST)
- [GIT PULL] erofs updates for 6.3-rc1 Gao Xiang (Sun Feb 19 2023 - 22:03:14 EST)
- [RFC PATCH v8 0/3] Intel FRED architecture support for the sysret_rip selftest Ammar Faizi (Sun Feb 19 2023 - 22:03:27 EST)
- [RFC PATCH v8 1/3] selftests/x86: sysret_rip: Handle syscall on the Intel FRED architecture Ammar Faizi (Sun Feb 19 2023 - 22:03:39 EST)
- [RFC PATCH v8 2/3] selftests/x86: sysret_rip: Add more tests to verify the 'syscall' behavior Ammar Faizi (Sun Feb 19 2023 - 22:03:47 EST)
- [RFC PATCH v8 3/3] selftests/x86: sysret_rip: Test SYSRET with a signal handler Ammar Faizi (Sun Feb 19 2023 - 22:03:58 EST)
- Re: [PATCH net-next v1 1/1] net: openvswitch: ovs_packet_cmd_execute put sw_flow mainbody in stack Eddy Tao (Sun Feb 19 2023 - 22:04:45 EST)
- Re: [RFC PATCH 0/2] Add flag as THP allocation hint for memfd_restricted() syscall Yuan Yao (Sun Feb 19 2023 - 22:04:55 EST)
- vmlinux.o: warning: objtool: ct_idle_enter+0x14: call to ftrace_likely_update() leaves .noinstr.text section kernel test robot (Sun Feb 19 2023 - 22:06:02 EST)
- [RESEND RFC PATCH v8 0/3] Intel FRED architecture support for the sysret_rip selftest Ammar Faizi (Sun Feb 19 2023 - 22:10:18 EST)
- [RESEND RFC PATCH v8 1/3] selftests/x86: sysret_rip: Handle syscall on the Intel FRED architecture Ammar Faizi (Sun Feb 19 2023 - 22:10:27 EST)
- [RESEND RFC PATCH v8 2/3] selftests/x86: sysret_rip: Add more tests to verify the 'syscall' behavior Ammar Faizi (Sun Feb 19 2023 - 22:10:37 EST)
- [RESEND RFC PATCH v8 3/3] selftests/x86: sysret_rip: Test SYSRET with a signal handler Ammar Faizi (Sun Feb 19 2023 - 22:10:47 EST)
- Re: [PATCH] usb: xhci: Workaround for runpm issue on AMD xHC Mario Limonciello (Sun Feb 19 2023 - 22:14:58 EST)
- Re: [PATCH v2 4/9] dt-bindings: interrupt-controller: Add RISC-V incoming MSI controller Anup Patel (Sun Feb 19 2023 - 22:15:46 EST)
- Re: [PATCH v2 4/9] dt-bindings: interrupt-controller: Add RISC-V incoming MSI controller Anup Patel (Sun Feb 19 2023 - 22:20:47 EST)
- Re: [PATCH 4/5] spi: Add support for Intel LJCA USB SPI driver kernel test robot (Sun Feb 19 2023 - 22:26:14 EST)
- [RFC PATCH V2 0/1] x86: cpu topology fix and question on x86_max_cores Zhang Rui (Sun Feb 19 2023 - 22:29:16 EST)
- [PATCH V2 1/1] x86/topology: fix erroneous smp_num_siblings on Intel Hybrid platform Zhang Rui (Sun Feb 19 2023 - 22:29:23 EST)
- Re: [PATCH v2 4/9] dt-bindings: interrupt-controller: Add RISC-V incoming MSI controller Anup Patel (Sun Feb 19 2023 - 22:31:58 EST)
- Re: [PATCH v6 00/41] Shadow stacks for userspace Kees Cook (Sun Feb 19 2023 - 22:42:28 EST)
- Re: [ovs-dev] [PATCH net-next v1 1/1] net: openvswitch: ovs_packet_cmd_execute put sw_flow mainbody in stack Eddy Tao (Sun Feb 19 2023 - 22:44:26 EST)
- RE: [PATCH v2 0/3] media: pci: intel: ivsc: Add driver of Intel Visual Sensing Controller(IVSC) Wu, Wentong (Sun Feb 19 2023 - 22:45:36 EST)
- [PATCH] KVM: Add the missed title format Shaoqin Huang (Sun Feb 19 2023 - 22:50:12 EST)
- RE: [PATCH v2 3/3] media: pci: intel: ivsc: Add acquire/release API for ivsc Wu, Wentong (Sun Feb 19 2023 - 22:51:04 EST)
- Re: [PATCH] macintosh: windfarm: Use unsigned type for 1-bit bitfields Michael Ellerman (Sun Feb 19 2023 - 22:51:49 EST)
- Re: (subset) [PATCH 00/34] selftests: Fix incorrect kernel headers search path Michael Ellerman (Sun Feb 19 2023 - 22:51:51 EST)
- Re: [PATCHv3, resend] powerpc: mm: radix_tlb: rearrange the if-else block Michael Ellerman (Sun Feb 19 2023 - 22:51:53 EST)
- RE: [PATCH v2 0/3] media: pci: intel: ivsc: Add driver of Intel Visual Sensing Controller(IVSC) Wu, Wentong (Sun Feb 19 2023 - 23:00:58 EST)
- RE: [PATCH 3/3] RISC-V: Add arch functions to support hibernation/suspend-to-disk JeeHeng Sia (Sun Feb 19 2023 - 23:21:48 EST)
- linux-next: manual merge of the mm-stable tree with the cifs tree Stephen Rothwell (Sun Feb 19 2023 - 23:29:46 EST)
- linux-next: manual merge of the mm-stable tree with the ext4 tree Stephen Rothwell (Sun Feb 19 2023 - 23:29:53 EST)
- Re: [PATCH v2 6/9] dt-bindings: interrupt-controller: Add RISC-V advanced PLIC Anup Patel (Sun Feb 19 2023 - 23:37:24 EST)
- RE: [PATCH 3/4] extcon: added extcon_alloc_muex to simplify extcon register function MyungJoo Ham (Sun Feb 19 2023 - 23:37:27 EST)
- RE: [PATCH 2/4] extcon: added extcon_alloc_cables to simplify extcon register function MyungJoo Ham (Sun Feb 19 2023 - 23:38:46 EST)
- Re: copy on write for splice() from file to pipe? Herbert Xu (Sun Feb 19 2023 - 23:55:16 EST)
- Re: [PATCH v5 2/2] sched/fair: Introduce SIS_SHORT to wake up short task on current CPU Chen Yu (Sun Feb 19 2023 - 23:55:45 EST)
- RE: [PATCH 2/4] extcon: added extcon_alloc_cables to simplify extcon register function Bumwoo Lee (Sun Feb 19 2023 - 23:58:06 EST)
- Re: [PATCH v5 2/2] sched/fair: Introduce SIS_SHORT to wake up short task on current CPU Chen Yu (Sun Feb 19 2023 - 23:58:52 EST)
- Re: [RFC PATCH 0/2] introduce op-tee based EFI Runtime Variable Service Masahisa Kojima (Mon Feb 20 2023 - 00:01:17 EST)
- Re: [PATCH 11/24] kbuild, soc: apple: apple-pmgr-pwrstate: remove MODULE_LICENSE in non-modules Eric Curtin (Mon Feb 20 2023 - 00:02:02 EST)
- Re: [PATCH v2 6/9] dt-bindings: interrupt-controller: Add RISC-V advanced PLIC Anup Patel (Mon Feb 20 2023 - 00:10:16 EST)
- [PATCH v2 1/4] efi: expose efivar generic ops register function Masahisa Kojima (Mon Feb 20 2023 - 00:17:59 EST)
- [PATCH v2 2/4] efi: Add EFI_ACCESS_DENIED status code Masahisa Kojima (Mon Feb 20 2023 - 00:18:02 EST)
- [PATCH v2 0/4] introduce tee-based EFI Runtime Variable Service Masahisa Kojima (Mon Feb 20 2023 - 00:18:03 EST)
- [PATCH v2 3/4] tee: expose tee efivar register function Masahisa Kojima (Mon Feb 20 2023 - 00:18:10 EST)
- [PATCH v2 4/4] efi: Add tee-based EFI variable driver Masahisa Kojima (Mon Feb 20 2023 - 00:19:15 EST)
- [GIT PULL] Crypto Update for 6.3 Herbert Xu (Mon Feb 20 2023 - 00:22:52 EST)
- [PATCH 0/2] Improving calls to kvmppc_hv_entry Kautuk Consul (Mon Feb 20 2023 - 00:24:30 EST)
- [PATCH 1/2] arch/powerpc/kvm: kvmppc_hv_entry: remove .global scope Kautuk Consul (Mon Feb 20 2023 - 00:24:34 EST)
- [PATCH 2/2] arch/powerpc/kvm: kvmppc_hv_entry: remove r4 argument Kautuk Consul (Mon Feb 20 2023 - 00:24:38 EST)
- Re: [PATCH v2 08/18] can: m_can: Write transmit header and data in one transaction Markus Schneider-Pargmann (Mon Feb 20 2023 - 00:31:25 EST)
- linux-next: build warning after merge of the driver-core tree Stephen Rothwell (Mon Feb 20 2023 - 00:31:51 EST)
- Re: linux-6.2-rc4+ hangs on poweroff/reboot: Bisected Ben Skeggs (Mon Feb 20 2023 - 00:35:25 EST)
- linux-next: build warning after merge of the devicetree tree Stephen Rothwell (Mon Feb 20 2023 - 00:36:48 EST)
- linux-next: Tree for Feb 20 Stephen Rothwell (Mon Feb 20 2023 - 00:39:41 EST)
- Re: [PATCH v10 2/4] clk: clk-loongson2: add clock controller driver support zhuyinbo (Mon Feb 20 2023 - 00:45:59 EST)
- [PATCH v2 1/4] extcon: Removed redundant null checking for class Bumwoo Lee (Mon Feb 20 2023 - 00:46:00 EST)
- [PATCH v2 0/4] Simplify extcon_dev_register function. Bumwoo Lee (Mon Feb 20 2023 - 00:46:02 EST)
- [PATCH v2 4/4] extcon: Added extcon_alloc_groups to simplify extcon register function Bumwoo Lee (Mon Feb 20 2023 - 00:46:03 EST)
- [PATCH v2 3/4] extcon: Added extcon_alloc_muex to simplify extcon register function Bumwoo Lee (Mon Feb 20 2023 - 00:46:07 EST)
- [PATCH v2 2/4] extcon: Added extcon_alloc_cables to simplify extcon register function Bumwoo Lee (Mon Feb 20 2023 - 00:46:09 EST)
- [PATCH v3] dt-bindings: ata: Add UniPhier controller binding Kunihiko Hayashi (Mon Feb 20 2023 - 00:47:52 EST)
- Re: [PATCH v5 0/2] sched/fair: Wake short task on current CPU Chen Yu (Mon Feb 20 2023 - 00:59:17 EST)
- Re: [PATCH v1 4/5] powerpc: Remove cpu-as-y completely Michael Ellerman (Mon Feb 20 2023 - 01:00:55 EST)
- Re: [PATCH v3 2/4] dmaengine: dw-edma: Create a new dw_edma_core_ops structure to abstract controller operation Cai Huoqing (Mon Feb 20 2023 - 01:02:05 EST)
- [PATCH] staging: rtl8712: Fix Sparse warning in rtl871x_xmit.c Shibo Li (Mon Feb 20 2023 - 01:09:32 EST)
- Re: [PATCH 0/3] Allow CONFIG_PPC64_BIG_ENDIAN_ELF_ABI_V2 with ld.lld 15+ Michael Ellerman (Mon Feb 20 2023 - 01:12:05 EST)
- Re: [PATCH 1/4] Move COMPAT_ATM_ADDPARTY to net/atm/svc.c Christoph Hellwig (Mon Feb 20 2023 - 01:15:02 EST)
- Re: [PATCH 2/4] Move ep_take_care_of_epollwakeup() to fs/eventpoll.c Christoph Hellwig (Mon Feb 20 2023 - 01:15:30 EST)
- Re: [PATCH 3/4] Move bp_type_idx to include/linux/hw_breakpoint.h Christoph Hellwig (Mon Feb 20 2023 - 01:15:59 EST)
- scsi: Recent kernels drop into emergency shell Srikar Dronamraju (Mon Feb 20 2023 - 01:16:36 EST)
- [PATCH net-next 01/14] lib: cpu_rmap: Avoid use after free on rmap->obj array entries Saeed Mahameed (Mon Feb 20 2023 - 01:17:04 EST)
- [PATCH net-next 02/14] lib: cpu_rmap: Use allocator for rmap entries Saeed Mahameed (Mon Feb 20 2023 - 01:17:10 EST)
- [PATCH net-next 03/14] lib: cpu_rmap: Add irq_cpu_rmap_remove to complement irq_cpu_rmap_add Saeed Mahameed (Mon Feb 20 2023 - 01:17:12 EST)
- [PATCH v5 2/2] i2c: aspeed: support ast2600 i2cv2 new register mode driver Ryan Chen (Mon Feb 20 2023 - 01:19:41 EST)
- Re: [PATCH 4/4] Move USE_WCACHING to drivers/block/pktcdvd.c Christoph Hellwig (Mon Feb 20 2023 - 01:20:23 EST)
- Re: scsi: Recent kernels drop into emergency shell Srikar Dronamraju (Mon Feb 20 2023 - 01:23:40 EST)
- [PATCH v5 1/2] dt-bindings: i2c: Add support for ASPEED i2Cv2 Ryan Chen (Mon Feb 20 2023 - 01:38:03 EST)
- [PATCH] fs/ntfs3: Fix root inode checking Konstantin Komarov (Mon Feb 20 2023 - 01:38:03 EST)
- [PATCH v5 0/2] Add ASPEED AST2600 I2Cv2 controller driver Ryan Chen (Mon Feb 20 2023 - 01:38:04 EST)
- Re: [PATCH net-next v3 2/5] vxlan: Expose helper vxlan_build_gbp_hdr Simon Horman (Mon Feb 20 2023 - 01:40:38 EST)
- Re: [PATCH] net: lan743x: LAN743X selects FIXED_PHY to resolve a link error Simon Horman (Mon Feb 20 2023 - 01:46:28 EST)
- [PATCH] vc_screen: don't clobber return value in vcs_read linux (Mon Feb 20 2023 - 01:46:39 EST)
- Re: [PATCH] staging: rtl8712: Fix Sparse warning in rtl871x_xmit.c Greg Kroah-Hartman (Mon Feb 20 2023 - 01:49:28 EST)
- Re: [PATCH v6 00/41] Shadow stacks for userspace Mike Rapoport (Mon Feb 20 2023 - 01:50:58 EST)
- Re: [syzbot] [net?] [ntfs3?] KMSAN: uninit-value in bcmp Dmitry Vyukov (Mon Feb 20 2023 - 01:52:38 EST)
- [syzbot] [f2fs?] KASAN: use-after-free Read in f2fs_lookup_rb_tree_ret syzbot (Mon Feb 20 2023 - 01:53:54 EST)
- Re: [PATCH] usb: xhci: Workaround for runpm issue on AMD xHC AceLan Kao (Mon Feb 20 2023 - 01:54:30 EST)
- [PATCH] migrate_pages: fix deadlock on waiting writeback Huang Ying (Mon Feb 20 2023 - 01:56:34 EST)
- [PATCH v2 03/29] LoongArch: KVM: Implement kvm hardware enable, disable interface Tianrui Zhao (Mon Feb 20 2023 - 01:57:46 EST)
- [PATCH v2 02/29] LoongArch: KVM: Implement kvm module related interface Tianrui Zhao (Mon Feb 20 2023 - 01:58:18 EST)
- [PATCH v2 04/29] LoongArch: KVM: Implement VM related functions Tianrui Zhao (Mon Feb 20 2023 - 01:58:19 EST)
- [PATCH v2 01/29] LoongArch: KVM: Add kvm related header files Tianrui Zhao (Mon Feb 20 2023 - 01:58:19 EST)
- [PATCH v2 00/29] Add KVM LoongArch support Tianrui Zhao (Mon Feb 20 2023 - 01:58:20 EST)
- [PATCH v2 07/29] LoongArch: KVM: Implement vcpu run interface Tianrui Zhao (Mon Feb 20 2023 - 01:58:21 EST)
- [PATCH v2 05/29] LoongArch: KVM: Add vcpu related header files Tianrui Zhao (Mon Feb 20 2023 - 01:58:21 EST)
- [PATCH v2 11/29] LoongArch: KVM: Implement fpu related operations for vcpu Tianrui Zhao (Mon Feb 20 2023 - 01:58:22 EST)
- [PATCH v2 10/29] LoongArch: KVM: Implement vcpu ENABLE_CAP, CHECK_EXTENSION ioctl interface Tianrui Zhao (Mon Feb 20 2023 - 01:58:23 EST)
- [PATCH v2 15/29] LoongArch: KVM: Implement vcpu status description Tianrui Zhao (Mon Feb 20 2023 - 01:58:23 EST)
- [PATCH v2 09/29] LoongArch: KVM: Implement vcpu get, vcpu set registers Tianrui Zhao (Mon Feb 20 2023 - 01:58:23 EST)
- [PATCH v2 06/29] LoongArch: KVM: Implement vcpu create and destroy interface Tianrui Zhao (Mon Feb 20 2023 - 01:58:24 EST)
- [PATCH v2 13/29] LoongArch: KVM: Implement misc vcpu related interfaces Tianrui Zhao (Mon Feb 20 2023 - 01:58:24 EST)
- [PATCH v2 16/29] LoongArch: KVM: Implement update VM id function Tianrui Zhao (Mon Feb 20 2023 - 01:58:25 EST)
- [PATCH v2 18/29] LoongArch: KVM: Implement vcpu timer operations Tianrui Zhao (Mon Feb 20 2023 - 01:58:25 EST)
- [PATCH v2 17/29] LoongArch: KVM: Implement virtual machine tlb operations Tianrui Zhao (Mon Feb 20 2023 - 01:58:50 EST)
- [PATCH v2 22/29] LoongArch: KVM: Implement handle idle exception Tianrui Zhao (Mon Feb 20 2023 - 01:58:50 EST)
- [PATCH v2 20/29] LoongArch: KVM: Implement handle csr excption Tianrui Zhao (Mon Feb 20 2023 - 01:58:51 EST)
- [PATCH v2 21/29] LoongArch: KVM: Implement handle iocsr exception Tianrui Zhao (Mon Feb 20 2023 - 01:58:51 EST)
- [PATCH v2 25/29] LoongArch: KVM: Implement handle fpu exception Tianrui Zhao (Mon Feb 20 2023 - 01:58:52 EST)
- [PATCH v2 26/29] LoongArch: KVM: Implement kvm exception vector Tianrui Zhao (Mon Feb 20 2023 - 01:58:52 EST)
- [PATCH v2 23/29] LoongArch: KVM: Implement handle gspr exception Tianrui Zhao (Mon Feb 20 2023 - 01:58:52 EST)
- [PATCH v2 19/29] LoongArch: KVM: Implement kvm mmu operations Tianrui Zhao (Mon Feb 20 2023 - 01:58:53 EST)
- [PATCH v2 24/29] LoongArch: KVM: Implement handle mmio exception Tianrui Zhao (Mon Feb 20 2023 - 01:58:54 EST)
- [PATCH v2 28/29] LoongArch: KVM: Implement probe virtualization when loongarch cpu init Tianrui Zhao (Mon Feb 20 2023 - 01:58:54 EST)
- [PATCH v2 29/29] LoongArch: KVM: Enable kvm config and add the makefile Tianrui Zhao (Mon Feb 20 2023 - 01:59:23 EST)
- [PATCH v2 27/29] LoongArch: KVM: Implement vcpu world switch Tianrui Zhao (Mon Feb 20 2023 - 01:59:28 EST)
- [PATCH -next] sfc: clean up some inconsistent indentings Yang Li (Mon Feb 20 2023 - 02:07:13 EST)
- Re: [PATCH 1/2] arch/powerpc/kvm: kvmppc_hv_entry: remove .global scope Sathvika Vasireddy (Mon Feb 20 2023 - 02:07:18 EST)
- Re: [PATCH v4 2/2] HID: hid-apple-magic-backlight: Add driver for keyboard backlight on internal Magic Keyboards Orlando Chamberlain (Mon Feb 20 2023 - 02:10:40 EST)
- [PATCH bpf-next] riscv, bpf: Add kfunc support for RV64 Pu Lehui (Mon Feb 20 2023 - 02:11:16 EST)
- Re: [PATCH net-next v1 1/1] net: openvswitch: ovs_packet_cmd_execute put sw_flow mainbody in stack Eddy Tao (Mon Feb 20 2023 - 02:11:36 EST)
- [PATCH v2 08/29] LoongArch: KVM: Implement vcpu handle exit interface Tianrui Zhao (Mon Feb 20 2023 - 02:11:46 EST)
- [PATCH v2 14/29] LoongArch: KVM: Implement vcpu load and vcpu put operations Tianrui Zhao (Mon Feb 20 2023 - 02:12:15 EST)
- [PATCH v2 12/29] LoongArch: KVM: Implement vcpu interrupt operations Tianrui Zhao (Mon Feb 20 2023 - 02:12:17 EST)
- [PATCH -next] libnvdimm: Fix some kernel-doc comments Yang Li (Mon Feb 20 2023 - 02:13:26 EST)
- Re: linux-next: duplicate patch in the driver-core tree Greg KH (Mon Feb 20 2023 - 02:13:39 EST)
- Re: [PATCH] mm/uffd: UFFD_FEATURE_WP_ZEROPAGE Muhammad Usama Anjum (Mon Feb 20 2023 - 02:15:44 EST)
- Re: [PATCH net-next v3 2/5] vxlan: Expose helper vxlan_build_gbp_hdr Gavin Li (Mon Feb 20 2023 - 02:15:50 EST)
- Re: [RFC][PATCH 2/2] time: alarmtimer: Use TASK_FREEZABLE to cleanup freezer handling Thomas Gleixner (Mon Feb 20 2023 - 02:26:18 EST)
- Re: [PATCH v5 2/2] sched/fair: Introduce SIS_SHORT to wake up short task on current CPU Honglei Wang (Mon Feb 20 2023 - 02:26:20 EST)
- Re: linux-next: build warning after merge of the driver-core tree Qi Zheng (Mon Feb 20 2023 - 02:27:17 EST)
- Re: [PATCH v3] powerpc/boot: Don't always pass -mcpu=powerpc when building 32-bit uImage Christophe Leroy (Mon Feb 20 2023 - 02:28:27 EST)
- Re: [PATCH net-next 0/6] net: final GSI register updates patchwork-bot+netdevbpf (Mon Feb 20 2023 - 02:30:27 EST)
- Re: linux-next: build warning after merge of the driver-core tree Greg KH (Mon Feb 20 2023 - 02:32:08 EST)
- [PATCH] arm64: pass ESR_ELx to die() of cfi_handler Sangmoon Kim (Mon Feb 20 2023 - 02:35:36 EST)
- Re: scsi: Recent kernels drop into emergency shell Linux regression tracking (Thorsten Leemhuis) (Mon Feb 20 2023 - 02:40:24 EST)
- Re: [PATCH net-next] rxrpc: Fix overproduction of wakeups to recvmsg() patchwork-bot+netdevbpf (Mon Feb 20 2023 - 02:40:26 EST)
- Re: [syzbot] [bridge?] [netfilter?] KASAN: vmalloc-out-of-bounds Read in __ebt_unregister_table syzbot (Mon Feb 20 2023 - 02:40:36 EST)
- RE: [PATCH v2] Bluetooth: hci_qca: Add support for Qualcomm Bluetooth SoC QCA2066 Tim Jiang (QUIC) (Mon Feb 20 2023 - 02:43:36 EST)
- [PATCH] power: supply: bq256xx: Support enter shipping mode Hermes Zhang (Mon Feb 20 2023 - 02:46:20 EST)
- Re: [syzbot] [bridge?] [netfilter?] KASAN: vmalloc-out-of-bounds Read in __ebt_unregister_table Dmitry Vyukov (Mon Feb 20 2023 - 02:51:50 EST)
- [syzbot] [btrfs?] kernel BUG in btrfs_ioctl_add_dev syzbot (Mon Feb 20 2023 - 02:54:55 EST)
- Re: [PATCH v2 3/4] tee: expose tee efivar register function kernel test robot (Mon Feb 20 2023 - 02:55:17 EST)
- Re: [PATCH v2 3/4] tee: expose tee efivar register function kernel test robot (Mon Feb 20 2023 - 02:55:19 EST)
- Re: [PATCH v2 4/4] efi: Add tee-based EFI variable driver kernel test robot (Mon Feb 20 2023 - 02:55:22 EST)
- [linus:master] [perf stat] 375369abcd: perf-sanity-tests.perf_stat_CSV_output_linter.fail kernel test robot (Mon Feb 20 2023 - 02:57:47 EST)
- Re: [PATCH v4 2/3] dt-bindings: i2c-ast2600: Add support for AST2600 i2C driver Krzysztof Kozlowski (Mon Feb 20 2023 - 02:59:22 EST)
- Re: [PATCH net-next 0/3] taprio queueMaxSDU fixes patchwork-bot+netdevbpf (Mon Feb 20 2023 - 03:00:25 EST)
- Re: [syzbot] WARNING: locking bug in umh_complete Schspa Shi (Mon Feb 20 2023 - 03:02:21 EST)
- Re: [PATCH] dt-bindings: interrupt-controller: convert loongson,ls1x-intc.txt to json-schema Krzysztof Kozlowski (Mon Feb 20 2023 - 03:04:16 EST)
- drivers/spi/spi-rspi.c:1136:29: warning: 'qspi_ops' defined but not used kernel test robot (Mon Feb 20 2023 - 03:05:22 EST)
- Re: [PATCH v3] powerpc/boot: Don't always pass -mcpu=powerpc when building 32-bit uImage Pali Rohár (Mon Feb 20 2023 - 03:08:12 EST)
- Re: [PATCH net-next v2] net: phy: micrel: Add support for PTP_PF_PEROUT for lan8841 Horatiu Vultur (Mon Feb 20 2023 - 03:10:40 EST)
- Re: [PATCH 2/2] Documentation/process: Add a maintainer handbook for KVM x86 Yuan Yao (Mon Feb 20 2023 - 03:10:58 EST)
- Re: [PATCH net-next 00/12] Add tc-mqprio and tc-taprio support for preemptible traffic classes Ferenc Fejes (Mon Feb 20 2023 - 03:11:21 EST)
- [PATCH RESEND] powerpc: dts: turris1x.dts: Set lower priority for CPLD syscon-reboot Pali Rohár (Mon Feb 20 2023 - 03:15:21 EST)
- Re: [PATCH 3/4] arm64: dts: renesas: r9a07g044: Update IRQ numbers for SSI channels Geert Uytterhoeven (Mon Feb 20 2023 - 03:16:09 EST)
- Re: [PATCH v4 04/14] dma-buf/dma-resv: Add a way to set fence deadline Christian König (Mon Feb 20 2023 - 03:16:30 EST)
- Re: [PATCH v3] nvmem: u-boot-env: align endianness of crc32 values Rafał Miłecki (Mon Feb 20 2023 - 03:17:15 EST)
- [PATCH v3 1/2] dt-bindings: watchdog: Add watchdog for StarFive JH7110 Xingyu Wu (Mon Feb 20 2023 - 03:19:09 EST)
- [PATCH v3 0/2] Add watchdog driver for StarFive JH7110 RISC-V SoC Xingyu Wu (Mon Feb 20 2023 - 03:19:11 EST)
- [PATCH v3 2/2] drivers: watchdog: Add StarFive Watchdog driver Xingyu Wu (Mon Feb 20 2023 - 03:19:13 EST)
- Re: [PATCH v1 01/17] thermal/core: Add a thermal zone 'devdata' accessor Ido Schimmel (Mon Feb 20 2023 - 03:21:18 EST)
- Re: [PATCH v1 10/17] thermal: Do not access 'type' field, use the tz id instead Ido Schimmel (Mon Feb 20 2023 - 03:22:40 EST)
- Re: [RFC v3] net/core: add optional threading for backlog processing Felix Fietkau (Mon Feb 20 2023 - 03:23:20 EST)
- Re: [RFC][PATCH 2/2] time: alarmtimer: Use TASK_FREEZABLE to cleanup freezer handling Michael Nazzareno Trimarchi (Mon Feb 20 2023 - 03:23:25 EST)
- KASAN: use-after-free Read in run_unpack Palash Oswal (Mon Feb 20 2023 - 03:26:53 EST)
- Re: [PATCH v4 05/14] dma-buf/sync_file: Add SET_DEADLINE ioctl Christian König (Mon Feb 20 2023 - 03:28:03 EST)
- Re: [PATCH v5 1/2] dt-bindings: i2c: Add support for ASPEED i2Cv2 Jeremy Kerr (Mon Feb 20 2023 - 03:29:02 EST)
- [PATCH bpf-next v2] riscv, bpf: Add kfunc support for RV64 Pu Lehui (Mon Feb 20 2023 - 03:29:51 EST)
- Re: [PATCH v4 07/14] dma-buf/sw_sync: Add fence deadline support Christian König (Mon Feb 20 2023 - 03:29:55 EST)
- Re: [PATCH net] mlx4: supress fortify for inlined xmit Tariq Toukan (Mon Feb 20 2023 - 03:30:36 EST)
- Re: [PATCH v5 0/2] Add ASPEED AST2600 I2Cv2 controller driver Krzysztof Kozlowski (Mon Feb 20 2023 - 03:31:03 EST)
- Re: [PATCH] net/mlx4_en: Introduce flexible array to silence overflow warning Tariq Toukan (Mon Feb 20 2023 - 03:31:22 EST)
- Re: [PATCH v2] bnx2: remove deadcode in bnx2_init_cpus() Leon Romanovsky (Mon Feb 20 2023 - 03:31:58 EST)
- Re: [PATCH v4 06/14] dma-buf/sync_file: Support (E)POLLPRI Christian König (Mon Feb 20 2023 - 03:32:26 EST)
- [PATCH] scsi: ufs: Add select to CONFIG_PM in Kconfig Stephen Zhang (Mon Feb 20 2023 - 03:33:34 EST)
- Re: [PATCH v4 2/2] HID: hid-apple-magic-backlight: Add driver for keyboard backlight on internal Magic Keyboards Aditya Garg (Mon Feb 20 2023 - 03:33:38 EST)
- Re: [PATCH v7 2/6] ocfs2: Switch to security_inode_init_security() Roberto Sassu (Mon Feb 20 2023 - 03:35:13 EST)
- Re: [PATCH v5 1/2] dt-bindings: i2c: Add support for ASPEED i2Cv2 Krzysztof Kozlowski (Mon Feb 20 2023 - 03:35:23 EST)
- Re: [PATCH v16 0/9] RISC-V IPI Improvements Marc Zyngier (Mon Feb 20 2023 - 03:35:36 EST)
- Re: [PATCH -next] sfc: clean up some inconsistent indentings Martin Habets (Mon Feb 20 2023 - 03:36:01 EST)
- Re: [PATCH v10 1/6] userfaultfd: Add UFFD WP Async support Muhammad Usama Anjum (Mon Feb 20 2023 - 03:36:46 EST)
- Re: [PATCH v2 3/3] media: pci: intel: ivsc: Add acquire/release API for ivsc Sakari Ailus (Mon Feb 20 2023 - 03:37:23 EST)
- Re: [PATCH v2] wifi: ath9k: hif_usb: fix memory leak of remain_skbs Kalle Valo (Mon Feb 20 2023 - 03:37:51 EST)
- Re: [PATCH V7 6/6] arm64/perf: Enable branch stack events via FEAT_BRBE Anshuman Khandual (Mon Feb 20 2023 - 03:38:53 EST)
- [PATCH] staging: rtl8712: Fix multiple line dereference Shibo Li (Mon Feb 20 2023 - 03:41:52 EST)
- Re: [PATCH v3] apparmor: global buffers spin lock may get contended John Johansen (Mon Feb 20 2023 - 03:42:49 EST)
- Re: [PATCH v5 2/2] i2c: aspeed: support ast2600 i2cv2 new register mode driver Krzysztof Kozlowski (Mon Feb 20 2023 - 03:43:55 EST)
- Re: API for setting colors of RGB backlit keyboard zones (was [PATCH V3] platform/x86: hp-wmi: Support omen backlight control wmi-acpi methods) Hans de Goede (Mon Feb 20 2023 - 03:44:43 EST)
- Re: [PATCH v2 4/5] apple-gmux: support MMIO gmux on T2 Macs Hans de Goede (Mon Feb 20 2023 - 03:45:47 EST)
- [PATCH] KVM: Align the function name of kvm_swap_active_memslots() Jun Miao (Mon Feb 20 2023 - 03:46:36 EST)
- Re: [RFC PATCH 2/2] irqchip: irq-ti-sci-inta: Introduce IRQ affinity support Marc Zyngier (Mon Feb 20 2023 - 03:48:47 EST)
- Re: [PATCH v4 05/14] dma-buf/sync_file: Add SET_DEADLINE ioctl Pekka Paalanen (Mon Feb 20 2023 - 03:48:57 EST)
- [PATCH bpf-next v2 0/3] libbpf: allow users to set kprobe/uprobe attach mode menglong8 . dong (Mon Feb 20 2023 - 03:49:01 EST)
- [PATCH bpf-next v2 1/3] libbpf: add support to set kprobe/uprobe attach mode menglong8 . dong (Mon Feb 20 2023 - 03:49:05 EST)
- [PATCH bpf-next v2 2/3] selftests/bpf: split test_attach_probe into multi subtests menglong8 . dong (Mon Feb 20 2023 - 03:49:08 EST)
- [PATCH bpf-next v2 3/3] selftests/bpf: add test for legacy/perf kprobe/uprobe attach mode menglong8 . dong (Mon Feb 20 2023 - 03:49:12 EST)
- Re: [PATCH v2 4/4] btrfs: replace btrfs_io_context::raid_map[] with a fixed u64 value Geert Uytterhoeven (Mon Feb 20 2023 - 03:53:55 EST)
- Re: [PATCH v4 06/14] dma-buf/sync_file: Support (E)POLLPRI Pekka Paalanen (Mon Feb 20 2023 - 03:54:01 EST)
- RE: [PATCH] softirq: wake up ktimer thread in softirq context Chang, Junxiao (Mon Feb 20 2023 - 03:55:20 EST)
- Re: [PATCH v4 0/6] drm: lcdif: Add i.MX93 LCDIF support Alexander Stein (Mon Feb 20 2023 - 03:55:32 EST)
- RE: [PATCH v2 3/3] media: pci: intel: ivsc: Add acquire/release API for ivsc Wu, Wentong (Mon Feb 20 2023 - 03:57:57 EST)
- Re: [PATCH] wifi: ath11k: fix SAC bug on peer addition with sta band migration Kalle Valo (Mon Feb 20 2023 - 03:58:04 EST)
- Re: [PATCH v1 03/17] thermal: Remove debug or error messages in get_temp() ops Miquel Raynal (Mon Feb 20 2023 - 03:58:49 EST)
- Re: [RFC PATCH v1 00/12] vsock: MSG_ZEROCOPY flag support Krasnov Arseniy (Mon Feb 20 2023 - 03:59:46 EST)
- Re: [PATCH net 4/4] MAINTAINERS: Add Miquel Raynal as additional maintainer for ieee802154 Miquel Raynal (Mon Feb 20 2023 - 03:59:58 EST)
- Re: [RFC PATCH v1 01/12] vsock: check error queue to set EPOLLERR Krasnov Arseniy (Mon Feb 20 2023 - 04:00:49 EST)
- Re: [RFC PATCH v1 04/12] vhost/vsock: non-linear skb handling support Krasnov Arseniy (Mon Feb 20 2023 - 04:01:56 EST)
- Re: [PATCH v2 36/47] clk: mediatek: mt2712: Change Kconfig options to allow module build AngeloGioacchino Del Regno (Mon Feb 20 2023 - 04:02:01 EST)
- Re: [RFC v1 0/4] Simplify regulator supply resolution code by offloading to driver core Marek Szyprowski (Mon Feb 20 2023 - 04:02:27 EST)
- Re: [RFC PATCH v1 05/12] vsock/virtio: non-linear skb support Krasnov Arseniy (Mon Feb 20 2023 - 04:02:40 EST)
- Re: [PATCH v11 3/9] drm/display: Add Type-C switch helpers Pin-yen Lin (Mon Feb 20 2023 - 04:03:33 EST)
- Re: linux-next: duplicate patch in the davinci tree Bartosz Golaszewski (Mon Feb 20 2023 - 04:04:09 EST)
- Re: [RFC PATCH v1 07/12] vsock/virtio: MGS_ZEROCOPY flag support Krasnov Arseniy (Mon Feb 20 2023 - 04:04:17 EST)
- Re: [PATCH v2 3/3] media: pci: intel: ivsc: Add acquire/release API for ivsc Hans de Goede (Mon Feb 20 2023 - 04:04:31 EST)
- Re: [PATCH] mt76: mt7915: expose device tree match table AngeloGioacchino Del Regno (Mon Feb 20 2023 - 04:05:15 EST)
- [PATCH] staging: rtl8712: Remove extra spaces Shibo Li (Mon Feb 20 2023 - 04:05:29 EST)
- Re: [RFC PATCH v1 12/12] test/vsock: MSG_ZEROCOPY support for vsock_perf Krasnov Arseniy (Mon Feb 20 2023 - 04:05:32 EST)
- Re: [PATCH v4 09/14] drm/syncobj: Add deadline support for syncobj waits Pekka Paalanen (Mon Feb 20 2023 - 04:06:40 EST)
- Re: [PATCH v4 10/14] drm/vblank: Add helper to get next vblank time Pekka Paalanen (Mon Feb 20 2023 - 04:08:31 EST)
- Re: [PATCH v1 01/17] thermal/core: Add a thermal zone 'devdata' accessor AngeloGioacchino Del Regno (Mon Feb 20 2023 - 04:09:30 EST)
- Re: [PATCH v2] HID: mcp-2221: prevent UAF in delayed work Jiri Kosina (Mon Feb 20 2023 - 04:10:07 EST)
- RE: [RFC PATCH 2/4] tools/nolibc: add integer types and integer limit macros David Laight (Mon Feb 20 2023 - 04:14:15 EST)
- Re: [PATCH v8 0/3] Introduce 64b relocatable kernel Björn Töpel (Mon Feb 20 2023 - 04:14:20 EST)
- RE: [PATCH v4 2/3] dt-bindings: i2c-ast2600: Add support for AST2600 i2C driver Ryan Chen (Mon Feb 20 2023 - 04:14:43 EST)
- Re: [PATCH] arm64: dts: mediatek: Add cpufreq nodes for MT8192 AngeloGioacchino Del Regno (Mon Feb 20 2023 - 04:15:01 EST)
- Re: [PATCH v10 13/26] gunyah: vm_mgr: Add ioctls to support basic non-proxy VM boot Srivatsa Vaddagiri (Mon Feb 20 2023 - 04:16:28 EST)
- [PATCH 2/5] mm: vmscan: make memcg slab shrink lockless Qi Zheng (Mon Feb 20 2023 - 04:17:17 EST)
- Re: [PATCH v2 3/4] tee: expose tee efivar register function Sumit Garg (Mon Feb 20 2023 - 04:17:27 EST)
- [PATCH 0/5] make slab shrink lockless Qi Zheng (Mon Feb 20 2023 - 04:17:31 EST)
- [PATCH 1/5] mm: vmscan: make global slab shrink lockless Qi Zheng (Mon Feb 20 2023 - 04:17:35 EST)
- [PATCH 5/5] mm: shrinkers: convert shrinker_rwsem to mutex Qi Zheng (Mon Feb 20 2023 - 04:17:39 EST)
- [PATCH 3/5] mm: shrinkers: make count and scan in shrinker debugfs lockless Qi Zheng (Mon Feb 20 2023 - 04:17:48 EST)
- [PATCH 4/5] mm: vmscan: remove shrinker_rwsem from synchronize_shrinkers() Qi Zheng (Mon Feb 20 2023 - 04:17:54 EST)
- RE: [PATCH] rtlwifi: rtl8192de: Remove the unused variable bcnfunc_enable Ping-Ke Shih (Mon Feb 20 2023 - 04:17:58 EST)
- Re: [PATCH v3 4/5] apple-gmux: support MMIO gmux on T2 Macs Lukas Wunner (Mon Feb 20 2023 - 04:20:59 EST)
- Re: [PATCH v2 4/5] apple-gmux: support MMIO gmux on T2 Macs Lukas Wunner (Mon Feb 20 2023 - 04:24:12 EST)
- Re: [PATCH v7 2/6] ocfs2: Switch to security_inode_init_security() Roberto Sassu (Mon Feb 20 2023 - 04:28:10 EST)
- Re: [PATCH -v5 0/9] migrate_pages(): batch TLB flushing Huang, Ying (Mon Feb 20 2023 - 04:29:09 EST)
- Re: [PATCH net v3] l2tp: Avoid possible recursive deadlock in l2tp_tunnel_register() patchwork-bot+netdevbpf (Mon Feb 20 2023 - 04:30:24 EST)
- Re: [PATCH v5 char-misc-next] misc: microchip: pci1xxxx: Add OTP/EEPROM driver for the pci1xxxx switch Kumaravel.Thiagarajan (Mon Feb 20 2023 - 04:32:02 EST)
- Re: [PATCH v2] HID: mcp-2221: prevent UAF in delayed work Benjamin Tissoires (Mon Feb 20 2023 - 04:32:14 EST)
- Re: [PATCH] scsi: ufs: Add select to CONFIG_PM in Kconfig Manivannan Sadhasivam (Mon Feb 20 2023 - 04:32:27 EST)
- [PATCH] arm64: dts: mediatek: mt8183: kukui: Add scp firmware-name Hsin-Yi Wang (Mon Feb 20 2023 - 04:33:54 EST)
- drivers/hwspinlock/omap_hwspinlock.c:165:34: warning: 'omap_hwspinlock_of_match' defined but not used kernel test robot (Mon Feb 20 2023 - 04:37:16 EST)
- [PATCH v3 0/2] leds: ledtrig-tty: add tty_led_mode xtension Florian Eckert (Mon Feb 20 2023 - 04:37:59 EST)
- [PATCH v3 1/2] tty: new helper function tty_get_mget Florian Eckert (Mon Feb 20 2023 - 04:38:02 EST)
- [PATCH v3 2/2] trigger: ledtrig-tty: add additional modes Florian Eckert (Mon Feb 20 2023 - 04:38:04 EST)
- Re: [PATCH v4 01/21] net/tcp: Prepare tcp_md5sig_pool for TCP-AO Herbert Xu (Mon Feb 20 2023 - 04:42:40 EST)
- [PATCH 1/2] arm64: dts: qcom: msm8996: move WCD9335 audio codec to boards Krzysztof Kozlowski (Mon Feb 20 2023 - 04:43:57 EST)
- [PATCH 2/2] arm64: dts: qcom: apq8096-db820c: fix indentation Krzysztof Kozlowski (Mon Feb 20 2023 - 04:43:59 EST)
- Re: [PATCH v2] HID: mcp-2221: prevent UAF in delayed work Benjamin Tissoires (Mon Feb 20 2023 - 04:44:10 EST)
- Re: [PATCH v5 char-misc-next] misc: microchip: pci1xxxx: Add OTP/EEPROM driver for the pci1xxxx switch Greg KH (Mon Feb 20 2023 - 04:45:19 EST)
- Re: [PATCH 1/2] arm64: dts: qcom: msm8996: move WCD9335 audio codec to boards Konrad Dybcio (Mon Feb 20 2023 - 04:45:36 EST)
- Re: [PATCH 2/2] arm64: dts: qcom: apq8096-db820c: fix indentation Konrad Dybcio (Mon Feb 20 2023 - 04:45:58 EST)
- Re: [PATCH v3 06/10] sched/fair: Use the prefer_sibling flag of the current sched domain Valentin Schneider (Mon Feb 20 2023 - 04:46:35 EST)
- Re: [PATCH v2 29/29] LoongArch: KVM: Enable kvm config and add the makefile kernel test robot (Mon Feb 20 2023 - 04:48:20 EST)
- Re: rtmutex, pi_blocked_on, and blk_flush_plug() Thomas Gleixner (Mon Feb 20 2023 - 04:49:33 EST)
- Re: linux-next: build warning after merge of the driver-core tree Bagas Sanjaya (Mon Feb 20 2023 - 04:49:58 EST)
- Re: [PATCH v7 6/6] evm: Support multiple LSMs providing an xattr Roberto Sassu (Mon Feb 20 2023 - 04:50:30 EST)
- RE: [PATCH v5 1/2] dt-bindings: i2c: Add support for ASPEED i2Cv2 Ryan Chen (Mon Feb 20 2023 - 04:50:57 EST)
- Re: [PATCH v16 0/9] RISC-V IPI Improvements Anup Patel (Mon Feb 20 2023 - 04:51:08 EST)
- [PATCH 1/2] arm64: dts: qcom: sc7280-idp: drop incorrect dai-cells from WCD938x SDW Krzysztof Kozlowski (Mon Feb 20 2023 - 04:54:11 EST)
- [PATCH 2/2] arm64: dts: qcom: sc7280-qcard: drop incorrect dai-cells from WCD938x SDW Krzysztof Kozlowski (Mon Feb 20 2023 - 04:54:14 EST)
- Re: [PATCH v10 13/26] gunyah: vm_mgr: Add ioctls to support basic non-proxy VM boot Srivatsa Vaddagiri (Mon Feb 20 2023 - 04:55:18 EST)
- RE: [PATCH v5 0/2] Add ASPEED AST2600 I2Cv2 controller driver Ryan Chen (Mon Feb 20 2023 - 04:56:18 EST)
- [PATCH 1/2] ASoC: dt-bindings: qcom,wcd934x: Reference dai-common Krzysztof Kozlowski (Mon Feb 20 2023 - 04:56:53 EST)
- [PATCH 2/2] ASoC: dt-bindings: qcom,wcd9335: Convert to dtschema Krzysztof Kozlowski (Mon Feb 20 2023 - 04:56:58 EST)
- Re: [PATCH v2 06/14] drm/msm/gpu: Use dev_pm_opp_set_rate for non-GMU GPUs Konrad Dybcio (Mon Feb 20 2023 - 04:59:50 EST)
- Re: [PATCH 1/2] arm64: dts: qcom: sc7280-idp: drop incorrect dai-cells from WCD938x SDW Konrad Dybcio (Mon Feb 20 2023 - 05:01:21 EST)
- Re: [PATCH 2/2] arm64: dts: qcom: sc7280-qcard: drop incorrect dai-cells from WCD938x SDW Konrad Dybcio (Mon Feb 20 2023 - 05:01:39 EST)
- [PATCH V3 1/8] soundwire: export sdw_compute_slave_ports() function Vijendar Mukunda (Mon Feb 20 2023 - 05:01:55 EST)
- [PATCH V3 2/8] soundwire: amd: Add support for AMD Manager driver Vijendar Mukunda (Mon Feb 20 2023 - 05:02:06 EST)
- [PATCH V3 3/8] soundwire: amd: register SoundWire manager dai ops Vijendar Mukunda (Mon Feb 20 2023 - 05:02:10 EST)
- [PATCH V3 4/8] soundwire: amd: enable build for AMD SoundWire manager driver Vijendar Mukunda (Mon Feb 20 2023 - 05:02:21 EST)
- [PATCH V3 5/8] soundwire: amd: add SoundWire manager interrupt handling Vijendar Mukunda (Mon Feb 20 2023 - 05:02:23 EST)
- [PATCH V3 6/8] soundwire: amd: add runtime pm ops for AMD SoundWire manager driver Vijendar Mukunda (Mon Feb 20 2023 - 05:02:27 EST)
- Build regressions/improvements in v6.2 Geert Uytterhoeven (Mon Feb 20 2023 - 05:02:51 EST)
- [PATCH V3 7/8] soundwire: amd: handle SoundWire wake enable interrupt Vijendar Mukunda (Mon Feb 20 2023 - 05:03:35 EST)
- [PATCH V3 8/8] soundwire: amd: add pm_prepare callback and pm ops support Vijendar Mukunda (Mon Feb 20 2023 - 05:03:43 EST)
- Re: [PATCH] arm64: pass ESR_ELx to die() of cfi_handler Mark Rutland (Mon Feb 20 2023 - 05:05:08 EST)
- Re: [PATCH 2/2] Documentation/process: Add a maintainer handbook for KVM x86 Like Xu (Mon Feb 20 2023 - 05:07:18 EST)
- Re: [PATCH net] net: bcmgenet: fix MoCA LED control patchwork-bot+netdevbpf (Mon Feb 20 2023 - 05:10:23 EST)
- Re: [PATCH v2 06/14] drm/msm/gpu: Use dev_pm_opp_set_rate for non-GMU GPUs Konrad Dybcio (Mon Feb 20 2023 - 05:12:43 EST)
- Re: [RFC PATCH 0/1] sched/pelt: Change PELT halflife at runtime Peter Zijlstra (Mon Feb 20 2023 - 05:13:52 EST)
- Re: linux-next: build warning after merge of the driver-core tree Qi Zheng (Mon Feb 20 2023 - 05:15:44 EST)
- Re: [PATCH v5 0/4] Basic pinctrl support for StarFive JH7110 RISC-V SoC Emil Renner Berthing (Mon Feb 20 2023 - 05:16:11 EST)
- Re: [PATCH v4 0/6] drm: lcdif: Add i.MX93 LCDIF support Alexander Stein (Mon Feb 20 2023 - 05:16:51 EST)
- Re: [PATCH v3 3/3] arm64: dts: qcom: sdm845-oneplus: add alert-slider Konrad Dybcio (Mon Feb 20 2023 - 05:17:39 EST)
- Re: [PATCH 1/3] ASoC: dt-bindings: wlf,wm8960: Convert to dtschema Charles Keepax (Mon Feb 20 2023 - 05:17:50 EST)
- [GIT PULL] platform-drivers-x86 for 6.3-1 Hans de Goede (Mon Feb 20 2023 - 05:19:08 EST)
- Re: [PATCH v2 1/2] dt-bindings: display/msm: dsi-controller-main: Fix deprecated QCM2290 compatible Konrad Dybcio (Mon Feb 20 2023 - 05:24:27 EST)
- Re: [PATCH] dt-bindings: interrupt-controller: convert loongson,ls1x-intc.txt to json-schema Kelvin Cheung (Mon Feb 20 2023 - 05:26:02 EST)
- Re: [PATCH 1/1] drm/panel: st7703: Fix vertical refresh rate of XBD599 Frank Oltmanns (Mon Feb 20 2023 - 05:27:00 EST)
- Re: [PATCH] dt-bindings: interrupt-controller: convert loongson,ls1x-intc.txt to json-schema Krzysztof Kozlowski (Mon Feb 20 2023 - 05:28:47 EST)
- Re: [PATCH V5 5/5] firmware: scm: Modify only the DLOAD bit in TCSR register for download mode POOVENDHAN SELVARAJ (Mon Feb 20 2023 - 05:30:59 EST)
- Re: [PATCH v2 1/2] dt-bindings: display/msm: dsi-controller-main: Fix deprecated QCM2290 compatible Krzysztof Kozlowski (Mon Feb 20 2023 - 05:32:08 EST)
- Re: [PATCH net-next v3 2/5] vxlan: Expose helper vxlan_build_gbp_hdr Simon Horman (Mon Feb 20 2023 - 05:32:15 EST)
- Re: [PATCH v2 6/9] dt-bindings: interrupt-controller: Add RISC-V advanced PLIC Conor Dooley (Mon Feb 20 2023 - 05:33:32 EST)
- Re: [PATCH v4 2/3] dt-bindings: i2c-ast2600: Add support for AST2600 i2C driver Krzysztof Kozlowski (Mon Feb 20 2023 - 05:34:43 EST)
- Re: [PATCH v1 01/17] thermal/core: Add a thermal zone 'devdata' accessor Balsam CHIHI (Mon Feb 20 2023 - 05:34:53 EST)
- Re: [PATCH v5 0/2] Add ASPEED AST2600 I2Cv2 controller driver Krzysztof Kozlowski (Mon Feb 20 2023 - 05:35:40 EST)
- Re: [PATCH v2 3/4] tee: expose tee efivar register function Masahisa Kojima (Mon Feb 20 2023 - 05:35:45 EST)
- Re: [PATCH] riscv: kprobe: Optimize kprobe with accurate atomicity Mark Rutland (Mon Feb 20 2023 - 05:36:14 EST)
- Re: [RFC PATCH V2 0/1] x86: cpu topology fix and question on x86_max_cores Peter Zijlstra (Mon Feb 20 2023 - 05:37:32 EST)
- Re: [PATCH] dt-bindings: interrupt-controller: convert loongson,ls1x-intc.txt to json-schema Kelvin Cheung (Mon Feb 20 2023 - 05:37:39 EST)
- Re: [PATCH v1 01/17] thermal/core: Add a thermal zone 'devdata' accessor Greenman, Gregory (Mon Feb 20 2023 - 05:37:54 EST)
- Re: [PATCH net-next v1 1/1] net: openvswitch: ovs_packet_cmd_execute put sw_flow mainbody in stack Simon Horman (Mon Feb 20 2023 - 05:38:48 EST)
- Re: [PATCH v10 3/6] fs/proc/task_mmu: Implement IOCTL to get and/or the clear info about PTEs Muhammad Usama Anjum (Mon Feb 20 2023 - 05:40:26 EST)
- Re: [PATCH v2 1/2] dt-bindings: display/msm: dsi-controller-main: Fix deprecated QCM2290 compatible Konrad Dybcio (Mon Feb 20 2023 - 05:40:30 EST)
- Re: [PATCH] usb: typec: altmodes/displayport: Fix probe pin assign check Martin Kepplinger (Mon Feb 20 2023 - 05:40:34 EST)
- Re: [PATCH] dt-bindings: interrupt-controller: convert loongson,ls1x-intc.txt to json-schema Krzysztof Kozlowski (Mon Feb 20 2023 - 05:41:29 EST)
- Re: [PATCH net-next v3 4/5] ip_tunnel: constify input argument of ip_tunnel_info_opts( ) Gavin Li (Mon Feb 20 2023 - 05:42:37 EST)
- Re: [PATCH v5 1/2] dt-bindings: i2c: Add support for ASPEED i2Cv2 Krzysztof Kozlowski (Mon Feb 20 2023 - 05:44:03 EST)
- Re: [PATCH v5 2/2] i2c: aspeed: support ast2600 i2cv2 new register mode driver Krzysztof Kozlowski (Mon Feb 20 2023 - 05:44:38 EST)
- next: 32-bit: ERROR: modpost: "__aeabi_uldivmod" [fs/btrfs/btrfs.ko] undefined! Naresh Kamboju (Mon Feb 20 2023 - 05:45:01 EST)
- Re: [PATCH v2 06/14] drm/msm/gpu: Use dev_pm_opp_set_rate for non-GMU GPUs Dmitry Baryshkov (Mon Feb 20 2023 - 05:45:36 EST)
- Re: [PATCH net-next 08/12] net/sched: mqprio: add an extack message to mqprio_parse_opt() Vladimir Oltean (Mon Feb 20 2023 - 05:47:41 EST)
- [PATCH v9 1/6] media: verisilicon: Do not set context src/dst formats in reset functions Benjamin Gaignard (Mon Feb 20 2023 - 05:49:05 EST)
- [PATCH v9 2/6] media: verisilicon: Do not use ctx fields as format storage when resetting Benjamin Gaignard (Mon Feb 20 2023 - 05:49:07 EST)
- [PATCH v9 0/6] media: verisilicon: HEVC: fix 10bits handling Benjamin Gaignard (Mon Feb 20 2023 - 05:49:08 EST)
- [PATCH v9 3/6] media: verisilicon: Do not set ctx->bit_depth in hantro_try_ctrl() Benjamin Gaignard (Mon Feb 20 2023 - 05:49:12 EST)
- [PATCH v9 4/6] media: verisilicon: Do not change context bit depth before validating the format Benjamin Gaignard (Mon Feb 20 2023 - 05:49:14 EST)
- [PATCH v9 5/6] media: verisilicon: HEVC: Only propose 10 bits compatible pixels formats Benjamin Gaignard (Mon Feb 20 2023 - 05:49:17 EST)
- [PATCH v9 6/6] media: verisilicon: VP9: Only propose 10 bits compatible pixels formats Benjamin Gaignard (Mon Feb 20 2023 - 05:49:20 EST)
- Re: [PATCH RFC 0/7] revert RNG seed mess Daniel P. Berrangé (Mon Feb 20 2023 - 05:50:00 EST)
- Re: [PATCH][next] sfc: Fix spelling mistake "creationg" -> "creating" patchwork-bot+netdevbpf (Mon Feb 20 2023 - 05:50:23 EST)
- Re: [PATCH] sfc: use IS_ENABLED() checks for CONFIG_SFC_SRIOV patchwork-bot+netdevbpf (Mon Feb 20 2023 - 05:50:25 EST)
- Re: [net-next PATCH] octeontx2-af: Add NIX Errata workaround on CN10K silicon patchwork-bot+netdevbpf (Mon Feb 20 2023 - 05:50:29 EST)
- Re: [PATCH][next][V2] sfc: Fix spelling mistake "creationg" -> "creation" patchwork-bot+netdevbpf (Mon Feb 20 2023 - 05:50:32 EST)
- [GIT PULL] RAS updates for 6.3 Borislav Petkov (Mon Feb 20 2023 - 05:50:52 EST)
- Re: [PATCH v1 06/17] thermal: Don't use 'device' internal thermal zone structure field Balsam CHIHI (Mon Feb 20 2023 - 05:50:57 EST)
- Re: linux-next: build warning after merge of the driver-core tree Greg KH (Mon Feb 20 2023 - 05:50:58 EST)
- [PATCH] drivers: crypto: caam: jr: Allow quiesce when quiesced meenakshi . aggarwal (Mon Feb 20 2023 - 05:51:08 EST)
- Re: linux-6.2-rc4+ hangs on poweroff/reboot: Bisected Chris Clayton (Mon Feb 20 2023 - 05:51:59 EST)
- Re: [RFC] Support for Arm CCA VMs on Linux Ryan Roberts (Mon Feb 20 2023 - 05:52:08 EST)
- [PATCH] drivers: crypto: caam: jr: add .shutdown hook meenakshi . aggarwal (Mon Feb 20 2023 - 05:52:13 EST)
- Re: [PATCH v3 2/4] dmaengine: dw-edma: Create a new dw_edma_core_ops structure to abstract controller operation Serge Semin (Mon Feb 20 2023 - 05:52:28 EST)
- Re: RE: [PATCH] softirq: wake up ktimer thread in softirq context Sebastian Andrzej Siewior (Mon Feb 20 2023 - 05:55:52 EST)
- Re: [PATCH] dt-bindings: interrupt-controller: convert loongson,ls1x-intc.txt to json-schema Kelvin Cheung (Mon Feb 20 2023 - 05:56:29 EST)
- [PATCH] regulator: max597x: Fix error return code in max597x_get_status Axel Lin (Mon Feb 20 2023 - 05:57:00 EST)
- Re: [PATCH v2 6/9] dt-bindings: interrupt-controller: Add RISC-V advanced PLIC Conor Dooley (Mon Feb 20 2023 - 05:57:39 EST)
- Re: [PATCH v7 6/6] evm: Support multiple LSMs providing an xattr Mimi Zohar (Mon Feb 20 2023 - 05:57:59 EST)
- Re: [PATCH] net: microchip: sparx5: reduce stack usage patchwork-bot+netdevbpf (Mon Feb 20 2023 - 06:00:26 EST)
- Re: linux-next: build warning after merge of the driver-core tree Qi Zheng (Mon Feb 20 2023 - 06:01:37 EST)
- RE: [PATCH v1 01/17] thermal/core: Add a thermal zone 'devdata' accessor DLG Adam Ward (Mon Feb 20 2023 - 06:03:41 EST)
- [PATCH 0/1] selftest: fib_tests: Always cleanup before exit Roxana Nicolescu (Mon Feb 20 2023 - 06:04:19 EST)
- [PATCH 1/1] selftest: fib_tests: Always cleanup before exit Roxana Nicolescu (Mon Feb 20 2023 - 06:04:50 EST)
- Re: rtmutex, pi_blocked_on, and blk_flush_plug() Sebastian Andrzej Siewior (Mon Feb 20 2023 - 06:05:54 EST)
- [PATCH] docs: ext4: modify the group desc size to 64 Wu Bo (Mon Feb 20 2023 - 06:08:36 EST)
- Re: [PATCH] arm64: dts: mediatek: mt8183: kukui: Add scp firmware-name AngeloGioacchino Del Regno (Mon Feb 20 2023 - 06:08:40 EST)
- Re: [RFC PATCH V2 0/1] x86: cpu topology fix and question on x86_max_cores Peter Zijlstra (Mon Feb 20 2023 - 06:09:07 EST)
- Re: [PATCH v2 29/29] LoongArch: KVM: Enable kvm config and add the makefile kernel test robot (Mon Feb 20 2023 - 06:09:32 EST)
- Re: [PATCH v7 2/6] ocfs2: Switch to security_inode_init_security() Mimi Zohar (Mon Feb 20 2023 - 06:09:55 EST)
- Re: [PATCH 1/2] of: create of_root if no dtb provided Clément Léger (Mon Feb 20 2023 - 06:13:13 EST)
- Re: [PATCH v1 01/17] thermal/core: Add a thermal zone 'devdata' accessor Baolin Wang (Mon Feb 20 2023 - 06:14:05 EST)
- Re: [PATCH] scsi: core: Add BLIST_NO_ASK_VPD_SIZE for some VDASD Srikar Dronamraju (Mon Feb 20 2023 - 06:14:23 EST)
- [PATCH v9 0/9] arm64: j721s2: Add support for additional IPs Ravi Gunasekaran (Mon Feb 20 2023 - 06:14:51 EST)
- [PATCH v9 3/9] arm64: dts: ti: k3-j721s2-main: Add SERDES and WIZ device tree node Ravi Gunasekaran (Mon Feb 20 2023 - 06:14:55 EST)
- [PATCH v9 1/9] dt-bindings: mfd: ti,j721e-system-controller: Fix mux node regex Ravi Gunasekaran (Mon Feb 20 2023 - 06:15:01 EST)
- [PATCH v9 2/9] arm64: dts: ti: k3-j721s2-main: Add support for USB Ravi Gunasekaran (Mon Feb 20 2023 - 06:15:02 EST)
- [PATCH v9 5/9] arm64: dts: ti: k3-j721s2-common-proc-board: Enable SERDES0 Ravi Gunasekaran (Mon Feb 20 2023 - 06:15:16 EST)
- [PATCH v9 4/9] arm64: dts: ti: k3-j721s2-mcu-wakeup: Add support of OSPI Ravi Gunasekaran (Mon Feb 20 2023 - 06:15:21 EST)
- [PATCH v9 6/9] arm64: dts: ti: k3-j721s2-common-proc-board: Add USB support Ravi Gunasekaran (Mon Feb 20 2023 - 06:15:25 EST)
- [PATCH v9 7/9] arm64: dts: ti: k3-j721s2: Add support for OSPI Flashes Ravi Gunasekaran (Mon Feb 20 2023 - 06:15:28 EST)
- [PATCH v9 8/9] arm64: dts: ti: k3-j721s2-main: Add PCIe device tree node Ravi Gunasekaran (Mon Feb 20 2023 - 06:15:33 EST)
- [PATCH v9 9/9] arm64: dts: ti: k3-j721s2-common-proc-board: Enable PCIe Ravi Gunasekaran (Mon Feb 20 2023 - 06:15:38 EST)
- Re: [PATCH v2 net-next 00/12] Add tc-mqprio and tc-taprio support for preemptible traffic classes Ferenc Fejes (Mon Feb 20 2023 - 06:17:15 EST)
- [PATCH v2] dt-bindings: interrupt-controller: convert loongson,ls1x-intc.txt to json-schema Keguang Zhang (Mon Feb 20 2023 - 06:18:32 EST)
- Re: [PATCH v6 11/41] mm: Introduce pte_mkwrite_kernel() David Hildenbrand (Mon Feb 20 2023 - 06:19:00 EST)
- Re: [PATCH v6 11/41] mm: Introduce pte_mkwrite_kernel() David Hildenbrand (Mon Feb 20 2023 - 06:20:46 EST)
- Re: [PATCH v6 12/41] s390/mm: Introduce pmd_mkwrite_kernel() David Hildenbrand (Mon Feb 20 2023 - 06:22:06 EST)
- Re: [PATCH v2 3/3] sched/tp: Add new tracepoint to track compute energy computation Lukasz Luba (Mon Feb 20 2023 - 06:22:55 EST)
- Re: [PATCH V2 1/1] x86/topology: fix erroneous smp_num_siblings on Intel Hybrid platform Peter Zijlstra (Mon Feb 20 2023 - 06:23:15 EST)
- Re: [PATCH v6 13/41] mm: Make pte_mkwrite() take a VMA David Hildenbrand (Mon Feb 20 2023 - 06:24:33 EST)
- Re: scsi: Recent kernels drop into emergency shell Srikar Dronamraju (Mon Feb 20 2023 - 06:24:41 EST)
- Re: [PATCH v5 1/2] dt-bindings: i2c: Add support for ASPEED i2Cv2 Jeremy Kerr (Mon Feb 20 2023 - 06:24:44 EST)
- [PATCH v2 1/3] mfd: tqmx86: do not access I2C_DETECT register through io_base Matthias Schiffer (Mon Feb 20 2023 - 06:26:30 EST)
- [PATCH v2 2/3] mfd: tqmx86: specify IO port register range more precisely Matthias Schiffer (Mon Feb 20 2023 - 06:26:32 EST)
- [PATCH v2 3/3] mfd: tqmx86: correct board names for TQMxE39x Matthias Schiffer (Mon Feb 20 2023 - 06:26:37 EST)
- Re: [PATCH v10 2/6] dt-bindings: opp: v2-qcom-level: Document CPR3 open/closed loop volt adjustment AngeloGioacchino Del Regno (Mon Feb 20 2023 - 06:27:38 EST)
- Re: linux-6.2-rc4+ hangs on poweroff/reboot: Bisected Karol Herbst (Mon Feb 20 2023 - 06:28:08 EST)
- Re: [PATCH v4 2/2] HID: hid-apple-magic-backlight: Add driver for keyboard backlight on internal Magic Keyboards Andy Shevchenko (Mon Feb 20 2023 - 06:29:43 EST)
- [PATCH] dt-bindings: mips: loongson: Add Loongson-1 based boards Keguang Zhang (Mon Feb 20 2023 - 06:30:49 EST)
- Re: [PATCH] soc: mediatek: cmdq: Remove unused helper funciton AngeloGioacchino Del Regno (Mon Feb 20 2023 - 06:31:46 EST)
- Re: [PATCH net-next v1 2/3] net/mlx5e: Add helper for encap_info_equal for tunnels with options Gavin Li (Mon Feb 20 2023 - 06:32:11 EST)
- Re: [PATCH v6 14/41] x86/mm: Introduce _PAGE_SAVED_DIRTY David Hildenbrand (Mon Feb 20 2023 - 06:32:50 EST)
- [GIT pull] x86/cleanups for v6.3-rc1 Thomas Gleixner (Mon Feb 20 2023 - 06:33:18 EST)
- [GIT pull] irq/core for v6.3-rc1 Thomas Gleixner (Mon Feb 20 2023 - 06:33:23 EST)
- [GIT pull] timers/core for v6.3-rc1 Thomas Gleixner (Mon Feb 20 2023 - 06:33:27 EST)
- Re: [PATCH] perf/x86/amd/core: Use sysfs_emit() in show() callback function Peter Zijlstra (Mon Feb 20 2023 - 06:37:40 EST)
- Re: [PATCH v10 3/6] fs/proc/task_mmu: Implement IOCTL to get and/or the clear info about PTEs Muhammad Usama Anjum (Mon Feb 20 2023 - 06:38:28 EST)
- Re: [PATCH v3] Drivers: vmbus: Check for channel allocation before looking up relids Wei Liu (Mon Feb 20 2023 - 06:40:12 EST)
- Re: [PATCH v3 1/3] misc: servo-pwm: driver for controlling servo motors via PWM Thierry Reding (Mon Feb 20 2023 - 06:40:26 EST)
- Re: [PATCH net-next v3] net: lan966x: Use automatic selection of VCAP rule actionset patchwork-bot+netdevbpf (Mon Feb 20 2023 - 06:40:32 EST)
- Re: [PATCH bpf-next v2 2/3] selftests/bpf: split test_attach_probe into multi subtests Alan Maguire (Mon Feb 20 2023 - 06:41:23 EST)
- Re: [PATCH v2] clk: add missing of_node_put() in "assigned-clocks" property parsing Clément Léger (Mon Feb 20 2023 - 06:41:56 EST)
- Re: rtmutex, pi_blocked_on, and blk_flush_plug() Sebastian Andrzej Siewior (Mon Feb 20 2023 - 06:42:30 EST)
- Re: [PATCH 04/12] soc: sifive: ccache: Add non-coherent DMA handling Conor Dooley (Mon Feb 20 2023 - 06:44:34 EST)
- Re: [PATCH v4 2/2] HID: hid-apple-magic-backlight: Add driver for keyboard backlight on internal Magic Keyboards Orlando Chamberlain (Mon Feb 20 2023 - 06:45:18 EST)
- Re: [PATCH] perf/x86/rapl: Enable Core RAPL for AMD Peter Zijlstra (Mon Feb 20 2023 - 06:45:45 EST)
- Re: [PATCH v4 2/2] HID: hid-apple-magic-backlight: Add driver for keyboard backlight on internal Magic Keyboards Orlando Chamberlain (Mon Feb 20 2023 - 06:46:11 EST)
- Re: [PATCH v3 1/3] misc: servo-pwm: driver for controlling servo motors via PWM Angelo Compagnucci (Mon Feb 20 2023 - 06:46:44 EST)
- Re: [PATCH v3 1/2] dt-bindings: watchdog: Add watchdog for StarFive JH7110 Krzysztof Kozlowski (Mon Feb 20 2023 - 06:47:02 EST)
- Re: [PATCH v3 2/2] trigger: ledtrig-tty: add additional modes Jiri Slaby (Mon Feb 20 2023 - 06:47:29 EST)
- Re: [RFC][PATCH 2/2] time: alarmtimer: Use TASK_FREEZABLE to cleanup freezer handling Michael Nazzareno Trimarchi (Mon Feb 20 2023 - 06:47:55 EST)
- Re: [PATCH v2 net-next 00/12] Add tc-mqprio and tc-taprio support for preemptible traffic classes Vladimir Oltean (Mon Feb 20 2023 - 06:48:30 EST)
- Re: [PATCH v3] dt-bindings: ata: Add UniPhier controller binding Krzysztof Kozlowski (Mon Feb 20 2023 - 06:48:39 EST)
- Re: scsi: Recent kernels drop into emergency shell Linux regression tracking (Thorsten Leemhuis) (Mon Feb 20 2023 - 06:49:11 EST)
- Re: [PATCH] vc_screen: don't clobber return value in vcs_read Jiri Slaby (Mon Feb 20 2023 - 06:49:14 EST)
- Re: [PATCH net-next] net: bcmgenet: Support wake-up from s2idle patchwork-bot+netdevbpf (Mon Feb 20 2023 - 06:50:21 EST)
- Re: [PATCH v2 net-next 04/12] net: ethtool: fix __ethtool_dev_mm_supported() implementation Kurt Kanzenbach (Mon Feb 20 2023 - 06:50:53 EST)
- Re: [PATCH v2 4/4] btrfs: replace btrfs_io_context::raid_map[] with a fixed u64 value Qu Wenruo (Mon Feb 20 2023 - 06:50:56 EST)
- [PATCH v5 0/2] Apple Magic Keyboard Backlight Orlando Chamberlain (Mon Feb 20 2023 - 06:52:31 EST)
- Re: [PATCH] serial: jsm: Use min_t instead of min Jiri Slaby (Mon Feb 20 2023 - 06:52:36 EST)
- [PATCH v5 1/2] Documentation: leds: standardise keyboard backlight led names Orlando Chamberlain (Mon Feb 20 2023 - 06:52:38 EST)
- [PATCH v5 2/2] HID: hid-apple-magic-backlight: Add driver for keyboard backlight on internal Magic Keyboards Orlando Chamberlain (Mon Feb 20 2023 - 06:52:50 EST)
- Re: linux-next: manual merge of the bpf-next tree with the net-next tree Alexander Lobakin (Mon Feb 20 2023 - 06:54:17 EST)
- Re: [PATCH RFC 0/7] revert RNG seed mess Michael S. Tsirkin (Mon Feb 20 2023 - 06:55:29 EST)
- Re: [PATCH v2 net-next 04/12] net: ethtool: fix __ethtool_dev_mm_supported() implementation Vladimir Oltean (Mon Feb 20 2023 - 06:55:36 EST)
- [PATCH RESEND] x86/speculation: Fix user-mode spectre-v2 protection with KERNEL_IBRS KP Singh (Mon Feb 20 2023 - 07:01:50 EST)
- [GIT PULL] s390 updates for 6.3 merge window Heiko Carstens (Mon Feb 20 2023 - 07:02:19 EST)
- Re: [PATCH v3 3/5] apple-gmux: Use GMSP acpi method for interrupt clear Orlando Chamberlain (Mon Feb 20 2023 - 07:02:32 EST)
- Re: [PATCH v2 net-next 00/12] Add tc-mqprio and tc-taprio support for preemptible traffic classes Ferenc Fejes (Mon Feb 20 2023 - 07:05:56 EST)
- Re: [Jfs-discussion] Should we orphan JFS? me (Mon Feb 20 2023 - 07:07:46 EST)
- [PATCH] ARM: dts: qcom-apq8064: Fix opp table child name Konrad Dybcio (Mon Feb 20 2023 - 07:08:47 EST)
- [PATCH v2 1/2] dt-bindings: display: panel: Add Novatek NT36523 bindings Jianhua Lu (Mon Feb 20 2023 - 07:13:11 EST)
- [PATCH v2 2/2] drm/panel: Add driver for Novatek NT36523 Jianhua Lu (Mon Feb 20 2023 - 07:13:20 EST)
- Re: [PATCH RESEND] x86/speculation: Fix user-mode spectre-v2 protection with KERNEL_IBRS Josh Poimboeuf (Mon Feb 20 2023 - 07:14:02 EST)
- Re: [PATCH v2 4/4] btrfs: replace btrfs_io_context::raid_map[] with a fixed u64 value Geert Uytterhoeven (Mon Feb 20 2023 - 07:15:06 EST)
- Re: [PATCH v2] dt-bindings: interrupt-controller: convert loongson,ls1x-intc.txt to json-schema Krzysztof Kozlowski (Mon Feb 20 2023 - 07:16:38 EST)
- Re: linux-next: duplicate patch in the driver-core tree Stephen Rothwell (Mon Feb 20 2023 - 07:17:11 EST)
- Re: [PATCH v3 4/5] apple-gmux: support MMIO gmux on T2 Macs Orlando Chamberlain (Mon Feb 20 2023 - 07:17:42 EST)
- Re: [PATCH v4 0/6] drm: lcdif: Add i.MX93 LCDIF support Rasmus Villemoes (Mon Feb 20 2023 - 07:19:50 EST)
- Re: [PATCH v1 01/17] thermal/core: Add a thermal zone 'devdata' accessor Geert Uytterhoeven (Mon Feb 20 2023 - 07:19:52 EST)
- [RFC PATCH] f2fs: preserve direct write semantics when buffering is forced Hans Holmberg (Mon Feb 20 2023 - 07:20:43 EST)
- Re: [PATCH RESEND] x86/speculation: Fix user-mode spectre-v2 protection with KERNEL_IBRS KP Singh (Mon Feb 20 2023 - 07:20:56 EST)
- [net PATCH] octeontx2-pf: Recalculate UDP checksum for ptp 1-step sync packet Sai Krishna (Mon Feb 20 2023 - 07:21:20 EST)
- [PATCH] RDMA/mlx5: Coding style fix Rohit Chavan (Mon Feb 20 2023 - 07:21:39 EST)
- Re: [PATCH v7 2/6] ocfs2: Switch to security_inode_init_security() Roberto Sassu (Mon Feb 20 2023 - 07:21:57 EST)
- [PATCH net-next V6] dt-bindings: net: xlnx,axi-ethernet: convert bindings document to yaml Sarath Babu Naidu Gaddam (Mon Feb 20 2023 - 07:23:17 EST)
- [PATCH v3 net-next 00/13] Add tc-mqprio and tc-taprio support for preemptible traffic classes Vladimir Oltean (Mon Feb 20 2023 - 07:24:04 EST)
- [PATCH v3 net-next 01/13] net: ethtool: fix __ethtool_dev_mm_supported() implementation Vladimir Oltean (Mon Feb 20 2023 - 07:24:08 EST)
- [PATCH v3 net-next 02/13] net: ethtool: create and export ethtool_dev_mm_supported() Vladimir Oltean (Mon Feb 20 2023 - 07:24:19 EST)
- [PATCH v3 net-next 03/13] net/sched: mqprio: simplify handling of nlattr portion of TCA_OPTIONS Vladimir Oltean (Mon Feb 20 2023 - 07:24:22 EST)
- [PATCH v3 net-next 04/13] net/sched: mqprio: add extack to mqprio_parse_nlattr() Vladimir Oltean (Mon Feb 20 2023 - 07:24:27 EST)
- [PATCH v3 net-next 05/13] net/sched: mqprio: add an extack message to mqprio_parse_opt() Vladimir Oltean (Mon Feb 20 2023 - 07:24:41 EST)
- [PATCH v3 net-next 06/13] net/sched: pass netlink extack to mqprio and taprio offload Vladimir Oltean (Mon Feb 20 2023 - 07:25:03 EST)
- [PATCH v3 net-next 07/13] net/sched: mqprio: allow per-TC user input of FP adminStatus Vladimir Oltean (Mon Feb 20 2023 - 07:25:24 EST)
- [PATCH v3 net-next 08/13] net/sched: taprio: allow per-TC user input of FP adminStatus Vladimir Oltean (Mon Feb 20 2023 - 07:25:28 EST)
- [PATCH v3 net-next 09/13] net: enetc: rename "mqprio" to "qopt" Vladimir Oltean (Mon Feb 20 2023 - 07:25:53 EST)
- [PATCH v3 net-next 10/13] net: mscc: ocelot: add support for mqprio offload Vladimir Oltean (Mon Feb 20 2023 - 07:25:57 EST)
- [PATCH v3 net-next 11/13] net: dsa: felix: act upon the mqprio qopt in taprio offload Vladimir Oltean (Mon Feb 20 2023 - 07:26:25 EST)
- [PATCH v3 net-next 12/13] net: mscc: ocelot: add support for preemptible traffic classes Vladimir Oltean (Mon Feb 20 2023 - 07:26:28 EST)
- Re: [PATCH] backlight: qcom-wled: Add PMI8950 compatible Daniel Thompson (Mon Feb 20 2023 - 07:26:47 EST)
- [GIT PULL] locking changes for v6.3 Ingo Molnar (Mon Feb 20 2023 - 07:26:49 EST)
- Re: 答复: [PATCH] PCI: of: Warn if bridge base/limit region overlaps with system ram region Robin Murphy (Mon Feb 20 2023 - 07:27:53 EST)
- [PATCH v3 net-next 13/13] net: enetc: add support for preemptible traffic classes Vladimir Oltean (Mon Feb 20 2023 - 07:29:19 EST)
- [PATCH v1 0/2] adding support for Microchip PAC193X Power Monitor marius.cristea (Mon Feb 20 2023 - 07:33:02 EST)
- [PATCH v1 2/2] iio: adc: adding support for pac193x marius.cristea (Mon Feb 20 2023 - 07:33:27 EST)
- [PATCH v1 1/2] dt-bindings: iio: adc: adding dt-bindings for PAC193X marius.cristea (Mon Feb 20 2023 - 07:33:30 EST)
- Re: [PATCH RESEND] x86/speculation: Fix user-mode spectre-v2 protection with KERNEL_IBRS KP Singh (Mon Feb 20 2023 - 07:34:28 EST)
- [GIT PULL] perf event updates for v6.3 Ingo Molnar (Mon Feb 20 2023 - 07:35:47 EST)
- Re: [PATCH] dt-bindings: mips: loongson: Add Loongson-1 based boards Krzysztof Kozlowski (Mon Feb 20 2023 - 07:36:58 EST)
- Re: [PATCH] arm64: pass ESR_ELx to die() of cfi_handler Mark Brown (Mon Feb 20 2023 - 07:39:34 EST)
- [PATCH -next] crypto: Use devm_platform_ioremap_resource() Yang Li (Mon Feb 20 2023 - 07:39:36 EST)
- Re: [PATCH] ARM: dts: qcom-apq8064: Fix opp table child name David Heidelberg (Mon Feb 20 2023 - 07:40:06 EST)
- Re: [PATCH v7 2/6] ocfs2: Switch to security_inode_init_security() Mimi Zohar (Mon Feb 20 2023 - 07:41:18 EST)
- [GIT PULL] m68k updates for v6.3 Geert Uytterhoeven (Mon Feb 20 2023 - 07:41:27 EST)
- [PATCH 0/7] timers/nohz: Fixes and cleanups v2 Frederic Weisbecker (Mon Feb 20 2023 - 07:41:44 EST)
- [PATCH 1/7] timers/nohz: Restructure and reshuffle struct tick_sched Frederic Weisbecker (Mon Feb 20 2023 - 07:41:50 EST)
- [PATCH 2/7] timers/nohz: Only ever update sleeptime from idle exit Frederic Weisbecker (Mon Feb 20 2023 - 07:41:57 EST)
- [PATCH 3/7] timers/nohz: Protect idle/iowait sleep time under seqcount Frederic Weisbecker (Mon Feb 20 2023 - 07:41:57 EST)
- [PATCH 4/7] timers/nohz: Add a comment about broken iowait counter update race Frederic Weisbecker (Mon Feb 20 2023 - 07:41:59 EST)
- [PATCH 5/7] timers/nohz: Remove middle-function __tick_nohz_idle_stop_tick() Frederic Weisbecker (Mon Feb 20 2023 - 07:42:02 EST)
- [PATCH 6/7] MAINTAINERS: Remove stale email address Frederic Weisbecker (Mon Feb 20 2023 - 07:42:05 EST)
- [PATCH 7/7] selftests/proc: Remove idle time monotonicity assertions Frederic Weisbecker (Mon Feb 20 2023 - 07:42:16 EST)
- [lvc-project] [PATCH] Input: cypress_ps2 - fix cypress_ps2_sendbyte() result check Igor Artemiev (Mon Feb 20 2023 - 07:42:22 EST)
- Re: [PATCH v7 4/6] security: Allow all LSMs to provide xattrs for inode_init_security hook Mimi Zohar (Mon Feb 20 2023 - 07:44:38 EST)
- [PATCH] debugfs: drop inline constant formatting for ERR_PTR(-ERROR) Bagas Sanjaya (Mon Feb 20 2023 - 07:47:37 EST)
- Re: [PATCH v4 0/6] drm: lcdif: Add i.MX93 LCDIF support Liu Ying (Mon Feb 20 2023 - 07:47:46 EST)
- [PATCH v7 0/8] Implement copy offload support Nitesh Shetty (Mon Feb 20 2023 - 07:48:26 EST)
- [PATCH v7 1/8] block: Introduce queue limits for copy-offload support Nitesh Shetty (Mon Feb 20 2023 - 07:48:30 EST)
- [PATCH v7 2/8] block: Add copy offload support infrastructure Nitesh Shetty (Mon Feb 20 2023 - 07:48:34 EST)
- [PATCH v7 3/8] block: add emulation for copy Nitesh Shetty (Mon Feb 20 2023 - 07:49:07 EST)
- [PATCH v7 4/8] fs, block: copy_file_range for def_blk_ops for direct block device. Nitesh Shetty (Mon Feb 20 2023 - 07:49:19 EST)
- [PATCH v7 5/8] nvme: add copy offload support Nitesh Shetty (Mon Feb 20 2023 - 07:49:35 EST)
- [PATCH v7 8/8] dm: Enable copy offload for dm-linear target Nitesh Shetty (Mon Feb 20 2023 - 07:50:02 EST)
- [PATCH v7 6/8] nvmet: add copy command support for bdev and file ns Nitesh Shetty (Mon Feb 20 2023 - 07:50:06 EST)
- [PATCH v7 7/8] dm: Add support for copy offload. Nitesh Shetty (Mon Feb 20 2023 - 07:50:08 EST)
- Re: [PATCH] drm/i915/guc: avoid FIELD_PREP warning Michal Wajdeczko (Mon Feb 20 2023 - 07:52:27 EST)
- Re: [PATCH] sysctl: fix proc_dobool() usability Ondrej Mosnacek (Mon Feb 20 2023 - 07:53:30 EST)
- Re: [PATCH RESEND] PCI: s390: Fix use-after-free of PCI bus resources with s390 per-function hotplug Niklas Schnelle (Mon Feb 20 2023 - 07:53:53 EST)
- [GIT PULL] scheduler changes for v6.3 Ingo Molnar (Mon Feb 20 2023 - 07:55:27 EST)
- [tip: irq/urgent] genirq/ipi: Fix NULL pointer deref in irq_data_get_affinity_mask() tip-bot2 for Sergey Shtylyov (Mon Feb 20 2023 - 07:56:11 EST)
- Re: [PATCH v6 18/41] mm: Introduce VM_SHADOW_STACK for shadow stack memory David Hildenbrand (Mon Feb 20 2023 - 07:57:02 EST)
- Re: [PATCH v6 19/41] x86/mm: Check shadow stack page fault errors David Hildenbrand (Mon Feb 20 2023 - 07:58:05 EST)
- Re: [PATCH v6 22/41] mm/mmap: Add shadow stack pages to memory accounting David Hildenbrand (Mon Feb 20 2023 - 07:59:38 EST)
- [PATCH] ptp: kvm: Use decrypted memory in confidential guest on x86 Jeremi Piotrowski (Mon Feb 20 2023 - 08:02:57 EST)
- [GIT PULL] x86/asm changes for v6.3 Ingo Molnar (Mon Feb 20 2023 - 08:03:07 EST)
- Re: [syzbot] upstream-arm64 build error Mark Rutland (Mon Feb 20 2023 - 08:07:38 EST)
- RFC: shall we have a baseband subsystem ? Enrico Weigelt, metux IT consult (Mon Feb 20 2023 - 08:07:42 EST)
- Re: [PATCH v10 2/6] dt-bindings: opp: v2-qcom-level: Document CPR3 open/closed loop volt adjustment Konrad Dybcio (Mon Feb 20 2023 - 08:10:10 EST)
- Re: INFO: REPRODUCED: memory leak in gpio device in 6.2-rc6 Mirsad Todorovac (Mon Feb 20 2023 - 08:10:20 EST)
- Re: [PATCH v4 1/1] riscv: Allow to downgrade paging mode from the command line Björn Töpel (Mon Feb 20 2023 - 08:10:23 EST)
- [GIT PULL] x86/boot changes for v6.3 Ingo Molnar (Mon Feb 20 2023 - 08:10:39 EST)
- [GIT PULL] x86/build change for v6.3 Ingo Molnar (Mon Feb 20 2023 - 08:15:19 EST)
- Re: [PATCH v10 3/6] fs/proc/task_mmu: Implement IOCTL to get and/or the clear info about PTEs Mike Rapoport (Mon Feb 20 2023 - 08:17:34 EST)
- RE: [PATCH RFC 0/3] Add Versa3 clock generator support Biju Das (Mon Feb 20 2023 - 08:18:21 EST)
- Re: [syzbot] upstream-arm64 build error Ard Biesheuvel (Mon Feb 20 2023 - 08:18:54 EST)
- [GIT PULL] x86/core changes for v6.3 Ingo Molnar (Mon Feb 20 2023 - 08:20:22 EST)
- Re: [PATCH v2 4/5] dt-bindings: mmc: sdhci-cadence: SD6 support Piyush Malgujar (Mon Feb 20 2023 - 08:23:33 EST)
- Re: [PATCH 3/5] mm: shrinkers: make count and scan in shrinker debugfs lockless kernel test robot (Mon Feb 20 2023 - 08:24:05 EST)
- Re: [PATCH v1 01/17] thermal/core: Add a thermal zone 'devdata' accessor Sebastian Reichel (Mon Feb 20 2023 - 08:24:06 EST)
- [GIT PULL] x86/fpu changes for v6.3 Ingo Molnar (Mon Feb 20 2023 - 08:24:36 EST)
- Re: [PATCH v10 3/6] fs/proc/task_mmu: Implement IOCTL to get and/or the clear info about PTEs Muhammad Usama Anjum (Mon Feb 20 2023 - 08:25:12 EST)
- [GIT PULL] x86/mm change for v6.3 Ingo Molnar (Mon Feb 20 2023 - 08:26:13 EST)
- [PATCH v2] blk-ioprio: Introduce promote-to-rt policy Hou Tao (Mon Feb 20 2023 - 08:26:21 EST)
- Re: [PATCH v10 3/6] fs/proc/task_mmu: Implement IOCTL to get and/or the clear info about PTEs Mike Rapoport (Mon Feb 20 2023 - 08:27:09 EST)
- [GIT PULL] x86/platform changes for v6.3 Ingo Molnar (Mon Feb 20 2023 - 08:29:23 EST)
- Re: [PATCH 1/7] dt-bindings: PCI: qcom: Add IPQ9574 specific compatible Devi Priya (Mon Feb 20 2023 - 08:31:24 EST)
- Re: [PATCH v1 07/17] thermal/hwmon: Use the thermal API instead tampering the internals Daniel Lezcano (Mon Feb 20 2023 - 08:34:19 EST)
- Re: [PATCH v3] nvmem: u-boot-env: align endianness of crc32 values INAGAKI Hiroshi (Mon Feb 20 2023 - 08:34:42 EST)
- Re: [GIT pull] irq/core for v6.3-rc1 Johan Hovold (Mon Feb 20 2023 - 08:38:21 EST)
- [PATCH 4.14 00/53] 4.14.306-rc1 review Greg Kroah-Hartman (Mon Feb 20 2023 - 08:38:57 EST)
- Re: [RFC PATCH 0/1] sched/pelt: Change PELT halflife at runtime Vincent Guittot (Mon Feb 20 2023 - 08:39:51 EST)
- A potential deadlock in sockhash map Hsin-Wei Hung (Mon Feb 20 2023 - 08:40:42 EST)
- [PATCH 4.19 00/89] 4.19.273-rc1 review Greg Kroah-Hartman (Mon Feb 20 2023 - 08:40:55 EST)
- Re: [PATCH v2 1/5] drivers: mmc: sdhci-cadence: Reformat the code Piyush Malgujar (Mon Feb 20 2023 - 08:41:17 EST)
- Re: [PATCH 2/7] PCI: qcom: Add IPQ9574 PCIe support Devi Priya (Mon Feb 20 2023 - 08:42:41 EST)
- Re: INFO: REPRODUCED: memory leak in gpio device in 6.2-rc6 Andy Shevchenko (Mon Feb 20 2023 - 08:43:51 EST)
- Re: [PATCH 6/7] clk: qcom: gcc-ipq9574: Add PCIe related clocks Devi Priya (Mon Feb 20 2023 - 08:44:01 EST)
- [PATCH 5.4 000/156] 5.4.232-rc1 review Greg Kroah-Hartman (Mon Feb 20 2023 - 08:44:25 EST)
- Re: [PATCH 6/7] clk: qcom: gcc-ipq9574: Add PCIe related clocks Devi Priya (Mon Feb 20 2023 - 08:45:17 EST)
- [PATCH] quota: make dquot_set_dqinfo return errors from ->write_info Yangtao Li (Mon Feb 20 2023 - 08:47:30 EST)
- Re: [PATCH 7/7] arm64: dts: qcom: ipq9574: Add PCIe PHYs and controller nodes Devi Priya (Mon Feb 20 2023 - 08:48:12 EST)
- Re: [PATCH v2 1/3] mfd: tqmx86: do not access I2C_DETECT register through io_base Andrew Lunn (Mon Feb 20 2023 - 08:48:46 EST)
- Re: [PATCH 0/7] Add PCIe support for IPQ9574 Devi Priya (Mon Feb 20 2023 - 08:49:01 EST)
- Re: [PATCH v2 4/5] dt-bindings: mmc: sdhci-cadence: SD6 support Krzysztof Kozlowski (Mon Feb 20 2023 - 08:49:16 EST)
- [PATCH 5.15 00/83] 5.15.95-rc1 review Greg Kroah-Hartman (Mon Feb 20 2023 - 08:51:57 EST)
- Re: [PATCH V2 5/6] arm64: dts: qcom: ipq9574: Add RPM related nodes Devi Priya (Mon Feb 20 2023 - 08:53:49 EST)
- Re: [RFC PATCH 0/1] sched/pelt: Change PELT halflife at runtime Vincent Guittot (Mon Feb 20 2023 - 08:54:44 EST)
- [PATCH 5.10 00/57] 5.10.169-rc1 review Greg Kroah-Hartman (Mon Feb 20 2023 - 08:55:14 EST)
- Re: [PATCH V2 2/5] clk: qcom: apss-ipq-pll: Enable APSS clock driver in IPQ9574 Devi Priya (Mon Feb 20 2023 - 08:56:06 EST)
- [PATCH net-next v1 4/4] net: phy: c45: genphy_c45_ethtool_set_eee: validate EEE link modes Oleksij Rempel (Mon Feb 20 2023 - 08:56:50 EST)
- [PATCH net-next v1 3/4] net: phy: do not force EEE support Oleksij Rempel (Mon Feb 20 2023 - 08:56:53 EST)
- [PATCH net-next v1 2/4] net: phy: c45: add genphy_c45_an_config_eee_aneg() function Oleksij Rempel (Mon Feb 20 2023 - 08:56:55 EST)
- [PATCH net-next v1 1/4] net: phy: c45: use "supported_eee" instead of supported for access validation Oleksij Rempel (Mon Feb 20 2023 - 08:57:02 EST)
- [PATCH net-next v1 0/4] net: phy: EEE fixes Oleksij Rempel (Mon Feb 20 2023 - 08:57:04 EST)
- [PATCH 6.1 000/118] 6.1.13-rc1 review Greg Kroah-Hartman (Mon Feb 20 2023 - 08:58:51 EST)
- Re: linux-next: manual merge of the mm-stable tree with the cifs tree Matthew Wilcox (Mon Feb 20 2023 - 08:59:10 EST)
- Re: [PATCH] scsi: ufs: Add select to CONFIG_PM in Kconfig AngeloGioacchino Del Regno (Mon Feb 20 2023 - 08:59:32 EST)
- Re: [PATCH v10 07/26] mailbox: Add Gunyah message queue mailbox Srinivas Kandagatla (Mon Feb 20 2023 - 08:59:40 EST)
- Re: [PATCH v10 04/26] virt: gunyah: Add hypercalls to identify Gunyah Srinivas Kandagatla (Mon Feb 20 2023 - 09:00:11 EST)
- Re: [PATCH v4 7/7] riscv: dts: starfive: visionfive-v2: Enable gmac device tree node Emil Renner Berthing (Mon Feb 20 2023 - 09:05:40 EST)
- [Patch v2 0/9] Tegra234 Memory interconnect support Sumit Gupta (Mon Feb 20 2023 - 09:06:31 EST)
- [Patch v2 1/9] firmware: tegra: add function to get BPMP data Sumit Gupta (Mon Feb 20 2023 - 09:06:49 EST)
- [Patch v2 2/9] memory: tegra: add interconnect support for DRAM scaling in Tegra234 Sumit Gupta (Mon Feb 20 2023 - 09:07:16 EST)
- [Patch v2 3/9] memory: tegra: add mc clients for Tegra234 Sumit Gupta (Mon Feb 20 2023 - 09:07:46 EST)
- [Patch v2 4/9] memory: tegra: add software mc clients in Tegra234 Sumit Gupta (Mon Feb 20 2023 - 09:07:59 EST)
- [Patch v2 5/9] dt-bindings: tegra: add icc ids for dummy MC clients Sumit Gupta (Mon Feb 20 2023 - 09:08:19 EST)
- [Patch v2 6/9] arm64: tegra: Add cpu OPP tables and interconnects property Sumit Gupta (Mon Feb 20 2023 - 09:08:34 EST)
- Re: [PATCH 2/2] hwmon: (adt7475) Fix setting of hysteresis registers Guenter Roeck (Mon Feb 20 2023 - 09:09:10 EST)
- [Patch v2 7/9] cpufreq: tegra194: add OPP support and set bandwidth Sumit Gupta (Mon Feb 20 2023 - 09:09:51 EST)
- [Patch v2 8/9] memory: tegra: make cpu cluster bw request a multiple of mc channels Sumit Gupta (Mon Feb 20 2023 - 09:10:09 EST)
- [Patch v2 9/9] PCI: tegra194: add interconnect support in Tegra234 Sumit Gupta (Mon Feb 20 2023 - 09:10:12 EST)
- Re: [PATCH net-next v1 1/4] net: phy: c45: use "supported_eee" instead of supported for access validation Russell King (Oracle) (Mon Feb 20 2023 - 09:10:34 EST)
- Re: [PATCH net-next v1 2/4] net: phy: c45: add genphy_c45_an_config_eee_aneg() function Russell King (Oracle) (Mon Feb 20 2023 - 09:10:52 EST)
- Re: [PATCH net-next 5/5] net: dsa: mv88e6xxx: implementation of dynamic ATU entries Simon Horman (Mon Feb 20 2023 - 09:12:56 EST)
- Re: [PATCH v1 07/17] thermal/hwmon: Use the thermal API instead tampering the internals Guenter Roeck (Mon Feb 20 2023 - 09:13:00 EST)
- Re: [PATCH v2] MIPS: vpe-mt: drop physical_memsize Thomas Bogendoerfer (Mon Feb 20 2023 - 09:16:54 EST)
- Re: [PATCH v2] sched/core: Adapt WARN_DOUBLE_CLOCK machinery for core-sched Peter Zijlstra (Mon Feb 20 2023 - 09:16:57 EST)
- Re: [PATCH net-next v1 3/4] net: phy: do not force EEE support Russell King (Oracle) (Mon Feb 20 2023 - 09:18:52 EST)
- Re: [PATCH v2 1/6] ARM/dma-mapping: Remove iommu_detach_device() Robin Murphy (Mon Feb 20 2023 - 09:21:13 EST)
- Re: [PATCH net-next v1 3/4] net: phy: do not force EEE support Russell King (Oracle) (Mon Feb 20 2023 - 09:21:53 EST)
- Re: [PATCH v4 6/7] riscv: dts: starfive: jh7110: Add ethernet device node Emil Renner Berthing (Mon Feb 20 2023 - 09:22:43 EST)
- [GIT PULL] Hyper-V commits for 6.3 Wei Liu (Mon Feb 20 2023 - 09:23:41 EST)
- Re: [PATCH v3] Drivers: vmbus: Check for channel allocation before looking up relids Wei Liu (Mon Feb 20 2023 - 09:24:21 EST)
- [PATCH] scsi: ufs: ufs-mediatek: guard ufs_mtk_runtime_suspend() and ufs_mtk_runtime_resume() w/ CONFIG_PM Yangtao Li (Mon Feb 20 2023 - 09:25:08 EST)
- Re: [QUESTION] about the maple tree and current status of mmap_lock scalability Hyeonggon Yoo (Mon Feb 20 2023 - 09:27:02 EST)
- Re: linux-next: manual merge of the mm-stable tree with the ext4 tree Matthew Wilcox (Mon Feb 20 2023 - 09:27:12 EST)
- Re: linux-next: manual merge of the mm-stable tree with the cifs tree David Howells (Mon Feb 20 2023 - 09:30:41 EST)
- Re: [PATCH] cxl/hdm: dev_warn() on unsupported mixed mode decoder Jonathan Cameron (Mon Feb 20 2023 - 09:31:22 EST)
- Re: [PATCH RESEND] x86/speculation: Fix user-mode spectre-v2 protection with KERNEL_IBRS Borislav Petkov (Mon Feb 20 2023 - 09:31:50 EST)
- [PATCH v2] ACPI: cpufreq: use a platform device to load ACPI PPC and PCC drivers Petr Pavlu (Mon Feb 20 2023 - 09:32:16 EST)
- Re: [RFC PATCH V2 0/1] x86: cpu topology fix and question on x86_max_cores Zhang, Rui (Mon Feb 20 2023 - 09:33:23 EST)
- [GIT PULL] regmap updates for v6.3 Mark Brown (Mon Feb 20 2023 - 09:33:53 EST)
- [GIT PULL] regulator updates for v6.3 Mark Brown (Mon Feb 20 2023 - 09:34:07 EST)
- [GIT PULL] SPI updates for v6.3 Mark Brown (Mon Feb 20 2023 - 09:34:23 EST)
- Re: [PATCH bpf-next v2] riscv, bpf: Add kfunc support for RV64 Björn Töpel (Mon Feb 20 2023 - 09:34:52 EST)
- Re: [PATCH V2 5/6] arm64: dts: qcom: ipq9574: Add RPM related nodes Konrad Dybcio (Mon Feb 20 2023 - 09:37:03 EST)
- Re: [PATCH drm-next v2 03/16] maple_tree: split up MA_STATE() macro Danilo Krummrich (Mon Feb 20 2023 - 09:39:11 EST)
- [PATCH] staging: rtl8712: Fix Sparse warnings in rtl871x_ioctl_linux.c Shibo Li (Mon Feb 20 2023 - 09:39:14 EST)
- Re: [PATCH drm-next v2 03/16] maple_tree: split up MA_STATE() macro Danilo Krummrich (Mon Feb 20 2023 - 09:39:25 EST)
- Re: [RFC PATCH V2 0/1] x86: cpu topology fix and question on x86_max_cores Zhang, Rui (Mon Feb 20 2023 - 09:41:03 EST)
- v4l2-test-controls.cpp(325): expected 8 private controls, got 7 Naresh Kamboju (Mon Feb 20 2023 - 09:42:35 EST)
- Re: [QUESTION] about the maple tree and current status of mmap_lock scalability Matthew Wilcox (Mon Feb 20 2023 - 09:43:39 EST)
- [PATCH v5] posix-timers: Prefer delivery of signals to the current thread Dmitry Vyukov (Mon Feb 20 2023 - 09:44:00 EST)
- [PATCH][next] of: dynamic: Fix spelling mistake "kojbect" -> "kobject" Colin Ian King (Mon Feb 20 2023 - 09:44:29 EST)
- Re: [PATCH v9 2/9] arm64: dts: ti: k3-j721s2-main: Add support for USB Andrew Davis (Mon Feb 20 2023 - 09:45:40 EST)
- Re: [RFC PATCH 2/4] tools/nolibc: add integer types and integer limit macros Willy Tarreau (Mon Feb 20 2023 - 09:47:50 EST)
- RE: [PATCH v1 01/17] thermal/core: Add a thermal zone 'devdata' accessor DLG Adam Ward (Mon Feb 20 2023 - 09:48:58 EST)
- Re: [PATCH v2 0/8] Support ACPI PSP on Hyper-V Tom Lendacky (Mon Feb 20 2023 - 09:50:08 EST)
- Re: [PATCH drm-next v2 04/16] maple_tree: add flag MT_FLAGS_LOCK_NONE Danilo Krummrich (Mon Feb 20 2023 - 09:50:51 EST)
- Re: [PATCH 2/7] PCI: qcom: Add IPQ9574 PCIe support Kathiravan T (Mon Feb 20 2023 - 09:52:32 EST)
- RE: [PATCH v4 2/5] drivers: regulator: Add ADI MAX77541/MAX77540 Regulator Support Sahin, Okan (Mon Feb 20 2023 - 09:59:23 EST)
- arm64: libgpiod: refcount_t: underflow; use-after-free. Naresh Kamboju (Mon Feb 20 2023 - 09:59:51 EST)
- Re: [PATCH] staging: rtl8712: Fix multiple line dereference Dan Carpenter (Mon Feb 20 2023 - 10:00:32 EST)
- RE: [PATCH] usb: xhci: Workaround for runpm issue on AMD xHC Limonciello, Mario (Mon Feb 20 2023 - 10:00:59 EST)
- [PATCH v3 00/55] MediaTek clocks: full module build and cleanups AngeloGioacchino Del Regno (Mon Feb 20 2023 - 10:01:30 EST)
- [PATCH v3 01/55] clk: mediatek: clk-mtk: Switch to device_get_match_data() AngeloGioacchino Del Regno (Mon Feb 20 2023 - 10:01:34 EST)
- Re: [PATCH v4 6/7] riscv: dts: starfive: jh7110: Add ethernet device node Emil Renner Berthing (Mon Feb 20 2023 - 10:01:38 EST)
- [PATCH v3 02/55] clk: mediatek: clk-mtk: Introduce clk_mtk_pdev_{probe,remove}() AngeloGioacchino Del Regno (Mon Feb 20 2023 - 10:01:41 EST)
- [PATCH v3 04/55] clk: mediatek: Add divider clocks to mtk_clk_simple_{probe,remove}() AngeloGioacchino Del Regno (Mon Feb 20 2023 - 10:01:48 EST)
- [PATCH v3 03/55] clk: mediatek: Migrate to mtk_clk_pdev_probe() for multimedia clocks AngeloGioacchino Del Regno (Mon Feb 20 2023 - 10:01:52 EST)
- [PATCH v3 05/55] clk: mediatek: mt2712: Migrate topckgen/mcucfg to mtk_clk_simple_probe() AngeloGioacchino Del Regno (Mon Feb 20 2023 - 10:01:54 EST)
- [PATCH v3 06/55] clk: mediatek: mt2712: Compress clock arrays entries to 90 columns AngeloGioacchino Del Regno (Mon Feb 20 2023 - 10:01:57 EST)
- [PATCH v3 07/55] clk: mediatek: mt2712: Add error handling to clk_mt2712_apmixed_probe() AngeloGioacchino Del Regno (Mon Feb 20 2023 - 10:02:08 EST)
- [PATCH v3 08/55] clk: mediatek: mt2712: Move apmixedsys clock driver to its own file AngeloGioacchino Del Regno (Mon Feb 20 2023 - 10:02:12 EST)
- [PATCH v3 09/55] clk: mediatek: mt2712-apmixedsys: Add .remove() callback for module build AngeloGioacchino Del Regno (Mon Feb 20 2023 - 10:02:16 EST)
- [PATCH v3 10/55] clk: mediatek: mt2712: Change to use module_platform_driver macro AngeloGioacchino Del Regno (Mon Feb 20 2023 - 10:02:19 EST)
- [PATCH v3 11/55] clk: mediatek: mt8365: Move apmixedsys clock driver to its own file AngeloGioacchino Del Regno (Mon Feb 20 2023 - 10:02:22 EST)
- [PATCH v3 12/55] clk: mediatek: mt8365: Convert simple_gate to mtk_gate clocks AngeloGioacchino Del Regno (Mon Feb 20 2023 - 10:02:25 EST)
- [PATCH v3 13/55] clk: mediatek: mt8365: Join top_misc_mux_gates and top_misc_muxes arrays AngeloGioacchino Del Regno (Mon Feb 20 2023 - 10:02:34 EST)
- [PATCH v3 14/55] clk: mediatek: mt8365: Convert to mtk_clk_simple_{probe,remove}() AngeloGioacchino Del Regno (Mon Feb 20 2023 - 10:02:37 EST)
- [PATCH v3 15/55] clk: mediatek: mt8167: Compress GATE_TOPx macros AngeloGioacchino Del Regno (Mon Feb 20 2023 - 10:02:41 EST)
- [PATCH v3 16/55] clk: mediatek: mt8167: Move apmixedsys as platform_driver in new file AngeloGioacchino Del Regno (Mon Feb 20 2023 - 10:02:44 EST)
- [PATCH v3 17/55] clk: mediatek: mt8167: Remove __initconst annotation from arrays AngeloGioacchino Del Regno (Mon Feb 20 2023 - 10:02:47 EST)
- [PATCH v3 18/55] clk: mediatek: mt8167: Convert to mtk_clk_simple_{probe,remove}() AngeloGioacchino Del Regno (Mon Feb 20 2023 - 10:02:59 EST)
- [PATCH v3 19/55] clk: mediatek: mt8183: Move apmixedsys clock driver to its own file AngeloGioacchino Del Regno (Mon Feb 20 2023 - 10:03:02 EST)
- [PATCH v3 20/55] clk: mediatek: mt8183: Compress clocks arrays entries where possible AngeloGioacchino Del Regno (Mon Feb 20 2023 - 10:03:14 EST)
- [PATCH v3 21/55] clk: mediatek: mt8183: Convert all remaining clocks to common probe AngeloGioacchino Del Regno (Mon Feb 20 2023 - 10:03:17 EST)
- [PATCH v3 23/55] clk: mediatek: mt7622: Properly use CLK_IS_CRITICAL flag AngeloGioacchino Del Regno (Mon Feb 20 2023 - 10:03:28 EST)
- [PATCH v3 22/55] clk: mediatek: Consistently use GATE_MTK() macro AngeloGioacchino Del Regno (Mon Feb 20 2023 - 10:03:31 EST)
- [PATCH v3 25/55] clk: mediatek: mt7622-apmixedsys: Add .remove() callback for module build AngeloGioacchino Del Regno (Mon Feb 20 2023 - 10:03:37 EST)
- [PATCH v3 24/55] clk: mediatek: mt7622: Move apmixedsys clock driver to its own file AngeloGioacchino Del Regno (Mon Feb 20 2023 - 10:03:41 EST)
- [PATCH v3 27/55] clk: mediatek: mt7622: Convert to platform driver and simple probe AngeloGioacchino Del Regno (Mon Feb 20 2023 - 10:03:45 EST)
- [PATCH v3 30/55] clk: mediatek: mt8516: Allow building clock drivers as modules AngeloGioacchino Del Regno (Mon Feb 20 2023 - 10:03:48 EST)
- [PATCH v3 32/55] clk: mediatek: mt7986-apmixed: Use PLL_AO flag to set critical clock AngeloGioacchino Del Regno (Mon Feb 20 2023 - 10:03:50 EST)
- [PATCH v3 33/55] clk: mediatek: mt7986-infracfg: Migrate to common probe mechanism AngeloGioacchino Del Regno (Mon Feb 20 2023 - 10:03:54 EST)
- [PATCH v3 26/55] clk: mediatek: mt7622: Move infracfg to clk-mt7622-infracfg.c AngeloGioacchino Del Regno (Mon Feb 20 2023 - 10:03:57 EST)
- [PATCH v3 36/55] clk: mediatek: Switch to module_platform_driver() where possible AngeloGioacchino Del Regno (Mon Feb 20 2023 - 10:04:02 EST)
- [PATCH v3 37/55] clk: mediatek: Add MODULE_LICENSE() where missing AngeloGioacchino Del Regno (Mon Feb 20 2023 - 10:04:10 EST)
- [PATCH v3 38/55] clk: mediatek: mt2712: Change Kconfig options to allow module build AngeloGioacchino Del Regno (Mon Feb 20 2023 - 10:04:13 EST)
- [PATCH v3 28/55] clk: mediatek: mt8516: Move apmixedsys clock driver to its own file AngeloGioacchino Del Regno (Mon Feb 20 2023 - 10:04:16 EST)
- [PATCH v3 39/55] clk: mediatek: Split MT8195 clock drivers and allow module build AngeloGioacchino Del Regno (Mon Feb 20 2023 - 10:04:19 EST)
- [PATCH v3 42/55] clk: mediatek: Allow all MT8167 clocks to be built as modules AngeloGioacchino Del Regno (Mon Feb 20 2023 - 10:04:22 EST)
- [PATCH v3 40/55] clk: mediatek: Allow building MT8192 non-critical clocks as modules AngeloGioacchino Del Regno (Mon Feb 20 2023 - 10:04:26 EST)
- [PATCH v3 29/55] clk: mediatek: mt8516: Convert to platform driver and simple probe AngeloGioacchino Del Regno (Mon Feb 20 2023 - 10:04:28 EST)
- [PATCH v3 31/55] clk: mediatek: Propagate struct device with mtk_clk_register_dividers() AngeloGioacchino Del Regno (Mon Feb 20 2023 - 10:04:41 EST)
- [PATCH v3 44/55] clk: mediatek: Allow building most MT6765 clock drivers as modules AngeloGioacchino Del Regno (Mon Feb 20 2023 - 10:04:44 EST)
- [PATCH v3 46/55] clk: mediatek: Split configuration options for MT8186 clock drivers AngeloGioacchino Del Regno (Mon Feb 20 2023 - 10:04:56 EST)
- [PATCH v3 50/55] clk: mediatek: mt8135: Move apmixedsys to its own file AngeloGioacchino Del Regno (Mon Feb 20 2023 - 10:04:58 EST)
- [PATCH v3 51/55] clk: mediatek: mt8135: Properly use CLK_IS_CRITICAL flag AngeloGioacchino Del Regno (Mon Feb 20 2023 - 10:05:03 EST)
- [PATCH v3 35/55] clk: mediatek: mt8186-mcu: Migrate to common probe mechanism AngeloGioacchino Del Regno (Mon Feb 20 2023 - 10:05:12 EST)
- [PATCH v3 54/55] clk: mediatek: mt8135: Convert to simple probe and enable module build AngeloGioacchino Del Regno (Mon Feb 20 2023 - 10:05:16 EST)
- [PATCH v3 53/55] clk: mediatek: mt8135: Join root_clk_alias and top_divs arrays AngeloGioacchino Del Regno (Mon Feb 20 2023 - 10:05:18 EST)
- [PATCH v3 41/55] clk: mediatek: Allow MT7622 clocks to be built as modules AngeloGioacchino Del Regno (Mon Feb 20 2023 - 10:05:37 EST)
- [PATCH v3 45/55] clk: mediatek: Allow building most MT6797 clock drivers as modules AngeloGioacchino Del Regno (Mon Feb 20 2023 - 10:05:39 EST)
- [PATCH v3 47/55] clk: mediatek: mt8192: Move apmixedsys clock driver to its own file AngeloGioacchino Del Regno (Mon Feb 20 2023 - 10:05:43 EST)
- [PATCH v3 43/55] clk: mediatek: Allow all MT8183 clocks to be built as modules AngeloGioacchino Del Regno (Mon Feb 20 2023 - 10:05:46 EST)
- [PATCH v3 49/55] clk: mediatek: Add MODULE_DEVICE_TABLE() where appropriate AngeloGioacchino Del Regno (Mon Feb 20 2023 - 10:06:09 EST)
- [PATCH v3 52/55] clk: mediatek: mt8135-apmixedsys: Convert to platform_driver and module AngeloGioacchino Del Regno (Mon Feb 20 2023 - 10:06:11 EST)
- [PATCH v3 55/55] clk: mediatek: mt8135: Remove __initconst annotation from clock arrays AngeloGioacchino Del Regno (Mon Feb 20 2023 - 10:06:25 EST)
- Re: [PATCH net-next v1 3/4] net: phy: do not force EEE support Oleksij Rempel (Mon Feb 20 2023 - 10:09:43 EST)
- [PATCH v3 48/55] clk: mediatek: Kconfig: Allow module build for core mt8192 clocks AngeloGioacchino Del Regno (Mon Feb 20 2023 - 10:09:46 EST)
- Re: [PATCH net-next v1 3/4] net: phy: do not force EEE support Oleksij Rempel (Mon Feb 20 2023 - 10:10:44 EST)
- Re: v4l2-test-controls.cpp(325): expected 8 private controls, got 7 Hans Verkuil (Mon Feb 20 2023 - 10:10:59 EST)
- Re: [PATCH 1/2] lockdep: lock_set_lock_cmp_fn() Peter Zijlstra (Mon Feb 20 2023 - 10:11:35 EST)
- Re: [PATCH drm-next v2 04/16] maple_tree: add flag MT_FLAGS_LOCK_NONE Matthew Wilcox (Mon Feb 20 2023 - 10:12:32 EST)
- Re: linux-next: manual merge of the mm-stable tree with the cifs tree Matthew Wilcox (Mon Feb 20 2023 - 10:14:42 EST)
- Re: [syzbot] upstream-arm64 build error Mark Rutland (Mon Feb 20 2023 - 10:15:28 EST)
- [PATCH v3 34/55] clk: mediatek: mt7986-eth: Migrate to common probe mechanism AngeloGioacchino Del Regno (Mon Feb 20 2023 - 10:15:51 EST)
- Re: [PATCH] staging: rtl8712: Fix Sparse warnings in rtl871x_ioctl_linux.c Dan Carpenter (Mon Feb 20 2023 - 10:16:33 EST)
- [PATCH] mm: change memcg->oom_group access with atomic operations Yue Zhao (Mon Feb 20 2023 - 10:17:29 EST)
- Re: [PATCH v7 4/8] fs, block: copy_file_range for def_blk_ops for direct block device. kernel test robot (Mon Feb 20 2023 - 10:19:21 EST)
- [PATCH v4 1/2] tty: new helper function tty_get_mget Florian Eckert (Mon Feb 20 2023 - 10:20:57 EST)
- [PATCH v4 2/2] trigger: ledtrig-tty: add additional modes Florian Eckert (Mon Feb 20 2023 - 10:20:59 EST)
- [PATCH v4 0/2] leds: ledtrig-tty: add tty_led_mode xtension Florian Eckert (Mon Feb 20 2023 - 10:21:02 EST)
- Re: [PATCH V2 5/6] arm64: dts: qcom: ipq9574: Add RPM related nodes Devi Priya (Mon Feb 20 2023 - 10:22:43 EST)
- [PATCH v7 1/6] s390/ism: Set DMA coherent mask Niklas Schnelle (Mon Feb 20 2023 - 10:22:47 EST)
- [PATCH v7 4/6] s390/pci: Use dma-iommu layer Niklas Schnelle (Mon Feb 20 2023 - 10:22:58 EST)
- [PATCH v7 3/6] s390/pci: prepare is_passed_through() for dma-iommu Niklas Schnelle (Mon Feb 20 2023 - 10:23:00 EST)
- [PATCH v7 5/6] iommu/dma: Allow a single FQ in addition to per-CPU FQs Niklas Schnelle (Mon Feb 20 2023 - 10:23:13 EST)
- [PATCH v7 0/6] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing Niklas Schnelle (Mon Feb 20 2023 - 10:23:17 EST)
- [PATCH v7 6/6] iommu/dma: Make flush queue sizes and timeout driver configurable Niklas Schnelle (Mon Feb 20 2023 - 10:23:22 EST)
- [PATCH v7 2/6] iommu: Allow .iotlb_sync_map to fail and handle s390's -ENOMEM return Niklas Schnelle (Mon Feb 20 2023 - 10:23:25 EST)
- Re: [PATCH v2 3/9] drm/vc4: hdmi: Add Broadcast RGB property to allow override of RGB range Dave Stevenson (Mon Feb 20 2023 - 10:24:42 EST)
- [GIT PULL] x86/alternatives for v6.3-rc1 Borislav Petkov (Mon Feb 20 2023 - 10:24:54 EST)
- Re: [PATCH v2] vhost/vdpa: Add MSI translation tables to iommu for software-managed MSI Michael S. Tsirkin (Mon Feb 20 2023 - 10:26:01 EST)
- Re: [PATCH 2/7] PCI: qcom: Add IPQ9574 PCIe support Devi Priya (Mon Feb 20 2023 - 10:26:32 EST)
- [PATCH] dma-direct: cleanup parameters to dma_direct_optimal_gfp_mask Petr Tesarik (Mon Feb 20 2023 - 10:27:49 EST)
- Re: [PATCH v4 2/5] drivers: regulator: Add ADI MAX77541/MAX77540 Regulator Support Andy Shevchenko (Mon Feb 20 2023 - 10:30:21 EST)
- [PATCH] dma-direct: cleanup parameters to dma_direct_optimal_gfp_mask Petr Tesarik (Mon Feb 20 2023 - 10:32:18 EST)
- Re: [PATCH net-next v1 3/4] net: phy: do not force EEE support Andrew Lunn (Mon Feb 20 2023 - 10:32:47 EST)
- [PATCH v2 1/1] regmap-irq: Place kernel doc of struct regmap_irq_chip in order Andy Shevchenko (Mon Feb 20 2023 - 10:33:16 EST)
- [PATCH] phy: cadence: Sierra: Add PCIe + SGMII PHY multilink configuration Swapnil Jakhade (Mon Feb 20 2023 - 10:33:41 EST)
- Re: [PATCH net-next v1 4/4] net: phy: c45: genphy_c45_ethtool_set_eee: validate EEE link modes Andrew Lunn (Mon Feb 20 2023 - 10:35:10 EST)
- [GIT PULL] Documentation for 6.3 Jonathan Corbet (Mon Feb 20 2023 - 10:38:43 EST)
- Re: [syzbot] upstream-arm64 build error Ard Biesheuvel (Mon Feb 20 2023 - 10:38:53 EST)
- Re: [PATCH RESEND] x86/speculation: Fix user-mode spectre-v2 protection with KERNEL_IBRS Dave Hansen (Mon Feb 20 2023 - 10:39:02 EST)
- Re: [PATCH v1 07/17] thermal/hwmon: Use the thermal API instead tampering the internals Daniel Lezcano (Mon Feb 20 2023 - 10:39:55 EST)
- Re: [PATCH net-next v1 3/4] net: phy: do not force EEE support Andrew Lunn (Mon Feb 20 2023 - 10:43:44 EST)
- Re: [PATCH V2 04/21] RISC-V: Add support to build the ACPI core Andrew Jones (Mon Feb 20 2023 - 10:44:24 EST)
- Re: [PATCH v3 1/2] clk: Add generic sync_state callback for disabling unused clocks Abel Vesa (Mon Feb 20 2023 - 10:46:45 EST)
- Re: [PATCH v4 14/14] drm/i915: Add deadline based boost support Tvrtko Ursulin (Mon Feb 20 2023 - 10:46:54 EST)
- [PATCH bpf-next v5] bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES Alexander Lobakin (Mon Feb 20 2023 - 10:47:32 EST)
- Re: [PATCH net-next v1 3/4] net: phy: do not force EEE support Andrew Lunn (Mon Feb 20 2023 - 10:48:40 EST)
- Re: [PATCH bpf-next v4] bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES Alexander Lobakin (Mon Feb 20 2023 - 10:49:31 EST)
- Re: [PATCH 0/3] Allow CONFIG_PPC64_BIG_ENDIAN_ELF_ABI_V2 with ld.lld 15+ Nathan Chancellor (Mon Feb 20 2023 - 10:51:16 EST)
- Re: [PATCH v4 10/14] drm/vblank: Add helper to get next vblank time Rob Clark (Mon Feb 20 2023 - 10:55:56 EST)
- Re: [syzbot] upstream-arm64 build error Mark Rutland (Mon Feb 20 2023 - 10:56:59 EST)
- [PATCH] Refactor 'peeksiginfo' ptrace test part Ivan Orlov (Mon Feb 20 2023 - 11:03:21 EST)
- Re: [PATCH V2 05/21] ACPI: Kconfig: Enable ACPI_PROCESSOR for RISC-V Andrew Jones (Mon Feb 20 2023 - 11:05:25 EST)
- Re: [PATCH] vc_screen: don't clobber return value in vcs_read Storm Dragon (Mon Feb 20 2023 - 11:06:16 EST)
- [PATCH 1/1] *** fix potential NULL dereference in real_cred *** Moonlinh (Mon Feb 20 2023 - 11:06:24 EST)
- [GIT PULL] x86/cache for v6.3-rc1 Borislav Petkov (Mon Feb 20 2023 - 11:06:36 EST)
- [PATCH 1/1] fix NULL dereference in real_cred Moonlinh (Mon Feb 20 2023 - 11:06:48 EST)
- [ANNOUNCE] v6.2-rt3 Sebastian Andrzej Siewior (Mon Feb 20 2023 - 11:08:00 EST)
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64 Oleksandr Natalenko (Mon Feb 20 2023 - 11:08:44 EST)
- Re: [PATCH v4 05/14] dma-buf/sync_file: Add SET_DEADLINE ioctl Rob Clark (Mon Feb 20 2023 - 11:09:23 EST)
- Re: [PATCH V2 07/21] ACPI: processor_core: RISC-V: Enable mapping processor to the hartid Andrew Jones (Mon Feb 20 2023 - 11:10:19 EST)
- Re: [PATCH net-next v1 3/4] net: phy: do not force EEE support Oleksij Rempel (Mon Feb 20 2023 - 11:13:51 EST)
- Re: [PATCH v4 06/14] dma-buf/sync_file: Support (E)POLLPRI Rob Clark (Mon Feb 20 2023 - 11:15:02 EST)
- [PATCH] i2c: ocores: generate stop condition after timeout in polling mode Matthias Schiffer (Mon Feb 20 2023 - 11:17:46 EST)
- Re: [PATCH v3 1/2] clk: Add generic sync_state callback for disabling unused clocks Bjorn Andersson (Mon Feb 20 2023 - 11:18:21 EST)
- Re: [PATCH v4 09/14] drm/syncobj: Add deadline support for syncobj waits Rob Clark (Mon Feb 20 2023 - 11:20:20 EST)
- Re: [PATCH] phy: cadence: Sierra: Add PCIe + SGMII PHY multilink configuration Roger Quadros (Mon Feb 20 2023 - 11:20:41 EST)
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64 David Woodhouse (Mon Feb 20 2023 - 11:21:11 EST)
- [PATCH RFC] thermal/drivers/intel_menlow: Remove add_one_attribute Daniel Lezcano (Mon Feb 20 2023 - 11:24:38 EST)
- Re: [PATCH v4 06/12] media: verisilicon: Check AV1 bitstreams bit depth Benjamin Gaignard (Mon Feb 20 2023 - 11:24:40 EST)
- v4: Re: [PATCH v7 00/15] coresight: Add new API to allocate trace source ID values Suzuki K Poulose (Mon Feb 20 2023 - 11:24:51 EST)
- Re: [PATCH v3 1/2] clk: Add generic sync_state callback for disabling unused clocks Abel Vesa (Mon Feb 20 2023 - 11:28:05 EST)
- Re: [PATCH v3 1/2] clk: Add generic sync_state callback for disabling unused clocks Bjorn Andersson (Mon Feb 20 2023 - 11:30:31 EST)
- Re: [PATCH v2] bnx2: remove deadcode in bnx2_init_cpus() Vadim Fedorenko (Mon Feb 20 2023 - 11:31:01 EST)
- [PATCH v3] drm: add kms driver for loongson display controller suijingfeng (Mon Feb 20 2023 - 11:31:29 EST)
- Re: [PATCH] vc_screen: don't clobber return value in vcs_read Thomas Weißschuh (Mon Feb 20 2023 - 11:34:36 EST)
- Re: [PATCH RESEND] x86/speculation: Fix user-mode spectre-v2 protection with KERNEL_IBRS Josh Poimboeuf (Mon Feb 20 2023 - 11:34:53 EST)
- Re: [PATCH V2 08/21] drivers/acpi: RISC-V: Add RHCT related code Andrew Jones (Mon Feb 20 2023 - 11:36:55 EST)
- Re: [PATCH V2 09/21] RISC-V: smpboot: Create wrapper smp_setup() Andrew Jones (Mon Feb 20 2023 - 11:37:24 EST)
- Re: [PATCH] soc: mediatek: cmdq: Remove unused helper funciton Chun-Kuang Hu (Mon Feb 20 2023 - 11:40:03 EST)
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64 Oleksandr Natalenko (Mon Feb 20 2023 - 11:40:15 EST)
- Re: [RFC PATCH v2 1/2] PM: domains: Skip disabling unused domains if provider has sync_state Bjorn Andersson (Mon Feb 20 2023 - 11:40:47 EST)
- [PATCH v9 00/12] net: ethernet: mtk_eth_soc: various enhancements Daniel Golle (Mon Feb 20 2023 - 11:41:13 EST)
- [PATCH v9 01/12] net: ethernet: mtk_eth_soc: add support for MT7981 SoC Daniel Golle (Mon Feb 20 2023 - 11:41:17 EST)
- [PATCH v9 02/12] dt-bindings: net: mediatek,net: add mt7981-eth binding Daniel Golle (Mon Feb 20 2023 - 11:41:30 EST)
- Re: [PATCH RFC v7 03/64] KVM: SVM: Advertise private memory support to KVM Michael Roth (Mon Feb 20 2023 - 11:41:43 EST)
- [PATCH v9 03/12] dt-bindings: arm: mediatek: sgmiisys: Convert to DT schema Daniel Golle (Mon Feb 20 2023 - 11:41:55 EST)
- [PATCH v9 04/12] dt-bindings: arm: mediatek: sgmiisys: add MT7981 SoC Daniel Golle (Mon Feb 20 2023 - 11:42:13 EST)
- Re: [PATCH RFC v7 04/64] KVM: x86: Add 'fault_is_private' x86 op Michael Roth (Mon Feb 20 2023 - 11:42:24 EST)
- [PATCH v9 05/12] net: ethernet: mtk_eth_soc: set MDIO bus clock frequency Daniel Golle (Mon Feb 20 2023 - 11:42:34 EST)
- [PATCH v9 06/12] net: ethernet: mtk_eth_soc: reset PCS state Daniel Golle (Mon Feb 20 2023 - 11:42:39 EST)
- [PATCH v9 07/12] net: ethernet: mtk_eth_soc: only write values if needed Daniel Golle (Mon Feb 20 2023 - 11:42:47 EST)
- [PATCH v9 08/12] net: ethernet: mtk_eth_soc: fix RX data corruption issue Daniel Golle (Mon Feb 20 2023 - 11:43:07 EST)
- [PATCH v9 09/12] net: ethernet: mtk_eth_soc: ppe: add support for flow accounting Daniel Golle (Mon Feb 20 2023 - 11:43:19 EST)
- Re: [PATCH RFC v7 13/64] x86/cpufeatures: Add SEV-SNP CPU feature Michael Roth (Mon Feb 20 2023 - 11:43:32 EST)
- [PATCH v9 10/12] net: pcs: add driver for MediaTek SGMII PCS Daniel Golle (Mon Feb 20 2023 - 11:43:44 EST)
- [PATCH v9 11/12] net: ethernet: mtk_eth_soc: switch to external PCS driver Daniel Golle (Mon Feb 20 2023 - 11:44:04 EST)
- [PATCH v9 12/12] net: dsa: mt7530: use external PCS driver Daniel Golle (Mon Feb 20 2023 - 11:44:21 EST)
- [PATCH v2] uio:uio_pci_generic:Don't clear master bit when the process does not exit Su Weifeng (Mon Feb 20 2023 - 11:48:08 EST)
- [PATCH v4] drm: add kms driver for loongson display controller suijingfeng (Mon Feb 20 2023 - 11:51:45 EST)
- [ANNOUNCE] v6.1.12-rt7 Sebastian Andrzej Siewior (Mon Feb 20 2023 - 11:54:08 EST)
- Re: [PATCH v4 01/21] net/tcp: Prepare tcp_md5sig_pool for TCP-AO Dmitry Safonov (Mon Feb 20 2023 - 11:57:29 EST)
- [PATCH] docs: locking: refer to the actual existing config names Lukas Bulwahn (Mon Feb 20 2023 - 11:58:08 EST)
- [GIT PULL] integrity: susbsytem updates for v6.3 Mimi Zohar (Mon Feb 20 2023 - 12:00:36 EST)
- [GIT PULL] ktest.pl: Updates for 6.3 Steven Rostedt (Mon Feb 20 2023 - 12:01:50 EST)
- [PATCH 0/2] Minor documentation clean-up in fs Lukas Bulwahn (Mon Feb 20 2023 - 12:02:19 EST)
- Re: [PATCH v2 1/3] sched/uclamp: Set max_spare_cap_cpu even if max_spare_cap is 0 Vincent Guittot (Mon Feb 20 2023 - 12:02:22 EST)
- [PATCH 1/2] qnx6: credit contributor and mark filesystem orphan Lukas Bulwahn (Mon Feb 20 2023 - 12:02:26 EST)
- [PATCH 2/2] qnx4: credit contributors in CREDITS Lukas Bulwahn (Mon Feb 20 2023 - 12:03:08 EST)
- possible bug in linux-6.2/drivers/spi/spi-sn-f-ospi.c David Binderman (Mon Feb 20 2023 - 12:05:59 EST)
- Re: [PATCH V2 10/21] RISC-V: smpboot: Add ACPI support in smp_setup() Andrew Jones (Mon Feb 20 2023 - 12:08:55 EST)
- Re: [RFC PATCH v2 12/22] sound: usb: card: Introduce USB SND platform op callbacks Albert Wang (Mon Feb 20 2023 - 12:11:21 EST)
- [REGRESSION] Re: [patch V3 09/33] genirq/msi: Add range checking to msi_insert_desc() Russell King (Oracle) (Mon Feb 20 2023 - 12:11:46 EST)
- Re: [PATCH v1 07/17] thermal/hwmon: Use the thermal API instead tampering the internals Guenter Roeck (Mon Feb 20 2023 - 12:12:17 EST)
- Re: [RFC PATCH v2 1/2] PM: domains: Skip disabling unused domains if provider has sync_state Bjorn Andersson (Mon Feb 20 2023 - 12:12:28 EST)
- Re: [PATCH v9 03/12] dt-bindings: arm: mediatek: sgmiisys: Convert to DT schema Rob Herring (Mon Feb 20 2023 - 12:16:09 EST)
- Re: [PATCH v2] perf/util: Symbol lookup with kcore can fail if multiple segments match stext Krister Johansen (Mon Feb 20 2023 - 12:16:22 EST)
- Re: [PATCH v2] drm/msm: DEVFREQ_GOV_SIMPLE_ONDEMAND is no longer needed Rob Clark (Mon Feb 20 2023 - 12:16:57 EST)
- [PATCH linux-next 0/2] x86/xen TSC related cleanups Krister Johansen (Mon Feb 20 2023 - 12:17:03 EST)
- [PATCH] drm/i915/sseu: fix max_subslices array-index-out-of-bounds access Andrea Righi (Mon Feb 20 2023 - 12:19:14 EST)
- Re: [PATCH] docs: locking: refer to the actual existing config names Waiman Long (Mon Feb 20 2023 - 12:19:24 EST)
- Re: [PATCH 2/2] qnx4: credit contributors in CREDITS Anders Larsen (Mon Feb 20 2023 - 12:19:55 EST)
- Re: [PATCH net-next v1 3/4] net: phy: do not force EEE support Russell King (Oracle) (Mon Feb 20 2023 - 12:24:17 EST)
- [PATCH linux-next 1/2] xen: update arch/x86/include/asm/xen/cpuid.h Krister Johansen (Mon Feb 20 2023 - 12:24:40 EST)
- Re: [PATCH v2 2/3] sched/uclamp: Ignore (util == 0) optimization in feec() when p_util_max = 0 Vincent Guittot (Mon Feb 20 2023 - 12:25:10 EST)
- [PATCH linux-next 2/2] x86/xen/time: cleanup xen_tsc_safe_clocksource Krister Johansen (Mon Feb 20 2023 - 12:26:24 EST)
- Re: [PATCH net-next v1 3/4] net: phy: do not force EEE support Russell King (Oracle) (Mon Feb 20 2023 - 12:27:58 EST)
- Re: [PATCH RFC] drivers/core: Replace lockdep_set_novalidate_class() with unique class keys Boqun Feng (Mon Feb 20 2023 - 12:32:41 EST)
- Re: [PATCH V2 11/21] RISC-V: ACPI: Add a function to retrieve the hartid Andrew Jones (Mon Feb 20 2023 - 12:34:15 EST)
- Re: [RFC PATCH] sched/fair: Interleave cfs bandwidth timers for improved single thread performance at low utilization Peter Zijlstra (Mon Feb 20 2023 - 12:38:22 EST)
- Re: [PATCH V2 12/21] RISC-V: cpufeature: Add ACPI support in riscv_fill_hwcap() Andrew Jones (Mon Feb 20 2023 - 12:46:02 EST)
- Re: [PATCH RESEND] x86/speculation: Fix user-mode spectre-v2 protection with KERNEL_IBRS Borislav Petkov (Mon Feb 20 2023 - 12:46:24 EST)
- Re: [PATCH drm-next v2 04/16] maple_tree: add flag MT_FLAGS_LOCK_NONE Danilo Krummrich (Mon Feb 20 2023 - 12:46:37 EST)
- Re: [PATCH v2 02/29] LoongArch: KVM: Implement kvm module related interface Paolo Bonzini (Mon Feb 20 2023 - 12:47:19 EST)
- Re: [PATCH v2 08/29] LoongArch: KVM: Implement vcpu handle exit interface Paolo Bonzini (Mon Feb 20 2023 - 12:47:39 EST)
- Re: [RFC][PATCH 2/2] time: alarmtimer: Use TASK_FREEZABLE to cleanup freezer handling Thomas Gleixner (Mon Feb 20 2023 - 12:48:33 EST)
- Re: [PATCH v9 03/12] dt-bindings: arm: mediatek: sgmiisys: Convert to DT schema Daniel Golle (Mon Feb 20 2023 - 12:49:35 EST)
- [PATCH V3 0/2] nvmem: add and use generic MMIO NVMEM Rafał Miłecki (Mon Feb 20 2023 - 12:49:49 EST)
- [PATCH V3 1/2] dt-bindings: nvmem: mmio: new binding for MMIO accessible NVMEM devices Rafał Miłecki (Mon Feb 20 2023 - 12:49:51 EST)
- [PATCH V3 2/2] nvmem: add generic driver for devices with MMIO access Rafał Miłecki (Mon Feb 20 2023 - 12:49:53 EST)
- Re: [PATCH RFC v7 13/64] x86/cpufeatures: Add SEV-SNP CPU feature Borislav Petkov (Mon Feb 20 2023 - 12:50:54 EST)
- Re: [PATCH v3 1/2] clk: Add generic sync_state callback for disabling unused clocks Saravana Kannan (Mon Feb 20 2023 - 12:52:38 EST)
- Re: [PATCH v2 06/29] LoongArch: KVM: Implement vcpu create and destroy interface Paolo Bonzini (Mon Feb 20 2023 - 12:54:15 EST)
- Re: [PATCH V2 13/21] RISC-V: cpu: Enable cpuinfo for ACPI systems Andrew Jones (Mon Feb 20 2023 - 12:54:45 EST)
- [GIT PULL] x86/microcode for v6.3-rc1 Borislav Petkov (Mon Feb 20 2023 - 12:57:56 EST)
- Re: [PATCH RESEND] x86/speculation: Fix user-mode spectre-v2 protection with KERNEL_IBRS Josh Poimboeuf (Mon Feb 20 2023 - 12:59:37 EST)
- Re: [PATCH RFC v7 10/64] KVM: SEV: Populate private memory fd during LAUNCH_UPDATE_DATA Michael Roth (Mon Feb 20 2023 - 13:01:03 EST)
- Re: [PATCH RFC v7 10/64] KVM: SEV: Populate private memory fd during LAUNCH_UPDATE_DATA Michael Roth (Mon Feb 20 2023 - 13:01:29 EST)
- Re: [PATCH RFC v7 13/64] x86/cpufeatures: Add SEV-SNP CPU feature Michael Roth (Mon Feb 20 2023 - 13:01:49 EST)
- Re: [PATCH RESEND] x86/speculation: Fix user-mode spectre-v2 protection with KERNEL_IBRS KP Singh (Mon Feb 20 2023 - 13:02:43 EST)
- KASAN: null-ptr-deref Write in f2fs_stop_discard_thread Palash Oswal (Mon Feb 20 2023 - 13:04:04 EST)
- [PATCH] usb: dwc2: drd: fix inconsistent mode if role-switch-default-mode="host" hzy (Mon Feb 20 2023 - 13:06:44 EST)
- [PATCH v2] tpm: disable hwrng for fTPM on some AMD designs Mario Limonciello (Mon Feb 20 2023 - 13:08:05 EST)
- Re: [PATCH v10 08/26] gunyah: rsc_mgr: Add resource manager RPC core Srinivas Kandagatla (Mon Feb 20 2023 - 13:10:39 EST)
- Re: [PATCH v2] uio:uio_pci_generic:Don't clear master bit when the process does not exit Greg KH (Mon Feb 20 2023 - 13:11:47 EST)
- Re: [RFC][PATCH 2/2] time: alarmtimer: Use TASK_FREEZABLE to cleanup freezer handling Michael Nazzareno Trimarchi (Mon Feb 20 2023 - 13:11:52 EST)
- Re: rtmutex, pi_blocked_on, and blk_flush_plug() Thomas Gleixner (Mon Feb 20 2023 - 13:21:59 EST)
- Re: [PATCH RESEND] x86/speculation: Fix user-mode spectre-v2 protection with KERNEL_IBRS Borislav Petkov (Mon Feb 20 2023 - 13:22:29 EST)
- Re: [PATCH v4 2/2] trigger: ledtrig-tty: add additional modes kernel test robot (Mon Feb 20 2023 - 13:22:34 EST)
- Re: [PATCH v2 01/29] LoongArch: KVM: Add kvm related header files Paolo Bonzini (Mon Feb 20 2023 - 13:23:13 EST)
- [GIT PULL] x86/vdso for v6.3-rc1 Borislav Petkov (Mon Feb 20 2023 - 13:26:37 EST)
- [PATCH] x86/bugs: Allow STIBP with IBRS Josh Poimboeuf (Mon Feb 20 2023 - 13:27:25 EST)
- KASAN: slab-out-of-bounds Read in hdr_find_e Palash Oswal (Mon Feb 20 2023 - 13:28:11 EST)
- Re: [REGRESSION] Re: [patch V3 09/33] genirq/msi: Add range checking to msi_insert_desc() Marc Zyngier (Mon Feb 20 2023 - 13:29:43 EST)
- Re: [REGRESSION] Re: [patch V3 09/33] genirq/msi: Add range checking to msi_insert_desc() Thomas Gleixner (Mon Feb 20 2023 - 13:30:21 EST)
- [PATCH] Fix strange behavior of touchpad on Clevo NS70PU Werner Sembach (Mon Feb 20 2023 - 13:30:28 EST)
- Re: [PATCH] x86/bugs: Allow STIBP with IBRS KP Singh (Mon Feb 20 2023 - 13:34:16 EST)
- Re: [PATCH] x86/bugs: Allow STIBP with IBRS Borislav Petkov (Mon Feb 20 2023 - 13:35:05 EST)
- Re: [PATCH RFC v7 13/64] x86/cpufeatures: Add SEV-SNP CPU feature Borislav Petkov (Mon Feb 20 2023 - 13:36:47 EST)
- [GIT PULL] dlm updates for 6.3 David Teigland (Mon Feb 20 2023 - 13:37:01 EST)
- [PATCH RFC v8 09/56] KVM: SEV: Handle memory backed by restricted memfd Michael Roth (Mon Feb 20 2023 - 13:39:30 EST)
- [PATCH RFC v8 10/56] x86/cpufeatures: Add SEV-SNP CPU feature Michael Roth (Mon Feb 20 2023 - 13:39:57 EST)
- [PATCH RFC v8 00/56] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support Michael Roth (Mon Feb 20 2023 - 13:40:18 EST)
- [PATCH RFC v8 11/56] x86/sev: Add the host SEV-SNP initialization support Michael Roth (Mon Feb 20 2023 - 13:40:49 EST)
- Re: [PATCH v2 22/29] LoongArch: KVM: Implement handle idle exception Paolo Bonzini (Mon Feb 20 2023 - 13:41:48 EST)
- Re: [REGRESSION] Re: [patch V3 09/33] genirq/msi: Add range checking to msi_insert_desc() Thomas Gleixner (Mon Feb 20 2023 - 13:43:31 EST)
- Re: [PATCH RESEND] x86/speculation: Fix user-mode spectre-v2 protection with KERNEL_IBRS KP Singh (Mon Feb 20 2023 - 13:44:41 EST)
- [PATCH RFC v8 12/56] x86/sev: Add RMP entry lookup helpers Michael Roth (Mon Feb 20 2023 - 13:44:49 EST)
- [PATCH RFC v8 13/56] x86/fault: Add helper for dumping RMP entries Michael Roth (Mon Feb 20 2023 - 13:45:15 EST)
- [PATCH RFC v8 14/56] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction Michael Roth (Mon Feb 20 2023 - 13:45:37 EST)
- Re: [PATCH v2 07/29] LoongArch: KVM: Implement vcpu run interface Paolo Bonzini (Mon Feb 20 2023 - 13:45:45 EST)
- [PATCH RFC v8 15/56] x86/sev: Invalidate pages from the direct map when adding them to the RMP table Michael Roth (Mon Feb 20 2023 - 13:46:06 EST)
- Re: [PATCH v2 08/29] LoongArch: KVM: Implement vcpu handle exit interface Paolo Bonzini (Mon Feb 20 2023 - 13:46:34 EST)
- [PATCH RFC v8 16/56] x86/traps: Define RMP violation #PF error code Michael Roth (Mon Feb 20 2023 - 13:46:48 EST)
- [PATCH RFC v8 17/56] x86/fault: Add support to handle the RMP fault for user address Michael Roth (Mon Feb 20 2023 - 13:47:19 EST)
- Re: [PATCH v3 1/2] clk: Add generic sync_state callback for disabling unused clocks Abel Vesa (Mon Feb 20 2023 - 13:47:47 EST)
- [PATCH RFC v8 18/56] x86/fault: fix handle_split_page_fault() to work with memfd backed pages Michael Roth (Mon Feb 20 2023 - 13:47:50 EST)
- [PATCH RFC v8 19/56] x86/fault: Return pfn from dump_pagetable() for SEV-specific fault handling. Michael Roth (Mon Feb 20 2023 - 13:48:27 EST)
- [PATCH RFC v8 01/56] KVM: x86: Add 'fault_is_private' x86 op Michael Roth (Mon Feb 20 2023 - 13:49:02 EST)
- [PATCH RFC v8 20/56] crypto:ccp: Define the SEV-SNP commands Michael Roth (Mon Feb 20 2023 - 13:49:08 EST)
- [GIT PULL] Landlock updates for v6.3 Mickaël Salaün (Mon Feb 20 2023 - 13:49:11 EST)
- [PATCH RFC v8 21/56] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP Michael Roth (Mon Feb 20 2023 - 13:49:28 EST)
- Re: [PATCH][next] of: dynamic: Fix spelling mistake "kojbect" -> "kobject" Frank Rowand (Mon Feb 20 2023 - 13:49:58 EST)
- [PATCH RFC v8 24/56] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled Michael Roth (Mon Feb 20 2023 - 13:50:19 EST)
- [PATCH RFC v8 23/56] crypto: ccp: Introduce snp leaked pages list Michael Roth (Mon Feb 20 2023 - 13:50:41 EST)
- [PATCH RFC v8 22/56] crypto:ccp: Provide API to issue SEV and SNP commands Michael Roth (Mon Feb 20 2023 - 13:50:45 EST)
- [PATCH RFC v8 25/56] crypto: ccp: Handle the legacy SEV command when SNP is enabled Michael Roth (Mon Feb 20 2023 - 13:50:52 EST)
- [PATCH RFC v8 26/56] crypto: ccp: Add the SNP_PLATFORM_STATUS command Michael Roth (Mon Feb 20 2023 - 13:51:29 EST)
- [PATCH RFC v8 27/56] crypto: ccp: Add the SNP_{SET,GET}_EXT_CONFIG command Michael Roth (Mon Feb 20 2023 - 13:52:12 EST)
- [PATCH RFC v8 28/56] crypto: ccp: Provide APIs to query extended attestation report Michael Roth (Mon Feb 20 2023 - 13:52:28 EST)
- [PATCH RFC v8 29/56] KVM: SVM: Add support to handle AP reset MSR protocol Michael Roth (Mon Feb 20 2023 - 13:52:47 EST)
- Re: [PATCH 1/2] of: create of_root if no dtb provided Frank Rowand (Mon Feb 20 2023 - 13:53:06 EST)
- [PATCH RFC v8 30/56] KVM: SVM: Provide the Hypervisor Feature support VMGEXIT Michael Roth (Mon Feb 20 2023 - 13:53:10 EST)
- [PATCH RFC v8 02/56] KVM: x86: Add 'update_mem_attr' x86 op Michael Roth (Mon Feb 20 2023 - 13:53:24 EST)
- [PATCH RFC v8 31/56] KVM: SVM: Make AVIC backing, VMSA and VMCB memory allocation SNP safe Michael Roth (Mon Feb 20 2023 - 13:53:40 EST)
- Re: [PATCH RESEND] x86/speculation: Fix user-mode spectre-v2 protection with KERNEL_IBRS Borislav Petkov (Mon Feb 20 2023 - 13:54:05 EST)
- [PATCH RFC v8 33/56] KVM: SVM: Add KVM_SNP_INIT command Michael Roth (Mon Feb 20 2023 - 13:54:22 EST)
- [PATCH RFC v8 34/56] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_START command Michael Roth (Mon Feb 20 2023 - 13:55:09 EST)
- [PATCH RFC v8 32/56] KVM: SVM: Add initial SEV-SNP support Michael Roth (Mon Feb 20 2023 - 13:55:24 EST)
- [PATCH RFC v8 36/56] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command Michael Roth (Mon Feb 20 2023 - 13:55:30 EST)
- [PATCH RFC v8 37/56] KVM: X86: Keep the NPT and RMP page level in sync Michael Roth (Mon Feb 20 2023 - 13:56:09 EST)
- [PATCH RFC v8 38/56] KVM: x86: Define RMP page fault error bits for #NPF Michael Roth (Mon Feb 20 2023 - 13:56:24 EST)
- [PATCH RFC v8 39/56] KVM: SVM: Add support to handle GHCB GPA register VMGEXIT Michael Roth (Mon Feb 20 2023 - 13:56:37 EST)
- [PATCH RFC v8 40/56] KVM: SVM: Add KVM_EXIT_VMGEXIT Michael Roth (Mon Feb 20 2023 - 13:56:53 EST)
- [PATCH RFC v8 35/56] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command Michael Roth (Mon Feb 20 2023 - 13:56:57 EST)
- [PATCH RFC v8 42/56] KVM: SVM: Add support to handle Page State Change VMGEXIT Michael Roth (Mon Feb 20 2023 - 13:58:16 EST)
- [PATCH RFC v8 43/56] KVM: x86: Export the kvm_zap_gfn_range() for the SNP use Michael Roth (Mon Feb 20 2023 - 13:58:28 EST)
- Re: [PATCH RESEND] x86/speculation: Fix user-mode spectre-v2 protection with KERNEL_IBRS KP Singh (Mon Feb 20 2023 - 13:58:44 EST)
- [PATCH RFC v8 03/56] KVM: x86: Add platform hooks for private memory invalidations Michael Roth (Mon Feb 20 2023 - 13:58:53 EST)
- [PATCH RFC v8 41/56] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT Michael Roth (Mon Feb 20 2023 - 13:58:56 EST)
- Re: [PATCH] usb: dwc2: drd: fix inconsistent mode if role-switch-default-mode="host" Greg KH (Mon Feb 20 2023 - 13:59:30 EST)
- [PATCH RFC v8 47/56] KVM: SVM: Support SEV-SNP AP Creation NAE event Michael Roth (Mon Feb 20 2023 - 13:59:35 EST)
- [PATCH RFC v8 49/56] KVM: SVM: Implement .fault_is_private callback for SNP Michael Roth (Mon Feb 20 2023 - 14:00:17 EST)
- [PATCH RFC v8 50/56] KVM: SEV: Handle restricted memory invalidations for SNP Michael Roth (Mon Feb 20 2023 - 14:00:31 EST)
- [PATCH RFC v8 46/56] KVM: SVM: Use a VMSA physical address variable for populating VMCB Michael Roth (Mon Feb 20 2023 - 14:00:40 EST)
- [PATCH RFC v8 44/56] KVM: SVM: Add support to handle the RMP nested page fault Michael Roth (Mon Feb 20 2023 - 14:01:02 EST)
- [PATCH RFC v8 04/56] KVM: Add HVA range operator Michael Roth (Mon Feb 20 2023 - 14:01:27 EST)
- [PATCH RFC v8 52/56] ccp: Add support to decrypt the page Michael Roth (Mon Feb 20 2023 - 14:02:16 EST)
- Re: [REGRESSION] Re: [patch V3 09/33] genirq/msi: Add range checking to msi_insert_desc() Russell King (Oracle) (Mon Feb 20 2023 - 14:02:18 EST)
- Re: [PATCH] x86/bugs: Allow STIBP with IBRS Josh Poimboeuf (Mon Feb 20 2023 - 14:02:30 EST)
- [PATCH RFC v8 48/56] KVM: SVM: Add SNP-specific handling for memory attribute updates Michael Roth (Mon Feb 20 2023 - 14:02:45 EST)
- [PATCH RFC v8 54/56] x86/sev: Add KVM commands for instance certs Michael Roth (Mon Feb 20 2023 - 14:03:14 EST)
- [PATCH RFC v8 53/56] KVM: SVM: Make VMSAVE target area memory allocation SNP safe Michael Roth (Mon Feb 20 2023 - 14:03:43 EST)
- [PATCH RFC v8 55/56] x86/sev: Document KVM_SEV_SNP_{G,S}ET_CERTS Michael Roth (Mon Feb 20 2023 - 14:04:19 EST)
- [PATCH RFC v8 45/56] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event Michael Roth (Mon Feb 20 2023 - 14:04:31 EST)
- Re: [PATCH RESEND] x86/speculation: Fix user-mode spectre-v2 protection with KERNEL_IBRS Borislav Petkov (Mon Feb 20 2023 - 14:05:22 EST)
- [PATCH RFC v8 51/56] KVM: SVM: Add module parameter to enable the SEV-SNP Michael Roth (Mon Feb 20 2023 - 14:05:54 EST)
- KASAN: use-after-free Read in ntfs_trim_fs Palash Oswal (Mon Feb 20 2023 - 14:06:22 EST)
- Re: [PATCH] x86/bugs: Allow STIBP with IBRS KP Singh (Mon Feb 20 2023 - 14:06:53 EST)
- Re: [PATCH] genirq/msi: Take the per-device MSI lock before validating the control structure Russell King (Oracle) (Mon Feb 20 2023 - 14:07:11 EST)
- Re: [RFC PATCH V2 0/1] x86: cpu topology fix and question on x86_max_cores Peter Zijlstra (Mon Feb 20 2023 - 14:08:13 EST)
- Re: [PATCH] staging: rtl8712: Fix Sparse warnings in rtl871x_ioctl_linux.c Philipp Hortmann (Mon Feb 20 2023 - 14:08:28 EST)
- [PATCH RFC v8 56/56] iommu/amd: Add IOMMU_SNP_SHUTDOWN support Michael Roth (Mon Feb 20 2023 - 14:09:00 EST)
- [PATCH RFC v8 07/56] KVM: SEV: Populate private memory fd during LAUNCH_UPDATE_DATA Michael Roth (Mon Feb 20 2023 - 14:09:45 EST)
- [PATCH RFC v8 05/56] KVM: SEV: Require KVM_PROTECTED_VM when AMD_MEM_ENCRYPT is enabled Michael Roth (Mon Feb 20 2023 - 14:10:23 EST)
- Re: [PATCH v2 8/9] soc: qcom: rpmpd: Hook up VDDMX as parent of SM6375 VDDGX Konrad Dybcio (Mon Feb 20 2023 - 14:10:30 EST)
- Re: [PATCH v4 06/12] media: verisilicon: Check AV1 bitstreams bit depth Nicolas Dufresne (Mon Feb 20 2023 - 14:10:41 EST)
- [PATCH RFC v8 08/56] KVM: SEV: Rename sev_{pin,unpin}_memory Michael Roth (Mon Feb 20 2023 - 14:11:33 EST)
- [PATCH RFC v8 06/56] KVM: Split out memory attribute xarray updates to helper function Michael Roth (Mon Feb 20 2023 - 14:12:20 EST)
- Re: [PATCH RESEND] x86/speculation: Fix user-mode spectre-v2 protection with KERNEL_IBRS KP Singh (Mon Feb 20 2023 - 14:12:54 EST)
- Re: [PATCH] staging: rtl8712: Fix multiple line dereference Philipp Hortmann (Mon Feb 20 2023 - 14:15:07 EST)
- Re: [PATCH] x86/bugs: Allow STIBP with IBRS Josh Poimboeuf (Mon Feb 20 2023 - 14:15:11 EST)
- Re: [PATCH] wifi: ath11k: fix SAC bug on peer addition with sta band migration Christian Marangi (Mon Feb 20 2023 - 14:15:19 EST)
- Re: [PATCH 4.19 00/89] 4.19.273-rc1 review Pavel Machek (Mon Feb 20 2023 - 14:15:35 EST)
- Re: [PATCH 5.10 00/57] 5.10.169-rc1 review Pavel Machek (Mon Feb 20 2023 - 14:15:38 EST)
- Re: [PATCH] x86/bugs: Allow STIBP with IBRS KP Singh (Mon Feb 20 2023 - 14:17:27 EST)
- Re: [REGRESSION] Re: [patch V3 09/33] genirq/msi: Add range checking to msi_insert_desc() Russell King (Oracle) (Mon Feb 20 2023 - 14:17:45 EST)
- [GIT PULL] tracing/tools: Updates for 6.3 Steven Rostedt (Mon Feb 20 2023 - 14:18:45 EST)
- Re: [PATCH] x86/bugs: Allow STIBP with IBRS Josh Poimboeuf (Mon Feb 20 2023 - 14:19:45 EST)
- Re: [PATCH] x86/bugs: Allow STIBP with IBRS Borislav Petkov (Mon Feb 20 2023 - 14:20:51 EST)
- [PATCH] genirq/msi: Take the per-device MSI lock before validating the control structure Marc Zyngier (Mon Feb 20 2023 - 14:23:43 EST)
- Re: [PATCH v2 05/29] LoongArch: KVM: Add vcpu related header files WANG Xuerui (Mon Feb 20 2023 - 14:24:08 EST)
- [GIT PULL] Btrfs updates for 6.3 David Sterba (Mon Feb 20 2023 - 14:26:15 EST)
- Re: [PATCH v9 00/12] net: ethernet: mtk_eth_soc: various enhancements Russell King (Oracle) (Mon Feb 20 2023 - 14:27:24 EST)
- Re: [PATCH v2 01/29] LoongArch: KVM: Add kvm related header files WANG Xuerui (Mon Feb 20 2023 - 14:29:00 EST)
- Re: [PATCH v2 13/29] LoongArch: KVM: Implement misc vcpu related interfaces Paolo Bonzini (Mon Feb 20 2023 - 14:30:04 EST)
- Re: [PATCH] x86/bugs: Allow STIBP with IBRS Josh Poimboeuf (Mon Feb 20 2023 - 14:35:35 EST)
- Re: [PATCH V2 14/21] irqchip/riscv-intc: Add ACPI support Andrew Jones (Mon Feb 20 2023 - 14:37:24 EST)
- [RFC PATCH 0/9] fuse: API for Checkpoint/Restore Alexander Mikhalitsyn (Mon Feb 20 2023 - 14:38:23 EST)
- [RFC PATCH 1/9] fuse: move FUSE_DEFAULT_* defines to fuse common header Alexander Mikhalitsyn (Mon Feb 20 2023 - 14:38:26 EST)
- [RFC PATCH 2/9] fuse: add const qualifiers to common fuse helpers Alexander Mikhalitsyn (Mon Feb 20 2023 - 14:38:29 EST)
- [RFC PATCH 4/9] fuse: handle stale inode connection in fuse_queue_forget Alexander Mikhalitsyn (Mon Feb 20 2023 - 14:38:36 EST)
- [RFC PATCH 6/9] fuse: take fuse connection generation into account Alexander Mikhalitsyn (Mon Feb 20 2023 - 14:38:43 EST)
- [RFC PATCH 3/9] fuse: add fuse connection generation Alexander Mikhalitsyn (Mon Feb 20 2023 - 14:38:47 EST)
- [RFC PATCH 5/9] fuse: move fuse connection flags to the separate structure Alexander Mikhalitsyn (Mon Feb 20 2023 - 14:38:51 EST)
- [RFC PATCH 8/9] namespace: add sb_revalidate_bindmounts helper Alexander Mikhalitsyn (Mon Feb 20 2023 - 14:39:17 EST)
- [RFC PATCH 7/9] fuse: add fuse device ioctl(FUSE_DEV_IOC_REINIT) Alexander Mikhalitsyn (Mon Feb 20 2023 - 14:39:21 EST)
- [RFC PATCH 9/9] fuse: add fuse device ioctl(FUSE_DEV_IOC_BM_REVAL) Alexander Mikhalitsyn (Mon Feb 20 2023 - 14:39:24 EST)
- Re: [PATCH] x86/bugs: Allow STIBP with IBRS KP Singh (Mon Feb 20 2023 - 14:40:13 EST)
- Re: [PATCH v2 0/4] dt-bindings: net: Add network-class.yaml schema Jakub Kicinski (Mon Feb 20 2023 - 14:41:31 EST)
- Re: [PATCH v5 0/4] Add CS35L41 shared boost feature David Rhodes (Mon Feb 20 2023 - 14:41:44 EST)
- Re: [REGRESSION] Re: [patch V3 09/33] genirq/msi: Add range checking to msi_insert_desc() Andrew Lunn (Mon Feb 20 2023 - 14:44:02 EST)
- Re: [PATCH 8/8] soc: mediatek: pm-domains: Add support for MT8365 Markus Schneider-Pargmann (Mon Feb 20 2023 - 14:44:49 EST)
- Re: [PATCH 3/9] sched: add sched_numa_find_nth_cpu() Jakub Kicinski (Mon Feb 20 2023 - 14:47:07 EST)
- Re: [PATCH V2 15/21] clocksource/timer-riscv: Refactor riscv_timer_init_dt() Andrew Jones (Mon Feb 20 2023 - 14:47:35 EST)
- Re: [PATCH 6.1 000/118] 6.1.13-rc1 review Conor Dooley (Mon Feb 20 2023 - 14:48:17 EST)
- Re: [PATCH V2 16/21] clocksource/timer-riscv: Add ACPI support Andrew Jones (Mon Feb 20 2023 - 14:51:15 EST)
- Re: [PATCH V3 2/2] nvmem: add generic driver for devices with MMIO access Randy Dunlap (Mon Feb 20 2023 - 14:56:15 EST)
- Re: [PATCH RESEND] x86/speculation: Fix user-mode spectre-v2 protection with KERNEL_IBRS Andrew Cooper (Mon Feb 20 2023 - 14:57:44 EST)
- Re: [PATCH V2 17/21] RISC-V: time.c: Add ACPI support for time_init() Andrew Jones (Mon Feb 20 2023 - 14:58:20 EST)
- Re: [PATCH RFC v8 18/56] x86/fault: fix handle_split_page_fault() to work with memfd backed pages Hugh Dickins (Mon Feb 20 2023 - 14:58:23 EST)
- Re: [PATCH v1 2/2] iio: adc: adding support for pac193x kernel test robot (Mon Feb 20 2023 - 15:05:37 EST)
- Re: [PATCH] [RFC] net: fec: Allow turning off IRQ coalescing Richard Weinberger (Mon Feb 20 2023 - 15:07:47 EST)
- Re: [PATCH V2 18/21] RISC-V: Add ACPI initialization in setup_arch() Andrew Jones (Mon Feb 20 2023 - 15:07:54 EST)
- Re: [PATCH] btrfs: handle btrfs_del_item errors in __btrfs_update_delayed_inode David Sterba (Mon Feb 20 2023 - 15:08:18 EST)
- Re: [PATCH V2 19/21] RISC-V: Enable ACPI in defconfig Andrew Jones (Mon Feb 20 2023 - 15:09:16 EST)
- Re: [PATCH 1/8] dt-bindings: power: Add MT8365 power domains Markus Schneider-Pargmann (Mon Feb 20 2023 - 15:10:31 EST)
- Re: [PATCH RFC v8 11/56] x86/sev: Add the host SEV-SNP initialization support Zhi Wang (Mon Feb 20 2023 - 15:12:54 EST)
- Re: [PATCH V2 20/21] MAINTAINERS: Add entry for drivers/acpi/riscv Andrew Jones (Mon Feb 20 2023 - 15:14:46 EST)
- Re: [PATCH] [RFC] net: fec: Allow turning off IRQ coalescing Richard Weinberger (Mon Feb 20 2023 - 15:15:22 EST)
- Re: [PATCH V2 21/21] Documentation/kernel-parameters.txt: Add RISC-V for ACPI parameter Andrew Jones (Mon Feb 20 2023 - 15:16:05 EST)
- Re: phylib locking (was: Re: [REGRESSION] Re: [patch V3 09/33] genirq/msi: Add range checking) to msi_insert_desc() Russell King (Oracle) (Mon Feb 20 2023 - 15:16:11 EST)
- Re: [PATCH 7/7] selftests/proc: Remove idle time monotonicity assertions Alexey Dobriyan (Mon Feb 20 2023 - 15:16:38 EST)
- [PATCH v5 00/14] dma-fence: Deadline awareness Rob Clark (Mon Feb 20 2023 - 15:19:25 EST)
- [PATCH v5 01/14] dma-buf/dma-fence: Add deadline awareness Rob Clark (Mon Feb 20 2023 - 15:19:28 EST)
- [PATCH v5 02/14] dma-buf/fence-array: Add fence deadline support Rob Clark (Mon Feb 20 2023 - 15:19:33 EST)
- [PATCH v5 03/14] dma-buf/fence-chain: Add fence deadline support Rob Clark (Mon Feb 20 2023 - 15:19:39 EST)
- [PATCH v5 04/14] dma-buf/dma-resv: Add a way to set fence deadline Rob Clark (Mon Feb 20 2023 - 15:19:42 EST)
- [PATCH v5 05/14] dma-buf/sync_file: Add SET_DEADLINE ioctl Rob Clark (Mon Feb 20 2023 - 15:19:44 EST)
- [PATCH v5 06/14] dma-buf/sync_file: Support (E)POLLPRI Rob Clark (Mon Feb 20 2023 - 15:19:46 EST)
- [PATCH v5 08/14] drm/scheduler: Add fence deadline support Rob Clark (Mon Feb 20 2023 - 15:19:55 EST)
- [PATCH v5 09/14] drm/syncobj: Add deadline support for syncobj waits Rob Clark (Mon Feb 20 2023 - 15:19:55 EST)
- [PATCH v5 10/14] drm/vblank: Add helper to get next vblank time Rob Clark (Mon Feb 20 2023 - 15:19:59 EST)
- [PATCH v5 11/14] drm/atomic-helper: Set fence deadline for vblank Rob Clark (Mon Feb 20 2023 - 15:20:04 EST)
- [PATCH v5 12/14] drm/msm: Add deadline based boost support Rob Clark (Mon Feb 20 2023 - 15:20:10 EST)
- [PATCH v5 13/14] drm/msm: Add wait-boost support Rob Clark (Mon Feb 20 2023 - 15:20:18 EST)
- [PATCH v5 14/14] drm/i915: Add deadline based boost support Rob Clark (Mon Feb 20 2023 - 15:20:44 EST)
- [PATCH v4 0/4] tools/nolibc: Adding stdint.h, more integer types and tests Vincent Dagonneau (Mon Feb 20 2023 - 15:21:59 EST)
- [PATCH v5 2/4] tools/nolibc: add integer types and integer limit macros Vincent Dagonneau (Mon Feb 20 2023 - 15:22:08 EST)
- [PATCH v5 1/4] tools/nolibc: add stdint.h Vincent Dagonneau (Mon Feb 20 2023 - 15:22:19 EST)
- [PATCH v5 4/4] tools/nolibc: add tests for the integer limits in stdint.h Vincent Dagonneau (Mon Feb 20 2023 - 15:22:31 EST)
- Re: [GIT PULL] Rust for 6.3 pr-tracker-bot (Mon Feb 20 2023 - 15:22:36 EST)
- [PATCH v5 07/14] dma-buf/sw_sync: Add fence deadline support Rob Clark (Mon Feb 20 2023 - 15:22:48 EST)
- Re: [GIT PULL] fs idmapped updates for v6.3 pr-tracker-bot (Mon Feb 20 2023 - 15:22:50 EST)
- Re: [GIT PULL] i_version handling changes for v6.3 pr-tracker-bot (Mon Feb 20 2023 - 15:23:09 EST)
- Re: [GIT PULL] tpm: changes for v6.3-rc1 pr-tracker-bot (Mon Feb 20 2023 - 15:23:31 EST)
- Re: [GIT PULL] file locking changes for v6.3 pr-tracker-bot (Mon Feb 20 2023 - 15:23:33 EST)
- Re: [GIT PULL] acl updates for v6.3 pr-tracker-bot (Mon Feb 20 2023 - 15:23:50 EST)
- Re: [GIT PULL] fs updates for v6.3 pr-tracker-bot (Mon Feb 20 2023 - 15:23:55 EST)
- Re: [GIT PULL] Remove get_kernel_pages() for v6.3 pr-tracker-bot (Mon Feb 20 2023 - 15:24:15 EST)
- Re: [PATCH v6 00/41] Shadow stacks for userspace John Allen (Mon Feb 20 2023 - 15:24:38 EST)
- Re: [RFC PATCH 2/4] tools/nolibc: add integer types and integer limit macros Vincent Dagonneau (Mon Feb 20 2023 - 15:28:02 EST)
- Re: [RFC PATCH 4/4] tools/nolibc: add tests for the integer limits in stdint.h Vincent Dagonneau (Mon Feb 20 2023 - 15:30:16 EST)
- Re: [PATCH net-next v3 2/5] vxlan: Expose helper vxlan_build_gbp_hdr Jakub Kicinski (Mon Feb 20 2023 - 15:30:35 EST)
- [PATCH v5 3/4] tools/nolibc: enlarge column width of tests Vincent Dagonneau (Mon Feb 20 2023 - 15:31:07 EST)
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64 David Woodhouse (Mon Feb 20 2023 - 15:32:04 EST)
- Re: [PATCH drm-next v2 04/16] maple_tree: add flag MT_FLAGS_LOCK_NONE Matthew Wilcox (Mon Feb 20 2023 - 15:33:54 EST)
- Re: [PATCH RFC v8 18/56] x86/fault: fix handle_split_page_fault() to work with memfd backed pages Michael Roth (Mon Feb 20 2023 - 15:34:30 EST)
- [PATCH] net: phy: micrel: drop superfluous use of temp variable Wolfram Sang (Mon Feb 20 2023 - 15:39:44 EST)
- [PATCH v4 0/6] crypto: Accelerated AES/GCM stitched implementation Danny Tsen (Mon Feb 20 2023 - 15:42:44 EST)
- [PATCH v4 1/6] Update Kconfig and Makefile. Danny Tsen (Mon Feb 20 2023 - 15:42:49 EST)
- [PATCH v4 2/6] Glue code for AES/GCM stitched implementation. Danny Tsen (Mon Feb 20 2023 - 15:42:51 EST)
- [PATCH v4 3/6] An accelerated AES/GCM stitched implementation. Danny Tsen (Mon Feb 20 2023 - 15:42:53 EST)
- [PATCH v4 5/6] Supporting functions for ghash. Danny Tsen (Mon Feb 20 2023 - 15:42:56 EST)
- [PATCH v4 4/6] Supporting functions for AES. Danny Tsen (Mon Feb 20 2023 - 15:43:00 EST)
- [PATCH v4 6/6] A perl script to process PowerPC assembler source. Danny Tsen (Mon Feb 20 2023 - 15:43:03 EST)
- [GIT PULL] tracing: Updates for 6.3 Steven Rostedt (Mon Feb 20 2023 - 15:45:19 EST)
- Re: [GIT PULL] tracing: Handle race between rb_move_tail and rb_check_pages Steven Rostedt (Mon Feb 20 2023 - 15:50:52 EST)
- Re: [PATCH 6.1 000/118] 6.1.13-rc1 review Ronald Warsow (Mon Feb 20 2023 - 15:52:10 EST)
- Re: linux-next: manual merge of the mm-stable tree with the cifs tree Stephen Rothwell (Mon Feb 20 2023 - 15:55:11 EST)
- Re: linux-next: manual merge of the mm-stable tree with the cifs tree Stephen Rothwell (Mon Feb 20 2023 - 15:58:06 EST)
- Re: linux-next: manual merge of the mm-stable tree with the cifs tree Matthew Wilcox (Mon Feb 20 2023 - 15:58:13 EST)
- Re: linux-next: manual merge of the mm-stable tree with the cifs tree Steve French (Mon Feb 20 2023 - 16:01:08 EST)
- Re: [GIT PULL] Btrfs updates for 6.3 Linus Torvalds (Mon Feb 20 2023 - 16:02:36 EST)
- Re: [PATCH] tools/memory-model: Add details about SRCU read-side critical sections Alan Stern (Mon Feb 20 2023 - 16:06:20 EST)
- Re: [PATCH] mm: change memcg->oom_group access with atomic operations Roman Gushchin (Mon Feb 20 2023 - 16:09:55 EST)
- Re: [PATCH RESEND] x86/speculation: Fix user-mode spectre-v2 protection with KERNEL_IBRS Borislav Petkov (Mon Feb 20 2023 - 16:10:34 EST)
- [PATCH v4] parisc: Replace regular spinlock with spin_trylock on panic path Guilherme G. Piccoli (Mon Feb 20 2023 - 16:11:28 EST)
- Re: [GIT PULL] fsverity updates for 6.3 pr-tracker-bot (Mon Feb 20 2023 - 16:12:04 EST)
- Re: [GIT PULL] dlm updates for 6.3 pr-tracker-bot (Mon Feb 20 2023 - 16:12:10 EST)
- Re: [GIT PULL] fscrypt updates for 6.3 pr-tracker-bot (Mon Feb 20 2023 - 16:12:23 EST)
- Re: [GIT PULL] erofs updates for 6.3-rc1 pr-tracker-bot (Mon Feb 20 2023 - 16:12:24 EST)
- Re: [GIT PULL] Btrfs updates for 6.3 pr-tracker-bot (Mon Feb 20 2023 - 16:12:28 EST)
- Re: [PATCH RFC v8 19/56] x86/fault: Return pfn from dump_pagetable() for SEV-specific fault handling. Zhi Wang (Mon Feb 20 2023 - 16:13:24 EST)
- Re: [RFC][PATCH 2/2] time: alarmtimer: Use TASK_FREEZABLE to cleanup freezer handling Thomas Gleixner (Mon Feb 20 2023 - 16:19:06 EST)
- [PATCH v4] alpha: Clean-up the panic notifier code Guilherme G. Piccoli (Mon Feb 20 2023 - 16:23:13 EST)
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64 Oleksandr Natalenko (Mon Feb 20 2023 - 16:23:50 EST)
- Re: [PATCH v6 00/41] Shadow stacks for userspace Edgecombe, Rick P (Mon Feb 20 2023 - 16:24:02 EST)
- Re: [PATCH v6 13/41] mm: Make pte_mkwrite() take a VMA Edgecombe, Rick P (Mon Feb 20 2023 - 16:24:35 EST)
- Re: [PATCH v7 0/6] Add a multicolor LED driver for groups of monochromatic LEDs Jean-Jacques Hiblot (Mon Feb 20 2023 - 16:28:39 EST)
- Re: [PATCH] perf/x86/rapl: Enable Core RAPL for AMD Stephane Eranian (Mon Feb 20 2023 - 16:29:17 EST)
- Re: [RFC][PATCH 2/2] time: alarmtimer: Use TASK_FREEZABLE to cleanup freezer handling Michael Nazzareno Trimarchi (Mon Feb 20 2023 - 16:32:32 EST)
- [PATCH] dt-bindings: crypto: fsl,sec-v4.0: Convert to DT schema Rob Herring (Mon Feb 20 2023 - 16:34:09 EST)
- Re: [PATCH v1 2/2] iio: adc: adding support for pac193x kernel test robot (Mon Feb 20 2023 - 16:36:38 EST)
- Re: [PATCH RFC v8 04/56] KVM: Add HVA range operator Zhi Wang (Mon Feb 20 2023 - 16:37:18 EST)
- [tip: irq/urgent] genirq/msi: Take the per-device MSI lock before validating the control structure tip-bot2 for Marc Zyngier (Mon Feb 20 2023 - 16:37:21 EST)
- [PATCH] wifi: ath11k: Add a warning for wcn6855 spurious wakeup events Mario Limonciello (Mon Feb 20 2023 - 16:38:33 EST)
- Re: [PATCH v6 14/41] x86/mm: Introduce _PAGE_SAVED_DIRTY Edgecombe, Rick P (Mon Feb 20 2023 - 16:38:44 EST)
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64 David Woodhouse (Mon Feb 20 2023 - 16:40:48 EST)
- Re: [PATCH v2 0/4] dt-bindings: net: Add network-class.yaml schema Rob Herring (Mon Feb 20 2023 - 16:50:06 EST)
- [GIT PULL] MM updates for 6.3-rc1 Andrew Morton (Mon Feb 20 2023 - 16:52:38 EST)
- Re: [PATCH 7/7] selftests/proc: Remove idle time monotonicity assertions Thomas Gleixner (Mon Feb 20 2023 - 16:53:24 EST)
- Re: [PATCH v7 4/8] fs, block: copy_file_range for def_blk_ops for direct block device. kernel test robot (Mon Feb 20 2023 - 16:57:44 EST)
- Re: [PATCH v4] remoteproc: imx_dsp_rproc: add custom memory copy implementation for i.MX DSP Cores Mathieu Poirier (Mon Feb 20 2023 - 16:58:16 EST)
- Re: [PATCH v3 03/10] media: Add YUYV64_12 video format mirela.rabulea@xxxxxxxxxxx (Mon Feb 20 2023 - 16:59:42 EST)
- Re: [PATCH linux-next 2/2] x86/xen/time: cleanup xen_tsc_safe_clocksource Thomas Gleixner (Mon Feb 20 2023 - 17:01:24 EST)
- Re: [PATCH v10 3/6] dt-bindings: soc: qcom: cpr3: Add bindings for CPR3 driver Rob Herring (Mon Feb 20 2023 - 17:01:37 EST)
- Re: [PATCH v7 00/11] tracing/user_events: Remote write ABI Steven Rostedt (Mon Feb 20 2023 - 17:01:46 EST)
- Re: [PATCH v2 0/4] dt-bindings: net: Add network-class.yaml schema Jakub Kicinski (Mon Feb 20 2023 - 17:02:28 EST)
- Re: [PATCH v6 18/41] mm: Introduce VM_SHADOW_STACK for shadow stack memory Edgecombe, Rick P (Mon Feb 20 2023 - 17:08:20 EST)
- linux-next: duplicate patch in the mm-nonmm-stable tree Stephen Rothwell (Mon Feb 20 2023 - 17:08:41 EST)
- [PATCH v3 0/3] drm/bridge: tfp410: Add i2c support Jonathan Cormier (Mon Feb 20 2023 - 17:10:48 EST)
- [PATCH v3 2/3] drm/bridge: tfp410: Fix logic to configured polled HPD Jonathan Cormier (Mon Feb 20 2023 - 17:10:50 EST)
- [PATCH v3 1/3] drm/bridge: tfp410: Support basic I2C interface Jonathan Cormier (Mon Feb 20 2023 - 17:10:53 EST)
- [PATCH v3 3/3] drm/bridge: tfp410: If connected, use I2C for polled HPD status. Jonathan Cormier (Mon Feb 20 2023 - 17:10:57 EST)
- Re: [PATCH] net: phy: micrel: drop superfluous use of temp variable Andrew Lunn (Mon Feb 20 2023 - 17:12:59 EST)
- Re: [PATCH] RDMA/restrack: Reorder fields in 'struct rdma_restrack_entry' Christophe JAILLET (Mon Feb 20 2023 - 17:16:45 EST)
- Re: linux-6.2-rc4+ hangs on poweroff/reboot: Bisected Ben Skeggs (Mon Feb 20 2023 - 17:16:56 EST)
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64 Piotr Gorski (Mon Feb 20 2023 - 17:22:15 EST)
- Re: [External] Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64 Usama Arif (Mon Feb 20 2023 - 17:23:51 EST)
- Re: linux-next: manual merge of the sound tree with the arm-soc tree Stephen Rothwell (Mon Feb 20 2023 - 17:28:12 EST)
- Re: [PATCH v4 2/2] trigger: ledtrig-tty: add additional modes kernel test robot (Mon Feb 20 2023 - 17:28:39 EST)
- Re: [PATCH v7 4/8] fs, block: copy_file_range for def_blk_ops for direct block device. kernel test robot (Mon Feb 20 2023 - 17:28:44 EST)
- Re: [PATCH v6 27/41] x86/mm: Warn if create Write=0,Dirty=1 with raw prot Edgecombe, Rick P (Mon Feb 20 2023 - 17:33:01 EST)
- [GIT PULL] Audit patches for v6.3 Paul Moore (Mon Feb 20 2023 - 17:38:29 EST)
- Re: [PATCH v6 25/41] x86/mm: Introduce MAP_ABOVE4G Edgecombe, Rick P (Mon Feb 20 2023 - 17:38:38 EST)
- Re: [External] Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64 Oleksandr Natalenko (Mon Feb 20 2023 - 17:41:31 EST)
- Re: [PATCH v6 22/41] mm/mmap: Add shadow stack pages to memory accounting Edgecombe, Rick P (Mon Feb 20 2023 - 17:44:25 EST)
- Re: [PATCH 1/2] lockdep: lock_set_lock_cmp_fn() Kent Overstreet (Mon Feb 20 2023 - 17:45:55 EST)
- Re: [RFC PATCH V2 0/1] x86: cpu topology fix and question on x86_max_cores Thomas Gleixner (Mon Feb 20 2023 - 17:49:52 EST)
- Re: [RFC PATCH V2 0/1] x86: cpu topology fix and question on x86_max_cores Thomas Gleixner (Mon Feb 20 2023 - 17:52:15 EST)
- Re: [PATCH v6 20/41] x86/mm: Teach pte_mkwrite() about stack memory Edgecombe, Rick P (Mon Feb 20 2023 - 17:52:37 EST)
- Re: [PATCH v6 00/41] Shadow stacks for userspace Edgecombe, Rick P (Mon Feb 20 2023 - 17:54:15 EST)
- Re: [PATCH v2 2/3] ASoC: dt-bindings: sama7g5-pdmc: add microchip,startup-delay-us binding Rob Herring (Mon Feb 20 2023 - 17:56:11 EST)
- Re: [PATCH v6 13/41] mm: Make pte_mkwrite() take a VMA Edgecombe, Rick P (Mon Feb 20 2023 - 17:57:00 EST)
- Re: [PATCH RESEND] x86/speculation: Fix user-mode spectre-v2 protection with KERNEL_IBRS KP Singh (Mon Feb 20 2023 - 18:02:05 EST)
- Re: [PATCH] mm: change memcg->oom_group access with atomic operations Shakeel Butt (Mon Feb 20 2023 - 18:06:31 EST)
- Re: linux-next: duplicate patch in the mm-nonmm-stable tree Andrew Morton (Mon Feb 20 2023 - 18:12:21 EST)
- Re: [PATCH 2/2] Documentation/process: Add a maintainer handbook for KVM x86 David Woodhouse (Mon Feb 20 2023 - 18:18:42 EST)
- [PATCH] mm: cma: make kobj_type structure constant Thomas Weißschuh (Mon Feb 20 2023 - 18:23:43 EST)
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64 Kim Phillips (Mon Feb 20 2023 - 18:24:05 EST)
- [PATCH] mm: slub: make kobj_type structure constant Thomas Weißschuh (Mon Feb 20 2023 - 18:25:37 EST)
- [PATCH] cpufreq: schedutil: make kobj_type structure constant Thomas Weißschuh (Mon Feb 20 2023 - 18:29:02 EST)
- Re: [PATCH RESEND] x86/speculation: Fix user-mode spectre-v2 protection with KERNEL_IBRS Andrew Cooper (Mon Feb 20 2023 - 18:31:04 EST)
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64 David Woodhouse (Mon Feb 20 2023 - 18:31:08 EST)
- linux-next: Signed-off-by missing for commits in the cifs tree Stephen Rothwell (Mon Feb 20 2023 - 18:34:38 EST)
- [GIT PULL] Non MM updates for 6.3-rc1 Andrew Morton (Mon Feb 20 2023 - 18:35:10 EST)
- Re: [RFC PATCH v2] dt-bindings: dma: apple,sio: Add schema Rob Herring (Mon Feb 20 2023 - 18:40:55 EST)
- Re: [PATCH v4 4/4] dt-bindings: syscon: Add StarFive syscon doc Rob Herring (Mon Feb 20 2023 - 18:43:43 EST)
- Re: linux-next: duplicate patch in the mm-nonmm-stable tree Stephen Rothwell (Mon Feb 20 2023 - 18:45:38 EST)
- Re: [PATCH RESEND] x86/speculation: Fix user-mode spectre-v2 protection with KERNEL_IBRS KP Singh (Mon Feb 20 2023 - 18:45:57 EST)
- Re: [PATCH 1/2] lockdep: lock_set_lock_cmp_fn() Kent Overstreet (Mon Feb 20 2023 - 18:52:33 EST)
- Re: [PATCH v5] locking/rwbase: Mitigate indefinite writer starvation Thomas Gleixner (Mon Feb 20 2023 - 18:55:41 EST)
- Re: [PATCH 1/2] hwrng: add driver for MediaTek TRNG SMC Rob Herring (Mon Feb 20 2023 - 18:58:19 EST)
- Re: [GIT PULL] asm-generic: cleanups for 6.3 pr-tracker-bot (Mon Feb 20 2023 - 19:06:11 EST)
- Re: [PATCH v2 4/4] btrfs: replace btrfs_io_context::raid_map[] with a fixed u64 value Qu Wenruo (Mon Feb 20 2023 - 19:10:07 EST)
- Re: [RFC][PATCH 2/2] time: alarmtimer: Use TASK_FREEZABLE to cleanup freezer handling Thomas Gleixner (Mon Feb 20 2023 - 19:12:58 EST)
- Re: [PATCH 1/2] hwrng: add driver for MediaTek TRNG SMC Daniel Golle (Mon Feb 20 2023 - 19:14:59 EST)
- Re: [PATCH net 1/4] MAINTAINERS: Switch maintenance for cc2520 driver over patchwork-bot+netdevbpf (Mon Feb 20 2023 - 19:20:22 EST)
- Re: [PATCH net-next v1 1/2] string: Make memscan() to take const Jakub Kicinski (Mon Feb 20 2023 - 19:27:01 EST)
- Re: [PATCH] ethtool: pse-pd: Fix double word in comments Jakub Kicinski (Mon Feb 20 2023 - 19:28:03 EST)
- Re: linux-next: duplicate patch in the mm-nonmm-stable tree Andrew Morton (Mon Feb 20 2023 - 19:29:20 EST)
- Re: linux-next: manual merge of the block tree with the cifs tree Stephen Rothwell (Mon Feb 20 2023 - 19:38:15 EST)
- Re: linux-next: Signed-off-by missing for commits in the cifs tree Steve French (Mon Feb 20 2023 - 19:38:17 EST)
- Re: [RFC PATCH V1 1/1] sched/numa: Enhance vma scanning logic Kalra, Ashish (Mon Feb 20 2023 - 19:38:22 EST)
- Re: linux-next: manual merge of the block tree with the cifs tree Stephen Rothwell (Mon Feb 20 2023 - 19:39:19 EST)
- Re: linux-next: manual merge of the block tree with the cifs tree Stephen Rothwell (Mon Feb 20 2023 - 19:39:52 EST)
- Re: [PATCH] net/mlx4_en: Introduce flexible array to silence overflow warning patchwork-bot+netdevbpf (Mon Feb 20 2023 - 19:40:23 EST)
- [GIT PULL] virtio,vhost,vdpa: features, fixes Michael S. Tsirkin (Mon Feb 20 2023 - 19:41:49 EST)
- Re: [PATCH net-next V6] dt-bindings: net: xlnx,axi-ethernet: convert bindings document to yaml Jakub Kicinski (Mon Feb 20 2023 - 19:45:17 EST)
- Re: linux-next: manual merge of the file-locks tree with the fuse tree Stephen Rothwell (Mon Feb 20 2023 - 19:46:27 EST)
- Re: linux-next: manual merge of the block tree with the cifs tree Steve French (Mon Feb 20 2023 - 19:47:50 EST)
- Re: [PATCH -next] sfc: clean up some inconsistent indentings patchwork-bot+netdevbpf (Mon Feb 20 2023 - 19:50:25 EST)
- Re: [PATCH v3 net-next 00/13] Add tc-mqprio and tc-taprio support for preemptible traffic classes Jakub Kicinski (Mon Feb 20 2023 - 19:55:12 EST)
- Re: [PATCH] riscv: kprobe: Optimize kprobe with accurate atomicity Guo Ren (Mon Feb 20 2023 - 19:57:58 EST)
- Re: [PATCH] tools/memory-model: Add details about SRCU read-side critical sections Joel Fernandes (Mon Feb 20 2023 - 19:59:01 EST)
- Re: [PATCH net] net: lan966x: Fix possible deadlock inside PTP patchwork-bot+netdevbpf (Mon Feb 20 2023 - 20:00:24 EST)
- Re: [PATCH v3 net-next 00/13] Add tc-mqprio and tc-taprio support for preemptible traffic classes Vladimir Oltean (Mon Feb 20 2023 - 20:01:10 EST)
- [PATCH] serial: jsm: Change n to unsigned int Mohammad Mahfooz (Mon Feb 20 2023 - 20:04:01 EST)
- Re: [PATCH] ptp: kvm: Use decrypted memory in confidential guest on x86 kernel test robot (Mon Feb 20 2023 - 20:09:45 EST)
- RE: [PATCH v5 0/2] Add ASPEED AST2600 I2Cv2 controller driver Ryan Chen (Mon Feb 20 2023 - 20:13:00 EST)
- Re: [PATCH v2 3/6] iommu: Same critical region for device release and removal Jason Gunthorpe (Mon Feb 20 2023 - 20:13:20 EST)
- RE: [PATCH v3 03/10] media: Add YUYV64_12 video format Ming Qian (Mon Feb 20 2023 - 20:19:30 EST)
- [PATCH -next] arm64: Optimize the comparison of unsigned expressions to avoid compiling error Lin Yujun (Mon Feb 20 2023 - 20:30:13 EST)
- Re: [PATCH] riscv: kprobe: Optimize kprobe with accurate atomicity Guo Ren (Mon Feb 20 2023 - 20:31:05 EST)
- [PATCH -next] crypto: Use devm_platform_get_and_ioremap_resource() Yang Li (Mon Feb 20 2023 - 20:34:25 EST)
- Re: [PATCH v2] dt-bindings: interrupt-controller: convert loongson,ls1x-intc.txt to json-schema Kelvin Cheung (Mon Feb 20 2023 - 20:37:09 EST)
- linux-next: build failure after merge of the net-next tree Stephen Rothwell (Mon Feb 20 2023 - 20:40:19 EST)
- RE: [PATCH] [RFC] net: fec: Allow turning off IRQ coalescing Wei Fang (Mon Feb 20 2023 - 20:40:49 EST)
- Re: [PATCH v8 11/13] dt-bindings: leds: Document netdev trigger Rob Herring (Mon Feb 20 2023 - 20:44:20 EST)
- Re: [PATCH] scsi: ufs: ufs-mediatek: guard ufs_mtk_runtime_suspend() and ufs_mtk_runtime_resume() w/ CONFIG_PM Stanley Chu (Mon Feb 20 2023 - 20:45:05 EST)
- Re: [PATCH bpf-next v2] riscv, bpf: Add kfunc support for RV64 Pu Lehui (Mon Feb 20 2023 - 20:47:13 EST)
- Re: [PATCH v8 13/13] dt-bindings: net: dsa: qca8k: add LEDs definition example Rob Herring (Mon Feb 20 2023 - 20:48:34 EST)
- Re: [PATCH 2/2] arm64: dts: qcom: sm8550: Use correct CPU compatibles Rob Herring (Mon Feb 20 2023 - 20:51:02 EST)
- Re: [PATCH 1/2] dt-bindings: arm: Add Cortex-A715 and X3 Rob Herring (Mon Feb 20 2023 - 20:52:30 EST)
- Re: [GIT PULL] locking changes for v6.3 pr-tracker-bot (Mon Feb 20 2023 - 20:53:04 EST)
- Re: [GIT PULL] scheduler changes for v6.3 pr-tracker-bot (Mon Feb 20 2023 - 20:53:07 EST)
- Re: [GIT PULL] perf event updates for v6.3 pr-tracker-bot (Mon Feb 20 2023 - 20:53:11 EST)
- Re: [PATCH] riscv: kprobe: Optimize kprobe with accurate atomicity Guo Ren (Mon Feb 20 2023 - 20:57:22 EST)
- Re: [PATCH 1/2] dt-bindings usb: typec: rt1711h: Use a generic node name Rob Herring (Mon Feb 20 2023 - 21:01:33 EST)
- Re: [PATCH v3 5/7] media: dt-bindings: samsung,exynos4212-is: convert to dtschema Rob Herring (Mon Feb 20 2023 - 21:02:19 EST)
- Re: [PATCH] ARM: dts: omap3-gta04: fix compatible record for GTA04 board Rob Herring (Mon Feb 20 2023 - 21:04:07 EST)
- Re: [PATCH 1/2] dt-bindings: display/panel: Add Lenovo NT36523W BOE panel Rob Herring (Mon Feb 20 2023 - 21:09:07 EST)
- Re: [PATCH v8 3/7] dt-bindings: bus: add CDX bus controller for versal net Rob Herring (Mon Feb 20 2023 - 21:10:15 EST)
- Re: [PATCH 1/2] dt-bindings: display/panel: Add Lenovo NT36523W BOE panel Konrad Dybcio (Mon Feb 20 2023 - 21:13:41 EST)
- Re: [PATCH bpf-next v2 2/3] selftests/bpf: split test_attach_probe into multi subtests Menglong Dong (Mon Feb 20 2023 - 21:19:58 EST)
- Re: [PATCH V2 net-next] net: fec: add CBS offload support Andrew Lunn (Mon Feb 20 2023 - 21:25:47 EST)
- Re: [PATCH v4 5/7] net: stmmac: Add glue layer for StarFive JH7110 SoCs yanhong wang (Mon Feb 20 2023 - 21:28:00 EST)
- Re: [PATCH] net: lan743x: LAN743X selects FIXED_PHY to resolve a link error Andrew Lunn (Mon Feb 20 2023 - 21:29:53 EST)
- [PATCH v8 1/6] r8169: Disable ASPM L1.1 on 8168h Kai-Heng Feng (Mon Feb 20 2023 - 21:33:44 EST)
- [PATCH v8 2/6] Revert "PCI/ASPM: Unexport pcie_aspm_support_enabled()" Kai-Heng Feng (Mon Feb 20 2023 - 21:33:51 EST)
- [PATCH v8 3/6] PCI/ASPM: Add pcie_aspm_capable() helper Kai-Heng Feng (Mon Feb 20 2023 - 21:33:55 EST)
- [PATCH v8 4/6] r8169: Consider chip-specific ASPM can be enabled on more cases Kai-Heng Feng (Mon Feb 20 2023 - 21:34:08 EST)
- [PATCH v8 5/6] r8169: Use mutex to guard config register locking Kai-Heng Feng (Mon Feb 20 2023 - 21:34:30 EST)
- [PATCH v8 6/6] r8169: Disable ASPM while doing NAPI poll Kai-Heng Feng (Mon Feb 20 2023 - 21:34:43 EST)
- [PATCH v4 0/4] RISC-V Hibernation Support Sia Jee Heng (Mon Feb 20 2023 - 21:36:11 EST)
- [PATCH v4 1/4] RISC-V: Change suspend_save_csrs and suspend_restore_csrs to public function Sia Jee Heng (Mon Feb 20 2023 - 21:36:15 EST)
- [PATCH v4 2/4] RISC-V: Factor out common code of __cpu_resume_enter() Sia Jee Heng (Mon Feb 20 2023 - 21:36:18 EST)
- [PATCH v4 3/4] RISC-V: mm: Enable huge page support to kernel_page_present() function Sia Jee Heng (Mon Feb 20 2023 - 21:36:20 EST)
- [PATCH v4 4/4] RISC-V: Add arch functions to support hibernation/suspend-to-disk Sia Jee Heng (Mon Feb 20 2023 - 21:36:22 EST)
- [PATCH -next] ata: pata_macio: Use of_property_present() helper Yang Li (Mon Feb 20 2023 - 21:37:51 EST)
- Re: [PATCH v6 00/41] Shadow stacks for userspace Pengfei Xu (Mon Feb 20 2023 - 21:38:10 EST)
- [PATCH v8 RESEND 0/6] r8169: Enable ASPM for recent 1.0/2.5Gbps Realtek NICs Kai-Heng Feng (Mon Feb 20 2023 - 21:39:46 EST)
- [PATCH v8 RESEND 1/6] r8169: Disable ASPM L1.1 on 8168h Kai-Heng Feng (Mon Feb 20 2023 - 21:40:06 EST)
- [PATCH v8 RESEND 2/6] Revert "PCI/ASPM: Unexport pcie_aspm_support_enabled()" Kai-Heng Feng (Mon Feb 20 2023 - 21:40:10 EST)
- [PATCH v8 RESEND 3/6] PCI/ASPM: Add pcie_aspm_capable() helper Kai-Heng Feng (Mon Feb 20 2023 - 21:40:23 EST)
- [PATCH v8 RESEND 4/6] r8169: Consider chip-specific ASPM can be enabled on more cases Kai-Heng Feng (Mon Feb 20 2023 - 21:40:26 EST)
- [PATCH v8 RESEND 5/6] r8169: Use mutex to guard config register locking Kai-Heng Feng (Mon Feb 20 2023 - 21:40:44 EST)
- [PATCH v8 RESEND 6/6] r8169: Disable ASPM while doing NAPI poll Kai-Heng Feng (Mon Feb 20 2023 - 21:40:56 EST)
- RE: [PATCH v5 1/2] dt-bindings: i2c: Add support for ASPEED i2Cv2 Ryan Chen (Mon Feb 20 2023 - 21:43:31 EST)
- Re: [PATCH v4 4/4] dt-bindings: syscon: Add StarFive syscon doc William Qiu (Mon Feb 20 2023 - 21:44:09 EST)
- Re: [PATCH v4 01/21] net/tcp: Prepare tcp_md5sig_pool for TCP-AO Herbert Xu (Mon Feb 20 2023 - 21:44:33 EST)
- [PATCH -next] can: mscan: mpc5xxx: Use of_property_present() helper Yang Li (Mon Feb 20 2023 - 21:45:52 EST)
- Re: [PATCH v4 1/6] Update Kconfig and Makefile. Herbert Xu (Mon Feb 20 2023 - 21:45:57 EST)
- [PATCH v4 00/19] Basic clock, reset & device tree support for StarFive JH7110 RISC-V SoC Hal Feng (Mon Feb 20 2023 - 21:46:58 EST)
- [PATCH v4 02/19] clk: starfive: Rename clk-starfive-jh7100.h to clk-starfive-jh71x0.h Hal Feng (Mon Feb 20 2023 - 21:47:00 EST)
- [PATCH v4 01/19] clk: starfive: Factor out common JH7100 and JH7110 code Hal Feng (Mon Feb 20 2023 - 21:47:03 EST)
- [PATCH v4 04/19] reset: Create subdirectory for StarFive drivers Hal Feng (Mon Feb 20 2023 - 21:47:05 EST)
- [PATCH v4 05/19] reset: starfive: Factor out common JH71X0 reset code Hal Feng (Mon Feb 20 2023 - 21:47:13 EST)
- [PATCH v4 03/19] clk: starfive: Rename "jh7100" to "jh71x0" for the common code Hal Feng (Mon Feb 20 2023 - 21:47:15 EST)
- [PATCH v4 06/19] reset: starfive: Extract the common JH71X0 reset code Hal Feng (Mon Feb 20 2023 - 21:47:18 EST)
- [PATCH v4 08/19] reset: starfive: jh71x0: Use 32bit I/O on 32bit registers Hal Feng (Mon Feb 20 2023 - 21:47:21 EST)
- [PATCH v4 07/19] reset: starfive: Rename "jh7100" to "jh71x0" for the common code Hal Feng (Mon Feb 20 2023 - 21:47:23 EST)
- [PATCH v4 09/19] dt-bindings: clock: Add StarFive JH7110 system clock and reset generator Hal Feng (Mon Feb 20 2023 - 21:47:25 EST)
- [PATCH v4 10/19] dt-bindings: clock: Add StarFive JH7110 always-on clock and reset generator Hal Feng (Mon Feb 20 2023 - 21:47:28 EST)
- [PATCH v4 11/19] clk: starfive: Add StarFive JH7110 system clock driver Hal Feng (Mon Feb 20 2023 - 21:47:39 EST)
- [PATCH v4 12/19] clk: starfive: Add StarFive JH7110 always-on clock driver Hal Feng (Mon Feb 20 2023 - 21:47:41 EST)
- [PATCH v4 14/19] dt-bindings: timer: Add StarFive JH7110 clint Hal Feng (Mon Feb 20 2023 - 21:47:44 EST)
- [PATCH v4 13/19] reset: starfive: Add StarFive JH7110 reset driver Hal Feng (Mon Feb 20 2023 - 21:47:47 EST)
- [PATCH v4 15/19] dt-bindings: interrupt-controller: Add StarFive JH7110 plic Hal Feng (Mon Feb 20 2023 - 21:47:51 EST)
- [PATCH v4 16/19] dt-bindings: riscv: Add SiFive S7 compatible Hal Feng (Mon Feb 20 2023 - 21:47:54 EST)
- [PATCH v4 17/19] riscv: dts: starfive: Add initial StarFive JH7110 device tree Hal Feng (Mon Feb 20 2023 - 21:48:04 EST)
- [PATCH v4 18/19] riscv: dts: starfive: Add StarFive JH7110 pin function definitions Hal Feng (Mon Feb 20 2023 - 21:48:08 EST)
- [PATCH v4 19/19] riscv: dts: starfive: Add StarFive JH7110 VisionFive 2 board device tree Hal Feng (Mon Feb 20 2023 - 21:48:11 EST)
- Re: [PATCH -v5 0/9] migrate_pages(): batch TLB flushing Hugh Dickins (Mon Feb 20 2023 - 21:50:55 EST)
- [PATCH v2] scsi: ufs: Guard the ufs_mtk_runtime_suspend and ufs_mtk_runtime_resume with CONFIG_PM Stephen Zhang (Mon Feb 20 2023 - 21:52:53 EST)
- Re: [PATCH V3 2/2] nvmem: add generic driver for devices with MMIO access Rafał Miłecki (Mon Feb 20 2023 - 21:54:50 EST)
- [PATCH bpf-next v3 3/3] selftests/bpf: add test for legacy/perf kprobe/uprobe attach mode menglong8 . dong (Mon Feb 20 2023 - 21:55:22 EST)
- [PATCH bpf-next v3 2/3] selftests/bpf: split test_attach_probe into multi subtests menglong8 . dong (Mon Feb 20 2023 - 21:55:24 EST)
- [PATCH bpf-next v3 1/3] libbpf: add support to set kprobe/uprobe attach mode menglong8 . dong (Mon Feb 20 2023 - 21:55:28 EST)
- [PATCH bpf-next v3 0/3] libbpf: allow users to set kprobe/uprobe attach mode menglong8 . dong (Mon Feb 20 2023 - 21:55:31 EST)
- Re: [PATCH v2 01/29] LoongArch: KVM: Add kvm related header files Tianrui Zhao (Mon Feb 20 2023 - 21:57:21 EST)
- Re: [PATCH v4 1/6] Update Kconfig and Makefile. Danny Tsen (Mon Feb 20 2023 - 21:57:53 EST)
- Re: [PATCH net 4/4] MAINTAINERS: Add Miquel Raynal as additional maintainer for ieee802154 Alexander Aring (Mon Feb 20 2023 - 21:59:31 EST)
- Re: [PATCH v4 1/6] Update Kconfig and Makefile. Herbert Xu (Mon Feb 20 2023 - 21:59:48 EST)
- Re: [PATCH v2 02/29] LoongArch: KVM: Implement kvm module related interface Tianrui Zhao (Mon Feb 20 2023 - 22:02:50 EST)
- Re: [PATCH v4 1/6] Update Kconfig and Makefile. Danny Tsen (Mon Feb 20 2023 - 22:05:37 EST)
- Re: [GIT PULL] x86/asm changes for v6.3 pr-tracker-bot (Mon Feb 20 2023 - 22:07:29 EST)
- Re: [GIT PULL] x86/build change for v6.3 pr-tracker-bot (Mon Feb 20 2023 - 22:07:32 EST)
- Re: [GIT PULL] x86/platform changes for v6.3 pr-tracker-bot (Mon Feb 20 2023 - 22:07:33 EST)
- Re: [GIT PULL] x86/fpu changes for v6.3 pr-tracker-bot (Mon Feb 20 2023 - 22:07:35 EST)
- Re: [GIT PULL] x86/boot changes for v6.3 pr-tracker-bot (Mon Feb 20 2023 - 22:07:37 EST)
- Re: [GIT PULL] x86/core changes for v6.3 pr-tracker-bot (Mon Feb 20 2023 - 22:07:39 EST)
- Re: [GIT PULL] x86/mm change for v6.3 pr-tracker-bot (Mon Feb 20 2023 - 22:07:42 EST)
- [PATCH] sh: SH2007: drop the bad URL info Randy Dunlap (Mon Feb 20 2023 - 22:10:15 EST)
- Re: [PATCH 6.1 000/118] 6.1.13-rc1 review Ron Economos (Mon Feb 20 2023 - 22:16:36 EST)
- RE: [PATCH 3/3] RISC-V: Add arch functions to support hibernation/suspend-to-disk JeeHeng Sia (Mon Feb 20 2023 - 22:16:57 EST)
- Re: [PATCH v2 08/29] LoongArch: KVM: Implement vcpu handle exit interface Tianrui Zhao (Mon Feb 20 2023 - 22:17:57 EST)
- Re: [PATCH v2 13/29] LoongArch: KVM: Implement misc vcpu related interfaces Tianrui Zhao (Mon Feb 20 2023 - 22:19:29 EST)
- [PATCH] KVM: x86: Remove duplicated calls of reverse_cpuid_check() Binbin Wu (Mon Feb 20 2023 - 22:22:12 EST)
- Re: [PATCH] arm64: dts: mediatek: mt8183: kukui: Add scp firmware-name Chen-Yu Tsai (Mon Feb 20 2023 - 22:25:08 EST)
- Re: [PATCH v3 09/55] clk: mediatek: mt2712-apmixedsys: Add .remove() callback for module build Chen-Yu Tsai (Mon Feb 20 2023 - 22:26:09 EST)
- RE: [PATCH v5 1/2] dt-bindings: i2c: Add support for ASPEED i2Cv2 Ryan Chen (Mon Feb 20 2023 - 22:32:55 EST)
- Re: [PATCH -v5 0/9] migrate_pages(): batch TLB flushing Huang, Ying (Mon Feb 20 2023 - 22:35:46 EST)
- Re: [PATCH v3 19/55] clk: mediatek: mt8183: Move apmixedsys clock driver to its own file Chen-Yu Tsai (Mon Feb 20 2023 - 22:39:48 EST)
- [RESEND PATCH v4 0/6] crypto: Accelerated AES/GCM stitched implementation Danny Tsen (Mon Feb 20 2023 - 22:40:39 EST)
- [RESEND PATCH v4 1/6] Glue code for AES/GCM stitched implementation. Danny Tsen (Mon Feb 20 2023 - 22:40:43 EST)
- [RESEND PATCH v4 6/6] Update Kconfig and Makefile. Danny Tsen (Mon Feb 20 2023 - 22:40:53 EST)
- [RESEND PATCH v4 5/6] A perl script to process PowerPC assembler source. Danny Tsen (Mon Feb 20 2023 - 22:40:57 EST)
- [RESEND PATCH v4 2/6] An accelerated AES/GCM stitched implementation. Danny Tsen (Mon Feb 20 2023 - 22:41:00 EST)
- [RESEND PATCH v4 4/6] Supporting functions for ghash. Danny Tsen (Mon Feb 20 2023 - 22:41:02 EST)
- [RESEND PATCH v4 3/6] Supporting functions for AES. Danny Tsen (Mon Feb 20 2023 - 22:41:05 EST)
- Re: [PATCH v3 24/55] clk: mediatek: mt7622: Move apmixedsys clock driver to its own file Chen-Yu Tsai (Mon Feb 20 2023 - 22:43:02 EST)
- Re: [PATCH v3 25/55] clk: mediatek: mt7622-apmixedsys: Add .remove() callback for module build Chen-Yu Tsai (Mon Feb 20 2023 - 22:43:22 EST)
- Re: [PATCH v3 26/55] clk: mediatek: mt7622: Move infracfg to clk-mt7622-infracfg.c Chen-Yu Tsai (Mon Feb 20 2023 - 22:44:19 EST)
- Re: [PATCH] PM: s2idle: Don't allow s2idle when cpuidle isn't supported Hector Martin (Mon Feb 20 2023 - 22:45:03 EST)
- [PATCH] drm/amd/display: Clean up some inconsistent indenting Jiapeng Chong (Mon Feb 20 2023 - 22:45:05 EST)
- Re: [PATCH v3 03/55] clk: mediatek: Migrate to mtk_clk_pdev_probe() for multimedia clocks Chen-Yu Tsai (Mon Feb 20 2023 - 22:45:41 EST)
- [PATCH v4 0/4] dmaengine: dw-edma: Add support for native HDMA Cai Huoqing (Mon Feb 20 2023 - 22:47:08 EST)
- [PATCH v4 1/4] dmaengine: dw-edma: Rename dw_edma_core_ops structure to dw_edma_plat_ops Cai Huoqing (Mon Feb 20 2023 - 22:47:16 EST)
- [PATCH v4 2/4] dmaengine: dw-edma: Create a new dw_edma_core_ops structure to abstract controller operation Cai Huoqing (Mon Feb 20 2023 - 22:47:27 EST)
- [PATCH v4 3/4] dmaengine: dw-edma: Add support for native HDMA Cai Huoqing (Mon Feb 20 2023 - 22:47:41 EST)
- [PATCH v4 4/4] dmaengine: dw-edma: Add HDMA DebugFS support Cai Huoqing (Mon Feb 20 2023 - 22:48:02 EST)
- Re: [PATCH v3 28/55] clk: mediatek: mt8516: Move apmixedsys clock driver to its own file Chen-Yu Tsai (Mon Feb 20 2023 - 22:50:07 EST)
- Re: [PATCH v9 2/9] arm64: dts: ti: k3-j721s2-main: Add support for USB Ravi Gunasekaran (Mon Feb 20 2023 - 22:51:29 EST)
- [PATCH] tty: tty_ldisc: Remove the ret variable Li zeming (Mon Feb 20 2023 - 22:52:10 EST)
- Re: [PATCH v3 39/55] clk: mediatek: Split MT8195 clock drivers and allow module build Chen-Yu Tsai (Mon Feb 20 2023 - 22:54:14 EST)
- Re: [PATCH v3 46/55] clk: mediatek: Split configuration options for MT8186 clock drivers Chen-Yu Tsai (Mon Feb 20 2023 - 22:55:59 EST)
- [PATCH] Update documentation of vfs_tmpfile Hok Chun NG (Ben) (Mon Feb 20 2023 - 22:56:03 EST)
- Re: [PATCH -next V7 6/7] samples: ftrace: Add riscv support for SAMPLE_FTRACE_DIRECT[_MULTI] Guo Ren (Mon Feb 20 2023 - 22:56:37 EST)
- Re: [PATCH v3 50/55] clk: mediatek: mt8135: Move apmixedsys to its own file Chen-Yu Tsai (Mon Feb 20 2023 - 22:56:48 EST)
- Re: [PATCH v3 51/55] clk: mediatek: mt8135: Properly use CLK_IS_CRITICAL flag Chen-Yu Tsai (Mon Feb 20 2023 - 22:57:28 EST)
- [PATCH 1/7] ext4: properly handle error of ext4_init_block_bitmap in ext4_read_block_bitmap_nowait Kemeng Shi (Mon Feb 20 2023 - 22:57:47 EST)
- [PATCH 0/7] A few patches to improve ext4 balloc Kemeng Shi (Mon Feb 20 2023 - 22:57:49 EST)
- [PATCH 3/7] ext4: call ext4_bg_num_gdb_[no]meta directly in ext4_num_base_meta_clusters Kemeng Shi (Mon Feb 20 2023 - 22:57:52 EST)
- [PATCH 6/7] ext4: stop trying to verify just initialized bitmap in ext4_read_block_bitmap_nowait Kemeng Shi (Mon Feb 20 2023 - 22:57:57 EST)
- [PATCH 2/7] ext4: correct validation check of inode table in ext4_valid_block_bitmap Kemeng Shi (Mon Feb 20 2023 - 22:58:01 EST)
- [PATCH 4/7] ext4: remove unnecessary check in ext4_bg_num_gdb_nometa Kemeng Shi (Mon Feb 20 2023 - 22:58:04 EST)
- [PATCH 5/7] ext4: remove stale comment in ext4_init_block_bitmap Kemeng Shi (Mon Feb 20 2023 - 22:58:07 EST)
- [PATCH 7/7] ext4: improve inode table blocks counting in ext4_num_overhead_clusters Kemeng Shi (Mon Feb 20 2023 - 22:58:12 EST)
- Re: [PATCH v3 52/55] clk: mediatek: mt8135-apmixedsys: Convert to platform_driver and module Chen-Yu Tsai (Mon Feb 20 2023 - 22:58:33 EST)
- Re: [PATCH v3 53/55] clk: mediatek: mt8135: Join root_clk_alias and top_divs arrays Chen-Yu Tsai (Mon Feb 20 2023 - 22:59:13 EST)
- Re: [PATCH] ptp: kvm: Use decrypted memory in confidential guest on x86 kernel test robot (Mon Feb 20 2023 - 22:59:43 EST)
- Re: [PATCH v3 54/55] clk: mediatek: mt8135: Convert to simple probe and enable module build Chen-Yu Tsai (Mon Feb 20 2023 - 23:01:25 EST)
- Re: [PATCH -next V7 6/7] samples: ftrace: Add riscv support for SAMPLE_FTRACE_DIRECT[_MULTI] Guo Ren (Mon Feb 20 2023 - 23:02:26 EST)
- Re: [PATCH v3 55/55] clk: mediatek: mt8135: Remove __initconst annotation from clock arrays Chen-Yu Tsai (Mon Feb 20 2023 - 23:04:32 EST)
- Re: [PATCH 5.15 00/83] 5.15.95-rc1 review Bagas Sanjaya (Mon Feb 20 2023 - 23:10:33 EST)
- Re: [PATCH linux-next 2/2] x86/xen/time: cleanup xen_tsc_safe_clocksource Krister Johansen (Mon Feb 20 2023 - 23:21:13 EST)
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64 Kim Phillips (Mon Feb 20 2023 - 23:21:14 EST)
- [PATCH] rcu-tasks: Allow RCU-Task trace stall warning dump late IPI CPU stacks Zqiang (Mon Feb 20 2023 - 23:27:34 EST)
- Re: [PATCH -v5 0/9] migrate_pages(): batch TLB flushing Matthew Wilcox (Mon Feb 20 2023 - 23:30:52 EST)
- Re: [PATCH -next] can: mscan: mpc5xxx: Use of_property_present() helper Pavan Chebbi (Mon Feb 20 2023 - 23:36:17 EST)
- Re: [PATCH] cpufreq: schedutil: make kobj_type structure constant Viresh Kumar (Mon Feb 20 2023 - 23:37:03 EST)
- Re: [PATCH v2 01/29] LoongArch: KVM: Add kvm related header files Xi Ruoyao (Mon Feb 20 2023 - 23:37:12 EST)
- Re: [PATCH v2 net-next 1/5] net: dsa: microchip: add rmon grouping for ethtool statistics Rakesh.Sankaranarayanan (Mon Feb 20 2023 - 23:38:08 EST)
- Re: [PATCH -v5 0/9] migrate_pages(): batch TLB flushing Huang, Ying (Mon Feb 20 2023 - 23:39:39 EST)
- Re: [PATCH v2 net-next 1/5] net: dsa: microchip: add rmon grouping for ethtool statistics Rakesh.Sankaranarayanan (Mon Feb 20 2023 - 23:40:47 EST)
- Re: [PATCH v2 05/29] LoongArch: KVM: Add vcpu related header files Xi Ruoyao (Mon Feb 20 2023 - 23:45:05 EST)
- Re: [PATCH 2/2] scsi: ufs: core: Export symbol ufshcd_mcq_read_cqis() Powen Kao (高伯文) (Mon Feb 20 2023 - 23:46:33 EST)
- Re: [PATCH] perf/x86/rapl: Enable Core RAPL for AMD Wyes Karny (Mon Feb 20 2023 - 23:53:58 EST)
- [PATCH net-next v2 0/4] net: phy: EEE fixes Oleksij Rempel (Tue Feb 21 2023 - 00:03:54 EST)
- [PATCH net-next v2 1/4] net: phy: c45: use "supported_eee" instead of supported for access validation Oleksij Rempel (Tue Feb 21 2023 - 00:04:02 EST)
- [PATCH net-next v2 4/4] net: phy: c45: genphy_c45_ethtool_set_eee: validate EEE link modes Oleksij Rempel (Tue Feb 21 2023 - 00:04:08 EST)
- [PATCH net-next v2 3/4] net: phy: do not force EEE support Oleksij Rempel (Tue Feb 21 2023 - 00:04:12 EST)
- [PATCH net-next v2 2/4] net: phy: c45: add genphy_c45_an_config_eee_aneg() function Oleksij Rempel (Tue Feb 21 2023 - 00:04:18 EST)
- Re: [syzbot] WARNING: can't access registers at entry_SYSCALL_64_after_hwframe syzbot (Tue Feb 21 2023 - 00:09:55 EST)
- [PATCH] Remove orphaned CONFIG_PRINTK_SAFE_LOG_BUF_SHIFT Marc Aurèle La France (Tue Feb 21 2023 - 00:12:12 EST)
- Re: [PATCH] mm: change memcg->oom_group access with atomic operations Roman Gushchin (Tue Feb 21 2023 - 00:17:47 EST)
- Re: [PATCH kernel v4] KVM: SEV: Enable data breakpoints in SEV-ES Alexey Kardashevskiy (Tue Feb 21 2023 - 00:19:22 EST)
- [PATCH] zynq: clkc: Add kmalloc allocation flag Li zeming (Tue Feb 21 2023 - 00:28:20 EST)
- Re: [PATCH v2] Bluetooth: hci_qca: Add support for Qualcomm Bluetooth SoC QCA2066 Steev Klimaszewski (Tue Feb 21 2023 - 00:28:23 EST)
- [PATCH] drivers: crypto: caam: jr: add .shutdown hook meenakshi . aggarwal (Tue Feb 21 2023 - 00:41:25 EST)
- [PATCH] drivers: crypto: caam: jr: Allow quiesce when quiesced meenakshi . aggarwal (Tue Feb 21 2023 - 00:42:51 EST)
- Re: [PATCH 6.1 000/118] 6.1.13-rc1 review Naresh Kamboju (Tue Feb 21 2023 - 00:47:13 EST)
- Re: [PATCH linux-next 2/2] x86/xen/time: cleanup xen_tsc_safe_clocksource Krister Johansen (Tue Feb 21 2023 - 00:51:30 EST)
- Re: [PATCH v2 2/2] pwm: sifive: change the PWM controlled LED algorithm Nylon Chen (Tue Feb 21 2023 - 00:54:48 EST)
- linux-next: Tree for Feb 21 Stephen Rothwell (Tue Feb 21 2023 - 01:02:09 EST)
- Re: [PATCH] serial: jsm: Change n to unsigned int Jiri Slaby (Tue Feb 21 2023 - 01:07:54 EST)
- [PATCH v2] scsi: ufs: core: Add trace event for MCQ Ziqi Chen (Tue Feb 21 2023 - 01:08:12 EST)
- [RFC PATCH 0/2] arch/*/io.h: remove ioremap_uc in some architectures Baoquan He (Tue Feb 21 2023 - 01:08:31 EST)
- [RFC PATCH 1/2] mips: add <asm-generic/io.h> including Baoquan He (Tue Feb 21 2023 - 01:08:38 EST)
- [RFC PATCH 2/2] arch/*/io.h: remove ioremap_uc in some architectures Baoquan He (Tue Feb 21 2023 - 01:08:58 EST)
- linux-next: duplicate patch in the aspeed tree Stephen Rothwell (Tue Feb 21 2023 - 01:20:15 EST)
- Re: [PATCH RFC] thermal/drivers/intel_menlow: Remove add_one_attribute Zhang, Rui (Tue Feb 21 2023 - 01:22:49 EST)
- linux-next: duplicate patch in the stm32 tree Stephen Rothwell (Tue Feb 21 2023 - 01:23:19 EST)
- linux-next: duplicate patch in the mfd tree Stephen Rothwell (Tue Feb 21 2023 - 01:27:54 EST)
- [PATCH] mtd: rawnand: meson: initialize struct with zeroes Arseniy Krasnov (Tue Feb 21 2023 - 01:29:23 EST)
- Re: [PATCH -next] ata: pata_macio: Use of_property_present() helper kernel test robot (Tue Feb 21 2023 - 01:31:55 EST)
- [PATCH] mtd: rawnand: meson: initialize struct with zeroes Arseniy Krasnov (Tue Feb 21 2023 - 01:33:47 EST)
- Re: [PATCH v2 1/2] ARM: msm8960: Rename cxo_board to cxo-board and add alias Rudraksha Gupta (Tue Feb 21 2023 - 01:40:49 EST)
- Re: linux-next: manual merge of the mm-stable tree with the cifs tree Stephen Rothwell (Tue Feb 21 2023 - 01:44:11 EST)
- Re: [PATCH v3 09/11] clk: starfive: Add StarFive JH7110 system clock driver Hal Feng (Tue Feb 21 2023 - 01:44:33 EST)
- Re: [PATCH -next] drivers/perf: Use devm_platform_get_and_ioremap_resource() Shuai Xue (Tue Feb 21 2023 - 01:45:59 EST)
- Re: [PATCH v7 2/6] ocfs2: Switch to security_inode_init_security() Joseph Qi (Tue Feb 21 2023 - 01:46:05 EST)
- Re: [PATCH v2 05/29] LoongArch: KVM: Add vcpu related header files maobibo (Tue Feb 21 2023 - 01:46:41 EST)
- Re: [PATCH v2 05/29] LoongArch: KVM: Add vcpu related header files Paolo Bonzini (Tue Feb 21 2023 - 01:49:47 EST)
- Re: linux-next: manual merge of the mm-stable tree with the cifs tree Stephen Rothwell (Tue Feb 21 2023 - 01:50:28 EST)
- Re: [PATCH v2 01/29] LoongArch: KVM: Add kvm related header files Paolo Bonzini (Tue Feb 21 2023 - 01:50:58 EST)
- RE: [PATCH v2] Bluetooth: hci_qca: Add support for Qualcomm Bluetooth SoC QCA2066 Tim Jiang (QUIC) (Tue Feb 21 2023 - 01:51:32 EST)
- Re: [PATCH v3] char: pcmcia: cm4000_cs: Fix use-after-free in cm4000_fops Jiri Slaby (Tue Feb 21 2023 - 01:52:01 EST)
- Re: [PATCH] mm: change memcg->oom_group access with atomic operations Shakeel Butt (Tue Feb 21 2023 - 01:52:29 EST)
- Re: [PATCH v3] docs/mm: Physical Memory: add example of interleaving nodes Mike Rapoport (Tue Feb 21 2023 - 01:52:54 EST)
- Re: linux-next: manual merge of the mm-stable tree with the ext4 tree Stephen Rothwell (Tue Feb 21 2023 - 01:54:43 EST)
- Re: [PATCH v2 02/29] LoongArch: KVM: Implement kvm module related interface maobibo (Tue Feb 21 2023 - 02:00:03 EST)
- Re: [PATCH v1 2/9] soc: mediatek: mtk-mmsys: Use module_platform_driver() macro Chen-Yu Tsai (Tue Feb 21 2023 - 02:01:16 EST)
- Re: [PATCH v10 3/6] fs/proc/task_mmu: Implement IOCTL to get and/or the clear info about PTEs Muhammad Usama Anjum (Tue Feb 21 2023 - 02:02:36 EST)
- Re: [PATCH bpf-next v2] riscv, bpf: Add kfunc support for RV64 Björn Töpel (Tue Feb 21 2023 - 02:02:58 EST)
- [PATCH] selftests: ir: add config file Anders Roxell (Tue Feb 21 2023 - 02:03:28 EST)
- Re: [PATCH] block, bfq: fix uaf for bfqq in bic_set_bfqq() Yu Kuai (Tue Feb 21 2023 - 02:04:19 EST)
- Re: [PATCH v1 1/9] soc: mediatek: mtk-mmsys: Add .remove() callback Chen-Yu Tsai (Tue Feb 21 2023 - 02:04:57 EST)
- Re: [PATCH v1 3/9] soc: mediatek: mtk-mmsys: Compress of_device_id array entries Chen-Yu Tsai (Tue Feb 21 2023 - 02:05:56 EST)
- Re: [PATCH v1 4/9] soc: mediatek: mtk-mmsys: Add MODULE_DEVICE_TABLE() to allow auto-load Chen-Yu Tsai (Tue Feb 21 2023 - 02:06:12 EST)
- [PATCH] rust: time: New module for timekeeping functions Asahi Lina (Tue Feb 21 2023 - 02:07:30 EST)
- [PATCH 1/2] selftests: damon: add config file Anders Roxell (Tue Feb 21 2023 - 02:08:49 EST)
- [PATCH 2/2] selftests: damon: change scripts to be executable Anders Roxell (Tue Feb 21 2023 - 02:08:51 EST)
- Re: [PATCH 5.15 00/83] 5.15.95-rc1 review Naresh Kamboju (Tue Feb 21 2023 - 02:09:45 EST)
- Re: [RFC][PATCH 2/2] time: alarmtimer: Use TASK_FREEZABLE to cleanup freezer handling Michael Nazzareno Trimarchi (Tue Feb 21 2023 - 02:10:55 EST)
- Re: [PATCH v1 5/9] soc: mediatek: mtk-mutex: Compress of_device_id array entries Chen-Yu Tsai (Tue Feb 21 2023 - 02:11:27 EST)
- Re: [PATCH v2 05/29] LoongArch: KVM: Add vcpu related header files Xi Ruoyao (Tue Feb 21 2023 - 02:12:40 EST)
- Re: [PATCH v1 6/9] soc: mediatek: mtk-mutex: Replace max handles number with definition Chen-Yu Tsai (Tue Feb 21 2023 - 02:12:50 EST)
- Re: [PATCH v1 7/9] soc: mediatek: mtk-mutex: Use module_platform_driver() macro Chen-Yu Tsai (Tue Feb 21 2023 - 02:13:18 EST)
- Re: [PATCH v2 2/7] RISC-V: Detect AIA CSRs from ISA string Christoph Müllner (Tue Feb 21 2023 - 02:13:32 EST)
- Re: [PATCH v2 net-next 2/5] net: dsa: microchip: add eth ctrl grouping for ethtool statistics Rakesh.Sankaranarayanan (Tue Feb 21 2023 - 02:14:18 EST)
- Re: [PATCH v1 8/9] soc: mediatek: cmdq: Add inline functions for !CONFIG_MTK_CMDQ Chen-Yu Tsai (Tue Feb 21 2023 - 02:15:02 EST)
- Re: [PATCH v1 9/9] soc: mediatek: Cleanup ifdefs for IS_REACHABLE(CONFIG_MTK_CMDQ) Chen-Yu Tsai (Tue Feb 21 2023 - 02:16:07 EST)
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64 David Woodhouse (Tue Feb 21 2023 - 02:17:45 EST)
- Re: linux-next: manual merge of the mm-stable tree with the cifs tree David Howells (Tue Feb 21 2023 - 02:20:15 EST)
- [PATCH] vlynq: Fix a compilation with CONFIG_VLYNQ_DEBUG=y tianyaxiong (Tue Feb 21 2023 - 02:20:58 EST)
- Re: [PATCH v2 6/6] clk: samsung: exynos5433: Extract PM support to common ARM64 layer Marek Szyprowski (Tue Feb 21 2023 - 02:23:09 EST)
- Re: [PATCH] mm: change memcg->oom_group access with atomic operations Muchun Song (Tue Feb 21 2023 - 02:23:17 EST)
- Re: [PATCH v2 net-next 5/5] net: dsa: microchip: remove num_alus_variable Rakesh.Sankaranarayanan (Tue Feb 21 2023 - 02:25:39 EST)
- Re: [PATCH] rust: time: New module for timekeeping functions Eric Curtin (Tue Feb 21 2023 - 02:27:10 EST)
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64 Oleksandr Natalenko (Tue Feb 21 2023 - 02:27:27 EST)
- Re: [PATCH v2] scsi: ufs: Guard the ufs_mtk_runtime_suspend and ufs_mtk_runtime_resume with CONFIG_PM Manivannan Sadhasivam (Tue Feb 21 2023 - 02:28:39 EST)
- Re: [PATCH] ARM: dts: aspeed: mtmitchell: Enable NCSI Chanh Nguyen (Tue Feb 21 2023 - 02:29:42 EST)
- [tip: irq/urgent] PCI/MSI: Clarify usage of pci_msix_free_irq() tip-bot2 for Reinette Chatre (Tue Feb 21 2023 - 02:32:59 EST)
- Re: [PATCH net-next] net: pcs: tse: port to pcs-lynx Maxime Chevallier (Tue Feb 21 2023 - 02:34:21 EST)
- Re: [PATCH v2 05/29] LoongArch: KVM: Add vcpu related header files Paolo Bonzini (Tue Feb 21 2023 - 02:36:56 EST)
- [linus:master] [sched/fair] 829c1651e9: hackbench.throughput 125.5% improvement kernel test robot (Tue Feb 21 2023 - 02:37:31 EST)
- [PATCH tools/io_uring] tools/io_uring: correctly set "ret" for sq_poll case Ziyang Zhang (Tue Feb 21 2023 - 02:38:35 EST)
- Re: [PATCH net-next v3 2/5] vxlan: Expose helper vxlan_build_gbp_hdr Paolo Abeni (Tue Feb 21 2023 - 02:39:29 EST)
- [PATCH] phy: rockchip-pcie: Remove the unused function phy_wr_cfg() Jiapeng Chong (Tue Feb 21 2023 - 02:42:05 EST)
- Re: linux-next: manual merge of the mm-stable tree with the cifs tree Stephen Rothwell (Tue Feb 21 2023 - 02:42:37 EST)
- Re: [PATCH v2 27/29] LoongArch: KVM: Implement vcpu world switch Paolo Bonzini (Tue Feb 21 2023 - 02:46:46 EST)
- Re: [PATCH] sh: SH2007: drop the bad URL info Geert Uytterhoeven (Tue Feb 21 2023 - 02:50:20 EST)
- Re: [PATCH v10 09/26] gunyah: rsc_mgr: Add VM lifecycle RPC Srinivas Kandagatla (Tue Feb 21 2023 - 02:50:56 EST)
- Re: [PATCH] net: phy: micrel: drop superfluous use of temp variable Geert Uytterhoeven (Tue Feb 21 2023 - 02:51:45 EST)
- Re: [PATCH v7 2/6] ocfs2: Switch to security_inode_init_security() Roberto Sassu (Tue Feb 21 2023 - 02:52:48 EST)
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64 David Woodhouse (Tue Feb 21 2023 - 02:54:28 EST)
- Re: [RFC PATCH V2 0/1] x86: cpu topology fix and question on x86_max_cores Zhang, Rui (Tue Feb 21 2023 - 03:02:09 EST)
- Re: [PATCH 5.10 00/57] 5.10.169-rc1 review Naresh Kamboju (Tue Feb 21 2023 - 03:04:13 EST)
- Re: BCM54220: After the BCM54220 closes the auto-negotiation, the configuration forces the 1000M network port to be linked down all the time. wangxiaolei (Tue Feb 21 2023 - 03:04:58 EST)
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64 Oleksandr Natalenko (Tue Feb 21 2023 - 03:05:35 EST)
- [PATCH] block, bfq: free 'sync_bfqq' after bic_set_bfqq() in bfq_sync_bfqq_move() Yu Kuai (Tue Feb 21 2023 - 03:05:43 EST)
- Re: [PATCH v2 2/3] ASoC: dt-bindings: sama7g5-pdmc: add microchip,startup-delay-us binding Claudiu.Beznea (Tue Feb 21 2023 - 03:10:18 EST)
- [PATCH] arm64: dts: imx8mq: Add UART DMA support Sebastian Krzyszkowiak (Tue Feb 21 2023 - 03:11:56 EST)
- [PATCH v2] drm/mediatek: add dma buffer control for drm plane disable Yongqiang Niu (Tue Feb 21 2023 - 03:12:42 EST)
- Re: [PATCH v2 02/29] LoongArch: KVM: Implement kvm module related interface Paolo Bonzini (Tue Feb 21 2023 - 03:15:05 EST)
- [PATCH RESEND] scsi: sd: Update dix config everytime sd_revalidate_disk is called Xingui Yang (Tue Feb 21 2023 - 03:16:46 EST)
- Re: next: 32-bit: ERROR: modpost: "__aeabi_uldivmod" [fs/btrfs/btrfs.ko] undefined! Naresh Kamboju (Tue Feb 21 2023 - 03:17:45 EST)
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64 David Woodhouse (Tue Feb 21 2023 - 03:18:45 EST)
- Re: [PATCH v4 06/12] media: verisilicon: Check AV1 bitstreams bit depth Benjamin Gaignard (Tue Feb 21 2023 - 03:19:00 EST)
- Re: [PATCH v2 27/29] LoongArch: KVM: Implement vcpu world switch Paolo Bonzini (Tue Feb 21 2023 - 03:19:23 EST)
- [PATCH v5 1/2] tty: new helper function tty_get_mget Florian Eckert (Tue Feb 21 2023 - 03:19:42 EST)
- [PATCH v5 2/2] trigger: ledtrig-tty: add additional modes Florian Eckert (Tue Feb 21 2023 - 03:19:45 EST)
- [PATCH v5 0/2] leds: ledtrig-tty: add tty_led_mode xtension Florian Eckert (Tue Feb 21 2023 - 03:19:47 EST)
- Re: [PATCH] ptp: kvm: Use decrypted memory in confidential guest on x86 Jeremi Piotrowski (Tue Feb 21 2023 - 03:22:55 EST)
- [PATCH] kernel/sched/core.c: Modified prio_less(). JaeJoon Jung (Tue Feb 21 2023 - 03:24:45 EST)
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64 Oleksandr Natalenko (Tue Feb 21 2023 - 03:25:18 EST)
- Re: [PATCH] mm: change memcg->oom_group access with atomic operations Michal Hocko (Tue Feb 21 2023 - 03:26:13 EST)
- Re: [RFC PATCH V2 0/1] x86: cpu topology fix and question on x86_max_cores Zhang, Rui (Tue Feb 21 2023 - 03:26:22 EST)
- [PATCH v11 3/4] LoongArch: time: add of_clk_init in time_init Yinbo Zhu (Tue Feb 21 2023 - 03:26:37 EST)
- [PATCH v11 2/4] clk: clk-loongson2: add clock controller driver support Yinbo Zhu (Tue Feb 21 2023 - 03:26:40 EST)
- Re: [PATCH v5 3/4] ALSA: cs35l41: Add shared boost feature Lucas Tanure (Tue Feb 21 2023 - 03:28:51 EST)
- [PATCH kvm-unit-tests] x86/pmu: Check counter is working properly before AMD pmu init Like Xu (Tue Feb 21 2023 - 03:29:59 EST)
- [PATCH] ethtool: pse-pd: Fix double word in comments Bo Liu (Tue Feb 21 2023 - 03:30:57 EST)
- Re: [PATCH v6 22/41] mm/mmap: Add shadow stack pages to memory accounting David Hildenbrand (Tue Feb 21 2023 - 03:32:09 EST)
- Re: [PATCH] ethtool: pse-pd: Fix double word in comments Oleksij Rempel (Tue Feb 21 2023 - 03:33:08 EST)
- [PATCH v2 02/11] reset: starfive: jh7110: Add StarFive System-Top-Group reset support Xingyu Wu (Tue Feb 21 2023 - 03:33:44 EST)
- [PATCH v2 01/11] dt-bindings: clock: Add StarFive JH7110 System-Top-Group clock and reset generator Xingyu Wu (Tue Feb 21 2023 - 03:33:45 EST)
- [PATCH v2 03/11] clk: starfive: Add StarFive JH7110 System-Top-Group clock driver Xingyu Wu (Tue Feb 21 2023 - 03:33:49 EST)
- [PATCH v2 05/11] reset: starfive: jh7110: Add StarFive Image-Signal-Process reset support Xingyu Wu (Tue Feb 21 2023 - 03:33:51 EST)
- [PATCH v2 04/11] dt-bindings: clock: Add StarFive JH7110 Image-Signal-Process clock and reset generator Xingyu Wu (Tue Feb 21 2023 - 03:33:55 EST)
- [PATCH v2 00/11] Add new partial clock and reset drivers for StarFive JH7110 Xingyu Wu (Tue Feb 21 2023 - 03:33:58 EST)
- [PATCH v2 08/11] reset: starfive: jh7110: Add StarFive Video-Output reset support Xingyu Wu (Tue Feb 21 2023 - 03:34:01 EST)
- [PATCH v2 06/11] clk: starfive: Add StarFive JH7110 Image-Signal-Process clock driver Xingyu Wu (Tue Feb 21 2023 - 03:34:03 EST)
- [PATCH v2 07/11] dt-bindings: clock: Add StarFive JH7110 Video-Output clock and reset generator Xingyu Wu (Tue Feb 21 2023 - 03:34:06 EST)
- [PATCH v2 11/11] riscv: dts: starfive: jh7110: Add STGCRG/ISPCRG/VOUTCRG nodes Xingyu Wu (Tue Feb 21 2023 - 03:34:09 EST)
- [PATCH v2 10/11] riscv: dts: starfive: jh7110: Add DVP and HDMI TX pixel external clocks Xingyu Wu (Tue Feb 21 2023 - 03:34:13 EST)
- [PATCH v2 09/11] clk: starfive: Add StarFive JH7110 Video-Output clock driver Xingyu Wu (Tue Feb 21 2023 - 03:34:15 EST)
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64 David Woodhouse (Tue Feb 21 2023 - 03:36:48 EST)
- Re: [PATCH] Remove orphaned CONFIG_PRINTK_SAFE_LOG_BUF_SHIFT John Ogness (Tue Feb 21 2023 - 03:36:56 EST)
- Re: [PATCH v6 18/41] mm: Introduce VM_SHADOW_STACK for shadow stack memory David Hildenbrand (Tue Feb 21 2023 - 03:37:29 EST)
- [PATCH] migrate_pages: fix deadlock in batched migration Huang Ying (Tue Feb 21 2023 - 03:37:50 EST)
- Re: [PATCH v4 06/14] dma-buf/sync_file: Support (E)POLLPRI Pekka Paalanen (Tue Feb 21 2023 - 03:38:38 EST)
- Re: [PATCH V2 1/1] x86/topology: fix erroneous smp_num_siblings on Intel Hybrid platform Zhang, Rui (Tue Feb 21 2023 - 03:38:51 EST)
- [Syzkaller & bisect] There is "_copy_from_iter" WARNING in v6.2 kernel in guest Pengfei Xu (Tue Feb 21 2023 - 03:39:01 EST)
- Re: [PATCH v4 06/14] dma-buf/sync_file: Support (E)POLLPRI Pekka Paalanen (Tue Feb 21 2023 - 03:39:06 EST)
- Re: [PATCH v6 14/41] x86/mm: Introduce _PAGE_SAVED_DIRTY David Hildenbrand (Tue Feb 21 2023 - 03:40:02 EST)
- Re: linux-next: duplicate patches in the xen-tip tree Ingo Molnar (Tue Feb 21 2023 - 03:41:07 EST)
- Re: [PATCH v4 05/14] dma-buf/sync_file: Add SET_DEADLINE ioctl Pekka Paalanen (Tue Feb 21 2023 - 03:42:15 EST)
- Re: [PATCH] Fix strange behavior of touchpad on Clevo NS70PU Hans de Goede (Tue Feb 21 2023 - 03:42:46 EST)
- Re: [PATCH] Remove orphaned CONFIG_PRINTK_SAFE_LOG_BUF_SHIFT Sergey Senozhatsky (Tue Feb 21 2023 - 03:42:47 EST)
- Re: [PATCH -next] can: mscan: mpc5xxx: Use of_property_present() helper Marc Kleine-Budde (Tue Feb 21 2023 - 03:43:18 EST)
- Re: [PATCH v6 24/41] mm: Don't allow write GUPs to shadow stack memory David Hildenbrand (Tue Feb 21 2023 - 03:43:51 EST)
- Re: [PATCH v4 02/12] KVM: VMX: Refactor intel_pmu_set_msr() to align with other set_msr() helpers Like Xu (Tue Feb 21 2023 - 03:44:25 EST)
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64 Oleksandr Natalenko (Tue Feb 21 2023 - 03:45:05 EST)
- Re: [PATCH v4 10/14] drm/vblank: Add helper to get next vblank time Pekka Paalanen (Tue Feb 21 2023 - 03:46:03 EST)
- Re: [PATCH v5] locking/rwbase: Mitigate indefinite writer starvation Sebastian Andrzej Siewior (Tue Feb 21 2023 - 03:47:28 EST)
- Re: [PATCH linux-next 2/2] x86/xen/time: cleanup xen_tsc_safe_clocksource Juergen Gross (Tue Feb 21 2023 - 03:47:37 EST)
- Re: [PATCH v6 37/41] selftests/x86: Add shadow stack test David Hildenbrand (Tue Feb 21 2023 - 03:49:17 EST)
- Re: [PATCH v10 1/3] workingset: refactor LRU refault to expose refault recency check Nhat Pham (Tue Feb 21 2023 - 03:49:21 EST)
- Re: [PATCH] perf/x86/rapl: Enable Core RAPL for AMD Stephane Eranian (Tue Feb 21 2023 - 03:51:02 EST)
- [git pull] IOMMU Updates for Linux v6.3 Joerg Roedel (Tue Feb 21 2023 - 03:51:25 EST)
- Re: [PATCH v5 09/14] drm/syncobj: Add deadline support for syncobj waits Pekka Paalanen (Tue Feb 21 2023 - 03:53:16 EST)
- [PATCH v1] mm/hwpoison: convert TTU_IGNORE_HWPOISON to TTU_HWPOISON Naoya Horiguchi (Tue Feb 21 2023 - 03:59:36 EST)
- [PATCH] blk-mq: quiesce queue while reallocating hctxs Yu Kuai (Tue Feb 21 2023 - 04:01:18 EST)
- Re: [RFC PATCH V2 0/1] x86: cpu topology fix and question on x86_max_cores Peter Zijlstra (Tue Feb 21 2023 - 04:01:24 EST)
- Re: [PATCH] drm/i915/sseu: fix max_subslices array-index-out-of-bounds access Tvrtko Ursulin (Tue Feb 21 2023 - 04:01:42 EST)
- Re: [PATCH] dt-bindings: net: dsa: mediatek,mt7530: change some descriptions to literal Paolo Abeni (Tue Feb 21 2023 - 04:02:04 EST)
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64 David Woodhouse (Tue Feb 21 2023 - 04:06:37 EST)
- Re: [PATCH v3] dt-bindings: arm-smmu: Add compatible for SM8550 SoC Will Deacon (Tue Feb 21 2023 - 04:10:37 EST)
- Re: linux-next: manual merge of the spi tree with the i2c tree Geert Uytterhoeven (Tue Feb 21 2023 - 04:11:20 EST)
- Re: [PATCH 6.1 000/118] 6.1.13-rc1 review Bagas Sanjaya (Tue Feb 21 2023 - 04:11:41 EST)
- Re: [PATCH] PCI/ATS: Allow to enable ATS on VFs even if it is not enabled on PF Ganapatrao Kulkarni (Tue Feb 21 2023 - 04:13:41 EST)
- Re: [PATCH v3] page_pool: add a comment explaining the fragment counter usage Paolo Abeni (Tue Feb 21 2023 - 04:13:52 EST)
- Re: [PATCH] block, bfq: free 'sync_bfqq' after bic_set_bfqq() in bfq_sync_bfqq_move() Damien Le Moal (Tue Feb 21 2023 - 04:14:39 EST)
- Re: [PATCH linux-next 2/2] x86/xen/time: cleanup xen_tsc_safe_clocksource Thomas Gleixner (Tue Feb 21 2023 - 04:15:04 EST)
- [PATCH 0/2] erofs: remove the constraint of 4KB blksize for fscache mode Jingbo Xu (Tue Feb 21 2023 - 04:17:29 EST)
- [PATCH 2/2] erofs: set blksize to on-disk blksize for fscache mode Jingbo Xu (Tue Feb 21 2023 - 04:17:31 EST)
- [PATCH 1/2] erofs: pass accurate blob size to prepare_ondemand_read() Jingbo Xu (Tue Feb 21 2023 - 04:17:34 EST)
- Re: [PATCH] ptp: kvm: Use decrypted memory in confidential guest on x86 kernel test robot (Tue Feb 21 2023 - 04:18:17 EST)
- [PATCH-next v3] loop: loop_set_status_from_info() check before assignment Zhong Jinghua (Tue Feb 21 2023 - 04:19:20 EST)
- [PATCH 0/2] Add PTP support for sama7g5 Durai Manickam KR (Tue Feb 21 2023 - 04:21:25 EST)
- [PATCH 1/2] net: macb: Add PTP support to GEM for sama7g5 Durai Manickam KR (Tue Feb 21 2023 - 04:21:40 EST)
- [PATCH 2/2] net: macb: Add PTP support to EMAC for sama7g5 Durai Manickam KR (Tue Feb 21 2023 - 04:22:10 EST)
- [PATCH] net: dccp: delete redundant ackvec record in dccp_insert_options() Hangyu Hua (Tue Feb 21 2023 - 04:22:29 EST)
- Re: [PATCH v2 2/3] ASoC: dt-bindings: sama7g5-pdmc: add microchip,startup-delay-us binding Krzysztof Kozlowski (Tue Feb 21 2023 - 04:23:43 EST)
- Re: [PATCH v3 0/5] apple-gmux: support MMIO gmux type on T2 Macs Aditya Garg (Tue Feb 21 2023 - 04:24:45 EST)
- [PATCH 1/2] mips: remove SYS_HAS_CPU_MIPS32_R1 from RALINK arinc9 . unal (Tue Feb 21 2023 - 04:24:47 EST)
- [PATCH 2/2] mips: ralink: make SOC_MT7621 select PINCTRL arinc9 . unal (Tue Feb 21 2023 - 04:24:58 EST)
- [PATCH net-next v4 0/3] net: dsa: rzn1-a5psw: add support for vlan and .port_bridge_flags Clément Léger (Tue Feb 21 2023 - 04:25:21 EST)
- [PATCH net-next v4 1/3] net: dsa: rzn1-a5psw: use a5psw_reg_rmw() to modify flooding resolution Clément Léger (Tue Feb 21 2023 - 04:25:25 EST)
- [PATCH net-next v4 2/3] net: dsa: rzn1-a5psw: add support for .port_bridge_flags Clément Léger (Tue Feb 21 2023 - 04:25:37 EST)
- [PATCH net-next v4 3/3] net: dsa: rzn1-a5psw: add vlan support Clément Léger (Tue Feb 21 2023 - 04:25:41 EST)
- [PATCH-next v4] loop: loop_set_status_from_info() check before assignment Zhong Jinghua (Tue Feb 21 2023 - 04:27:20 EST)
- Re: [PATCH RFC v8 24/56] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled Zhi Wang (Tue Feb 21 2023 - 04:28:34 EST)
- Re: [RFC PATCH 0/1] sched/pelt: Change PELT halflife at runtime Vincent Guittot (Tue Feb 21 2023 - 04:30:04 EST)
- Re: [PATCH net-next v3 2/5] vxlan: Expose helper vxlan_build_gbp_hdr Simon Horman (Tue Feb 21 2023 - 04:31:16 EST)
- Re: [PATCH v2] bnxt: avoid overflow in bnxt_get_nvram_directory() Paolo Abeni (Tue Feb 21 2023 - 04:35:29 EST)
- Re: [PATCH] block, bfq: free 'sync_bfqq' after bic_set_bfqq() in bfq_sync_bfqq_move() Yu Kuai (Tue Feb 21 2023 - 04:35:52 EST)
- Re: [PATCH net-next v2 0/4] net: phy: EEE fixes Russell King (Oracle) (Tue Feb 21 2023 - 04:36:56 EST)
- Re: [PATCH net-next v1 1/2] string: Make memscan() to take const Andy Shevchenko (Tue Feb 21 2023 - 04:37:30 EST)
- Re: [PATCH v5 0/2] Add ASPEED AST2600 I2Cv2 controller driver Krzysztof Kozlowski (Tue Feb 21 2023 - 04:38:59 EST)
- Re: [PATCH v3] sched/fair: sanitize vruntime of entity being placed Vincent Guittot (Tue Feb 21 2023 - 04:39:12 EST)
- Re: [PATCH 2/2] mips: ralink: make SOC_MT7621 select PINCTRL Sergio Paracuellos (Tue Feb 21 2023 - 04:39:16 EST)
- Re: [PATCH v2] bnx2: remove deadcode in bnx2_init_cpus() Paolo Abeni (Tue Feb 21 2023 - 04:39:49 EST)
- Re: [PATCH v5 1/2] dt-bindings: i2c: Add support for ASPEED i2Cv2 Krzysztof Kozlowski (Tue Feb 21 2023 - 04:40:37 EST)
- [PATCH v4 0/2] mmc: atmel-mci: Convert to gpio descriptors Balamanikandan Gunasundar (Tue Feb 21 2023 - 04:42:49 EST)
- [PATCH v4 1/2] mmc: atmel-mci: Convert to gpio descriptors Balamanikandan Gunasundar (Tue Feb 21 2023 - 04:42:56 EST)
- [PATCH v4 2/2] mmc: atmel-mci: move atmel MCI header file Balamanikandan Gunasundar (Tue Feb 21 2023 - 04:43:03 EST)
- Re: [PATCH v5 1/2] dt-bindings: i2c: Add support for ASPEED i2Cv2 Krzysztof Kozlowski (Tue Feb 21 2023 - 04:44:02 EST)
- Re: linux-next: manual merge of the usb tree with the qcom tree Geert Uytterhoeven (Tue Feb 21 2023 - 04:44:23 EST)
- Re: [PATCH net-next v2 0/4] net: phy: EEE fixes Oleksij Rempel (Tue Feb 21 2023 - 04:48:21 EST)
- Re: [PATCH v2 22/29] LoongArch: KVM: Implement handle idle exception Tianrui Zhao (Tue Feb 21 2023 - 04:48:56 EST)
- Re: [PATCH v2] scsi: ufs: core: Add trace event for MCQ Bean Huo (Tue Feb 21 2023 - 04:49:21 EST)
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64 Oleksandr Natalenko (Tue Feb 21 2023 - 04:50:02 EST)
- [PATCH v12 00/10] Register Type-C mode-switch in DP bridge endpoints Pin-yen Lin (Tue Feb 21 2023 - 04:51:17 EST)
- [PATCH v12 01/10] device property: Add remote endpoint to devcon matcher Pin-yen Lin (Tue Feb 21 2023 - 04:51:29 EST)
- [PATCH v12 02/10] platform/chrome: cros_ec_typec: Purge blocking switch devlinks Pin-yen Lin (Tue Feb 21 2023 - 04:51:37 EST)
- [PATCH v12 03/10] drm/display: Add Type-C switch helpers Pin-yen Lin (Tue Feb 21 2023 - 04:51:53 EST)
- [PATCH v12 04/10] dt-bindings: display: bridge: anx7625: Add mode-switch support Pin-yen Lin (Tue Feb 21 2023 - 04:52:09 EST)
- [PATCH v12 05/10] drm/bridge: anx7625: Check for Type-C during panel registration Pin-yen Lin (Tue Feb 21 2023 - 04:52:25 EST)
- [PATCH v12 06/10] drm/bridge: Remove redundant i2c_client in anx7625/it6505 Pin-yen Lin (Tue Feb 21 2023 - 04:52:30 EST)
- [PATCH v12 07/10] drm/bridge: anx7625: Register Type C mode switches Pin-yen Lin (Tue Feb 21 2023 - 04:52:52 EST)
- [PATCH v12 08/10] dt-bindings: display: bridge: it6505: Add mode-switch support Pin-yen Lin (Tue Feb 21 2023 - 04:52:56 EST)
- [PATCH v12 09/10] drm/bridge: it6505: Fix Kconfig indentation Pin-yen Lin (Tue Feb 21 2023 - 04:53:09 EST)
- [PATCH v12 10/10] drm/bridge: it6505: Register Type C mode switches Pin-yen Lin (Tue Feb 21 2023 - 04:53:13 EST)
- Re: [PATCH net-next v2 0/4] net: phy: EEE fixes Russell King (Oracle) (Tue Feb 21 2023 - 04:53:39 EST)
- [GIT PULL] fixes: ARM: dts: samsung: Fixes for v6.3 Krzysztof Kozlowski (Tue Feb 21 2023 - 04:54:34 EST)
- [PATCH v13 1/2] thermal: loongson-2: add thermal management support Yinbo Zhu (Tue Feb 21 2023 - 04:55:29 EST)
- Re: [PATCH v2] scsi: ufs: core: Add trace event for MCQ Ziqi Chen (Tue Feb 21 2023 - 04:56:22 EST)
- [PATCH] media: bttv: fix use after free error due to btv->timeout timer Zheng Wang (Tue Feb 21 2023 - 04:56:42 EST)
- [PATCH v13 2/2] dt-bindings: thermal: add loongson-2 thermal Yinbo Zhu (Tue Feb 21 2023 - 04:57:08 EST)
- Re: [PATCH] sh: SH2007: drop the bad URL info John Paul Adrian Glaubitz (Tue Feb 21 2023 - 05:00:26 EST)
- Re: [RFC PATCH 2/2] arch/*/io.h: remove ioremap_uc in some architectures Geert Uytterhoeven (Tue Feb 21 2023 - 05:03:32 EST)
- Re: [PATCH -next] ata: pata_macio: Use of_property_present() helper Sergey Shtylyov (Tue Feb 21 2023 - 05:04:03 EST)
- [PATCH v2] mtd: rawnand: meson: initialize struct with zeroes Arseniy Krasnov (Tue Feb 21 2023 - 05:07:56 EST)
- Re: [RFC PATCH V2 0/1] x86: cpu topology fix and question on x86_max_cores Borislav Petkov (Tue Feb 21 2023 - 05:09:26 EST)
- Re: [PATCH] mm/damon/paddr: fix pin page problem David Hildenbrand (Tue Feb 21 2023 - 05:09:34 EST)
- Re: [PATCH 2/2] mips: ralink: make SOC_MT7621 select PINCTRL Arınç ÜNAL (Tue Feb 21 2023 - 05:09:59 EST)
- [PATCH V1] bus: mhi: host: Avoid ringing EV DB if there is no elements to process Vivek Pernamitta (Tue Feb 21 2023 - 05:16:28 EST)
- [PATCH 0/4] drm/msm/adreno: fix runtime PM imbalance at unbind Johan Hovold (Tue Feb 21 2023 - 05:16:51 EST)
- [PATCH 3/4] drm/msm/adreno: drop redundant pm_runtime_disable() Johan Hovold (Tue Feb 21 2023 - 05:16:53 EST)
- [PATCH 4/4] drm/msm/adreno: clean up component ops indentation Johan Hovold (Tue Feb 21 2023 - 05:16:55 EST)
- [PATCH 1/4] drm/msm/adreno: fix runtime PM imbalance at unbind Johan Hovold (Tue Feb 21 2023 - 05:16:58 EST)
- [PATCH 2/4] drm/msm/adreno: drop bogus pm_runtime_set_active() Johan Hovold (Tue Feb 21 2023 - 05:17:06 EST)
- Re: [PATCH v2 02/29] LoongArch: KVM: Implement kvm module related interface maobibo (Tue Feb 21 2023 - 05:18:53 EST)
- Re: [PATCH 2/2] mips: ralink: make SOC_MT7621 select PINCTRL Sergio Paracuellos (Tue Feb 21 2023 - 05:22:10 EST)
- [PATCH v3] dt-bindings: interrupt-controller: convert loongson,ls1x-intc.txt to json-schema Keguang Zhang (Tue Feb 21 2023 - 05:26:00 EST)
- [PATCH v2] dt-bindings: mips: loongson: Add Loongson-1 based boards Keguang Zhang (Tue Feb 21 2023 - 05:26:24 EST)
- [PATCH] dt-bindings: MFD: Convert STMPE to YAML schema Linus Walleij (Tue Feb 21 2023 - 05:26:29 EST)
- Re: [PATCH] mm, page_alloc: batch cma update on pcp buffer refill Vlastimil Babka (Tue Feb 21 2023 - 05:27:21 EST)
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64 David Woodhouse (Tue Feb 21 2023 - 05:28:35 EST)
- Re: [PATCH v10 3/6] fs/proc/task_mmu: Implement IOCTL to get and/or the clear info about PTEs Muhammad Usama Anjum (Tue Feb 21 2023 - 05:29:06 EST)
- Re: [PATCH] mm/memcg: Skip high limit check in root memcg Haifeng Xu (Tue Feb 21 2023 - 05:29:50 EST)
- [PATCH v2] usb: dwc2: drd: fix inconsistent mode if role-switch-default-mode="host" Ziyang Huang (Tue Feb 21 2023 - 05:31:20 EST)
- Re: [PATCH 5.4 000/156] 5.4.232-rc1 review Naresh Kamboju (Tue Feb 21 2023 - 05:31:38 EST)
- [PATCH 1/2] cachefiles: don't align the write IO in ondemand mode Jingbo Xu (Tue Feb 21 2023 - 05:33:23 EST)
- [PATCH 0/2] fscache/cachefiles: some work for on-demand mode Jingbo Xu (Tue Feb 21 2023 - 05:33:25 EST)
- [PATCH 2/2] fscache: introduce fscache_begin_wait_operation() helper Jingbo Xu (Tue Feb 21 2023 - 05:33:30 EST)
- Re: [PATCH v2] dt-bindings: mips: loongson: Add Loongson-1 based boards Krzysztof Kozlowski (Tue Feb 21 2023 - 05:37:00 EST)
- Re: [PATCH -next] arm64: Optimize the comparison of unsigned expressions to avoid compiling error Mark Rutland (Tue Feb 21 2023 - 05:37:08 EST)
- Re: [PATCH v2 02/29] LoongArch: KVM: Implement kvm module related interface WANG Xuerui (Tue Feb 21 2023 - 05:37:40 EST)
- [PATCH v5 0/5] Add MAX77541/MAX77540 PMIC Support Okan Sahin (Tue Feb 21 2023 - 05:40:35 EST)
- [PATCH v5 1/5] dt-bindings: regulator: max77541: Add ADI MAX77541/MAX77540 Regulator Okan Sahin (Tue Feb 21 2023 - 05:40:59 EST)
- Re: [PATCH v2 2/7] RISC-V: Detect AIA CSRs from ISA string Conor Dooley (Tue Feb 21 2023 - 05:41:17 EST)
- [PATCH v5 2/5] regulator: max77541: Add ADI MAX77541/MAX77540 Regulator Support Okan Sahin (Tue Feb 21 2023 - 05:41:34 EST)
- [syzbot] [ntfs3?] KASAN: stack-out-of-bounds Write in ktime_get_coarse_real_ts64 syzbot (Tue Feb 21 2023 - 05:41:57 EST)
- [PATCH v5 3/5] iio: adc: max77541: Add ADI MAX77541 ADC Support Okan Sahin (Tue Feb 21 2023 - 05:42:11 EST)
- Re: [PATCH v2] usb: dwc2: drd: fix inconsistent mode if role-switch-default-mode="host" Greg KH (Tue Feb 21 2023 - 05:42:13 EST)
- [PATCH v5 4/5] dt-bindings: mfd: max77541: Add ADI MAX77541/MAX77540 Okan Sahin (Tue Feb 21 2023 - 05:42:28 EST)
- RE: [PATCH v5 1/2] dt-bindings: i2c: Add support for ASPEED i2Cv2 Ryan Chen (Tue Feb 21 2023 - 05:43:08 EST)
- [PATCH v5 5/5] mfd: max77541: Add ADI MAX77541/MAX77540 PMIC Support Okan Sahin (Tue Feb 21 2023 - 05:43:13 EST)
- Re: [PATCH v10 10/26] gunyah: vm_mgr: Introduce basic VM Manager Srinivas Kandagatla (Tue Feb 21 2023 - 05:46:15 EST)
- Re: [External] Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64 Usama Arif (Tue Feb 21 2023 - 05:48:04 EST)
- Re: [PATCH v2 9/9] PCI: rockchip: Add parameter check for RK3399 PCIe endpoint core set_msi() Rick Wertenbroek (Tue Feb 21 2023 - 05:48:35 EST)
- Re: [PATCH v2] dt-bindings: mips: loongson: Add Loongson-1 based boards Kelvin Cheung (Tue Feb 21 2023 - 05:50:39 EST)
- [PATCH v2 1/3] arm64: dts: microchip: sparx5: do not use PSCI on reference boards Robert Marko (Tue Feb 21 2023 - 05:50:51 EST)
- [PATCH v2 2/3] arm64: dts: microchip: sparx5: correct CPU address-cells Robert Marko (Tue Feb 21 2023 - 05:50:53 EST)
- [PATCH v2 3/3] arm64: dts: microchip: sparx5: add missing L1/L2 cache information Robert Marko (Tue Feb 21 2023 - 05:50:56 EST)
- Re: [PATCH v4 07/15] powerpc/83xx/mpc832x_rdb: Replace all spi->chip_select references with function call Michael Ellerman (Tue Feb 21 2023 - 05:51:41 EST)
- Re: [PATCH v2 2/7] RISC-V: Detect AIA CSRs from ISA string Jessica Clarke (Tue Feb 21 2023 - 05:51:56 EST)
- Re: [PATCH v2 2/3] ASoC: dt-bindings: sama7g5-pdmc: add microchip,startup-delay-us binding Claudiu.Beznea (Tue Feb 21 2023 - 05:53:05 EST)
- Re: [PATCH 2/2] mips: ralink: make SOC_MT7621 select PINCTRL Arınç ÜNAL (Tue Feb 21 2023 - 05:55:05 EST)
- Re: [PATCH v2 9/9] PCI: rockchip: Add parameter check for RK3399 PCIe endpoint core set_msi() Damien Le Moal (Tue Feb 21 2023 - 05:55:42 EST)
- [PATCH net-next] net: phy: update obsolete comment about PHY_STARTING Wolfram Sang (Tue Feb 21 2023 - 05:57:27 EST)
- Re: [PATCH RESEND] x86/speculation: Fix user-mode spectre-v2 protection with KERNEL_IBRS Borislav Petkov (Tue Feb 21 2023 - 05:59:28 EST)
- Re: [PATCH v2 2/7] RISC-V: Detect AIA CSRs from ISA string Conor Dooley (Tue Feb 21 2023 - 06:00:09 EST)
- [PATCH v3] dt-bindings: mips: loongson: Add Loongson-1 based boards Keguang Zhang (Tue Feb 21 2023 - 06:02:03 EST)
- Re: [PATCH v2 2/7] RISC-V: Detect AIA CSRs from ISA string Christoph Müllner (Tue Feb 21 2023 - 06:04:03 EST)
- [PATCH net] udp: fix memory schedule error Jason Xing (Tue Feb 21 2023 - 06:04:11 EST)
- Re: [PATCH v5 1/2] dt-bindings: i2c: Add support for ASPEED i2Cv2 Krzysztof Kozlowski (Tue Feb 21 2023 - 06:05:12 EST)
- Re: [PATCH 2/2] Documentation/process: Add a maintainer handbook for KVM x86 Yu Zhang (Tue Feb 21 2023 - 06:06:37 EST)
- Re: [PATCH v3 39/55] clk: mediatek: Split MT8195 clock drivers and allow module build AngeloGioacchino Del Regno (Tue Feb 21 2023 - 06:07:08 EST)
- Re: [PATCH v10 11/26] gunyah: rsc_mgr: Add RPC for sharing memory Srinivas Kandagatla (Tue Feb 21 2023 - 06:07:51 EST)
- Re: [PATCH v8 RESEND 0/6] r8169: Enable ASPM for recent 1.0/2.5Gbps Realtek NICs Heiner Kallweit (Tue Feb 21 2023 - 06:09:11 EST)
- Re: [PATCH v8 RESEND 1/6] r8169: Disable ASPM L1.1 on 8168h Heiner Kallweit (Tue Feb 21 2023 - 06:09:14 EST)
- Re: [PATCH v8 RESEND 6/6] r8169: Disable ASPM while doing NAPI poll Heiner Kallweit (Tue Feb 21 2023 - 06:09:19 EST)
- Re: [PATCH v4 1/2] mmc: atmel-mci: Convert to gpio descriptors Linus Walleij (Tue Feb 21 2023 - 06:11:15 EST)
- Re: [PATCH net-next] net: phy: update obsolete comment about PHY_STARTING Heiner Kallweit (Tue Feb 21 2023 - 06:11:34 EST)
- Re: [RFC PATCH 1/4] fpga: add initial KUnit test suite Marco Pagani (Tue Feb 21 2023 - 06:12:18 EST)
- [PATCH] mtd: spi-nor: fix shift-out-of-bounds in spi_nor_set_erase_type() Andrea Righi (Tue Feb 21 2023 - 06:14:02 EST)
- Re: [PATCH] block, bfq: fix uaf for bfqq in bic_set_bfqq() Holger Hoffstätte (Tue Feb 21 2023 - 06:14:38 EST)
- Re: [PATCH v1 1/4] dt-bindings: mfd: Add DT bindings for TI TPS6594 PMIC Krzysztof Kozlowski (Tue Feb 21 2023 - 06:18:08 EST)
- Re: [PATCH V2 1/2] dt-bindings: interrupt-controller: Add Loongson EIOINTC Krzysztof Kozlowski (Tue Feb 21 2023 - 06:18:51 EST)
- Re: [PATCH 0/1] selftest: fib_tests: Always cleanup before exit patchwork-bot+netdevbpf (Tue Feb 21 2023 - 06:20:26 EST)
- Re: [PATCH v5 4/5] dt-bindings: mfd: max77541: Add ADI MAX77541/MAX77540 Krzysztof Kozlowski (Tue Feb 21 2023 - 06:21:49 EST)
- Re: [PATCH v2 2/7] RISC-V: Detect AIA CSRs from ISA string Conor Dooley (Tue Feb 21 2023 - 06:22:50 EST)
- Re: [PATCH] rust: time: New module for timekeeping functions Björn Roy Baron (Tue Feb 21 2023 - 06:23:35 EST)
- Re: [PATCH v2 01/11] dt-bindings: clock: Add StarFive JH7110 System-Top-Group clock and reset generator Krzysztof Kozlowski (Tue Feb 21 2023 - 06:25:50 EST)
- [RFC PATCH 0/6] Add basic Minidump kernel driver support Mukesh Ojha (Tue Feb 21 2023 - 06:26:35 EST)
- [RFC PATCH 1/6] remoteproc: qcom: Expand MD_* as MINIDUMP_* Mukesh Ojha (Tue Feb 21 2023 - 06:26:39 EST)
- Re: [PATCH v2 04/11] dt-bindings: clock: Add StarFive JH7110 Image-Signal-Process clock and reset generator Krzysztof Kozlowski (Tue Feb 21 2023 - 06:26:44 EST)
- [RFC PATCH 2/6] remoteproc: qcom: Move minidump specific data to qcom_minidump.h Mukesh Ojha (Tue Feb 21 2023 - 06:26:50 EST)
- [RFC PATCH 4/6] arm64: defconfig: Enable Qualcomm minidump driver Mukesh Ojha (Tue Feb 21 2023 - 06:26:57 EST)
- [RFC PATCH 3/6] soc: qcom: Add Qualcomm minidump kernel driver Mukesh Ojha (Tue Feb 21 2023 - 06:27:00 EST)
- [RFC PATCH 5/6] remoterproc: qcom: refactor to leverage exported minidump symbol Mukesh Ojha (Tue Feb 21 2023 - 06:27:14 EST)
- [RFC PATCH 6/6] pstore/ram: Register context with minidump Mukesh Ojha (Tue Feb 21 2023 - 06:27:21 EST)
- Re: [PATCH v2 07/11] dt-bindings: clock: Add StarFive JH7110 Video-Output clock and reset generator Krzysztof Kozlowski (Tue Feb 21 2023 - 06:27:41 EST)
- Re: [PATCH v12 01/10] device property: Add remote endpoint to devcon matcher Andy Shevchenko (Tue Feb 21 2023 - 06:27:54 EST)
- Re: [PATCH RFC] thermal/drivers/intel_menlow: Remove add_one_attribute Daniel Lezcano (Tue Feb 21 2023 - 06:30:56 EST)
- [PATCH -v2 00/11] SEV: Cleanup sev-guest a bit and add throttling Borislav Petkov (Tue Feb 21 2023 - 06:34:41 EST)
- [PATCH -v2 02/11] virt/coco/sev-guest: Check SEV_SNP attribute at probe time Borislav Petkov (Tue Feb 21 2023 - 06:34:45 EST)
- [PATCH -v2 01/11] crypto: ccp - Name -1 return value as SEV_RET_NO_FW_CALL Borislav Petkov (Tue Feb 21 2023 - 06:35:04 EST)
- [PATCH -v2 03/11] virt/coco/sev-guest: Simplify extended guest request handling Borislav Petkov (Tue Feb 21 2023 - 06:35:08 EST)
- [PATCH -v2 04/11] virt/coco/sev-guest: Remove the disable_vmpck label in handle_guest_request() Borislav Petkov (Tue Feb 21 2023 - 06:35:12 EST)
- [PATCH -v2 05/11] virt/coco/sev-guest: Carve out the request issuing logic into a helper Borislav Petkov (Tue Feb 21 2023 - 06:35:15 EST)
- [PATCH -v2 06/11] virt/coco/sev-guest: Do some code style cleanups Borislav Petkov (Tue Feb 21 2023 - 06:35:15 EST)
- [PATCH -v2 08/11] crypto: ccp: Get rid of __sev_platform_init_locked()'s local function pointer Borislav Petkov (Tue Feb 21 2023 - 06:35:15 EST)
- [PATCH -v2 07/11] virt/coco/sev-guest: Convert the sw_exit_info_2 checking to a switch-case Borislav Petkov (Tue Feb 21 2023 - 06:35:19 EST)
- [PATCH -v2 09/11] virt/coco/sev-guest: Add throttling awareness Borislav Petkov (Tue Feb 21 2023 - 06:35:23 EST)
- [PATCH -v2 10/11] virt/coco/sev-guest: Double-buffer messages Borislav Petkov (Tue Feb 21 2023 - 06:35:26 EST)
- [PATCH -v2 11/11] x86/sev: Change snp_guest_issue_request()'s fw_err argument Borislav Petkov (Tue Feb 21 2023 - 06:35:26 EST)
- Re: [PATCH v12 07/10] drm/bridge: anx7625: Register Type C mode switches Andy Shevchenko (Tue Feb 21 2023 - 06:37:25 EST)
- Re: [PATCH v12 06/10] drm/bridge: Remove redundant i2c_client in anx7625/it6505 Andy Shevchenko (Tue Feb 21 2023 - 06:38:01 EST)
- [PATCH v3] scsi: ufs: mediatek: Guard runtime PM functions Stephen Zhang (Tue Feb 21 2023 - 06:38:41 EST)
- Re: [PATCH v2 1/9] drm/vc4: Switch to container_of_const Maxime Ripard (Tue Feb 21 2023 - 06:38:51 EST)
- Re: [PATCH v4 16/19] dt-bindings: riscv: Add SiFive S7 compatible Krzysztof Kozlowski (Tue Feb 21 2023 - 06:38:58 EST)
- Re: [RFC PATCH 2/2] arch/*/io.h: remove ioremap_uc in some architectures Baoquan He (Tue Feb 21 2023 - 06:39:21 EST)
- Re: [PATCH v2 3/9] drm/vc4: hdmi: Add Broadcast RGB property to allow override of RGB range Sebastian Wick (Tue Feb 21 2023 - 06:39:32 EST)
- Re: [PATCH v2 3/9] drm/vc4: hdmi: Add Broadcast RGB property to allow override of RGB range Hans Verkuil (Tue Feb 21 2023 - 06:39:42 EST)
- Re: [PATCH v2 02/29] LoongArch: KVM: Implement kvm module related interface maobibo (Tue Feb 21 2023 - 06:40:26 EST)
- [PATCH net-next v10 00/12] net: ethernet: mtk_eth_soc: various enhancements Daniel Golle (Tue Feb 21 2023 - 06:40:41 EST)
- Re: [net PATCH] octeontx2-pf: Recalculate UDP checksum for ptp 1-step sync packet Paolo Abeni (Tue Feb 21 2023 - 06:40:55 EST)
- [PATCH net-next v10 01/12] net: ethernet: mtk_eth_soc: add support for MT7981 SoC Daniel Golle (Tue Feb 21 2023 - 06:41:22 EST)
- [PATCH net-next v10 02/12] dt-bindings: net: mediatek,net: add mt7981-eth binding Daniel Golle (Tue Feb 21 2023 - 06:41:39 EST)
- [PATCH net-next v10 03/12] dt-bindings: arm: mediatek: sgmiisys: Convert to DT schema Daniel Golle (Tue Feb 21 2023 - 06:42:02 EST)
- [PATCH net-next v10 04/12] dt-bindings: arm: mediatek: sgmiisys: add MT7981 SoC Daniel Golle (Tue Feb 21 2023 - 06:42:06 EST)
- [PATCH net-next v10 05/12] net: ethernet: mtk_eth_soc: set MDIO bus clock frequency Daniel Golle (Tue Feb 21 2023 - 06:42:26 EST)
- [PATCH net-next v10 06/12] net: ethernet: mtk_eth_soc: reset PCS state Daniel Golle (Tue Feb 21 2023 - 06:42:39 EST)
- [PATCH net-next v10 07/12] net: ethernet: mtk_eth_soc: only write values if needed Daniel Golle (Tue Feb 21 2023 - 06:42:53 EST)
- [PATCH net-next v10 08/12] net: ethernet: mtk_eth_soc: fix RX data corruption issue Daniel Golle (Tue Feb 21 2023 - 06:43:07 EST)
- Re: [External] Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64 Oleksandr Natalenko (Tue Feb 21 2023 - 06:43:25 EST)
- [PATCH net-next v10 09/12] net: ethernet: mtk_eth_soc: ppe: add support for flow accounting Daniel Golle (Tue Feb 21 2023 - 06:43:29 EST)
- [PATCH net-next v10 10/12] net: pcs: add driver for MediaTek SGMII PCS Daniel Golle (Tue Feb 21 2023 - 06:43:42 EST)
- [PATCH net-next v10 11/12] net: ethernet: mtk_eth_soc: switch to external PCS driver Daniel Golle (Tue Feb 21 2023 - 06:43:46 EST)
- [PATCH net-next v10 12/12] net: dsa: mt7530: use external PCS driver Daniel Golle (Tue Feb 21 2023 - 06:44:09 EST)
- [PATCH] drm/amdkfd: Fix an illegal memory access qu . huang (Tue Feb 21 2023 - 06:44:39 EST)
- Re: [PATCH v4 12/16] parisc: mm: Convert to GENERIC_IOREMAP Baoquan He (Tue Feb 21 2023 - 06:46:34 EST)
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64 Oleksandr Natalenko (Tue Feb 21 2023 - 06:46:39 EST)
- Re: [PATCH net-next v2 0/4] net: phy: EEE fixes Paolo Abeni (Tue Feb 21 2023 - 06:47:23 EST)
- Re: [PATCH v12 03/10] drm/display: Add Type-C switch helpers Andy Shevchenko (Tue Feb 21 2023 - 06:48:42 EST)
- Re: [PATCH v4 09/16] s390: mm: Convert to GENERIC_IOREMAP Baoquan He (Tue Feb 21 2023 - 06:50:03 EST)
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64 David Woodhouse (Tue Feb 21 2023 - 06:50:21 EST)
- [PATCH v2] dt-bindings: fpga: xilinx-pr-decoupler: convert bindings to json-schema Nava kishore Manne (Tue Feb 21 2023 - 06:50:35 EST)
- Re: [RFC][PATCH 2/2] time: alarmtimer: Use TASK_FREEZABLE to cleanup freezer handling Michael Nazzareno Trimarchi (Tue Feb 21 2023 - 06:50:59 EST)
- Re: [PATCH v12 05/10] drm/bridge: anx7625: Check for Type-C during panel registration Andy Shevchenko (Tue Feb 21 2023 - 06:51:21 EST)
- Re: [PATCH net-next v2 0/4] net: phy: EEE fixes Paolo Abeni (Tue Feb 21 2023 - 06:53:38 EST)
- Re: [RFC/PATCHSET 0/7] perf record: Implement BPF sample filter (v1) Jiri Olsa (Tue Feb 21 2023 - 06:54:19 EST)
- Re: [PATCH 4/8] perf record: Record dropped sample count Jiri Olsa (Tue Feb 21 2023 - 06:54:32 EST)
- Re: [PATCH 3/8] perf record: Add BPF event filter support Jiri Olsa (Tue Feb 21 2023 - 06:54:43 EST)
- Re: [PATCH 2/8] perf bpf filter: Implement event sample filtering Jiri Olsa (Tue Feb 21 2023 - 06:54:59 EST)
- Re: [External] Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64 Usama Arif (Tue Feb 21 2023 - 06:55:26 EST)
- Re: [PATCH v12 10/10] drm/bridge: it6505: Register Type C mode switches Andy Shevchenko (Tue Feb 21 2023 - 06:55:40 EST)
- [PATCH v4 00/54] MediaTek clocks: full module build and cleanups AngeloGioacchino Del Regno (Tue Feb 21 2023 - 06:56:25 EST)
- [PATCH v4 01/54] clk: mediatek: clk-mtk: Switch to device_get_match_data() AngeloGioacchino Del Regno (Tue Feb 21 2023 - 06:56:27 EST)
- [PATCH v4 02/54] clk: mediatek: clk-mtk: Introduce clk_mtk_pdev_{probe,remove}() AngeloGioacchino Del Regno (Tue Feb 21 2023 - 06:56:30 EST)
- [PATCH v4 04/54] clk: mediatek: Add divider clocks to mtk_clk_simple_{probe,remove}() AngeloGioacchino Del Regno (Tue Feb 21 2023 - 06:56:34 EST)
- [PATCH v4 03/54] clk: mediatek: Migrate to mtk_clk_pdev_probe() for multimedia clocks AngeloGioacchino Del Regno (Tue Feb 21 2023 - 06:56:36 EST)
- [PATCH v4 05/54] clk: mediatek: mt2712: Migrate topckgen/mcucfg to mtk_clk_simple_probe() AngeloGioacchino Del Regno (Tue Feb 21 2023 - 06:56:51 EST)
- [PATCH v4 07/54] clk: mediatek: mt2712: Add error handling to clk_mt2712_apmixed_probe() AngeloGioacchino Del Regno (Tue Feb 21 2023 - 06:56:52 EST)
- [PATCH v4 06/54] clk: mediatek: mt2712: Compress clock arrays entries to 90 columns AngeloGioacchino Del Regno (Tue Feb 21 2023 - 06:56:54 EST)
- [PATCH v4 10/54] clk: mediatek: mt2712: Change to use module_platform_driver macro AngeloGioacchino Del Regno (Tue Feb 21 2023 - 06:56:58 EST)
- [PATCH v4 08/54] clk: mediatek: mt2712: Move apmixedsys clock driver to its own file AngeloGioacchino Del Regno (Tue Feb 21 2023 - 06:57:00 EST)
- [PATCH v4 09/54] clk: mediatek: mt2712-apmixedsys: Add .remove() callback for module build AngeloGioacchino Del Regno (Tue Feb 21 2023 - 06:57:03 EST)
- [PATCH v4 12/54] clk: mediatek: mt8365: Convert simple_gate to mtk_gate clocks AngeloGioacchino Del Regno (Tue Feb 21 2023 - 06:57:06 EST)
- [PATCH v4 11/54] clk: mediatek: mt8365: Move apmixedsys clock driver to its own file AngeloGioacchino Del Regno (Tue Feb 21 2023 - 06:57:09 EST)
- [PATCH v4 13/54] clk: mediatek: mt8365: Join top_misc_mux_gates and top_misc_muxes arrays AngeloGioacchino Del Regno (Tue Feb 21 2023 - 06:57:12 EST)
- [PATCH v4 14/54] clk: mediatek: mt8365: Convert to mtk_clk_simple_{probe,remove}() AngeloGioacchino Del Regno (Tue Feb 21 2023 - 06:57:16 EST)
- [PATCH v4 15/54] clk: mediatek: mt8167: Compress GATE_TOPx macros AngeloGioacchino Del Regno (Tue Feb 21 2023 - 06:57:28 EST)
- [PATCH v4 16/54] clk: mediatek: mt8167: Move apmixedsys as platform_driver in new file AngeloGioacchino Del Regno (Tue Feb 21 2023 - 06:57:32 EST)
- [PATCH v4 18/54] clk: mediatek: mt8167: Convert to mtk_clk_simple_{probe,remove}() AngeloGioacchino Del Regno (Tue Feb 21 2023 - 06:58:05 EST)
- [PATCH v4 30/54] clk: mediatek: mt8516: Allow building clock drivers as modules AngeloGioacchino Del Regno (Tue Feb 21 2023 - 06:58:37 EST)
- [PATCH v4 33/54] clk: mediatek: mt7986-infracfg: Migrate to common probe mechanism AngeloGioacchino Del Regno (Tue Feb 21 2023 - 06:58:37 EST)
- [PATCH v4 20/54] clk: mediatek: mt8183: Compress clocks arrays entries where possible AngeloGioacchino Del Regno (Tue Feb 21 2023 - 06:58:38 EST)
- [PATCH v4 19/54] clk: mediatek: mt8183: Move apmixedsys clock driver to its own file AngeloGioacchino Del Regno (Tue Feb 21 2023 - 06:58:39 EST)
- [PATCH v4 21/54] clk: mediatek: mt8183: Convert all remaining clocks to common probe AngeloGioacchino Del Regno (Tue Feb 21 2023 - 06:58:40 EST)
- [PATCH v4 28/54] clk: mediatek: mt8516: Move apmixedsys clock driver to its own file AngeloGioacchino Del Regno (Tue Feb 21 2023 - 06:58:40 EST)
- [PATCH v4 24/54] clk: mediatek: mt7622: Move apmixedsys clock driver to its own file AngeloGioacchino Del Regno (Tue Feb 21 2023 - 06:58:41 EST)
- [PATCH v4 22/54] clk: mediatek: Consistently use GATE_MTK() macro AngeloGioacchino Del Regno (Tue Feb 21 2023 - 06:58:41 EST)
- [PATCH v4 17/54] clk: mediatek: mt8167: Remove __initconst annotation from arrays AngeloGioacchino Del Regno (Tue Feb 21 2023 - 06:58:43 EST)
- [PATCH v4 35/54] clk: mediatek: mt8186-mcu: Migrate to common probe mechanism AngeloGioacchino Del Regno (Tue Feb 21 2023 - 06:58:44 EST)
- [PATCH v4 36/54] clk: mediatek: Switch to module_platform_driver() where possible AngeloGioacchino Del Regno (Tue Feb 21 2023 - 06:58:44 EST)
- [PATCH v4 37/54] clk: mediatek: Add MODULE_LICENSE() where missing AngeloGioacchino Del Regno (Tue Feb 21 2023 - 06:59:09 EST)
- Re: [PATCH v8 2/7] iommu/arm-smmu-v3: support ops registration for CDX bus Robin Murphy (Tue Feb 21 2023 - 06:59:10 EST)
- [PATCH v4 23/54] clk: mediatek: mt7622: Properly use CLK_IS_CRITICAL flag AngeloGioacchino Del Regno (Tue Feb 21 2023 - 06:59:11 EST)
- [PATCH v4 25/54] clk: mediatek: mt7622-apmixedsys: Add .remove() callback for module build AngeloGioacchino Del Regno (Tue Feb 21 2023 - 06:59:11 EST)
- [PATCH v4 26/54] clk: mediatek: mt7622: Move infracfg to clk-mt7622-infracfg.c AngeloGioacchino Del Regno (Tue Feb 21 2023 - 06:59:12 EST)
- [PATCH v4 39/54] clk: mediatek: Split MT8195 clock drivers and allow module build AngeloGioacchino Del Regno (Tue Feb 21 2023 - 06:59:12 EST)
- [PATCH v4 41/54] clk: mediatek: Allow MT7622 clocks to be built as modules AngeloGioacchino Del Regno (Tue Feb 21 2023 - 06:59:13 EST)
- [PATCH v4 43/54] clk: mediatek: Allow all MT8183 clocks to be built as modules AngeloGioacchino Del Regno (Tue Feb 21 2023 - 06:59:13 EST)
- [PATCH v4 31/54] clk: mediatek: Propagate struct device with mtk_clk_register_dividers() AngeloGioacchino Del Regno (Tue Feb 21 2023 - 06:59:13 EST)
- [PATCH v4 44/54] clk: mediatek: Allow building most MT6765 clock drivers as modules AngeloGioacchino Del Regno (Tue Feb 21 2023 - 06:59:41 EST)
- [PATCH v4 32/54] clk: mediatek: mt7986-apmixed: Use PLL_AO flag to set critical clock AngeloGioacchino Del Regno (Tue Feb 21 2023 - 06:59:41 EST)
- [PATCH v4 29/54] clk: mediatek: mt8516: Convert to platform driver and simple probe AngeloGioacchino Del Regno (Tue Feb 21 2023 - 06:59:41 EST)
- [PATCH v4 34/54] clk: mediatek: mt7986-eth: Migrate to common probe mechanism AngeloGioacchino Del Regno (Tue Feb 21 2023 - 06:59:42 EST)
- [PATCH v4 27/54] clk: mediatek: mt7622: Convert to platform driver and simple probe AngeloGioacchino Del Regno (Tue Feb 21 2023 - 06:59:43 EST)
- [PATCH v4 47/54] clk: mediatek: mt8192: Move apmixedsys clock driver to its own file AngeloGioacchino Del Regno (Tue Feb 21 2023 - 07:00:13 EST)
- [PATCH v4 51/54] clk: mediatek: mt8135: Properly use CLK_IS_CRITICAL flag AngeloGioacchino Del Regno (Tue Feb 21 2023 - 07:01:17 EST)
- [PATCH v4 53/54] clk: mediatek: mt8135: Join root_clk_alias and top_divs arrays AngeloGioacchino Del Regno (Tue Feb 21 2023 - 07:01:17 EST)
- [PATCH v4 52/54] clk: mediatek: mt8135-apmixedsys: Convert to platform_driver and module AngeloGioacchino Del Regno (Tue Feb 21 2023 - 07:01:18 EST)
- [PATCH v4 49/54] clk: mediatek: Add MODULE_DEVICE_TABLE() where appropriate AngeloGioacchino Del Regno (Tue Feb 21 2023 - 07:01:22 EST)
- [PATCH v4 54/54] clk: mediatek: mt8135: Convert to simple probe and enable module build AngeloGioacchino Del Regno (Tue Feb 21 2023 - 07:01:26 EST)
- [PATCH v4 50/54] clk: mediatek: mt8135: Move apmixedsys to its own file AngeloGioacchino Del Regno (Tue Feb 21 2023 - 07:01:29 EST)
- Re: [PATCH v5 3/5] iio: adc: max77541: Add ADI MAX77541 ADC Support Andy Shevchenko (Tue Feb 21 2023 - 07:01:47 EST)
- [PATCH v4 46/54] clk: mediatek: Split configuration options for MT8186 clock drivers AngeloGioacchino Del Regno (Tue Feb 21 2023 - 07:04:10 EST)
- [PATCH v4 48/54] clk: mediatek: Kconfig: Allow module build for core mt8192 clocks AngeloGioacchino Del Regno (Tue Feb 21 2023 - 07:04:31 EST)
- [PATCH v4 42/54] clk: mediatek: Allow all MT8167 clocks to be built as modules AngeloGioacchino Del Regno (Tue Feb 21 2023 - 07:04:34 EST)
- Re: [PATCH net-next v4 0/3] net: dsa: rzn1-a5psw: add support for vlan and .port_bridge_flags Paolo Abeni (Tue Feb 21 2023 - 07:07:13 EST)
- Re: [PATCH v2 1/3] sched/uclamp: Set max_spare_cap_cpu even if max_spare_cap is 0 Qais Yousef (Tue Feb 21 2023 - 07:07:44 EST)
- [PATCH v10 0/9] arm64: j721s2: Add support for additional IPs Ravi Gunasekaran (Tue Feb 21 2023 - 07:08:20 EST)
- [PATCH v10 2/9] arm64: dts: ti: k3-j721s2-main: Add support for USB Ravi Gunasekaran (Tue Feb 21 2023 - 07:08:31 EST)
- [PATCH v10 5/9] arm64: dts: ti: k3-j721s2-common-proc-board: Enable SERDES0 Ravi Gunasekaran (Tue Feb 21 2023 - 07:08:35 EST)
- [PATCH v10 8/9] arm64: dts: ti: k3-j721s2-main: Add PCIe device tree node Ravi Gunasekaran (Tue Feb 21 2023 - 07:08:43 EST)
- [PATCH v10 9/9] arm64: dts: ti: k3-j721s2-common-proc-board: Enable PCIe Ravi Gunasekaran (Tue Feb 21 2023 - 07:08:46 EST)
- [PATCH v10 7/9] arm64: dts: ti: k3-j721s2: Add support for OSPI Flashes Ravi Gunasekaran (Tue Feb 21 2023 - 07:08:50 EST)
- Re: [PATCH net-next v10 00/12] net: ethernet: mtk_eth_soc: various enhancements Paolo Abeni (Tue Feb 21 2023 - 07:09:18 EST)
- Re: [PATCH v2 3/3] sched/tp: Add new tracepoint to track compute energy computation Qais Yousef (Tue Feb 21 2023 - 07:10:05 EST)
- [PATCH v4 40/54] clk: mediatek: Allow building MT8192 non-critical clocks as modules AngeloGioacchino Del Regno (Tue Feb 21 2023 - 07:10:59 EST)
- [PATCH v4 45/54] clk: mediatek: Allow building most MT6797 clock drivers as modules AngeloGioacchino Del Regno (Tue Feb 21 2023 - 07:11:02 EST)
- [PATCH v4 38/54] clk: mediatek: mt2712: Change Kconfig options to allow module build AngeloGioacchino Del Regno (Tue Feb 21 2023 - 07:11:04 EST)
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64 Oleksandr Natalenko (Tue Feb 21 2023 - 07:15:24 EST)
- [GIT PULL] probes: Updates for 6.3 Google (Tue Feb 21 2023 - 07:15:28 EST)
- [PATCH v10 1/9] dt-bindings: mfd: ti,j721e-system-controller: Fix mux node regex Ravi Gunasekaran (Tue Feb 21 2023 - 07:15:39 EST)
- Re: [RFC PATCH 1/1] pinctrl: rockchip: add support for per-pinmux io-domain dependency Quentin Schulz (Tue Feb 21 2023 - 07:15:52 EST)
- [PATCH v10 6/9] arm64: dts: ti: k3-j721s2-common-proc-board: Add USB support Ravi Gunasekaran (Tue Feb 21 2023 - 07:16:22 EST)
- [PATCH v10 3/9] arm64: dts: ti: k3-j721s2-main: Add SERDES and WIZ device tree node Ravi Gunasekaran (Tue Feb 21 2023 - 07:17:06 EST)
- Re: [PATCH v5 5/5] mfd: max77541: Add ADI MAX77541/MAX77540 PMIC Support Andy Shevchenko (Tue Feb 21 2023 - 07:17:49 EST)
- Re: [PATCH v5 2/5] regulator: max77541: Add ADI MAX77541/MAX77540 Regulator Support Andy Shevchenko (Tue Feb 21 2023 - 07:19:41 EST)
- Re: [PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM Chao Peng (Tue Feb 21 2023 - 07:20:12 EST)
- Re: [PATCH] mm/memcg: Skip high limit check in root memcg Michal Hocko (Tue Feb 21 2023 - 07:21:13 EST)
- Re: [PATCH v2 1/3] sched/uclamp: Set max_spare_cap_cpu even if max_spare_cap is 0 Dietmar Eggemann (Tue Feb 21 2023 - 07:21:36 EST)
- Re: [PATCH v2 3/3] sched/tp: Add new tracepoint to track compute energy computation Lukasz Luba (Tue Feb 21 2023 - 07:21:40 EST)
- Re: [PATCH 0/2] Add PTP support for sama7g5 Paolo Abeni (Tue Feb 21 2023 - 07:22:17 EST)
- Re: [PATCH net-next v2 2/4] net: phy: c45: add genphy_c45_an_config_eee_aneg() function Paolo Abeni (Tue Feb 21 2023 - 07:23:35 EST)
- Re: [PATCH net-next] net: phy: update obsolete comment about PHY_STARTING Paolo Abeni (Tue Feb 21 2023 - 07:24:26 EST)
- [PATCH 1/3] leds: simatic-ipc-leds-gpio: move two extra gpio pins into another table Henning Schild (Tue Feb 21 2023 - 07:25:17 EST)
- [PATCH 0/3] leds: simatic-ipc-leds-gpio: split up Henning Schild (Tue Feb 21 2023 - 07:25:22 EST)
- [PATCH 2/3] leds: simatic-ipc-leds-gpio: split up into multiple drivers Henning Schild (Tue Feb 21 2023 - 07:25:29 EST)
- [PATCH 3/3] leds: simatic-ipc-leds-gpio: introduce more Kconfig switches Henning Schild (Tue Feb 21 2023 - 07:25:34 EST)
- Re: [PATCH v4 09/16] s390: mm: Convert to GENERIC_IOREMAP Niklas Schnelle (Tue Feb 21 2023 - 07:27:00 EST)
- Re: [PATCH 4.19 00/89] 4.19.273-rc1 review Naresh Kamboju (Tue Feb 21 2023 - 07:28:13 EST)
- Re: [PATCH net] udp: fix memory schedule error Paolo Abeni (Tue Feb 21 2023 - 07:28:33 EST)
- [PATCH 0/4] Remove unused group parameter in bitmap checksum Kemeng Shi (Tue Feb 21 2023 - 07:29:05 EST)
- [PATCH 1/4] ext4: remove unused group parameter in ext4_inode_bitmap_csum_verify Kemeng Shi (Tue Feb 21 2023 - 07:29:09 EST)
- [PATCH 3/4] ext4: remove unused group parameter in ext4_block_bitmap_csum_verify Kemeng Shi (Tue Feb 21 2023 - 07:29:12 EST)
- [PATCH 4/4] ext4: remove unused group parameter in ext4_block_bitmap_csum_set Kemeng Shi (Tue Feb 21 2023 - 07:29:15 EST)
- [PATCH 2/4] ext4: remove unused group parameter in ext4_inode_bitmap_csum_set Kemeng Shi (Tue Feb 21 2023 - 07:29:17 EST)
- Re: [PATCH v10 12/26] gunyah: vm_mgr: Add/remove user memory regions Srinivas Kandagatla (Tue Feb 21 2023 - 07:29:27 EST)
- Re: [PATCH 5.15 00/83] 5.15.95-rc1 review Ron Economos (Tue Feb 21 2023 - 07:31:21 EST)
- Re: [PATCH v3 0/5] apple-gmux: support MMIO gmux type on T2 Macs Hans de Goede (Tue Feb 21 2023 - 07:32:34 EST)
- Re: [PATCH] rust: time: New module for timekeeping functions Thomas Gleixner (Tue Feb 21 2023 - 07:33:01 EST)
- Re: [PATCH v2] usb: dwc2: drd: fix inconsistent mode if role-switch-default-mode="host" Ziyang Huang (Tue Feb 21 2023 - 07:33:50 EST)
- Re: [PATCH net] udp: fix memory schedule error Eric Dumazet (Tue Feb 21 2023 - 07:35:55 EST)
- Re: [PATCH bpf-next v5] bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES Alexander Lobakin (Tue Feb 21 2023 - 07:36:05 EST)
- [PATCH] arm64: dts: qcom: sm8250-xiaomi-elish: Correct venus firmware path Jianhua Lu (Tue Feb 21 2023 - 07:36:54 EST)
- Re: [PATCH v2 02/29] LoongArch: KVM: Implement kvm module related interface WANG Xuerui (Tue Feb 21 2023 - 07:40:27 EST)
- Re: [PATCH RFC v8 54/56] x86/sev: Add KVM commands for instance certs Dov Murik (Tue Feb 21 2023 - 07:41:54 EST)
- Re: [PATCH 4.14 00/53] 4.14.306-rc1 review Naresh Kamboju (Tue Feb 21 2023 - 07:42:05 EST)
- Re: [PATCH v10 3/6] fs/proc/task_mmu: Implement IOCTL to get and/or the clear info about PTEs Michał Mirosław (Tue Feb 21 2023 - 07:42:48 EST)
- Re: [PATCH v3] char: pcmcia: cm4000_cs: Fix use-after-free in cm4000_fops Arnd Bergmann (Tue Feb 21 2023 - 07:43:58 EST)
- Re: [PATCH] mm/uffd: UFFD_FEATURE_WP_ZEROPAGE David Hildenbrand (Tue Feb 21 2023 - 07:44:21 EST)
- Re: [PATCH v10 12/26] gunyah: vm_mgr: Add/remove user memory regions Srivatsa Vaddagiri (Tue Feb 21 2023 - 07:44:31 EST)
- [regression] Bug 217063 - Commit 2232b2d breaks microphone on Lenovo "82SJ" Ideapad 14ARH7 Linux regression tracking (Thorsten Leemhuis) (Tue Feb 21 2023 - 07:44:51 EST)
- Re: [PATCH v10 12/26] gunyah: vm_mgr: Add/remove user memory regions Srivatsa Vaddagiri (Tue Feb 21 2023 - 07:45:34 EST)
- [PATCH 0/7] MIPS DMA coherence fixes Jiaxun Yang (Tue Feb 21 2023 - 07:46:26 EST)
- [PATCH 1/7] MIPS: Remove DMA_PERDEV_COHERENT Jiaxun Yang (Tue Feb 21 2023 - 07:46:36 EST)
- [PATCH 2/7] MIPS: Always select ARCH_HAS_SYNC_DMA_FOR_CPU for noncoherent platforms Jiaxun Yang (Tue Feb 21 2023 - 07:46:42 EST)
- [PATCH 3/7] MIPS: c-r4k: Always install dma flush functions Jiaxun Yang (Tue Feb 21 2023 - 07:46:45 EST)
- [PATCH 4/7] dma-mapping: Always provide dma_default_coherent Jiaxun Yang (Tue Feb 21 2023 - 07:46:47 EST)
- [PATCH 5/7] dma-mapping: Provide CONFIG_ARCH_DMA_DEFAULT_COHERENT Jiaxun Yang (Tue Feb 21 2023 - 07:46:55 EST)
- [PATCH 6/7] riscv: Select ARCH_DMA_DEFAULT_COHERENT Jiaxun Yang (Tue Feb 21 2023 - 07:46:59 EST)
- [PATCH 7/7] of: address: Use dma_default_coherent to determine default coherency Jiaxun Yang (Tue Feb 21 2023 - 07:47:01 EST)
- Re: [PATCH] net: dccp: delete redundant ackvec record in dccp_insert_options() Eric Dumazet (Tue Feb 21 2023 - 07:47:13 EST)
- Re: [PATCH v2] uio:uio_pci_generic:Don't clear master bit when the process does not exit Weifeng Su (Tue Feb 21 2023 - 07:48:46 EST)
- RE: [PATCH] serial: jsm: Use min_t instead of min David Laight (Tue Feb 21 2023 - 07:49:06 EST)
- Re: [PATCH v4 09/16] s390: mm: Convert to GENERIC_IOREMAP Baoquan He (Tue Feb 21 2023 - 07:53:28 EST)
- Re: [PATCH v10 5/9] sched/fair: Take into account latency priority at wakeup Peter Zijlstra (Tue Feb 21 2023 - 07:54:04 EST)
- [PATCH] driver core: bus: Handle early calls to bus_to_subsys() Geert Uytterhoeven (Tue Feb 21 2023 - 07:54:21 EST)
- Re: [PATCH 12/21] driver core: bus: bus iterator cleanups Geert Uytterhoeven (Tue Feb 21 2023 - 07:54:49 EST)
- Re: [PATCH v2 27/29] LoongArch: KVM: Implement vcpu world switch Tianrui Zhao (Tue Feb 21 2023 - 07:58:30 EST)
- Re: [PATCH RFC] thermal/drivers/intel_menlow: Remove add_one_attribute Zhang, Rui (Tue Feb 21 2023 - 07:59:09 EST)
- Re: [PATCH] IB/rdmavt: Fix target union member for rvt_post_one_wr() Dennis Dalessandro (Tue Feb 21 2023 - 08:00:25 EST)
- Re: [PATCH v2 27/29] LoongArch: KVM: Implement vcpu world switch Tianrui Zhao (Tue Feb 21 2023 - 08:00:36 EST)
- Re: [PATCH v2 01/11] dt-bindings: clock: Add StarFive JH7110 System-Top-Group clock and reset generator Xingyu Wu (Tue Feb 21 2023 - 08:01:35 EST)
- Re: [PATCH v4 10/14] drm/vblank: Add helper to get next vblank time Ville Syrjälä (Tue Feb 21 2023 - 08:01:54 EST)
- Re: [PATCH v10 5/9] sched/fair: Take into account latency priority at wakeup Peter Zijlstra (Tue Feb 21 2023 - 08:05:30 EST)
- Re: [PATCH v10 13/26] gunyah: vm_mgr: Add ioctls to support basic non-proxy VM boot Srivatsa Vaddagiri (Tue Feb 21 2023 - 08:06:45 EST)
- Re: [PATCH v10 10/26] gunyah: vm_mgr: Introduce basic VM Manager Srivatsa Vaddagiri (Tue Feb 21 2023 - 08:07:28 EST)
- Re: [PATCH v10 19/26] gunyah: vm_mgr: Add framework to add VM Functions Srivatsa Vaddagiri (Tue Feb 21 2023 - 08:08:25 EST)
- Re: [PATCH] arm64: dts: qcom: sm8250-xiaomi-elish: Correct venus firmware path Konrad Dybcio (Tue Feb 21 2023 - 08:09:41 EST)
- Re: [PATCH v4 10/14] drm/vblank: Add helper to get next vblank time Pekka Paalanen (Tue Feb 21 2023 - 08:11:51 EST)
- [PATCH 0/1] lib/zlib: DFLTCC deflate with Z_NO_FLUSH Mikhail Zaslonko (Tue Feb 21 2023 - 08:16:30 EST)
- [PATCH 1/1] lib/zlib: DFLTCC deflate does not write all available bits for Z_NO_FLUSH Mikhail Zaslonko (Tue Feb 21 2023 - 08:16:32 EST)
- RE: [PATCH] serial: jsm: Use min_t instead of min Ilpo Järvinen (Tue Feb 21 2023 - 08:17:43 EST)
- Re: [PATCH] kernel/sched/core.c: Modified prio_less(). Bagas Sanjaya (Tue Feb 21 2023 - 08:17:49 EST)
- Re: [PATCH v2 9/9] PCI: rockchip: Add parameter check for RK3399 PCIe endpoint core set_msi() Rick Wertenbroek (Tue Feb 21 2023 - 08:19:44 EST)
- Re: [PATCH] Update documentation of vfs_tmpfile Bagas Sanjaya (Tue Feb 21 2023 - 08:22:07 EST)
- Re: [External] Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64 David Woodhouse (Tue Feb 21 2023 - 08:23:08 EST)
- Re: [RESEND PATCH V12 XDMA 1/2] dmaengine: xilinx: xdma: Add xilinx xdma driver Geert Uytterhoeven (Tue Feb 21 2023 - 08:26:18 EST)
- Re: [PATCH RFC] thermal/drivers/intel_menlow: Remove add_one_attribute Daniel Lezcano (Tue Feb 21 2023 - 08:31:38 EST)
- Re: [PATCH] vc_screen: don't clobber return value in vcs_read George Kennedy (Tue Feb 21 2023 - 08:31:42 EST)
- [PATCH] md: fix null-ptr-deference in md_free_disk() Yu Kuai (Tue Feb 21 2023 - 08:31:55 EST)
- [PATCH v1 1/3] usb: typec: stusb160x: Make use of device_get_match_data() Andy Shevchenko (Tue Feb 21 2023 - 08:32:45 EST)
- [PATCH v1 2/3] auxdisplay: ht16k33: Make use of device_get_match_data() Andy Shevchenko (Tue Feb 21 2023 - 08:32:48 EST)
- [PATCH v1 3/3] i2c: Unexport i2c_of_match_device() Andy Shevchenko (Tue Feb 21 2023 - 08:32:52 EST)
- [PATCH v1 0/3] i2c: stop using i2c_of_match_device() Andy Shevchenko (Tue Feb 21 2023 - 08:32:54 EST)
- Re: [PATCH v1] mm/hwpoison: convert TTU_IGNORE_HWPOISON to TTU_HWPOISON Matthew Wilcox (Tue Feb 21 2023 - 08:36:06 EST)
- Re: [PATCH] block, bfq: fix uaf for bfqq in bic_set_bfqq() Yu Kuai (Tue Feb 21 2023 - 08:37:06 EST)
- [PATCH v2 1/2] dt-bindings: sram: qcom,imem: document sm8450 Mukesh Ojha (Tue Feb 21 2023 - 08:37:25 EST)
- [PATCH v2 2/2] arm64: dts: qcom: sm8450: Add IMEM and PIL info region Mukesh Ojha (Tue Feb 21 2023 - 08:37:53 EST)
- Re: [PATCH v2 01/11] dt-bindings: clock: Add StarFive JH7110 System-Top-Group clock and reset generator Krzysztof Kozlowski (Tue Feb 21 2023 - 08:38:13 EST)
- Re: [PATCH v4] dt-bindings: mfd: qcom,tcsr: Add compatible for sm8450 Mukesh Ojha (Tue Feb 21 2023 - 08:38:58 EST)
- Re: [PATCH net] udp: fix memory schedule error Jason Xing (Tue Feb 21 2023 - 08:39:44 EST)
- Re: [PATCH bpf-next v2] riscv, bpf: Add kfunc support for RV64 Pu Lehui (Tue Feb 21 2023 - 08:40:04 EST)
- Re: [PATCH v1 2/3] auxdisplay: ht16k33: Make use of device_get_match_data() Andy Shevchenko (Tue Feb 21 2023 - 08:40:20 EST)
- Re: [PATCH v10 1/9] dt-bindings: mfd: ti,j721e-system-controller: Fix mux node regex Nishanth Menon (Tue Feb 21 2023 - 08:41:36 EST)
- [PATCH v10 4/9] arm64: dts: ti: k3-j721s2-mcu-wakeup: Add support of OSPI Ravi Gunasekaran (Tue Feb 21 2023 - 08:42:38 EST)
- Re: [PATCH v4 10/14] drm/vblank: Add helper to get next vblank time Ville Syrjälä (Tue Feb 21 2023 - 08:43:00 EST)
- Re: [PATCH v1 1/2] dt-bindings: iio: adc: adding dt-bindings for PAC193X Krzysztof Kozlowski (Tue Feb 21 2023 - 08:44:15 EST)
- Re: [PATCH net] udp: fix memory schedule error Jason Xing (Tue Feb 21 2023 - 08:45:09 EST)
- Re: [PATCH 1/3] leds: simatic-ipc-leds-gpio: move two extra gpio pins into another table Andy Shevchenko (Tue Feb 21 2023 - 08:45:20 EST)
- Re: [PATCH v1 2/2] iio: adc: adding support for pac193x Krzysztof Kozlowski (Tue Feb 21 2023 - 08:46:22 EST)
- Re: (subset) [PATCH 00/17] Device trees for Apple M2 (t8112) based devices Mark Brown (Tue Feb 21 2023 - 08:47:22 EST)
- Re: [PATCH v4] dt-bindings: mfd: qcom,tcsr: Add compatible for sm8450 Krzysztof Kozlowski (Tue Feb 21 2023 - 08:47:30 EST)
- Re: [PATCH] driver core: bus: Handle early calls to bus_to_subsys() Greg Kroah-Hartman (Tue Feb 21 2023 - 08:48:02 EST)
- Re: [PATCH v2] usb: dwc2: drd: fix inconsistent mode if role-switch-default-mode="host" Greg KH (Tue Feb 21 2023 - 08:48:56 EST)
- Re: [PATCH] vc_screen: don't clobber return value in vcs_read Thomas Weißschuh (Tue Feb 21 2023 - 08:50:10 EST)
- Re: [PATCH] vc_screen: don't clobber return value in vcs_read Greg Kroah-Hartman (Tue Feb 21 2023 - 08:50:33 EST)
- Re: [PATCH 2/3] leds: simatic-ipc-leds-gpio: split up into multiple drivers Andy Shevchenko (Tue Feb 21 2023 - 08:51:14 EST)
- Re: [PATCH] mm: change memcg->oom_group access with atomic operations Matthew Wilcox (Tue Feb 21 2023 - 08:51:44 EST)
- Re: INFO: REPRODUCED: memory leak in gpio device in 6.2-rc6 Mirsad Goran Todorovac (Tue Feb 21 2023 - 08:52:51 EST)
- Re: [PATCH 3/3] leds: simatic-ipc-leds-gpio: introduce more Kconfig switches Andy Shevchenko (Tue Feb 21 2023 - 08:53:18 EST)
- Re: [PATCH v3] scsi: ufs: mediatek: Guard runtime PM functions AngeloGioacchino Del Regno (Tue Feb 21 2023 - 08:53:42 EST)
- Re: [PATCH v1 1/3] usb: typec: stusb160x: Make use of device_get_match_data() Heikki Krogerus (Tue Feb 21 2023 - 08:53:51 EST)
- [PATCH net] net: stmmac: Premature loop termination check was ignored Jochen Henneberg (Tue Feb 21 2023 - 08:57:28 EST)
- Re: [PATCH v2 0/3] media: rkisp1: Miscellaneous improvements Jacopo Mondi (Tue Feb 21 2023 - 08:57:44 EST)
- [PATCH 1/2] io_uring: Move from hlist to io_wq_work_node Breno Leitao (Tue Feb 21 2023 - 08:57:55 EST)
- [PATCH 2/2] io_uring: Add KASAN support for alloc_caches Breno Leitao (Tue Feb 21 2023 - 08:58:00 EST)
- Re: [PATCH] dt-bindings: MFD: Convert STMPE to YAML schema Rob Herring (Tue Feb 21 2023 - 08:58:13 EST)
- [PATCH] i2c: tegra: Share same DMA channel for Rx and Tx Akhil R (Tue Feb 21 2023 - 08:58:22 EST)
- Re: [PATCH v10 2/9] arm64: dts: ti: k3-j721s2-main: Add support for USB Nishanth Menon (Tue Feb 21 2023 - 08:59:32 EST)
- Re: [PATCH v2 1/3] arm64: dts: microchip: sparx5: do not use PSCI on reference boards Steen Hegelund (Tue Feb 21 2023 - 09:00:07 EST)
- Re: [PATCH v10 1/9] dt-bindings: mfd: ti,j721e-system-controller: Fix mux node regex Vignesh Raghavendra (Tue Feb 21 2023 - 09:00:15 EST)
- Re: [PATCH v10 3/9] arm64: dts: ti: k3-j721s2-main: Add SERDES and WIZ device tree node Nishanth Menon (Tue Feb 21 2023 - 09:02:14 EST)
- [tip: irq/urgent] genirq/irqdesc: Make kobj_type structures constant tip-bot2 for Thomas Weißschuh (Tue Feb 21 2023 - 09:03:17 EST)
- [PATCH v2 1/3] dt-bindings: dma: snps,dw-axi-dmac: Add reset items Walker Chen (Tue Feb 21 2023 - 09:04:44 EST)
- [PATCH v2 0/3] Add DMA driver for StarFive JH7110 SoC Walker Chen (Tue Feb 21 2023 - 09:04:46 EST)
- [PATCH v2 2/3] dmaengine: dw-axi-dmac: Add support for StarFive JH7110 DMA Walker Chen (Tue Feb 21 2023 - 09:04:57 EST)
- [PATCH v2 3/3] riscv: dts: starfive: add dma controller node Walker Chen (Tue Feb 21 2023 - 09:05:01 EST)
- [PATCH bpf-next v3] riscv, bpf: Add kfunc support for RV64 Pu Lehui (Tue Feb 21 2023 - 09:05:04 EST)
- Re: [PATCH -v5 0/9] migrate_pages(): batch TLB flushing Huang, Ying (Tue Feb 21 2023 - 09:05:57 EST)
- arch/s390/include/uapi/../../../../lib/xz/xz_dec_stream.c:393:28: sparse: sparse: incorrect type in argument 1 (different base types) kernel test robot (Tue Feb 21 2023 - 09:06:00 EST)
- Re: [PATCH] net: dccp: delete redundant ackvec record in dccp_insert_options() kernel test robot (Tue Feb 21 2023 - 09:06:16 EST)
- [PATCH] swiotlb: remove unnecessary function swiotlb_max_segment() Petr Tesarik (Tue Feb 21 2023 - 09:07:10 EST)
- [PATCH v2 0/3] perf/x86: Use sysfs_emit() in show() callback function Deepak R Varma (Tue Feb 21 2023 - 09:07:13 EST)
- Re: [PATCH] rust: time: New module for timekeeping functions Boqun Feng (Tue Feb 21 2023 - 09:07:16 EST)
- [PATCH v2 1/3] perf/x86/core: Use sysfs_emit() in show() callback function Deepak R Varma (Tue Feb 21 2023 - 09:07:24 EST)
- [PATCH v2 2/3] perf/x86/intel/pt: Use sysfs_emit() in show() callback function Deepak R Varma (Tue Feb 21 2023 - 09:08:15 EST)
- [PATCH v2 3/3] perf/x86/intel: Use sysfs_emit() in show() callback function Deepak R Varma (Tue Feb 21 2023 - 09:08:25 EST)
- [PATCH v1 0/3] Add PLL clocks driver for StarFive JH7110 Xingyu Wu (Tue Feb 21 2023 - 09:12:01 EST)
- [PATCH v1 3/3] riscv: dts: starfive: jh7110: Add PLL clock node Xingyu Wu (Tue Feb 21 2023 - 09:12:05 EST)
- [PATCH v1 1/3] dt-bindings: clock: Add StarFive JH7110 PLL clock generator Xingyu Wu (Tue Feb 21 2023 - 09:12:09 EST)
- [PATCH v1 2/3] clk: starfive: Add StarFive JH7110 PLL clock driver Xingyu Wu (Tue Feb 21 2023 - 09:12:11 EST)
- [PATCH v2] perf/x86/core: Use sysfs_emit() in show() callback function Deepak R Varma (Tue Feb 21 2023 - 09:13:13 EST)
- Re: [PATCH v10 5/9] sched/fair: Take into account latency priority at wakeup Vincent Guittot (Tue Feb 21 2023 - 09:13:20 EST)
- Re: [PATCH v10 5/9] sched/fair: Take into account latency priority at wakeup Peter Zijlstra (Tue Feb 21 2023 - 09:16:15 EST)
- Re: [PATCH] swiotlb: remove unnecessary function swiotlb_max_segment() Christoph Hellwig (Tue Feb 21 2023 - 09:17:01 EST)
- Re: [PATCH v10 13/26] gunyah: vm_mgr: Add ioctls to support basic non-proxy VM boot Srinivas Kandagatla (Tue Feb 21 2023 - 09:18:10 EST)
- Re: [PATCH v2 1/9] drm/vc4: Switch to container_of_const Hans Verkuil (Tue Feb 21 2023 - 09:18:48 EST)
- Re: [PATCH 5.4 000/156] 5.4.232-rc1 review Jon Hunter (Tue Feb 21 2023 - 09:20:23 EST)
- Re: [PATCH 4.14 00/53] 4.14.306-rc1 review Jon Hunter (Tue Feb 21 2023 - 09:20:26 EST)
- Re: [PATCH 5.10 00/57] 5.10.169-rc1 review Jon Hunter (Tue Feb 21 2023 - 09:20:35 EST)
- Re: [PATCH 4.19 00/89] 4.19.273-rc1 review Jon Hunter (Tue Feb 21 2023 - 09:20:40 EST)
- Re: INFO: REPRODUCED: memory leak in gpio device in 6.2-rc6 Mirsad Goran Todorovac (Tue Feb 21 2023 - 09:21:14 EST)
- Re: [PATCH 5.15 00/83] 5.15.95-rc1 review Jon Hunter (Tue Feb 21 2023 - 09:21:32 EST)
- Re: [PATCH 6.1 000/118] 6.1.13-rc1 review Jon Hunter (Tue Feb 21 2023 - 09:21:39 EST)
- Re: [PATCH] mm/memcg: Skip high limit check in root memcg Haifeng Xu (Tue Feb 21 2023 - 09:22:26 EST)
- Re: [PATCH v10 5/9] sched/fair: Take into account latency priority at wakeup Vincent Guittot (Tue Feb 21 2023 - 09:22:42 EST)
- [GIT PULL] printk for 6.3 Petr Mladek (Tue Feb 21 2023 - 09:25:01 EST)
- Re: Regression: NULL pointer dereference after NFS_V4_2_READ_PLUS (commit 7fd461c47) Linux regression tracking (Thorsten Leemhuis) (Tue Feb 21 2023 - 09:25:07 EST)
- Re: [PATCH v10 5/9] sched/fair: Take into account latency priority at wakeup Vincent Guittot (Tue Feb 21 2023 - 09:25:54 EST)
- Re: [PATCH] swiotlb: remove unnecessary function swiotlb_max_segment() Petr Tesarik (Tue Feb 21 2023 - 09:26:58 EST)
- Re: [PATCH v3] docs/mm: Physical Memory: add example of interleaving nodes Jonathan Corbet (Tue Feb 21 2023 - 09:31:15 EST)
- Re: INFO: REPRODUCED: memory leak in gpio device in 6.2-rc6 Mirsad Goran Todorovac (Tue Feb 21 2023 - 09:32:35 EST)
- [GIT PULL] slab updates for 6.3-rc1 Vlastimil Babka (Tue Feb 21 2023 - 09:33:09 EST)
- [PATCH] mm/memcontrol: add memory.peak in cgroup root Matthew Chae (Tue Feb 21 2023 - 09:34:32 EST)
- [PATCH V5 0/3] rpmsg signaling/flowcontrol patches Sarannya S (Tue Feb 21 2023 - 09:35:49 EST)
- Re: [PATCH 2/2] dt-bindings: usb: usbmisc-imx: add i.MX8MM usbmisc Rob Herring (Tue Feb 21 2023 - 09:36:21 EST)
- Re: [PATCH] net: dccp: delete redundant ackvec record in dccp_insert_options() kernel test robot (Tue Feb 21 2023 - 09:36:25 EST)
- [PATCH V5 2/3] rpmsg: glink: Add support to handle signals command Sarannya S (Tue Feb 21 2023 - 09:37:36 EST)
- [PATCH V5 3/3] rpmsg: char: Add TIOCMGET/TIOCMSET ioctl support Sarannya S (Tue Feb 21 2023 - 09:37:50 EST)
- [PATCH 0/4] Refactor to support multiple download mode Mukesh Ojha (Tue Feb 21 2023 - 09:40:03 EST)
- [PATCH 1/4] firmware: qcom_scm: Clear download bit during reboot Mukesh Ojha (Tue Feb 21 2023 - 09:40:09 EST)
- [PATCH 2/4] firmware: scm: Modify only the DLOAD bit in TCSR register for download mode Mukesh Ojha (Tue Feb 21 2023 - 09:40:12 EST)
- [PATCH 3/4] firmware: qcom_scm: Refactor code to support multiple download mode Mukesh Ojha (Tue Feb 21 2023 - 09:40:21 EST)
- [PATCH 4/4] firmware: qcom_scm: Add multiple download mode support Mukesh Ojha (Tue Feb 21 2023 - 09:40:25 EST)
- Re: linux-next: manual merge of the mm-stable tree with the cifs tree David Howells (Tue Feb 21 2023 - 09:40:37 EST)
- Re: [PATCH 2/3] leds: simatic-ipc-leds-gpio: split up into multiple drivers Henning Schild (Tue Feb 21 2023 - 09:44:11 EST)
- [PATCH] f2fs: handle dqget error in f2fs_transfer_project_quota() Yangtao Li (Tue Feb 21 2023 - 09:46:14 EST)
- Re: [PATCH net] udp: fix memory schedule error Paolo Abeni (Tue Feb 21 2023 - 09:47:29 EST)
- Re: [PATCH v1 1/4] dt-bindings: mfd: Add DT bindings for TI TPS6594 PMIC Julien Panis (Tue Feb 21 2023 - 09:49:28 EST)
- Re: [PATCH v2 2/3] ASoC: dt-bindings: sama7g5-pdmc: add microchip,startup-delay-us binding Mark Brown (Tue Feb 21 2023 - 09:50:24 EST)
- [PATCH] nvmem: add explicit config option to read OF fixed cells Rafał Miłecki (Tue Feb 21 2023 - 09:50:49 EST)
- Re: [PATCH 2/3] leds: simatic-ipc-leds-gpio: split up into multiple drivers Andy Shevchenko (Tue Feb 21 2023 - 09:51:51 EST)
- Re: [PATCH v10 15/26] gunyah: rsc_mgr: Add platform ops on mem_lend/mem_reclaim Srinivas Kandagatla (Tue Feb 21 2023 - 09:52:03 EST)
- Re: [PATCH net-next v3 5/6] net: stmmac: add support for RZ/N1 GMAC Geert Uytterhoeven (Tue Feb 21 2023 - 09:52:13 EST)
- Re: [PATCH v10 5/9] sched/fair: Take into account latency priority at wakeup Peter Zijlstra (Tue Feb 21 2023 - 09:52:46 EST)
- Re: [PATCH v4 01/21] net/tcp: Prepare tcp_md5sig_pool for TCP-AO Dmitry Safonov (Tue Feb 21 2023 - 09:53:19 EST)
- Re: [RFC PATCH 2/4] fpga: add fake FPGA region Marco Pagani (Tue Feb 21 2023 - 09:54:23 EST)
- Re: [PATCH v10 16/26] firmware: qcom_scm: Register Gunyah platform ops Srinivas Kandagatla (Tue Feb 21 2023 - 09:55:36 EST)
- Re: [PATCH 6.1 000/118] 6.1.13-rc1 review Sudip Mukherjee (Codethink) (Tue Feb 21 2023 - 09:55:58 EST)
- Re: linux-next: manual merge of the mm-stable tree with the cifs tree Matthew Wilcox (Tue Feb 21 2023 - 09:56:01 EST)
- Re: [PATCH 05/12] KVM: x86: Use KVM-governed feature framework to track "XSAVES enabled" Yu Zhang (Tue Feb 21 2023 - 09:56:45 EST)
- Re: [PATCH 5.15 00/83] 5.15.95-rc1 review Sudip Mukherjee (Codethink) (Tue Feb 21 2023 - 09:57:42 EST)
- Re: phylib locking (was: Re: [REGRESSION] Re: [patch V3 09/33] genirq/msi: Add range checking) to msi_insert_desc() Russell King (Oracle) (Tue Feb 21 2023 - 09:57:54 EST)
- Re: [PATCH 5.10 00/57] 5.10.169-rc1 review Sudip Mukherjee (Codethink) (Tue Feb 21 2023 - 09:58:48 EST)
- Re: [PATCH drm-next v2 04/16] maple_tree: add flag MT_FLAGS_LOCK_NONE Danilo Krummrich (Tue Feb 21 2023 - 10:00:29 EST)
- Re: [PATCH 5.4 000/156] 5.4.232-rc1 review Sudip Mukherjee (Codethink) (Tue Feb 21 2023 - 10:01:07 EST)
- Re: [PATCH v1 1/4] dt-bindings: mfd: Add DT bindings for TI TPS6594 PMIC Krzysztof Kozlowski (Tue Feb 21 2023 - 10:01:56 EST)
- Re: [PATCH v10 6/9] sched/fair: Add sched group latency support Peter Zijlstra (Tue Feb 21 2023 - 10:02:14 EST)
- Re: [PATCH 4.19 00/89] 4.19.273-rc1 review Sudip Mukherjee (Codethink) (Tue Feb 21 2023 - 10:02:49 EST)
- [PATCH] scsi: message: fusion: remove unused sas_persist_task work Tetsuo Handa (Tue Feb 21 2023 - 10:02:55 EST)
- [PATCH] scsi: message: fusion: avoid flush_scheduled_work() usage Tetsuo Handa (Tue Feb 21 2023 - 10:03:03 EST)
- Re: [PATCH] Revert "venus: firmware: Correct non-pix start and end addresses" Thorsten Leemhuis (Tue Feb 21 2023 - 10:03:39 EST)
- Re: [PATCH v4 19/19] riscv: dts: starfive: Add StarFive JH7110 VisionFive 2 board device tree Emil Renner Berthing (Tue Feb 21 2023 - 10:03:50 EST)
- [PATCH 0/2] arm64: qcom: sa8775p: enable cpufreq Bartosz Golaszewski (Tue Feb 21 2023 - 10:05:58 EST)
- [PATCH 2/2] arm64: dts: qcom: sa8775p: add cpufreq node Bartosz Golaszewski (Tue Feb 21 2023 - 10:06:00 EST)
- [PATCH 1/2] dt-bindings: cpufreq: qcom-hw: add a compatible for sa8775p Bartosz Golaszewski (Tue Feb 21 2023 - 10:06:02 EST)
- Re: [PATCH] mm/memcontrol: add memory.peak in cgroup root Michal Hocko (Tue Feb 21 2023 - 10:07:28 EST)
- Re: linux-next: manual merge of the mm-stable tree with the cifs tree David Howells (Tue Feb 21 2023 - 10:08:41 EST)
- Re: [PATCH] Remove orphaned CONFIG_PRINTK_SAFE_LOG_BUF_SHIFT Petr Mladek (Tue Feb 21 2023 - 10:08:45 EST)
- Re: [PATCH v10 5/9] sched/fair: Take into account latency priority at wakeup Peter Zijlstra (Tue Feb 21 2023 - 10:09:17 EST)
- Re: [PATCH -next] arm64: Optimize the comparison of unsigned expressions to avoid compiling error Ard Biesheuvel (Tue Feb 21 2023 - 10:10:56 EST)
- Re: [PATCH v4 16/19] dt-bindings: riscv: Add SiFive S7 compatible Conor Dooley (Tue Feb 21 2023 - 10:11:37 EST)
- Re: [PATCH v10 8/9] sched/fair: Add latency list Peter Zijlstra (Tue Feb 21 2023 - 10:12:28 EST)
- Re: [PATCH v4 11/19] clk: starfive: Add StarFive JH7110 system clock driver Conor Dooley (Tue Feb 21 2023 - 10:13:19 EST)
- Re: [PATCH drm-next v2 01/16] drm: execution context for GEM buffers Danilo Krummrich (Tue Feb 21 2023 - 10:18:10 EST)
- Re: [PATCH v1 1/4] dt-bindings: mfd: Add DT bindings for TI TPS6594 PMIC Julien Panis (Tue Feb 21 2023 - 10:18:50 EST)
- Re: [PATCH v3 2/2] scripts/decodecode: Add support for RISC-V Alexandre Ghiti (Tue Feb 21 2023 - 10:18:57 EST)
- [RESEND PATCH] bpf: Add support for absolute value BPF timers Tero Kristo (Tue Feb 21 2023 - 10:21:15 EST)
- Re: [PATCH] mm/memcg: Skip high limit check in root memcg Michal Hocko (Tue Feb 21 2023 - 10:21:23 EST)
- Re: linux-next: manual merge of the mm-stable tree with the cifs tree David Howells (Tue Feb 21 2023 - 10:21:55 EST)
- Re: [PATCH 08/12] KVM: nSVM: Use KVM-governed feature framework to track "vVM{SAVE,LOAD} enabled" Yu Zhang (Tue Feb 21 2023 - 10:23:59 EST)
- Re: linux-next: manual merge of the mm-stable tree with the cifs tree Matthew Wilcox (Tue Feb 21 2023 - 10:26:51 EST)
- [PATCH 2/4] scsi: ufs: core: Fix mcq nr_hw_queues Po-Wen Kao (Tue Feb 21 2023 - 10:30:30 EST)
- [PATCH 1/4] scsi: ufs: core: Fix mcq tag calcualtion Po-Wen Kao (Tue Feb 21 2023 - 10:30:35 EST)
- [PATCH 4/4] scsi: ufs: core: Remove redundant check Po-Wen Kao (Tue Feb 21 2023 - 10:30:38 EST)
- [PATCH 3/4] scsi: ufs: core: Add hwq print for debug Po-Wen Kao (Tue Feb 21 2023 - 10:30:47 EST)
- Re: [PATCH RFC v8 24/56] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled Kalra, Ashish (Tue Feb 21 2023 - 10:31:36 EST)
- Obsolete comment on page swizzling (written by Hugh)? David Howells (Tue Feb 21 2023 - 10:32:12 EST)
- Re: [PATCH v10 6/9] sched/fair: Add sched group latency support Vincent Guittot (Tue Feb 21 2023 - 10:32:56 EST)
- Re: [PATCH 08/12] KVM: nSVM: Use KVM-governed feature framework to track "vVM{SAVE,LOAD} enabled" Yu Zhang (Tue Feb 21 2023 - 10:33:19 EST)
- Re: [PATCH v4 13/19] reset: starfive: Add StarFive JH7110 reset driver Emil Renner Berthing (Tue Feb 21 2023 - 10:33:38 EST)
- Re: [PATCH 2/2] mips: ralink: make SOC_MT7621 select PINCTRL Sergio Paracuellos (Tue Feb 21 2023 - 10:33:51 EST)
- Re: [PATCH v10 5/9] sched/fair: Take into account latency priority at wakeup Vincent Guittot (Tue Feb 21 2023 - 10:34:35 EST)
- Re: [PATCH v3] dt-bindings: interrupt-controller: convert loongson,ls1x-intc.txt to json-schema Rob Herring (Tue Feb 21 2023 - 10:34:44 EST)
- Re: [PATCH 1/2] mips: remove SYS_HAS_CPU_MIPS32_R1 from RALINK Sergio Paracuellos (Tue Feb 21 2023 - 10:35:05 EST)
- Re: [PATCH v2 1/2] dt-bindings: sram: qcom,imem: document sm8450 Rob Herring (Tue Feb 21 2023 - 10:35:16 EST)
- [PATCH v2 00/10] Panfrost: Improve and add MediaTek SoCs support AngeloGioacchino Del Regno (Tue Feb 21 2023 - 10:37:50 EST)
- [PATCH v2 01/10] dt-bindings: gpu: mali-bifrost: Add power-domain-names to base schema AngeloGioacchino Del Regno (Tue Feb 21 2023 - 10:37:53 EST)
- [PATCH v2 02/10] dt-bindings: gpu: mali-bifrost: Split out MediaTek power-domains variation AngeloGioacchino Del Regno (Tue Feb 21 2023 - 10:37:56 EST)
- [PATCH v2 03/10] dt-bindings: gpu: mali-bifrost: Allow up to 5 power domains for MT8192 AngeloGioacchino Del Regno (Tue Feb 21 2023 - 10:38:00 EST)
- [PATCH v2 04/10] dt-bindings: gpu: mali-bifrost: Add compatible for MT8195 SoC AngeloGioacchino Del Regno (Tue Feb 21 2023 - 10:38:03 EST)
- [PATCH v2 05/10] dt-bindings: gpu: mali-bifrost: Add new MT8183 compatible AngeloGioacchino Del Regno (Tue Feb 21 2023 - 10:38:05 EST)
- [PATCH v2 07/10] drm/panfrost: Increase MAX_PM_DOMAINS to 5 AngeloGioacchino Del Regno (Tue Feb 21 2023 - 10:38:09 EST)
- [PATCH v2 06/10] dt-bindings: gpu: mali-bifrost: Add a compatible for MediaTek MT8186 AngeloGioacchino Del Regno (Tue Feb 21 2023 - 10:38:12 EST)
- [PATCH v2 08/10] drm/panfrost: Add the MT8192 GPU ID AngeloGioacchino Del Regno (Tue Feb 21 2023 - 10:38:15 EST)
- [PATCH v2 09/10] drm/panfrost: Add mediatek,mt8192-mali compatible AngeloGioacchino Del Regno (Tue Feb 21 2023 - 10:38:19 EST)
- [PATCH v2 10/10] drm/panfrost: Add new compatible for Mali on the MT8183 SoC AngeloGioacchino Del Regno (Tue Feb 21 2023 - 10:38:43 EST)
- Re: [PATCH 1/3] ASoC: dt-bindings: wlf,wm8960: Convert to dtschema Rob Herring (Tue Feb 21 2023 - 10:40:31 EST)
- Re: [PATCH] dt-bindings: drop Sagar Kadam from SiFive binding maintainership Rob Herring (Tue Feb 21 2023 - 10:40:59 EST)
- [GIT PULL] Please pull IOMMUFD subsystem changes Jason Gunthorpe (Tue Feb 21 2023 - 10:41:02 EST)
- Re: [PATCH] PM: s2idle: Don't allow s2idle when cpuidle isn't supported Rafael J. Wysocki (Tue Feb 21 2023 - 10:41:31 EST)
- Re: INFO: REPRODUCED: memory leak in gpio device in 6.2-rc6 Andy Shevchenko (Tue Feb 21 2023 - 10:42:04 EST)
- Re: [PATCH v3 1/5] dt-bindings: display: bridge: Add ddc-i2c-bus for anx7688 Rob Herring (Tue Feb 21 2023 - 10:42:37 EST)
- [GIT PULL] livepatching for 6.3 Petr Mladek (Tue Feb 21 2023 - 10:43:41 EST)
- Re: [PATCH v10 8/9] sched/fair: Add latency list Vincent Guittot (Tue Feb 21 2023 - 10:43:42 EST)
- Re: [PATCH -v2 11/11] x86/sev: Change snp_guest_issue_request()'s fw_err argument Tom Lendacky (Tue Feb 21 2023 - 10:43:44 EST)
- Re: [PATCH 1/2] ASoC: dt-bindings: qcom,wcd934x: Reference dai-common Rob Herring (Tue Feb 21 2023 - 10:43:49 EST)
- Re: [PATCH][next] of: dynamic: Fix spelling mistake "kojbect" -> "kobject" Rob Herring (Tue Feb 21 2023 - 10:44:52 EST)
- Re: [PATCH 2/2] ASoC: dt-bindings: qcom,wcd9335: Convert to dtschema Rob Herring (Tue Feb 21 2023 - 10:44:55 EST)
- [tip: objtool/core] objtool: Fix ORC 'signal' propagation tip-bot2 for Josh Poimboeuf (Tue Feb 21 2023 - 10:45:06 EST)
- Re: [PATCH] PCI/ATS: Allow to enable ATS on VFs even if it is not enabled on PF Bjorn Helgaas (Tue Feb 21 2023 - 10:46:32 EST)
- Re: [PATCH 1/2] dt-bindings: cpufreq: qcom-hw: add a compatible for sa8775p Krzysztof Kozlowski (Tue Feb 21 2023 - 10:46:35 EST)
- Re: [PATCH net] udp: fix memory schedule error Jason Xing (Tue Feb 21 2023 - 10:47:32 EST)
- Re: [PATCH 0/4] riscv: Introduce KASLR Björn Töpel (Tue Feb 21 2023 - 10:50:45 EST)
- Re: [PATCH V1] bus: mhi: host: Avoid ringing EV DB if there is no elements to process Jeffrey Hugo (Tue Feb 21 2023 - 10:53:49 EST)
- Re: [PATCH] KVM: x86: Remove duplicated calls of reverse_cpuid_check() Sean Christopherson (Tue Feb 21 2023 - 10:54:26 EST)
- Re: [PATCH] livepatch: Make kobj_type structures constant Petr Mladek (Tue Feb 21 2023 - 10:55:50 EST)
- [PATCH V5 0/3] rpmsg signaling/flowcontrol patches Sarannya S (Tue Feb 21 2023 - 10:56:30 EST)
- [PATCH V5 1/3] rpmsg: core: Add signal API support Sarannya S (Tue Feb 21 2023 - 10:56:37 EST)
- [PATCH V5 2/3] rpmsg: glink: Add support to handle signals command Sarannya S (Tue Feb 21 2023 - 10:56:49 EST)
- [PATCH V5 3/3] rpmsg: char: Add TIOCMGET/TIOCMSET ioctl support Sarannya S (Tue Feb 21 2023 - 10:57:20 EST)
- [PATCH] Add .editorconfig file for basic formatting Íñigo Huguet (Tue Feb 21 2023 - 10:59:14 EST)
- Re: [PATCH v2 01/46] hugetlb: don't set PageUptodate for UFFDIO_CONTINUE James Houghton (Tue Feb 21 2023 - 11:00:37 EST)
- Re: [PATCH v4 06/14] dma-buf/sync_file: Support (E)POLLPRI Sebastian Wick (Tue Feb 21 2023 - 11:02:44 EST)
- Re: [PATCH] rust: time: New module for timekeeping functions Thomas Gleixner (Tue Feb 21 2023 - 11:02:49 EST)
- [PATCH V5 0/3] rpmsg signaling/flowcontrol patches Sarannya S (Tue Feb 21 2023 - 11:04:17 EST)
- [PATCH V5 1/3] rpmsg: core: Add signal API support Sarannya S (Tue Feb 21 2023 - 11:04:41 EST)
- [PATCH V5 2/3] rpmsg: glink: Add support to handle signals command Sarannya S (Tue Feb 21 2023 - 11:04:45 EST)
- [PATCH V5 3/3] rpmsg: char: Add RPMSG GET/SET SIGNAL IOCTL support Sarannya S (Tue Feb 21 2023 - 11:04:59 EST)
- Re: [PATCH v1 07/17] thermal/hwmon: Use the thermal API instead tampering the internals Daniel Lezcano (Tue Feb 21 2023 - 11:08:09 EST)
- [PATCH] MAINTAINERS: Update s390-iommu driver maintainer information Niklas Schnelle (Tue Feb 21 2023 - 11:11:21 EST)
- Re: [PATCH 2/2] ptrace,syscall_user_dispatch: checkpoint/restore support for SUD Gregory Price (Tue Feb 21 2023 - 11:12:07 EST)
- Re: Sv: [PATCH] mm/memcontrol: add memory.peak in cgroup root Michal Hocko (Tue Feb 21 2023 - 11:17:02 EST)
- [PATCH] ARM: dts: exynos: fix MCT compatible in Universal C210 Krzysztof Kozlowski (Tue Feb 21 2023 - 11:17:04 EST)
- .config and "make" / turning off all debug Hanasaki Jiji (Tue Feb 21 2023 - 11:17:16 EST)
- [PATCH] dt-bindings: input: cypress,cyapa: convert to dtschema Krzysztof Kozlowski (Tue Feb 21 2023 - 11:17:23 EST)
- Re: [PATCH v2 08/46] hugetlb: add HugeTLB HGM enablement helpers James Houghton (Tue Feb 21 2023 - 11:17:33 EST)
- Re: [PATCH 4.14 00/53] 4.14.306-rc1 review Guenter Roeck (Tue Feb 21 2023 - 11:20:05 EST)
- Re: [PATCH 4.19 00/89] 4.19.273-rc1 review Guenter Roeck (Tue Feb 21 2023 - 11:20:26 EST)
- Re: [PATCH] net: lan743x: LAN743X selects FIXED_PHY to resolve a link error Simon Horman (Tue Feb 21 2023 - 11:20:47 EST)
- Re: [PATCH 5.4 000/156] 5.4.232-rc1 review Guenter Roeck (Tue Feb 21 2023 - 11:20:51 EST)
- Re: [PATCH 5.10 00/57] 5.10.169-rc1 review Guenter Roeck (Tue Feb 21 2023 - 11:21:29 EST)
- Re: [PATCH 5.15 00/83] 5.15.95-rc1 review Guenter Roeck (Tue Feb 21 2023 - 11:21:50 EST)
- Re: [PATCH 6.1 000/118] 6.1.13-rc1 review Guenter Roeck (Tue Feb 21 2023 - 11:22:20 EST)
- Re: [Patch v3 01/15] dt-bindings: media: s5p-mfc: Add new DT schema for MFC Krzysztof Kozlowski (Tue Feb 21 2023 - 11:25:45 EST)
- Re: [PATCH v1 2/3] auxdisplay: ht16k33: Make use of device_get_match_data() Robin van der Gracht (Tue Feb 21 2023 - 11:26:15 EST)
- [PATCH v4 0/3] Add support for NXP bluetooth chipsets Neeraj Sanjay Kale (Tue Feb 21 2023 - 11:26:28 EST)
- [PATCH v4 1/3] serdev: Add method to assert break signal over tty UART port Neeraj Sanjay Kale (Tue Feb 21 2023 - 11:26:54 EST)
- Re: [PATCH] drm/amdkfd: Fix an illegal memory access Felix Kuehling (Tue Feb 21 2023 - 11:26:57 EST)
- [PATCH v4 2/3] dt-bindings: net: bluetooth: Add NXP bluetooth support Neeraj Sanjay Kale (Tue Feb 21 2023 - 11:27:12 EST)
- [PATCH v4 3/3] Bluetooth: NXP: Add protocol support for NXP Bluetooth chipsets Neeraj Sanjay Kale (Tue Feb 21 2023 - 11:27:31 EST)
- Re: [PATCH] rust: time: New module for timekeeping functions Asahi Lina (Tue Feb 21 2023 - 11:28:20 EST)
- Re: [PATCH] ethtool: pse-pd: Fix double word in comments Simon Horman (Tue Feb 21 2023 - 11:31:17 EST)
- Re: [PATCH] rust: time: New module for timekeeping functions Asahi Lina (Tue Feb 21 2023 - 11:31:52 EST)
- Re: [PATCH] docs: ext4: modify the group desc size to 64 Theodore Ts'o (Tue Feb 21 2023 - 11:33:33 EST)
- [syzbot] [hardening?] [mm?] BUG: bad usercopy in io_openat2_prep (3) syzbot (Tue Feb 21 2023 - 11:33:53 EST)
- Re: [PATCH v2 09/46] mm: add MADV_SPLIT to enable HugeTLB HGM James Houghton (Tue Feb 21 2023 - 11:33:58 EST)
- Re: [PATCH v4 13/19] reset: starfive: Add StarFive JH7110 reset driver Conor Dooley (Tue Feb 21 2023 - 11:34:28 EST)
- Re: [PATCH v2 11/46] hugetlb: add hugetlb_pte to track HugeTLB page table entries James Houghton (Tue Feb 21 2023 - 11:36:49 EST)
- [PATCH v3 00/13] Overhauling amx_test Mingwei Zhang (Tue Feb 21 2023 - 11:37:22 EST)
- [PATCH v3 01/13] x86/fpu/xstate: Avoid getting xstate address of init_fpstate if fpstate contains the component Mingwei Zhang (Tue Feb 21 2023 - 11:37:25 EST)
- [PATCH v3 02/13] KVM: selftests: x86: Add a working xstate data structure Mingwei Zhang (Tue Feb 21 2023 - 11:37:33 EST)
- [PATCH v3 03/13] KVM: selftests: x86: Fix an error in comment of amx_test Mingwei Zhang (Tue Feb 21 2023 - 11:37:37 EST)
- [PATCH v3 04/13] KVM: selftests: x86: Enable checking on xcomp_bv in amx_test Mingwei Zhang (Tue Feb 21 2023 - 11:37:38 EST)
- [PATCH v3 05/13] KVM: selftests: x86: Add check of CR0.TS in the #NM handler in amx_test Mingwei Zhang (Tue Feb 21 2023 - 11:37:41 EST)
- [PATCH v3 06/13] KVM: selftests: x86: Add the XFD check to IA32_XFD in #NM handler Mingwei Zhang (Tue Feb 21 2023 - 11:37:44 EST)
- [PATCH v3 07/13] KVM: selftests: x86: Fix the checks to XFD_ERR using and operation Mingwei Zhang (Tue Feb 21 2023 - 11:37:59 EST)
- [PATCH v3 08/13] KVM: selftests: x86: Repeat the checking of xheader when IA32_XFD[XTILEDATA] is set in amx_test Mingwei Zhang (Tue Feb 21 2023 - 11:38:06 EST)
- [PATCH v3 09/13] KVM: selftests: x86: Assert that XTILE is XSAVE-enabled Mingwei Zhang (Tue Feb 21 2023 - 11:38:10 EST)
- [PATCH v3 10/13] KVM: selftests: x86: Assert that both XTILE{CFG,DATA} are XSAVE-enabled Mingwei Zhang (Tue Feb 21 2023 - 11:38:22 EST)
- [PATCH v3 11/13] KVM: selftests: x86: Remove redundant check that XSAVE is supported Mingwei Zhang (Tue Feb 21 2023 - 11:38:24 EST)
- Re: [PATCH v2] blk-ioprio: Introduce promote-to-rt policy Tejun Heo (Tue Feb 21 2023 - 11:38:28 EST)
- [PATCH v3 12/13] KVM: selftests: x86: Check that the palette table exists before using it Mingwei Zhang (Tue Feb 21 2023 - 11:38:30 EST)
- [PATCH v3 13/13] KVM: selftests: x86: Check that XTILEDATA supports XFD Mingwei Zhang (Tue Feb 21 2023 - 11:38:39 EST)
- Re: [PATCH v2 9/9] PCI: rockchip: Add parameter check for RK3399 PCIe endpoint core set_msi() Rick Wertenbroek (Tue Feb 21 2023 - 11:38:49 EST)
- Re: [PATCH v4] ucsi_ccg: Refine the UCSI Interrupt handling Jon Hunter (Tue Feb 21 2023 - 11:41:51 EST)
- Re: [PATCH v3 2/3] dt-bindings: net: bluetooth: Add NXP bluetooth support Neeraj sanjay kale (Tue Feb 21 2023 - 11:42:03 EST)
- Re: [PATCH net] net: stmmac: Premature loop termination check was ignored Simon Horman (Tue Feb 21 2023 - 11:42:28 EST)
- Re: [PATCH 2/2] io_uring: Add KASAN support for alloc_caches kernel test robot (Tue Feb 21 2023 - 11:44:14 EST)
- Official documentation from Intel stating that poking INT3 (single-byte) concurrently is OK ? Mathieu Desnoyers (Tue Feb 21 2023 - 11:45:12 EST)
- [GIT PULL] hwmon updates for v6.2 Guenter Roeck (Tue Feb 21 2023 - 11:45:34 EST)
- Re: [RFC PATCH V3 16/16] x86/sev: Fix interrupt exit code paths from #HV exception Gupta, Pankaj (Tue Feb 21 2023 - 11:46:53 EST)
- Re: [PATCH v4 3/3] Bluetooth: NXP: Add protocol support for NXP Bluetooth chipsets Greg KH (Tue Feb 21 2023 - 11:48:06 EST)
- Re: [PATCH] rust: time: New module for timekeeping functions Asahi Lina (Tue Feb 21 2023 - 11:48:18 EST)
- Re: [PATCH v4 06/14] dma-buf/sync_file: Support (E)POLLPRI Luben Tuikov (Tue Feb 21 2023 - 11:48:49 EST)
- [GIT PULL] hwmon updates for v6.3 Guenter Roeck (Tue Feb 21 2023 - 11:50:33 EST)
- Re: [PATCH 14/19] mm: Introduce a cgroup for pinned memory Tejun Heo (Tue Feb 21 2023 - 11:51:55 EST)
- Re: [PATCH drm-next v2 03/16] maple_tree: split up MA_STATE() macro Liam R. Howlett (Tue Feb 21 2023 - 11:53:04 EST)
- [PATCH] dmapool: push new blocks in ascending order Keith Busch (Tue Feb 21 2023 - 11:54:19 EST)
- Re: [PATCH v3 2/3] dt-bindings: net: bluetooth: Add NXP bluetooth support Krzysztof Kozlowski (Tue Feb 21 2023 - 11:56:58 EST)
- Re: [PATCH] mm: change memcg->oom_group access with atomic operations Shakeel Butt (Tue Feb 21 2023 - 11:57:23 EST)
- Re: [PATCH v3] sched/fair: sanitize vruntime of entity being placed Roman Kagan (Tue Feb 21 2023 - 11:57:50 EST)
- Re: [GIT PULL] hwmon updates for v6.2 Guenter Roeck (Tue Feb 21 2023 - 11:57:54 EST)
- Re: linux-next: manual merge of the spi tree with the i2c tree Alain Volmat (Tue Feb 21 2023 - 11:58:00 EST)
- Re: [PATCH V3 2/8] soundwire: amd: Add support for AMD Manager driver Pierre-Louis Bossart (Tue Feb 21 2023 - 11:58:58 EST)
- Re: [PATCH V3 3/8] soundwire: amd: register SoundWire manager dai ops Pierre-Louis Bossart (Tue Feb 21 2023 - 11:59:01 EST)
- Re: [PATCH V3 4/8] soundwire: amd: enable build for AMD SoundWire manager driver Pierre-Louis Bossart (Tue Feb 21 2023 - 11:59:04 EST)
- Re: [PATCH V3 5/8] soundwire: amd: add SoundWire manager interrupt handling Pierre-Louis Bossart (Tue Feb 21 2023 - 11:59:08 EST)
- Re: [PATCH 08/10] ASoC: cs35l56: Add driver for Cirrus Logic CS35L56 Pierre-Louis Bossart (Tue Feb 21 2023 - 11:59:11 EST)
- Re: [PATCH V3 6/8] soundwire: amd: add runtime pm ops for AMD SoundWire manager driver Pierre-Louis Bossart (Tue Feb 21 2023 - 11:59:15 EST)
- Re: [PATCH V3 7/8] soundwire: amd: handle SoundWire wake enable interrupt Pierre-Louis Bossart (Tue Feb 21 2023 - 11:59:18 EST)
- Re: [PATCH 09/10] ASoC: Intel: sof_sdw: Add support for Cirrus Logic CS35L56 Pierre-Louis Bossart (Tue Feb 21 2023 - 11:59:21 EST)
- Re: [PATCH 10/10] ASoC: Intel: soc-acpi: Add CS35L56 Soundwire to TGL Pierre-Louis Bossart (Tue Feb 21 2023 - 11:59:23 EST)
- Re: [PATCH v4] ucsi_ccg: Refine the UCSI Interrupt handling Greg Kroah-Hartman (Tue Feb 21 2023 - 12:01:02 EST)
- Re: [PATCH] mm: change memcg->oom_group access with atomic operations Martin Zhao (Tue Feb 21 2023 - 12:01:20 EST)
- Re: [PATCH] mm: change memcg->oom_group access with atomic operations Martin Zhao (Tue Feb 21 2023 - 12:01:42 EST)
- Re: [PATCH] net: dccp: delete redundant ackvec record in dccp_insert_options() kernel test robot (Tue Feb 21 2023 - 12:01:46 EST)
- Re: [PATCH] mm: change memcg->oom_group access with atomic operations Martin Zhao (Tue Feb 21 2023 - 12:02:28 EST)
- Re: [PATCH] ethtool: pse-pd: Fix double word in comments Jakub Kicinski (Tue Feb 21 2023 - 12:02:57 EST)
- Re: [PATCH] wifi: wfx: Remove some dead code Jérôme Pouiller (Tue Feb 21 2023 - 12:03:17 EST)
- Re: [regression] Bug 217037 - cmb attributes missing from the nvme class under sysfs Keith Busch (Tue Feb 21 2023 - 12:03:21 EST)
- Re: [PATCH v4 17/19] riscv: dts: starfive: Add initial StarFive JH7110 device tree Conor Dooley (Tue Feb 21 2023 - 12:04:37 EST)
- Re: [PATCH v10 1/9] dt-bindings: mfd: ti,j721e-system-controller: Fix mux node regex Rob Herring (Tue Feb 21 2023 - 12:04:44 EST)
- [PATCH v5] remoteproc: imx_dsp_rproc: add custom memory copy implementation for i.MX DSP Cores Iuliana Prodan (OSS) (Tue Feb 21 2023 - 12:04:48 EST)
- Re: linux-next: manual merge of the spi tree with the i2c tree Mark Brown (Tue Feb 21 2023 - 12:05:24 EST)
- [ PATCH v4 1/6] sign-file: refactor argument parsing logic Shreenidhi Shedi (Tue Feb 21 2023 - 12:08:16 EST)
- [ PATCH v4 2/6] sign-file: move file signing logic to its own function Shreenidhi Shedi (Tue Feb 21 2023 - 12:08:19 EST)
- [ PATCH v4 3/6] sign-file: add support sign modules in bulk Shreenidhi Shedi (Tue Feb 21 2023 - 12:08:22 EST)
- [ PATCH v4 4/6] sign-file: cosmetic fix Shreenidhi Shedi (Tue Feb 21 2023 - 12:08:24 EST)
- [ PATCH v4 5/6] sign-file: use const with a global string constant Shreenidhi Shedi (Tue Feb 21 2023 - 12:08:26 EST)
- [ PATCH v4 6/6] sign-file: improve help message Shreenidhi Shedi (Tue Feb 21 2023 - 12:08:29 EST)
- [PATCH] dt-bindings: display: bridge: parade,ps8622: convert to dtschema Krzysztof Kozlowski (Tue Feb 21 2023 - 12:10:08 EST)
- Re: [PATCH] ethtool: pse-pd: Fix double word in comments patchwork-bot+netdevbpf (Tue Feb 21 2023 - 12:10:33 EST)
- Re: [PATCH v2 13/46] hugetlb: add hugetlb_hgm_walk and hugetlb_walk_step James Houghton (Tue Feb 21 2023 - 12:10:47 EST)
- Re: [PATCH v4 05/19] reset: starfive: Factor out common JH71X0 reset code Conor Dooley (Tue Feb 21 2023 - 12:10:59 EST)
- Re: [PATCH 01/12] KVM: x86: Add a framework for enabling KVM-governed x86 features Vitaly Kuznetsov (Tue Feb 21 2023 - 12:13:05 EST)
- Re: [PATCH v4 06/19] reset: starfive: Extract the common JH71X0 reset code Conor Dooley (Tue Feb 21 2023 - 12:14:00 EST)
- Re: [PATCH] rust: time: New module for timekeeping functions Josh Stone (Tue Feb 21 2023 - 12:14:22 EST)
- Re: arm64: libgpiod: refcount_t: underflow; use-after-free. Andy Shevchenko (Tue Feb 21 2023 - 12:14:51 EST)
- Re: [PATCH v3] page_pool: add a comment explaining the fragment counter usage Jakub Kicinski (Tue Feb 21 2023 - 12:15:12 EST)
- Re: [PATCH] cxl/hdm: dev_warn() on unsupported mixed mode decoder Dave Jiang (Tue Feb 21 2023 - 12:15:21 EST)
- Re: [PATCH 2/2] hwmon: (adt7475) Fix setting of hysteresis registers Guenter Roeck (Tue Feb 21 2023 - 12:16:10 EST)
- Re: [PATCH v4 07/19] reset: starfive: Rename "jh7100" to "jh71x0" for the common code Conor Dooley (Tue Feb 21 2023 - 12:17:23 EST)
- Re: [PATCH V5 1/3] rpmsg: core: Add signal API support Bjorn Andersson (Tue Feb 21 2023 - 12:17:31 EST)
- Re: [ PATCH v4 1/6] sign-file: refactor argument parsing logic Greg KH (Tue Feb 21 2023 - 12:18:32 EST)
- Re: [PATCH 08/10] ASoC: cs35l56: Add driver for Cirrus Logic CS35L56 Richard Fitzgerald (Tue Feb 21 2023 - 12:19:20 EST)
- Re: [PATCH 1/2] selftests: damon: add config file SeongJae Park (Tue Feb 21 2023 - 12:20:00 EST)
- Re: [PATCH] dmapool: push new blocks in ascending order Bryan O'Donoghue (Tue Feb 21 2023 - 12:20:18 EST)
- Re: [PATCH v3 net-next 00/13] Add tc-mqprio and tc-taprio support for preemptible traffic classes patchwork-bot+netdevbpf (Tue Feb 21 2023 - 12:20:26 EST)
- Re: [PATCH] net: dccp: delete redundant ackvec record in dccp_insert_options() kernel test robot (Tue Feb 21 2023 - 12:21:39 EST)
- Re: [PATCH linux-next 2/2] x86/xen/time: cleanup xen_tsc_safe_clocksource Krister Johansen (Tue Feb 21 2023 - 12:22:13 EST)
- RE: [PATCH] ARM: dts: exynos: fix MCT compatible in Universal C210 Alim Akhtar (Tue Feb 21 2023 - 12:22:30 EST)
- Re: [PATCH v3] page_pool: add a comment explaining the fragment counter usage Ilias Apalodimas (Tue Feb 21 2023 - 12:22:54 EST)
- Re: [PATCH v4 09/19] dt-bindings: clock: Add StarFive JH7110 system clock and reset generator Conor Dooley (Tue Feb 21 2023 - 12:23:48 EST)
- Re: [GIT PULL] EDAC updates for 6.3 pr-tracker-bot (Tue Feb 21 2023 - 12:24:54 EST)
- Re: [GIT PULL] x86/cache for v6.3-rc1 pr-tracker-bot (Tue Feb 21 2023 - 12:24:56 EST)
- Re: [GIT PULL] RAS updates for 6.3 pr-tracker-bot (Tue Feb 21 2023 - 12:25:00 EST)
- Re: [GIT PULL] x86/microcode for v6.3-rc1 pr-tracker-bot (Tue Feb 21 2023 - 12:25:03 EST)
- Re: [GIT PULL] x86/alternatives for v6.3-rc1 pr-tracker-bot (Tue Feb 21 2023 - 12:25:07 EST)
- Re: [GIT PULL] x86/vdso for v6.3-rc1 pr-tracker-bot (Tue Feb 21 2023 - 12:25:09 EST)
- Re: [PATCH v5 09/14] drm/syncobj: Add deadline support for syncobj waits Rob Clark (Tue Feb 21 2023 - 12:26:40 EST)
- Re: [PATCH v3] sched/fair: sanitize vruntime of entity being placed Vincent Guittot (Tue Feb 21 2023 - 12:27:12 EST)
- Re: [PATCH 14/19] mm: Introduce a cgroup for pinned memory Jason Gunthorpe (Tue Feb 21 2023 - 12:27:14 EST)
- Re: [PATCH v4 10/19] dt-bindings: clock: Add StarFive JH7110 always-on clock and reset generator Conor Dooley (Tue Feb 21 2023 - 12:27:15 EST)
- Re: [PATCH v2] blk-ioprio: Introduce promote-to-rt policy Bart Van Assche (Tue Feb 21 2023 - 12:27:30 EST)
- Re: [PATCH linux-next 2/2] x86/xen/time: cleanup xen_tsc_safe_clocksource Krister Johansen (Tue Feb 21 2023 - 12:28:47 EST)
- Re: [PATCH 14/19] mm: Introduce a cgroup for pinned memory Tejun Heo (Tue Feb 21 2023 - 12:29:26 EST)
- Re: [PATCH v3] page_pool: add a comment explaining the fragment counter usage patchwork-bot+netdevbpf (Tue Feb 21 2023 - 12:30:22 EST)
- Re: [PATCH] drivers: crypto: caam: jr: add .shutdown hook Vijay Balakrishna (Tue Feb 21 2023 - 12:32:23 EST)
- Re: [PATCH 09/10] ASoC: Intel: sof_sdw: Add support for Cirrus Logic CS35L56 Richard Fitzgerald (Tue Feb 21 2023 - 12:32:57 EST)
- Re: [PATCH] drivers: crypto: caam: jr: Allow quiesce when quiesced Vijay Balakrishna (Tue Feb 21 2023 - 12:33:29 EST)
- Re: [PATCH v5 4/4] tools/nolibc: add tests for the integer limits in stdint.h Thomas Weißschuh (Tue Feb 21 2023 - 12:34:11 EST)
- Re: [PATCH] sysctl: fix proc_dobool() usability Kees Cook (Tue Feb 21 2023 - 12:35:05 EST)
- Re: [PATCH v5 2/4] tools/nolibc: add integer types and integer limit macros Thomas Weißschuh (Tue Feb 21 2023 - 12:40:12 EST)
- Re: [PATCH] i2c: tegra: Share same DMA channel for Rx and Tx kernel test robot (Tue Feb 21 2023 - 12:42:41 EST)
- Re: [PATCH v7 00/11] tracing/user_events: Remote write ABI Beau Belgrave (Tue Feb 21 2023 - 12:43:07 EST)
- Re: [PATCH v5 4/4] tools/nolibc: add tests for the integer limits in stdint.h Willy Tarreau (Tue Feb 21 2023 - 12:44:58 EST)
- Re: [PATCH v1 00/51] shadow metric clean up and improvements Ian Rogers (Tue Feb 21 2023 - 12:45:00 EST)
- Re: [PATCH 2/2] arm64: dts: qcom: sa8775p: add cpufreq node Konrad Dybcio (Tue Feb 21 2023 - 12:45:10 EST)
- Re: [PATCH 1/2] io_uring: Move from hlist to io_wq_work_node Pavel Begunkov (Tue Feb 21 2023 - 12:46:40 EST)
- [GIT PULL] arm64 updates for 6.3 Catalin Marinas (Tue Feb 21 2023 - 12:47:15 EST)
- Re: [PATCH v10 18/26] virt: gunyah: Translate gh_rm_hyp_resource into gunyah_resource Srinivas Kandagatla (Tue Feb 21 2023 - 12:47:25 EST)
- Re: [PATCH v2 2/2] arm64: dts: qcom: sm8450: Add IMEM and PIL info region Konrad Dybcio (Tue Feb 21 2023 - 12:47:27 EST)
- Re: [PATCH] mm: change memcg->oom_group access with atomic operations Roman Gushchin (Tue Feb 21 2023 - 12:47:43 EST)
- Re: [PATCH v1 2/3] auxdisplay: ht16k33: Make use of device_get_match_data() Andy Shevchenko (Tue Feb 21 2023 - 12:48:26 EST)
- Re: [PATCH] mm: change memcg->oom_group access with atomic operations Roman Gushchin (Tue Feb 21 2023 - 12:49:20 EST)
- Re: [PATCH v4 10/14] drm/vblank: Add helper to get next vblank time Rob Clark (Tue Feb 21 2023 - 12:50:36 EST)
- Re: Official documentation from Intel stating that poking INT3 (single-byte) concurrently is OK ? Steven Rostedt (Tue Feb 21 2023 - 12:50:41 EST)
- [PATCH] tools/nolibc: always disable stack protector for tests Thomas Weißschuh (Tue Feb 21 2023 - 12:51:03 EST)
- Re: [PATCH 14/19] mm: Introduce a cgroup for pinned memory Jason Gunthorpe (Tue Feb 21 2023 - 12:51:31 EST)
- Re: [PATCH bpf-next v5] bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES Martin KaFai Lau (Tue Feb 21 2023 - 12:53:08 EST)
- Re: [PATCH v4 06/14] dma-buf/sync_file: Support (E)POLLPRI Rob Clark (Tue Feb 21 2023 - 12:54:11 EST)
- [PATCH v1 0/5] Tegra DTS improvements Svyatoslav Ryhel (Tue Feb 21 2023 - 12:54:21 EST)
- [PATCH v1 1/5] ARM: tegra: Add labels to tegra30.dtsi Svyatoslav Ryhel (Tue Feb 21 2023 - 12:54:23 EST)
- [PATCH v1 3/5] ARM: tegra: transformer: use labels for mmc in aliases Svyatoslav Ryhel (Tue Feb 21 2023 - 12:54:25 EST)
- [PATCH v1 4/5] ARM: tegra: asus-tf101: fix accelerometer mount matrix Svyatoslav Ryhel (Tue Feb 21 2023 - 12:54:28 EST)
- [PATCH v1 2/5] ARM: tegra: Add labels to tegra114.dtsi Svyatoslav Ryhel (Tue Feb 21 2023 - 12:54:31 EST)
- [PATCH v1 5/5] tegra30: peripherals: add 266.5MHz nodes Svyatoslav Ryhel (Tue Feb 21 2023 - 12:54:33 EST)
- Re: [PATCH 0/7] MIPS DMA coherence fixes Christoph Hellwig (Tue Feb 21 2023 - 12:55:05 EST)
- Re: arm64: libgpiod: refcount_t: underflow; use-after-free. Andy Shevchenko (Tue Feb 21 2023 - 12:55:41 EST)
- Re: [PATCH v4 06/14] dma-buf/sync_file: Support (E)POLLPRI Rob Clark (Tue Feb 21 2023 - 12:55:57 EST)
- Re: [PATCH 2/2] selftests: damon: change scripts to be executable SeongJae Park (Tue Feb 21 2023 - 12:56:41 EST)
- Re: [PATCH 1/7] MIPS: Remove DMA_PERDEV_COHERENT Christoph Hellwig (Tue Feb 21 2023 - 12:57:21 EST)
- Re: [PATCH bpf-next v5] bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES Alexander Lobakin (Tue Feb 21 2023 - 12:57:25 EST)
- Re: [PATCH 4/7] dma-mapping: Always provide dma_default_coherent Christoph Hellwig (Tue Feb 21 2023 - 12:58:29 EST)
- Re: [PATCH v10 19/26] gunyah: vm_mgr: Add framework to add VM Functions Srinivas Kandagatla (Tue Feb 21 2023 - 12:58:43 EST)
- Re: [PATCH 5/7] dma-mapping: Provide CONFIG_ARCH_DMA_DEFAULT_COHERENT Christoph Hellwig (Tue Feb 21 2023 - 12:58:53 EST)
- Re: [PATCH-next v4] loop: loop_set_status_from_info() check before assignment Chaitanya Kulkarni (Tue Feb 21 2023 - 13:00:04 EST)
- [PATCH 1/1] docs: Add relevant kernel publications to list of books Carlos Bilbao (Tue Feb 21 2023 - 13:00:58 EST)
- [PATCH 0/1] docs: Add relevant kernel publications to list of books Carlos Bilbao (Tue Feb 21 2023 - 13:01:35 EST)
- Re: [PATCH] dmapool: push new blocks in ascending order Christoph Hellwig (Tue Feb 21 2023 - 13:02:42 EST)
- Re: [PATCH] mm: change memcg->oom_group access with atomic operations Roman Gushchin (Tue Feb 21 2023 - 13:03:15 EST)
- Re: [PATCH v2] blk-ioprio: Introduce promote-to-rt policy Chaitanya Kulkarni (Tue Feb 21 2023 - 13:04:11 EST)
- Re: [PATCH 08/10] ASoC: cs35l56: Add driver for Cirrus Logic CS35L56 Pierre-Louis Bossart (Tue Feb 21 2023 - 13:04:51 EST)
- Re: [PATCH 09/10] ASoC: Intel: sof_sdw: Add support for Cirrus Logic CS35L56 Pierre-Louis Bossart (Tue Feb 21 2023 - 13:04:54 EST)
- Re: [regression] Bug 217037 - cmb attributes missing from the nvme class under sysfs Michal Berger (Tue Feb 21 2023 - 13:05:09 EST)
- Re: [PATCH 14/19] mm: Introduce a cgroup for pinned memory Tejun Heo (Tue Feb 21 2023 - 13:07:20 EST)
- [PATCH v2 00/17] Self-encapsulate the thermal zone device structure Daniel Lezcano (Tue Feb 21 2023 - 13:07:33 EST)
- Re: [PATCH] dmapool: push new blocks in ascending order Keith Busch (Tue Feb 21 2023 - 13:08:04 EST)
- [PATCH v2 02/16] thermal/core: Show a debug message when get_temp() fails Daniel Lezcano (Tue Feb 21 2023 - 13:08:22 EST)
- [PATCH v2 01/16] thermal/core: Add a thermal zone 'devdata' accessor Daniel Lezcano (Tue Feb 21 2023 - 13:08:26 EST)
- [PATCH v2 03/16] thermal: Remove debug or error messages in get_temp() ops Daniel Lezcano (Tue Feb 21 2023 - 13:08:40 EST)
- [PATCH v2 04/16] thermal/hwmon: Do not set no_hwmon before calling thermal_add_hwmon_sysfs() Daniel Lezcano (Tue Feb 21 2023 - 13:08:45 EST)
- [PATCH v2 05/16] thermal/hwmon: Use the right device for devm_thermal_add_hwmon_sysfs() Daniel Lezcano (Tue Feb 21 2023 - 13:09:05 EST)
- [PATCH v2 06/16] thermal: Don't use 'device' internal thermal zone structure field Daniel Lezcano (Tue Feb 21 2023 - 13:09:08 EST)
- [PATCH v2 07/16] thermal/drivers/spear: Don't use tz->device but pdev->dev Daniel Lezcano (Tue Feb 21 2023 - 13:09:32 EST)
- [PATCH v2 08/16] thermal: Add a thermal zone id accessor Daniel Lezcano (Tue Feb 21 2023 - 13:09:32 EST)
- [PATCH v2 09/16] thermal: Do not access 'type' field, use the tz id instead Daniel Lezcano (Tue Feb 21 2023 - 13:09:33 EST)
- [PATCH v2 10/16] thermal/drivers/da9062: Don't access the thermal zone device fields Daniel Lezcano (Tue Feb 21 2023 - 13:09:38 EST)
- [PATCH v2 12/16] thermal/drivers/tegra: Remove unneeded lock when setting a trip point Daniel Lezcano (Tue Feb 21 2023 - 13:10:04 EST)
- [PATCH v2 11/16] thermal/hwmon: Use the thermal_core.h header Daniel Lezcano (Tue Feb 21 2023 - 13:10:04 EST)
- [PATCH v2 14/16] thermal/drivers/acerhdf: Make interval setting only at module load time Daniel Lezcano (Tue Feb 21 2023 - 13:10:05 EST)
- [PATCH v2 13/16] thermal/tegra: Do not enable the thermal zone, it is already enabled Daniel Lezcano (Tue Feb 21 2023 - 13:10:05 EST)
- [PATCH v2 15/16] thermal/drivers/acerhdf: Remove pointless governor test Daniel Lezcano (Tue Feb 21 2023 - 13:10:06 EST)
- [PATCH v2 16/16] thermal/traces: Replace the thermal zone structure parameter with the field value Daniel Lezcano (Tue Feb 21 2023 - 13:10:06 EST)
- Re: [GIT pull] x86/cleanups for v6.3-rc1 pr-tracker-bot (Tue Feb 21 2023 - 13:13:40 EST)
- Re: [GIT pull] timers/core for v6.3-rc1 pr-tracker-bot (Tue Feb 21 2023 - 13:14:02 EST)
- Re: [PATCH 6/7] riscv: Select ARCH_DMA_DEFAULT_COHERENT Conor Dooley (Tue Feb 21 2023 - 13:15:16 EST)
- Re: [GIT pull] irq/core for v6.3-rc1 pr-tracker-bot (Tue Feb 21 2023 - 13:15:20 EST)
- Re: [PATCH] mm: change memcg->oom_group access with atomic operations Shakeel Butt (Tue Feb 21 2023 - 13:15:45 EST)
- Re: [PATCH 0/7] MIPS DMA coherence fixes Jiaxun Yang (Tue Feb 21 2023 - 13:16:24 EST)
- Re: [PATCH v3 06/10] sched/fair: Use the prefer_sibling flag of the current sched domain Valentin Schneider (Tue Feb 21 2023 - 13:16:39 EST)
- Re: [PATCH] mm: change memcg->oom_group access with atomic operations Matthew Wilcox (Tue Feb 21 2023 - 13:18:19 EST)
- Re: [PATCH 5/7] dma-mapping: Provide CONFIG_ARCH_DMA_DEFAULT_COHERENT Jiaxun Yang (Tue Feb 21 2023 - 13:19:18 EST)
- Re: [PATCH 6/7] riscv: Select ARCH_DMA_DEFAULT_COHERENT Jiaxun Yang (Tue Feb 21 2023 - 13:20:19 EST)
- Re: [PATCH v2 01/16] thermal/core: Add a thermal zone 'devdata' accessor Jernej Škrabec (Tue Feb 21 2023 - 13:21:05 EST)
- Re: [PATCH v2 1/9] dt-bindings: arm: Add support for DSB element Suzuki K Poulose (Tue Feb 21 2023 - 13:21:27 EST)
- Re: [PATCH drm-next v2 05/16] drm: manager to keep track of GPUs VA mappings Liam R. Howlett (Tue Feb 21 2023 - 13:21:41 EST)
- Re: [PATCH v2 05/16] thermal/hwmon: Use the right device for devm_thermal_add_hwmon_sysfs() Jernej Škrabec (Tue Feb 21 2023 - 13:23:22 EST)
- Re: [PATCH] drm/i915/sseu: fix max_subslices array-index-out-of-bounds access Matt Roper (Tue Feb 21 2023 - 13:23:35 EST)
- Re: [PATCH] mm: change memcg->oom_group access with atomic operations Paul E. McKenney (Tue Feb 21 2023 - 13:24:07 EST)
- Re: [PATCH 12/24] kbuild, soc: sunxi: sram: remove MODULE_LICENSE in non-modules Jernej Škrabec (Tue Feb 21 2023 - 13:24:36 EST)
- Re: [PATCH] Input: sun4i-lradc-keys - Use devm_platform_ioremap_resource() Jernej Škrabec (Tue Feb 21 2023 - 13:25:17 EST)
- Re: [PATCH drm-next v2 04/16] maple_tree: add flag MT_FLAGS_LOCK_NONE Matthew Wilcox (Tue Feb 21 2023 - 13:31:30 EST)
- Re: [RFC PATCH v2 1/2] PM: domains: Skip disabling unused domains if provider has sync_state Matthias Kaehlcke (Tue Feb 21 2023 - 13:32:17 EST)
- [PATCH v1 01/10] dt-bindings: sound: nvidia,tegra-audio-common: add new property Svyatoslav Ryhel (Tue Feb 21 2023 - 13:32:35 EST)
- [PATCH v1 00/10] Fix sound on ASUS Transformers Svyatoslav Ryhel (Tue Feb 21 2023 - 13:32:36 EST)
- [PATCH v1 02/10] sound: soc: jack: allow multiple interrupt per gpio Svyatoslav Ryhel (Tue Feb 21 2023 - 13:32:38 EST)
- [PATCH v1 03/10] dt-bindings: sound: nvidia,tegra-audio: add RT5631 CODEC Svyatoslav Ryhel (Tue Feb 21 2023 - 13:32:39 EST)
- [PATCH v1 04/10] ASoC: tegra: Support RT5631 by machine driver Svyatoslav Ryhel (Tue Feb 21 2023 - 13:32:46 EST)
- [PATCH v1 05/10] dt-bindings: sound: nvidia,tegra-audio: add MAX9808x CODEC Svyatoslav Ryhel (Tue Feb 21 2023 - 13:32:49 EST)
- [PATCH v1 06/10] ASoC: tegra: Support MAX9808x by machine driver Svyatoslav Ryhel (Tue Feb 21 2023 - 13:32:52 EST)
- [PATCH v1 07/10] ARM: tegra: transformers: update bindings of sound graph Svyatoslav Ryhel (Tue Feb 21 2023 - 13:32:56 EST)
- [PATCH v1 08/10] dt-bindings: dsp: add Fortemedia FM34 DSP Svyatoslav Ryhel (Tue Feb 21 2023 - 13:33:05 EST)
- [PATCH v1 10/10] ARM: tegra: transformers: bind FM34NE DSP on supported devices Svyatoslav Ryhel (Tue Feb 21 2023 - 13:33:08 EST)
- [PATCH v1 09/10] staging: dsp: add support for Fortemedia FM34NE DSP Svyatoslav Ryhel (Tue Feb 21 2023 - 13:33:11 EST)
- Re: [PATCH] mm/damon/paddr: fix pin page problem SeongJae Park (Tue Feb 21 2023 - 13:35:55 EST)
- [PATCH] Documentation: update kernel parameter limit notes James Addison (Tue Feb 21 2023 - 13:36:01 EST)
- Re: [PATCH v2 11/16] thermal/hwmon: Use the thermal_core.h header Guenter Roeck (Tue Feb 21 2023 - 13:37:43 EST)
- Re: [PATCH 1/2] io_uring: Move from hlist to io_wq_work_node Breno Leitao (Tue Feb 21 2023 - 13:38:13 EST)
- Re: [PATCH] coresight: tmc-etr: Handle enable failure in tmc_read_unprepare_etr Yabin Cui (Tue Feb 21 2023 - 13:39:03 EST)
- Re: [PATCH v4 1/2] mmc: atmel-mci: Convert to gpio descriptors Dmitry Torokhov (Tue Feb 21 2023 - 13:41:41 EST)
- Re: Official documentation from Intel stating that poking INT3 (single-byte) concurrently is OK ? Mathieu Desnoyers (Tue Feb 21 2023 - 13:43:05 EST)
- Re: [PATCH 1/2] io_uring: Move from hlist to io_wq_work_node Pavel Begunkov (Tue Feb 21 2023 - 13:44:16 EST)
- Re: [PATCH v3 1/2] clk: Add generic sync_state callback for disabling unused clocks Stephen Boyd (Tue Feb 21 2023 - 13:44:33 EST)
- Re: [PATCH] rust: time: New module for timekeeping functions Thomas Gleixner (Tue Feb 21 2023 - 13:45:40 EST)
- [syzbot] [jfs?] WARNING in diFree syzbot (Tue Feb 21 2023 - 13:45:59 EST)
- Re: BCM54220: After the BCM54220 closes the auto-negotiation, the configuration forces the 1000M network port to be linked down all the time. Doug Berger (Tue Feb 21 2023 - 13:46:01 EST)
- [PATCH v2 1/2] x86/speculation: Allow enabling STIBP with legacy IBRS KP Singh (Tue Feb 21 2023 - 13:49:27 EST)
- [PATCH v2 2/2] Documentation/hw-vuln: Document the interaction between IBRS and STIBP KP Singh (Tue Feb 21 2023 - 13:49:34 EST)
- Re: [PATCH v5 3/4] ALSA: cs35l41: Add shared boost feature David Rhodes (Tue Feb 21 2023 - 13:49:37 EST)
- Re: [PATCH RESEND] x86/speculation: Fix user-mode spectre-v2 protection with KERNEL_IBRS KP Singh (Tue Feb 21 2023 - 13:52:27 EST)
- Re: [RFC PATCH] sched/fair: Interleave cfs bandwidth timers for improved single thread performance at low utilization shrikanth hegde (Tue Feb 21 2023 - 13:53:41 EST)
- Re: [PATCH] x86/hyperv: Pass on the lpj value from host to guest Stanislav Kinsburskii (Tue Feb 21 2023 - 13:56:42 EST)
- Re: [PATCH 1/4] scsi: ufs: core: Fix mcq tag calcualtion Bart Van Assche (Tue Feb 21 2023 - 13:59:27 EST)
- Re: [PATCH] rust: time: New module for timekeeping functions Thomas Gleixner (Tue Feb 21 2023 - 14:00:59 EST)
- [PATCH v4 1/4] locktorture: Add nested_[un]lock() hooks and nlocks parameter John Stultz (Tue Feb 21 2023 - 14:02:49 EST)
- [PATCH v4 2/4] locktorture: Add nested locking to mutex torture tests John Stultz (Tue Feb 21 2023 - 14:02:51 EST)
- [PATCH v4 3/4] locktorture: Add nested locking to rtmutex torture tests John Stultz (Tue Feb 21 2023 - 14:02:54 EST)
- [PATCH v4 4/4] locktorture: With nested locks, occasionally skip main lock John Stultz (Tue Feb 21 2023 - 14:03:02 EST)
- [PATCH v3 0/7] RISC-V Hardware Probing User Interface Evan Green (Tue Feb 21 2023 - 14:09:21 EST)
- [PATCH v3 1/7] RISC-V: Move struct riscv_cpuinfo to new header Evan Green (Tue Feb 21 2023 - 14:09:33 EST)
- [PATCH v3 2/7] RISC-V: Add a syscall for HW probing Evan Green (Tue Feb 21 2023 - 14:09:35 EST)
- [PATCH v3 3/7] RISC-V: hwprobe: Add support for RISCV_HWPROBE_BASE_BEHAVIOR_IMA Evan Green (Tue Feb 21 2023 - 14:09:37 EST)
- [PATCH v3 5/7] RISC-V: hwprobe: Support probing of misaligned access performance Evan Green (Tue Feb 21 2023 - 14:10:03 EST)
- [PATCH v3 4/7] dt-bindings: Add RISC-V misaligned access performance Evan Green (Tue Feb 21 2023 - 14:10:06 EST)
- [PATCH v3 6/7] selftests: Test the new RISC-V hwprobe interface Evan Green (Tue Feb 21 2023 - 14:10:09 EST)
- [PATCH v3 7/7] RISC-V: Add hwprobe vDSO function and data Evan Green (Tue Feb 21 2023 - 14:10:18 EST)
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64 David Woodhouse (Tue Feb 21 2023 - 14:12:01 EST)
- Re: [PATCH v3 0/5] apple-gmux: support MMIO gmux type on T2 Macs Aditya Garg (Tue Feb 21 2023 - 14:13:37 EST)
- Re: [GIT PULL] hardening updates for v6.3-rc1 Linus Torvalds (Tue Feb 21 2023 - 14:17:32 EST)
- Re: [PATCH] drm/amdkfd: Fix an illegal memory access Christophe JAILLET (Tue Feb 21 2023 - 14:18:36 EST)
- Re: [PATCH v3 1/2] clk: Add generic sync_state callback for disabling unused clocks Stephen Boyd (Tue Feb 21 2023 - 14:24:45 EST)
- Re: [PATCH 2/2] arm64: dts: qcom: sa8775p: add cpufreq node Bartosz Golaszewski (Tue Feb 21 2023 - 14:25:57 EST)
- [PATCH v2] certs: fips test: fix build failure with PKCS7_MESSAGE_PARSER=m Adam Borowski (Tue Feb 21 2023 - 14:26:26 EST)
- Re: [PATCH 14/19] mm: Introduce a cgroup for pinned memory Jason Gunthorpe (Tue Feb 21 2023 - 14:26:46 EST)
- Re: [PATCH v1 09/10] staging: dsp: add support for Fortemedia FM34NE DSP Greg Kroah-Hartman (Tue Feb 21 2023 - 14:27:54 EST)
- Re: [PATCH v2 1/2] x86/speculation: Allow enabling STIBP with legacy IBRS Greg KH (Tue Feb 21 2023 - 14:29:20 EST)
- Re: [PATCH v2 1/2] x86/speculation: Allow enabling STIBP with legacy IBRS Greg KH (Tue Feb 21 2023 - 14:30:00 EST)
- Re: [GIT PULL] hardening updates for v6.3-rc1 pr-tracker-bot (Tue Feb 21 2023 - 14:30:03 EST)
- Re: [GIT PULL] workqueue changes for v6.3-rc1 pr-tracker-bot (Tue Feb 21 2023 - 14:30:05 EST)
- Re: [GIT PULL] seccomp update for v6.3-rc1 pr-tracker-bot (Tue Feb 21 2023 - 14:30:07 EST)
- Re: [GIT PULL] RCU changes for v6.3 pr-tracker-bot (Tue Feb 21 2023 - 14:30:10 EST)
- Re: [GIT PULL] cgroup changes for v6.3-rc1 pr-tracker-bot (Tue Feb 21 2023 - 14:30:12 EST)
- Re: [PATCH 5.4 000/156] 5.4.232-rc1 review Florian Fainelli (Tue Feb 21 2023 - 14:31:15 EST)
- Re: [PATCH v1 04/10] ASoC: tegra: Support RT5631 by machine driver Dan Carpenter (Tue Feb 21 2023 - 14:33:02 EST)
- Re: [PATCH] Input: sun4i-lradc-keys - Use devm_platform_ioremap_resource() Dmitry Torokhov (Tue Feb 21 2023 - 14:34:55 EST)
- Re: [PATCH v2 01/46] hugetlb: don't set PageUptodate for UFFDIO_CONTINUE Mike Kravetz (Tue Feb 21 2023 - 14:35:03 EST)
- Re: [PATCH 4/7] dma-mapping: Always provide dma_default_coherent Robin Murphy (Tue Feb 21 2023 - 14:35:20 EST)
- Re: [PATCH v7 00/11] tracing/user_events: Remote write ABI Steven Rostedt (Tue Feb 21 2023 - 14:35:50 EST)
- Re: [PATCH v2 1/2] x86/speculation: Allow enabling STIBP with legacy IBRS KP Singh (Tue Feb 21 2023 - 14:35:52 EST)
- Re: [PATCH net V2] net: stmmac: Premature loop termination check was ignored Jochen Henneberg (Tue Feb 21 2023 - 14:38:01 EST)
- Re: [PATCH] [v2] scsi: ipr: work around fortify-string warning Brian King (Tue Feb 21 2023 - 14:38:05 EST)
- Re: [PATCH v1 09/10] staging: dsp: add support for Fortemedia FM34NE DSP Dan Carpenter (Tue Feb 21 2023 - 14:39:12 EST)
- Re: [PATCH v4 08/14] drm/scheduler: Add fence deadline support Luben Tuikov (Tue Feb 21 2023 - 14:40:10 EST)
- Re: [PATCH v2] scsi: ipr: Convert ipr_probe_ioa_part2 as void Brian King (Tue Feb 21 2023 - 14:41:09 EST)
- Re: [PATCH net V2] net: stmmac: Premature loop termination check was ignored Jakub Kicinski (Tue Feb 21 2023 - 14:41:13 EST)
- Re: BCM54220: After the BCM54220 closes the auto-negotiation, the configuration forces the 1000M network port to be linked down all the time. Andrew Lunn (Tue Feb 21 2023 - 14:42:18 EST)
- Re: [PATCH 14/19] mm: Introduce a cgroup for pinned memory Tejun Heo (Tue Feb 21 2023 - 14:45:23 EST)
- Re: [PATCH 0/7] MIPS DMA coherence fixes Robin Murphy (Tue Feb 21 2023 - 14:46:18 EST)
- Re: [PATCH v2 1/2] x86/speculation: Allow enabling STIBP with legacy IBRS Greg KH (Tue Feb 21 2023 - 14:47:48 EST)
- Re: [GIT PULL] hardening updates for v6.3-rc1 Kees Cook (Tue Feb 21 2023 - 14:49:08 EST)
- Re: [PATCH 14/19] mm: Introduce a cgroup for pinned memory Tejun Heo (Tue Feb 21 2023 - 14:49:25 EST)
- Re: [PATCH] rust: time: New module for timekeeping functions Boqun Feng (Tue Feb 21 2023 - 14:50:10 EST)
- Re: BCM54220: After the BCM54220 closes the auto-negotiation, the configuration forces the 1000M network port to be linked down all the time. Doug Berger (Tue Feb 21 2023 - 14:54:50 EST)
- Re: [PATCH 5.10 00/57] 5.10.169-rc1 review Florian Fainelli (Tue Feb 21 2023 - 14:54:53 EST)
- Re: [PATCH 2/2] Documentation/process: Add a maintainer handbook for KVM x86 Sean Christopherson (Tue Feb 21 2023 - 14:55:02 EST)
- Re: [PATCH v4 10/14] drm/vblank: Add helper to get next vblank time Rob Clark (Tue Feb 21 2023 - 14:55:31 EST)
- Re: [PATCH 0/7] MIPS DMA coherence fixes Jiaxun Yang (Tue Feb 21 2023 - 14:55:47 EST)
- Re: [PATCH v2] certs: fips test: fix build failure with PKCS7_MESSAGE_PARSER=m Adam Borowski (Tue Feb 21 2023 - 14:56:39 EST)
- Re: [PATCH 4/7] dma-mapping: Always provide dma_default_coherent Jiaxun Yang (Tue Feb 21 2023 - 14:57:00 EST)
- Re: [PATCH v2 1/2] x86/speculation: Allow enabling STIBP with legacy IBRS Borislav Petkov (Tue Feb 21 2023 - 14:57:37 EST)
- Re: [PATCH 14/19] mm: Introduce a cgroup for pinned memory Jason Gunthorpe (Tue Feb 21 2023 - 14:58:05 EST)
- Re: [PATCH v2 01/46] hugetlb: don't set PageUptodate for UFFDIO_CONTINUE James Houghton (Tue Feb 21 2023 - 14:59:02 EST)
- Re: [PATCH v3 1/2] clk: Add generic sync_state callback for disabling unused clocks Saravana Kannan (Tue Feb 21 2023 - 14:59:13 EST)
- [PATCH net V2] net: stmmac: Premature loop termination check was ignored Jochen Henneberg (Tue Feb 21 2023 - 15:00:27 EST)
- Re: [PATCH v6 37/41] selftests/x86: Add shadow stack test Edgecombe, Rick P (Tue Feb 21 2023 - 15:02:21 EST)
- Re: [PATCH v6 24/41] mm: Don't allow write GUPs to shadow stack memory Edgecombe, Rick P (Tue Feb 21 2023 - 15:03:55 EST)
- Re: [External] Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64 Usama Arif (Tue Feb 21 2023 - 15:04:30 EST)
- drivers/input/touchscreen/sun4i-ts.c:392:34: warning: unused variable 'sun4i_ts_of_match' kernel test robot (Tue Feb 21 2023 - 15:06:05 EST)
- Re: [PATCH v2 14/16] thermal/drivers/acerhdf: Make interval setting only at module load time Hans de Goede (Tue Feb 21 2023 - 15:08:46 EST)
- Re: [PATCH v6 14/41] x86/mm: Introduce _PAGE_SAVED_DIRTY Edgecombe, Rick P (Tue Feb 21 2023 - 15:08:49 EST)
- Re: [GIT PULL] hardening updates for v6.3-rc1 Linus Torvalds (Tue Feb 21 2023 - 15:09:15 EST)
- Re: [PATCH v2 15/16] thermal/drivers/acerhdf: Remove pointless governor test Hans de Goede (Tue Feb 21 2023 - 15:09:27 EST)
- Re: [PATCH v2 1/2] x86/speculation: Allow enabling STIBP with legacy IBRS Greg KH (Tue Feb 21 2023 - 15:10:09 EST)
- Re: [PATCH 5.15 00/83] 5.15.95-rc1 review Florian Fainelli (Tue Feb 21 2023 - 15:10:40 EST)
- Re: [PATCH 1/2] selftests: damon: add config file Anders Roxell (Tue Feb 21 2023 - 15:10:45 EST)
- Re: [PATCH v6 14/41] x86/mm: Introduce _PAGE_SAVED_DIRTY Dave Hansen (Tue Feb 21 2023 - 15:13:22 EST)
- [PATCH v11 0/2] Checkpoint Support for Syscall User Dispatch Gregory Price (Tue Feb 21 2023 - 15:18:19 EST)
- [PATCH v11 1/2] syscall_user_dispatch: helper function to operate on given task Gregory Price (Tue Feb 21 2023 - 15:18:47 EST)
- [PATCH v11 2/2] ptrace,syscall_user_dispatch: checkpoint/restore support for SUD Gregory Price (Tue Feb 21 2023 - 15:18:59 EST)
- Re: [PATCH v2 1/2] x86/speculation: Allow enabling STIBP with legacy IBRS Borislav Petkov (Tue Feb 21 2023 - 15:23:49 EST)
- Re: [PATCH] dt-bindings: MFD: Convert STMPE to YAML schema Linus Walleij (Tue Feb 21 2023 - 15:24:16 EST)
- Re: [PATCH 6.1 000/118] 6.1.13-rc1 review Florian Fainelli (Tue Feb 21 2023 - 15:29:21 EST)
- Re: [PATCH V3 7/8] soundwire: amd: handle SoundWire wake enable interrupt Mukunda,Vijendar (Tue Feb 21 2023 - 15:38:49 EST)
- Re: [GIT PULL] ACPI updates for v6.3-rc1 pr-tracker-bot (Tue Feb 21 2023 - 15:39:19 EST)
- Re: [GIT PULL] Power management updates for v6.3-rc1 pr-tracker-bot (Tue Feb 21 2023 - 15:39:21 EST)
- Re: [GIT PULL] Thermal control updates for v6.3-rc1 pr-tracker-bot (Tue Feb 21 2023 - 15:39:23 EST)
- [PATCH 0/5] Patches used to build mkroot. Rob Landley (Tue Feb 21 2023 - 15:40:26 EST)
- [PATCH 1/5] try generic compiler name "cc" before falling back to "gcc". Rob Landley (Tue Feb 21 2023 - 15:41:53 EST)
- [PATCH 2/5] X86-64 should not uniquely require a third ELF package to build. Rob Landley (Tue Feb 21 2023 - 15:43:07 EST)
- [PATCH 3/5] Wire up CONFIG_DEVTMPFS_MOUNT to initramfs. Rob Landley (Tue Feb 21 2023 - 15:44:35 EST)
- Re: [RESEND PATCH V12 XDMA 1/2] dmaengine: xilinx: xdma: Add xilinx xdma driver Martin Tůma (Tue Feb 21 2023 - 15:46:05 EST)
- [PATCH 4/5] Replace timeconst.bc with mktimeconst.c Rob Landley (Tue Feb 21 2023 - 15:47:30 EST)
- Re: [PATCH V3 6/8] soundwire: amd: add runtime pm ops for AMD SoundWire manager driver Mukunda,Vijendar (Tue Feb 21 2023 - 15:48:03 EST)
- [PATCH 5/5] fix rootfstype=tmpfs Rob Landley (Tue Feb 21 2023 - 15:50:58 EST)
- [PATCH 0/7] staging: rtl8192e: Remove entries from struct rtl819x_ops start with .tx_enable Philipp Hortmann (Tue Feb 21 2023 - 15:52:52 EST)
- [PATCH 1/7] staging: rtl8192e: Remove entry .tx_enable from struct rtl819x_ops Philipp Hortmann (Tue Feb 21 2023 - 15:53:04 EST)
- [PATCH 2/7] staging: rtl8192e: Remove entry .interrupt_re.. from struct rtl819x_ops Philipp Hortmann (Tue Feb 21 2023 - 15:53:18 EST)
- [PATCH 3/7] staging: rtl8192e: Remove entry .tx_check_stuc.. from struct rtl819x_ops Philipp Hortmann (Tue Feb 21 2023 - 15:53:34 EST)
- [PATCH 4/7] staging: rtl8192e: Remove entry .rx_check_stuc.. from struct rtl819x_ops Philipp Hortmann (Tue Feb 21 2023 - 15:53:43 EST)
- [PATCH 5/7] staging: rtl8192e: Remove dead code from struct rtl819x_ops Philipp Hortmann (Tue Feb 21 2023 - 15:53:46 EST)
- [PATCH 6/7] staging: rtl8192e: Remove entry .link_change from struct rtl819x_ops Philipp Hortmann (Tue Feb 21 2023 - 15:53:59 EST)
- [PATCH 7/7] staging: rtl8192e: Remove entry .nic_type from struct rtl819x_ops Philipp Hortmann (Tue Feb 21 2023 - 15:54:10 EST)
- Re: [PATCH v3 01/13] x86/fpu/xstate: Avoid getting xstate address of init_fpstate if fpstate contains the component Thomas Gleixner (Tue Feb 21 2023 - 15:55:09 EST)
- Re: [PATCH V3 3/8] soundwire: amd: register SoundWire manager dai ops Mukunda,Vijendar (Tue Feb 21 2023 - 16:03:29 EST)
- Re: [External] Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64 Oleksandr Natalenko (Tue Feb 21 2023 - 16:04:41 EST)
- Re: [PATCH v7 4/6] s390/pci: Use dma-iommu layer Matthew Rosato (Tue Feb 21 2023 - 16:05:43 EST)
- Re: [RESEND PATCH V12 XDMA 1/2] dmaengine: xilinx: xdma: Add xilinx xdma driver Geert Uytterhoeven (Tue Feb 21 2023 - 16:06:21 EST)
- [PATCH v8 00/11] tracing/user_events: Remote write ABI Beau Belgrave (Tue Feb 21 2023 - 16:11:58 EST)
- [PATCH v8 02/11] tracing/user_events: Track fork/exec/exit for mm lifetime Beau Belgrave (Tue Feb 21 2023 - 16:11:59 EST)
- [PATCH v8 01/11] tracing/user_events: Split header into uapi and kernel Beau Belgrave (Tue Feb 21 2023 - 16:12:00 EST)
- [PATCH v8 04/11] tracing/user_events: Fixup enable faults asyncly Beau Belgrave (Tue Feb 21 2023 - 16:12:02 EST)
- [PATCH v8 05/11] tracing/user_events: Add ioctl for disabling addresses Beau Belgrave (Tue Feb 21 2023 - 16:12:05 EST)
- [PATCH v8 08/11] tracing/user_events: Use write ABI in example Beau Belgrave (Tue Feb 21 2023 - 16:12:07 EST)
- [PATCH v8 07/11] tracing/user_events: Add ABI self-test Beau Belgrave (Tue Feb 21 2023 - 16:12:09 EST)
- [PATCH v8 06/11] tracing/user_events: Update self-tests to write ABI Beau Belgrave (Tue Feb 21 2023 - 16:12:11 EST)
- [PATCH v8 10/11] tracing/user_events: Charge event allocs to cgroups Beau Belgrave (Tue Feb 21 2023 - 16:12:14 EST)
- [PATCH v8 03/11] tracing/user_events: Use remote writes for event enablement Beau Belgrave (Tue Feb 21 2023 - 16:12:17 EST)
- [PATCH v8 11/11] tracing/user_events: Limit global user_event count Beau Belgrave (Tue Feb 21 2023 - 16:12:47 EST)
- [PATCH v8 09/11] tracing/user_events: Update documentation for ABI Beau Belgrave (Tue Feb 21 2023 - 16:12:47 EST)
- Re: [PATCH] module: clean-up for module_memory Luis Chamberlain (Tue Feb 21 2023 - 16:16:34 EST)
- Re: [PATCH RFC v8 24/56] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled Zhi Wang (Tue Feb 21 2023 - 16:16:36 EST)
- [GIT PULL] Smack patches for v6.3 Casey Schaufler (Tue Feb 21 2023 - 16:16:55 EST)
- Re: [PATCH v3 7/7] RISC-V: Add hwprobe vDSO function and data kernel test robot (Tue Feb 21 2023 - 16:18:02 EST)
- Re: [PATCH] module: Remove the unused function within Luis Chamberlain (Tue Feb 21 2023 - 16:22:02 EST)
- Re: [PATCH RFC v8 10/56] x86/cpufeatures: Add SEV-SNP CPU feature Sathyanarayanan Kuppuswamy (Tue Feb 21 2023 - 16:22:07 EST)
- Re: [PATCH v10 15/26] gunyah: rsc_mgr: Add platform ops on mem_lend/mem_reclaim Elliot Berman (Tue Feb 21 2023 - 16:23:22 EST)
- [PATCH v5 0/6] fsi: Add IBM I2C Responder virtual FSI master Eddie James (Tue Feb 21 2023 - 16:26:48 EST)
- [PATCH v5 2/6] dt-bindings: fsi: Document the IBM I2C Responder virtual FSI master Eddie James (Tue Feb 21 2023 - 16:26:51 EST)
- [PATCH v5 1/6] fsi: Move fsi_slave structure definition to header Eddie James (Tue Feb 21 2023 - 16:26:56 EST)
- [PATCH v5 4/6] fsi: Add I2C Responder SCOM driver Eddie James (Tue Feb 21 2023 - 16:27:01 EST)
- [PATCH v5 3/6] fsi: Add IBM I2C Responder virtual FSI master Eddie James (Tue Feb 21 2023 - 16:27:05 EST)
- [PATCH v5 5/6] fsi: Add aliased device numbering Eddie James (Tue Feb 21 2023 - 16:27:08 EST)
- [PATCH v5 6/6] fsi: Use of_match_table for bus matching if specified Eddie James (Tue Feb 21 2023 - 16:27:12 EST)
- Re: [PATCH v3] apparmor: global buffers spin lock may get contended Anil Altinay (Tue Feb 21 2023 - 16:27:58 EST)
- Re: [PATCH] staging: rtl8712: Fix Sparse warnings in rtl871x_ioctl_linux.c kernel test robot (Tue Feb 21 2023 - 16:30:20 EST)
- linux-next: duplicate patch in the ext4 tree Stephen Rothwell (Tue Feb 21 2023 - 16:30:23 EST)
- Re: [PATCH v2] mtd: rawnand: meson: initialize struct with zeroes Martin Blumenstingl (Tue Feb 21 2023 - 16:31:49 EST)
- Re: [PATCH] rust: time: New module for timekeeping functions Heghedus Razvan (Tue Feb 21 2023 - 16:33:54 EST)
- Re: [PATCH] sysctl: fix proc_dobool() usability Luis Chamberlain (Tue Feb 21 2023 - 16:36:46 EST)
- Re: [PATCH 2/5] mm: vmscan: make memcg slab shrink lockless Kirill Tkhai (Tue Feb 21 2023 - 16:37:35 EST)
- Re: [PATCH v4 3/3] Bluetooth: NXP: Add protocol support for NXP Bluetooth chipsets Luiz Augusto von Dentz (Tue Feb 21 2023 - 16:37:40 EST)
- Re: [PATCH] nvmem: add explicit config option to read OF fixed cells Martin Blumenstingl (Tue Feb 21 2023 - 16:39:00 EST)
- Re: [PATCH v4 10/14] drm/vblank: Add helper to get next vblank time Ville Syrjälä (Tue Feb 21 2023 - 16:39:50 EST)
- Re: [PATCH] module: fix MIPS module_layout -> module_memory Luis Chamberlain (Tue Feb 21 2023 - 16:40:00 EST)
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64 Thomas Gleixner (Tue Feb 21 2023 - 16:41:38 EST)
- Re: [PATCH 2/5] mm: vmscan: make memcg slab shrink lockless Kirill Tkhai (Tue Feb 21 2023 - 16:43:19 EST)
- Re: [RFC PATCH] sched/fair: Interleave cfs bandwidth timers for improved single thread performance at low utilization Benjamin Segall (Tue Feb 21 2023 - 16:43:42 EST)
- [PATCH] mm/khugepaged: alloc_charge_hpage() take care of mem charge errors Peter Xu (Tue Feb 21 2023 - 16:43:44 EST)
- [PATCH] mm/khugepaged: alloc_charge_hpage() take care of mem charge errors Peter Xu (Tue Feb 21 2023 - 16:44:39 EST)
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64 David Woodhouse (Tue Feb 21 2023 - 16:45:10 EST)
- Re: [RESEND PATCH V12 XDMA 1/2] dmaengine: xilinx: xdma: Add xilinx xdma driver Martin Tůma (Tue Feb 21 2023 - 16:46:31 EST)
- Re: [PATCH v2 00/46] hugetlb: introduce HugeTLB high-granularity mapping Mike Kravetz (Tue Feb 21 2023 - 16:47:07 EST)
- Re: [PATCH] rust: time: New module for timekeeping functions Thomas Gleixner (Tue Feb 21 2023 - 16:47:09 EST)
- Re: [PATCH v4 10/14] drm/vblank: Add helper to get next vblank time Ville Syrjälä (Tue Feb 21 2023 - 16:48:15 EST)
- Re: [PATCH modules-next v10 00/13] kallsyms: reliable symbol->address lookup with /proc/kallmodsyms Luis Chamberlain (Tue Feb 21 2023 - 16:48:41 EST)
- What size anonymous folios should we allocate? Matthew Wilcox (Tue Feb 21 2023 - 16:49:41 EST)
- Re: BCM54220: After the BCM54220 closes the auto-negotiation, the configuration forces the 1000M network port to be linked down all the time. Doug Berger (Tue Feb 21 2023 - 16:52:53 EST)
- Re: [syzbot] WARNING: locking bug in umh_complete Luis Chamberlain (Tue Feb 21 2023 - 16:54:20 EST)
- Re: [PATCH v4 1/3] mm/khugepaged: refactor collapse_file control flow Peter Xu (Tue Feb 21 2023 - 16:55:04 EST)
- Re: [PATCH v2 9/9] PCI: rockchip: Add parameter check for RK3399 PCIe endpoint core set_msi() Damien Le Moal (Tue Feb 21 2023 - 16:58:12 EST)
- Re: [PATCH] mwifiex: Fix use-after-free bug due to race condition between main thread thread and timer thread Brian Norris (Tue Feb 21 2023 - 16:59:42 EST)
- [PATCH] ARM: spitz: include header defining input event codes Dmitry Torokhov (Tue Feb 21 2023 - 17:00:08 EST)
- Re: [PATCH] module: make module_ktype structure constant Luis Chamberlain (Tue Feb 21 2023 - 17:00:51 EST)
- Re: [PATCH v2 9/9] PCI: rockchip: Add parameter check for RK3399 PCIe endpoint core set_msi() Damien Le Moal (Tue Feb 21 2023 - 17:01:55 EST)
- Re: [PATCH RFC v8 24/56] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled Kalra, Ashish (Tue Feb 21 2023 - 17:06:23 EST)
- Re: [PATCH v3 0/8] powerpc/85xx: p2020: Create one unified machine description Pali Rohár (Tue Feb 21 2023 - 17:07:22 EST)
- Re: [PATCH v1 02/10] sound: soc: jack: allow multiple interrupt per gpio Mark Brown (Tue Feb 21 2023 - 17:08:36 EST)
- [PATCH bpf-next] bpf: Add bpf_cgroup_from_id() kfunc Tejun Heo (Tue Feb 21 2023 - 17:09:05 EST)
- Re: linux-next: manual merge of the input tree with the arm-soc tree Stephen Rothwell (Tue Feb 21 2023 - 17:10:38 EST)
- Re: linux-next: manual merge of the sound tree with the arm-soc tree Stephen Rothwell (Tue Feb 21 2023 - 17:12:59 EST)
- Re: [PATCH v4 2/3] mm/khugepaged: skip shmem with userfaultfd Peter Xu (Tue Feb 21 2023 - 17:13:45 EST)
- Re: [PATCH -v5 0/9] migrate_pages(): batch TLB flushing Hugh Dickins (Tue Feb 21 2023 - 17:15:53 EST)
- Re: [PATCH v3 07/11] dt-bindings: clock: Add StarFive JH7110 system clock and reset generator Stephen Boyd (Tue Feb 21 2023 - 17:17:26 EST)
- Re: [PATCH v4 3/3] mm/khugepaged: maintain page cache uptodate flag Peter Xu (Tue Feb 21 2023 - 17:19:15 EST)
- Re: [PATCH v1 04/10] ASoC: tegra: Support RT5631 by machine driver Mark Brown (Tue Feb 21 2023 - 17:23:21 EST)
- Re: [PATCH] mm: change memcg->oom_group access with atomic operations Roman Gushchin (Tue Feb 21 2023 - 17:24:06 EST)
- Re: [PATCH -v5 0/9] migrate_pages(): batch TLB flushing Hugh Dickins (Tue Feb 21 2023 - 17:25:53 EST)
- Re: linux-next: manual merge of the arm-soc tree with the kbuild tree Stephen Rothwell (Tue Feb 21 2023 - 17:26:45 EST)
- Re: [PATCH v1 07/10] ARM: tegra: transformers: update bindings of sound graph Mark Brown (Tue Feb 21 2023 - 17:27:10 EST)
- Re: [Freedreno] [PATCH v4 10/14] drm/vblank: Add helper to get next vblank time Rob Clark (Tue Feb 21 2023 - 17:28:28 EST)
- Re: [PATCH v4 1/3] mm/khugepaged: refactor collapse_file control flow Yang Shi (Tue Feb 21 2023 - 17:28:45 EST)
- Re: [PATCH] rust: time: New module for timekeeping functions Miguel Ojeda (Tue Feb 21 2023 - 17:29:38 EST)
- Re: [PATCH] nvmem: add explicit config option to read OF fixed cells Rafał Miłecki (Tue Feb 21 2023 - 17:29:59 EST)
- [GIT PULL] x86/cpu for v6.3-rc1 Borislav Petkov (Tue Feb 21 2023 - 17:33:17 EST)
- [PATCH v10 1/8] x86/apic/x2apic: Allow CPU cluster_mask to be populated in parallel Usama Arif (Tue Feb 21 2023 - 17:35:52 EST)
- [PATCH v10 2/8] cpu/hotplug: Move idle_thread_get() to <linux/smpboot.h> Usama Arif (Tue Feb 21 2023 - 17:35:54 EST)
- [PATCH v10 0/8] Parallel CPU bringup for x86_64 Usama Arif (Tue Feb 21 2023 - 17:36:16 EST)
- [PATCH v10 7/8] x86/smpboot: Send INIT/SIPI/SIPI to secondary CPUs in parallel Usama Arif (Tue Feb 21 2023 - 17:36:21 EST)
- [PATCH v10 8/8] x86/smpboot: Serialize topology updates for secondary bringup Usama Arif (Tue Feb 21 2023 - 17:36:24 EST)
- [PATCH v10 3/8] cpu/hotplug: Add dynamic parallel bringup states before CPUHP_BRINGUP_CPU Usama Arif (Tue Feb 21 2023 - 17:36:48 EST)
- [PATCH v10 4/8] x86/smpboot: Reference count on smpboot_setup_warm_reset_vector() Usama Arif (Tue Feb 21 2023 - 17:36:49 EST)
- [PATCH v10 5/8] x86/smpboot: Split up native_cpu_up into separate phases and document them Usama Arif (Tue Feb 21 2023 - 17:36:53 EST)
- [PATCH v10 6/8] x86/smpboot: Support parallel startup of secondary CPUs Usama Arif (Tue Feb 21 2023 - 17:36:57 EST)
- Re: [RFC v1 0/4] Simplify regulator supply resolution code by offloading to driver core Saravana Kannan (Tue Feb 21 2023 - 17:38:15 EST)
- Re: [PATCH] mm: change memcg->oom_group access with atomic operations Paul E. McKenney (Tue Feb 21 2023 - 17:39:44 EST)
- [PATCH] net: phy: at803x: fix the wol setting functions Li Yang (Tue Feb 21 2023 - 17:41:13 EST)
- Re: Obsolete comment on page swizzling (written by Hugh)? Hugh Dickins (Tue Feb 21 2023 - 17:41:40 EST)
- Re: [PATCH v1 09/10] staging: dsp: add support for Fortemedia FM34NE DSP Mark Brown (Tue Feb 21 2023 - 17:41:58 EST)
- Re: [PATCH] ARM: dts: exynos: fix MCT compatible in Universal C210 Marek Szyprowski (Tue Feb 21 2023 - 17:43:16 EST)
- [RFC PATCH] loop: LOOP_CONFIGURE: send uevents for partitions Alyssa Ross (Tue Feb 21 2023 - 17:44:12 EST)
- Re: [PATCH v3 6/7] selftests: Test the new RISC-V hwprobe interface Mark Brown (Tue Feb 21 2023 - 17:45:13 EST)
- Re: [Freedreno] [PATCH v4 10/14] drm/vblank: Add helper to get next vblank time Ville Syrjälä (Tue Feb 21 2023 - 17:46:20 EST)
- Re: [PATCH] zynq: clkc: Add kmalloc allocation flag Stephen Boyd (Tue Feb 21 2023 - 17:50:31 EST)
- [GIT PULL] modules changes for v6.3-rc1 Luis Chamberlain (Tue Feb 21 2023 - 17:52:38 EST)
- Re: [RFC v1 0/4] Simplify regulator supply resolution code by offloading to driver core Mark Brown (Tue Feb 21 2023 - 17:53:10 EST)
- Re: [PATCH 1/1] tpm: disable hwrng for fTPM on some AMD designs Jarkko Sakkinen (Tue Feb 21 2023 - 17:53:36 EST)
- Re: [PATCH] net: phy: at803x: fix the wol setting functions Andrew Lunn (Tue Feb 21 2023 - 17:57:01 EST)
- Re: [PATCH v11 2/2] ptrace,syscall_user_dispatch: checkpoint/restore support for SUD kernel test robot (Tue Feb 21 2023 - 18:00:53 EST)
- Re: [PATCH v9 23/27] dmaengine: dw-edma: Add mem-mapped LL-entries support Bjorn Helgaas (Tue Feb 21 2023 - 18:01:25 EST)
- RE: [PATCH] net: phy: at803x: fix the wol setting functions Leo Li (Tue Feb 21 2023 - 18:02:35 EST)
- Re: linux-next: manual merge of the tip tree with the s390 tree Stephen Rothwell (Tue Feb 21 2023 - 18:03:59 EST)
- Re: [PATCH] Documentation: update kernel parameter limit notes Randy Dunlap (Tue Feb 21 2023 - 18:05:19 EST)
- Re: What size anonymous folios should we allocate? Yang Shi (Tue Feb 21 2023 - 18:05:52 EST)
- Re: [PATCH v10 2/4] clk: clk-loongson2: add clock controller driver support Stephen Boyd (Tue Feb 21 2023 - 18:08:08 EST)
- RE: [PATCH 1/1] tpm: disable hwrng for fTPM on some AMD designs Limonciello, Mario (Tue Feb 21 2023 - 18:10:44 EST)
- Re: [PATCH 2/5] X86-64 should not uniquely require a third ELF package to build. Thomas Gleixner (Tue Feb 21 2023 - 18:12:33 EST)
- Re: [PATCH] mm: change memcg->oom_group access with atomic operations Shakeel Butt (Tue Feb 21 2023 - 18:13:53 EST)
- [PATCH v2 2/2] net: phy: at803x: remove set/get wol callbacks for AR8032 Li Yang (Tue Feb 21 2023 - 18:14:35 EST)
- [PATCH v2 1/2] net: phy: at803x: fix the wol setting functions Li Yang (Tue Feb 21 2023 - 18:14:38 EST)
- Re: [PATCH] mm/uffd: UFFD_FEATURE_WP_ZEROPAGE Peter Xu (Tue Feb 21 2023 - 18:14:56 EST)
- Re: [GIT PULL] s390 updates for 6.3 merge window Linus Torvalds (Tue Feb 21 2023 - 18:15:49 EST)
- Re: [PATCH] scsi: ufs: ufs-mediatek: guard ufs_mtk_runtime_suspend() and ufs_mtk_runtime_resume() w/ CONFIG_PM Martin K. Petersen (Tue Feb 21 2023 - 18:15:52 EST)
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64 David Woodhouse (Tue Feb 21 2023 - 18:19:23 EST)
- Re: [PATCH] net: netfilter: fix possible refcount leak in ctnetlink_create_conntrack() Pablo Neira Ayuso (Tue Feb 21 2023 - 18:20:43 EST)
- Re: [Freedreno] [PATCH v4 10/14] drm/vblank: Add helper to get next vblank time Rob Clark (Tue Feb 21 2023 - 18:21:10 EST)
- Re: [PATCH v1] mm/hwpoison: convert TTU_IGNORE_HWPOISON to TTU_HWPOISON HORIGUCHI NAOYA(堀口 直也) (Tue Feb 21 2023 - 18:21:12 EST)
- Re: [PATCH v2 1/1] ufs: mcq: fix incorrectly set queue depth Martin K. Petersen (Tue Feb 21 2023 - 18:21:57 EST)
- Re: [Freedreno] [PATCH v4 10/14] drm/vblank: Add helper to get next vblank time Rob Clark (Tue Feb 21 2023 - 18:25:22 EST)
- Re: [PATCH] netfilter: fix percpu counter block leak on error path when creating new netns Pablo Neira Ayuso (Tue Feb 21 2023 - 18:25:48 EST)
- Re: [PATCH] [v2] scsi: ipr: work around fortify-string warning Martin K. Petersen (Tue Feb 21 2023 - 18:30:39 EST)
- Re: [GIT PULL] MM updates for 6.3-rc1 Andrew Morton (Tue Feb 21 2023 - 18:37:06 EST)
- [PULL] Networking for v6.3 Jakub Kicinski (Tue Feb 21 2023 - 18:38:28 EST)
- Re: [PATCH] mm: change memcg->oom_group access with atomic operations Paul E. McKenney (Tue Feb 21 2023 - 18:39:12 EST)
- Re: [GIT PULL] s390 updates for 6.3 merge window pr-tracker-bot (Tue Feb 21 2023 - 18:40:29 EST)
- Re: [PATCH v3 07/11] dt-bindings: clock: Add StarFive JH7110 system clock and reset generator Conor Dooley (Tue Feb 21 2023 - 18:40:41 EST)
- Re: [GIT PULL] arm64 updates for 6.3 pr-tracker-bot (Tue Feb 21 2023 - 18:40:43 EST)
- Re: [GIT PULL] m68k updates for v6.3 pr-tracker-bot (Tue Feb 21 2023 - 18:42:14 EST)
- Re: [GIT PULL] x86/cpu for v6.3-rc1 pr-tracker-bot (Tue Feb 21 2023 - 18:42:16 EST)
- WARNING: CPU: 0 PID: 756 at arch/powerpc/kernel/exceptions-64s.S:2863 masked_interrupt+0xc/0xe4 with kernel Hard LOCKUP and reboot afterwards (kernel 6.2, PowerMac G5 11,2) Erhard Furtner (Tue Feb 21 2023 - 18:43:06 EST)
- Re: [PATCH 6.1 000/118] 6.1.13-rc1 review Shuah Khan (Tue Feb 21 2023 - 18:46:19 EST)
- Re: [PATCH 08/12] KVM: nSVM: Use KVM-governed feature framework to track "vVM{SAVE,LOAD} enabled" Sean Christopherson (Tue Feb 21 2023 - 18:48:13 EST)
- Re: [PATCH 5.15 00/83] 5.15.95-rc1 review Shuah Khan (Tue Feb 21 2023 - 18:48:31 EST)
- Re: [PATCH 5.10 00/57] 5.10.169-rc1 review Shuah Khan (Tue Feb 21 2023 - 18:50:17 EST)
- Re: [PATCH 5.4 000/156] 5.4.232-rc1 review Shuah Khan (Tue Feb 21 2023 - 18:53:32 EST)
- Re: [PATCH V3 3/8] soundwire: amd: register SoundWire manager dai ops Pierre-Louis Bossart (Tue Feb 21 2023 - 18:53:35 EST)
- Re: [PATCH 4/5] Replace timeconst.bc with mktimeconst.c Thomas Gleixner (Tue Feb 21 2023 - 18:53:39 EST)
- Re: next: 32-bit: ERROR: modpost: "__aeabi_uldivmod" [fs/btrfs/btrfs.ko] undefined! David Sterba (Tue Feb 21 2023 - 18:53:58 EST)
- Re: [PATCH 1/2] io_uring: Move from hlist to io_wq_work_node Jens Axboe (Tue Feb 21 2023 - 18:54:25 EST)
- Re: [PATCH 4.19 00/89] 4.19.273-rc1 review Shuah Khan (Tue Feb 21 2023 - 18:54:57 EST)
- Re: [RFC PATCH] hwmon: (peci/cputemp) Number cores as seen by host system Zev Weiss (Tue Feb 21 2023 - 18:56:01 EST)
- Re: [PATCH] mm: change memcg->oom_group access with atomic operations Roman Gushchin (Tue Feb 21 2023 - 18:58:25 EST)
- Re: [PATCH v7 2/8] block: Add copy offload support infrastructure Minwoo Im (Tue Feb 21 2023 - 18:58:46 EST)
- Re: [External] Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64 Usama Arif (Tue Feb 21 2023 - 19:01:01 EST)
- Re: [PATCH] rust: time: New module for timekeeping functions Thomas Gleixner (Tue Feb 21 2023 - 19:02:02 EST)
- Re: [PATCH v5 2/2] trigger: ledtrig-tty: add additional modes kernel test robot (Tue Feb 21 2023 - 19:03:14 EST)
- Re: [PATCH] block, bfq: free 'sync_bfqq' after bic_set_bfqq() in bfq_sync_bfqq_move() Jens Axboe (Tue Feb 21 2023 - 19:04:32 EST)
- Re: [PATCH v3 3/3] arm64: dts: qcom: sdm845-oneplus: add alert-slider Gergo Koteles (Tue Feb 21 2023 - 19:09:15 EST)
- [kernel PATCH v1 0/1] Clear workqueue to avoid use-after-free Zhengping Jiang (Tue Feb 21 2023 - 19:09:30 EST)
- [kernel PATCH v1 1/1] Bluetooth: hci_sync: clear workqueue before clear mgmt cmd Zhengping Jiang (Tue Feb 21 2023 - 19:09:39 EST)
- Re: [PATCH v6 22/41] mm/mmap: Add shadow stack pages to memory accounting Edgecombe, Rick P (Tue Feb 21 2023 - 19:10:35 EST)
- [PATCH v4 0/3] Add alert-slider for OnePlus6 Gergo Koteles (Tue Feb 21 2023 - 19:11:45 EST)
- [PATCH v4 1/3] Input: gpio-keys - add support for linux,input-value DTS property Gergo Koteles (Tue Feb 21 2023 - 19:11:52 EST)
- [PATCH v4 2/3] Input: add ABS_SND_PROFILE Gergo Koteles (Tue Feb 21 2023 - 19:11:56 EST)
- [PATCH v4 3/3] arm64: dts: qcom: sdm845-oneplus: add alert-slider Gergo Koteles (Tue Feb 21 2023 - 19:11:59 EST)
- [GIT PULL] Kselftest update for Linux 6.3-rc1 Shuah Khan (Tue Feb 21 2023 - 19:16:00 EST)
- [GIT PULL] x86/tdx for 6.3 Dave Hansen (Tue Feb 21 2023 - 19:17:12 EST)
- Re: .config and "make" / turning off all debug Randy Dunlap (Tue Feb 21 2023 - 19:17:50 EST)
- [kernel PATCH v3] Bluetooth: hci_sync: Resume adv with no RPA when active scan Zhengping Jiang (Tue Feb 21 2023 - 19:18:07 EST)
- Re: [PATCH 1/2] wifi: cfg80211: Add beacon hint notifier support Wen Gong (Tue Feb 21 2023 - 19:23:06 EST)
- Re: [PATCH] rust: time: New module for timekeeping functions Thomas Gleixner (Tue Feb 21 2023 - 19:24:59 EST)
- Re: [PATCH 2/2] Documentation/process: Add a maintainer handbook for KVM x86 Sean Christopherson (Tue Feb 21 2023 - 19:25:51 EST)
- RE: [PATCH 2/2] dt-bindings: usb: usbmisc-imx: add i.MX8MM usbmisc Peng Fan (Tue Feb 21 2023 - 19:27:32 EST)
- Re: [PATCH v10 10/26] gunyah: vm_mgr: Introduce basic VM Manager Elliot Berman (Tue Feb 21 2023 - 19:28:04 EST)
- Re: [PATCH 2/2] Documentation/process: Add a maintainer handbook for KVM x86 Sean Christopherson (Tue Feb 21 2023 - 19:29:09 EST)
- Re: [PATCH] mm: change memcg->oom_group access with atomic operations Paul E. McKenney (Tue Feb 21 2023 - 19:38:09 EST)
- Re: [PATCH] md: fix null-ptr-deference in md_free_disk() Xiao Ni (Tue Feb 21 2023 - 19:40:09 EST)
- Re: [PATCH] md: fix null-ptr-deference in md_free_disk() Xiao Ni (Tue Feb 21 2023 - 19:43:04 EST)
- [PATCH] docs: kbuild: remove description of KBUILD_LDS_MODULE Sangmoon Kim (Tue Feb 21 2023 - 19:46:22 EST)
- Re: [PATCH] scsi: mpi3mr: Replace 1-element array with flex-array Martin K. Petersen (Tue Feb 21 2023 - 19:48:30 EST)
- Re: [PATCH] kernel/sched/core.c: Modified prio_less(). JaeJoon Jung (Tue Feb 21 2023 - 19:52:10 EST)
- [PATCH v2 0/2] hwmon: (adt7475) Fixes for acoustics and hysteresis Tony O'Brien (Tue Feb 21 2023 - 19:52:39 EST)
- [PATCH v2 1/2] hwmon: (adt7475) Display smoothing attributes in correct order Tony O'Brien (Tue Feb 21 2023 - 19:52:41 EST)
- [PATCH v2 2/2] hwmon: (adt7475) Fix masking of hysteresis registers Tony O'Brien (Tue Feb 21 2023 - 19:52:45 EST)
- Kindly Reply Is Urgent!!!! Elizabeth Fisher (Tue Feb 21 2023 - 20:03:14 EST)
- Re: [PATCH v3] dt-bindings: ata: Add UniPhier controller binding Kunihiko Hayashi (Tue Feb 21 2023 - 20:03:23 EST)
- Re: [PATCH v6 14/41] x86/mm: Introduce _PAGE_SAVED_DIRTY Edgecombe, Rick P (Tue Feb 21 2023 - 20:03:32 EST)
- Re: [PATCH -v5 0/9] migrate_pages(): batch TLB flushing Huang, Ying (Tue Feb 21 2023 - 20:04:30 EST)
- Re: [PATCH v5 1/2] dt-bindings: i2c: Add support for ASPEED i2Cv2 Dhananjay Phadke (Tue Feb 21 2023 - 20:14:15 EST)
- Re: [Patch] [drivers/scsi] Remove unneeded version.h includes Martin K. Petersen (Tue Feb 21 2023 - 20:14:50 EST)
- Re: [PATCH] Update documentation of vfs_tmpfile Hok Chun NG (Ben) (Tue Feb 21 2023 - 20:15:36 EST)
- Re: [PATCH] ARM: dts: aspeed: mtjade: Add SMPro nodes Joel Stanley (Tue Feb 21 2023 - 20:17:22 EST)
- Re: [PATCH] x86/bugs: Allow STIBP with IBRS Pawan Gupta (Tue Feb 21 2023 - 20:20:20 EST)
- Re: [PATCH] x86/bugs: Allow STIBP with IBRS KP Singh (Tue Feb 21 2023 - 20:30:29 EST)
- Re: [PATCH v5 1/2] dt-bindings: i2c: Add support for ASPEED i2Cv2 Jeremy Kerr (Tue Feb 21 2023 - 20:30:31 EST)
- [PATCH v2] docs: ext4: modify the group desc size to 64 Wu Bo (Tue Feb 21 2023 - 20:35:46 EST)
- Re: [PATCH] x86/bugs: Allow STIBP with IBRS Pawan Gupta (Tue Feb 21 2023 - 20:38:15 EST)
- [PATCH] HID: usbhid: enable remote wakeup for mice Michael Wu (Tue Feb 21 2023 - 20:39:05 EST)
- Re: [GIT PULL] Hyper-V commits for 6.3 pr-tracker-bot (Tue Feb 21 2023 - 20:43:10 EST)
- Re: [GIT PULL] xen: branch for v6.3-rc1 pr-tracker-bot (Tue Feb 21 2023 - 20:43:22 EST)
- Re: [GIT,PULL] chrome-platform changes for v6.3 pr-tracker-bot (Tue Feb 21 2023 - 20:43:26 EST)
- Re: [GIT PULL] platform-drivers-x86 for 6.3-1 pr-tracker-bot (Tue Feb 21 2023 - 20:43:29 EST)
- Re: [PATCH v2 01/11] dt-bindings: clock: Add StarFive JH7110 System-Top-Group clock and reset generator Xingyu Wu (Tue Feb 21 2023 - 20:48:11 EST)
- Re: [PATCH] md: fix null-ptr-deference in md_free_disk() Yu Kuai (Tue Feb 21 2023 - 20:49:02 EST)
- [GIT PULL] KUnit next update for Linux 6.3-rc1 Shuah Khan (Tue Feb 21 2023 - 20:51:06 EST)
- Re: [PATCH v2 06/29] LoongArch: KVM: Implement vcpu create and destroy interface Tianrui Zhao (Tue Feb 21 2023 - 20:52:31 EST)
- [PATCH] firmware: dmi: Change size of dmi_ids_string[] to 256 Tiezhu Yang (Tue Feb 21 2023 - 20:55:12 EST)
- Re: [PATCH 2/2] Documentation/process: Add a maintainer handbook for KVM x86 Sean Christopherson (Tue Feb 21 2023 - 20:55:18 EST)
- [GIT PULL] LKMM changes for v6.3 Paul E. McKenney (Tue Feb 21 2023 - 20:57:07 EST)
- Re: [PATCH] zynq: clkc: Add kmalloc allocation flag Li zeming (Tue Feb 21 2023 - 21:02:08 EST)
- [GIT PULL] x86 NMI diagnostics for v6.3 Paul E. McKenney (Tue Feb 21 2023 - 21:02:28 EST)
- Re: [PATCH v10 2/4] clk: clk-loongson2: add clock controller driver support zhuyinbo (Tue Feb 21 2023 - 21:02:42 EST)
- [GIT PULL] nolibc changes for v6.3 Paul E. McKenney (Tue Feb 21 2023 - 21:07:17 EST)
- Re: [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory Alexey Kardashevskiy (Tue Feb 21 2023 - 21:08:06 EST)
- Re: [PATCH v2 07/29] LoongArch: KVM: Implement vcpu run interface Tianrui Zhao (Tue Feb 21 2023 - 21:08:51 EST)
- Re: [PATCH] netfilter: fix percpu counter block leak on error path when creating new netns Pavel Tikhomirov (Tue Feb 21 2023 - 21:11:20 EST)
- RE: [PATCH v2 02/10] iommu: Introduce a new iommu_group_replace_domain() API Tian, Kevin (Tue Feb 21 2023 - 21:12:03 EST)
- Re: [PATCH] net: dccp: delete redundant ackvec record in dccp_insert_options() Hangyu Hua (Tue Feb 21 2023 - 21:13:02 EST)
- RE: [PATCH v3 3/5] iommu/sva: Stop using ioasid_set for SVA Tian, Kevin (Tue Feb 21 2023 - 21:23:04 EST)
- [PATCH -next] net/mlx5: Remove NULL check before dev_{put, hold} Yang Li (Tue Feb 21 2023 - 21:29:58 EST)
- Re: [PATCH] kernel/sched/core.c: Modified prio_less(). Bagas Sanjaya (Tue Feb 21 2023 - 21:30:28 EST)
- Re: [PATCH RESEND] scsi: sd: Update dix config everytime sd_revalidate_disk is called Martin K. Petersen (Tue Feb 21 2023 - 21:30:32 EST)
- Re: [PATCH] Update documentation of vfs_tmpfile Bagas Sanjaya (Tue Feb 21 2023 - 21:33:02 EST)
- Re: [PATCH 6.1 000/118] 6.1.13-rc1 review Justin Forbes (Tue Feb 21 2023 - 21:37:05 EST)
- Re: [PATCH] KVM: x86: Remove duplicated calls of reverse_cpuid_check() Binbin Wu (Tue Feb 21 2023 - 21:38:52 EST)
- Re: [PULL] Networking for v6.3 Linus Torvalds (Tue Feb 21 2023 - 21:46:55 EST)
- Re: [PATCH net-next v3 4/5] ip_tunnel: constify input argument of ip_tunnel_info_opts( ) Gavin Li (Tue Feb 21 2023 - 21:48:18 EST)
- Re: linux-next: manual merge of the mm-stable tree with the cifs tree Stephen Rothwell (Tue Feb 21 2023 - 21:49:43 EST)
- [PATCH 1/2] sched/topology: introduce node_has_cpus() macro Yury Norov (Tue Feb 21 2023 - 21:50:49 EST)
- [PATCH 2/2] powerpc: use node_has_cpus() instead of nr_cpus_node() Yury Norov (Tue Feb 21 2023 - 21:50:51 EST)
- Re: [PULL] Networking for v6.3 pr-tracker-bot (Tue Feb 21 2023 - 21:52:52 EST)
- Re: [GIT PULL] Crypto Update for 6.3 pr-tracker-bot (Tue Feb 21 2023 - 21:52:56 EST)
- Re: [PATCH] rust: time: New module for timekeeping functions Boqun Feng (Tue Feb 21 2023 - 21:54:37 EST)
- [PATCH net-next v4 0/4] net/mlx5e: Add GBP VxLAN HW offload support Gavin Li (Tue Feb 21 2023 - 21:57:56 EST)
- [PATCH net-next v4 1/4] vxlan: Remove unused argument from vxlan_build_gbp_hdr( ) and vxlan_build_gpe_hdr( ) Gavin Li (Tue Feb 21 2023 - 21:58:00 EST)
- [PATCH net-next v4 2/4] vxlan: Expose helper vxlan_build_gbp_hdr Gavin Li (Tue Feb 21 2023 - 21:58:12 EST)
- [PATCH net-next v4 3/4] net/mlx5e: Add helper for encap_info_equal for tunnels with options Gavin Li (Tue Feb 21 2023 - 21:58:13 EST)
- [PATCH net-next v4 4/4] net/mlx5e: TC, Add support for VxLAN GBP encap/decap flows offload Gavin Li (Tue Feb 21 2023 - 21:58:16 EST)
- Re: [V2 PATCH 0/6] KVM: selftests: selftests for fd-based private memory Chao Peng (Tue Feb 21 2023 - 21:58:51 EST)
- RE: [PATCH v5 1/2] dt-bindings: i2c: Add support for ASPEED i2Cv2 Ryan Chen (Tue Feb 21 2023 - 22:01:16 EST)
- [PATCH v2 0/7] Several UFS MCQ Code Changes Po-Wen Kao (Tue Feb 21 2023 - 22:04:54 EST)
- [PATCH v2 1/7] scsi: ufs: core: Fix mcq tag calcualtion Po-Wen Kao (Tue Feb 21 2023 - 22:04:58 EST)
- [PATCH v2 3/7] scsi: ufs: core: Fix mcq nr_hw_queues Po-Wen Kao (Tue Feb 21 2023 - 22:05:02 EST)
- [PATCH v2 2/7] scsi: ufs: core: Rename symbols Po-Wen Kao (Tue Feb 21 2023 - 22:05:09 EST)
- [PATCH v2 5/7] scsi: ufs: core: Remove redundant check Po-Wen Kao (Tue Feb 21 2023 - 22:05:09 EST)
- [PATCH v2 4/7] scsi: ufs: core: Add hwq print for debug Po-Wen Kao (Tue Feb 21 2023 - 22:05:10 EST)
- [PATCH v2 6/7] scsi: ufs: core: Export symbols for MTK driver module Po-Wen Kao (Tue Feb 21 2023 - 22:05:15 EST)
- [PATCH v2 7/7] scsi: ufs: mtk-host: Add MCQ support for MTK platform Po-Wen Kao (Tue Feb 21 2023 - 22:05:22 EST)
- Re: [PATCH v3 01/13] x86/fpu/xstate: Avoid getting xstate address of init_fpstate if fpstate contains the component Chang S. Bae (Tue Feb 21 2023 - 22:05:51 EST)
- Re: What size anonymous folios should we allocate? Kent Overstreet (Tue Feb 21 2023 - 22:09:16 EST)
- Re: [PATCH v2 1/2] x86/speculation: Allow enabling STIBP with legacy IBRS Pawan Gupta (Tue Feb 21 2023 - 22:09:22 EST)
- [tip:irq/urgent] BUILD SUCCESS ce7980ae9080f72f08d50355c4d9084d57aece63 kernel test robot (Tue Feb 21 2023 - 22:09:48 EST)
- [PATCH] docs/bpf: Fix invalid link of "Documentation/bpf/btf.rst" Tiezhu Yang (Tue Feb 21 2023 - 22:11:24 EST)
- [PATCH v2] drm/amdkfd: Fix an illegal memory access qu . huang (Tue Feb 21 2023 - 22:11:27 EST)
- [PATCH net,v3,0/2] Fix a fib6 info notification bug Lu Wei (Tue Feb 21 2023 - 22:11:36 EST)
- [PATCH net,v3,1/2] ipv6: Add lwtunnel encap size of all siblings in nexthop calculation Lu Wei (Tue Feb 21 2023 - 22:11:37 EST)
- [PATCH net,v3,2/2] selftests: fib_tests: Add test cases for IPv4/IPv6 in route notify Lu Wei (Tue Feb 21 2023 - 22:11:40 EST)
- Re: [PATCH v2 2/7] scsi: ufs: core: Rename symbols Stanley Chu (Tue Feb 21 2023 - 22:12:32 EST)
- Re: [RFC v1 0/4] Simplify regulator supply resolution code by offloading to driver core Saravana Kannan (Tue Feb 21 2023 - 22:14:22 EST)
- [PATCH v6 0/5] LoongArch: Add kernel relocation and KASLR support Youling Tang (Tue Feb 21 2023 - 22:16:53 EST)
- [PATCH v6 2/5] LoongArch: Add JUMP_VIRT_ADDR macro implementation to avoid using la.abs Youling Tang (Tue Feb 21 2023 - 22:16:56 EST)
- [PATCH v6 1/5] LoongArch: Use la.pcrel instead of la.abs when it's trivially possible Youling Tang (Tue Feb 21 2023 - 22:17:02 EST)
- [PATCH v6 3/5] LoongArch: Add la_abs macro implementation Youling Tang (Tue Feb 21 2023 - 22:17:06 EST)
- [PATCH v6 4/5] LoongArch: Add support for kernel relocation Youling Tang (Tue Feb 21 2023 - 22:17:09 EST)
- [PATCH v6 5/5] LoongArch: Add support for kernel address space layout randomization (KASLR) Youling Tang (Tue Feb 21 2023 - 22:17:11 EST)
- Re: [PATCH v2 3/7] scsi: ufs: core: Fix mcq nr_hw_queues Stanley Chu (Tue Feb 21 2023 - 22:17:13 EST)
- Re: [PATCH] drm/amdkfd: Fix an illegal memory access Qu Huang (Tue Feb 21 2023 - 22:17:33 EST)
- Re: [PATCH net,v3,2/2] selftests: fib_tests: Add test cases for IPv4/IPv6 in route notify David Ahern (Tue Feb 21 2023 - 22:20:45 EST)
- Re: [PATCH] media: bttv: fix use after free error due to btv->timeout timer Zheng Hacker (Tue Feb 21 2023 - 22:24:40 EST)
- [PATCH -next V17 0/7] riscv: Add GENERIC_ENTRY support guoren (Tue Feb 21 2023 - 22:30:59 EST)
- Re: [PATCH v2] drm/amdkfd: Fix an illegal memory access Felix Kuehling (Tue Feb 21 2023 - 22:31:05 EST)
- [PATCH -next V17 1/7] compiler_types.h: Add __noinstr_section() for noinstr guoren (Tue Feb 21 2023 - 22:31:08 EST)
- [PATCH -next V17 2/7] riscv: ptrace: Remove duplicate operation guoren (Tue Feb 21 2023 - 22:31:18 EST)
- [PATCH -next V17 3/7] riscv: entry: Add noinstr to prevent instrumentation inserted guoren (Tue Feb 21 2023 - 22:31:31 EST)
- [PATCH -next V17 4/7] riscv: entry: Convert to generic entry guoren (Tue Feb 21 2023 - 22:31:46 EST)
- [PATCH -next V17 5/7] riscv: entry: Remove extra level wrappers of trace_hardirqs_{on,off} guoren (Tue Feb 21 2023 - 22:32:10 EST)
- [PATCH -next V17 6/7] riscv: entry: Consolidate ret_from_kernel_thread into ret_from_fork guoren (Tue Feb 21 2023 - 22:32:22 EST)
- [PATCH -next V17 7/7] riscv: entry: Consolidate general regs saving/restoring guoren (Tue Feb 21 2023 - 22:32:32 EST)
- Re: [PATCH v2 5/7] scsi: ufs: core: Remove redundant check Stanley Chu (Tue Feb 21 2023 - 22:34:12 EST)
- Re: [PULL] Networking for v6.3 Jakub Kicinski (Tue Feb 21 2023 - 22:34:29 EST)
- Re: [PATCH net-next v4 0/4] net/mlx5e: Add GBP VxLAN HW offload support Jakub Kicinski (Tue Feb 21 2023 - 22:36:41 EST)
- RE: [PATCH v5 2/2] i2c: aspeed: support ast2600 i2cv2 new register mode driver Ryan Chen (Tue Feb 21 2023 - 22:37:08 EST)
- Re: [PATCH v4 00/54] MediaTek clocks: full module build and cleanups Miles Chen (Tue Feb 21 2023 - 22:38:08 EST)
- [PATCH 2/2] md/raid10: fix null-ptr-deref in raid10_sync_request linan666 (Tue Feb 21 2023 - 22:46:50 EST)
- [PATCH 0/2] md/raid10: random bugfix linan666 (Tue Feb 21 2023 - 22:46:53 EST)
- [PATCH 1/2] md/raid10: fix taks hung in raid10d linan666 (Tue Feb 21 2023 - 22:46:53 EST)
- Re: [RESEND PATCH V12 XDMA 1/2] dmaengine: xilinx: xdma: Add xilinx xdma driver Lizhi Hou (Tue Feb 21 2023 - 22:46:54 EST)
- Re: [PATCH net] udp: fix memory schedule error Jason Xing (Tue Feb 21 2023 - 22:48:01 EST)
- Re: [RESEND PATCH V12 XDMA 1/2] dmaengine: xilinx: xdma: Add xilinx xdma driver Lizhi Hou (Tue Feb 21 2023 - 22:52:06 EST)
- Re: What size anonymous folios should we allocate? Matthew Wilcox (Tue Feb 21 2023 - 22:53:07 EST)
- linux-next: Tree for Feb 22 Stephen Rothwell (Tue Feb 21 2023 - 22:53:16 EST)
- [PATCH 0/2] of: populate of_root_node if not set (alternate) Frank Rowand (Tue Feb 21 2023 - 22:55:29 EST)
- [PATCH 2/2] of: unittest: treat missing of_root as error instead of fixing up Frank Rowand (Tue Feb 21 2023 - 22:55:31 EST)
- [PATCH 1/2] of: create of_root if no dtb provided Frank Rowand (Tue Feb 21 2023 - 22:55:34 EST)
- Re: [Patch v2 7/9] cpufreq: tegra194: add OPP support and set bandwidth Viresh Kumar (Tue Feb 21 2023 - 23:03:30 EST)
- Re: [PATCH] mm/khugepaged: alloc_charge_hpage() take care of mem charge errors David Stevens (Tue Feb 21 2023 - 23:04:13 EST)
- [tip:objtool/core] BUILD SUCCESS 801d48faf6bbf985d14aa1027889f3a3fe4206f1 kernel test robot (Tue Feb 21 2023 - 23:06:11 EST)
- Re: [PATCH v4 1/3] mm/khugepaged: refactor collapse_file control flow David Stevens (Tue Feb 21 2023 - 23:08:40 EST)
- Re: [PATCH v2 08/10] drm/panfrost: Add the MT8192 GPU ID Chen-Yu Tsai (Tue Feb 21 2023 - 23:11:35 EST)
- Re: [PATCH v4 49/54] clk: mediatek: Add MODULE_DEVICE_TABLE() where appropriate Miles Chen (Tue Feb 21 2023 - 23:14:40 EST)
- [GIT PULL] ksmbd server fixes Steve French (Tue Feb 21 2023 - 23:16:18 EST)
- Re: [PATCH] mwifiex: Fix use-after-free bug due to race condition between main thread thread and timer thread Zheng Hacker (Tue Feb 21 2023 - 23:17:39 EST)
- Re: [PATCH v2] docs: ext4: modify the group desc size to 64 Darrick J. Wong (Tue Feb 21 2023 - 23:18:34 EST)
- [PATCH -next 1/1] dmaengine: xilinx: xdma: Remove id table Lizhi Hou (Tue Feb 21 2023 - 23:19:58 EST)
- Re: [PATCH] mm: change memcg->oom_group access with atomic operations Roman Gushchin (Tue Feb 21 2023 - 23:30:29 EST)
- Re: [PATCH v10 1/9] dt-bindings: mfd: ti,j721e-system-controller: Fix mux node regex Ravi Gunasekaran (Tue Feb 21 2023 - 23:33:45 EST)
- drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-core.c:1175:34: warning: unused variable 'c8sectpfe_match' kernel test robot (Tue Feb 21 2023 - 23:34:19 EST)
- Re: [PATCH v10 1/9] dt-bindings: mfd: ti,j721e-system-controller: Fix mux node regex Ravi Gunasekaran (Tue Feb 21 2023 - 23:35:53 EST)
- Re: [EXTERNAL] Re: [PATCH v10 1/9] dt-bindings: mfd: ti, j721e-system-controller: Fix mux node regex Ravi Gunasekaran (Tue Feb 21 2023 - 23:38:27 EST)
- Re: [PATCH v2 07/10] drm/panfrost: Increase MAX_PM_DOMAINS to 5 Chen-Yu Tsai (Tue Feb 21 2023 - 23:39:04 EST)
- Re: [PATCH v2 09/10] drm/panfrost: Add mediatek,mt8192-mali compatible Chen-Yu Tsai (Tue Feb 21 2023 - 23:39:23 EST)
- Re: [PATCH] rust: time: New module for timekeeping functions Asahi Lina (Tue Feb 21 2023 - 23:46:18 EST)
- KASAN: slab-out-of-bounds Read in ntfs_attr_find Palash Oswal (Tue Feb 21 2023 - 23:46:19 EST)
- [tip:master] BUILD SUCCESS c5a864380fe8ffd54621d60ab162671962a43f7f kernel test robot (Tue Feb 21 2023 - 23:49:57 EST)
- Re: [PATCH v10 2/9] arm64: dts: ti: k3-j721s2-main: Add support for USB Ravi Gunasekaran (Tue Feb 21 2023 - 23:51:45 EST)
- Re: [PATCH v10 3/9] arm64: dts: ti: k3-j721s2-main: Add SERDES and WIZ device tree node Ravi Gunasekaran (Tue Feb 21 2023 - 23:53:59 EST)
- Re: [PATCH v12 06/10] drm/bridge: Remove redundant i2c_client in anx7625/it6505 Pin-yen Lin (Tue Feb 21 2023 - 23:56:23 EST)
- Re: [PATCH] rust: time: New module for timekeeping functions Asahi Lina (Tue Feb 21 2023 - 23:56:35 EST)
- kernel/bpf/core.c:1913:3: error: call to undeclared function 'barrier_nospec'; ISO C99 and later do not support implicit function declarations kernel test robot (Wed Feb 22 2023 - 00:05:06 EST)
- Re: [PATCH v12 07/10] drm/bridge: anx7625: Register Type C mode switches Pin-yen Lin (Wed Feb 22 2023 - 00:05:42 EST)
- KASAN: use-after-free Read in inode_cgwb_move_to_attached Palash Oswal (Wed Feb 22 2023 - 00:09:43 EST)
- Re: [PATCH v10 2/4] clk: clk-loongson2: add clock controller driver support zhuyinbo (Wed Feb 22 2023 - 00:10:27 EST)
- [GIT PULL] Compute Express Link (CXL) for 6.3 Dan Williams (Wed Feb 22 2023 - 00:15:32 EST)
- Re: [PATCH v2 6/7] scsi: ufs: core: Export symbols for MTK driver module Stanley Chu (Wed Feb 22 2023 - 00:19:38 EST)
- Re: [PATCH] rust: time: New module for timekeeping functions Boqun Feng (Wed Feb 22 2023 - 00:20:19 EST)
- RE: [PATCH v3 1/3] drivers: mailbox: zynqmp: handle multiple child nodes Datta, Shubhrajyoti (Wed Feb 22 2023 - 00:28:52 EST)
- Re: [PATCH] staging: rtl8712: Fix Sparse warnings in rtl871x_ioctl_linux.c kernel test robot (Wed Feb 22 2023 - 00:35:04 EST)
- Re: [PATCH V3 3/8] soundwire: amd: register SoundWire manager dai ops Mukunda,Vijendar (Wed Feb 22 2023 - 00:36:34 EST)
- Alpha MTD_TSUNAMI BROKEN? Randy Dunlap (Wed Feb 22 2023 - 00:37:36 EST)
- [PATCH v3 0/3] introduce tee-based EFI Runtime Variable Service Masahisa Kojima (Wed Feb 22 2023 - 00:39:17 EST)
- [PATCH v3 1/3] efi: expose efivar generic ops register function Masahisa Kojima (Wed Feb 22 2023 - 00:39:24 EST)
- [PATCH v3 2/3] efi: Add EFI_ACCESS_DENIED status code Masahisa Kojima (Wed Feb 22 2023 - 00:39:29 EST)
- [PATCH v3 3/3] efi: Add tee-based EFI variable driver Masahisa Kojima (Wed Feb 22 2023 - 00:40:42 EST)
- Re: [PATCH v8 2/7] iommu/arm-smmu-v3: support ops registration for CDX bus Nipun Gupta (Wed Feb 22 2023 - 00:41:19 EST)
- RE: [PATCH] rcu-tasks: Allow RCU-Task trace stall warning dump late IPI CPU stacks Zhuo, Qiuxu (Wed Feb 22 2023 - 00:44:37 EST)
- Re: [PATCH v2 1/2] x86/speculation: Allow enabling STIBP with legacy IBRS KP Singh (Wed Feb 22 2023 - 00:50:18 EST)
- [PATCH net v3 4/4] net: phy: c45: genphy_c45_ethtool_set_eee: validate EEE link modes Oleksij Rempel (Wed Feb 22 2023 - 00:51:02 EST)
- [PATCH net v333 0/4] net: phy: EEE fixes Oleksij Rempel (Wed Feb 22 2023 - 00:51:05 EST)
- [PATCH net v3 2/4] net: phy: c45: add genphy_c45_an_config_eee_aneg() function Oleksij Rempel (Wed Feb 22 2023 - 00:51:07 EST)
- [PATCH net v3 3/4] net: phy: do not force EEE support Oleksij Rempel (Wed Feb 22 2023 - 00:51:09 EST)
- [PATCH net v3 1/4] net: phy: c45: use "supported_eee" instead of supported for access validation Oleksij Rempel (Wed Feb 22 2023 - 00:51:12 EST)
- drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c:90:25: warning: 'strncpy' specified bound depends on the length of the source argument kernel test robot (Wed Feb 22 2023 - 00:56:04 EST)
- [PATCH] arch/powerpc/include/asm/barrier.h: redefine rmb and wmb to lwsync Kautuk Consul (Wed Feb 22 2023 - 01:01:44 EST)
- Re: [PATCH] HID: usbhid: enable remote wakeup for mice Greg KH (Wed Feb 22 2023 - 01:04:23 EST)
- Re: [PATCH] arch/powerpc/include/asm/barrier.h: redefine rmb and wmb to lwsync Kautuk Consul (Wed Feb 22 2023 - 01:05:37 EST)
- Re: [PATCH v5 2/2] trigger: ledtrig-tty: add additional modes Florian Eckert (Wed Feb 22 2023 - 01:07:40 EST)
- Re: [PATCH v3 3/5] iommu/sva: Stop using ioasid_set for SVA Jacob Pan (Wed Feb 22 2023 - 01:15:28 EST)
- [PATCH v2] net: dccp: delete redundant ackvec record in dccp_insert_options() Hangyu Hua (Wed Feb 22 2023 - 01:25:20 EST)
- Re: [PATCH] mm/damon/paddr: fix pin page problem Andrew Yang (楊智強) (Wed Feb 22 2023 - 01:26:41 EST)
- Re: [PATCH v3 0/8] powerpc/85xx: p2020: Create one unified machine description Christophe Leroy (Wed Feb 22 2023 - 01:39:20 EST)
- x86: AMD Zen2 ymm registers rolling back Tavis Ormandy (Wed Feb 22 2023 - 01:40:16 EST)
- [PATCH] cpufreq: intel_pstate: Update Balance performance EPP for Sapphire Rapids Srinivas Pandruvada (Wed Feb 22 2023 - 01:45:48 EST)
- Re: [PATCH net,v3,2/2] selftests: fib_tests: Add test cases for IPv4/IPv6 in route notify luwei (O) (Wed Feb 22 2023 - 01:46:27 EST)
- Re: [PATCH 08/12] KVM: nSVM: Use KVM-governed feature framework to track "vVM{SAVE,LOAD} enabled" Yu Zhang (Wed Feb 22 2023 - 01:49:41 EST)
- Re: Mellanox interrupts are not load balanced katiyar26@xxxxxxxxxxx (Wed Feb 22 2023 - 01:52:28 EST)
- Re: [PATCH] rust: time: New module for timekeeping functions Heghedus Razvan (Wed Feb 22 2023 - 01:53:17 EST)
- [PATCH 0/2] LoongArch: Add the same binary implementation for kdump Youling Tang (Wed Feb 22 2023 - 01:53:27 EST)
- [PATCH 1/2] LoongArch: kdump: Add the same binary implementation Youling Tang (Wed Feb 22 2023 - 01:53:29 EST)
- [PATCH 2/2] LoongArch: kdump: Add crashkernel=YM handling Youling Tang (Wed Feb 22 2023 - 01:53:31 EST)
- Re: [PATCH V5 5/5] firmware: scm: Modify only the DLOAD bit in TCSR register for download mode Sricharan Ramabadhran (Wed Feb 22 2023 - 01:54:01 EST)
- Re: [PATCH v3 7/7] RISC-V: Add hwprobe vDSO function and data kernel test robot (Wed Feb 22 2023 - 01:56:35 EST)
- [net PATCH] octeontx2-af: Unlock contexts in the queue context cache in case of fault detection Sai Krishna (Wed Feb 22 2023 - 01:59:55 EST)
- RE: [PATCH v2] usb: dwc2: drd: fix inconsistent mode if role-switch-default-mode="host" Minas Harutyunyan (Wed Feb 22 2023 - 02:01:21 EST)
- Re: [PATCH] arch/powerpc/include/asm/barrier.h: redefine rmb and wmb to lwsync Christophe Leroy (Wed Feb 22 2023 - 02:02:42 EST)
- [PATCH] swiotlb: mark swiotlb_memblock_alloc() as __init Randy Dunlap (Wed Feb 22 2023 - 02:04:19 EST)
- Re: [PATCH v2 10/10] drm/panfrost: Add new compatible for Mali on the MT8183 SoC Chen-Yu Tsai (Wed Feb 22 2023 - 02:07:10 EST)
- Re: [PATCH v6 0/2] arm64: Fix pending single-step debugging issues Sumit Garg (Wed Feb 22 2023 - 02:07:15 EST)
- Re: [PATCH -next] arm64: Optimize the comparison of unsigned expressions to avoid compiling error linyujun (C) (Wed Feb 22 2023 - 02:08:34 EST)
- Re: [PATCH v2] ath10k: snoc: enable threaded napi on WCN3990 Abhishek Kumar (Wed Feb 22 2023 - 02:09:41 EST)
- Re: [PATCH V3 2/8] soundwire: amd: Add support for AMD Manager driver Mukunda,Vijendar (Wed Feb 22 2023 - 02:15:27 EST)
- Re: [RFC v1 0/4] Simplify regulator supply resolution code by offloading to driver core Marek Szyprowski (Wed Feb 22 2023 - 02:15:42 EST)
- Re: [PATCH v5 2/2] trigger: ledtrig-tty: add additional modes Jiri Slaby (Wed Feb 22 2023 - 02:16:43 EST)
- Re: [PATCH v5 2/2] trigger: ledtrig-tty: add additional modes Jiri Slaby (Wed Feb 22 2023 - 02:21:24 EST)
- Re: [PATCH V5 5/5] firmware: scm: Modify only the DLOAD bit in TCSR register for download mode Mukesh Ojha (Wed Feb 22 2023 - 02:23:32 EST)
- [PATCH net,v4,0/2] Fix a fib6 info notification bug Lu Wei (Wed Feb 22 2023 - 02:27:10 EST)
- [PATCH net,v4,1/2] ipv6: Add lwtunnel encap size of all siblings in nexthop calculation Lu Wei (Wed Feb 22 2023 - 02:27:11 EST)
- [PATCH net,v4,2/2] selftests: fib_tests: Add test cases for IPv4/IPv6 in route notify Lu Wei (Wed Feb 22 2023 - 02:27:13 EST)
- Re: [PATCH] tty: tty_ldisc: Remove the ret variable Jiri Slaby (Wed Feb 22 2023 - 02:30:40 EST)
- Re: [PATCH 2/5] mm: vmscan: make memcg slab shrink lockless Qi Zheng (Wed Feb 22 2023 - 02:32:16 EST)
- [PATCH] KVM: SVM: hyper-v: placate modpost section mismatch error Randy Dunlap (Wed Feb 22 2023 - 02:33:22 EST)
- Re: [PATCH] docs: kbuild: remove description of KBUILD_LDS_MODULE Bagas Sanjaya (Wed Feb 22 2023 - 02:34:03 EST)
- Re: [PATCH v2] blk-ioprio: Introduce promote-to-rt policy Bagas Sanjaya (Wed Feb 22 2023 - 02:38:12 EST)
- [PATCH v3] scsi: ufs: core: Add trace event for MCQ Ziqi Chen (Wed Feb 22 2023 - 02:40:25 EST)
- [PATCH net V3] net: stmmac: Premature loop termination check was ignored Jochen Henneberg (Wed Feb 22 2023 - 02:41:12 EST)
- [regression] Bug 217064 - Kernel TLS with CAAM is Broken (net/tls/tls_sw.c) Linux regression tracking (Thorsten Leemhuis) (Wed Feb 22 2023 - 02:46:55 EST)
- Re: [PATCH V5 5/5] firmware: scm: Modify only the DLOAD bit in TCSR register for download mode Sricharan Ramabadhran (Wed Feb 22 2023 - 02:50:17 EST)
- Re: [PATCH v3 0/8] powerpc/85xx: p2020: Create one unified machine description Pali Rohár (Wed Feb 22 2023 - 02:52:17 EST)
- Re: [PATCH v3] char: pcmcia: cm4000_cs: Fix use-after-free in cm4000_fops Jiri Slaby (Wed Feb 22 2023 - 02:53:30 EST)
- Re: [PATCH v1 02/10] sound: soc: jack: allow multiple interrupt per gpio Svyatoslav Ryhel (Wed Feb 22 2023 - 02:53:49 EST)
- Re: [PATCH] sysctl: fix proc_dobool() usability Ondrej Mosnacek (Wed Feb 22 2023 - 02:54:01 EST)
- Re: [PATCH v2 00/10] Panfrost: Improve and add MediaTek SoCs support Chen-Yu Tsai (Wed Feb 22 2023 - 02:56:01 EST)
- [PATCH v6 0/2] leds: ledtrig-tty: add tty_led_mode xtension Florian Eckert (Wed Feb 22 2023 - 02:56:04 EST)
- [PATCH v6 1/2] tty: new helper function tty_get_mget Florian Eckert (Wed Feb 22 2023 - 02:56:08 EST)
- [PATCH v6 2/2] trigger: ledtrig-tty: add additional modes Florian Eckert (Wed Feb 22 2023 - 02:56:10 EST)
- Re: [PATCH v1 04/10] ASoC: tegra: Support RT5631 by machine driver Svyatoslav Ryhel (Wed Feb 22 2023 - 02:56:18 EST)
- Re: [PATCH v3 1/2] clk: Add generic sync_state callback for disabling unused clocks Abel Vesa (Wed Feb 22 2023 - 02:57:46 EST)
- [regression] Bug 217069 - Wake on Lan is broken on r8169 since 6.2 Thorsten Leemhuis (Wed Feb 22 2023 - 02:58:17 EST)
- Re: [PATCH v2 02/10] dt-bindings: gpu: mali-bifrost: Split out MediaTek power-domains variation Chen-Yu Tsai (Wed Feb 22 2023 - 02:58:49 EST)
- Re: [PATCH v2 03/10] dt-bindings: gpu: mali-bifrost: Allow up to 5 power domains for MT8192 Chen-Yu Tsai (Wed Feb 22 2023 - 03:00:40 EST)
- Re: [PATCH 1/2] wifi: cfg80211: Add beacon hint notifier support Johannes Berg (Wed Feb 22 2023 - 03:01:13 EST)
- Re: [PATCH v1 04/10] ASoC: tegra: Support RT5631 by machine driver Svyatoslav Ryhel (Wed Feb 22 2023 - 03:01:17 EST)
- Re: [PATCH v2 04/10] dt-bindings: gpu: mali-bifrost: Add compatible for MT8195 SoC Chen-Yu Tsai (Wed Feb 22 2023 - 03:01:58 EST)
- Re: [PATCH v2 05/10] dt-bindings: gpu: mali-bifrost: Add new MT8183 compatible Chen-Yu Tsai (Wed Feb 22 2023 - 03:02:09 EST)
- Re: [PATCH v1 07/10] ARM: tegra: transformers: update bindings of sound graph Svyatoslav Ryhel (Wed Feb 22 2023 - 03:02:35 EST)
- [RFC PATCH] sched/fair: update the vruntime to be max vruntime when yield Xuewen Yan (Wed Feb 22 2023 - 03:03:36 EST)
- Re: [PATCH v5 2/4] Bluetooth: hci_qca: Add support for QTI Bluetooth chip wcn6855 Johan Hovold (Wed Feb 22 2023 - 03:04:03 EST)
- Re: [PATCH] RDMA/mlx5: Coding style fix Leon Romanovsky (Wed Feb 22 2023 - 03:04:05 EST)
- Re: [PATCH v1 09/10] staging: dsp: add support for Fortemedia FM34NE DSP Svyatoslav Ryhel (Wed Feb 22 2023 - 03:06:41 EST)
- Re: [GIT PULL] s390 updates for 6.3 merge window Heiko Carstens (Wed Feb 22 2023 - 03:07:23 EST)
- [PATCH] vfio: Fix NULL pointer dereference caused by uninitialized group->iommufd Yan Zhao (Wed Feb 22 2023 - 03:13:50 EST)
- Re: [PATCH v6 2/2] trigger: ledtrig-tty: add additional modes Jiri Slaby (Wed Feb 22 2023 - 03:13:51 EST)
- Re: [PATCH v1 09/10] staging: dsp: add support for Fortemedia FM34NE DSP Svyatoslav Ryhel (Wed Feb 22 2023 - 03:14:23 EST)
- Re: [PATCH] ethtool: pse-pd: Fix double word in comments Simon Horman (Wed Feb 22 2023 - 03:15:00 EST)
- Re: [PATCH 2/5] mm: vmscan: make memcg slab shrink lockless Qi Zheng (Wed Feb 22 2023 - 03:16:49 EST)
- Re: [PATCH] arch/powerpc/include/asm/barrier.h: redefine rmb and wmb to lwsync Kautuk Consul (Wed Feb 22 2023 - 03:17:12 EST)
- Re: [PATCH v9 9/9] arm64: dts: mediatek: Initial mt8365-evk support Alexandre Mergnat (Wed Feb 22 2023 - 03:17:59 EST)
- Re: [PATCH v1 09/10] staging: dsp: add support for Fortemedia FM34NE DSP Svyatoslav Ryhel (Wed Feb 22 2023 - 03:20:04 EST)
- Re: [External] Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64 David Woodhouse (Wed Feb 22 2023 - 03:20:24 EST)
- [PATCH] KVM: x86/pmu: Apply event filter mechanism to emulated instructions Like Xu (Wed Feb 22 2023 - 03:20:31 EST)
- Re: [PATCH v3] char: pcmcia: cm4000_cs: Fix use-after-free in cm4000_fops Greg Kroah-Hartman (Wed Feb 22 2023 - 03:21:21 EST)
- Re: [PATCH] arch/powerpc/include/asm/barrier.h: redefine rmb and wmb to lwsync Kautuk Consul (Wed Feb 22 2023 - 03:21:38 EST)
- Re: [PATCH 2/5] mm: vmscan: make memcg slab shrink lockless Qi Zheng (Wed Feb 22 2023 - 03:22:01 EST)
- [PATCH] bpf: Fix undeclared function 'barrier_nospec' warning Viresh Kumar (Wed Feb 22 2023 - 03:24:39 EST)
- Re: [PATCH v5 1/2] dt-bindings: i2c: Add support for ASPEED i2Cv2 Krzysztof Kozlowski (Wed Feb 22 2023 - 03:25:48 EST)
- Re: [PATCH v2 1/2] x86/speculation: Allow enabling STIBP with legacy IBRS Pawan Gupta (Wed Feb 22 2023 - 03:26:00 EST)
- Re: [PATCH] arch/powerpc/include/asm/barrier.h: redefine rmb and wmb to lwsync Christophe Leroy (Wed Feb 22 2023 - 03:28:29 EST)
- Re: [PATCH v5 2/2] i2c: aspeed: support ast2600 i2cv2 new register mode driver Krzysztof Kozlowski (Wed Feb 22 2023 - 03:28:38 EST)
- Re: linux-next: manual merge of the mm-stable tree with the cifs tree David Howells (Wed Feb 22 2023 - 03:28:54 EST)
- Re: kernel/bpf/core.c:1913:3: error: call to undeclared function 'barrier_nospec'; ISO C99 and later do not support implicit function declarations Viresh Kumar (Wed Feb 22 2023 - 03:30:15 EST)
- Re: [PATCH] rust: time: New module for timekeeping functions Thomas Gleixner (Wed Feb 22 2023 - 03:33:14 EST)
- [PATCH 0/2] Add support for the TAS5733 Kamel Bouhara (Wed Feb 22 2023 - 03:33:18 EST)
- [PATCH 2/2] ASoC: tas571x: add support for TAS5733 Kamel Bouhara (Wed Feb 22 2023 - 03:33:20 EST)
- [PATCH 1/2] ASoC: tas571x: add tas5733 compatible Kamel Bouhara (Wed Feb 22 2023 - 03:33:23 EST)
- Re: x86: AMD Zen2 ymm registers rolling back Borislav Petkov (Wed Feb 22 2023 - 03:33:46 EST)
- [PATCH v7 0/2] leds: ledtrig-tty: add tty_led_mode xtension Florian Eckert (Wed Feb 22 2023 - 03:34:23 EST)
- [PATCH v7 1/2] tty: new helper function tty_get_mget Florian Eckert (Wed Feb 22 2023 - 03:34:25 EST)
- [PATCH v7 2/2] trigger: ledtrig-tty: add additional modes Florian Eckert (Wed Feb 22 2023 - 03:34:28 EST)
- Re: [PATCH] arch/powerpc/include/asm/barrier.h: redefine rmb and wmb to lwsync Kautuk Consul (Wed Feb 22 2023 - 03:34:52 EST)
- [PATCH v2] Documentation: bpf: Fix link to BTF doc Bagas Sanjaya (Wed Feb 22 2023 - 03:36:05 EST)
- Re: [PATCH v4 12/16] parisc: mm: Convert to GENERIC_IOREMAP Baoquan He (Wed Feb 22 2023 - 03:36:35 EST)
- Re: [PATCH 1/2] ASoC: tas571x: add tas5733 compatible Krzysztof Kozlowski (Wed Feb 22 2023 - 03:36:39 EST)
- Re: [PATCH v2 06/10] dt-bindings: gpu: mali-bifrost: Add a compatible for MediaTek MT8186 Chen-Yu Tsai (Wed Feb 22 2023 - 03:38:02 EST)
- Re: [PATCH v3 01/13] x86/fpu/xstate: Avoid getting xstate address of init_fpstate if fpstate contains the component Thomas Gleixner (Wed Feb 22 2023 - 03:38:09 EST)
- Re: [PATCH v3] dt-bindings: ata: Add UniPhier controller binding Krzysztof Kozlowski (Wed Feb 22 2023 - 03:38:57 EST)
- Re: [PATCH v2 00/10] Panfrost: Improve and add MediaTek SoCs support Chen-Yu Tsai (Wed Feb 22 2023 - 03:39:39 EST)
- Re: [PATCH v1 1/4] dt-bindings: mfd: Add DT bindings for TI TPS6594 PMIC Krzysztof Kozlowski (Wed Feb 22 2023 - 03:40:18 EST)
- Re: [PATCH] arch/powerpc/include/asm/barrier.h: redefine rmb and wmb to lwsync Christophe Leroy (Wed Feb 22 2023 - 03:40:54 EST)
- Re: [PATCH v4 2/3] dt-bindings: net: bluetooth: Add NXP bluetooth support Krzysztof Kozlowski (Wed Feb 22 2023 - 03:45:00 EST)
- Re: [PATCH 5.10 00/57] 5.10.169-rc1 review zhouzhixiu (Wed Feb 22 2023 - 03:45:22 EST)
- Re: [PATCH] arch/powerpc/include/asm/barrier.h: redefine rmb and wmb to lwsync Kautuk Consul (Wed Feb 22 2023 - 03:47:37 EST)
- Re: [PATCH 5.4 000/156] 5.4.232-rc1 review zhouzhixiu (Wed Feb 22 2023 - 03:48:21 EST)
- Re: Bug report: UDP ~20% degradation Tariq Toukan (Wed Feb 22 2023 - 03:49:50 EST)
- [PATCH 1/2] tty: ipwireless: move Kconfig entry to tty Jiri Slaby (SUSE) (Wed Feb 22 2023 - 03:50:24 EST)
- [PATCH 2/2] char: pcmcia: remove all the drivers Jiri Slaby (SUSE) (Wed Feb 22 2023 - 03:50:35 EST)
- Re: [PATCH 4.19 00/89] 4.19.273-rc1 review zhouzhixiu (Wed Feb 22 2023 - 03:51:27 EST)
- Re: [PATCH 2/2] char: pcmcia: remove all the drivers Jiri Slaby (Wed Feb 22 2023 - 03:51:37 EST)
- Re: [PATCH v12 03/10] drm/display: Add Type-C switch helpers Pin-yen Lin (Wed Feb 22 2023 - 03:54:00 EST)
- Re: [PATCH] docs/bpf: Fix invalid link of "Documentation/bpf/btf.rst" Bagas Sanjaya (Wed Feb 22 2023 - 03:54:21 EST)
- Re: [PATCH v1 1/5] ARM: tegra: Add labels to tegra30.dtsi Mikko Perttunen (Wed Feb 22 2023 - 03:56:36 EST)
- Re: [PATCH] HID: usbhid: enable remote wakeup for mice Sergei Shtylyov (Wed Feb 22 2023 - 03:59:26 EST)
- Re: [PATCH V3 5/8] soundwire: amd: add SoundWire manager interrupt handling Mukunda,Vijendar (Wed Feb 22 2023 - 03:59:43 EST)
- Re: [PATCH v2] net: dccp: delete redundant ackvec record in dccp_insert_options() Eric Dumazet (Wed Feb 22 2023 - 04:00:17 EST)
- Re: [PATCH v3 1/2] tee: system invocation Sumit Garg (Wed Feb 22 2023 - 04:00:49 EST)
- RE: [PATCH] mm: change memcg->oom_group access with atomic operations David Laight (Wed Feb 22 2023 - 04:01:20 EST)
- Re: [PATCH] netfilter: fix percpu counter block leak on error path when creating new netns Pablo Neira Ayuso (Wed Feb 22 2023 - 04:02:17 EST)
- [PATCH] arch/powerpc/include/asm/barrier.h: redefine rmb and wmb to lwsync Kautuk Consul (Wed Feb 22 2023 - 04:02:41 EST)
- Re: [PATCH v7 2/8] block: Add copy offload support infrastructure Nitesh Shetty (Wed Feb 22 2023 - 04:02:52 EST)
- [PATCH v2] arch/powerpc/include/asm/barrier.h: redefine rmb and wmb to lwsync Kautuk Consul (Wed Feb 22 2023 - 04:04:10 EST)
- Re: [PATCH 1/2] LoongArch: kdump: Add the same binary implementation WANG Xuerui (Wed Feb 22 2023 - 04:05:40 EST)
- Re: [PATCH v4 49/54] clk: mediatek: Add MODULE_DEVICE_TABLE() where appropriate AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:05:50 EST)
- Re: [PATCH v6 14/41] x86/mm: Introduce _PAGE_SAVED_DIRTY David Hildenbrand (Wed Feb 22 2023 - 04:06:16 EST)
- Re: [PATCH net V3] net: stmmac: Premature loop termination check was ignored Simon Horman (Wed Feb 22 2023 - 04:08:01 EST)
- Re: [PATCH] arch/powerpc/include/asm/barrier.h: redefine rmb and wmb to lwsync Kautuk Consul (Wed Feb 22 2023 - 04:08:41 EST)
- Re: [PATCH v1 3/3] riscv: dts: starfive: jh7110: Add PLL clock node Krzysztof Kozlowski (Wed Feb 22 2023 - 04:10:04 EST)
- Re: [PATCH v1 1/3] dt-bindings: clock: Add StarFive JH7110 PLL clock generator Krzysztof Kozlowski (Wed Feb 22 2023 - 04:11:43 EST)
- Re: [PATCH v4 09/19] dt-bindings: clock: Add StarFive JH7110 system clock and reset generator Krzysztof Kozlowski (Wed Feb 22 2023 - 04:13:28 EST)
- Re: [PATCH v2 06/10] dt-bindings: gpu: mali-bifrost: Add a compatible for MediaTek MT8186 AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:13:54 EST)
- Re: x86: AMD Zen2 ymm registers rolling back Borislav Petkov (Wed Feb 22 2023 - 04:14:45 EST)
- Re: [PATCH v11 3/5] media: i2c: imx334: support lower bandwidth mode Sakari Ailus (Wed Feb 22 2023 - 04:15:02 EST)
- Re: [PATCH RESEND v10 5/5] media: i2c: imx334: update pixel and link frequency Sakari Ailus (Wed Feb 22 2023 - 04:16:40 EST)
- Re: [PATCH v2 1/3] dt-bindings: dma: snps,dw-axi-dmac: Add reset items Krzysztof Kozlowski (Wed Feb 22 2023 - 04:17:42 EST)
- Re: [PATCH] vfio: Fix NULL pointer dereference caused by uninitialized group->iommufd Miko Larsson (Wed Feb 22 2023 - 04:18:38 EST)
- Re: [PATCH v1 09/10] staging: dsp: add support for Fortemedia FM34NE DSP Greg Kroah-Hartman (Wed Feb 22 2023 - 04:21:12 EST)
- Re: Official documentation from Intel stating that poking INT3 (single-byte) concurrently is OK ? Peter Zijlstra (Wed Feb 22 2023 - 04:21:15 EST)
- Re: [PATCH v9 9/9] arm64: dts: mediatek: Initial mt8365-evk support Greg KH (Wed Feb 22 2023 - 04:21:51 EST)
- [PATCH] spi: cadence-quadspi: Fix cancel the indirect read mask Hongbin Ji (Wed Feb 22 2023 - 04:22:21 EST)
- [PATCH v2 1/2] tty: ipwireless: move Kconfig entry to tty Jiri Slaby (SUSE) (Wed Feb 22 2023 - 04:23:28 EST)
- [PATCH v2 2/2] char: pcmcia: remove all the drivers Jiri Slaby (SUSE) (Wed Feb 22 2023 - 04:23:41 EST)
- Re: [PATCH v2] dt-bindings: fpga: xilinx-pr-decoupler: convert bindings to json-schema Krzysztof Kozlowski (Wed Feb 22 2023 - 04:24:28 EST)
- RE: [PATCH] vfio: Fix NULL pointer dereference caused by uninitialized group->iommufd Liu, Yi L (Wed Feb 22 2023 - 04:25:29 EST)
- [PATCH v5 00/54] MediaTek clocks: full module build and cleanups AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:26:10 EST)
- [PATCH v5 01/54] clk: mediatek: clk-mtk: Switch to device_get_match_data() AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:26:16 EST)
- [PATCH v5 02/54] clk: mediatek: clk-mtk: Introduce clk_mtk_pdev_{probe,remove}() AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:26:18 EST)
- [PATCH v5 04/54] clk: mediatek: Add divider clocks to mtk_clk_simple_{probe,remove}() AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:26:20 EST)
- [PATCH v5 05/54] clk: mediatek: mt2712: Migrate topckgen/mcucfg to mtk_clk_simple_probe() AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:26:23 EST)
- [PATCH v5 03/54] clk: mediatek: Migrate to mtk_clk_pdev_probe() for multimedia clocks AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:26:27 EST)
- [PATCH v5 07/54] clk: mediatek: mt2712: Add error handling to clk_mt2712_apmixed_probe() AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:26:29 EST)
- [PATCH v5 06/54] clk: mediatek: mt2712: Compress clock arrays entries to 90 columns AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:26:34 EST)
- [PATCH v5 08/54] clk: mediatek: mt2712: Move apmixedsys clock driver to its own file AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:26:37 EST)
- [PATCH v5 09/54] clk: mediatek: mt2712-apmixedsys: Add .remove() callback for module build AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:26:43 EST)
- [PATCH v5 10/54] clk: mediatek: mt2712: Change to use module_platform_driver macro AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:26:47 EST)
- [PATCH v5 11/54] clk: mediatek: mt8365: Move apmixedsys clock driver to its own file AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:26:51 EST)
- [PATCH v5 12/54] clk: mediatek: mt8365: Convert simple_gate to mtk_gate clocks AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:26:52 EST)
- [PATCH v5 13/54] clk: mediatek: mt8365: Join top_misc_mux_gates and top_misc_muxes arrays AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:26:56 EST)
- [PATCH v5 14/54] clk: mediatek: mt8365: Convert to mtk_clk_simple_{probe,remove}() AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:27:00 EST)
- [PATCH v5 15/54] clk: mediatek: mt8167: Compress GATE_TOPx macros AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:27:02 EST)
- [PATCH v5 16/54] clk: mediatek: mt8167: Move apmixedsys as platform_driver in new file AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:27:06 EST)
- [PATCH v5 17/54] clk: mediatek: mt8167: Remove __initconst annotation from arrays AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:27:16 EST)
- [PATCH v5 18/54] clk: mediatek: mt8167: Convert to mtk_clk_simple_{probe,remove}() AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:27:19 EST)
- [PATCH v5 19/54] clk: mediatek: mt8183: Move apmixedsys clock driver to its own file AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:27:23 EST)
- [PATCH v5 20/54] clk: mediatek: mt8183: Compress clocks arrays entries where possible AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:27:27 EST)
- [PATCH v5 21/54] clk: mediatek: mt8183: Convert all remaining clocks to common probe AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:27:36 EST)
- [PATCH v5 22/54] clk: mediatek: Consistently use GATE_MTK() macro AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:27:40 EST)
- [PATCH v5 23/54] clk: mediatek: mt7622: Properly use CLK_IS_CRITICAL flag AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:27:50 EST)
- [PATCH v5 24/54] clk: mediatek: mt7622: Move apmixedsys clock driver to its own file AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:27:54 EST)
- [PATCH v5 25/54] clk: mediatek: mt7622-apmixedsys: Add .remove() callback for module build AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:27:59 EST)
- [PATCH v5 26/54] clk: mediatek: mt7622: Move infracfg to clk-mt7622-infracfg.c AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:28:03 EST)
- [PATCH v5 27/54] clk: mediatek: mt7622: Convert to platform driver and simple probe AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:28:10 EST)
- [PATCH v5 29/54] clk: mediatek: mt8516: Convert to platform driver and simple probe AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:28:18 EST)
- [PATCH v5 28/54] clk: mediatek: mt8516: Move apmixedsys clock driver to its own file AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:28:22 EST)
- [PATCH v5 31/54] clk: mediatek: Propagate struct device with mtk_clk_register_dividers() AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:28:25 EST)
- [PATCH v5 33/54] clk: mediatek: mt7986-infracfg: Migrate to common probe mechanism AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:28:32 EST)
- [PATCH v5 34/54] clk: mediatek: mt7986-eth: Migrate to common probe mechanism AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:28:35 EST)
- [PATCH v5 36/54] clk: mediatek: Switch to module_platform_driver() where possible AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:28:38 EST)
- [PATCH v5 30/54] clk: mediatek: mt8516: Allow building clock drivers as modules AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:28:41 EST)
- [PATCH v5 38/54] clk: mediatek: mt2712: Change Kconfig options to allow module build AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:28:42 EST)
- [PATCH v5 39/54] clk: mediatek: Split MT8195 clock drivers and allow module build AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:28:47 EST)
- [PATCH v5 37/54] clk: mediatek: Add MODULE_LICENSE() where missing AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:28:50 EST)
- [PATCH v5 32/54] clk: mediatek: mt7986-apmixed: Use PLL_AO flag to set critical clock AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:29:06 EST)
- [PATCH v5 44/54] clk: mediatek: Allow building most MT6765 clock drivers as modules AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:29:16 EST)
- [PATCH v5 45/54] clk: mediatek: Allow building most MT6797 clock drivers as modules AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:29:20 EST)
- [PATCH v5 46/54] clk: mediatek: Split configuration options for MT8186 clock drivers AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:29:29 EST)
- [PATCH v5 47/54] clk: mediatek: mt8192: Move apmixedsys clock driver to its own file AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:29:33 EST)
- [PATCH v5 35/54] clk: mediatek: mt8186-mcu: Migrate to common probe mechanism AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:30:09 EST)
- [PATCH v5 48/54] clk: mediatek: Kconfig: Allow module build for core mt8192 clocks AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:30:14 EST)
- [PATCH v5 49/54] clk: mediatek: Add MODULE_DEVICE_TABLE() where appropriate AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:30:18 EST)
- [PATCH v5 51/54] clk: mediatek: mt8135: Properly use CLK_IS_CRITICAL flag AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:30:20 EST)
- [PATCH v5 54/54] clk: mediatek: mt8135: Convert to simple probe and enable module build AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:30:24 EST)
- [PATCH v5 40/54] clk: mediatek: Allow building MT8192 non-critical clocks as modules AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:30:29 EST)
- [PATCH v5 42/54] clk: mediatek: Allow all MT8167 clocks to be built as modules AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:30:33 EST)
- [PATCH v5 43/54] clk: mediatek: Allow all MT8183 clocks to be built as modules AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:30:38 EST)
- [PATCH v5 52/54] clk: mediatek: mt8135-apmixedsys: Convert to platform_driver and module AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:31:22 EST)
- [PATCH] scripts/gdb: add lx_current support for riscv Song Shuai (Wed Feb 22 2023 - 04:33:10 EST)
- [PATCH net-next V4 2/2] net: stmmac: resume PHY separately before calling stmmac_hw_setup() Clark Wang (Wed Feb 22 2023 - 04:33:37 EST)
- [PATCH net-next V4 1/2] net: phylink: add a function to resume PHY alone to fix resume issue with WoL enabled Clark Wang (Wed Feb 22 2023 - 04:35:56 EST)
- Re: [PATCH net-next V4 1/2] net: phylink: add a function to resume PHY alone to fix resume issue with WoL enabled Russell King (Oracle) (Wed Feb 22 2023 - 04:36:01 EST)
- [PATCH v5 41/54] clk: mediatek: Allow MT7622 clocks to be built as modules AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:36:05 EST)
- Re: [PATCH v2 05/16] thermal/hwmon: Use the right device for devm_thermal_add_hwmon_sysfs() AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:36:10 EST)
- [PATCH v5 50/54] clk: mediatek: mt8135: Move apmixedsys to its own file AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:36:13 EST)
- [PATCH v6 3/4] ALSA: cs35l41: Add shared boost feature Lucas Tanure (Wed Feb 22 2023 - 04:36:49 EST)
- [PATCH v6 0/4] Add CS35L41 shared boost feature Lucas Tanure (Wed Feb 22 2023 - 04:36:53 EST)
- [PATCH v6 1/4] ASoC: cs35l41: Only disable internal boost Lucas Tanure (Wed Feb 22 2023 - 04:37:05 EST)
- [PATCH v6 4/4] ASoC: dt-bindings: cirrus,cs35l41: Document CS35l41 shared boost Lucas Tanure (Wed Feb 22 2023 - 04:37:08 EST)
- [PATCH v6 2/4] ASoC: cs35l41: Refactor error release code Lucas Tanure (Wed Feb 22 2023 - 04:37:18 EST)
- Re: [PATCH] coresight: tmc-etr: Handle enable failure in tmc_read_unprepare_etr Suzuki K Poulose (Wed Feb 22 2023 - 04:37:23 EST)
- Re: [PATCH v2 2/2] char: pcmcia: remove all the drivers Greg KH (Wed Feb 22 2023 - 04:38:08 EST)
- Re: [PATCH -next] net/mlx5: Remove NULL check before dev_{put, hold} Leon Romanovsky (Wed Feb 22 2023 - 04:38:41 EST)
- Re: [PATCH] HID: usbhid: enable remote wakeup for mice Oliver Neukum (Wed Feb 22 2023 - 04:39:00 EST)
- Re: [PATCH v2 1/2] dt-bindings: display: panel: Add Novatek NT36523 bindings Krzysztof Kozlowski (Wed Feb 22 2023 - 04:39:54 EST)
- [GIT PULL] gpio: updates for v6.3 Bartosz Golaszewski (Wed Feb 22 2023 - 04:40:09 EST)
- Re: [PATCH v2] ath10k: snoc: enable threaded napi on WCN3990 Kalle Valo (Wed Feb 22 2023 - 04:40:44 EST)
- Re: [RFC PATCH] sched/fair: Interleave cfs bandwidth timers for improved single thread performance at low utilization Peter Zijlstra (Wed Feb 22 2023 - 04:41:21 EST)
- Re: [syzbot] WARNING: locking bug in umh_complete Peter Zijlstra (Wed Feb 22 2023 - 04:41:31 EST)
- [PATCH RESEND] scripts/gdb: add lx_current support for riscv Song Shuai (Wed Feb 22 2023 - 04:42:02 EST)
- Re: x86: AMD Zen2 ymm registers rolling back Andrew Cooper (Wed Feb 22 2023 - 04:42:37 EST)
- Re: [PATCH v2 09/16] thermal: Do not access 'type' field, use the tz id instead AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:43:14 EST)
- [PATCH v5 53/54] clk: mediatek: mt8135: Join root_clk_alias and top_divs arrays AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:43:18 EST)
- Re: [PATCH v1 09/10] staging: dsp: add support for Fortemedia FM34NE DSP Святослав Ригель (Wed Feb 22 2023 - 04:44:01 EST)
- [PATCH v2 0/9] soc/mediatek: Cleanup mmsys, mutex, cmdq header AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:46:21 EST)
- [PATCH v2 3/9] soc: mediatek: mtk-mmsys: Compress of_device_id array entries AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:46:25 EST)
- Re: [PATCH v2] arch/powerpc/include/asm/barrier.h: redefine rmb and wmb to lwsync Christophe Leroy (Wed Feb 22 2023 - 04:46:53 EST)
- Re: [PATCH] rust: time: New module for timekeeping functions Gaelan Steele (Wed Feb 22 2023 - 04:47:09 EST)
- [PATCH v2 5/9] soc: mediatek: mtk-mutex: Compress of_device_id array entries AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:47:21 EST)
- [PATCH v2 7/9] soc: mediatek: mtk-mutex: Use module_platform_driver() macro AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:47:23 EST)
- Re: [PATCH v2] arch/powerpc/include/asm/barrier.h: redefine rmb and wmb to lwsync Christophe Leroy (Wed Feb 22 2023 - 04:48:04 EST)
- Re: [PATCH v2 06/16] thermal: Don't use 'device' internal thermal zone structure field AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:48:17 EST)
- [PATCH v2 8/9] soc: mediatek: cmdq: Add inline functions for !CONFIG_MTK_CMDQ AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:48:22 EST)
- [PATCH v2 9/9] soc: mediatek: Cleanup ifdefs for IS_REACHABLE(CONFIG_MTK_CMDQ) AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:48:26 EST)
- Re: [net PATCH] octeontx2-pf: Recalculate UDP checksum for ptp 1-step sync packet Sai Krishna Gajula (Wed Feb 22 2023 - 04:49:03 EST)
- Re: [External] Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64 Thomas Gleixner (Wed Feb 22 2023 - 04:49:26 EST)
- [RESEND v2] Bluetooth: btrtl: Add support for RTL8852BS Victor Hassan (Wed Feb 22 2023 - 04:49:37 EST)
- Re: [PATCH v2] arch/powerpc/include/asm/barrier.h: redefine rmb and wmb to lwsync Kautuk Consul (Wed Feb 22 2023 - 04:50:17 EST)
- [PATCH v2 2/9] soc: mediatek: mtk-mmsys: Use module_platform_driver() macro AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:50:39 EST)
- [PATCH v2 4/9] soc: mediatek: mtk-mmsys: Add MODULE_DEVICE_TABLE() to allow auto-load AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:50:45 EST)
- Re: [PATCH v4 06/14] dma-buf/sync_file: Support (E)POLLPRI Pekka Paalanen (Wed Feb 22 2023 - 04:51:31 EST)
- [PATCH v2 6/9] soc: mediatek: mtk-mutex: Replace max handles number with definition AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:51:38 EST)
- [PATCH v2 1/9] soc: mediatek: mtk-mmsys: Add .remove() callback AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:52:19 EST)
- Re: [PATCH v10 8/9] sched/fair: Add latency list Peter Zijlstra (Wed Feb 22 2023 - 04:52:42 EST)
- Re: [External] Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64 David Woodhouse (Wed Feb 22 2023 - 04:53:44 EST)
- Re: [PATCH v2] arch/powerpc/include/asm/barrier.h: redefine rmb and wmb to lwsync Christophe Leroy (Wed Feb 22 2023 - 04:53:47 EST)
- Re: [PATCH v2 1/2] wifi: ath11k: Use platform_get_irq() to get the interrupt Kalle Valo (Wed Feb 22 2023 - 04:54:03 EST)
- Re: [PATCH RESEND] scripts/gdb: add lx_current support for riscv Conor Dooley (Wed Feb 22 2023 - 04:55:13 EST)
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64 Thomas Gleixner (Wed Feb 22 2023 - 04:56:07 EST)
- Re: [PATCH 1/2] LoongArch: kdump: Add the same binary implementation Youling Tang (Wed Feb 22 2023 - 04:56:16 EST)
- Re: [PATCH v2] arch/powerpc/include/asm/barrier.h: redefine rmb and wmb to lwsync Kautuk Consul (Wed Feb 22 2023 - 04:56:49 EST)
- Re: [PATCH v4 10/14] drm/vblank: Add helper to get next vblank time Pekka Paalanen (Wed Feb 22 2023 - 04:57:45 EST)
- Re: [PATCH v2] arch/powerpc/include/asm/barrier.h: redefine rmb and wmb to lwsync Kautuk Consul (Wed Feb 22 2023 - 04:57:58 EST)
- Re: [PATCH v2] ath10k: snoc: enable threaded napi on WCN3990 Kalle Valo (Wed Feb 22 2023 - 04:58:02 EST)
- Re: [PATCH v3 0/6] Add support for Qualcomm's legacy IOMMU v2 AngeloGioacchino Del Regno (Wed Feb 22 2023 - 04:58:11 EST)
- Re: [PATCH v3 5/7] RISC-V: hwprobe: Support probing of misaligned access performance Joe Perches (Wed Feb 22 2023 - 04:58:52 EST)
- Re: [PATCH v9 9/9] arm64: dts: mediatek: Initial mt8365-evk support Alexandre Mergnat (Wed Feb 22 2023 - 04:59:06 EST)
- Re: [PATCH v11 3/5] media: i2c: imx334: support lower bandwidth mode Conor Dooley (Wed Feb 22 2023 - 04:59:43 EST)
- Re: [PATCH v11 3/5] media: i2c: imx334: support lower bandwidth mode Sakari Ailus (Wed Feb 22 2023 - 05:03:30 EST)
- Re: [PATCH] ath10k: Remove redundant assignment to changed_flags Kalle Valo (Wed Feb 22 2023 - 05:05:08 EST)
- Re: [PATCH v11 3/5] media: i2c: imx334: support lower bandwidth mode Sakari Ailus (Wed Feb 22 2023 - 05:06:27 EST)
- Re: [PATCH] wifi: ath11k: fix SAC bug on peer addition with sta band migration Kalle Valo (Wed Feb 22 2023 - 05:07:38 EST)
- Re: [PATCH] docs/bpf: Fix invalid link of "Documentation/bpf/btf.rst" Tiezhu Yang (Wed Feb 22 2023 - 05:08:11 EST)
- Re: [PATCH] wifi: ath11k: fix SAC bug on peer addition with sta band migration Kalle Valo (Wed Feb 22 2023 - 05:13:36 EST)
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64 David Woodhouse (Wed Feb 22 2023 - 05:13:45 EST)
- Re: x86: AMD Zen2 ymm registers rolling back Borislav Petkov (Wed Feb 22 2023 - 05:13:51 EST)
- Re: [PATCH v10 3/6] fs/proc/task_mmu: Implement IOCTL to get and/or the clear info about PTEs Muhammad Usama Anjum (Wed Feb 22 2023 - 05:14:01 EST)
- Re: [PATCH 1/2] LoongArch: kdump: Add the same binary implementation WANG Xuerui (Wed Feb 22 2023 - 05:14:10 EST)
- Re: [PATCH v5 09/14] drm/syncobj: Add deadline support for syncobj waits Pekka Paalanen (Wed Feb 22 2023 - 05:14:21 EST)
- Re: [PATCH RESEND] scripts/gdb: add lx_current support for riscv Song Shuai (Wed Feb 22 2023 - 05:14:28 EST)
- [GIT PULL] HID for 6.3 Benjamin Tissoires (Wed Feb 22 2023 - 05:17:00 EST)
- RE: [PATCH v11 3/5] media: i2c: imx334: support lower bandwidth mode Shravan.Chippa (Wed Feb 22 2023 - 05:21:04 EST)
- Re: [PATCH v10 15/26] gunyah: rsc_mgr: Add platform ops on mem_lend/mem_reclaim Srinivas Kandagatla (Wed Feb 22 2023 - 05:22:02 EST)
- Re: [PATCH v4 01/14] dma-buf/dma-fence: Add deadline awareness Tvrtko Ursulin (Wed Feb 22 2023 - 05:23:19 EST)
- Re: [PATCH v2] arch/powerpc/include/asm/barrier.h: redefine rmb and wmb to lwsync Kautuk Consul (Wed Feb 22 2023 - 05:23:55 EST)
- Re: [PATCH drm-next v2 05/16] drm: manager to keep track of GPUs VA mappings Christian König (Wed Feb 22 2023 - 05:25:40 EST)
- Re: [PATCH 0/2] Kexec enabling in TDX guest David Woodhouse (Wed Feb 22 2023 - 05:26:43 EST)
- Re: [PATCH v4 06/14] dma-buf/sync_file: Support (E)POLLPRI Luben Tuikov (Wed Feb 22 2023 - 05:26:50 EST)
- Re: [PATCH v4 03/14] dma-buf/fence-chain: Add fence deadline support Tvrtko Ursulin (Wed Feb 22 2023 - 05:27:18 EST)
- [PATCH v2] i2c: tegra: Share same DMA channel for Rx and Tx Akhil R (Wed Feb 22 2023 - 05:28:36 EST)
- RE: [PATCH v5 1/2] dt-bindings: i2c: Add support for ASPEED i2Cv2 Ryan Chen (Wed Feb 22 2023 - 05:31:32 EST)
- Re: [PATCH v5 1/2] dt-bindings: i2c: Add support for ASPEED i2Cv2 Krzysztof Kozlowski (Wed Feb 22 2023 - 05:35:43 EST)
- Re: [Intel-gfx] [PATCH v5 0/7] Introduce __xchg, non-atomic xchg Andrzej Hajda (Wed Feb 22 2023 - 05:36:32 EST)
- Re: [PATCH v4 10/14] drm/vblank: Add helper to get next vblank time Luben Tuikov (Wed Feb 22 2023 - 05:37:55 EST)
- Re: [PATCH v4 09/19] dt-bindings: clock: Add StarFive JH7110 system clock and reset generator Conor Dooley (Wed Feb 22 2023 - 05:41:35 EST)
- [PATCH v5 0/1] riscv: Allow to downgrade paging mode from the command line Alexandre Ghiti (Wed Feb 22 2023 - 05:43:33 EST)
- Re: [PATCH v7 1/2] drm/mediatek: change mmsys compatible for mt8195 mediatek-drm AngeloGioacchino Del Regno (Wed Feb 22 2023 - 05:44:13 EST)
- [PATCH v5 1/1] riscv: Allow to downgrade paging mode from the command line Alexandre Ghiti (Wed Feb 22 2023 - 05:44:40 EST)
- Re: [PATCH v10 3/6] fs/proc/task_mmu: Implement IOCTL to get and/or the clear info about PTEs Michał Mirosław (Wed Feb 22 2023 - 05:44:47 EST)
- Re: [PATCH v4 11/14] drm/atomic-helper: Set fence deadline for vblank Luben Tuikov (Wed Feb 22 2023 - 05:46:52 EST)
- RE: [PATCH v5 1/2] dt-bindings: i2c: Add support for ASPEED i2Cv2 Ryan Chen (Wed Feb 22 2023 - 05:47:22 EST)
- [PATCH v2] docs: kbuild: remove description of KBUILD_LDS_MODULE Sangmoon Kim (Wed Feb 22 2023 - 05:49:05 EST)
- Re: [PATCH v3] dt-bindings: ata: Add UniPhier controller binding Kunihiko Hayashi (Wed Feb 22 2023 - 05:51:23 EST)
- Re: INFO: REPRODUCED: memory leak in gpio device in 6.2-rc6 Bartosz Golaszewski (Wed Feb 22 2023 - 05:53:51 EST)
- [PATCH V2] bus: mhi: host: Avoid ringing EV DB if there is no elements to process Vivek Pernamitta (Wed Feb 22 2023 - 05:57:29 EST)
- Re: [PATCH v2 1/3] sched/uclamp: Set max_spare_cap_cpu even if max_spare_cap is 0 Vincent Guittot (Wed Feb 22 2023 - 06:00:12 EST)
- [PATCH V3] bus: mhi: host: Avoid ringing EV DB if there is no elements to process Vivek Pernamitta (Wed Feb 22 2023 - 06:00:44 EST)
- Re: [PATCH v4 01/14] dma-buf/dma-fence: Add deadline awareness Luben Tuikov (Wed Feb 22 2023 - 06:02:05 EST)
- net/smc/smc_llc.c:40:1: warning: alignment 1 of 'struct smc_llc_hdr' is less than 4 kernel test robot (Wed Feb 22 2023 - 06:02:39 EST)
- [PATCH 0/3] OPP: Simplify set_required_opp handling Viresh Kumar (Wed Feb 22 2023 - 06:07:07 EST)
- [PATCH 2/3] OPP: Move required opps configuration to specialized callback Viresh Kumar (Wed Feb 22 2023 - 06:07:10 EST)
- [PATCH 1/3] OPP: Handle all genpd cases together in _set_required_opps() Viresh Kumar (Wed Feb 22 2023 - 06:07:11 EST)
- Re: [PATCH v10 3/6] fs/proc/task_mmu: Implement IOCTL to get and/or the clear info about PTEs Muhammad Usama Anjum (Wed Feb 22 2023 - 06:07:17 EST)
- [PATCH 3/3] OPP: Allow platforms to add a set_required_opps() callback Viresh Kumar (Wed Feb 22 2023 - 06:07:21 EST)
- Re: [RFC] drm/msm/adreno: Balance pm_runtime enable Johan Hovold (Wed Feb 22 2023 - 06:08:05 EST)
- RE: [f2fs-dev] [RFC PATCH] f2fs: preserve direct write semantics when buffering is forced Yonggil Song (Wed Feb 22 2023 - 06:09:16 EST)
- Re: [PATCH 1/1] docs: Add relevant kernel publications to list of books Kaiwan N Billimoria (Wed Feb 22 2023 - 06:09:27 EST)
- Re: [External] Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64 Usama Arif (Wed Feb 22 2023 - 06:11:57 EST)
- [PATCH 0/4] Devicetree support for Loongson-1 GPIO Keguang Zhang (Wed Feb 22 2023 - 06:12:35 EST)
- [PATCH 1/4] gpio: loongson1: Update copyright Keguang Zhang (Wed Feb 22 2023 - 06:12:38 EST)
- [PATCH 2/4] gpio: loongson1: Introduce ls1x_gpio_chip struct Keguang Zhang (Wed Feb 22 2023 - 06:12:41 EST)
- [PATCH 3/4] gpio: loongson1: Add DT support Keguang Zhang (Wed Feb 22 2023 - 06:12:49 EST)
- [PATCH 4/4] dt-bindings: gpio: Add Loongson-1 GPIO Keguang Zhang (Wed Feb 22 2023 - 06:12:57 EST)
- Re: [PATCH V3] bus: mhi: host: Avoid ringing EV DB if there is no elements to process Greg Kroah-Hartman (Wed Feb 22 2023 - 06:13:51 EST)
- Re: [PATCH v1 09/10] staging: dsp: add support for Fortemedia FM34NE DSP Greg Kroah-Hartman (Wed Feb 22 2023 - 06:15:33 EST)
- Re: [PATCH v10 8/9] sched/fair: Add latency list Vincent Guittot (Wed Feb 22 2023 - 06:16:45 EST)
- Re: [PATCH 08/10] ASoC: cs35l56: Add driver for Cirrus Logic CS35L56 Richard Fitzgerald (Wed Feb 22 2023 - 06:17:17 EST)
- [PATCH 0/5] Allow CONFIG_DEBUG_INFO_DWARF5=y + CONFIG_DEBUG_INFO_BTF=y maennich (Wed Feb 22 2023 - 06:22:29 EST)
- [PATCH 1/5] MAINTAINERS: Add scripts/pahole-flags.sh to BPF section maennich (Wed Feb 22 2023 - 06:22:57 EST)
- [PATCH 2/5] kbuild: Add CONFIG_PAHOLE_VERSION maennich (Wed Feb 22 2023 - 06:23:14 EST)
- [PATCH 3/5] scripts/pahole-flags.sh: Use pahole-version.sh maennich (Wed Feb 22 2023 - 06:23:44 EST)
- [PATCH 4/5] lib/Kconfig.debug: Use CONFIG_PAHOLE_VERSION maennich (Wed Feb 22 2023 - 06:23:49 EST)
- [PATCH 5/5] lib/Kconfig.debug: Allow BTF + DWARF5 with pahole 1.21+ maennich (Wed Feb 22 2023 - 06:24:16 EST)
- Re: [PATCH] mm: slub: make kobj_type structure constant Hyeonggon Yoo (Wed Feb 22 2023 - 06:25:57 EST)
- Re: [PATCH 0/5] Allow CONFIG_DEBUG_INFO_DWARF5=y + CONFIG_DEBUG_INFO_BTF=y Greg Kroah-Hartman (Wed Feb 22 2023 - 06:27:05 EST)
- Re: [PATCH 1/5] MAINTAINERS: Add scripts/pahole-flags.sh to BPF section Greg Kroah-Hartman (Wed Feb 22 2023 - 06:27:36 EST)
- Re: [PATCH v11 3/5] media: i2c: imx334: support lower bandwidth mode Sakari Ailus (Wed Feb 22 2023 - 06:33:15 EST)
- [net PATCH v2] octeontx2-pf: Recalculate UDP checksum for ptp 1-step sync packet Sai Krishna (Wed Feb 22 2023 - 06:36:36 EST)
- Re: [PATCH 0/5] Allow CONFIG_DEBUG_INFO_DWARF5=y + CONFIG_DEBUG_INFO_BTF=y Matthias Männich (Wed Feb 22 2023 - 06:37:24 EST)
- Re: [PATCH 1/5] MAINTAINERS: Add scripts/pahole-flags.sh to BPF section Matthias Männich (Wed Feb 22 2023 - 06:38:32 EST)
- Re: [QUESTION] about the maple tree and current status of mmap_lock scalability Hyeonggon Yoo (Wed Feb 22 2023 - 06:38:51 EST)
- Re: [PATCH 09/10] ASoC: Intel: sof_sdw: Add support for Cirrus Logic CS35L56 Richard Fitzgerald (Wed Feb 22 2023 - 06:40:13 EST)
- [PATCH 1/4] ASoC: dt-bindings: wlf,wm8524: Convert to json-schema Chancel Liu (Wed Feb 22 2023 - 06:40:18 EST)
- [PATCH 2/4] ASoC: dt-bindings: wlf,wm8524: Add a property to specify power up sequency time Chancel Liu (Wed Feb 22 2023 - 06:40:27 EST)
- [PATCH 3/4] ASoC: wm8524: Correct the MUTE setting while power up/down Chancel Liu (Wed Feb 22 2023 - 06:40:39 EST)
- [PATCH 4/4] ASoC: wm8524: Delay some time to follow power up sequency Chancel Liu (Wed Feb 22 2023 - 06:40:53 EST)
- Re: [PATCH 14/19] mm: Introduce a cgroup for pinned memory Alistair Popple (Wed Feb 22 2023 - 06:42:14 EST)
- [PATCH v4] bus: mhi: host: Avoid ringing EV DB if there is no elements to process Vivek Pernamitta (Wed Feb 22 2023 - 06:44:53 EST)
- Re: [PATCH v10 3/6] fs/proc/task_mmu: Implement IOCTL to get and/or the clear info about PTEs Michał Mirosław (Wed Feb 22 2023 - 06:48:34 EST)
- Re: [PATCH 10/10] ASoC: Intel: soc-acpi: Add CS35L56 Soundwire to TGL Richard Fitzgerald (Wed Feb 22 2023 - 06:49:37 EST)
- [PATCH v1 0/3] Meson A1 32-bit support Alexey Romanov (Wed Feb 22 2023 - 06:50:44 EST)
- [PATCH v1 1/3] meson: pinctrl: use CONFIG_PINCTRL_A1 with CONFIG_ARM Alexey Romanov (Wed Feb 22 2023 - 06:50:47 EST)
- [PATCH v1 2/3] firmware: meson: use CONFIG_MESON_SM with CONFIG_ARM Alexey Romanov (Wed Feb 22 2023 - 06:50:50 EST)
- [PATCH v1 3/3] arch/arm: dts: introduce meson-a1 device tree Alexey Romanov (Wed Feb 22 2023 - 06:50:53 EST)
- linux-6.1.12: WARNING: CPU: 0 PID: 0 at include/linux/cpumask.h:47 prefill_possible_map+0xff/0x145 Martin MOKREJŠ (Wed Feb 22 2023 - 06:52:55 EST)
- Re: [External] Re: [PATCH v2] sched/core: Adapt WARN_DOUBLE_CLOCK machinery for core-sched Hao Jia (Wed Feb 22 2023 - 06:53:55 EST)
- [PATCH bpf-next 1/3] libbpf: Use struct user_pt_regs to define __PT_REGS_CAST() for LoongArch Tiezhu Yang (Wed Feb 22 2023 - 06:55:28 EST)
- [PATCH bpf-next 2/3] selftests/bpf: Check __TARGET_ARCH_loongarch if target is bpf for LoongArch Tiezhu Yang (Wed Feb 22 2023 - 06:55:31 EST)
- [PATCH bpf-next 0/3] Fix some build errors for bpf selftest on LoongArch Tiezhu Yang (Wed Feb 22 2023 - 06:55:32 EST)
- [PATCH bpf-next 3/3] selftests/bpf: Check __ARCH_WANT_SET_GET_RLIMIT before syscall(__NR_getrlimit) Tiezhu Yang (Wed Feb 22 2023 - 06:55:34 EST)
- Re: [PATCH v2 1/9] dt-bindings: arm: Add support for DSB element Suzuki K Poulose (Wed Feb 22 2023 - 06:57:00 EST)
- Re: [RFC PATCH net-next v3 0/9] net/smc: Introduce SMC-D-based OS internal communication acceleration Wen Gu (Wed Feb 22 2023 - 07:01:14 EST)
- [GIT PULL] pin control bulk changes for v6.3 Linus Walleij (Wed Feb 22 2023 - 07:01:52 EST)
- [GIT PULL] gfs2 fixes Andreas Gruenbacher (Wed Feb 22 2023 - 07:02:04 EST)
- Linux 4.14.306 Greg Kroah-Hartman (Wed Feb 22 2023 - 07:03:45 EST)
- Re: Linux 4.14.306 Greg Kroah-Hartman (Wed Feb 22 2023 - 07:03:57 EST)
- Re: Linux 4.19.273 Greg Kroah-Hartman (Wed Feb 22 2023 - 07:04:02 EST)
- Linux 4.19.273 Greg Kroah-Hartman (Wed Feb 22 2023 - 07:04:06 EST)
- [PATCH v6 0/5] Add MSM8939 SoC support with two devices Bryan O'Donoghue (Wed Feb 22 2023 - 07:05:03 EST)
- [PATCH v6 1/5] dt-bindings: vendor-prefixes: Add Square Bryan O'Donoghue (Wed Feb 22 2023 - 07:05:41 EST)
- [PATCH v6 2/5] arm64: dts: qcom: Add msm8939 SoC Bryan O'Donoghue (Wed Feb 22 2023 - 07:06:13 EST)
- [PATCH v6 3/5] arm64: dts: qcom: Add msm8939-pm8916.dtsi include Bryan O'Donoghue (Wed Feb 22 2023 - 07:06:15 EST)
- [PATCH v6 5/5] arm64: dts: qcom: Add msm8939 Sony Xperia M4 Aqua Bryan O'Donoghue (Wed Feb 22 2023 - 07:06:15 EST)
- [PATCH v6 4/5] arm64: dts: qcom: Add Square apq8039-t2 board Bryan O'Donoghue (Wed Feb 22 2023 - 07:06:16 EST)
- Re: [PATCH v3] x86: Use `get_random_u8' for kernel stack offset randomization Maciej W. Rozycki (Wed Feb 22 2023 - 07:06:45 EST)
- Re: [RFC PATCH 1/1] pinctrl: rockchip: add support for per-pinmux io-domain dependency Sascha Hauer (Wed Feb 22 2023 - 07:07:20 EST)
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64 Brian Gerst (Wed Feb 22 2023 - 07:08:50 EST)
- Re: [PATCH modules-next v10 00/13] kallsyms: reliable symbol->address lookup with /proc/kallmodsyms Nick Alcock (Wed Feb 22 2023 - 07:09:11 EST)
- Re: linux-next: manual merge of the mm-stable tree with the cifs tree Stephen Rothwell (Wed Feb 22 2023 - 07:13:52 EST)
- Linux 5.4.232 Greg Kroah-Hartman (Wed Feb 22 2023 - 07:15:10 EST)
- Linux 5.10.169 Greg Kroah-Hartman (Wed Feb 22 2023 - 07:15:22 EST)
- Re: Linux 5.4.232 Greg Kroah-Hartman (Wed Feb 22 2023 - 07:15:24 EST)
- [PATCH 01/27] kbuild, power: reset: keystone-reset: remove MODULE_LICENSE in non-modules Nick Alcock (Wed Feb 22 2023 - 07:15:54 EST)
- Re: Linux 5.10.169 Greg Kroah-Hartman (Wed Feb 22 2023 - 07:15:58 EST)
- Re: Linux 5.15.95 Greg Kroah-Hartman (Wed Feb 22 2023 - 07:16:02 EST)
- Linux 5.15.95 Greg Kroah-Hartman (Wed Feb 22 2023 - 07:16:07 EST)
- Re: Linux 6.1.13 Greg Kroah-Hartman (Wed Feb 22 2023 - 07:16:12 EST)
- Linux 6.1.13 Greg Kroah-Hartman (Wed Feb 22 2023 - 07:16:51 EST)
- [PATCH 04/27] kbuild, soc: bcm: raspberrypi-power: remove MODULE_LICENSE in non-modules Nick Alcock (Wed Feb 22 2023 - 07:16:56 EST)
- [PATCH 02/27] kbuild, video: fbdev: remove MODULE_LICENSE in non-modules Nick Alcock (Wed Feb 22 2023 - 07:16:59 EST)
- [PATCH 03/27] kbuild, KEYS: remove MODULE_LICENSE in non-modules Nick Alcock (Wed Feb 22 2023 - 07:17:17 EST)
- [PATCH 05/27] kbuild, soc: bcm: bcm2835-power: remove MODULE_LICENSE in non-modules Nick Alcock (Wed Feb 22 2023 - 07:17:23 EST)
- [PATCH 07/27] kbuild, MIPS: BCM47XX: remove MODULE_LICENSE in non-modules Nick Alcock (Wed Feb 22 2023 - 07:17:27 EST)
- [PATCH 06/27] kbuild, pinctrl: bcm: ns: remove MODULE_LICENSE in non-modules Nick Alcock (Wed Feb 22 2023 - 07:17:31 EST)
- [PATCH 11/27] kbuild, clk: bcm2835: remove MODULE_LICENSE in non-modules Nick Alcock (Wed Feb 22 2023 - 07:17:55 EST)
- [PATCH 10/27] kbuild, clocksource: remove MODULE_LICENSE in non-modules Nick Alcock (Wed Feb 22 2023 - 07:18:06 EST)
- [PATCH 09/27] kbuild, clocksource/drivers/timer-tegra186: remove MODULE_LICENSE in non-modules Nick Alcock (Wed Feb 22 2023 - 07:18:09 EST)
- [PATCH 12/27] kbuild, clk: remove MODULE_LICENSE in non-modules Nick Alcock (Wed Feb 22 2023 - 07:18:15 EST)
- [PATCH 08/27] kbuild, clocksource: remove MODULE_LICENSE in non-modules Nick Alcock (Wed Feb 22 2023 - 07:18:32 EST)
- Re: [PATCH v1 02/10] sound: soc: jack: allow multiple interrupt per gpio Mark Brown (Wed Feb 22 2023 - 07:18:36 EST)
- [PATCH 20/27] kbuild, dmaengine: remove MODULE_LICENSE in non-modules Nick Alcock (Wed Feb 22 2023 - 07:19:05 EST)
- [PATCH 13/27] kbuild, vgacon: remove MODULE_LICENSE in non-modules Nick Alcock (Wed Feb 22 2023 - 07:19:14 EST)
- [PATCH 23/27] kbuild, drm/dsi: remove MODULE_LICENSE in non-modules Nick Alcock (Wed Feb 22 2023 - 07:19:28 EST)
- [PATCH 26/27] kbuild, phy: intel: remove MODULE_LICENSE in non-modules Nick Alcock (Wed Feb 22 2023 - 07:19:42 EST)
- Re: [PATCH v1 04/10] ASoC: tegra: Support RT5631 by machine driver Mark Brown (Wed Feb 22 2023 - 07:20:24 EST)
- Re: [PATCH v2 06/29] LoongArch: KVM: Implement vcpu create and destroy interface Paolo Bonzini (Wed Feb 22 2023 - 07:20:50 EST)
- Re: [PATCH v1 07/10] ARM: tegra: transformers: update bindings of sound graph Mark Brown (Wed Feb 22 2023 - 07:21:31 EST)
- Re: [PATCH v1 09/10] staging: dsp: add support for Fortemedia FM34NE DSP Mark Brown (Wed Feb 22 2023 - 07:22:00 EST)
- Re: [PATCH 1/4] gpio: loongson1: Update copyright andy . shevchenko (Wed Feb 22 2023 - 07:25:07 EST)
- Re: [PATCH 2/4] gpio: loongson1: Introduce ls1x_gpio_chip struct andy . shevchenko (Wed Feb 22 2023 - 07:25:44 EST)
- Re: [PATCH v2 1/2] x86/speculation: Allow enabling STIBP with legacy IBRS Borislav Petkov (Wed Feb 22 2023 - 07:25:54 EST)
- RE: [Patch v3 01/15] dt-bindings: media: s5p-mfc: Add new DT schema for MFC Aakarsh Jain (Wed Feb 22 2023 - 07:27:17 EST)
- Re: [PATCH V2] wifi: rtlwifi: rtl8192ce: fix dealing empty EEPROM values Kalle Valo (Wed Feb 22 2023 - 07:28:32 EST)
- Re: [PATCH] rust: time: New module for timekeeping functions Miguel Ojeda (Wed Feb 22 2023 - 07:29:11 EST)
- Re: [PATCH] wifi: wfx: Remove some dead code Kalle Valo (Wed Feb 22 2023 - 07:29:15 EST)
- Re: [PATCH v8 1/3] riscv: Introduce CONFIG_RELOCATABLE Alexandre Ghiti (Wed Feb 22 2023 - 07:29:30 EST)
- Re: [PATCH] rust: time: New module for timekeeping functions Miguel Ojeda (Wed Feb 22 2023 - 07:30:03 EST)
- Re: wifi: rtlwifi: rtl8192de: Remove the unused variable bcnfunc_enable Kalle Valo (Wed Feb 22 2023 - 07:30:39 EST)
- Re: [PATCH v2 1/5] wifi: rtw88: mac: Add support for the SDIO HCI in rtw_pwr_seq_parser() Kalle Valo (Wed Feb 22 2023 - 07:31:58 EST)
- Re: [PATCH RFC v8 27/56] crypto: ccp: Add the SNP_{SET,GET}_EXT_CONFIG command Zhi Wang (Wed Feb 22 2023 - 07:32:26 EST)
- Re: [PATCH v2 1/2] x86/speculation: Allow enabling STIBP with legacy IBRS Borislav Petkov (Wed Feb 22 2023 - 07:32:46 EST)
- [PATCH 18/27] kbuild, mfd: remove MODULE_LICENSE in non-modules Nick Alcock (Wed Feb 22 2023 - 07:34:36 EST)
- Re: [PATCH 4/4] dt-bindings: gpio: Add Loongson-1 GPIO Krzysztof Kozlowski (Wed Feb 22 2023 - 07:35:13 EST)
- [PATCH 15/27] kbuild, cpufreq: remove MODULE_LICENSE in non-modules Nick Alcock (Wed Feb 22 2023 - 07:35:22 EST)
- Re: arm64: libgpiod: refcount_t: underflow; use-after-free. Bartosz Golaszewski (Wed Feb 22 2023 - 07:36:45 EST)
- Re: [PATCH v1 09/10] staging: dsp: add support for Fortemedia FM34NE DSP Mark Brown (Wed Feb 22 2023 - 07:36:47 EST)
- Re: [PATCH 1/4] ASoC: dt-bindings: wlf,wm8524: Convert to json-schema Krzysztof Kozlowski (Wed Feb 22 2023 - 07:37:05 EST)
- Re: [PATCH 3/4] gpio: loongson1: Add DT support andy . shevchenko (Wed Feb 22 2023 - 07:37:49 EST)
- [PATCH 14/27] kbuild, cpufreq: tegra124: remove MODULE_LICENSE in non-modules Nick Alcock (Wed Feb 22 2023 - 07:39:25 EST)
- [GIT PULL] IPMI bug fixes for 6.3 Corey Minyard (Wed Feb 22 2023 - 07:40:38 EST)
- Re: [PATCH 12/27] kbuild, clk: remove MODULE_LICENSE in non-modules Conor Dooley (Wed Feb 22 2023 - 07:41:58 EST)
- Re: [PATCH 2/4] ASoC: dt-bindings: wlf,wm8524: Add a property to specify power up sequency time Krzysztof Kozlowski (Wed Feb 22 2023 - 07:42:24 EST)
- Re: [PATCH v2 2/9] coresight-tpda: Add DSB dataset support Suzuki K Poulose (Wed Feb 22 2023 - 07:46:25 EST)
- Re: [PATCH 4/4] ASoC: wm8524: Delay some time to follow power up sequency Mark Brown (Wed Feb 22 2023 - 07:49:03 EST)
- [PATCH 22/27] kbuild, dma-buf: heaps: remove MODULE_LICENSE in non-modules Nick Alcock (Wed Feb 22 2023 - 07:49:22 EST)
- Re: [PATCH v11 2/2] ptrace,syscall_user_dispatch: checkpoint/restore support for SUD Oleg Nesterov (Wed Feb 22 2023 - 07:49:42 EST)
- Re: [PATCH 2/4] ASoC: dt-bindings: wlf,wm8524: Add a property to specify power up sequency time Mark Brown (Wed Feb 22 2023 - 07:50:41 EST)
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64 David Woodhouse (Wed Feb 22 2023 - 07:53:37 EST)
- Re: [PATCH 0/7] MIPS DMA coherence fixes Robin Murphy (Wed Feb 22 2023 - 07:55:28 EST)
- Re: [PATCH 14/19] mm: Introduce a cgroup for pinned memory Jason Gunthorpe (Wed Feb 22 2023 - 07:57:16 EST)
- Re: [PATCH] vfio: Fix NULL pointer dereference caused by uninitialized group->iommufd Jason Gunthorpe (Wed Feb 22 2023 - 07:58:38 EST)
- Re: [PATCH v8 RESEND 0/6] r8169: Enable ASPM for recent 1.0/2.5Gbps Realtek NICs Kai-Heng Feng (Wed Feb 22 2023 - 07:58:50 EST)
- An issue of kernel stall caused by infiniband mad packet Yacan Liu (Wed Feb 22 2023 - 08:00:59 EST)
- Re: [PATCH v8 RESEND 1/6] r8169: Disable ASPM L1.1 on 8168h Kai-Heng Feng (Wed Feb 22 2023 - 08:01:05 EST)
- Re: [PATCH v8 RESEND 6/6] r8169: Disable ASPM while doing NAPI poll Kai-Heng Feng (Wed Feb 22 2023 - 08:03:24 EST)
- Re: [PATCH 0/7] MIPS DMA coherence fixes Jiaxun Yang (Wed Feb 22 2023 - 08:05:07 EST)
- Re: [RFC PATCH net-next v3 0/9] net/smc: Introduce SMC-D-based OS internal communication acceleration Wenjia Zhang (Wed Feb 22 2023 - 08:08:31 EST)
- [PATCH 0/3] ext4: fsmap: Improve key validation Tudor Ambarus (Wed Feb 22 2023 - 08:12:26 EST)
- [PATCH 2/3] ext4: fsmap: Consolidate fsmap_head checks Tudor Ambarus (Wed Feb 22 2023 - 08:12:31 EST)
- [PATCH 1/3] ext4: fsmap: Fix crash caused by poor key validation Tudor Ambarus (Wed Feb 22 2023 - 08:12:34 EST)
- [PATCH 3/3] ext4: fsmap: Remove duplicated initialization Tudor Ambarus (Wed Feb 22 2023 - 08:12:45 EST)
- Re: [PATCH] media: uvcvideo: Silence memcpy() run-time false positive warnings Ricardo Ribalda (Wed Feb 22 2023 - 08:15:06 EST)
- Re: [PATCH v10 2/9] arm64: dts: ti: k3-j721s2-main: Add support for USB Nishanth Menon (Wed Feb 22 2023 - 08:16:25 EST)
- [syzbot] [media?] WARNING in smsusb_term_device syzbot (Wed Feb 22 2023 - 08:16:52 EST)
- Re: [PATCH] Fix strange behavior of touchpad on Clevo NS70PU Mattijs Korpershoek (Wed Feb 22 2023 - 08:22:37 EST)
- [PATCH v2 0/4] MIPS DMA coherence fixes Jiaxun Yang (Wed Feb 22 2023 - 08:24:42 EST)
- [PATCH v2 1/4] MIPS: Remove DMA_PERDEV_COHERENT Jiaxun Yang (Wed Feb 22 2023 - 08:24:44 EST)
- [PATCH v2 2/4] MIPS: Always select ARCH_HAS_SETUP_DMA_OPS Jiaxun Yang (Wed Feb 22 2023 - 08:24:51 EST)
- [PATCH v2 4/4] MIPS: c-r4k: Always install dma flush functions Jiaxun Yang (Wed Feb 22 2023 - 08:24:56 EST)
- [PATCH v2 3/4] MIPS: Always select ARCH_HAS_SYNC_DMA_FOR_CPU for noncoherent platforms Jiaxun Yang (Wed Feb 22 2023 - 08:24:59 EST)
- Re: [PATCH v3 07/11] dt-bindings: clock: Add StarFive JH7110 system clock and reset generator Hal Feng (Wed Feb 22 2023 - 08:27:49 EST)
- Re: [PATCH v1 04/10] ASoC: tegra: Support RT5631 by machine driver Dan Carpenter (Wed Feb 22 2023 - 08:28:28 EST)
- [PATCH v3] octeontx2-pf: Use correct struct reference in test condition Deepak R Varma (Wed Feb 22 2023 - 08:29:25 EST)
- [PATCH v10 0/8] i2c-atr and FPDLink Tomi Valkeinen (Wed Feb 22 2023 - 08:29:30 EST)
- [PATCH v10 1/8] i2c: add I2C Address Translator (ATR) support Tomi Valkeinen (Wed Feb 22 2023 - 08:29:38 EST)
- [PATCH v10 2/8] media: subdev: Split V4L2_SUBDEV_ROUTING_NO_STREAM_MIX Tomi Valkeinen (Wed Feb 22 2023 - 08:29:42 EST)
- [PATCH v10 4/8] dt-bindings: media: add TI DS90UB953 FPD-Link III Serializer Tomi Valkeinen (Wed Feb 22 2023 - 08:29:45 EST)
- [PATCH v10 3/8] dt-bindings: media: add TI DS90UB913 FPD-Link III Serializer Tomi Valkeinen (Wed Feb 22 2023 - 08:29:49 EST)
- [PATCH v10 5/8] dt-bindings: media: add TI DS90UB960 FPD-Link III Deserializer Tomi Valkeinen (Wed Feb 22 2023 - 08:30:02 EST)
- [PATCH v10 6/8] media: i2c: add DS90UB960 driver Tomi Valkeinen (Wed Feb 22 2023 - 08:30:06 EST)
- [PATCH v10 8/8] media: i2c: add DS90UB953 driver Tomi Valkeinen (Wed Feb 22 2023 - 08:30:38 EST)
- [PATCH v10 7/8] media: i2c: add DS90UB913 driver Tomi Valkeinen (Wed Feb 22 2023 - 08:30:50 EST)
- Re: [PATCH v1 09/10] staging: dsp: add support for Fortemedia FM34NE DSP Dan Carpenter (Wed Feb 22 2023 - 08:33:06 EST)
- [PATCH 16/27] kbuild, crypto: remove MODULE_LICENSE in non-modules Nick Alcock (Wed Feb 22 2023 - 08:33:37 EST)
- [PATCH 25/27] kbuild, video: fbdev: remove MODULE_LICENSE in non-modules Nick Alcock (Wed Feb 22 2023 - 08:35:33 EST)
- Re: [PATCH] sched: Consider task_struct::saved_state in wait_task_inactive(). Peter Zijlstra (Wed Feb 22 2023 - 08:36:37 EST)
- [PATCH 0/3] Use dma_default_coherent for devicetree default coherency Jiaxun Yang (Wed Feb 22 2023 - 08:37:22 EST)
- [PATCH 1/3] dma-mapping: Provide a fallback dma_default_coherent Jiaxun Yang (Wed Feb 22 2023 - 08:37:26 EST)
- [PATCH 2/3] riscv: Set dma_default_coherent to true Jiaxun Yang (Wed Feb 22 2023 - 08:37:29 EST)
- [PATCH 3/3] of: address: Use dma_default_coherent to determine default coherency Jiaxun Yang (Wed Feb 22 2023 - 08:37:32 EST)
- Re: [PATCH 7/7] staging: rtl8192e: Remove entry .nic_type from struct rtl819x_ops Dan Carpenter (Wed Feb 22 2023 - 08:40:23 EST)
- Re: [PATCH v1 00/51] shadow metric clean up and improvements Arnaldo Carvalho de Melo (Wed Feb 22 2023 - 08:47:27 EST)
- [PATCH 17/27] kbuild, crypto: remove MODULE_LICENSE in non-modules Nick Alcock (Wed Feb 22 2023 - 08:48:49 EST)
- [PATCH 19/27] kbuild, dmaengine: stm32-mdma: remove MODULE_LICENSE in non-modules Nick Alcock (Wed Feb 22 2023 - 08:50:24 EST)
- Re: [PATCH v2] iio: light: cm32181: Unregister second I2C client if present Kai-Heng Feng (Wed Feb 22 2023 - 08:51:00 EST)
- drivers/perf/arm_cspmu/arm_cspmu.c:1075 arm_cspmu_find_cpu_container() warn: variable dereferenced before check 'cpu_dev' (see line 1073) Dan Carpenter (Wed Feb 22 2023 - 08:54:05 EST)
- arch/arm64/kernel/acpi.c:443 acpi_ffh_address_space_arch_setup() warn: possible memory leak of 'ffh_ctxt' Dan Carpenter (Wed Feb 22 2023 - 08:56:19 EST)
- RE: [PATCH v2 1/2] x86/speculation: Allow enabling STIBP with legacy IBRS David Laight (Wed Feb 22 2023 - 08:56:50 EST)
- drivers/net/ethernet/sun/sunhme.c:2961 happy_meal_pci_probe() warn: missing error code 'err' Dan Carpenter (Wed Feb 22 2023 - 08:57:27 EST)
- Re: [PATCH 0/3] mailbox: Allow direct registration to a channel Sudeep Holla (Wed Feb 22 2023 - 09:00:07 EST)
- Re: [BUG][5.18rc5] nvme nvme0: controller is down; will reset: CSTS=0xffffffff, PCI_STATUS=0x10 Mikhail Gavrilov (Wed Feb 22 2023 - 09:00:16 EST)
- Re: [PATCH v2 2/3] livepatch,sched: Add livepatch task switching to cond_resched() Petr Mladek (Wed Feb 22 2023 - 09:00:48 EST)
- Re: [PATCH v2 net 2/2] net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo child qdiscs Kurt Kanzenbach (Wed Feb 22 2023 - 09:03:13 EST)
- [PATCH 21/27] kbuild, dma-mapping: benchmark: remove MODULE_LICENSE in non-modules Nick Alcock (Wed Feb 22 2023 - 09:03:17 EST)
- [PATCH] soundwire: qcom: correct setting ignore bit on v1.5.1 Krzysztof Kozlowski (Wed Feb 22 2023 - 09:04:06 EST)
- Re: [PATCH v5 09/14] drm/syncobj: Add deadline support for syncobj waits Rodrigo Vivi (Wed Feb 22 2023 - 09:06:34 EST)
- [PATCH v6 0/2] sched/fair: Wake short task on current CPU Chen Yu (Wed Feb 22 2023 - 09:08:11 EST)
- Re: [PATCH v10 19/26] gunyah: vm_mgr: Add framework to add VM Functions Srinivas Kandagatla (Wed Feb 22 2023 - 09:08:24 EST)
- [PATCH v6 1/2] sched/fair: Record the average duration of a task Chen Yu (Wed Feb 22 2023 - 09:08:28 EST)
- [PATCH v6 2/2] sched/fair: Introduce SIS_SHORT to wake up short task on current CPU Chen Yu (Wed Feb 22 2023 - 09:08:54 EST)
- Re: [PATCH v12 03/10] drm/display: Add Type-C switch helpers Andy Shevchenko (Wed Feb 22 2023 - 09:09:41 EST)
- [PATCH 24/27] kbuild, binfmt_elf: remove MODULE_LICENSE in non-modules Nick Alcock (Wed Feb 22 2023 - 09:11:51 EST)
- Re: [PATCH 1/1] docs: Add relevant kernel publications to list of books Carlos Bilbao (Wed Feb 22 2023 - 09:15:00 EST)
- Re: [PATCH v10 0/8] i2c-atr and FPDLink Andy Shevchenko (Wed Feb 22 2023 - 09:16:11 EST)
- Re: [PATCH] KVM: SVM: hyper-v: placate modpost section mismatch error Vitaly Kuznetsov (Wed Feb 22 2023 - 09:16:17 EST)
- Re: [PATCH v10 0/8] i2c-atr and FPDLink Andy Shevchenko (Wed Feb 22 2023 - 09:17:34 EST)
- [PATCH 0/2] Add quirk to disable PSR 2 on Tongfang PHxTxX1 and PHxTQx1 Werner Sembach (Wed Feb 22 2023 - 09:18:08 EST)
- [PATCH 2/2] Apply quirk to disable PSR 2 on Tongfang PHxTxX1 and PHxTQx1 Werner Sembach (Wed Feb 22 2023 - 09:18:11 EST)
- [PATCH 1/2] Add quirk to disable PSR 2 on a per device basis Werner Sembach (Wed Feb 22 2023 - 09:18:15 EST)
- drivers/net/ethernet/marvell/octeontx2/af/mcs_rvu_if.c:29 rvu_mcs_set_lmac_bmap() error: uninitialized symbol 'lmac_bmap'. Dan Carpenter (Wed Feb 22 2023 - 09:18:32 EST)
- [PATCH 27/27] kbuild, gpio: gpio-aspeed-sgpio: remove MODULE_LICENSE in non-modules Nick Alcock (Wed Feb 22 2023 - 09:22:33 EST)
- Re: [PATCH 0/7] MIPS DMA coherence fixes Robin Murphy (Wed Feb 22 2023 - 09:23:23 EST)
- Re: [PATCH v2 net 2/2] net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo child qdiscs Vladimir Oltean (Wed Feb 22 2023 - 09:25:16 EST)
- Re: [PATCH 10/10] ASoC: Intel: soc-acpi: Add CS35L56 Soundwire to TGL Pierre-Louis Bossart (Wed Feb 22 2023 - 09:32:51 EST)
- Re: [PATCH 2/2] gro: optimise redundant parsing of packets Richard Gobert (Wed Feb 22 2023 - 09:35:34 EST)
- Re: [PATCH v2 0/2] pcf85363: support for quartz-load-femtofarads Alexandre Belloni (Wed Feb 22 2023 - 09:36:16 EST)
- [PATCH for-next 0/4] io_uring: registered huge buffer optimisations Pavel Begunkov (Wed Feb 22 2023 - 09:39:23 EST)
- [PATCH for-next 1/4] io_uring/rsrc: disallow multi-source reg buffers Pavel Begunkov (Wed Feb 22 2023 - 09:39:26 EST)
- [PATCH for-next 2/4] io_uring/rsrc: fix a comment in io_import_fixed() Pavel Begunkov (Wed Feb 22 2023 - 09:39:29 EST)
- [PATCH for-next 3/4] io_uring/rsrc: optimise single entry advance Pavel Begunkov (Wed Feb 22 2023 - 09:39:32 EST)
- [PATCH for-next 4/4] io_uring/rsrc: optimise registered huge pages Pavel Begunkov (Wed Feb 22 2023 - 09:39:35 EST)
- Re: [PATCH] soundwire: qcom: correct setting ignore bit on v1.5.1 Konrad Dybcio (Wed Feb 22 2023 - 09:41:02 EST)
- Re: [PATCH v5 1/4] crypto: aspeed: Add ACRY RSA driver Geert Uytterhoeven (Wed Feb 22 2023 - 09:41:38 EST)
- Re: [PATCH v3 0/8] powerpc/85xx: p2020: Create one unified machine description Christophe Leroy (Wed Feb 22 2023 - 09:41:58 EST)
- Re: [PATCH 4.19 00/89] 4.19.273-rc1 review Pavel Machek (Wed Feb 22 2023 - 09:43:09 EST)
- [PATCH v4 00/17] powerpc/85xx: p2020: Create one unified machine description Christophe Leroy (Wed Feb 22 2023 - 09:43:36 EST)
- [PATCH v4 07/17] powerpc/85xx: mpc85xx_{ds/rdb} replace prink by pr_xxx macro Christophe Leroy (Wed Feb 22 2023 - 09:43:49 EST)
- [PATCH v4 16/17] powerpc/85xx: p2020: Enable boards by new config option CONFIG_PPC_P2020 Christophe Leroy (Wed Feb 22 2023 - 09:43:53 EST)
- [PATCH v4 04/17] powerpc/85xx: Remove #ifdefs CONFIG_PCI in mpc85xx_ds Christophe Leroy (Wed Feb 22 2023 - 09:43:57 EST)
- [PATCH v4 10/17] powerpc/85xx: p2020: Move all P2020 DS machine descriptions to p2020.c Christophe Leroy (Wed Feb 22 2023 - 09:44:03 EST)
- [PATCH v4 01/17] powerpc/fsl_uli1575: Misc cleanup Christophe Leroy (Wed Feb 22 2023 - 09:44:23 EST)
- [PATCH 1/2] soundwire: qcom: define hardcoded version magic numbers Krzysztof Kozlowski (Wed Feb 22 2023 - 09:44:59 EST)
- [PATCH 2/2] soundwire: qcom: gracefully handle too many ports in DT Krzysztof Kozlowski (Wed Feb 22 2023 - 09:45:03 EST)
- [PATCH v4 08/17] powerpc/85xx: Remove #ifdefs CONFIG_PPC_I8259 in mpc85xx_ds Christophe Leroy (Wed Feb 22 2023 - 09:45:14 EST)
- [PATCH v4 17/17] powerpc: dts: turris1x.dts: Remove "fsl,P2020RDB-PC" compatible string Christophe Leroy (Wed Feb 22 2023 - 09:45:44 EST)
- Re: [PATCH 1/2] soundwire: qcom: define hardcoded version magic numbers Konrad Dybcio (Wed Feb 22 2023 - 09:46:02 EST)
- [PATCH v4 14/17] powerpc/85xx: p2020: Unify .setup_arch and .init_IRQ callbacks Christophe Leroy (Wed Feb 22 2023 - 09:46:19 EST)
- Re: [PATCH] swiotlb: mark swiotlb_memblock_alloc() as __init Christoph Hellwig (Wed Feb 22 2023 - 09:46:22 EST)
- [PATCH v4 06/17] powerpc/85xx: mpc85xx_{ds/rdb} replace BUG_ON() by WARN_ON() Christophe Leroy (Wed Feb 22 2023 - 09:47:00 EST)
- vmlinux.o: warning: objtool: intel_idle_ibrs+0x169: call to ftrace_likely_update() leaves .noinstr.text section kernel test robot (Wed Feb 22 2023 - 09:47:22 EST)
- [PATCH 0/8] timers/nohz: Fixes and cleanups v3 Frederic Weisbecker (Wed Feb 22 2023 - 09:47:28 EST)
- [PATCH 2/8] timers/nohz: Only ever update sleeptime from idle exit Frederic Weisbecker (Wed Feb 22 2023 - 09:47:38 EST)
- [PATCH v4 03/17] powerpc/85xx: Remove DBG() macro Christophe Leroy (Wed Feb 22 2023 - 09:47:40 EST)
- [PATCH 1/8] timers/nohz: Restructure and reshuffle struct tick_sched Frederic Weisbecker (Wed Feb 22 2023 - 09:47:46 EST)
- [PATCH 3/8] timers/nohz: Protect idle/iowait sleep time under seqcount Frederic Weisbecker (Wed Feb 22 2023 - 09:47:48 EST)
- [PATCH 4/8] timers/nohz: Add a comment about broken iowait counter update race Frederic Weisbecker (Wed Feb 22 2023 - 09:47:52 EST)
- [PATCH 8/8] selftests/proc: Assert clock_gettime(CLOCK_BOOTTIME) VS /proc/uptime monotonicity Frederic Weisbecker (Wed Feb 22 2023 - 09:48:01 EST)
- [PATCH 5/8] timers/nohz: Remove middle-function __tick_nohz_idle_stop_tick() Frederic Weisbecker (Wed Feb 22 2023 - 09:48:06 EST)
- [PATCH 6/8] MAINTAINERS: Remove stale email address Frederic Weisbecker (Wed Feb 22 2023 - 09:48:10 EST)
- [PATCH 7/8] selftests/proc: Remove idle time monotonicity assertions Frederic Weisbecker (Wed Feb 22 2023 - 09:48:13 EST)
- Re: [PATCH 2/2] soundwire: qcom: gracefully handle too many ports in DT Konrad Dybcio (Wed Feb 22 2023 - 09:48:19 EST)
- [PATCH v4 02/17] powerpc/85xx: Rename setup_arch and pic_init on p1023 Christophe Leroy (Wed Feb 22 2023 - 09:48:30 EST)
- Re: [PATCH 2/2] gro: optimise redundant parsing of packets Richard Gobert (Wed Feb 22 2023 - 09:49:16 EST)
- [PATCH v4 15/17] powerpc/85xx: p2020: Define just one machine description Christophe Leroy (Wed Feb 22 2023 - 09:50:02 EST)
- [PATCH] kbuild: rpm-pkg: remove unneeded KERNELRELEASE from modules/headers_install Masahiro Yamada (Wed Feb 22 2023 - 09:50:16 EST)
- Re: [PATCH 7/7] selftests/proc: Remove idle time monotonicity assertions Frederic Weisbecker (Wed Feb 22 2023 - 09:50:21 EST)
- Re: [PATCH 21/27] kbuild, dma-mapping: benchmark: remove MODULE_LICENSE in non-modules Christoph Hellwig (Wed Feb 22 2023 - 09:50:36 EST)
- [PATCH v4 13/17] powerpc/85xx: mpc85xx_ds: Move PCI code into own file Christophe Leroy (Wed Feb 22 2023 - 09:50:58 EST)
- Re: [PATCH 2/2] soundwire: qcom: gracefully handle too many ports in DT Krzysztof Kozlowski (Wed Feb 22 2023 - 09:51:23 EST)
- Re: [PATCH 2/3] riscv: Set dma_default_coherent to true Conor Dooley (Wed Feb 22 2023 - 09:51:26 EST)
- Re: [PATCH] mtd: spi-nor: fix shift-out-of-bounds in spi_nor_set_erase_type() Tudor Ambarus (Wed Feb 22 2023 - 09:51:44 EST)
- Re: [PATCH 2/2] soundwire: qcom: gracefully handle too many ports in DT Konrad Dybcio (Wed Feb 22 2023 - 09:53:48 EST)
- Re: [RFC v1 0/4] Simplify regulator supply resolution code by offloading to driver core Mark Brown (Wed Feb 22 2023 - 09:54:31 EST)
- Re: [PATCH v1 04/10] ASoC: tegra: Support RT5631 by machine driver Mark Brown (Wed Feb 22 2023 - 09:57:27 EST)
- [PATCH v2 0/2] gro: optimise redundant parsing of packets Richard Gobert (Wed Feb 22 2023 - 09:59:57 EST)
- Re: [PATCH -next V3 0/2] riscv: jump_label: Fixup & Optimization patchwork-bot+linux-riscv (Wed Feb 22 2023 - 10:00:34 EST)
- Re: [PATCH RESEND] riscv: jump_label: Fixup unaligned arch_static_branch function patchwork-bot+linux-riscv (Wed Feb 22 2023 - 10:00:38 EST)
- Re: [PATCH] riscv: alternative: proceed one more instruction for auipc/jalr pair patchwork-bot+linux-riscv (Wed Feb 22 2023 - 10:00:40 EST)
- Re: [PATCH v4 00/19] Basic clock, reset & device tree support for StarFive JH7110 RISC-V SoC patchwork-bot+linux-riscv (Wed Feb 22 2023 - 10:00:43 EST)
- Re: [PATCH] riscv: Add header include guards to insn.h patchwork-bot+linux-riscv (Wed Feb 22 2023 - 10:00:46 EST)
- Re: [PATCH v2 0/5] riscv: improve link and support ARCH_WANT_LD_ORPHAN_WARN patchwork-bot+linux-riscv (Wed Feb 22 2023 - 10:00:50 EST)
- Re: [PATCH 0/2] Small fixups for the Zbb string functions patchwork-bot+linux-riscv (Wed Feb 22 2023 - 10:00:55 EST)
- Re: [PATCH v3 0/2] riscv: Dump faulting instructions in oops handler patchwork-bot+linux-riscv (Wed Feb 22 2023 - 10:00:58 EST)
- Re: [PATCH v8 00/13] Adds support for PHY LEDs with offload triggers Lee Jones (Wed Feb 22 2023 - 10:02:50 EST)
- Re: [PATCH] bpf: Fix undeclared function 'barrier_nospec' warning Geert Uytterhoeven (Wed Feb 22 2023 - 10:04:13 EST)
- Re: [PATCH v2] ACPI: cpufreq: use a platform device to load ACPI PPC and PCC drivers Rafael J. Wysocki (Wed Feb 22 2023 - 10:04:49 EST)
- Re: [PATCH v7 0/6] Add a multicolor LED driver for groups of monochromatic LEDs Lee Jones (Wed Feb 22 2023 - 10:05:02 EST)
- [PATCH v2 1/2] gro: decrease size of CB Richard Gobert (Wed Feb 22 2023 - 10:08:12 EST)
- Re: [PATCH drm-next v2 05/16] drm: manager to keep track of GPUs VA mappings Danilo Krummrich (Wed Feb 22 2023 - 10:08:54 EST)
- [PATCH 0/2] ufs: core: Add support for qTimestamp attribute Arthur Simchaev (Wed Feb 22 2023 - 10:13:02 EST)
- [PATCH 1/2] include: uapi: scsi: Change utp_upiu_query struct Arthur Simchaev (Wed Feb 22 2023 - 10:13:06 EST)
- [PATCH 2/2] ufs: core: Providing Timestamp information to the device Arthur Simchaev (Wed Feb 22 2023 - 10:13:12 EST)
- [PATCH v2 2/2] gro: optimise redundant parsing of packets Richard Gobert (Wed Feb 22 2023 - 10:13:15 EST)
- Re: [PATCH 7/7] ext4: improve inode table blocks counting in ext4_num_overhead_clusters Dan Carpenter (Wed Feb 22 2023 - 10:14:16 EST)
- Re: [PATCH drm-next v2 05/16] drm: manager to keep track of GPUs VA mappings Christian König (Wed Feb 22 2023 - 10:14:42 EST)
- Re: [PATCH v5 2/7] dt-bindings: mfd: qcom,spmi-pmic: Add pattern property for phy Lee Jones (Wed Feb 22 2023 - 10:16:21 EST)
- Re: [PATCH v5] posix-timers: Prefer delivery of signals to the current thread Oleg Nesterov (Wed Feb 22 2023 - 10:20:14 EST)
- [PATCH v4 05/17] powerpc/85xx: mpc85xx_{ds/rdb} compact the call to mpic_alloc() Christophe Leroy (Wed Feb 22 2023 - 10:20:17 EST)
- [PATCH v4 09/17] powerpc/85xx: Remove #ifdef CONFIG_QUICC_ENGINE in mpc85xx_rdb Christophe Leroy (Wed Feb 22 2023 - 10:20:27 EST)
- [PATCH v4 11/17] powerpc/85xx: p2020: Move all P2020 RDB machine descriptions to p2020.c Christophe Leroy (Wed Feb 22 2023 - 10:20:29 EST)
- [PATCH v4 12/17] powerpc/85xx: p2020: Move i8259 code into own function Christophe Leroy (Wed Feb 22 2023 - 10:20:46 EST)
- Re: [PATCH net,v4,1/2] ipv6: Add lwtunnel encap size of all siblings in nexthop calculation David Ahern (Wed Feb 22 2023 - 10:21:08 EST)
- Re: [PATCH net,v4,2/2] selftests: fib_tests: Add test cases for IPv4/IPv6 in route notify David Ahern (Wed Feb 22 2023 - 10:21:38 EST)
- Re: [PATCH v5] dt-bindings: leds: Document commonly used LED triggers Lee Jones (Wed Feb 22 2023 - 10:22:23 EST)
- Re: [PATCH] mips: Realtek RTL: select NO_EXCEPT_FILL Olliver Schinagl (Wed Feb 22 2023 - 10:23:10 EST)
- Re: [PATCH v11 2/2] ptrace,syscall_user_dispatch: checkpoint/restore support for SUD Gregory Price (Wed Feb 22 2023 - 10:24:26 EST)
- Re: [PATCH 1/2] include: uapi: scsi: Change utp_upiu_query struct Bart Van Assche (Wed Feb 22 2023 - 10:25:52 EST)
- Re: [PATCH V7 0/3] Generate device tree node for pci devices Frank Rowand (Wed Feb 22 2023 - 10:26:49 EST)
- [GIT PULL] nfsd changes for v6.3 Chuck Lever III (Wed Feb 22 2023 - 10:27:17 EST)
- Re: [PATCH] ext4: reject 1k block fs on the first block of disk Tudor Ambarus (Wed Feb 22 2023 - 10:27:51 EST)
- RE: [PATCH v2 2/2] gro: optimise redundant parsing of packets Willem de Bruijn (Wed Feb 22 2023 - 10:28:04 EST)
- Re: [PATCH v4 01/14] dma-buf/dma-fence: Add deadline awareness Christian König (Wed Feb 22 2023 - 10:28:53 EST)
- Re: [PATCH] ext4: fix another off-by-one fsmap error on 1k block filesystems Tudor Ambarus (Wed Feb 22 2023 - 10:29:58 EST)
- Re: [PATCH v3 1/2] clk: Add generic sync_state callback for disabling unused clocks Bjorn Andersson (Wed Feb 22 2023 - 10:30:55 EST)
- Re: [PATCH 03/10] media: Add Y212 video format Nicolas Dufresne (Wed Feb 22 2023 - 10:31:27 EST)
- [PATCH v3] arm64: dts: qcom: sm8450: Add IMEM and PIL info region Mukesh Ojha (Wed Feb 22 2023 - 10:31:34 EST)
- Re: [PATCH v4] dt-bindings: mfd: qcom,tcsr: Add compatible for sm8450 Lee Jones (Wed Feb 22 2023 - 10:31:36 EST)
- Re: [PATCH v5 5/5] mfd: max77541: Add ADI MAX77541/MAX77540 PMIC Support Lee Jones (Wed Feb 22 2023 - 10:33:08 EST)
- [PATCH 00/11] Add PCIe RC support to Qcom SDX55 SoC Manivannan Sadhasivam (Wed Feb 22 2023 - 10:33:15 EST)
- [PATCH 01/11] dt-bindings: PCI: qcom: Update maintainers entry Manivannan Sadhasivam (Wed Feb 22 2023 - 10:33:19 EST)
- [PATCH 02/11] dt-bindings: PCI: qcom: Add iommu properties Manivannan Sadhasivam (Wed Feb 22 2023 - 10:33:27 EST)
- [PATCH 03/11] dt-bindings: PCI: qcom: Add SDX55 SoC Manivannan Sadhasivam (Wed Feb 22 2023 - 10:33:35 EST)
- [PATCH 04/11] dt-bindings: PCI: qcom-ep: Fix the unit address used in example Manivannan Sadhasivam (Wed Feb 22 2023 - 10:33:48 EST)
- [PATCH 05/11] ARM: dts: qcom: sdx55: Fix the unit address of PCIe EP node Manivannan Sadhasivam (Wed Feb 22 2023 - 10:34:03 EST)
- [PATCH 06/11] ARM: dts: qcom: sdx55: Rename pcie0_{phy/lane} to pcie_{phy/lane} Manivannan Sadhasivam (Wed Feb 22 2023 - 10:34:11 EST)
- [PATCH 07/11] ARM: dts: qcom: sdx55: Add support for PCIe RC controller Manivannan Sadhasivam (Wed Feb 22 2023 - 10:34:20 EST)
- [PATCH 08/11] ARM: dts: qcom: sdx55-t55: Enable PCIe RC support Manivannan Sadhasivam (Wed Feb 22 2023 - 10:34:22 EST)
- Re: [PATCH v5 09/14] drm/syncobj: Add deadline support for syncobj waits Rob Clark (Wed Feb 22 2023 - 10:34:29 EST)
- [PATCH 09/11] phy: qcom-qmp-pcie: Split out EP related init sequence for SDX55 Manivannan Sadhasivam (Wed Feb 22 2023 - 10:34:31 EST)
- Re: [PATCH] bpf: Fix undeclared function 'barrier_nospec' warning Dave Hansen (Wed Feb 22 2023 - 10:34:35 EST)
- [PATCH 11/11] PCI: qcom: Add support for SDX55 SoC Manivannan Sadhasivam (Wed Feb 22 2023 - 10:34:50 EST)
- [PATCH 10/11] phy: qcom-qmp-pcie: Add RC init sequence for SDX55 Manivannan Sadhasivam (Wed Feb 22 2023 - 10:34:53 EST)
- [GIT PULL] perf tools changes for v6.3 Arnaldo Carvalho de Melo (Wed Feb 22 2023 - 10:37:29 EST)
- Re: [BUG][5.18rc5] nvme nvme0: controller is down; will reset: CSTS=0xffffffff, PCI_STATUS=0x10 Keith Busch (Wed Feb 22 2023 - 10:37:42 EST)
- Re: [PATCH v4 06/14] dma-buf/sync_file: Support (E)POLLPRI Rob Clark (Wed Feb 22 2023 - 10:38:08 EST)
- Re: [PATCH] mtd: spi-nor: fix shift-out-of-bounds in spi_nor_set_erase_type() Andrea Righi (Wed Feb 22 2023 - 10:38:11 EST)
- Re: [PATCH v5 4/6] fsi: Add I2C Responder SCOM driver kernel test robot (Wed Feb 22 2023 - 10:38:13 EST)
- Re: [PATCH v5 1/1] riscv: Allow to downgrade paging mode from the command line kernel test robot (Wed Feb 22 2023 - 10:38:31 EST)
- Re: [PATCH 0/2] Add quirk to disable PSR 2 on Tongfang PHxTxX1 and PHxTQx1 Werner Sembach (Wed Feb 22 2023 - 10:39:57 EST)
- Re: [PATCH v2 2/2] gro: optimise redundant parsing of packets Eric Dumazet (Wed Feb 22 2023 - 10:42:10 EST)
- Re: [PATCH v4] bus: mhi: host: Avoid ringing EV DB if there is no elements to process Jeffrey Hugo (Wed Feb 22 2023 - 10:43:45 EST)
- Re: [PATCH v4 10/14] drm/vblank: Add helper to get next vblank time Rob Clark (Wed Feb 22 2023 - 10:45:01 EST)
- Re: Latest RC causing web browser crash Linux regression tracking #update (Thorsten Leemhuis) (Wed Feb 22 2023 - 10:45:33 EST)
- Re: [PATCH v2 17/46] hugetlbfs: do a full walk to check if vma maps a page James Houghton (Wed Feb 22 2023 - 10:47:37 EST)
- Re: [PATCH v4 10/14] drm/vblank: Add helper to get next vblank time Rob Clark (Wed Feb 22 2023 - 10:48:30 EST)
- Re: [PATCH v2 00/46] hugetlb: introduce HugeTLB high-granularity mapping David Hildenbrand (Wed Feb 22 2023 - 10:49:43 EST)
- Re: [PATCH v4 11/14] drm/atomic-helper: Set fence deadline for vblank Rob Clark (Wed Feb 22 2023 - 10:50:23 EST)
- [PATCH urgent for 6.3-rc1] mm/mremap: fix dup_anon_vma() in vma_merge() case 4 Vlastimil Babka (Wed Feb 22 2023 - 10:51:46 EST)
- Re: [PATCH net V3] net: stmmac: Premature loop termination check was ignored Henneberg - Systemdesign (Wed Feb 22 2023 - 10:54:44 EST)
- Re: [PATCH v4 03/14] dma-buf/fence-chain: Add fence deadline support Rob Clark (Wed Feb 22 2023 - 10:55:27 EST)
- Re: [PATCH 2/3] riscv: Set dma_default_coherent to true Jiaxun Yang (Wed Feb 22 2023 - 10:55:43 EST)
- Re: [PATCH v4 10/14] drm/vblank: Add helper to get next vblank time Ville Syrjälä (Wed Feb 22 2023 - 10:56:08 EST)
- [PATCH] drm/msm: return early when allocating fbdev fails Tom Rix (Wed Feb 22 2023 - 10:57:48 EST)
- [PATCH v4] dt-bindings: ata: Add UniPhier controller binding Kunihiko Hayashi (Wed Feb 22 2023 - 10:59:23 EST)
- Re: [PATCH 05/11] ARM: dts: qcom: sdx55: Fix the unit address of PCIe EP node Konrad Dybcio (Wed Feb 22 2023 - 11:02:19 EST)
- Re: [PATCH 2/3] riscv: Set dma_default_coherent to true Conor Dooley (Wed Feb 22 2023 - 11:02:49 EST)
- Re: [PATCH 07/11] ARM: dts: qcom: sdx55: Add support for PCIe RC controller Konrad Dybcio (Wed Feb 22 2023 - 11:03:37 EST)
- Re: [PATCH net-next v6] net: phy: intel-xway: Add RGMII internal delay configuration Michael Walle (Wed Feb 22 2023 - 11:04:41 EST)
- Re: [PATCH 08/11] ARM: dts: qcom: sdx55-t55: Enable PCIe RC support Konrad Dybcio (Wed Feb 22 2023 - 11:04:58 EST)
- Re: [PATCH v3] arm64: dts: qcom: sm8450: Add IMEM and PIL info region Konrad Dybcio (Wed Feb 22 2023 - 11:06:57 EST)
- Re: [PATCH] drm/msm: return early when allocating fbdev fails Thomas Zimmermann (Wed Feb 22 2023 - 11:09:46 EST)
- Re: [PATCH drm-next v2 04/16] maple_tree: add flag MT_FLAGS_LOCK_NONE Danilo Krummrich (Wed Feb 22 2023 - 11:12:29 EST)
- [PATCH 0/2] MIPS: Implement two workarounds for BPF JIT Jiaxun Yang (Wed Feb 22 2023 - 11:12:39 EST)
- [PATCH 1/2] MIPS: ebpf jit: Implement DADDI workarounds Jiaxun Yang (Wed Feb 22 2023 - 11:12:41 EST)
- [PATCH 2/2] MIPS: ebpf jit: Implement R4000 workarounds Jiaxun Yang (Wed Feb 22 2023 - 11:12:44 EST)
- [RFC PATCH 0/6] Support ROHM BU27034 ALS sensor Matti Vaittinen (Wed Feb 22 2023 - 11:13:58 EST)
- Re: [PATCH v5 5/5] mfd: max77541: Add ADI MAX77541/MAX77540 PMIC Support Andy Shevchenko (Wed Feb 22 2023 - 11:14:25 EST)
- [RFC PATCH 1/6] dt-bindings: iio: light: Support ROHM BU27034 Matti Vaittinen (Wed Feb 22 2023 - 11:14:42 EST)
- [RFC PATCH 2/6] iio: light: Add gain-time-scale helpers Matti Vaittinen (Wed Feb 22 2023 - 11:15:06 EST)
- [RFC PATCH 3/6] iio: test: test gain-time-scale helpers Matti Vaittinen (Wed Feb 22 2023 - 11:15:21 EST)
- [RFC PATCH 4/6] MAINTAINERS: Add IIO gain-time-scale helpers Matti Vaittinen (Wed Feb 22 2023 - 11:15:59 EST)
- [RFC PATCH 5/6] iio: light: ROHM BU27034 Ambient Light Sensor Matti Vaittinen (Wed Feb 22 2023 - 11:16:16 EST)
- [RFC PATCH 6/6] MAINTAINERS: Add ROHM BU27034 Matti Vaittinen (Wed Feb 22 2023 - 11:16:34 EST)
- Re: [PATCH v9 23/27] dmaengine: dw-edma: Add mem-mapped LL-entries support Vinod Koul (Wed Feb 22 2023 - 11:17:07 EST)
- Re: [PATCH v4 48/49] mm/mmap: Remove __vma_adjust() Vlastimil Babka (Wed Feb 22 2023 - 11:17:22 EST)
- Re: [PATCH] KVM: SVM: hyper-v: placate modpost section mismatch error Randy Dunlap (Wed Feb 22 2023 - 11:18:54 EST)
- Re: [PATCH 2/3] riscv: Set dma_default_coherent to true Jiaxun Yang (Wed Feb 22 2023 - 11:20:35 EST)
- Re: [PATCH v2] docs: kbuild: remove description of KBUILD_LDS_MODULE Nathan Chancellor (Wed Feb 22 2023 - 11:21:12 EST)
- [PATCH v3] iio: light: cm32181: Unregister second I2C client if present Kai-Heng Feng (Wed Feb 22 2023 - 11:25:08 EST)
- [PATCH v2] KVM: SVM: hyper-v: placate modpost section mismatch error Randy Dunlap (Wed Feb 22 2023 - 11:25:21 EST)
- Re: [PATCH v4 1/3] mm/khugepaged: refactor collapse_file control flow Peter Xu (Wed Feb 22 2023 - 11:25:54 EST)
- Re: [PATCH v3 07/11] dt-bindings: clock: Add StarFive JH7110 system clock and reset generator Conor Dooley (Wed Feb 22 2023 - 11:26:59 EST)
- Issue: stmmac reset by netdev watchdog due to tx queue timeout Jochen Henneberg (Wed Feb 22 2023 - 11:28:38 EST)
- Re: [PATCH] bpf: Fix undeclared function 'barrier_nospec' warning Alexei Starovoitov (Wed Feb 22 2023 - 11:29:17 EST)
- Re: [PATCH v3] iio: light: cm32181: Unregister second I2C client if present Hans de Goede (Wed Feb 22 2023 - 11:31:01 EST)
- Re: [PATCH drm-next v2 04/16] maple_tree: add flag MT_FLAGS_LOCK_NONE Matthew Wilcox (Wed Feb 22 2023 - 11:32:33 EST)
- [PATCH] virt/sev-guest: Return -EIO if certificate buffer is not large enough Tom Lendacky (Wed Feb 22 2023 - 11:34:31 EST)
- [GIT PULL] Devicetree updates for v6.3 Rob Herring (Wed Feb 22 2023 - 11:34:59 EST)
- Re: Issue: stmmac reset by netdev watchdog due to tx queue timeout Jochen Henneberg (Wed Feb 22 2023 - 11:36:00 EST)
- [PATCH] can: esd_usb: Improve code readability by means of replacing struct esd_usb_msg with a union Frank Jungclaus (Wed Feb 22 2023 - 11:38:19 EST)
- Re: [PATCH 08/12] KVM: nSVM: Use KVM-governed feature framework to track "vVM{SAVE,LOAD} enabled" Sean Christopherson (Wed Feb 22 2023 - 11:39:09 EST)
- [RESEND PATCH] virt/sev-guest: Return -EIO if certificate buffer is not large enough Tom Lendacky (Wed Feb 22 2023 - 11:39:56 EST)
- Re: [PATCH drm-next v2 05/16] drm: manager to keep track of GPUs VA mappings Danilo Krummrich (Wed Feb 22 2023 - 11:41:13 EST)
- Re: Official documentation from Intel stating that poking INT3 (single-byte) concurrently is OK ? Mathieu Desnoyers (Wed Feb 22 2023 - 11:41:23 EST)
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64 Thomas Gleixner (Wed Feb 22 2023 - 11:42:22 EST)
- Re: [PING][PATCH v3] x86: Use `get_random_u8' for kernel stack offset randomization Jason A. Donenfeld (Wed Feb 22 2023 - 11:44:29 EST)
- Re: [PATCH 06/11] ARM: dts: qcom: sdx55: Rename pcie0_{phy/lane} to pcie_{phy/lane} Konrad Dybcio (Wed Feb 22 2023 - 11:45:53 EST)
- Re: [PATCH v1 2/3] auxdisplay: ht16k33: Make use of device_get_match_data() Robin van der Gracht (Wed Feb 22 2023 - 11:46:17 EST)
- Re: [PATCH v2] KVM: SVM: hyper-v: placate modpost section mismatch error Sean Christopherson (Wed Feb 22 2023 - 11:46:50 EST)
- Re: [PATCH v2 1/2] tty: ipwireless: move Kconfig entry to tty David Sterba (Wed Feb 22 2023 - 11:48:56 EST)
- Re: [PATCH RFC v8 27/56] crypto: ccp: Add the SNP_{SET,GET}_EXT_CONFIG command Tom Lendacky (Wed Feb 22 2023 - 11:50:28 EST)
- Re: [RESEND PATCH] virt/sev-guest: Return -EIO if certificate buffer is not large enough Peter Gonda (Wed Feb 22 2023 - 11:52:02 EST)
- Re: Bug report: UDP ~20% degradation Vincent Guittot (Wed Feb 22 2023 - 11:52:10 EST)
- [PATCH] swiotlb: fix the deadlock in swiotlb_do_find_slots GuoRui.Yu (Wed Feb 22 2023 - 11:53:07 EST)
- [PATCH v2] swiotlb: fix the deadlock in swiotlb_do_find_slots GuoRui.Yu (Wed Feb 22 2023 - 11:53:27 EST)
- Re: [PATCH RESEND] PCI: s390: Fix use-after-free of PCI bus resources with s390 per-function hotplug Niklas Schnelle (Wed Feb 22 2023 - 11:55:17 EST)
- [PATCH 2/2] dt-bindings: display: Add Loongson display controller suijingfeng (Wed Feb 22 2023 - 11:55:29 EST)
- [PATCH 1/2] Mips: ls2k1000: dts: add the display controller device node suijingfeng (Wed Feb 22 2023 - 11:55:33 EST)
- Re: [PATCH 2/3] riscv: Set dma_default_coherent to true Conor Dooley (Wed Feb 22 2023 - 11:59:51 EST)
- Re: [PATCH v1 2/3] auxdisplay: ht16k33: Make use of device_get_match_data() Andy Shevchenko (Wed Feb 22 2023 - 12:02:22 EST)
- Re: [PATCH] mm/uffd: UFFD_FEATURE_WP_ZEROPAGE David Hildenbrand (Wed Feb 22 2023 - 12:03:42 EST)
- Re: [PATCH v2 2/2] char: pcmcia: remove all the drivers Dominik Brodowski (Wed Feb 22 2023 - 12:03:57 EST)
- Re: [PATCH v5 0/7] Introduce __xchg, non-atomic xchg Peter Zijlstra (Wed Feb 22 2023 - 12:05:03 EST)
- Re: [PATCH v4 01/14] dma-buf/dma-fence: Add deadline awareness Tvrtko Ursulin (Wed Feb 22 2023 - 12:05:27 EST)
- Re: [PATCH] mm/khugepaged: alloc_charge_hpage() take care of mem charge errors Johannes Weiner (Wed Feb 22 2023 - 12:06:29 EST)
- Re: [PATCH] arm64: pass ESR_ELx to die() of cfi_handler Catalin Marinas (Wed Feb 22 2023 - 12:07:24 EST)
- Re: [RFC PATCH 2/2] irqchip: irq-ti-sci-inta: Introduce IRQ affinity support Raghavendra, Vignesh (Wed Feb 22 2023 - 12:08:33 EST)
- Re: [PATCH v6 2/5] arm64: dts: qcom: Add msm8939 SoC Konrad Dybcio (Wed Feb 22 2023 - 12:08:37 EST)
- Re: [RFC PATCH v4] x86/kdump: terminate watchdog NMI interrupt to avoid kdump crashes Peter Zijlstra (Wed Feb 22 2023 - 12:09:12 EST)
- [PATCH net] net: sunhme: Return an error when we are out of slots Sean Anderson (Wed Feb 22 2023 - 12:09:47 EST)
- Re: [PATCH] kbuild: rpm-pkg: remove unneeded KERNELRELEASE from modules/headers_install Nathan Chancellor (Wed Feb 22 2023 - 12:11:22 EST)
- Re: [PATCH v2 1/2] x86/speculation: Allow enabling STIBP with legacy IBRS KP Singh (Wed Feb 22 2023 - 12:16:40 EST)
- Re: [PATCH v4 01/14] dma-buf/dma-fence: Add deadline awareness Rob Clark (Wed Feb 22 2023 - 12:16:43 EST)
- Re: [PATCH v6 3/5] arm64: dts: qcom: Add msm8939-pm8916.dtsi include Konrad Dybcio (Wed Feb 22 2023 - 12:18:39 EST)
- Re: [PATCH v6 3/5] arm64: dts: qcom: Add msm8939-pm8916.dtsi include Bryan O'Donoghue (Wed Feb 22 2023 - 12:20:29 EST)
- Re: [PATCH v1 2/3] auxdisplay: ht16k33: Make use of device_get_match_data() Andy Shevchenko (Wed Feb 22 2023 - 12:21:39 EST)
- [PATCH 0/4] nvmem: cell post-processing & U-Boot env MAC support Rafał Miłecki (Wed Feb 22 2023 - 12:23:27 EST)
- [PATCH 1/4] nvmem: core: add per-cell post processing Rafał Miłecki (Wed Feb 22 2023 - 12:23:31 EST)
- [PATCH 2/4] nvmem: core: allow nvmem_cell_post_process_t callbacks to adjust buffer Rafał Miłecki (Wed Feb 22 2023 - 12:23:35 EST)
- [PATCH 3/4] dt-bindings: nvmem: u-boot,env: add MAC's #nvmem-cell-cells Rafał Miłecki (Wed Feb 22 2023 - 12:23:36 EST)
- [PATCH 4/4] nvmem: u-boot-env: post-process "ethaddr" env variable Rafał Miłecki (Wed Feb 22 2023 - 12:23:38 EST)
- Re: [PATCH v6 14/41] x86/mm: Introduce _PAGE_SAVED_DIRTY Dave Hansen (Wed Feb 22 2023 - 12:24:30 EST)
- Re: [PATCH 3/3] of: address: Use dma_default_coherent to determine default coherency Robin Murphy (Wed Feb 22 2023 - 12:25:21 EST)
- [PATCH] tee: optee: Add SMC for loading OP-TEE image Jeffrey Kardatzke (Wed Feb 22 2023 - 12:25:42 EST)
- [PATCH] arm64: dts: imx8mp-msc-sm2s: Add sound card Luca Ceresoli (Wed Feb 22 2023 - 12:26:43 EST)
- Re: [PATCH v2] KVM: SVM: hyper-v: placate modpost section mismatch error Vitaly Kuznetsov (Wed Feb 22 2023 - 12:28:26 EST)
- Re: [PATCH v6 14/41] x86/mm: Introduce _PAGE_SAVED_DIRTY David Hildenbrand (Wed Feb 22 2023 - 12:28:35 EST)
- Re: [PATCH drm-next v2 04/16] maple_tree: add flag MT_FLAGS_LOCK_NONE Danilo Krummrich (Wed Feb 22 2023 - 12:29:28 EST)
- [PATCH] tee: optee: Fix typo Unuspported -> Unsupported Jules Maselbas (Wed Feb 22 2023 - 12:30:19 EST)
- Re: [PATCH v4 01/14] dma-buf/dma-fence: Add deadline awareness Tvrtko Ursulin (Wed Feb 22 2023 - 12:34:00 EST)
- Re: [PATCH v3 1/3] drivers: mailbox: zynqmp: handle multiple child nodes Mathieu Poirier (Wed Feb 22 2023 - 12:34:56 EST)
- [PATCH v5] bus: mhi: host: Avoid ringing EV DB if there is no elements to process Vivek Pernamitta (Wed Feb 22 2023 - 12:38:47 EST)
- Re: [PATCH] mm/khugepaged: alloc_charge_hpage() take care of mem charge errors Peter Xu (Wed Feb 22 2023 - 12:39:35 EST)
- Re: [PATCH v6 14/41] x86/mm: Introduce _PAGE_SAVED_DIRTY Kees Cook (Wed Feb 22 2023 - 12:42:19 EST)
- Re: [PATCH v4 3/3] arm64: dts: qcom: sdm845-oneplus: add alert-slider Konrad Dybcio (Wed Feb 22 2023 - 12:42:41 EST)
- Re: [PATCH v2] arch/powerpc/include/asm/barrier.h: redefine rmb and wmb to lwsync Paul E. McKenney (Wed Feb 22 2023 - 12:47:27 EST)
- Re: [RFC v1 2/4] regulator: core: Add sysfs class backward compatibility Mark Brown (Wed Feb 22 2023 - 12:47:50 EST)
- Re: (subset) [PATCH for-next 0/4] io_uring: registered huge buffer optimisations Jens Axboe (Wed Feb 22 2023 - 12:48:35 EST)
- Re: [PATCH v2 1/2] x86/speculation: Allow enabling STIBP with legacy IBRS Borislav Petkov (Wed Feb 22 2023 - 12:48:55 EST)
- Re: [RFC v1 3/4] regulator: core: Probe regulator devices Mark Brown (Wed Feb 22 2023 - 12:50:57 EST)
- Re: [PATCH v6 14/41] x86/mm: Introduce _PAGE_SAVED_DIRTY Dave Hansen (Wed Feb 22 2023 - 12:54:46 EST)
- [PATCH linux-next v2 0/2] x86/xen TSC related cleanups Krister Johansen (Wed Feb 22 2023 - 12:54:53 EST)
- [PATCH linux-next v2 1/2] xen: update arch/x86/include/asm/xen/cpuid.h Krister Johansen (Wed Feb 22 2023 - 12:54:58 EST)
- [PATCH linux-next v2 2/2] x86/xen/time: cleanup xen_tsc_safe_clocksource Krister Johansen (Wed Feb 22 2023 - 12:55:18 EST)
- Re: [PATCH 3/3] of: address: Use dma_default_coherent to determine default coherency Jiaxun Yang (Wed Feb 22 2023 - 12:58:04 EST)
- Re: [PATCH] arm64: dts: imx8mp-msc-sm2s: Add sound card Marco Felsch (Wed Feb 22 2023 - 12:59:59 EST)
- Re: [PATCH] vfio: Fix NULL pointer dereference caused by uninitialized group->iommufd Alex Williamson (Wed Feb 22 2023 - 13:00:33 EST)
- [PATCH v2 0/2] io_uring: Add KASAN support for alloc caches Breno Leitao (Wed Feb 22 2023 - 13:00:44 EST)
- [PATCH v2 1/2] io_uring: Move from hlist to io_wq_work_node Breno Leitao (Wed Feb 22 2023 - 13:00:45 EST)
- [PATCH v2 2/2] io_uring: Add KASAN support for alloc_caches Breno Leitao (Wed Feb 22 2023 - 13:00:48 EST)
- Re: [PATCH 2/5] X86-64 should not uniquely require a third ELF package to build. Rob Landley (Wed Feb 22 2023 - 13:01:43 EST)
- Re: [PATCH v5 34/54] clk: mediatek: mt7986-eth: Migrate to common probe mechanism Daniel Golle (Wed Feb 22 2023 - 13:03:11 EST)
- Re: [PATCH v5 33/54] clk: mediatek: mt7986-infracfg: Migrate to common probe mechanism Daniel Golle (Wed Feb 22 2023 - 13:03:14 EST)
- Re: [PATCH v5 32/54] clk: mediatek: mt7986-apmixed: Use PLL_AO flag to set critical clock Daniel Golle (Wed Feb 22 2023 - 13:03:31 EST)
- Re: [PATCH net V3] net: stmmac: Premature loop termination check was ignored Andrew Lunn (Wed Feb 22 2023 - 13:04:31 EST)
- Re: [PATCH] bpf: Fix undeclared function 'barrier_nospec' warning Linus Torvalds (Wed Feb 22 2023 - 13:06:06 EST)
- Re: [PATCH bpf-next 3/3] selftests/bpf: Check __ARCH_WANT_SET_GET_RLIMIT before syscall(__NR_getrlimit) Alexei Starovoitov (Wed Feb 22 2023 - 13:07:17 EST)
- [PATCH RFC 0/4] clk: mediatek: de-duplicate MT798x drivers Daniel Golle (Wed Feb 22 2023 - 13:09:09 EST)
- [PATCH RFC 1/4] dt-bindings: clock: rename mt7986-clk.h to mediatek,mt7986-clk.h Daniel Golle (Wed Feb 22 2023 - 13:09:21 EST)
- [PATCH RFC 2/4] dt-bindings: clock: break out mediatek,ethsys into its own header Daniel Golle (Wed Feb 22 2023 - 13:09:46 EST)
- [PATCH RFC 3/4] dt-bindings: clock: break out mediatek,filogic-apmixed Daniel Golle (Wed Feb 22 2023 - 13:10:07 EST)
- [PATCH RFC 4/4] clk: mediatek: de-duplicate MT7981 and MT7986 clock drivers Daniel Golle (Wed Feb 22 2023 - 13:10:19 EST)
- Re: An issue of kernel stall caused by infiniband mad packet Leon Romanovsky (Wed Feb 22 2023 - 13:11:58 EST)
- Re: [PATCH v3 0/5] apple-gmux: support MMIO gmux type on T2 Macs Aditya Garg (Wed Feb 22 2023 - 13:13:42 EST)
- Re: [PATCH drm-next v2 05/16] drm: manager to keep track of GPUs VA mappings Danilo Krummrich (Wed Feb 22 2023 - 13:14:28 EST)
- Re: [PATCH] arm64: dts: imx8mp-msc-sm2s: Add sound card Krzysztof Kozlowski (Wed Feb 22 2023 - 13:20:21 EST)
- Re: [PATCH] drm/msm: return early when allocating fbdev fails Nathan Chancellor (Wed Feb 22 2023 - 13:21:36 EST)
- Re: [PATCH v4 00/17] powerpc/85xx: p2020: Create one unified machine description Pali Rohár (Wed Feb 22 2023 - 13:22:42 EST)
- [PATCH v2 1/3] kunit: fix bug in debugfs logs of parameterized tests Rae Moar (Wed Feb 22 2023 - 13:27:48 EST)
- Re: [PATCH v3] mm/damon/paddr: fix missing folio_put() SeongJae Park (Wed Feb 22 2023 - 13:27:49 EST)
- [PATCH v2 2/3] kunit: fix bug in the order of lines in debugfs logs Rae Moar (Wed Feb 22 2023 - 13:27:50 EST)
- [PATCH v2 3/3] kunit: fix bug of extra newline characters in debugfs logs Rae Moar (Wed Feb 22 2023 - 13:27:59 EST)
- Re: [PATCH v2 2/2] io_uring: Add KASAN support for alloc_caches Jens Axboe (Wed Feb 22 2023 - 13:30:25 EST)
- Re: [PATCH 2/2] dt-bindings: display: Add Loongson display controller Krzysztof Kozlowski (Wed Feb 22 2023 - 13:30:45 EST)
- Re: [PATCH 1/2] Mips: ls2k1000: dts: add the display controller device node Krzysztof Kozlowski (Wed Feb 22 2023 - 13:32:16 EST)
- Re: [PATCH v2] KVM: SVM: hyper-v: placate modpost section mismatch error Paolo Bonzini (Wed Feb 22 2023 - 13:33:50 EST)
- [PATCH v2] docs: Add relevant kernel publications to list of books Carlos Bilbao (Wed Feb 22 2023 - 13:34:58 EST)
- Re: [PATCH 03/10] KVM: arm64: switch HCRX_EL2 between host and guest Kristina Martsenko (Wed Feb 22 2023 - 13:36:52 EST)
- Re: [PATCH] KVM: Align the function name of kvm_swap_active_memslots() Sean Christopherson (Wed Feb 22 2023 - 13:39:36 EST)
- Re: [PATCH] arm64: dts: imx8mp-msc-sm2s: Add sound card Marek Vasut (Wed Feb 22 2023 - 13:39:43 EST)
- [RFC PATCH 00/16] pinctrl: ralink: fix ABI, improve driver, move to mediatek, improve dt-bindings arinc9 . unal (Wed Feb 22 2023 - 13:40:20 EST)
- [RFC PATCH 01/16] pinctrl: ralink: reintroduce ralink,rt2880-pinmux compatible string arinc9 . unal (Wed Feb 22 2023 - 13:40:23 EST)
- RE: [PATCH v4 1/2] gpio: gpio-mlxbf3: Add gpio driver support Asmaa Mnebhi (Wed Feb 22 2023 - 13:40:26 EST)
- [RFC PATCH 02/16] pinctrl: ralink: add mediatek compatible strings arinc9 . unal (Wed Feb 22 2023 - 13:40:34 EST)
- Re: [RFC PATCH v4] x86/kdump: terminate watchdog NMI interrupt to avoid kdump crashes Eric W. Biederman (Wed Feb 22 2023 - 13:40:37 EST)
- [RFC PATCH 03/16] pinctrl: ralink: rt305x: add compatible string for every SoC arinc9 . unal (Wed Feb 22 2023 - 13:40:42 EST)
- [RFC PATCH 04/16] pinctrl: ralink: mt7620: split out to mt76x8 arinc9 . unal (Wed Feb 22 2023 - 13:40:46 EST)
- [RFC PATCH 06/16] pinctrl: mediatek: remove OF_GPIO as reverse dependency arinc9 . unal (Wed Feb 22 2023 - 13:40:50 EST)
- [RFC PATCH 05/16] pinctrl: ralink: move to mediatek as mtmips arinc9 . unal (Wed Feb 22 2023 - 13:41:00 EST)
- [RFC PATCH 07/16] dt-bindings: pinctrl: ralink: add new compatible strings arinc9 . unal (Wed Feb 22 2023 - 13:41:03 EST)
- [RFC PATCH 08/16] dt-bindings: pinctrl: ralink: rename to mediatek arinc9 . unal (Wed Feb 22 2023 - 13:41:08 EST)
- [RFC PATCH 09/16] dt-bindings: pinctrl: mediatek: rt305x: split binding arinc9 . unal (Wed Feb 22 2023 - 13:41:17 EST)
- [RFC PATCH 10/16] dt-bindings: pinctrl: mediatek: mt7620: split binding arinc9 . unal (Wed Feb 22 2023 - 13:41:25 EST)
- [RFC PATCH 11/16] MAINTAINERS: move ralink pinctrl to mediatek mips pinctrl arinc9 . unal (Wed Feb 22 2023 - 13:41:29 EST)
- [RFC PATCH 12/16] dt-bindings: pinctrl: mediatek: mt6795: rename to mediatek,mt6795-pinctrl arinc9 . unal (Wed Feb 22 2023 - 13:41:38 EST)
- [RFC PATCH 13/16] dt-bindings: pinctrl: mediatek: mt8186: rename to mediatek,mt8186-pinctrl arinc9 . unal (Wed Feb 22 2023 - 13:41:52 EST)
- [RFC PATCH 16/16] dt-bindings: pinctrl: mediatek: improve schemas arinc9 . unal (Wed Feb 22 2023 - 13:41:57 EST)
- [RFC PATCH 14/16] dt-bindings: pinctrl: mediatek: mt8192: rename to mediatek,mt8192-pinctrl arinc9 . unal (Wed Feb 22 2023 - 13:41:59 EST)
- [RFC PATCH 15/16] dt-bindings: pinctrl: mediatek: mt8195: rename to mediatek,mt8195-pinctrl arinc9 . unal (Wed Feb 22 2023 - 13:42:02 EST)
- Re: [PATCH v3 01/13] x86/fpu/xstate: Avoid getting xstate address of init_fpstate if fpstate contains the component Mingwei Zhang (Wed Feb 22 2023 - 13:42:11 EST)
- Re: [PATCH 2/5] X86-64 should not uniquely require a third ELF package to build. Thomas Gleixner (Wed Feb 22 2023 - 13:43:02 EST)
- Re: [PATCH v3 2/3] drivers: remoteproc: xilinx: fix carveout names Mathieu Poirier (Wed Feb 22 2023 - 13:43:11 EST)
- Re: [kernel PATCH v1 1/1] Bluetooth: hci_sync: clear workqueue before clear mgmt cmd Zhengping Jiang (Wed Feb 22 2023 - 13:46:23 EST)
- Re: [PATCH v1 2/3] auxdisplay: ht16k33: Make use of device_get_match_data() Krzysztof Kozlowski (Wed Feb 22 2023 - 13:47:38 EST)
- Re: [PATCH v2 1/4] sched/task: Add the put_task_struct_atomic_safe function Wander Lairson Costa (Wed Feb 22 2023 - 13:48:30 EST)
- Re: [RFC PATCH v2 1/2] PM: domains: Skip disabling unused domains if provider has sync_state Bjorn Andersson (Wed Feb 22 2023 - 13:49:09 EST)
- Re: [PATCH] KVM: Add the missed title format Sean Christopherson (Wed Feb 22 2023 - 13:51:44 EST)
- Re: [PATCH v2] Documentation: bpf: Fix link to BTF doc Ross Zwisler (Wed Feb 22 2023 - 13:55:20 EST)
- Re: [PATCH 05/12] KVM: x86: Use KVM-governed feature framework to track "XSAVES enabled" Sean Christopherson (Wed Feb 22 2023 - 13:56:10 EST)
- Re: [PATCH 03/10] KVM: arm64: switch HCRX_EL2 between host and guest Kristina Martsenko (Wed Feb 22 2023 - 13:56:19 EST)
- Re: [PATCH v4 01/14] dma-buf/dma-fence: Add deadline awareness Rob Clark (Wed Feb 22 2023 - 13:57:56 EST)
- Re: [RFC PATCH 1/6] dt-bindings: iio: light: Support ROHM BU27034 Krzysztof Kozlowski (Wed Feb 22 2023 - 13:58:31 EST)
- Re: [PATCH] arm64: dts: imx8mp-msc-sm2s: Add sound card Marco Felsch (Wed Feb 22 2023 - 14:03:08 EST)
- Re: [PATCH v3 3/3] remoteproc: xilinx: add mailbox channels for rpmsg Mathieu Poirier (Wed Feb 22 2023 - 14:06:34 EST)
- Re: [PATCH v4 1/4] locktorture: Add nested_[un]lock() hooks and nlocks parameter Paul E. McKenney (Wed Feb 22 2023 - 14:07:25 EST)
- Re: [PULL] Networking for v6.3 Alexander Lobakin (Wed Feb 22 2023 - 14:08:59 EST)
- Re: [PATCH 3/4] drm/msm/adreno: drop redundant pm_runtime_disable() Rob Clark (Wed Feb 22 2023 - 14:09:34 EST)
- Re: [PATCH v10 3/6] fs/proc/task_mmu: Implement IOCTL to get and/or the clear info about PTEs Nadav Amit (Wed Feb 22 2023 - 14:10:40 EST)
- [PATCH] x86/mce: Always inline old MCA stubs Borislav Petkov (Wed Feb 22 2023 - 14:11:08 EST)
- Re: [PATCH v1 2/3] auxdisplay: ht16k33: Make use of device_get_match_data() Andy Shevchenko (Wed Feb 22 2023 - 14:11:17 EST)
- [PATCH] regulator: core: Use ktime_get_boottime() to determine how long a regulator was off Matthias Kaehlcke (Wed Feb 22 2023 - 14:15:57 EST)
- Re: [PATCH v1 1/1] device property: Clarify description of returned value in some functions Rafael J. Wysocki (Wed Feb 22 2023 - 14:16:36 EST)
- Re: [PATCH v2 01/16] thermal/core: Add a thermal zone 'devdata' accessor Rafael J. Wysocki (Wed Feb 22 2023 - 14:19:31 EST)
- Re: [PATCH v2 01/16] thermal/core: Add a thermal zone 'devdata' accessor Florian Fainelli (Wed Feb 22 2023 - 14:21:07 EST)
- [FYI PATCH 1/1] tools arch x86: Sync the msr-index.h copy with the kernel sources Arnaldo Carvalho de Melo (Wed Feb 22 2023 - 14:21:42 EST)
- Re: [PATCH] mm/khugepaged: alloc_charge_hpage() take care of mem charge errors Johannes Weiner (Wed Feb 22 2023 - 14:22:34 EST)
- Re: [PATCH v2 03/16] thermal: Remove debug or error messages in get_temp() ops Florian Fainelli (Wed Feb 22 2023 - 14:23:17 EST)
- Re: [PATCH v2 04/16] thermal/hwmon: Do not set no_hwmon before calling thermal_add_hwmon_sysfs() Florian Fainelli (Wed Feb 22 2023 - 14:23:58 EST)
- Re: [GIT PULL] HID for 6.3 Linus Torvalds (Wed Feb 22 2023 - 14:24:06 EST)
- [PATCH v6 2/6] dt-bindings: fsi: Document the IBM I2C Responder virtual FSI master Eddie James (Wed Feb 22 2023 - 14:24:37 EST)
- [PATCH v6 1/6] fsi: Move fsi_slave structure definition to header Eddie James (Wed Feb 22 2023 - 14:24:40 EST)
- [PATCH v6 0/6] fsi: Add IBM I2C Responder virtual FSI master Eddie James (Wed Feb 22 2023 - 14:24:42 EST)
- [PATCH v6 3/6] fsi: Add IBM I2C Responder virtual FSI master Eddie James (Wed Feb 22 2023 - 14:24:45 EST)
- [PATCH v6 4/6] fsi: Add I2C Responder SCOM driver Eddie James (Wed Feb 22 2023 - 14:24:58 EST)
- [PATCH v6 5/6] fsi: Add aliased device numbering Eddie James (Wed Feb 22 2023 - 14:25:00 EST)
- [PATCH v6 6/6] fsi: Use of_match_table for bus matching if specified Eddie James (Wed Feb 22 2023 - 14:25:02 EST)
- Re: [PATCH v2 02/16] thermal/core: Show a debug message when get_temp() fails Rafael J. Wysocki (Wed Feb 22 2023 - 14:26:38 EST)
- Re: [PATCH v3] scsi: ufs: core: Add trace event for MCQ Bean Huo (Wed Feb 22 2023 - 14:27:25 EST)
- Re: [PATCH 2/2] Documentation/process: Add a maintainer handbook for KVM x86 Maciej S. Szmigiero (Wed Feb 22 2023 - 14:27:47 EST)
- Re: [PATCH] KVM: x86/pmu: Apply event filter mechanism to emulated instructions Sean Christopherson (Wed Feb 22 2023 - 14:28:23 EST)
- Re: [PATCH v6 00/41] Shadow stacks for userspace Borislav Petkov (Wed Feb 22 2023 - 14:29:06 EST)
- [PATCH 4.14 v2 0/4] BPF fixes for CVE-2021-3444 and CVE-2021-3600 Edward Liaw (Wed Feb 22 2023 - 14:29:42 EST)
- [PATCH 4.14 v2 1/4] bpf: Do not use ax register in interpreter on div/mod Edward Liaw (Wed Feb 22 2023 - 14:29:45 EST)
- [PATCH 4.14 v2 2/4] bpf: fix subprog verifier bypass by div/mod by 0 exception Edward Liaw (Wed Feb 22 2023 - 14:29:59 EST)
- [PATCH 4.14 v2 4/4] bpf: Fix truncation handling for mod32 dst reg wrt zero Edward Liaw (Wed Feb 22 2023 - 14:30:06 EST)
- [PATCH 4.14 v2 3/4] bpf: Fix 32 bit src register truncation on div/mod Edward Liaw (Wed Feb 22 2023 - 14:30:10 EST)
- Re: [Patch v3 5/7] KVM: x86/mmu: Remove "record_acc_track" in __tdp_mmu_set_spte() David Matlack (Wed Feb 22 2023 - 14:32:02 EST)
- Re: [PATCH v6 00/41] Shadow stacks for userspace Edgecombe, Rick P (Wed Feb 22 2023 - 14:32:30 EST)
- Re: [PATCH] bpf: Fix undeclared function 'barrier_nospec' warning Daniel Borkmann (Wed Feb 22 2023 - 14:32:35 EST)
- Re: [Patch v3 6/7] KVM: x86/mmu: Remove handle_changed_spte_dirty_log() David Matlack (Wed Feb 22 2023 - 14:36:27 EST)
- Re: [PATCH v6 14/41] x86/mm: Introduce _PAGE_SAVED_DIRTY Kees Cook (Wed Feb 22 2023 - 14:39:42 EST)
- Re: [PATCH v2 1/2] x86/speculation: Allow enabling STIBP with legacy IBRS KP Singh (Wed Feb 22 2023 - 14:42:20 EST)
- Re: [Patch v3 7/7] KVM: x86/mmu: Merge all handle_changed_pte* functions. David Matlack (Wed Feb 22 2023 - 14:43:06 EST)
- Re: [RFC/PATCHSET 0/7] perf record: Implement BPF sample filter (v1) Namhyung Kim (Wed Feb 22 2023 - 14:43:17 EST)
- Re: [PATCH v2 06/16] thermal: Don't use 'device' internal thermal zone structure field Rafael J. Wysocki (Wed Feb 22 2023 - 14:44:06 EST)
- Re: [PATCH v2 08/16] thermal: Add a thermal zone id accessor Rafael J. Wysocki (Wed Feb 22 2023 - 14:45:21 EST)
- Re: [PATCH v2 09/16] thermal: Do not access 'type' field, use the tz id instead Rafael J. Wysocki (Wed Feb 22 2023 - 14:48:09 EST)
- Re: [PATCH 2/8] perf bpf filter: Implement event sample filtering Namhyung Kim (Wed Feb 22 2023 - 14:48:59 EST)
- Re: [PATCH 2/8] perf bpf filter: Implement event sample filtering Namhyung Kim (Wed Feb 22 2023 - 14:49:30 EST)
- Re: [PATCH] tools/memory-model: Add details about SRCU read-side critical sections Paul E. McKenney (Wed Feb 22 2023 - 14:51:03 EST)
- Re: [PATCH] HID: usbhid: enable remote wakeup for mice Limonciello, Mario (Wed Feb 22 2023 - 14:51:07 EST)
- Re: [PATCH 3/8] perf record: Add BPF event filter support Namhyung Kim (Wed Feb 22 2023 - 14:51:11 EST)
- Re: [PATCH v2 16/16] thermal/traces: Replace the thermal zone structure parameter with the field value Rafael J. Wysocki (Wed Feb 22 2023 - 14:52:46 EST)
- Re: [GIT PULL] hwmon updates for v6.2 pr-tracker-bot (Wed Feb 22 2023 - 14:53:54 EST)
- [PATCH v2] mm/khugepaged: alloc_charge_hpage() take care of mem charge errors Peter Xu (Wed Feb 22 2023 - 14:54:02 EST)
- Re: [GIT PULL] regulator updates for v6.3 pr-tracker-bot (Wed Feb 22 2023 - 14:54:05 EST)
- Re: [GIT PULL] regmap updates for v6.3 pr-tracker-bot (Wed Feb 22 2023 - 14:54:09 EST)
- Re: [GIT PULL] HID for 6.3 pr-tracker-bot (Wed Feb 22 2023 - 14:54:11 EST)
- Re: [PATCH] rust: time: New module for timekeeping functions Gary Guo (Wed Feb 22 2023 - 14:55:54 EST)
- Re: [GIT PULL] sound updates for 6.3-rc1 pr-tracker-bot (Wed Feb 22 2023 - 14:57:02 EST)
- Re: [GIT PULL] SPI updates for v6.2-rc8-abi pr-tracker-bot (Wed Feb 22 2023 - 14:57:06 EST)
- Re: [GIT PULL] SPI updates for v6.3 pr-tracker-bot (Wed Feb 22 2023 - 14:57:09 EST)
- Re: [GIT PULL] pin control bulk changes for v6.3 pr-tracker-bot (Wed Feb 22 2023 - 14:57:14 EST)
- Re: [GIT PULL] gpio: updates for v6.3 pr-tracker-bot (Wed Feb 22 2023 - 14:57:16 EST)
- Re: [GIT PULL] IPMI bug fixes for 6.3 pr-tracker-bot (Wed Feb 22 2023 - 14:57:19 EST)
- Re: [PATCH] arm64: dts: imx8mp-msc-sm2s: Add sound card Luca Ceresoli (Wed Feb 22 2023 - 14:58:17 EST)
- Re: [PATCH 2/5] mm: vmscan: make memcg slab shrink lockless Kirill Tkhai (Wed Feb 22 2023 - 14:59:18 EST)
- Re: [PATCH v2 06/16] thermal: Don't use 'device' internal thermal zone structure field Daniel Lezcano (Wed Feb 22 2023 - 15:00:31 EST)
- Re: [PATCH v2 16/16] thermal/traces: Replace the thermal zone structure parameter with the field value Daniel Lezcano (Wed Feb 22 2023 - 15:02:20 EST)
- [PATCH 5.4/5.10 0/1] mac80211: mesh: embedd mesh_paths and mpp_paths into ieee80211_if_mesh Fedor Pchelkin (Wed Feb 22 2023 - 15:03:46 EST)
- [PATCH 5.4/5.10 1/1] mac80211: mesh: embedd mesh_paths and mpp_paths into ieee80211_if_mesh Fedor Pchelkin (Wed Feb 22 2023 - 15:03:50 EST)
- Re: [PATCH bpf-next 3/3] selftests/bpf: Check __ARCH_WANT_SET_GET_RLIMIT before syscall(__NR_getrlimit) Mykola Lysenko (Wed Feb 22 2023 - 15:03:58 EST)
- Re: [RFC PATCH 1/1] x86/mm/pat: Clear VM_PAT if copy_p4d_range failed Dave Hansen (Wed Feb 22 2023 - 15:04:06 EST)
- Re: [PATCH 2/5] mm: vmscan: make memcg slab shrink lockless Kirill Tkhai (Wed Feb 22 2023 - 15:06:01 EST)
- Re: [GIT PULL] Documentation for 6.3 pr-tracker-bot (Wed Feb 22 2023 - 15:06:04 EST)
- Re: [PATCH v2 06/16] thermal: Don't use 'device' internal thermal zone structure field Rafael J. Wysocki (Wed Feb 22 2023 - 15:06:35 EST)
- Re: [PATCH v2 16/16] thermal/traces: Replace the thermal zone structure parameter with the field value Rafael J. Wysocki (Wed Feb 22 2023 - 15:08:16 EST)
- [PATCH v6 00/11] LSM: Three basic syscalls Casey Schaufler (Wed Feb 22 2023 - 15:09:07 EST)
- [PATCH v6 02/11] LSM: Maintain a table of LSM attribute data Casey Schaufler (Wed Feb 22 2023 - 15:09:11 EST)
- [PATCH v6 01/11] LSM: Identify modules by more than name Casey Schaufler (Wed Feb 22 2023 - 15:09:19 EST)
- Re: [PATCH v2 0/5] rtc: isl12022: Clean up and simplify the driver Alexandre Belloni (Wed Feb 22 2023 - 15:10:26 EST)
- [PATCH v6 03/11] proc: Use lsmids instead of lsm names for attrs Casey Schaufler (Wed Feb 22 2023 - 15:10:35 EST)
- [PATCH v6 04/11] LSM: syscalls for current process attributes Casey Schaufler (Wed Feb 22 2023 - 15:10:38 EST)
- [PATCH v6 05/11] LSM: Create lsm_module_list system call Casey Schaufler (Wed Feb 22 2023 - 15:10:46 EST)
- Re: [PATCH v1 1/1] rtc: rx6110: Remove unused of_gpio,h Alexandre Belloni (Wed Feb 22 2023 - 15:11:12 EST)
- Re: [PATCH] rtc: efi: Avoid spamming the log on RTC read failure Alexandre Belloni (Wed Feb 22 2023 - 15:11:45 EST)
- [PATCH v6 06/11] LSM: wireup Linux Security Module syscalls Casey Schaufler (Wed Feb 22 2023 - 15:12:29 EST)
- [PATCH v6 07/11] LSM: Helpers for attribute names and filling an lsm_ctx Casey Schaufler (Wed Feb 22 2023 - 15:12:31 EST)
- [PATCH v6 08/11] Smack: implement setselfattr and getselfattr hooks Casey Schaufler (Wed Feb 22 2023 - 15:12:39 EST)
- Re: [PATCH v2 4/7] platform/x86/intel/ifs: Implement Array BIST test Dave Hansen (Wed Feb 22 2023 - 15:13:27 EST)
- Re: [Intel-gfx] [PATCH 2/2] Apply quirk to disable PSR 2 on Tongfang PHxTxX1 and PHxTQx1 Rodrigo Vivi (Wed Feb 22 2023 - 15:13:52 EST)
- [PATCH v6 09/11] AppArmor: Add selfattr hooks Casey Schaufler (Wed Feb 22 2023 - 15:14:00 EST)
- [PATCH v6 10/11] SELinux: Add selfattr hooks Casey Schaufler (Wed Feb 22 2023 - 15:14:03 EST)
- Re: [RFC PATCH 0/1] sched/pelt: Change PELT halflife at runtime Dietmar Eggemann (Wed Feb 22 2023 - 15:14:07 EST)
- [PATCH v6 11/11] LSM: selftests for Linux Security Module syscalls Casey Schaufler (Wed Feb 22 2023 - 15:14:11 EST)
- [GIT PULL] PCI changes for v6.3 Bjorn Helgaas (Wed Feb 22 2023 - 15:18:01 EST)
- Re: [PATCH RFC v8 28/56] crypto: ccp: Provide APIs to query extended attestation report Zhi Wang (Wed Feb 22 2023 - 15:24:36 EST)
- Re: [RFC PATCH 0/1] sched/pelt: Change PELT halflife at runtime Dietmar Eggemann (Wed Feb 22 2023 - 15:29:13 EST)
- Re: [PATCH v2 3/4] dt-bindings: net: qcom,ethqos: Convert bindings to yaml Andrew Halaney (Wed Feb 22 2023 - 15:29:59 EST)
- [GIT PULL] first round of SCSI updates for the 6.2+ merge window James Bottomley (Wed Feb 22 2023 - 15:31:22 EST)
- Re: [PATCH] tools/memory-model: Add details about SRCU read-side critical sections Alan Stern (Wed Feb 22 2023 - 15:32:17 EST)
- include/acpi/actypes.h:525:42: warning: 'strncpy' specified bound 4 equals destination size kernel test robot (Wed Feb 22 2023 - 15:33:37 EST)
- Re: [PATCH RESEND 1/1] check-uapi: Introduce check-uapi.sh John Moon (Wed Feb 22 2023 - 15:34:00 EST)
- Re: [PATCH v2 1/3] perf/x86/core: Use sysfs_emit() in show() callback function Peter Zijlstra (Wed Feb 22 2023 - 15:36:23 EST)
- Re: [PATCH RESEND 1/1] check-uapi: Introduce check-uapi.sh John Moon (Wed Feb 22 2023 - 15:36:57 EST)
- Re: [PATCH] mm/uffd: UFFD_FEATURE_WP_ZEROPAGE Peter Xu (Wed Feb 22 2023 - 15:38:18 EST)
- Re: [PATCH] KVM: x86/pmu: Apply event filter mechanism to emulated instructions Aaron Lewis (Wed Feb 22 2023 - 15:38:27 EST)
- Re: [PATCH RESEND 1/1] check-uapi: Introduce check-uapi.sh John Moon (Wed Feb 22 2023 - 15:39:09 EST)
- [PATCH v4 0/2] add support for Phytec PCM-049 and PCM-959 Colin Foster (Wed Feb 22 2023 - 15:39:17 EST)
- [PATCH v4 1/2] dt-bindings: arm: omap: add phytec pcm-049 som and pcm-959 dev board Colin Foster (Wed Feb 22 2023 - 15:39:20 EST)
- [PATCH v4 2/2] arm: dts: omap4: pcm959: add initial support for phytec pcm959 Colin Foster (Wed Feb 22 2023 - 15:39:24 EST)
- [PATCH net] net: sunhme: Fix region request Sean Anderson (Wed Feb 22 2023 - 15:42:50 EST)
- Re: [PATCH RFC v8 31/56] KVM: SVM: Make AVIC backing, VMSA and VMCB memory allocation SNP safe Zhi Wang (Wed Feb 22 2023 - 15:43:06 EST)
- Re: [PATCH] regulator: core: Use ktime_get_boottime() to determine how long a regulator was off Stephen Boyd (Wed Feb 22 2023 - 15:46:47 EST)
- Re: [PATCH v3 2/3] drivers: remoteproc: xilinx: fix carveout names Tanmay Shah (Wed Feb 22 2023 - 15:47:14 EST)
- Re: [PATCH v3 3/3] remoteproc: xilinx: add mailbox channels for rpmsg Tanmay Shah (Wed Feb 22 2023 - 15:49:45 EST)
- Re: [PATCH v4 1/3] Input: gpio-keys - add support for linux,input-value DTS property Konrad Dybcio (Wed Feb 22 2023 - 15:54:22 EST)
- Re: [PATCH v2 00/46] hugetlb: introduce HugeTLB high-granularity mapping Mina Almasry (Wed Feb 22 2023 - 15:57:43 EST)
- Re: [GIT PULL] Landlock updates for v6.3 pr-tracker-bot (Wed Feb 22 2023 - 15:59:01 EST)
- Re: [GIT PULL] Smack patches for v6.3 pr-tracker-bot (Wed Feb 22 2023 - 15:59:04 EST)
- Re: [GIT PULL] integrity: susbsytem updates for v6.3 pr-tracker-bot (Wed Feb 22 2023 - 15:59:13 EST)
- Re: [GIT PULL] Audit patches for v6.3 pr-tracker-bot (Wed Feb 22 2023 - 15:59:16 EST)
- Re: [PATCH] tools/memory-model: Add details about SRCU read-side critical sections Paul E. McKenney (Wed Feb 22 2023 - 16:00:07 EST)
- Re: [PATCH net] net: sunhme: Return an error when we are out of slots Simon Horman (Wed Feb 22 2023 - 16:00:10 EST)
- Re: [PATCH v2 1/4] sched/task: Add the put_task_struct_atomic_safe function luca abeni (Wed Feb 22 2023 - 16:00:55 EST)
- Re: [PATCH v10 2/4] clk: clk-loongson2: add clock controller driver support Stephen Boyd (Wed Feb 22 2023 - 16:01:04 EST)
- [RFC PATCH net-next 0/7] net: sunhme: Probe/IRQ cleanups Sean Anderson (Wed Feb 22 2023 - 16:04:06 EST)
- [RFC PATCH net-next 1/7] net: sunhme: Just restart autonegotiation if we can't bring the link up Sean Anderson (Wed Feb 22 2023 - 16:04:10 EST)
- [RFC PATCH net-next 2/7] net: sunhme: Remove residual polling code Sean Anderson (Wed Feb 22 2023 - 16:04:19 EST)
- [RFC PATCH net-next 3/7] net: sunhme: Unify IRQ requesting Sean Anderson (Wed Feb 22 2023 - 16:04:23 EST)
- [RFC PATCH net-next 4/7] net: sunhme: Alphabetize includes Sean Anderson (Wed Feb 22 2023 - 16:04:27 EST)
- [RFC PATCH net-next 5/7] net: sunhme: Switch SBUS to devres Sean Anderson (Wed Feb 22 2023 - 16:04:32 EST)
- [RFC PATCH net-next 6/7] net: sunhme: Consolidate mac address initialization Sean Anderson (Wed Feb 22 2023 - 16:04:54 EST)
- [RFC PATCH net-next 7/7] net: sunhme: Consolidate common probe tasks Sean Anderson (Wed Feb 22 2023 - 16:04:59 EST)
- [PATCH v1 RFC 0/3] meson-uart: Use "divide XTAL by 2" bit on G12A Martin Blumenstingl (Wed Feb 22 2023 - 16:05:38 EST)
- [PATCH v1 RFC 1/3] dt-bindings: serial: amlogic,meson-uart: Add compatible string for G12A Martin Blumenstingl (Wed Feb 22 2023 - 16:05:41 EST)
- [PATCH v1 RFC 2/3] tty: serial: meson: Add a new compatible string for the G12A SoC Martin Blumenstingl (Wed Feb 22 2023 - 16:05:44 EST)
- [PATCH v1 RFC 3/3] arm64: dts: meson-g12-common: Use the G12A UART compatible string Martin Blumenstingl (Wed Feb 22 2023 - 16:05:47 EST)
- Re: [PATCH RESEND 1/1] check-uapi: Introduce check-uapi.sh John Moon (Wed Feb 22 2023 - 16:07:42 EST)
- Re: [PATCH net] net: sunhme: Return an error when we are out of slots Sean Anderson (Wed Feb 22 2023 - 16:07:54 EST)
- Re: [PATCH 0/6] iommufd: Add iommu capability reporting Jason Gunthorpe (Wed Feb 22 2023 - 16:08:17 EST)
- Re: [PATCH bpf-next] selftests/bpf: Remove not used headers patchwork-bot+netdevbpf (Wed Feb 22 2023 - 16:10:24 EST)
- Re: [PATCH bpf-next] selftests/bpf: Fix cross compilation with CLANG_CROSS_FLAGS patchwork-bot+netdevbpf (Wed Feb 22 2023 - 16:10:26 EST)
- Re: [PATCH v2] media: mediatek: vcodec: Force capture queue format to MM21 Nícolas F. R. A. Prado (Wed Feb 22 2023 - 16:12:06 EST)
- Re: [PATCH] nvmem: add explicit config option to read OF fixed cells Martin Blumenstingl (Wed Feb 22 2023 - 16:15:12 EST)
- Re: [PATCH v2 15/46] hugetlb: add make_huge_pte_with_shift Mina Almasry (Wed Feb 22 2023 - 16:15:19 EST)
- Re: [PATCH v2 16/46] hugetlb: make default arch_make_huge_pte understand small mappings Mina Almasry (Wed Feb 22 2023 - 16:18:13 EST)
- Re: [PATCH net] net: sunhme: Return an error when we are out of slots Simon Horman (Wed Feb 22 2023 - 16:19:23 EST)
- Re: [PATCH bpf-next v3] riscv, bpf: Add kfunc support for RV64 patchwork-bot+netdevbpf (Wed Feb 22 2023 - 16:20:26 EST)
- Re: [PATCH bpf-next] bpf: Add bpf_cgroup_from_id() kfunc Alexei Starovoitov (Wed Feb 22 2023 - 16:20:38 EST)
- Re: [PATCH] mwifiex: Fix use-after-free bug due to race condition between main thread thread and timer thread Brian Norris (Wed Feb 22 2023 - 16:20:40 EST)
- fs/btrfs/volumes.c:2703:17: warning: 'seed_devices' may be used uninitialized in this function kernel test robot (Wed Feb 22 2023 - 16:23:46 EST)
- Re: [PATCH 2/2] Documentation/process: Add a maintainer handbook for KVM x86 Sean Christopherson (Wed Feb 22 2023 - 16:25:27 EST)
- Re: x86: AMD Zen2 ymm registers rolling back Tavis Ormandy (Wed Feb 22 2023 - 16:27:28 EST)
- Re: INFO: REPRODUCED: memory leak in gpio device in 6.2-rc6 Mirsad Goran Todorovac (Wed Feb 22 2023 - 16:28:02 EST)
- linux-next: duplicate patches in the watchdog tree Stephen Rothwell (Wed Feb 22 2023 - 16:29:13 EST)
- linux-next: duplicate patch in the smack tree Stephen Rothwell (Wed Feb 22 2023 - 16:32:20 EST)
- Re: [EXT] Re: RIP: 0010:qede_load+0x128d/0x13b0 [qede] - 5.19.0 Jakub Kicinski (Wed Feb 22 2023 - 16:34:41 EST)
- Re: [PATCH v4 1/4] locktorture: Add nested_[un]lock() hooks and nlocks parameter John Stultz (Wed Feb 22 2023 - 16:35:19 EST)
- linux-next: duplicate patch in the bpf tree Stephen Rothwell (Wed Feb 22 2023 - 16:39:40 EST)
- Re: [PATCH v4 1/2] dt-bindings: arm: omap: add phytec pcm-049 som and pcm-959 dev board Colin Foster (Wed Feb 22 2023 - 16:40:53 EST)
- Re: linux-next: duplicate patch in the bpf tree Linus Torvalds (Wed Feb 22 2023 - 16:44:09 EST)
- Re: linux-next: duplicate patch in the bpf tree Alexei Starovoitov (Wed Feb 22 2023 - 16:46:34 EST)
- [PATCH 0/5] OPP and devfreq for all Adrenos Konrad Dybcio (Wed Feb 22 2023 - 16:47:18 EST)
- [PATCH 1/5] drm/msm/adreno: Use OPP for every GPU generation Konrad Dybcio (Wed Feb 22 2023 - 16:47:21 EST)
- [PATCH 2/5] drm/msm/a2xx: Implement .gpu_busy Konrad Dybcio (Wed Feb 22 2023 - 16:47:24 EST)
- [PATCH 3/5] drm/msm/a3xx: Implement .gpu_busy Konrad Dybcio (Wed Feb 22 2023 - 16:47:26 EST)
- [PATCH 4/5] drm/msm/a4xx: Implement .gpu_busy Konrad Dybcio (Wed Feb 22 2023 - 16:47:30 EST)
- [PATCH 5/5] drm/msm/a5xx: Enable optional icc voting from OPP tables Konrad Dybcio (Wed Feb 22 2023 - 16:47:33 EST)
- Re: [GIT PULL] first round of SCSI updates for the 6.2+ merge window pr-tracker-bot (Wed Feb 22 2023 - 16:50:10 EST)
- Re: [PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM Sean Christopherson (Wed Feb 22 2023 - 16:53:26 EST)
- fs/btrfs/tree-log.c:4867:23: warning: 'start_slot' may be used uninitialized kernel test robot (Wed Feb 22 2023 - 16:56:43 EST)
- Re: [PATCH v6 3/4] ALSA: cs35l41: Add shared boost feature David Rhodes (Wed Feb 22 2023 - 16:57:13 EST)
- Re: [PATCH RESEND] PCI: s390: Fix use-after-free of PCI bus resources with s390 per-function hotplug Bjorn Helgaas (Wed Feb 22 2023 - 17:02:26 EST)
- Re: [PATCH v2 4/7] platform/x86/intel/ifs: Implement Array BIST test Joseph, Jithu (Wed Feb 22 2023 - 17:07:47 EST)
- Re: [PATCH v1] arch: Enable function alignment for arm64 Mina Almasry (Wed Feb 22 2023 - 17:09:11 EST)
- [PATCH] lib/test_string.c: Add strncmp() tests Palmer Dabbelt (Wed Feb 22 2023 - 17:10:31 EST)
- Re: [PATCH 3/5] drm/msm/a3xx: Implement .gpu_busy Dmitry Baryshkov (Wed Feb 22 2023 - 17:11:02 EST)
- Re: [PATCH 2/2] Documentation/process: Add a maintainer handbook for KVM x86 Maciej S. Szmigiero (Wed Feb 22 2023 - 17:11:07 EST)
- [PATCH v2 0/2] of: populate of_root_node if not set (alternate) Frank Rowand (Wed Feb 22 2023 - 17:11:50 EST)
- [PATCH v2 1/2] of: create of_root if no dtb provided Frank Rowand (Wed Feb 22 2023 - 17:11:54 EST)
- [PATCH v2 2/2] of: unittest: treat missing of_root as error instead of fixing up Frank Rowand (Wed Feb 22 2023 - 17:11:57 EST)
- Re: [PATCH V2 4/6] regulator: qcom_smd: Add support to define the bootup voltage Konrad Dybcio (Wed Feb 22 2023 - 17:12:09 EST)
- Re: [PATCH 5/5] drm/msm/a5xx: Enable optional icc voting from OPP tables Dmitry Baryshkov (Wed Feb 22 2023 - 17:13:31 EST)
- Re: [PATCH 0/2] of: populate of_root_node if not set (alternate) Frank Rowand (Wed Feb 22 2023 - 17:13:35 EST)
- [PATCH 1/6] x86/smpboot: Use CPU number instead of APIC ID for single CPU startup Brian Gerst (Wed Feb 22 2023 - 17:13:44 EST)
- [PATCH 0/6] x86-64: Remove global variables from boot Brian Gerst (Wed Feb 22 2023 - 17:13:47 EST)
- [PATCH 2/6] x86/smpboot: Use current_task to get idle thread Brian Gerst (Wed Feb 22 2023 - 17:13:51 EST)
- [PATCH 4/6] x86/smpbppt: Remove early_gdt_descr on 64-bit Brian Gerst (Wed Feb 22 2023 - 17:13:55 EST)
- [PATCH 3/6] x86/smpboot: Remove initial_stack on 64-bit Brian Gerst (Wed Feb 22 2023 - 17:13:58 EST)
- [PATCH 6/6] x86/smpboot: Simplify boot CPU setup Brian Gerst (Wed Feb 22 2023 - 17:14:01 EST)
- [PATCH 5/6] x86/smpboot: Remove initial_gs Brian Gerst (Wed Feb 22 2023 - 17:14:04 EST)
- Re: [PATCH v6 18/41] mm: Introduce VM_SHADOW_STACK for shadow stack memory Deepak Gupta (Wed Feb 22 2023 - 17:14:07 EST)
- Re: [PATCH v5 06/14] x86/ioremap: Support hypervisor specified range to map as encrypted Sean Christopherson (Wed Feb 22 2023 - 17:14:36 EST)
- Re: [PATCH v3 01/13] x86/fpu/xstate: Avoid getting xstate address of init_fpstate if fpstate contains the component Chang S. Bae (Wed Feb 22 2023 - 17:15:10 EST)
- Re: [PATCH 5/5] drm/msm/a5xx: Enable optional icc voting from OPP tables Konrad Dybcio (Wed Feb 22 2023 - 17:15:20 EST)
- Re: [PATCH v1] arch: Enable function alignment for arm64 Mina Almasry (Wed Feb 22 2023 - 17:18:14 EST)
- Re: x86: AMD Zen2 ymm registers rolling back Andrew Cooper (Wed Feb 22 2023 - 17:18:49 EST)
- Re: [PATCH 5/5] drm/msm/a5xx: Enable optional icc voting from OPP tables Dmitry Baryshkov (Wed Feb 22 2023 - 17:22:29 EST)
- Re: [PATCH 4/5] drm/msm/a4xx: Implement .gpu_busy Dmitry Baryshkov (Wed Feb 22 2023 - 17:22:58 EST)
- Re: [RFC PATCH 0/5] Retire IA64/Itanium support matoro (Wed Feb 22 2023 - 17:23:49 EST)
- Re: [PATCH 2/5] drm/msm/a2xx: Implement .gpu_busy Dmitry Baryshkov (Wed Feb 22 2023 - 17:24:14 EST)
- Re: x86: AMD Zen2 ymm registers rolling back Borislav Petkov (Wed Feb 22 2023 - 17:25:14 EST)
- Re: [PATCH modules-next v10 00/13] kallsyms: reliable symbol->address lookup with /proc/kallmodsyms Luis Chamberlain (Wed Feb 22 2023 - 17:25:32 EST)
- Re: x86: AMD Zen2 ymm registers rolling back Borislav Petkov (Wed Feb 22 2023 - 17:26:53 EST)
- Re: [GIT PULL] ksmbd server fixes pr-tracker-bot (Wed Feb 22 2023 - 17:27:01 EST)
- Re: [GIT PULL] nfsd changes for v6.3 pr-tracker-bot (Wed Feb 22 2023 - 17:27:07 EST)
- Re: [GIT PULL] gfs2 fixes pr-tracker-bot (Wed Feb 22 2023 - 17:27:20 EST)
- Re: [PATCH] KVM: x86: disable on 32-bit unless CONFIG_BROKEN Sean Christopherson (Wed Feb 22 2023 - 17:27:47 EST)
- Re: [PATCH v2 4/7] platform/x86/intel/ifs: Implement Array BIST test Dave Hansen (Wed Feb 22 2023 - 17:29:09 EST)
- Re: [PATCH v5 06/14] x86/ioremap: Support hypervisor specified range to map as encrypted Borislav Petkov (Wed Feb 22 2023 - 17:33:46 EST)
- Re: [PATCH RFC v8 28/56] crypto: ccp: Provide APIs to query extended attestation report Kalra, Ashish (Wed Feb 22 2023 - 17:36:03 EST)
- Re: [PATCH 1/5] drm/msm/adreno: Use OPP for every GPU generation Konrad Dybcio (Wed Feb 22 2023 - 17:41:00 EST)
- RE: [PATCH 18/27] kbuild, mfd: remove MODULE_LICENSE in non-modules DLG Adam Ward (Wed Feb 22 2023 - 17:41:04 EST)
- RE: [PATCH v1] arch: Enable function alignment for arm64 David Laight (Wed Feb 22 2023 - 17:42:45 EST)
- Re: [PATCH RFC v8 27/56] crypto: ccp: Add the SNP_{SET,GET}_EXT_CONFIG command Kalra, Ashish (Wed Feb 22 2023 - 17:44:10 EST)
- Re: [PATCH v5 0/2] Bluetooth: btrtl: add support for the RTL8723CS Bastian Germann (Wed Feb 22 2023 - 17:45:14 EST)
- Re: [PATCH 4/5] Replace timeconst.bc with mktimeconst.c Rob Landley (Wed Feb 22 2023 - 17:45:48 EST)
- [GIT PULL] power-supply changes for 6.3 Sebastian Reichel (Wed Feb 22 2023 - 17:46:51 EST)
- Re: [PATCH v2 4/7] platform/x86/intel/ifs: Implement Array BIST test Steven Rostedt (Wed Feb 22 2023 - 17:47:20 EST)
- Re: [PATCH 1/5] drm/msm/adreno: Use OPP for every GPU generation Dmitry Baryshkov (Wed Feb 22 2023 - 17:47:44 EST)
- Re: What size anonymous folios should we allocate? Yang Shi (Wed Feb 22 2023 - 17:49:13 EST)
- Re: [RFC v1 4/4] regulator: core: Move regulator supply resolving to the probe function Mark Brown (Wed Feb 22 2023 - 17:51:27 EST)
- Re: [PATCH 21/27] kbuild, dma-mapping: benchmark: remove MODULE_LICENSE in non-modules Luis Chamberlain (Wed Feb 22 2023 - 17:52:27 EST)
- Re: [PATCH v10 08/26] gunyah: rsc_mgr: Add resource manager RPC core Elliot Berman (Wed Feb 22 2023 - 17:52:33 EST)
- Re: [PATCH v2 16/46] hugetlb: make default arch_make_huge_pte understand small mappings James Houghton (Wed Feb 22 2023 - 17:53:12 EST)
- Re: [PATCH v2] mm/khugepaged: alloc_charge_hpage() take care of mem charge errors Yang Shi (Wed Feb 22 2023 - 17:53:55 EST)
- Re: [PATCH v2 15/46] hugetlb: add make_huge_pte_with_shift James Houghton (Wed Feb 22 2023 - 17:54:23 EST)
- Re: [PATCH v5 06/14] x86/ioremap: Support hypervisor specified range to map as encrypted Sean Christopherson (Wed Feb 22 2023 - 17:54:58 EST)
- Re: [PATCH] locktorture: Add raw_spinlock* torture tests for PREEMPT_RT kernels Paul E. McKenney (Wed Feb 22 2023 - 17:58:02 EST)
- Re: [PATCH V2 4/6] regulator: qcom_smd: Add support to define the bootup voltage Mark Brown (Wed Feb 22 2023 - 18:01:32 EST)
- [RFC/PATCHSET 0/8] perf record: Implement BPF sample filter (v3) Namhyung Kim (Wed Feb 22 2023 - 18:01:54 EST)
- [PATCH 1/8] perf bpf filter: Introduce basic BPF filter expression Namhyung Kim (Wed Feb 22 2023 - 18:02:04 EST)
- [PATCH 2/8] perf bpf filter: Implement event sample filtering Namhyung Kim (Wed Feb 22 2023 - 18:02:12 EST)
- [PATCH 4/8] perf record: Record dropped sample count Namhyung Kim (Wed Feb 22 2023 - 18:02:16 EST)
- [PATCH 3/8] perf record: Add BPF event filter support Namhyung Kim (Wed Feb 22 2023 - 18:02:19 EST)
- [PATCH 5/8] perf bpf filter: Add 'pid' sample data support Namhyung Kim (Wed Feb 22 2023 - 18:02:30 EST)
- [PATCH 8/8] perf bpf filter: Add logical OR operator Namhyung Kim (Wed Feb 22 2023 - 18:02:34 EST)
- [PATCH 7/8] perf bpf filter: Add data_src sample data support Namhyung Kim (Wed Feb 22 2023 - 18:02:38 EST)
- [PATCH 6/8] perf bpf filter: Add more weight sample data support Namhyung Kim (Wed Feb 22 2023 - 18:02:53 EST)
- [GIT PULL] sysctl changes for v6.3-rc1 Luis Chamberlain (Wed Feb 22 2023 - 18:05:18 EST)
- Re: [PATCH v6 19/41] x86/mm: Check shadow stack page fault errors Edgecombe, Rick P (Wed Feb 22 2023 - 18:07:55 EST)
- Re: [PATCH 14/19] mm: Introduce a cgroup for pinned memory Alistair Popple (Wed Feb 22 2023 - 18:11:02 EST)
- Re: [PATCH] drm/atomic-helpers: remove legacy_cursor_update hacks Rob Clark (Wed Feb 22 2023 - 18:14:45 EST)
- Re: [PATCH 1/5] drm/msm/adreno: Use OPP for every GPU generation Dmitry Baryshkov (Wed Feb 22 2023 - 18:17:05 EST)
- Re: [PATCH v10 08/26] gunyah: rsc_mgr: Add resource manager RPC core Elliot Berman (Wed Feb 22 2023 - 18:18:59 EST)
- [PATCH] mm/slub: fix help comment of SLUB_DEBUG[_ON] Vernon Yang (Wed Feb 22 2023 - 18:21:11 EST)
- Re: [PATCH] drm/atomic-helpers: remove legacy_cursor_update hacks Rob Clark (Wed Feb 22 2023 - 18:21:35 EST)
- Re: [PATCH RFC v8 10/56] x86/cpufeatures: Add SEV-SNP CPU feature Kalra, Ashish (Wed Feb 22 2023 - 18:27:33 EST)
- Re: linux-next: manual merge of the hwmon-staging tree with the i2c tree Stephen Rothwell (Wed Feb 22 2023 - 18:30:31 EST)
- Re: [PATCH v2 4/7] platform/x86/intel/ifs: Implement Array BIST test Joseph, Jithu (Wed Feb 22 2023 - 18:33:05 EST)
- Re: [PATCH v5 06/14] x86/ioremap: Support hypervisor specified range to map as encrypted Borislav Petkov (Wed Feb 22 2023 - 18:35:02 EST)
- Re: WARNING: CPU: 0 PID: 756 at arch/powerpc/kernel/exceptions-64s.S:2863 masked_interrupt+0xc/0xe4 with kernel Hard LOCKUP and reboot afterwards (kernel 6.2, PowerMac G5 11,2) Erhard Furtner (Wed Feb 22 2023 - 18:38:25 EST)
- Re: [PATCH v3 00/14] media: rkisp1: Add support for i.MX8MP Adam Ford (Wed Feb 22 2023 - 18:39:48 EST)
- Re: [PATCH 11/27] kbuild, clk: bcm2835: remove MODULE_LICENSE in non-modules Stephen Boyd (Wed Feb 22 2023 - 18:43:47 EST)
- Re: linux-next: manual merge of the hwmon-staging tree with the i2c tree Guenter Roeck (Wed Feb 22 2023 - 18:43:55 EST)
- [no subject] Stephen Boyd (Wed Feb 22 2023 - 18:44:25 EST)
- Re: [PATCH v2 4/7] platform/x86/intel/ifs: Implement Array BIST test Dave Hansen (Wed Feb 22 2023 - 18:59:44 EST)
- [GIT PULL] smb3 client fixes Steve French (Wed Feb 22 2023 - 19:02:48 EST)
- Re: [PATCH v6 33/41] x86/shstk: Introduce map_shadow_stack syscall Deepak Gupta (Wed Feb 22 2023 - 19:03:53 EST)
- Re: [PATCH] regulator: core: Use ktime_get_boottime() to determine how long a regulator was off Matthias Kaehlcke (Wed Feb 22 2023 - 19:05:42 EST)
- Re: [PATCH 14/19] mm: Introduce a cgroup for pinned memory Christoph Hellwig (Wed Feb 22 2023 - 19:06:08 EST)
- drm next for 6.3-rc1 Dave Airlie (Wed Feb 22 2023 - 19:10:42 EST)
- Re: linux-next: manual merge of the pinctrl tree with the mmc tree Stephen Rothwell (Wed Feb 22 2023 - 19:13:51 EST)
- Re: [PATCH v10 07/26] mailbox: Add Gunyah message queue mailbox Elliot Berman (Wed Feb 22 2023 - 19:15:41 EST)
- [PATCH] kbuild: modinst: Enable multithread xz compression André Almeida (Wed Feb 22 2023 - 19:17:03 EST)
- Re: .config and "make" / turning off all debug Hanasaki Jiji (Wed Feb 22 2023 - 19:22:16 EST)
- Perf event to counter mapping question Atish Patra (Wed Feb 22 2023 - 19:28:58 EST)
- Re: .config and "make" / turning off all debug Randy Dunlap (Wed Feb 22 2023 - 19:29:41 EST)
- Re: [PATCH] arm64: dts: rockchip: Always enable sd regulator on SOQuartz CM4IO Peter Geis (Wed Feb 22 2023 - 19:30:00 EST)
- [PATCH] padata: use alignment when calculating the number of worker threads Anthony Yznaga (Wed Feb 22 2023 - 19:33:23 EST)
- [PATCH v2] regulator: core: Use ktime_get_boottime() to determine how long a regulator was off Matthias Kaehlcke (Wed Feb 22 2023 - 19:33:43 EST)
- Re: [PATCH v5 2/4] tools/nolibc: add integer types and integer limit macros Vincent Dagonneau (Wed Feb 22 2023 - 19:35:53 EST)
- Re: [PATCH 14/19] mm: Introduce a cgroup for pinned memory Alistair Popple (Wed Feb 22 2023 - 19:36:00 EST)
- Re: [PATCH V7 0/3] Generate device tree node for pci devices Lizhi Hou (Wed Feb 22 2023 - 19:37:49 EST)
- Re: [PATCH v5 4/4] tools/nolibc: add tests for the integer limits in stdint.h Vincent Dagonneau (Wed Feb 22 2023 - 19:38:41 EST)
- fs/btrfs/send.c:1925:27: warning: 'right_gen' may be used uninitialized in this function kernel test robot (Wed Feb 22 2023 - 19:39:43 EST)
- Re: [PATCH v10 13/26] gunyah: vm_mgr: Add ioctls to support basic non-proxy VM boot Elliot Berman (Wed Feb 22 2023 - 19:51:19 EST)
- Re: [RFC 2/2] shmem: add support to ignore swap Luis Chamberlain (Wed Feb 22 2023 - 19:53:44 EST)
- Re: [RFC PATCH 1/2] mm: restrictedmem: Allow userspace to specify mount_path for memfd_restricted Ackerley Tng (Wed Feb 22 2023 - 19:55:26 EST)
- [PATCH v2 0/5] mm: userfaultfd: refactor and add UFFDIO_CONTINUE_MODE_WP Axel Rasmussen (Wed Feb 22 2023 - 19:58:11 EST)
- [PATCH v2 1/5] mm: userfaultfd: rename functions for clarity + consistency Axel Rasmussen (Wed Feb 22 2023 - 19:58:12 EST)
- [PATCH v2 2/5] mm: userfaultfd: don't pass around both mm and vma Axel Rasmussen (Wed Feb 22 2023 - 19:58:20 EST)
- [PATCH v2 3/5] mm: userfaultfd: combine 'mode' and 'wp_copy' arguments Axel Rasmussen (Wed Feb 22 2023 - 19:58:24 EST)
- [PATCH v2 4/5] mm: userfaultfd: don't separate addr + len arguments Axel Rasmussen (Wed Feb 22 2023 - 19:58:27 EST)
- [PATCH v2 5/5] mm: userfaultfd: add UFFDIO_CONTINUE_MODE_WP to install WP PTEs Axel Rasmussen (Wed Feb 22 2023 - 19:58:32 EST)
- Re: linux-next: manual merge of the spi tree with the i2c tree Stephen Rothwell (Wed Feb 22 2023 - 19:58:54 EST)
- RE: [PATCH v5 2/2] i2c: aspeed: support ast2600 i2cv2 new register mode driver Ryan Chen (Wed Feb 22 2023 - 19:59:05 EST)
- Re: [PATCH v5 4/4] tools/nolibc: add tests for the integer limits in stdint.h Vincent Dagonneau (Wed Feb 22 2023 - 20:00:36 EST)
- [PATCH v6 0/4] tools/nolibc: Adding stdint.h, more integer types and tests Vincent Dagonneau (Wed Feb 22 2023 - 20:01:35 EST)
- [PATCH v6 1/4] tools/nolibc: add stdint.h Vincent Dagonneau (Wed Feb 22 2023 - 20:01:46 EST)
- [PATCH v6 2/4] tools/nolibc: add integer types and integer limit macros Vincent Dagonneau (Wed Feb 22 2023 - 20:01:52 EST)
- [PATCH v6 3/4] tools/nolibc: enlarge column width of tests Vincent Dagonneau (Wed Feb 22 2023 - 20:01:56 EST)
- [PATCH v6 4/4] tools/nolibc: add tests for the integer limits in stdint.h Vincent Dagonneau (Wed Feb 22 2023 - 20:01:58 EST)
- Re: [PATCH 1/5] drm/msm/adreno: Use OPP for every GPU generation Konrad Dybcio (Wed Feb 22 2023 - 20:03:20 EST)
- Re: [PATCH] mm/slub: fix help comment of SLUB_DEBUG[_ON] Hyeonggon Yoo (Wed Feb 22 2023 - 20:04:23 EST)
- Re: [RFC 2/2] shmem: add support to ignore swap Yosry Ahmed (Wed Feb 22 2023 - 20:05:17 EST)
- Re: [PATCH v2] blk-ioprio: Introduce promote-to-rt policy Hou Tao (Wed Feb 22 2023 - 20:08:18 EST)
- Re: [PATCH v6 33/41] x86/shstk: Introduce map_shadow_stack syscall Edgecombe, Rick P (Wed Feb 22 2023 - 20:11:59 EST)
- Re: [PATCH 1/1] docs: Add relevant kernel publications to list of books Kaiwan N Billimoria (Wed Feb 22 2023 - 20:13:02 EST)
- [PATCH] s390/zcrypt: remove unnecessary (void*) conversions Yu Zhe (Wed Feb 22 2023 - 20:13:11 EST)
- Re: [PATCH v5 06/14] x86/ioremap: Support hypervisor specified range to map as encrypted Sean Christopherson (Wed Feb 22 2023 - 20:21:45 EST)
- Re: [PATCH bpf-next] bpf: Add bpf_cgroup_from_id() kfunc Tejun Heo (Wed Feb 22 2023 - 20:23:10 EST)
- Re: [PATCH v2 06/29] LoongArch: KVM: Implement vcpu create and destroy interface Tianrui Zhao (Wed Feb 22 2023 - 20:23:29 EST)
- Re: [GIT PULL] smb3 client fixes pr-tracker-bot (Wed Feb 22 2023 - 20:23:33 EST)
- [PATCH -next] f2fs: make f2fs_sync_inode_meta() static Li Zetao (Wed Feb 22 2023 - 20:28:34 EST)
- [PATCH v2 1/2 bpf-next] bpf: Add bpf_cgroup_from_id() kfunc Tejun Heo (Wed Feb 22 2023 - 20:29:21 EST)
- [PATCH v2 2/2 bpf-next] selftests/bpf: Add a test case for bpf_cgroup_from_id() Tejun Heo (Wed Feb 22 2023 - 20:30:07 EST)
- [PATCH] cpufreq: amd-pstate: Let user know amd-pstate is disabled Kai-Heng Feng (Wed Feb 22 2023 - 20:31:27 EST)
- Re: [RFC PATCH 0/2] Add flag as THP allocation hint for memfd_restricted() syscall Ackerley Tng (Wed Feb 22 2023 - 20:32:06 EST)
- Re: [PATCH 7/7] ext4: improve inode table blocks counting in ext4_num_overhead_clusters Kemeng Shi (Wed Feb 22 2023 - 20:32:09 EST)
- RE: [EXT] Re: [PATCH 03/10] media: Add Y212 video format Ming Qian (Wed Feb 22 2023 - 20:35:33 EST)
- Re: [RFC 2/2] shmem: add support to ignore swap Luis Chamberlain (Wed Feb 22 2023 - 20:36:07 EST)
- Re: [PATCH 11/27] kbuild, clk: bcm2835: remove MODULE_LICENSE in non-modules Luis Chamberlain (Wed Feb 22 2023 - 20:37:04 EST)
- [PATCH] clk: qcom: apcs-msm8986: Include bitfield.h for FIELD_PREP Stephen Boyd (Wed Feb 22 2023 - 20:38:54 EST)
- [PATCH] macintosh: via-pmu-led: ********************************* Randy Dunlap (Wed Feb 22 2023 - 20:41:59 EST)
- [PATCH -next] mux: convert mux_chip->mux to flexible array Jacob Keller (Wed Feb 22 2023 - 20:42:30 EST)
- [PATCH v2] macintosh: via-pmu-led: requires ATA to be set Randy Dunlap (Wed Feb 22 2023 - 20:42:55 EST)
- [PATCH v2 0/6] OPP and devfreq for all Adrenos Konrad Dybcio (Wed Feb 22 2023 - 20:47:46 EST)
- [PATCH v2 1/6] drm/msm/a2xx: Include perf counter reg values in XML Konrad Dybcio (Wed Feb 22 2023 - 20:47:49 EST)
- [PATCH v2 2/6] drm/msm/adreno: Use OPP for every GPU generation Konrad Dybcio (Wed Feb 22 2023 - 20:47:52 EST)
- [PATCH v2 3/6] drm/msm/a2xx: Implement .gpu_busy Konrad Dybcio (Wed Feb 22 2023 - 20:47:56 EST)
- [PATCH v2 4/6] drm/msm/a3xx: Implement .gpu_busy Konrad Dybcio (Wed Feb 22 2023 - 20:47:59 EST)
- [PATCH v2 5/6] drm/msm/a4xx: Implement .gpu_busy Konrad Dybcio (Wed Feb 22 2023 - 20:48:01 EST)
- [PATCH v2 6/6] drm/msm/adreno: Enable optional icc voting from OPP tables Konrad Dybcio (Wed Feb 22 2023 - 20:48:05 EST)
- Re: [PATCH v7 4/4] locking/rwsem: Enable direct rwsem lock handoff kernel test robot (Wed Feb 22 2023 - 20:48:14 EST)
- Re: [Intel-gfx] How is the progress for removing flush_scheduled_work() callers? Tetsuo Handa (Wed Feb 22 2023 - 20:51:30 EST)
- Re: [PATCH v6 0/4] tools/nolibc: Adding stdint.h, more integer types and tests Thomas Weißschuh (Wed Feb 22 2023 - 20:53:17 EST)
- Re: [PATCH 14/19] mm: Introduce a cgroup for pinned memory Jason Gunthorpe (Wed Feb 22 2023 - 20:54:04 EST)
- Re: [PATCH v10 15/26] gunyah: rsc_mgr: Add platform ops on mem_lend/mem_reclaim Elliot Berman (Wed Feb 22 2023 - 20:55:38 EST)
- RE: [PATCH v5 1/4] crypto: aspeed: Add ACRY RSA driver Neal Liu (Wed Feb 22 2023 - 20:56:13 EST)
- Re: [PATCH v2] Documentation: bpf: Fix link to BTF doc Bagas Sanjaya (Wed Feb 22 2023 - 20:58:26 EST)
- Re: [PATCH v2 2/6] drm/msm/adreno: Use OPP for every GPU generation Dmitry Baryshkov (Wed Feb 22 2023 - 20:59:48 EST)
- [PATCH v2 0/3] Add JH7110 MIPI DPHY RX support Changhuang Liang (Wed Feb 22 2023 - 21:00:11 EST)
- [PATCH v2 1/3] dt-bindings: phy: Add starfive,jh7110-dphy-rx Changhuang Liang (Wed Feb 22 2023 - 21:00:13 EST)
- [PATCH v2 3/3] riscv: dts: starfive: Add dphy rx node Changhuang Liang (Wed Feb 22 2023 - 21:00:15 EST)
- [PATCH v2 2/3] phy: starfive: Add mipi dphy rx support Changhuang Liang (Wed Feb 22 2023 - 21:00:18 EST)
- [PATCH v4] iio: light: cm32181: Unregister second I2C client if present Kai-Heng Feng (Wed Feb 22 2023 - 21:02:03 EST)
- RE: [PATCH v3] Bluetooth: btrtl: Firmware format v2 support Max Chou (Wed Feb 22 2023 - 21:02:06 EST)
- Re: [PATCH v2 3/6] drm/msm/a2xx: Implement .gpu_busy Dmitry Baryshkov (Wed Feb 22 2023 - 21:09:38 EST)
- Re: [PATCH v2 6/6] drm/msm/adreno: Enable optional icc voting from OPP tables Dmitry Baryshkov (Wed Feb 22 2023 - 21:10:19 EST)
- Re: [PATCH] clk: qcom: apcs-msm8986: Include bitfield.h for FIELD_PREP Dmitry Baryshkov (Wed Feb 22 2023 - 21:11:07 EST)
- Re: [PATCH v4 48/49] mm/mmap: Remove __vma_adjust() Liam R. Howlett (Wed Feb 22 2023 - 21:12:57 EST)
- Re: [PATCH v10 2/4] clk: clk-loongson2: add clock controller driver support zhuyinbo (Wed Feb 22 2023 - 21:16:58 EST)
- Re: [RFC PATCH net-next v3 9/9] net/smc: Add interface implementation of loopback device Wen Gu (Wed Feb 22 2023 - 21:23:08 EST)
- Re: [PATCH 1/2] include: uapi: scsi: Change utp_upiu_query struct kernel test robot (Wed Feb 22 2023 - 21:23:50 EST)
- Re: [PATCH 5/6] clk: samsung: exynos850: Add AUD and HSI main gate clocks Sam Protsenko (Wed Feb 22 2023 - 21:27:21 EST)
- Re: [RFC PATCH v4] x86/kdump: terminate watchdog NMI interrupt to avoid kdump crashes Zeng Heng (Wed Feb 22 2023 - 21:29:44 EST)
- [PATCH] tools/memory-model: Add documentation about SRCU read-side critical sections Alan Stern (Wed Feb 22 2023 - 21:36:13 EST)
- Re: [PATCH v2 06/10] dt-bindings: gpu: mali-bifrost: Add a compatible for MediaTek MT8186 Chen-Yu Tsai (Wed Feb 22 2023 - 21:44:17 EST)
- [RESEND PATCH RFC] mm: pagemap: add vma(VM_PFNMAP) support in pagemap_pte_hole() Ke Sun (Wed Feb 22 2023 - 21:44:17 EST)
- [RFC v2 1/5] shmem: remove check for folio lock on writepage() Luis Chamberlain (Wed Feb 22 2023 - 21:44:31 EST)
- [RFC v2 3/5] shmem: move reclaim check early on writepages() Luis Chamberlain (Wed Feb 22 2023 - 21:44:35 EST)
- [RFC v2 5/5] shmem: add support to ignore swap Luis Chamberlain (Wed Feb 22 2023 - 21:44:36 EST)
- [RFC v2 0/5] tmpfs: add the option to disable swap Luis Chamberlain (Wed Feb 22 2023 - 21:44:38 EST)
- [RFC v2 2/5] shmem: set shmem_writepage() variables early Luis Chamberlain (Wed Feb 22 2023 - 21:44:42 EST)
- [RFC v2 4/5] shmem: skip page split if we're not reclaiming Luis Chamberlain (Wed Feb 22 2023 - 21:44:45 EST)
- Re: [PATCH bpf-next 3/3] selftests/bpf: Check __ARCH_WANT_SET_GET_RLIMIT before syscall(__NR_getrlimit) Tiezhu Yang (Wed Feb 22 2023 - 21:49:18 EST)
- Re: [PATCH 4.14 00/53] 4.14.306-rc1 review Slade Watkins (Wed Feb 22 2023 - 21:55:24 EST)
- Re: Perf event to counter mapping question Anup Patel (Wed Feb 22 2023 - 21:55:49 EST)
- Re: [PATCH v6 0/4] tools/nolibc: Adding stdint.h, more integer types and tests Willy Tarreau (Wed Feb 22 2023 - 21:56:49 EST)
- [PATCH] scripts: read cfgs from Makefile for rust-analyzer Martin Rodriguez Reboredo (Wed Feb 22 2023 - 21:59:35 EST)
- Re: [PATCH v3 07/11] dt-bindings: clock: Add StarFive JH7110 system clock and reset generator Hal Feng (Wed Feb 22 2023 - 22:03:25 EST)
- [PATCHv2 0/6] zsmalloc: fine-grained fullness and new compaction algorithm Sergey Senozhatsky (Wed Feb 22 2023 - 22:05:03 EST)
- [PATCHv2 1/6] zsmalloc: remove insert_zspage() ->inuse optimization Sergey Senozhatsky (Wed Feb 22 2023 - 22:05:06 EST)
- [PATCHv2 2/6] zsmalloc: remove stat and fullness enums Sergey Senozhatsky (Wed Feb 22 2023 - 22:05:11 EST)
- [PATCHv2 3/6] zsmalloc: fine-grained inuse ratio based fullness grouping Sergey Senozhatsky (Wed Feb 22 2023 - 22:05:14 EST)
- [PATCHv2 4/6] zsmalloc: rework compaction algorithm Sergey Senozhatsky (Wed Feb 22 2023 - 22:05:19 EST)
- [PATCHv2 5/6] zsmalloc: extend compaction statistics Sergey Senozhatsky (Wed Feb 22 2023 - 22:05:34 EST)
- [PATCHv2 6/6] zram: show zsmalloc objs_moved stat in mm_stat Sergey Senozhatsky (Wed Feb 22 2023 - 22:05:43 EST)
- Re: [PATCH v2 6/6] clk: samsung: exynos5433: Extract PM support to common ARM64 layer Sam Protsenko (Wed Feb 22 2023 - 22:07:41 EST)
- Re: [RFC PATCH v4] x86/kdump: terminate watchdog NMI interrupt to avoid kdump crashes Zeng Heng (Wed Feb 22 2023 - 22:14:16 EST)
- Re: [PATCH 1/2] Mips: ls2k1000: dts: add the display controller device node Sui jingfeng (Wed Feb 22 2023 - 22:19:53 EST)
- Re: [PATCH v2] cpufreq: qcom-hw: Simplify counting frequency domains Bjorn Andersson (Wed Feb 22 2023 - 22:24:12 EST)
- [PATCH] Documentation: gpu: add acceleration node section Dylan Le (Wed Feb 22 2023 - 22:26:12 EST)
- Re: [PATCH v4 09/19] dt-bindings: clock: Add StarFive JH7110 system clock and reset generator Hal Feng (Wed Feb 22 2023 - 22:40:57 EST)
- [PATCH] ia64: mm/contig: fix section mismatch warning/error Randy Dunlap (Wed Feb 22 2023 - 22:43:07 EST)
- [PATCH] ia64: salinfo: placate defined-but-not-used warning Randy Dunlap (Wed Feb 22 2023 - 22:43:18 EST)
- Re: [PATCH-next v4] loop: loop_set_status_from_info() check before assignment Jens Axboe (Wed Feb 22 2023 - 22:43:47 EST)
- Re: [PATCH tools/io_uring] tools/io_uring: correctly set "ret" for sq_poll case Jens Axboe (Wed Feb 22 2023 - 22:46:11 EST)
- Re: linux-next: manual merge of the mm-stable tree with the ext4 tree Stephen Rothwell (Wed Feb 22 2023 - 22:47:53 EST)
- Re: [PATCH v2] arch/powerpc/include/asm/barrier.h: redefine rmb and wmb to lwsync Michael Ellerman (Wed Feb 22 2023 - 22:51:32 EST)
- linux-next: Tree for Feb 23 Stephen Rothwell (Wed Feb 22 2023 - 22:55:33 EST)
- Re: Google Summer-of-Code 2023 Ian Rogers (Wed Feb 22 2023 - 22:58:24 EST)
- Re: [PATCH mm-unstable v1 3/5] kvm/arm64: add kvm_arch_test_clear_young() Yu Zhao (Wed Feb 22 2023 - 22:59:29 EST)
- Re: [PATCH] HID: usbhid: enable remote wakeup for mice Michael Wu (Wed Feb 22 2023 - 23:01:14 EST)
- Re: [PATCH v2] arch/powerpc/include/asm/barrier.h: redefine rmb and wmb to lwsync Kautuk Consul (Wed Feb 22 2023 - 23:02:20 EST)
- Re: [PATCH 7/7] ext4: improve inode table blocks counting in ext4_num_overhead_clusters Dan Carpenter (Wed Feb 22 2023 - 23:04:54 EST)
- Re: [RFC PATCH v3 19/22] arm64: unwinder: Add a reliability check in the unwinder based on ORC Suraj Jitindar Singh (Wed Feb 22 2023 - 23:07:34 EST)
- Re: [PATCH v2] arch/powerpc/include/asm/barrier.h: redefine rmb and wmb to lwsync Kautuk Consul (Wed Feb 22 2023 - 23:08:01 EST)
- Re: [PATCH v2] arch/powerpc/include/asm/barrier.h: redefine rmb and wmb to lwsync Paul E. McKenney (Wed Feb 22 2023 - 23:16:20 EST)
- Re: [PATCH 1/2] dt-bindings: cpufreq: qcom-hw: add a compatible for sa8775p Viresh Kumar (Wed Feb 22 2023 - 23:19:03 EST)
- [PATCH v3 0/6] clk: samsung: Add PM support for ARM64 Exynos chips Sam Protsenko (Wed Feb 22 2023 - 23:19:33 EST)
- [PATCH v3 1/6] clk: samsung: Don't pass reg_base to samsung_clk_register_pll() Sam Protsenko (Wed Feb 22 2023 - 23:19:40 EST)
- [PATCH v3 2/6] clk: samsung: Remove np argument from samsung_clk_init() Sam Protsenko (Wed Feb 22 2023 - 23:19:44 EST)
- [PATCH v3 3/6] clk: samsung: Set dev in samsung_clk_init() Sam Protsenko (Wed Feb 22 2023 - 23:19:48 EST)
- [PATCH v3 4/6] clk: samsung: Extract clocks registration to common function Sam Protsenko (Wed Feb 22 2023 - 23:19:51 EST)
- [PATCH v3 5/6] clk: samsung: Extract parent clock enabling to common function Sam Protsenko (Wed Feb 22 2023 - 23:19:56 EST)
- [PATCH v3 6/6] clk: samsung: exynos5433: Extract PM support to common ARM64 layer Sam Protsenko (Wed Feb 22 2023 - 23:20:00 EST)
- Re: [PATCH 14/27] kbuild, cpufreq: tegra124: remove MODULE_LICENSE in non-modules Viresh Kumar (Wed Feb 22 2023 - 23:21:55 EST)
- Re: [PATCH 15/27] kbuild, cpufreq: remove MODULE_LICENSE in non-modules Viresh Kumar (Wed Feb 22 2023 - 23:22:15 EST)
- [PATCH v2 0/6] clk: samsung: exynos850: Add missing clocks for PM Sam Protsenko (Wed Feb 22 2023 - 23:23:06 EST)
- [PATCH v2 1/6] dt-bindings: clock: exynos850: Add Exynos850 CMU_G3D Sam Protsenko (Wed Feb 22 2023 - 23:23:09 EST)
- [PATCH v2 2/6] dt-bindings: clock: exynos850: Add AUD and HSI main gate clocks Sam Protsenko (Wed Feb 22 2023 - 23:23:13 EST)
- [PATCH v2 3/6] clk: samsung: clk-pll: Implement pll0818x PLL type Sam Protsenko (Wed Feb 22 2023 - 23:23:16 EST)
- [PATCH v2 4/6] clk: samsung: exynos850: Implement CMU_G3D domain Sam Protsenko (Wed Feb 22 2023 - 23:23:21 EST)
- [PATCH v2 5/6] clk: samsung: exynos850: Add AUD and HSI main gate clocks Sam Protsenko (Wed Feb 22 2023 - 23:23:33 EST)
- [PATCH v2 6/6] arm64: dts: exynos: Add CMU_G3D node for Exynos850 SoC Sam Protsenko (Wed Feb 22 2023 - 23:23:39 EST)
- Re: [PATCH v2] cpufreq: qcom-hw: Simplify counting frequency domains Viresh Kumar (Wed Feb 22 2023 - 23:23:43 EST)
- Re: [PATCH v2] arch/powerpc/include/asm/barrier.h: redefine rmb and wmb to lwsync Kautuk Consul (Wed Feb 22 2023 - 23:24:59 EST)
- Re: [PATCH] Documentation: gpu: add acceleration node section Bagas Sanjaya (Wed Feb 22 2023 - 23:28:02 EST)
- Re: [PATCH] locktorture: Add raw_spinlock* torture tests for PREEMPT_RT kernels Davidlohr Bueso (Wed Feb 22 2023 - 23:31:05 EST)
- Re: [PATCH v2 0/6] iommu/exynos: Convert to a module Sam Protsenko (Wed Feb 22 2023 - 23:33:21 EST)
- Re: [PATCH] cpufreq: amd-pstate: Let user know amd-pstate is disabled Huang Rui (Wed Feb 22 2023 - 23:33:40 EST)
- Re: [PATCH] locktorture: Add raw_spinlock* torture tests for PREEMPT_RT kernels Paul E. McKenney (Wed Feb 22 2023 - 23:34:20 EST)
- Re: [PATCH 2/5] mm: vmscan: make memcg slab shrink lockless Qi Zheng (Wed Feb 22 2023 - 23:36:17 EST)
- Re: [PATCH 2/5] mm: vmscan: make memcg slab shrink lockless Qi Zheng (Wed Feb 22 2023 - 23:38:00 EST)
- Re: [PATCH v2] arch/powerpc/include/asm/barrier.h: redefine rmb and wmb to lwsync Kautuk Consul (Wed Feb 22 2023 - 23:44:23 EST)
- Re: [PATCH mm-unstable v1 3/5] kvm/arm64: add kvm_arch_test_clear_young() Yu Zhao (Wed Feb 22 2023 - 23:44:39 EST)
- [PATCH -next] PM: tools: add "CPU killed" timeline on arm64 platform Xueqin Luo (Wed Feb 22 2023 - 23:46:02 EST)
- Re: [PATCH v2 1/3] perf/x86/core: Use sysfs_emit() in show() callback function Deepak R Varma (Wed Feb 22 2023 - 23:56:48 EST)
- Re: [PATCH v6 04/11] LSM: syscalls for current process attributes kernel test robot (Wed Feb 22 2023 - 23:58:01 EST)
- Re: [RFC PATCH 00/16] pinctrl: ralink: fix ABI, improve driver, move to mediatek, improve dt-bindings Sergio Paracuellos (Wed Feb 22 2023 - 23:58:48 EST)
- Re: [PATCH] cpufreq: amd-pstate: Let user know amd-pstate is disabled Mario Limonciello (Thu Feb 23 2023 - 00:02:17 EST)
- RE: [PATCH] KVM: Align the function name of kvm_swap_active_memslots() Miao, Jun (Thu Feb 23 2023 - 00:07:47 EST)
- RE: [PATCH v2] dt-bindings: fpga: xilinx-pr-decoupler: convert bindings to json-schema Manne, Nava kishore (Thu Feb 23 2023 - 00:12:09 EST)
- RE: [PATCH] locktorture: Add raw_spinlock* torture tests for PREEMPT_RT kernels Zhang, Qiang1 (Thu Feb 23 2023 - 00:13:33 EST)
- [PATCH v1 0/2] Fix vbus draw of dwc3 gadget Prashanth K (Thu Feb 23 2023 - 00:18:54 EST)
- [PATCH v1 1/2] usb: dwc3: gadget: Change condition for processing suspend event Prashanth K (Thu Feb 23 2023 - 00:19:00 EST)
- [PATCH v1 2/2] usb: gadget: composite: Draw 100mA current if not configured Prashanth K (Thu Feb 23 2023 - 00:19:09 EST)
- [PATCH] stm32: stm32-hash: Add kmalloc_array allocation check Li kunyu (Thu Feb 23 2023 - 00:19:30 EST)
- Re: [PATCH mm-unstable v1 3/5] kvm/arm64: add kvm_arch_test_clear_young() Yu Zhao (Thu Feb 23 2023 - 00:26:26 EST)
- [PATCH v2] KVM: Fix comments that refer to the non-existent install_new_memslots() Jun Miao (Thu Feb 23 2023 - 00:30:01 EST)
- Re: [PATCH 1/5] try generic compiler name "cc" before falling back to "gcc". Masahiro Yamada (Thu Feb 23 2023 - 00:32:33 EST)
- Re: [PATCH] tee: optee: Fix typo Unuspported -> Unsupported Sumit Garg (Thu Feb 23 2023 - 00:39:09 EST)
- [PATCH] media: platform: cros-ec: Add aurash to the match table Zoey Wu (Thu Feb 23 2023 - 00:41:51 EST)
- Re: [PATCH linux-next v2 0/2] x86/xen TSC related cleanups Juergen Gross (Thu Feb 23 2023 - 00:43:48 EST)
- RE: [PATCH] Revert "venus: firmware: Correct non-pix start and end addresses" Vikash Garodia (Thu Feb 23 2023 - 00:46:00 EST)
- Re: [PATCH][next] i915/gvt: Fix spelling mistake "vender" -> "vendor" Zhenyu Wang (Thu Feb 23 2023 - 00:46:55 EST)
- Re: [PATCH 17/17] block, bfq: remove unnecessary local variable __bfqq in bfq_setup_merge Dan Carpenter (Thu Feb 23 2023 - 00:48:22 EST)
- htmldocs: Warning: Documentation/mm/physical_memory.rst references a file that doesn't exist: Documentation/admin-guide/mm/memory_hotplug.rst kernel test robot (Thu Feb 23 2023 - 00:49:58 EST)
- Re: [PATCH v2 3/3] kunit: fix bug of extra newline characters in debugfs logs David Gow (Thu Feb 23 2023 - 00:52:05 EST)
- Re: [PATCH v4 10/19] dt-bindings: clock: Add StarFive JH7110 always-on clock and reset generator Hal Feng (Thu Feb 23 2023 - 00:52:34 EST)
- Re: [PATCH] arm64: dts: rockchip: Always enable sd regulator on SOQuartz CM4IO Nicolas Frattaroli (Thu Feb 23 2023 - 00:53:28 EST)
- [PATCH v1 0/3] Update Alderlake and IcelakeX events Ian Rogers (Thu Feb 23 2023 - 00:53:31 EST)
- [PATCH v1 1/3] perf vendor events intel: Update alderlake to v1.19 Ian Rogers (Thu Feb 23 2023 - 00:53:40 EST)
- [PATCH v1 2/3] perf vendor events intel: Update alderlaken to v1.19 Ian Rogers (Thu Feb 23 2023 - 00:54:00 EST)
- [PATCH v1 3/3] perf vendor events intel: Update icelakex to v1.19 Ian Rogers (Thu Feb 23 2023 - 00:54:13 EST)
- Re: [PATCH mm-unstable v1 2/5] kvm/x86: add kvm_arch_test_clear_young() Yu Zhao (Thu Feb 23 2023 - 00:59:40 EST)
- Re: [PATCH] stm32: stm32-hash: Add kmalloc_array allocation check Herbert Xu (Thu Feb 23 2023 - 01:01:09 EST)
- Re: [RFC PATCH 00/16] pinctrl: ralink: fix ABI, improve driver, move to mediatek, improve dt-bindings Arınç ÜNAL (Thu Feb 23 2023 - 01:02:38 EST)
- [PATCH] mailbox: qcom-ipcc: Support multiple channels for a given client Huang Yiwei (Thu Feb 23 2023 - 01:14:06 EST)
- Re: [PATCH v4 11/19] clk: starfive: Add StarFive JH7110 system clock driver Hal Feng (Thu Feb 23 2023 - 01:17:22 EST)
- Re: [PATCH v3 07/11] dt-bindings: clock: Add StarFive JH7110 system clock and reset generator Conor Dooley (Thu Feb 23 2023 - 01:18:12 EST)
- Re: [RFC PATCH 1/6] dt-bindings: iio: light: Support ROHM BU27034 Vaittinen, Matti (Thu Feb 23 2023 - 01:20:27 EST)
- [PATCH] hv/hv_kvp_daemon: Add support for keyfile config based connection profile in NM Shradha Gupta (Thu Feb 23 2023 - 01:22:43 EST)
- [PATCH] rcu-tasks: Directly invoke rcuwait_wake_up() in call_rcu_tasks_generic() Zqiang (Thu Feb 23 2023 - 01:25:38 EST)
- Re: [Intel-gfx] [PATCH 2/2] Apply quirk to disable PSR 2 on Tongfang PHxTxX1 and PHxTQx1 Hogander, Jouni (Thu Feb 23 2023 - 01:27:30 EST)
- Re: [PATCH v4 13/19] reset: starfive: Add StarFive JH7110 reset driver Hal Feng (Thu Feb 23 2023 - 01:29:11 EST)
- [PATCH] clk: meson: vid-pll-div: added meson_vid_pll_div_ops support to enable vid_pll_div to meet clock setting requirements, especially for late chip Yu Tu (Thu Feb 23 2023 - 01:31:49 EST)
- Re: [PATCH 17/17] block, bfq: remove unnecessary local variable __bfqq in bfq_setup_merge Kemeng Shi (Thu Feb 23 2023 - 01:34:48 EST)
- Re: [PATCH RFC v8 27/56] crypto: ccp: Add the SNP_{SET,GET}_EXT_CONFIG command Zhi Wang (Thu Feb 23 2023 - 01:38:51 EST)
- Re: [PATCH v4 1/4] RISC-V: Change suspend_save_csrs and suspend_restore_csrs to public function Andrew Jones (Thu Feb 23 2023 - 01:39:45 EST)
- Re: [PATCH] stm32: stm32-hash: Add kmalloc_array allocation check Li kunyu (Thu Feb 23 2023 - 01:43:21 EST)
- Re: [PATCH v10 3/6] fs/proc/task_mmu: Implement IOCTL to get and/or the clear info about PTEs Muhammad Usama Anjum (Thu Feb 23 2023 - 01:44:23 EST)
- [PATCH 0/2] staging: rtl8192e: Remove struct rtl819x_ops that has no entries Philipp Hortmann (Thu Feb 23 2023 - 01:47:22 EST)
- [PATCH 1/2] staging: rtl8192e: Replace macro RTL_PCI_DEVICE with PCI_DEVICE Philipp Hortmann (Thu Feb 23 2023 - 01:47:30 EST)
- [PATCH 2/2] staging: rtl8192e: Remove empty struct rtl819x_ops Philipp Hortmann (Thu Feb 23 2023 - 01:47:39 EST)
- Re: [PATCH v4 13/19] reset: starfive: Add StarFive JH7110 reset driver Hal Feng (Thu Feb 23 2023 - 01:48:26 EST)
- Fail to freeze process Peng Fan (Thu Feb 23 2023 - 01:49:39 EST)
- Re: [PATCH] cpufreq: amd-pstate: Let user know amd-pstate is disabled Kai-Heng Feng (Thu Feb 23 2023 - 01:49:46 EST)
- Re: [PATCH 4/6] x86/smpbppt: Remove early_gdt_descr on 64-bit H. Peter Anvin (Thu Feb 23 2023 - 01:50:35 EST)
- Re: [PATCH v4 2/4] RISC-V: Factor out common code of __cpu_resume_enter() Andrew Jones (Thu Feb 23 2023 - 01:52:04 EST)
- [PATCH] net/atm/mpc: Fix dereference NULL pointer in mpc_send_packet() Li Qiong (Thu Feb 23 2023 - 01:55:44 EST)
- Re: [PATCH v4 3/4] RISC-V: mm: Enable huge page support to kernel_page_present() function Andrew Jones (Thu Feb 23 2023 - 01:57:30 EST)
- [PATCH] drm/vmwgfx: Work around VMW_ALLOC_DMABUF Meng Tang (Thu Feb 23 2023 - 02:00:04 EST)
- [PATCH 1/4] clk: mpc512x: fix resource printk format warning Randy Dunlap (Thu Feb 23 2023 - 02:01:25 EST)
- [PATCH 2/4] powerpc: wii: fix resource printk format warnings Randy Dunlap (Thu Feb 23 2023 - 02:01:28 EST)
- [PATCH 3/4] powerpc/pseries: RTAS work area requires GENERIC_ALLOCATOR Randy Dunlap (Thu Feb 23 2023 - 02:01:30 EST)
- [PATCH] POWERPC: several build fixes Randy Dunlap (Thu Feb 23 2023 - 02:01:35 EST)
- [PATCH 4/4] POWERPC: sysdev/tsi108: fix resource printk format warnings Randy Dunlap (Thu Feb 23 2023 - 02:01:42 EST)
- Re: [PATCH] KVM: x86: disable on 32-bit unless CONFIG_BROKEN Thomas Huth (Thu Feb 23 2023 - 02:02:11 EST)
- [PATCH] perf inject: Fix --buildid-all not to eat up MMAP2 Namhyung Kim (Thu Feb 23 2023 - 02:02:34 EST)
- [PATCH v2] cpufreq: amd-pstate: Let user know amd-pstate is disabled Kai-Heng Feng (Thu Feb 23 2023 - 02:04:08 EST)
- [PATCH v2] drm/vmwgfx: Work around VMW_ALLOC_DMABUF Meng Tang (Thu Feb 23 2023 - 02:05:12 EST)
- [REGRESSION PATCH RFC] net: phy: don't resume PHY via MDIO when iface is not up Wolfram Sang (Thu Feb 23 2023 - 02:05:38 EST)
- Re: [PATCH drm-next v2 05/16] drm: manager to keep track of GPUs VA mappings Christian König (Thu Feb 23 2023 - 02:06:31 EST)
- Re: [GIT PULL] virtio,vhost,vdpa: features, fixes Michael S. Tsirkin (Thu Feb 23 2023 - 02:07:05 EST)
- RE: [PATCH v2] cpufreq: amd-pstate: Let user know amd-pstate is disabled Yuan, Perry (Thu Feb 23 2023 - 02:10:08 EST)
- Re: [PATCH v10 3/6] fs/proc/task_mmu: Implement IOCTL to get and/or the clear info about PTEs Muhammad Usama Anjum (Thu Feb 23 2023 - 02:10:58 EST)
- [PATCH] mm: hugetlb_vmemmap: simplify hugetlb_vmemmap_init() a bit Muchun Song (Thu Feb 23 2023 - 02:13:04 EST)
- Re: [PATCH v5 49/54] clk: mediatek: Add MODULE_DEVICE_TABLE() where appropriate Miles Chen (Thu Feb 23 2023 - 02:14:18 EST)
- Re: [PATCH v4 17/19] riscv: dts: starfive: Add initial StarFive JH7110 device tree Hal Feng (Thu Feb 23 2023 - 02:17:02 EST)
- [PATCH v1 1/2] perf tests stat+csv_output: Switch CSV separator to @ Ian Rogers (Thu Feb 23 2023 - 02:18:41 EST)
- [PATCH v1 2/2] perf test: Avoid counting commas in json linter Ian Rogers (Thu Feb 23 2023 - 02:18:47 EST)
- Re: [PATCH] arm64: dts: imx8mp-msc-sm2s: Add sound card kernel test robot (Thu Feb 23 2023 - 02:32:05 EST)
- [PATCH] f2fs: fix to check quota inums Yangtao Li (Thu Feb 23 2023 - 02:32:51 EST)
- [PATCH] driver core: remove CONFIG_SYSFS_DEPRECATED and CONFIG_SYSFS_DEPRECATED_V2 Greg Kroah-Hartman (Thu Feb 23 2023 - 02:33:38 EST)
- Re: [PATCH -next] crypto: Use devm_platform_get_and_ioremap_resource() Gilad Ben-Yossef (Thu Feb 23 2023 - 02:33:50 EST)
- Re: [PATCH v1 2/2] usb: gadget: composite: Draw 100mA current if not configured Jack Pham (Thu Feb 23 2023 - 02:34:09 EST)
- [PATCH] ALSA: hda/realtek: Add quirk for HP EliteDesk 800 G6 Tower PC Łukasz Stelmach (Thu Feb 23 2023 - 02:49:04 EST)
- [RFC PATCH] blk-mq: avoid housekeeping CPUs scheduling a worker on a non-housekeeping CPU Xiongfeng Wang (Thu Feb 23 2023 - 02:49:33 EST)
- Re: [PATCH] ALSA: hda/realtek: Add quirk for HP EliteDesk 800 G6 Tower PC Lukasz Stelmach (Thu Feb 23 2023 - 02:50:43 EST)
- [paulmck-rcu:rcu/next] BUILD SUCCESS 690ae0037d5bf262773b18d13a0b00019f1c6f4c kernel test robot (Thu Feb 23 2023 - 02:52:06 EST)
- Re: [PATCH] tee: optee: Add SMC for loading OP-TEE image kernel test robot (Thu Feb 23 2023 - 02:52:09 EST)
- Re: [PATCH 1/2] Mips: ls2k1000: dts: add the display controller device node Krzysztof Kozlowski (Thu Feb 23 2023 - 02:59:12 EST)
- Re: [PATCH] net/atm/mpc: Fix dereference NULL pointer in mpc_send_packet() Dan Carpenter (Thu Feb 23 2023 - 02:59:15 EST)
- Re: [PATCH v2] bnxt: avoid overflow in bnxt_get_nvram_directory() Paolo Abeni (Thu Feb 23 2023 - 03:02:20 EST)
- Re: [PATCH v2 2/2] char: pcmcia: remove all the drivers Arnd Bergmann (Thu Feb 23 2023 - 03:02:58 EST)
- Re: [PATCH 1/2] Mips: ls2k1000: dts: add the display controller device node Krzysztof Kozlowski (Thu Feb 23 2023 - 03:05:23 EST)
- RE: [PATCH] Revert "venus: firmware: Correct non-pix start and end addresses" Javier Martinez Canillas (Thu Feb 23 2023 - 03:06:15 EST)
- Re: [PATCH net] net: sunhme: Fix region request Pavan Chebbi (Thu Feb 23 2023 - 03:06:33 EST)
- Re: [PATCH 3/6] x86/smpboot: Remove initial_stack on 64-bit David Woodhouse (Thu Feb 23 2023 - 03:06:37 EST)
- [V1,0/7] Fixes jpeg crash issue in cuj test Irui Wang (Thu Feb 23 2023 - 03:13:35 EST)
- [V1,2/7] media: mtk-jpeg: add jpeg single core initial function Irui Wang (Thu Feb 23 2023 - 03:13:39 EST)
- [V1,1/7] media: mtk-jpeg: Fixes jpeghw multi-core judgement Irui Wang (Thu Feb 23 2023 - 03:13:43 EST)
- [V1,4/7] media: mtk-jpeg: reconstructs the initialization mode of worker Irui Wang (Thu Feb 23 2023 - 03:13:44 EST)
- [V1,3/7] media: mtk-jpeg: Fixes jpeg enc&dec worker sw flow Irui Wang (Thu Feb 23 2023 - 03:13:44 EST)
- [V1,7/7] media: mtk-jpeg: refactor hw dev initializaiton Irui Wang (Thu Feb 23 2023 - 03:13:47 EST)
- [V1,5/7] media: mtk-jpeg: Remove some unnecessary variables Irui Wang (Thu Feb 23 2023 - 03:13:49 EST)
- [V1,6/7] media: mtk-jpeg: refactor some variables Irui Wang (Thu Feb 23 2023 - 03:13:52 EST)
- Re: [PATCH RFC v8 28/56] crypto: ccp: Provide APIs to query extended attestation report Zhi Wang (Thu Feb 23 2023 - 03:15:49 EST)
- [PATCH 1/2] cifs: Add some missing xas_retry() calls David Howells (Thu Feb 23 2023 - 03:16:57 EST)
- [PATCH 0/2] smb3: Miscellaneous fixes David Howells (Thu Feb 23 2023 - 03:17:07 EST)
- [PATCH 2/2] cifs: Fix an uninitialised variable David Howells (Thu Feb 23 2023 - 03:17:17 EST)
- Re: [PATCH v10 0/8] i2c-atr and FPDLink Tomi Valkeinen (Thu Feb 23 2023 - 03:19:58 EST)
- Re: [PATCH v1 2/3] auxdisplay: ht16k33: Make use of device_get_match_data() Robin van der Gracht (Thu Feb 23 2023 - 03:20:10 EST)
- Re: [PATCH 1/2] tty: ipwireless: move Kconfig entry to tty Arnd Bergmann (Thu Feb 23 2023 - 03:20:54 EST)
- Re: [PATCH 1/2] Mips: ls2k1000: dts: add the display controller device node suijingfeng (Thu Feb 23 2023 - 03:22:05 EST)
- Re: [PATCH] spi: cadence-quadspi: Fix cancel the indirect read mask Dhruva Gole (Thu Feb 23 2023 - 03:22:57 EST)
- Re: [PATCH v1 2/2] usb: gadget: composite: Draw 100mA current if not configured Prashanth K (Thu Feb 23 2023 - 03:23:02 EST)
- Re: linux-next: Tree for Feb 23 Geert Uytterhoeven (Thu Feb 23 2023 - 03:23:12 EST)
- [PATCH v6 0/1] riscv: Allow to downgrade paging mode from the command line Alexandre Ghiti (Thu Feb 23 2023 - 03:24:50 EST)
- [PATCH v6 1/1] riscv: Allow to downgrade paging mode from the command line Alexandre Ghiti (Thu Feb 23 2023 - 03:25:49 EST)
- Re: [PATCH 3/6] x86/smpboot: Remove initial_stack on 64-bit David Woodhouse (Thu Feb 23 2023 - 03:27:16 EST)
- Re: Perf event to counter mapping question Peter Zijlstra (Thu Feb 23 2023 - 03:27:20 EST)
- [tip: objtool/core] objtool: Fix ORC 'signal' propagation tip-bot2 for Josh Poimboeuf (Thu Feb 23 2023 - 03:32:14 EST)
- [tip: objtool/core] x86: Fix FILL_RETURN_BUFFER tip-bot2 for Peter Zijlstra (Thu Feb 23 2023 - 03:32:17 EST)
- [tip: objtool/core] objtool: Fix overlapping alternatives tip-bot2 for Peter Zijlstra (Thu Feb 23 2023 - 03:32:21 EST)
- [tip: objtool/core] objtool: Union instruction::{call_dest,jump_table} tip-bot2 for Peter Zijlstra (Thu Feb 23 2023 - 03:32:25 EST)
- [tip: objtool/core] objtool: Remove instruction::list tip-bot2 for Peter Zijlstra (Thu Feb 23 2023 - 03:32:28 EST)
- [tip: objtool/core] objtool: Shrink instruction::{type,visited} tip-bot2 for Peter Zijlstra (Thu Feb 23 2023 - 03:32:31 EST)
- [tip: objtool/core] objtool: Remove instruction::reloc tip-bot2 for Peter Zijlstra (Thu Feb 23 2023 - 03:32:36 EST)
- [tip: objtool/core] objtool: Make instruction::alts a single-linked list tip-bot2 for Peter Zijlstra (Thu Feb 23 2023 - 03:32:40 EST)
- [tip: objtool/core] objtool: Make instruction::stack_ops a single-linked list tip-bot2 for Peter Zijlstra (Thu Feb 23 2023 - 03:32:46 EST)
- [tip: objtool/core] objtool: Change arch_decode_instruction() signature tip-bot2 for Peter Zijlstra (Thu Feb 23 2023 - 03:32:50 EST)
- Re: [PATCH v1 1/3] dt-bindings: clock: Add StarFive JH7110 PLL clock generator Xingyu Wu (Thu Feb 23 2023 - 03:35:13 EST)
- Re: [PATCH v6 04/11] LSM: syscalls for current process attributes kernel test robot (Thu Feb 23 2023 - 03:35:22 EST)
- RE: [PATCH] rcu-tasks: Directly invoke rcuwait_wake_up() in call_rcu_tasks_generic() Zhuo, Qiuxu (Thu Feb 23 2023 - 03:36:33 EST)
- Re: [PATCH v4 00/17] powerpc/85xx: p2020: Create one unified machine description Christophe Leroy (Thu Feb 23 2023 - 03:38:07 EST)
- [PATCH] irqdomain: fix regression for Xen guests Juergen Gross (Thu Feb 23 2023 - 03:38:11 EST)
- Re: [PATCH 1/2] Mips: ls2k1000: dts: add the display controller device node Krzysztof Kozlowski (Thu Feb 23 2023 - 03:38:58 EST)
- Re: [PATCH] KVM: x86: disable on 32-bit unless CONFIG_BROKEN Maxim Levitsky (Thu Feb 23 2023 - 03:40:15 EST)
- Re: [PATCH net] udp: fix memory schedule error Paolo Abeni (Thu Feb 23 2023 - 03:40:18 EST)
- Re: [PATCH 1/2] Mips: ls2k1000: dts: add the display controller device node suijingfeng (Thu Feb 23 2023 - 03:41:05 EST)
- Re: [PATCH v10 3/6] fs/proc/task_mmu: Implement IOCTL to get and/or the clear info about PTEs Michał Mirosław (Thu Feb 23 2023 - 03:42:17 EST)
- Re: [PATCH v4] iio: light: cm32181: Unregister second I2C client if present Hans de Goede (Thu Feb 23 2023 - 03:42:26 EST)
- RE: [PATCH] rcu-tasks: Directly invoke rcuwait_wake_up() in call_rcu_tasks_generic() Zhang, Qiang1 (Thu Feb 23 2023 - 03:43:15 EST)
- [PATCH v7 0/4] Add CS35L41 shared boost feature Lucas Tanure (Thu Feb 23 2023 - 03:43:39 EST)
- [PATCH v7 2/4] ASoC: cs35l41: Refactor error release code Lucas Tanure (Thu Feb 23 2023 - 03:43:41 EST)
- [PATCH v7 1/4] ASoC: cs35l41: Only disable internal boost Lucas Tanure (Thu Feb 23 2023 - 03:43:42 EST)
- [PATCH v7 4/4] ASoC: dt-bindings: cirrus,cs35l41: Document CS35l41 shared boost Lucas Tanure (Thu Feb 23 2023 - 03:43:45 EST)
- [PATCH v7 3/4] ALSA: cs35l41: Add shared boost feature Lucas Tanure (Thu Feb 23 2023 - 03:43:49 EST)
- [paulmck-rcu:dev.2023.02.16a] BUILD REGRESSION c7d439bec433cc8f263d3dd19085f0b23582a677 kernel test robot (Thu Feb 23 2023 - 03:44:44 EST)
- Re: [PATCH v1 3/3] riscv: dts: starfive: jh7110: Add PLL clock node Xingyu Wu (Thu Feb 23 2023 - 03:46:52 EST)
- [PATCH -next RFC] block: count 'ios' and 'sectors' when io is done for bio-based device Yu Kuai (Thu Feb 23 2023 - 03:49:07 EST)
- Re: [PATCH v4 19/19] riscv: dts: starfive: Add StarFive JH7110 VisionFive 2 board device tree Hal Feng (Thu Feb 23 2023 - 03:50:35 EST)
- Faktoring Szczepan_Kie=C5=82basa (Thu Feb 23 2023 - 03:51:22 EST)
- Re: [PATCH v1 3/3] riscv: dts: starfive: jh7110: Add PLL clock node Krzysztof Kozlowski (Thu Feb 23 2023 - 03:52:13 EST)
- [PATCH v2] rcu-tasks: Directly invoke rcuwait_wake_up() in call_rcu_tasks_generic() Zqiang (Thu Feb 23 2023 - 03:52:58 EST)
- Re: [PATCH] macintosh: via-pmu-led: ********************************* Michael Ellerman (Thu Feb 23 2023 - 03:56:45 EST)
- Re: [PATCH v1 2/3] clk: starfive: Add StarFive JH7110 PLL clock driver Krzysztof Kozlowski (Thu Feb 23 2023 - 03:57:07 EST)
- [PATCH v2 0/2] Fix vbus draw of dwc3 gadget Prashanth K (Thu Feb 23 2023 - 03:58:04 EST)
- [PATCH v2 1/2] usb: dwc3: gadget: Change condition for processing suspend event Prashanth K (Thu Feb 23 2023 - 03:58:08 EST)
- [PATCH v2 2/2] usb: gadget: composite: Draw 100mA current if not configured Prashanth K (Thu Feb 23 2023 - 03:58:11 EST)
- Re: [PATCH v4 00/17] powerpc/85xx: p2020: Create one unified machine description Michael Ellerman (Thu Feb 23 2023 - 03:58:22 EST)
- [PATCH] crypto: aspeed: add error handling if dmam_alloc_coherent() failed Neal Liu (Thu Feb 23 2023 - 03:59:15 EST)
- [GIT PULL] MFD for v6.3 Lee Jones (Thu Feb 23 2023 - 03:59:51 EST)
- Re: [PATCH 1/2] Mips: ls2k1000: dts: add the display controller device node Krzysztof Kozlowski (Thu Feb 23 2023 - 03:59:55 EST)
- [GIT PULL] Backlight for v6.3 Lee Jones (Thu Feb 23 2023 - 04:01:28 EST)
- Re: [PATCH 4.14 v2 1/4] bpf: Do not use ax register in interpreter on div/mod Greg KH (Thu Feb 23 2023 - 04:01:50 EST)
- Re: [PATCH mm-unstable v1 3/5] kvm/arm64: add kvm_arch_test_clear_young() Marc Zyngier (Thu Feb 23 2023 - 04:03:19 EST)
- Re: [PATCH v1 3/3] riscv: dts: starfive: jh7110: Add PLL clock node Xingyu Wu (Thu Feb 23 2023 - 04:03:29 EST)
- Re: [PATCH v2] i2c: tegra: Share same DMA channel for Rx and Tx Thierry Reding (Thu Feb 23 2023 - 04:03:33 EST)
- [GIT PULL] LEDs for v6.3 Lee Jones (Thu Feb 23 2023 - 04:04:36 EST)
- Re: [PATCH v1 3/3] riscv: dts: starfive: jh7110: Add PLL clock node Krzysztof Kozlowski (Thu Feb 23 2023 - 04:05:00 EST)
- Re: [PATCH] efivarfs: fix NULL-deref on mount when no efivars kernel test robot (Thu Feb 23 2023 - 04:05:04 EST)
- [PATCH] net: tls: fix possible info leak in tls_set_device_offload() Hangyu Hua (Thu Feb 23 2023 - 04:05:43 EST)
- Re: [PATCH net] udp: fix memory schedule error Jason Xing (Thu Feb 23 2023 - 04:07:49 EST)
- Re: [PATCH v1 3/3] arch/arm: dts: introduce meson-a1 device tree Krzysztof Kozlowski (Thu Feb 23 2023 - 04:08:16 EST)
- Re: [PATCH v2 00/46] hugetlb: introduce HugeTLB high-granularity mapping David Hildenbrand (Thu Feb 23 2023 - 04:08:39 EST)
- Re: [PATCH] ARM: spitz: include header defining input event codes Arnd Bergmann (Thu Feb 23 2023 - 04:09:19 EST)
- Re: [PATCH v1 3/3] arch/arm: dts: introduce meson-a1 device tree Krzysztof Kozlowski (Thu Feb 23 2023 - 04:09:38 EST)
- Re: [PATCH 5.4/5.10 1/1] mac80211: mesh: embedd mesh_paths and mpp_paths into ieee80211_if_mesh Greg Kroah-Hartman (Thu Feb 23 2023 - 04:11:57 EST)
- Re: [PATCH v1 RFC 1/3] dt-bindings: serial: amlogic,meson-uart: Add compatible string for G12A Krzysztof Kozlowski (Thu Feb 23 2023 - 04:12:41 EST)
- Re: [PATCH 14/19] mm: Introduce a cgroup for pinned memory Daniel P. Berrangé (Thu Feb 23 2023 - 04:13:23 EST)
- Re: [PATCH 1/2] Mips: ls2k1000: dts: add the display controller device node suijingfeng (Thu Feb 23 2023 - 04:17:59 EST)
- Re: [PATCH 4/5] lib/Kconfig.debug: Use CONFIG_PAHOLE_VERSION Greg Kroah-Hartman (Thu Feb 23 2023 - 04:18:05 EST)
- Re: [PATCH mm-unstable v1 3/5] kvm/arm64: add kvm_arch_test_clear_young() Yu Zhao (Thu Feb 23 2023 - 04:19:05 EST)
- Re: [PATCH v4 05/14] dma-buf/sync_file: Add SET_DEADLINE ioctl Christian König (Thu Feb 23 2023 - 04:19:50 EST)
- Re: [PATCH v10 13/26] gunyah: vm_mgr: Add ioctls to support basic non-proxy VM boot Srinivas Kandagatla (Thu Feb 23 2023 - 04:21:40 EST)
- Re: [PATCH v10 3/6] fs/proc/task_mmu: Implement IOCTL to get and/or the clear info about PTEs Muhammad Usama Anjum (Thu Feb 23 2023 - 04:23:58 EST)
- Re: [PATCH net v333 0/4] net: phy: EEE fixes Paolo Abeni (Thu Feb 23 2023 - 04:24:16 EST)
- Re: [PATCH v2] arch/powerpc/include/asm/barrier.h: redefine rmb and wmb to lwsync Michael Ellerman (Thu Feb 23 2023 - 04:24:53 EST)
- Re: [PATCH] net: tls: fix possible info leak in tls_set_device_offload() Yunsheng Lin (Thu Feb 23 2023 - 04:25:50 EST)
- Re: [RFC PATCH 1/6] dt-bindings: iio: light: Support ROHM BU27034 Krzysztof Kozlowski (Thu Feb 23 2023 - 04:26:14 EST)
- Re: linux-next: Tree for Feb 23 Stephen Rothwell (Thu Feb 23 2023 - 04:27:33 EST)
- Re: [PATCH] tee: optee: Add SMC for loading OP-TEE image Jens Wiklander (Thu Feb 23 2023 - 04:28:48 EST)
- Re: [PATCH v3 0/8] arm64/ftrace: Add support for DYNAMIC_FTRACE_WITH_CALL_OPS Chen-Yu Tsai (Thu Feb 23 2023 - 04:28:56 EST)
- Re: [PATCH v5 1/2] dt-bindings: i2c: Add support for ASPEED i2Cv2 Krzysztof Kozlowski (Thu Feb 23 2023 - 04:29:09 EST)
- Re: [GIT PULL] HID for 6.3 Benjamin Tissoires (Thu Feb 23 2023 - 04:29:23 EST)
- Re: [PATCH v5 2/2] i2c: aspeed: support ast2600 i2cv2 new register mode driver Krzysztof Kozlowski (Thu Feb 23 2023 - 04:30:28 EST)
- Re: [PATCH v1 2/3] clk: starfive: Add StarFive JH7110 PLL clock driver Xingyu Wu (Thu Feb 23 2023 - 04:32:46 EST)
- [PATCH v3 00/12] x86/mtrr: fix handling with PAT but without MTRR Juergen Gross (Thu Feb 23 2023 - 04:32:56 EST)
- Re: [PATCH] crypto: aspeed: add error handling if dmam_alloc_coherent() failed Herbert Xu (Thu Feb 23 2023 - 04:33:04 EST)
- [PATCH v3 01/12] x86/mtrr: split off physical address size calculation Juergen Gross (Thu Feb 23 2023 - 04:33:07 EST)
- [PATCH v3 02/12] x86/mtrr: optimize mtrr_calc_physbits() Juergen Gross (Thu Feb 23 2023 - 04:33:22 EST)
- [PATCH v3 03/12] x86/mtrr: support setting MTRR state for software defined MTRRs Juergen Gross (Thu Feb 23 2023 - 04:33:28 EST)
- [PATCH v3 04/12] x86/hyperv: set MTRR state when running as SEV-SNP Hyper-V guest Juergen Gross (Thu Feb 23 2023 - 04:33:41 EST)
- [PATCH v3 05/12] x86/xen: set MTRR state when running as Xen PV initial domain Juergen Gross (Thu Feb 23 2023 - 04:33:59 EST)
- [PATCH v3 06/12] x86/mtrr: replace vendor tests in MTRR code Juergen Gross (Thu Feb 23 2023 - 04:34:01 EST)
- [PATCH v3 08/12] x86/mtrr: add get_effective_type() service function Juergen Gross (Thu Feb 23 2023 - 04:34:25 EST)
- [PATCH v3 07/12] x86/mtrr: allocate mtrr_value array dynamically Juergen Gross (Thu Feb 23 2023 - 04:34:25 EST)
- Re: [PATCH] stm32: stm32-hash: Add kmalloc_array allocation check Herbert Xu (Thu Feb 23 2023 - 04:34:29 EST)
- [PATCH v3 09/12] x86/mtrr: construct a memory map with cache modes Juergen Gross (Thu Feb 23 2023 - 04:34:31 EST)
- [PATCH v3 10/12] x86/mtrr: use new cache_map in mtrr_type_lookup() Juergen Gross (Thu Feb 23 2023 - 04:34:41 EST)
- Re: [PATCH v4] dt-bindings: ata: Add UniPhier controller binding Krzysztof Kozlowski (Thu Feb 23 2023 - 04:34:57 EST)
- [PATCH v3 11/12] x86/mtrr: don't let mtrr_type_lookup() return MTRR_TYPE_INVALID Juergen Gross (Thu Feb 23 2023 - 04:35:02 EST)
- [PATCH v3 12/12] x86/mm: only check uniform after calling mtrr_type_lookup() Juergen Gross (Thu Feb 23 2023 - 04:35:29 EST)
- Re: [PATCH v1 2/3] clk: starfive: Add StarFive JH7110 PLL clock driver Krzysztof Kozlowski (Thu Feb 23 2023 - 04:35:51 EST)
- Re: [PATCH 01/11] dt-bindings: PCI: qcom: Update maintainers entry Krzysztof Kozlowski (Thu Feb 23 2023 - 04:36:41 EST)
- Re: [Patch v2 7/9] cpufreq: tegra194: add OPP support and set bandwidth Sumit Gupta (Thu Feb 23 2023 - 04:37:40 EST)
- Re: [PATCH 02/11] dt-bindings: PCI: qcom: Add iommu properties Krzysztof Kozlowski (Thu Feb 23 2023 - 04:38:13 EST)
- Re: [PATCH v4 06/14] dma-buf/sync_file: Support (E)POLLPRI Pekka Paalanen (Thu Feb 23 2023 - 04:39:53 EST)
- Re: [PATCH 03/11] dt-bindings: PCI: qcom: Add SDX55 SoC Krzysztof Kozlowski (Thu Feb 23 2023 - 04:39:54 EST)
- Re: [PATCH 04/11] dt-bindings: PCI: qcom-ep: Fix the unit address used in example Krzysztof Kozlowski (Thu Feb 23 2023 - 04:39:54 EST)
- Re: [PATCH v3 1/3] drivers: mailbox: zynqmp: handle multiple child nodes Michal Simek (Thu Feb 23 2023 - 04:41:37 EST)
- [PATCH] tty: serial: fsl_lpuart: skip waiting for transmission complete when UARTCTRL_SBK is asserted Sherry Sun (Thu Feb 23 2023 - 04:42:23 EST)
- Re: [PATCH v10 3/6] fs/proc/task_mmu: Implement IOCTL to get and/or the clear info about PTEs Michał Mirosław (Thu Feb 23 2023 - 04:42:33 EST)
- Re: [PATCH v3] scsi: ufs: core: Add trace event for MCQ Can Guo (Thu Feb 23 2023 - 04:45:21 EST)
- Request for quote Boonsri Anurak (Thu Feb 23 2023 - 04:46:32 EST)
- Re: [PATCH 5.4 v2 1/6] x86, vmlinux.lds: Add RUNTIME_DISCARD_EXIT to generic DISCARDS Greg Kroah-Hartman (Thu Feb 23 2023 - 04:50:34 EST)
- Re: [PATCH 5.15 v2 1/5] arch: fix broken BuildID for arm64 and riscv Greg Kroah-Hartman (Thu Feb 23 2023 - 04:51:54 EST)
- Re: [PATCH 2/2] dt-bindings: display: Add Loongson display controller suijingfeng (Thu Feb 23 2023 - 04:52:15 EST)
- Re: [PATCH] stm32: stm32-hash: Add kmalloc_array allocation check Linus Walleij (Thu Feb 23 2023 - 04:52:37 EST)
- [PATCH] spi: spi-sn-f-ospi: fix duplicate flag while assigning to mode_bits Dhruva Gole (Thu Feb 23 2023 - 04:52:54 EST)
- Re: [net PATCH] octeontx2-af: Unlock contexts in the queue context cache in case of fault detection Paolo Abeni (Thu Feb 23 2023 - 04:53:24 EST)
- Re: [PATCH v3 07/11] dt-bindings: clock: Add StarFive JH7110 system clock and reset generator Hal Feng (Thu Feb 23 2023 - 04:53:28 EST)
- Re: [PATCH v3 03/24] arm: Remove COMMAND_LINE_SIZE from uapi Alexandre Ghiti (Thu Feb 23 2023 - 04:54:50 EST)
- Re: [PATCH 6.1 v2 0/7] Backport Build ID fixes Greg Kroah-Hartman (Thu Feb 23 2023 - 04:54:55 EST)
- Re: [PATCH net v3 3/4] net: phy: do not force EEE support Russell King (Oracle) (Thu Feb 23 2023 - 04:55:45 EST)
- Re: [PATCH v1 2/3] auxdisplay: ht16k33: Make use of device_get_match_data() Geert Uytterhoeven (Thu Feb 23 2023 - 04:55:58 EST)
- Re: [PATCH net v3 4/4] net: phy: c45: genphy_c45_ethtool_set_eee: validate EEE link modes Russell King (Oracle) (Thu Feb 23 2023 - 04:56:05 EST)
- Re: [PATCH 5.15 v2 0/5] Fix Build ID on arm64 if CONFIG_MODVERSIONS=y Greg Kroah-Hartman (Thu Feb 23 2023 - 04:56:09 EST)
- Re: [PATCH 0/3] OPP: Simplify set_required_opp handling Jun Nie (Thu Feb 23 2023 - 04:56:51 EST)
- Re: [PATCH v2 06/16] thermal: Don't use 'device' internal thermal zone structure field Daniel Lezcano (Thu Feb 23 2023 - 04:56:54 EST)
- Re: [PATCH net v333 0/4] net: phy: EEE fixes Russell King (Oracle) (Thu Feb 23 2023 - 04:56:56 EST)
- Re: linux-next: manual merge of the pinctrl tree with the mmc tree Emil Renner Berthing (Thu Feb 23 2023 - 04:58:55 EST)
- Re: [REGRESSION PATCH RFC] net: phy: don't resume PHY via MDIO when iface is not up Geert Uytterhoeven (Thu Feb 23 2023 - 05:02:00 EST)
- RE: [PATCH] crypto: aspeed: add error handling if dmam_alloc_coherent() failed Neal Liu (Thu Feb 23 2023 - 05:03:24 EST)
- Re: [PATCH v1 2/3] clk: starfive: Add StarFive JH7110 PLL clock driver Xingyu Wu (Thu Feb 23 2023 - 05:03:42 EST)
- RE: [PATCH v2] i2c: tegra: Share same DMA channel for Rx and Tx Akhil R (Thu Feb 23 2023 - 05:04:56 EST)
- Re: [PATCH v3 2/7] RISC-V: Add a syscall for HW probing Arnd Bergmann (Thu Feb 23 2023 - 05:06:18 EST)
- Re: [PATCH] efivarfs: fix NULL-deref on mount when no efivars kernel test robot (Thu Feb 23 2023 - 05:06:27 EST)
- [PATCH] perf: fix counting when initial delay configured Changbin Du (Thu Feb 23 2023 - 05:06:47 EST)
- Re: [PATCH v10 10/26] gunyah: vm_mgr: Introduce basic VM Manager Srinivas Kandagatla (Thu Feb 23 2023 - 05:08:28 EST)
- Re: [PATCH 2/2] dt-bindings: display: Add Loongson display controller Krzysztof Kozlowski (Thu Feb 23 2023 - 05:09:21 EST)
- Re: [PATCH V3 1/2] net: phylink: add a function to resume phy alone to fix resume issue with WoL enabled Paolo Abeni (Thu Feb 23 2023 - 05:10:03 EST)
- Re: [PATCH v3 06/10] sched/fair: Use the prefer_sibling flag of the current sched domain Dietmar Eggemann (Thu Feb 23 2023 - 05:10:10 EST)
- Re: [PATCH 1/2] MIPS: ebpf jit: Implement DADDI workarounds Johan Almbladh (Thu Feb 23 2023 - 05:10:35 EST)
- Re: [PATCH net,v4,0/2] Fix a fib6 info notification bug patchwork-bot+netdevbpf (Thu Feb 23 2023 - 05:10:39 EST)
- Re: [PATCH v1 2/3] clk: starfive: Add StarFive JH7110 PLL clock driver Krzysztof Kozlowski (Thu Feb 23 2023 - 05:11:01 EST)
- [PATCH] crypto: stm32 - Save and restore between each request Herbert Xu (Thu Feb 23 2023 - 05:11:05 EST)
- Re: [PATCH v2 4/7] scsi: ufs: core: Add hwq print for debug Ziqi Chen (Thu Feb 23 2023 - 05:15:23 EST)
- Re: [PATCH v5 00/54] MediaTek clocks: full module build and cleanups Chen-Yu Tsai (Thu Feb 23 2023 - 05:15:46 EST)
- Re: [PATCH RFC 1/4] dt-bindings: clock: rename mt7986-clk.h to mediatek,mt7986-clk.h Krzysztof Kozlowski (Thu Feb 23 2023 - 05:18:46 EST)
- Re: [PATCH 16/27] kbuild, crypto: remove MODULE_LICENSE in non-modules Herbert Xu (Thu Feb 23 2023 - 05:19:12 EST)
- Re: [PATCH v6 06/11] LSM: wireup Linux Security Module syscalls Geert Uytterhoeven (Thu Feb 23 2023 - 05:19:23 EST)
- Re: [RESEND v8 4/5] clk: qcom: lpassaudiocc-sc7280: Merge AHB clocks into lpass_aon Mohammad Rafi Shaik (Thu Feb 23 2023 - 05:20:25 EST)
- Re: [PATCH RFC 2/4] dt-bindings: clock: break out mediatek,ethsys into its own header Krzysztof Kozlowski (Thu Feb 23 2023 - 05:20:57 EST)
- Re: [PATCH RFC 3/4] dt-bindings: clock: break out mediatek,filogic-apmixed Krzysztof Kozlowski (Thu Feb 23 2023 - 05:21:29 EST)
- Re: [PATCH V3 1/2] net: phylink: add a function to resume phy alone to fix resume issue with WoL enabled Russell King (Oracle) (Thu Feb 23 2023 - 05:22:37 EST)
- Re: [PATCH 17/27] kbuild, crypto: remove MODULE_LICENSE in non-modules Herbert Xu (Thu Feb 23 2023 - 05:23:09 EST)
- Re: [PATCH v2 1/7] scsi: ufs: core: Fix mcq tag calcualtion Ziqi Chen (Thu Feb 23 2023 - 05:23:40 EST)
- Re: [PATCH 2/2] MIPS: ebpf jit: Implement R4000 workarounds Johan Almbladh (Thu Feb 23 2023 - 05:23:41 EST)
- Re: [PATCH v4 09/19] dt-bindings: clock: Add StarFive JH7110 system clock and reset generator Hal Feng (Thu Feb 23 2023 - 05:23:41 EST)
- Re: [PATCH v1 char-misc-next 2/5] misc: microchip: pci1xxxx: load gpio driver for the gpio controller auxiliary device enumerated by the auxiliary bus driver. Linus Walleij (Thu Feb 23 2023 - 05:24:51 EST)
- Re: [PATCH v10 07/26] mailbox: Add Gunyah message queue mailbox Srinivas Kandagatla (Thu Feb 23 2023 - 05:25:25 EST)
- RE: [PATCH v5 1/2] dt-bindings: i2c: Add support for ASPEED i2Cv2 Ryan Chen (Thu Feb 23 2023 - 05:26:09 EST)
- htmldocs: Warning: Documentation/mm/hugetlbfs_reserv.rst references a file that doesn't exist: Documentation/mm/hugetlbpage.rst kernel test robot (Thu Feb 23 2023 - 05:26:37 EST)
- RE: [PATCH V3 1/2] net: phylink: add a function to resume phy alone to fix resume issue with WoL enabled Clark Wang (Thu Feb 23 2023 - 05:27:18 EST)
- Re: [PATCH v2 2/7] scsi: ufs: core: Rename symbols Ziqi Chen (Thu Feb 23 2023 - 05:27:54 EST)
- Re: [PATCH v2 3/6] drm/msm/a2xx: Implement .gpu_busy Konrad Dybcio (Thu Feb 23 2023 - 05:28:19 EST)
- Re: [PATCH v10 08/26] gunyah: rsc_mgr: Add resource manager RPC core Srinivas Kandagatla (Thu Feb 23 2023 - 05:29:31 EST)
- Re: [PATCH 1/2] MIPS: ebpf jit: Implement DADDI workarounds Jiaxun Yang (Thu Feb 23 2023 - 05:29:55 EST)
- [PATCH] spi: spi-sn-f-ospi: fix white spaces and improve code formatting Dhruva Gole (Thu Feb 23 2023 - 05:29:59 EST)
- Re: [PATCH v1 char-misc-next 2/5] misc: microchip: pci1xxxx: load gpio driver for the gpio controller auxiliary device enumerated by the auxiliary bus driver. Michael Walle (Thu Feb 23 2023 - 05:30:04 EST)
- Re: [REGRESSION PATCH RFC] net: phy: don't resume PHY via MDIO when iface is not up Wolfram Sang (Thu Feb 23 2023 - 05:30:07 EST)
- Re: [PATCH] clk: meson: vid-pll-div: added meson_vid_pll_div_ops support to enable vid_pll_div to meet clock setting requirements, especially for late chip Jerome Brunet (Thu Feb 23 2023 - 05:31:03 EST)
- Re: [PATCH 2/2] MIPS: ebpf jit: Implement R4000 workarounds Jiaxun Yang (Thu Feb 23 2023 - 05:32:13 EST)
- Re: [PATCH v2 3/7] scsi: ufs: core: Fix mcq nr_hw_queues Ziqi Chen (Thu Feb 23 2023 - 05:33:29 EST)
- [PATCH v5 0/3] Add support for NXP bluetooth chipsets Neeraj Sanjay Kale (Thu Feb 23 2023 - 05:36:57 EST)
- [PATCH v5 1/3] serdev: Add method to assert break signal over tty UART port Neeraj Sanjay Kale (Thu Feb 23 2023 - 05:37:15 EST)
- [PATCH v5 2/3] dt-bindings: net: Bluetooth: Add NXP bluetooth support Neeraj Sanjay Kale (Thu Feb 23 2023 - 05:37:43 EST)
- [PATCH v5] Bluetooth: NXP: Add protocol support for NXP Bluetooth chipsets Neeraj Sanjay Kale (Thu Feb 23 2023 - 05:38:15 EST)
- Re: [PATCH v2 0/2] of: populate of_root_node if not set (alternate) Clément Léger (Thu Feb 23 2023 - 05:39:42 EST)
- Re: [LSF/MM/BPF TOPIC] Image-based read-only filesystem: further use cases & directions Xin Yin (Thu Feb 23 2023 - 05:39:53 EST)
- Re: [PATCH 5.4/5.10 1/1] mac80211: mesh: embedd mesh_paths and mpp_paths into ieee80211_if_mesh Fedor Pchelkin (Thu Feb 23 2023 - 05:40:21 EST)
- Re: [PATCH v4 3/3] Bluetooth: NXP: Add protocol support for NXP Bluetooth chipsets Neeraj sanjay kale (Thu Feb 23 2023 - 05:40:59 EST)
- Re: [PATCH v5 06/14] x86/ioremap: Support hypervisor specified range to map as encrypted Borislav Petkov (Thu Feb 23 2023 - 05:45:28 EST)
- Re: [PATCH] arm: Drop CONFIG_MTD_M25P80 in various defconfig files Bin Meng (Thu Feb 23 2023 - 05:48:19 EST)
- Re: [PATCH v5] Bluetooth: NXP: Add protocol support for NXP Bluetooth chipsets Greg KH (Thu Feb 23 2023 - 05:48:22 EST)
- Re: [PATCH] arm: Drop CONFIG_MTD_M25P80 in various defconfig files Konrad Dybcio (Thu Feb 23 2023 - 05:49:46 EST)
- Re: [PATCH v2 4/7] scsi: ufs: core: Add hwq print for debug Ziqi Chen (Thu Feb 23 2023 - 05:50:27 EST)
- Re: [PATCH] arm: Drop CONFIG_MTD_M25P80 in various defconfig files Krzysztof Kozlowski (Thu Feb 23 2023 - 05:50:51 EST)
- [PATCH v3 0/7] OPP and devfreq for all Adrenos Konrad Dybcio (Thu Feb 23 2023 - 05:52:10 EST)
- [PATCH v3 1/7] drm/msm/a2xx: Include perf counter reg values in XML Konrad Dybcio (Thu Feb 23 2023 - 05:52:13 EST)
- [PATCH v3 2/7] drm/msm/a2xx: Add REG_A2XX_RBBM_PM_OVERRIDE2 to XML Konrad Dybcio (Thu Feb 23 2023 - 05:52:18 EST)
- [PATCH v3 3/7] drm/msm/adreno: Use OPP for every GPU generation Konrad Dybcio (Thu Feb 23 2023 - 05:52:23 EST)
- [PATCH v3 5/7] drm/msm/a3xx: Implement .gpu_busy Konrad Dybcio (Thu Feb 23 2023 - 05:52:26 EST)
- [PATCH v3 4/7] drm/msm/a2xx: Implement .gpu_busy Konrad Dybcio (Thu Feb 23 2023 - 05:52:28 EST)
- [PATCH v3 6/7] drm/msm/a4xx: Implement .gpu_busy Konrad Dybcio (Thu Feb 23 2023 - 05:52:31 EST)
- [PATCH v3 7/7] drm/msm/adreno: Enable optional icc voting from OPP tables Konrad Dybcio (Thu Feb 23 2023 - 05:52:38 EST)
- Re: [PATCH v2 5/7] scsi: ufs: core: Remove redundant check Ziqi Chen (Thu Feb 23 2023 - 05:53:47 EST)
- Re: [PATCH v2 1/2] HID: core: Provide new max_buffer_size attribute to over-ride the default Jiri Kosina (Thu Feb 23 2023 - 05:57:29 EST)
- Re: [PATCH v4 3/3] Bluetooth: NXP: Add protocol support for NXP Bluetooth chipsets Neeraj sanjay kale (Thu Feb 23 2023 - 05:57:55 EST)
- Re: [PATCH v3 00/14] media: rkisp1: Add support for i.MX8MP Jacopo Mondi (Thu Feb 23 2023 - 05:58:56 EST)
- Re: [RFC PATCH 1/6] dt-bindings: iio: light: Support ROHM BU27034 Matti Vaittinen (Thu Feb 23 2023 - 05:59:39 EST)
- Re: [PATCH v4 2/3] dt-bindings: net: bluetooth: Add NXP bluetooth support Neeraj sanjay kale (Thu Feb 23 2023 - 06:00:40 EST)
- Re: [PATCH] arm: Drop CONFIG_MTD_M25P80 in various defconfig files Bin Meng (Thu Feb 23 2023 - 06:01:25 EST)
- [PATCH] dt-bindings: media: s5p-mfc: convert bindings to json-schema Aakarsh Jain (Thu Feb 23 2023 - 06:01:58 EST)
- [net PATCH v2] octeontx2-af: Unlock contexts in the queue context cache in case of fault detection Sai Krishna (Thu Feb 23 2023 - 06:02:26 EST)
- Re: [PATCH V3 1/2] net: phylink: add a function to resume phy alone to fix resume issue with WoL enabled Russell King (Oracle) (Thu Feb 23 2023 - 06:06:29 EST)
- [PATCH v2 0/2] LoongArch: Add single kernel image implementation for kdump Youling Tang (Thu Feb 23 2023 - 06:06:39 EST)
- [PATCH v2 1/2] LoongArch: kdump: Add single kernel image implementation Youling Tang (Thu Feb 23 2023 - 06:06:42 EST)
- [PATCH v2 2/2] LoongArch: kdump: Add crashkernel=YM handling Youling Tang (Thu Feb 23 2023 - 06:06:43 EST)
- Re: [PATCH v4 1/2] gpio: gpio-mlxbf3: Add gpio driver support Andy Shevchenko (Thu Feb 23 2023 - 06:07:27 EST)
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64 David Woodhouse (Thu Feb 23 2023 - 06:08:19 EST)
- Re: [PATCH] arm: Drop CONFIG_MTD_M25P80 in various defconfig files Krzysztof Kozlowski (Thu Feb 23 2023 - 06:15:41 EST)
- Re: [PATCH] net: tls: fix possible info leak in tls_set_device_offload() Sabrina Dubroca (Thu Feb 23 2023 - 06:17:20 EST)
- Re: [PATCH] HID: usbhid: enable remote wakeup for mice Michael Wu (Thu Feb 23 2023 - 06:18:25 EST)
- Re: [PATCH RESEND] PCI: s390: Fix use-after-free of PCI bus resources with s390 per-function hotplug Niklas Schnelle (Thu Feb 23 2023 - 06:22:22 EST)
- Re: [PATCH v2] regulator: core: Use ktime_get_boottime() to determine how long a regulator was off Mark Brown (Thu Feb 23 2023 - 06:22:33 EST)
- Re: [PATCH] HID: usbhid: enable remote wakeup for mice Michael Wu (Thu Feb 23 2023 - 06:22:58 EST)
- Re: [PATCH] HID: usbhid: enable remote wakeup for mice Greg KH (Thu Feb 23 2023 - 06:23:41 EST)
- [PATCH v17 RESEND 3/3] docs: leds: Add MT6370 RGB LED pattern document ChiaEn Wu (Thu Feb 23 2023 - 06:24:15 EST)
- [PATCH v17 RESEND 0/3] Add MediaTek MT6370 PMIC support ChiaEn Wu (Thu Feb 23 2023 - 06:24:21 EST)
- [PATCH v17 RESEND 1/3] leds: rgb: mt6370: Add MediaTek MT6370 current sink type LED Indicator support ChiaEn Wu (Thu Feb 23 2023 - 06:24:25 EST)
- [PATCH v17 RESEND 2/3] leds: flash: mt6370: Add MediaTek MT6370 flashlight support ChiaEn Wu (Thu Feb 23 2023 - 06:24:29 EST)
- Re: include/acpi/actypes.h:525:42: warning: 'strncpy' specified bound 4 equals destination size Catalin Marinas (Thu Feb 23 2023 - 06:25:25 EST)
- [PATCH v7 1/5] drivers/clocksource/hyper-v: non ACPI support in hyperv clock Saurabh Sengar (Thu Feb 23 2023 - 06:29:15 EST)
- [PATCH v7 0/5] Device tree support for Hyper-V VMBus driver Saurabh Sengar (Thu Feb 23 2023 - 06:29:19 EST)
- [PATCH v7 4/5] dt-bindings: bus: VMBus Saurabh Sengar (Thu Feb 23 2023 - 06:29:21 EST)
- [PATCH v7 2/5] ACPI: bus: Add stub acpi_sleep_state_supported() in non-ACPI cases Saurabh Sengar (Thu Feb 23 2023 - 06:29:25 EST)
- [PATCH v7 3/5] Drivers: hv: vmbus: Convert acpi_device to more generic platform_device Saurabh Sengar (Thu Feb 23 2023 - 06:29:28 EST)
- [PATCH v7 5/5] Driver: VMBus: Add Devicetree support Saurabh Sengar (Thu Feb 23 2023 - 06:29:33 EST)
- Re: [PATCH v2 1/2] of: create of_root if no dtb provided Clément Léger (Thu Feb 23 2023 - 06:31:49 EST)
- RE: [PATCH v5] Bluetooth: NXP: Add protocol support for NXP Bluetooth chipsets Sherry Sun (Thu Feb 23 2023 - 06:32:53 EST)
- [PATCH v2 0/5] Use dma_default_coherent for devicetree default coherency Jiaxun Yang (Thu Feb 23 2023 - 06:37:02 EST)
- [PATCH v2 1/5] of: address: Fix default coherency for MIPS Jiaxun Yang (Thu Feb 23 2023 - 06:37:07 EST)
- [PATCH v2 2/5] dma-mapping: Provide a fallback dma_default_coherent Jiaxun Yang (Thu Feb 23 2023 - 06:37:16 EST)
- [PATCH v2 3/5] dma-mapping: Provide CONFIG_ARCH_DMA_DEFAULT_COHERENT Jiaxun Yang (Thu Feb 23 2023 - 06:37:20 EST)
- [PATCH v2 4/5] riscv: Select ARCH_DMA_DEFAULT_COHERENT Jiaxun Yang (Thu Feb 23 2023 - 06:37:30 EST)
- [PATCH v2 5/5] of: address: Always use dma_default_coherent for default coherency Jiaxun Yang (Thu Feb 23 2023 - 06:37:46 EST)
- Re: [PATCH net V3] net: stmmac: Premature loop termination check was ignored Jochen Henneberg (Thu Feb 23 2023 - 06:38:24 EST)
- Re: [PATCH v2] cpufreq: amd-pstate: Let user know amd-pstate is disabled Huang Rui (Thu Feb 23 2023 - 06:38:55 EST)
- Re: [PATCH] HID: usbhid: enable remote wakeup for mice Oliver Neukum (Thu Feb 23 2023 - 06:41:33 EST)
- Re: [PATCH v2 06/16] thermal: Don't use 'device' internal thermal zone structure field Rafael J. Wysocki (Thu Feb 23 2023 - 06:43:18 EST)
- Re: [PATCH] lib/test_string.c: Add strncmp() tests Andy Shevchenko (Thu Feb 23 2023 - 06:44:22 EST)
- Re: [PATCH] HID: usbhid: enable remote wakeup for mice Oliver Neukum (Thu Feb 23 2023 - 06:48:08 EST)
- Re: [PATCH 2/4] firmware: scm: Modify only the DLOAD bit in TCSR register for download mode Brian Masney (Thu Feb 23 2023 - 06:49:17 EST)
- Re: [PATCH v1 2/3] auxdisplay: ht16k33: Make use of device_get_match_data() Andy Shevchenko (Thu Feb 23 2023 - 06:53:28 EST)
- [PATCH v5.15 v2 0/4] Allow CONFIG_DEBUG_INFO_DWARF5=y + CONFIG_DEBUG_INFO_BTF=y Matthias Maennich (Thu Feb 23 2023 - 06:54:01 EST)
- [PATCH v5.15 v2 1/4] kbuild: Add CONFIG_PAHOLE_VERSION Matthias Maennich (Thu Feb 23 2023 - 06:54:05 EST)
- [PATCH v5.15 v2 2/4] scripts/pahole-flags.sh: Use pahole-version.sh Matthias Maennich (Thu Feb 23 2023 - 06:54:31 EST)
- [PATCH v5.15 v2 3/4] lib/Kconfig.debug: Use CONFIG_PAHOLE_VERSION Matthias Maennich (Thu Feb 23 2023 - 06:55:03 EST)
- [PATCH v5.15 v2 4/4] lib/Kconfig.debug: Allow BTF + DWARF5 with pahole 1.21+ Matthias Maennich (Thu Feb 23 2023 - 06:55:03 EST)
- Re: [PATCH v2 2/2] usb: gadget: composite: Draw 100mA current if not configured kernel test robot (Thu Feb 23 2023 - 06:58:07 EST)
- Re: [PATCH] HID: usbhid: enable remote wakeup for mice Oliver Neukum (Thu Feb 23 2023 - 07:02:07 EST)
- [PATCH v3 00/15] GMU-less A6xx support (A610, A619_holi) Konrad Dybcio (Thu Feb 23 2023 - 07:06:52 EST)
- [PATCH v3 01/15] dt-bindings: display/msm: gpu: Document GMU wrapper-equipped A6xx Konrad Dybcio (Thu Feb 23 2023 - 07:06:55 EST)
- [PATCH v3 02/15] dt-bindings: display/msm/gmu: Add GMU wrapper Konrad Dybcio (Thu Feb 23 2023 - 07:06:59 EST)
- [PATCH v3 03/15] drm/msm/a6xx: Remove static keyword from sptprac en/disable functions Konrad Dybcio (Thu Feb 23 2023 - 07:07:01 EST)
- [PATCH v3 04/15] drm/msm/a6xx: Extend and explain UBWC config Konrad Dybcio (Thu Feb 23 2023 - 07:07:08 EST)
- [PATCH v3 06/15] drm/msm/a6xx: Remove both GBIF and RBBM GBIF halt on hw init Konrad Dybcio (Thu Feb 23 2023 - 07:07:13 EST)
- [PATCH v3 05/15] drm/msm/a6xx: Introduce GMU wrapper support Konrad Dybcio (Thu Feb 23 2023 - 07:07:15 EST)
- [PATCH v3 07/15] drm/msm/adreno: Disable has_cached_coherent in GMU wrapper configurations Konrad Dybcio (Thu Feb 23 2023 - 07:07:19 EST)
- [PATCH v3 08/15] drm/msm/a6xx: Add support for A619_holi Konrad Dybcio (Thu Feb 23 2023 - 07:07:31 EST)
- [PATCH v3 09/15] drm/msm/a6xx: Add A610 support Konrad Dybcio (Thu Feb 23 2023 - 07:07:33 EST)
- [PATCH v3 11/15] drm/msm/a6xx: Fix some A619 tunables Konrad Dybcio (Thu Feb 23 2023 - 07:07:37 EST)
- [PATCH v3 10/15] drm/msm/a6xx: Fix A680 highest bank bit value Konrad Dybcio (Thu Feb 23 2023 - 07:07:41 EST)
- [PATCH v3 12/15] drm/msm/a6xx: Use "else if" in GPU speedbin rev matching Konrad Dybcio (Thu Feb 23 2023 - 07:07:43 EST)
- [PATCH v3 14/15] drm/msm/a6xx: Add A619_holi speedbin support Konrad Dybcio (Thu Feb 23 2023 - 07:07:53 EST)
- [PATCH v3 15/15] drm/msm/a6xx: Add A610 speedbin support Konrad Dybcio (Thu Feb 23 2023 - 07:07:55 EST)
- [PATCH v3 13/15] drm/msm/a6xx: Use adreno_is_aXYZ macros in speedbin matching Konrad Dybcio (Thu Feb 23 2023 - 07:07:57 EST)
- Re: [PATCH v3 01/15] dt-bindings: display/msm: gpu: Document GMU wrapper-equipped A6xx Konrad Dybcio (Thu Feb 23 2023 - 07:10:45 EST)
- sh4-linux-gcc: error: unrecognized command-line option '-Wout-of-line-declaration'; did you mean '-Wold-style-declaration'? kernel test robot (Thu Feb 23 2023 - 07:11:38 EST)
- Re: [PATCH v2 2/2] usb: gadget: composite: Draw 100mA current if not configured kernel test robot (Thu Feb 23 2023 - 07:11:40 EST)
- Re: [PATCH v6 1/1] riscv: Allow to downgrade paging mode from the command line kernel test robot (Thu Feb 23 2023 - 07:11:44 EST)
- Re: [PATCH 4/6] x86/smpbppt: Remove early_gdt_descr on 64-bit Brian Gerst (Thu Feb 23 2023 - 07:11:50 EST)
- Re: [PATCH v6 12/41] s390/mm: Introduce pmd_mkwrite_kernel() Heiko Carstens (Thu Feb 23 2023 - 07:15:25 EST)
- Re: [Intel-gfx] [PATCH 2/2] Apply quirk to disable PSR 2 on Tongfang PHxTxX1 and PHxTQx1 Werner Sembach (Thu Feb 23 2023 - 07:16:28 EST)
- [PATCH net-next v2 1/1] net: openvswitch: Use on stack sw_flow_key in ovs_packet_cmd_execute Eddy Tao (Thu Feb 23 2023 - 07:22:09 EST)
- Re: [PATCH net-next v2 1/1] net: openvswitch: Use on stack sw_flow_key in ovs_packet_cmd_execute Eddy Tao (Thu Feb 23 2023 - 07:25:10 EST)
- Re: [PATCH 3/4] firmware: qcom_scm: Refactor code to support multiple download mode Brian Masney (Thu Feb 23 2023 - 07:26:26 EST)
- Re: [RFC v2 5/5] shmem: add support to ignore swap Christian Brauner (Thu Feb 23 2023 - 07:26:49 EST)
- Re: [PATCH v4 1/2] gpio: gpio-mlxbf3: Add gpio driver support Linus Walleij (Thu Feb 23 2023 - 07:29:48 EST)
- Re: [PATCH v11 2/2] ptrace,syscall_user_dispatch: checkpoint/restore support for SUD Oleg Nesterov (Thu Feb 23 2023 - 07:31:18 EST)
- Re: [PATCH v2 2/3] locking/rwsem: Enable early rwsem writer lock handoff Peter Zijlstra (Thu Feb 23 2023 - 07:32:53 EST)
- [PATCH 0/6] locking/rwsem: Rework writer wakeup and handoff Peter Zijlstra (Thu Feb 23 2023 - 07:34:51 EST)
- [PATCH 4/6] locking/rwsem: Split out rwsem_reader_wake() Peter Zijlstra (Thu Feb 23 2023 - 07:34:53 EST)
- [PATCH 1/6] locking/rwsem: Minor code refactoring in rwsem_mark_wake() Peter Zijlstra (Thu Feb 23 2023 - 07:34:56 EST)
- [PATCH 6/6] locking/rwsem: Use the force Peter Zijlstra (Thu Feb 23 2023 - 07:35:00 EST)
- [PATCH 2/6] locking/rwsem: Enforce queueing when HANDOFF Peter Zijlstra (Thu Feb 23 2023 - 07:35:03 EST)
- [PATCH 5/6] locking/rwsem: Unify wait loop Peter Zijlstra (Thu Feb 23 2023 - 07:35:07 EST)
- [PATCH 3/6] locking/rwsem: Rework writer wakeup Peter Zijlstra (Thu Feb 23 2023 - 07:35:10 EST)
- [PATCH net-next v2 1/1] net: openvswitch: ovs_packet_cmd_execute put sw_flow mainbody in stack Eddy Tao (Thu Feb 23 2023 - 07:35:24 EST)
- Re: [PATCH v5.15 v2 0/4] Allow CONFIG_DEBUG_INFO_DWARF5=y + CONFIG_DEBUG_INFO_BTF=y Greg Kroah-Hartman (Thu Feb 23 2023 - 07:37:20 EST)
- Re: [PATCH 6/6] x86/smpboot: Simplify boot CPU setup David Woodhouse (Thu Feb 23 2023 - 07:37:25 EST)
- Re: [RFC PATCH 0/6] Add basic Minidump kernel driver support Brian Masney (Thu Feb 23 2023 - 07:38:57 EST)
- Re: [PATCH net-next v2 1/1] net: openvswitch: Use on stack sw_flow_key in ovs_packet_cmd_execute Simon Horman (Thu Feb 23 2023 - 07:39:28 EST)
- [PATCH v3 0/2] Fix vbus draw of dwc3 gadget Prashanth K (Thu Feb 23 2023 - 07:42:20 EST)
- [PATCH v3 1/2] usb: dwc3: gadget: Change condition for processing suspend event Prashanth K (Thu Feb 23 2023 - 07:42:23 EST)
- [PATCH v3 2/2] usb: gadget: composite: Draw 100mA current if not configured Prashanth K (Thu Feb 23 2023 - 07:42:30 EST)
- Re: [PATCH net-next v2 1/1] net: openvswitch: Use on stack sw_flow_key in ovs_packet_cmd_execute Paolo Abeni (Thu Feb 23 2023 - 07:42:48 EST)
- Re: [PATCH v2 1/2] x86/speculation: Allow enabling STIBP with legacy IBRS Borislav Petkov (Thu Feb 23 2023 - 07:45:10 EST)
- Re: [PATCH 00/13] Rename k[v]free_rcu() single argument to k[v]free_rcu_mightsleep() Frederic Weisbecker (Thu Feb 23 2023 - 07:45:34 EST)
- [PATCH v3] arm64: kdump: simplify the reservation behaviour of crashkernel=,high Baoquan He (Thu Feb 23 2023 - 07:46:41 EST)
- Re: [PATCH v2] drm: add kms driver for loongson display controller Thomas Zimmermann (Thu Feb 23 2023 - 07:49:47 EST)
- Re: [PATCH v6 04/11] LSM: syscalls for current process attributes kernel test robot (Thu Feb 23 2023 - 07:50:23 EST)
- Re: [PATCH net v333 0/4] net: phy: EEE fixes patchwork-bot+netdevbpf (Thu Feb 23 2023 - 07:50:48 EST)
- Re: [PATCH v2] drm/vmwgfx: Work around VMW_ALLOC_DMABUF Zack Rusin (Thu Feb 23 2023 - 07:50:48 EST)
- [syzbot] [ntfs?] kernel BUG in ntfs_iget syzbot (Thu Feb 23 2023 - 07:51:56 EST)
- Re: [PATCH v6 2/5] arm64: dts: qcom: Add msm8939 SoC Bryan O'Donoghue (Thu Feb 23 2023 - 07:52:06 EST)
- Re: [PATCH v6 2/5] arm64: dts: qcom: Add msm8939 SoC Konrad Dybcio (Thu Feb 23 2023 - 07:54:15 EST)
- Re: [PATCH v2] regulator: core: Use ktime_get_boottime() to determine how long a regulator was off Mark Brown (Thu Feb 23 2023 - 07:55:59 EST)
- Re: [PATCH net V3] net: stmmac: Premature loop termination check was ignored Simon Horman (Thu Feb 23 2023 - 07:56:03 EST)
- Re: [PATCH v6 19/41] x86/mm: Check shadow stack page fault errors David Hildenbrand (Thu Feb 23 2023 - 07:56:49 EST)
- Re: [PATCH v5 01/10] interconnect: qcom: rpm: make QoS INVALID default, separate out driver data Bryan O'Donoghue (Thu Feb 23 2023 - 08:01:54 EST)
- Re: [PATCH 1/2] lockdep: lock_set_lock_cmp_fn() Peter Zijlstra (Thu Feb 23 2023 - 08:02:11 EST)
- Re: [PATCH v6 2/5] arm64: dts: qcom: Add msm8939 SoC Bryan O'Donoghue (Thu Feb 23 2023 - 08:03:02 EST)
- Re: [PATCH 02/11] dt-bindings: PCI: qcom: Add iommu properties Manivannan Sadhasivam (Thu Feb 23 2023 - 08:03:12 EST)
- Re: [PATCH v2 net 2/2] net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo child qdiscs Greg Kroah-Hartman (Thu Feb 23 2023 - 08:03:46 EST)
- Re: [PATCH 05/11] ARM: dts: qcom: sdx55: Fix the unit address of PCIe EP node Manivannan Sadhasivam (Thu Feb 23 2023 - 08:04:52 EST)
- [PATCH 4.14 0/7] 4.14.307-rc1 review Greg Kroah-Hartman (Thu Feb 23 2023 - 08:04:59 EST)
- [PATCH 4.19 00/11] 4.19.274-rc1 review Greg Kroah-Hartman (Thu Feb 23 2023 - 08:05:48 EST)
- [PATCH 6.2 00/11] 6.2.1-rc1 review Greg Kroah-Hartman (Thu Feb 23 2023 - 08:06:18 EST)
- Re: [PATCH v3 10/15] drm/msm/a6xx: Fix A680 highest bank bit value Dmitry Baryshkov (Thu Feb 23 2023 - 08:06:51 EST)
- Re: [PATCH] spi: spi-sn-f-ospi: fix duplicate flag while assigning to mode_bits Mark Brown (Thu Feb 23 2023 - 08:06:59 EST)
- Re: [PATCH] spi: cadence-quadspi: Fix cancel the indirect read mask Mark Brown (Thu Feb 23 2023 - 08:07:03 EST)
- [PATCH 5.10 00/25] 5.10.170-rc1 review Greg Kroah-Hartman (Thu Feb 23 2023 - 08:07:56 EST)
- [PATCH 6.1 00/46] 6.1.14-rc1 review Greg Kroah-Hartman (Thu Feb 23 2023 - 08:08:42 EST)
- Re: [PATCH v3 03/24] arm: Remove COMMAND_LINE_SIZE from uapi Arnd Bergmann (Thu Feb 23 2023 - 08:09:55 EST)
- Re: [net PATCH v2] octeontx2-pf: Recalculate UDP checksum for ptp 1-step sync packet patchwork-bot+netdevbpf (Thu Feb 23 2023 - 08:10:31 EST)
- [PATCH 5.4 00/18] 5.4.233-rc1 review Greg Kroah-Hartman (Thu Feb 23 2023 - 08:11:22 EST)
- Re: [PATCH v3 03/24] arm: Remove COMMAND_LINE_SIZE from uapi Alexandre Ghiti (Thu Feb 23 2023 - 08:12:56 EST)
- [PATCH 5.15 00/36] 5.15.96-rc1 review Greg Kroah-Hartman (Thu Feb 23 2023 - 08:13:30 EST)
- Re: [PATCH v17 RESEND 1/3] leds: rgb: mt6370: Add MediaTek MT6370 current sink type LED Indicator support AngeloGioacchino Del Regno (Thu Feb 23 2023 - 08:15:33 EST)
- Re: [PATCH 1/1] docs: Add relevant kernel publications to list of books Carlos Bilbao (Thu Feb 23 2023 - 08:16:10 EST)
- Re: [PATCH v2 06/10] dt-bindings: gpu: mali-bifrost: Add a compatible for MediaTek MT8186 AngeloGioacchino Del Regno (Thu Feb 23 2023 - 08:16:12 EST)
- Re: [net PATCH v2] octeontx2-af: Unlock contexts in the queue context cache in case of fault detection Simon Horman (Thu Feb 23 2023 - 08:16:54 EST)
- Re: [PATCH v2 net 2/2] net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo child qdiscs Vladimir Oltean (Thu Feb 23 2023 - 08:19:01 EST)
- Re: A potential deadlock in sockhash map Jakub Sitnicki (Thu Feb 23 2023 - 08:20:27 EST)
- [PATCH v3] blk-ioprio: Introduce promote-to-rt policy Hou Tao (Thu Feb 23 2023 - 08:23:42 EST)
- [PATCH v2 2/7] mm: vmscan: make global slab shrink lockless Qi Zheng (Thu Feb 23 2023 - 08:28:06 EST)
- [PATCH v2 4/7] mm: shrinkers: make count and scan in shrinker debugfs lockless Qi Zheng (Thu Feb 23 2023 - 08:28:19 EST)
- [PATCH v2 0/7] make slab shrink lockless Qi Zheng (Thu Feb 23 2023 - 08:28:22 EST)
- [PATCH v2 1/7] mm: vmscan: add a map_nr_max field to shrinker_info Qi Zheng (Thu Feb 23 2023 - 08:28:29 EST)
- [PATCH v2 5/7] mm: vmscan: hold write lock to reparent shrinker nr_deferred Qi Zheng (Thu Feb 23 2023 - 08:28:32 EST)
- [PATCH v2 3/7] mm: vmscan: make memcg slab shrink lockless Qi Zheng (Thu Feb 23 2023 - 08:28:46 EST)
- [PATCH v2 6/7] mm: vmscan: remove shrinker_rwsem from synchronize_shrinkers() Qi Zheng (Thu Feb 23 2023 - 08:28:49 EST)
- [PATCH v2 7/7] mm: shrinkers: convert shrinker_rwsem to mutex Qi Zheng (Thu Feb 23 2023 - 08:29:05 EST)
- Re: [PATCH] perf inject: Fix --buildid-all not to eat up MMAP2 Arnaldo Carvalho de Melo (Thu Feb 23 2023 - 08:32:07 EST)
- Re: [PATCH v1 1/2] perf tests stat+csv_output: Switch CSV separator to @ Arnaldo Carvalho de Melo (Thu Feb 23 2023 - 08:32:30 EST)
- [PATCH] misc: microchip: pci1xxxx: Convert to immutable irqchip Linus Walleij (Thu Feb 23 2023 - 08:33:02 EST)
- [PATCH 1/2] dt-bindings: vendor-prefixes: add Internet Initiative Japan Inc. INAGAKI Hiroshi (Thu Feb 23 2023 - 08:34:40 EST)
- [PATCH v3 01/11] dt-bindings: gpu: mali-bifrost: Add power-domain-names to base schema AngeloGioacchino Del Regno (Thu Feb 23 2023 - 08:35:02 EST)
- [PATCH v3 00/11] Panfrost: Improve and add MediaTek SoCs support AngeloGioacchino Del Regno (Thu Feb 23 2023 - 08:35:06 EST)
- [PATCH v3 02/11] dt-bindings: gpu: mali-bifrost: Split out MediaTek power-domains variation AngeloGioacchino Del Regno (Thu Feb 23 2023 - 08:35:11 EST)
- [PATCH v3 04/11] dt-bindings: gpu: mali-bifrost: Add compatible for MT8195 SoC AngeloGioacchino Del Regno (Thu Feb 23 2023 - 08:35:13 EST)
- [PATCH v3 03/11] dt-bindings: gpu: mali-bifrost: Allow up to 5 power domains for MT8192 AngeloGioacchino Del Regno (Thu Feb 23 2023 - 08:35:16 EST)
- [PATCH v3 05/11] dt-bindings: gpu: mali-bifrost: Add new MT8183 compatible AngeloGioacchino Del Regno (Thu Feb 23 2023 - 08:35:19 EST)
- [PATCH v3 06/11] dt-bindings: gpu: mali-bifrost: Add support for MediaTek MT8186 AngeloGioacchino Del Regno (Thu Feb 23 2023 - 08:35:21 EST)
- [PATCH v3 07/11] drm/panfrost: Increase MAX_PM_DOMAINS to 5 AngeloGioacchino Del Regno (Thu Feb 23 2023 - 08:35:25 EST)
- [PATCH v3 09/11] drm/panfrost: Add mediatek,mt8192-mali compatible AngeloGioacchino Del Regno (Thu Feb 23 2023 - 08:35:27 EST)
- [PATCH v3 10/11] drm/panfrost: Add new compatible for Mali on the MT8183 SoC AngeloGioacchino Del Regno (Thu Feb 23 2023 - 08:35:30 EST)
- [PATCH v3 08/11] drm/panfrost: Add the MT8192 GPU ID AngeloGioacchino Del Regno (Thu Feb 23 2023 - 08:35:34 EST)
- [PATCH v3 11/11] drm/panfrost: Add support for Mali on the MT8186 SoC AngeloGioacchino Del Regno (Thu Feb 23 2023 - 08:35:37 EST)
- [PATCH 2/2] ARM: dts: mvebu: add device tree for IIJ SA-W2 appliance INAGAKI Hiroshi (Thu Feb 23 2023 - 08:35:40 EST)
- Re: [PATCH v3 1/5] dt-bindings: display: bridge: Add ddc-i2c-bus for anx7688 Pin-yen Lin (Thu Feb 23 2023 - 08:37:26 EST)
- Re: [PATCH 1/5] try generic compiler name "cc" before falling back to "gcc". Rob Landley (Thu Feb 23 2023 - 08:37:42 EST)
- Re: [PATCH V7 6/6] arm64/perf: Enable branch stack events via FEAT_BRBE Mark Rutland (Thu Feb 23 2023 - 08:39:07 EST)
- [PATCH v2 00/16] Enable GPU with DVFS support on MediaTek SoCs AngeloGioacchino Del Regno (Thu Feb 23 2023 - 08:44:02 EST)
- [PATCH v2 01/16] arm64: dts: mediatek: mt8183-kukui: Couple VGPU and VSRAM_GPU regulators AngeloGioacchino Del Regno (Thu Feb 23 2023 - 08:44:05 EST)
- [PATCH v2 02/16] arm64: dts: mediatek: mt8183-kukui: Override vgpu/vsram_gpu constraints AngeloGioacchino Del Regno (Thu Feb 23 2023 - 08:44:08 EST)
- [PATCH v2 03/16] arm64: dts: mediatek: mt8183: Remove second opp-microvolt entries from gpu table AngeloGioacchino Del Regno (Thu Feb 23 2023 - 08:44:12 EST)
- [PATCH v2 04/16] arm64: dts: mt8183-pumpkin: Couple VGPU and VSRAM_GPU regulators AngeloGioacchino Del Regno (Thu Feb 23 2023 - 08:44:15 EST)
- [PATCH v2 05/16] arm64: dts: mediatek: mt8183-evb: Couple VGPU and VSRAM_GPU regulators AngeloGioacchino Del Regno (Thu Feb 23 2023 - 08:44:21 EST)
- [PATCH v2 06/16] arm64: dts: mediatek: mt8183: Use mediatek,mt8183b-mali as GPU compatible AngeloGioacchino Del Regno (Thu Feb 23 2023 - 08:44:23 EST)
- [PATCH v2 08/16] arm64: dts: mediatek: mt8192: Add mfg_ref_sel clock to MFG0 domain AngeloGioacchino Del Regno (Thu Feb 23 2023 - 08:44:26 EST)
- [PATCH v2 07/16] arm64: dts: mediatek: mt8192: Add GPU nodes AngeloGioacchino Del Regno (Thu Feb 23 2023 - 08:44:31 EST)
- [PATCH v2 09/16] arm64: dts: mediatek: mt8192-asurada: Add MFG0 domain supply AngeloGioacchino Del Regno (Thu Feb 23 2023 - 08:44:34 EST)
- [PATCH v2 10/16] arm64: dts: mediatek: mt8192-asurada: Assign sram supply to MFG1 pd AngeloGioacchino Del Regno (Thu Feb 23 2023 - 08:44:37 EST)
- [PATCH v2 11/16] arm64: dts: mediatek: mt8192-asurada: Couple VGPU and VSRAM_OTHER regulators AngeloGioacchino Del Regno (Thu Feb 23 2023 - 08:44:41 EST)
- [PATCH v2 12/16] arm64: dts: mediatek: mt8192-asurada: Enable GPU AngeloGioacchino Del Regno (Thu Feb 23 2023 - 08:44:43 EST)
- [PATCH v2 13/16] arm64: dts: mediatek: mt8195: Add mfg_core_tmp clock to MFG1 domain AngeloGioacchino Del Regno (Thu Feb 23 2023 - 08:44:45 EST)
- [PATCH v2 14/16] arm64: dts: mt8195: Add panfrost node for Mali-G57 Valhall Natt GPU AngeloGioacchino Del Regno (Thu Feb 23 2023 - 08:44:48 EST)
- [PATCH v2 15/16] arm64: dts: mediatek: mt8195-cherry: Enable Mali-G57 GPU AngeloGioacchino Del Regno (Thu Feb 23 2023 - 08:44:51 EST)
- [PATCH v2 16/16] arm64: dts: mediatek: mt8186: Add GPU node AngeloGioacchino Del Regno (Thu Feb 23 2023 - 08:45:03 EST)
- Re: [PATCH 0/6] x86-64: Remove global variables from boot David Woodhouse (Thu Feb 23 2023 - 08:46:16 EST)
- Re: [PATCH] perf: fix counting when initial delay configured Arnaldo Carvalho de Melo (Thu Feb 23 2023 - 08:46:45 EST)
- Re: [PATCH V7 5/6] arm64/perf: Add branch stack support in ARMV8 PMU Mark Rutland (Thu Feb 23 2023 - 08:48:21 EST)
- Re: [PATCH v6 37/41] selftests/x86: Add shadow stack test Borislav Petkov (Thu Feb 23 2023 - 08:48:30 EST)
- Re: [PATCH 18/27] kbuild, mfd: remove MODULE_LICENSE in non-modules Lee Jones (Thu Feb 23 2023 - 08:49:24 EST)
- Re: [PATCH v3 10/15] drm/msm/a6xx: Fix A680 highest bank bit value Konrad Dybcio (Thu Feb 23 2023 - 08:49:27 EST)
- Re: [PATCH] drm/amd/display: Clean up some inconsistent indenting Alex Deucher (Thu Feb 23 2023 - 08:49:56 EST)
- Re: [PATCH v1 0/3] i2c: stop using i2c_of_match_device() Andy Shevchenko (Thu Feb 23 2023 - 08:51:09 EST)
- Re: [PATCH v6 2/5] arm64: dts: qcom: Add msm8939 SoC Konrad Dybcio (Thu Feb 23 2023 - 08:54:06 EST)
- [RFC PATCH 0/2] drm/msm/dp: refactor the msm dp driver resources Sankeerth Billakanti (Thu Feb 23 2023 - 08:57:14 EST)
- [RFC PATCH 1/2] drm/msm/dp: enumerate edp panel during driver probe Sankeerth Billakanti (Thu Feb 23 2023 - 08:57:24 EST)
- [RFC PATCH 2/2] drm/msm/dp: enable pm_runtime support for dp driver Sankeerth Billakanti (Thu Feb 23 2023 - 08:57:35 EST)
- Re: [PATCH v3 00/14] media: rkisp1: Add support for i.MX8MP Jacopo Mondi (Thu Feb 23 2023 - 08:58:20 EST)
- Re: [PATCH v5] Bluetooth: NXP: Add protocol support for NXP Bluetooth chipsets Neeraj sanjay kale (Thu Feb 23 2023 - 08:58:22 EST)
- Re: [PATCH v5 5/5] mfd: max77541: Add ADI MAX77541/MAX77540 PMIC Support Lee Jones (Thu Feb 23 2023 - 09:00:33 EST)
- [PATCH FYI 1/1] tools headers svm: Sync svm headers with the kernel sources arnaldo . melo (Thu Feb 23 2023 - 09:02:29 EST)
- Re: [PATCH v5] Bluetooth: NXP: Add protocol support for NXP Bluetooth chipsets Greg KH (Thu Feb 23 2023 - 09:03:02 EST)
- Re: [PATCH v5 08/10] interconnect: qcom: msm8996: Specify no bus clock scaling on A0NoC Bjorn Andersson (Thu Feb 23 2023 - 09:04:05 EST)
- Re: [PATCH v5] Bluetooth: NXP: Add protocol support for NXP Bluetooth chipsets Neeraj sanjay kale (Thu Feb 23 2023 - 09:06:12 EST)
- Re: [PATCH v4] drm: add kms driver for loongson display controller Thomas Zimmermann (Thu Feb 23 2023 - 09:08:03 EST)
- Re: [PATCH net-next v2 1/1] net: openvswitch: Use on stack sw_flow_key in ovs_packet_cmd_execute 缘 陶 (Thu Feb 23 2023 - 09:10:15 EST)
- Re: [PATCH 2/4] firmware: scm: Modify only the DLOAD bit in TCSR register for download mode Bjorn Andersson (Thu Feb 23 2023 - 09:10:52 EST)
- Re: [PATCH v2 4/7] scsi: ufs: core: Add hwq print for debug Powen Kao (高伯文) (Thu Feb 23 2023 - 09:14:00 EST)
- [PATCH] mmc: sdhci-of-arasan: Add support to request the "gate" clock Swati Agarwal (Thu Feb 23 2023 - 09:14:32 EST)
- Re: [PATCH 2/2] rtc: s5m: Drop S5M8763 support Lee Jones (Thu Feb 23 2023 - 09:15:53 EST)
- [PATCH 4.19 00/12] 4.19.274-rc2 review Greg Kroah-Hartman (Thu Feb 23 2023 - 09:16:10 EST)
- Re: [PATCH 0/2] pwm: mtk-disp: Fix backlight configuration at boot AngeloGioacchino Del Regno (Thu Feb 23 2023 - 09:16:18 EST)
- [PATCH 6.2 00/12] 6.2.1-rc2 review Greg Kroah-Hartman (Thu Feb 23 2023 - 09:16:22 EST)
- [PATCH 6.1 00/47] 6.1.14-rc2 review Greg Kroah-Hartman (Thu Feb 23 2023 - 09:16:41 EST)
- [PATCH 5.15 00/37] 5.15.96-rc2 review Greg Kroah-Hartman (Thu Feb 23 2023 - 09:16:54 EST)
- [PATCH 5.10 00/26] 5.10.170-rc2 review Greg Kroah-Hartman (Thu Feb 23 2023 - 09:17:14 EST)
- [PATCH 5.4 00/19] 5.4.233-rc2 review Greg Kroah-Hartman (Thu Feb 23 2023 - 09:17:30 EST)
- Re: [PATCH v2 2/3] locking/rwsem: Enable early rwsem writer lock handoff Waiman Long (Thu Feb 23 2023 - 09:17:59 EST)
- Re: [PATCH 2/2] ARM: dts: mvebu: add device tree for IIJ SA-W2 appliance Krzysztof Kozlowski (Thu Feb 23 2023 - 09:18:17 EST)
- Re: [PATCH v5 08/10] interconnect: qcom: msm8996: Specify no bus clock scaling on A0NoC Konrad Dybcio (Thu Feb 23 2023 - 09:18:25 EST)
- Re: [PATCH 2/2] rtc: s5m: Drop S5M8763 support Lee Jones (Thu Feb 23 2023 - 09:18:55 EST)
- [PATCH] selftest: hid: fix hid_bpf not set in config Benjamin Tissoires (Thu Feb 23 2023 - 09:19:04 EST)
- Re: [PATCH RFC v8 27/56] crypto: ccp: Add the SNP_{SET,GET}_EXT_CONFIG command Tom Lendacky (Thu Feb 23 2023 - 09:19:55 EST)
- Re: [PATCH] mm/memcontrol: add memory.peak in cgroup root Michal Koutný (Thu Feb 23 2023 - 09:21:00 EST)
- [PATCH] KVM/x86: fix comment that should be user fault Quanfa Fu (Thu Feb 23 2023 - 09:22:45 EST)
- Re: [PATCH v5 1/2] perf tools: Sync perf_event_attr::config3 addition kajoljain (Thu Feb 23 2023 - 09:24:23 EST)
- Re: [PATCH 0/6] x86-64: Remove global variables from boot Brian Gerst (Thu Feb 23 2023 - 09:24:59 EST)
- Re: [PATCH v3 00/14] media: rkisp1: Add support for i.MX8MP Laurent Pinchart (Thu Feb 23 2023 - 09:26:45 EST)
- RE: [PATCH 00/13] Rename k[v]free_rcu() single argument to k[v]free_rcu_mightsleep() Zhuo, Qiuxu (Thu Feb 23 2023 - 09:29:58 EST)
- [PATCH] Fix snprintf format warnings during 'alsa' kselftest compilation Ivan Orlov (Thu Feb 23 2023 - 09:32:34 EST)
- Re: [PATCH 3/4] firmware: qcom_scm: Refactor code to support multiple download mode Bjorn Andersson (Thu Feb 23 2023 - 09:33:12 EST)
- Re: [PATCH 6.1 00/46] 6.1.14-rc1 review Conor Dooley (Thu Feb 23 2023 - 09:33:50 EST)
- Re: [PATCH] mm/uffd: UFFD_FEATURE_WP_ZEROPAGE David Hildenbrand (Thu Feb 23 2023 - 09:35:59 EST)
- Re: [PATCH v2 06/16] thermal: Don't use 'device' internal thermal zone structure field Daniel Lezcano (Thu Feb 23 2023 - 09:36:12 EST)
- RE: [PATCH] rcu-tasks: Directly invoke rcuwait_wake_up() in call_rcu_tasks_generic() Zhuo, Qiuxu (Thu Feb 23 2023 - 09:36:39 EST)
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64 Thomas Gleixner (Thu Feb 23 2023 - 09:37:09 EST)
- Re: [PATCH 6.1 00/46] 6.1.14-rc1 review Greg Kroah-Hartman (Thu Feb 23 2023 - 09:38:03 EST)
- Re: [PATCH 6.1 00/46] 6.1.14-rc1 review Naresh Kamboju (Thu Feb 23 2023 - 09:39:03 EST)
- Re: [ANNOUNCE] 5.10.162-rt79 Daniel Wagner (Thu Feb 23 2023 - 09:40:11 EST)
- Re: [PATCH 6.1 00/46] 6.1.14-rc1 review Conor Dooley (Thu Feb 23 2023 - 09:41:47 EST)
- Re: [PATCH] firmware: arm_scmi: remove duplicate include header Sudeep Holla (Thu Feb 23 2023 - 09:43:02 EST)
- Re: [PATCH 2/2] ARM: dts: mvebu: add device tree for IIJ SA-W2 appliance Andrew Lunn (Thu Feb 23 2023 - 09:43:31 EST)
- Re: [PATCH v2 3/7] scsi: ufs: core: Fix mcq nr_hw_queues Powen Kao (高伯文) (Thu Feb 23 2023 - 09:43:43 EST)
- Re: [PATCH v3 05/15] drm/msm/a6xx: Introduce GMU wrapper support Dmitry Baryshkov (Thu Feb 23 2023 - 09:44:15 EST)
- Re: [PATCH] selftest: hid: fix hid_bpf not set in config Jiri Kosina (Thu Feb 23 2023 - 09:46:19 EST)
- Re: [PATCH v3 05/15] drm/msm/a6xx: Introduce GMU wrapper support Konrad Dybcio (Thu Feb 23 2023 - 09:46:47 EST)
- Re: [PATCH v3 1/3] drivers: mailbox: zynqmp: handle multiple child nodes Tanmay Shah (Thu Feb 23 2023 - 09:47:45 EST)
- Re: [RFC/PATCHSET 0/8] perf record: Implement BPF sample filter (v2) Arnaldo Carvalho de Melo (Thu Feb 23 2023 - 09:47:54 EST)
- [syzbot] [alsa?] kernel BUG in __vunmap syzbot (Thu Feb 23 2023 - 09:48:53 EST)
- [syzbot] [ntfs?] kernel BUG in ntfs_malloc_nofs syzbot (Thu Feb 23 2023 - 09:48:56 EST)
- [syzbot] [btrfs?] kernel BUG in btrfs_exclop_balance (2) syzbot (Thu Feb 23 2023 - 09:48:59 EST)
- Re: [PATCH v3 10/15] drm/msm/a6xx: Fix A680 highest bank bit value Dmitry Baryshkov (Thu Feb 23 2023 - 09:49:11 EST)
- Re: [PATCH v3 10/15] drm/msm/a6xx: Fix A680 highest bank bit value Konrad Dybcio (Thu Feb 23 2023 - 09:51:42 EST)
- Re: [PATCH v3 16/35] mm/mmap: write-lock VMAs before merging, splitting or expanding them Hyeonggon Yoo (Thu Feb 23 2023 - 09:51:48 EST)
- Re: [PATCH v2 2/2] Documentation/hw-vuln: Document the interaction between IBRS and STIBP Borislav Petkov (Thu Feb 23 2023 - 09:52:34 EST)
- Re: [PATCH] Add quirk for ADATA SX6000PNP Daniel Wagner (Thu Feb 23 2023 - 09:53:42 EST)
- [PATCH v1 0/4] MT8195 Cherry: Enable PCIe/WiFi, add PWMs AngeloGioacchino Del Regno (Thu Feb 23 2023 - 09:54:39 EST)
- [PATCH v1 2/4] arm64: dts: mediatek: cherry: Enable PCI-Express ports for WiFi AngeloGioacchino Del Regno (Thu Feb 23 2023 - 09:54:42 EST)
- [PATCH v1 4/4] arm64: dts: mediatek: cherry: Add configuration for display backlight AngeloGioacchino Del Regno (Thu Feb 23 2023 - 09:54:45 EST)
- [PATCH v1 3/4] arm64: dts: mediatek: mt8195: Add display pwm nodes AngeloGioacchino Del Regno (Thu Feb 23 2023 - 09:54:48 EST)
- [PATCH v1 1/4] arm64: dts: mediatek: cherry: Add platform thermal configuration AngeloGioacchino Del Regno (Thu Feb 23 2023 - 09:54:50 EST)
- Re: [PATCH 00/13] Rename k[v]free_rcu() single argument to k[v]free_rcu_mightsleep() Jens Axboe (Thu Feb 23 2023 - 09:57:20 EST)
- [tip: irq/urgent] irqdomain: Add missing NULL pointer check in irq_domain_create_hierarchy() tip-bot2 for Juergen Gross (Thu Feb 23 2023 - 09:59:25 EST)
- Re: [RFC PATCH 1/2] drm/msm/dp: enumerate edp panel during driver probe Dmitry Baryshkov (Thu Feb 23 2023 - 09:59:33 EST)
- Re: [PATCH v3 16/35] mm/mmap: write-lock VMAs before merging, splitting or expanding them Hyeonggon Yoo (Thu Feb 23 2023 - 10:00:08 EST)
- Re: [PATCH] locktorture: Add raw_spinlock* torture tests for PREEMPT_RT kernels Davidlohr Bueso (Thu Feb 23 2023 - 10:00:17 EST)
- Re: [PATCH 0/2] Apple T2 platform support Aditya Garg (Thu Feb 23 2023 - 10:02:03 EST)
- Re: [PATCH drm-next v2 05/16] drm: manager to keep track of GPUs VA mappings Danilo Krummrich (Thu Feb 23 2023 - 10:02:46 EST)
- Re: [PATCH 3/4] powerpc/pseries: RTAS work area requires GENERIC_ALLOCATOR Nathan Lynch (Thu Feb 23 2023 - 10:03:20 EST)
- Re: [PATCH 2/2] rtc: s5m: Drop S5M8763 support Alexandre Belloni (Thu Feb 23 2023 - 10:03:37 EST)
- Re: [PATCH 0/2] Apple T2 platform support Aditya Garg (Thu Feb 23 2023 - 10:05:11 EST)
- Re: [PATCH] Fix snprintf format warnings during 'alsa' kselftest compilation Mark Brown (Thu Feb 23 2023 - 10:05:58 EST)
- Re: [PATCH v2] x86/paravirt: merge activate_mm and dup_mmap callbacks Juergen Gross (Thu Feb 23 2023 - 10:06:01 EST)
- drivers/regulator/tps65219-regulator.c:310:60: warning: parameter 'dev' set but not used kernel test robot (Thu Feb 23 2023 - 10:06:33 EST)
- Re: [RFC PATCH] blk-mq: avoid housekeeping CPUs scheduling a worker on a non-housekeeping CPU Christoph Hellwig (Thu Feb 23 2023 - 10:06:40 EST)
- [PATCH v5 0/2] Update section header name check Mohammad Rafi Shaik (Thu Feb 23 2023 - 10:07:17 EST)
- [PATCH v5 1/2] remoteproc: elf_loader: Update resource table name check Mohammad Rafi Shaik (Thu Feb 23 2023 - 10:07:20 EST)
- [PATCH v5 2/2] docs: remoteproc: Update section header name requirement Mohammad Rafi Shaik (Thu Feb 23 2023 - 10:07:30 EST)
- [PATCH net] i40e: Fix kernel crash during reboot when adapter is in recovery mode Ivan Vecera (Thu Feb 23 2023 - 10:08:50 EST)
- Re: [PATCH v2] uio:uio_pci_generic:Don't clear master bit when the process does not exit Weifeng Su (Thu Feb 23 2023 - 10:09:12 EST)
- Re: [PATCH 2/2] rtc: s5m: Drop S5M8763 support David Virag (Thu Feb 23 2023 - 10:11:46 EST)
- Re: [PATCH v2 1/3] sched/uclamp: Set max_spare_cap_cpu even if max_spare_cap is 0 Qais Yousef (Thu Feb 23 2023 - 10:12:26 EST)
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64 David Woodhouse (Thu Feb 23 2023 - 10:12:46 EST)
- Re: [PATCH v2 1/3] sched/uclamp: Set max_spare_cap_cpu even if max_spare_cap is 0 Qais Yousef (Thu Feb 23 2023 - 10:13:53 EST)
- Re: [RFC v2 5/5] shmem: add support to ignore swap Christoph Hellwig (Thu Feb 23 2023 - 10:16:25 EST)
- Re: [EXT] Re: RIP: 0010:qede_load+0x128d/0x13b0 [qede] - 5.19.0 Bruno Goncalves (Thu Feb 23 2023 - 10:17:27 EST)
- Re: [RFC PATCH 0/2] drm/msm/dp: refactor the msm dp driver resources Dmitry Baryshkov (Thu Feb 23 2023 - 10:19:08 EST)
- Re: [PATCH 2/2] rtc: s5m: Drop S5M8763 support Krzysztof Kozlowski (Thu Feb 23 2023 - 10:22:51 EST)
- [PATCH] firmware: arm_scmi: Fix Raw coexistence mode behaviour on failure path Cristian Marussi (Thu Feb 23 2023 - 10:24:28 EST)
- Re: [PATCH v2 2/7] mm: vmscan: make global slab shrink lockless Rafael Aquini (Thu Feb 23 2023 - 10:27:39 EST)
- [PATCH v3 0/6] Several UFS MCQ Code Changes Po-Wen Kao (Thu Feb 23 2023 - 10:28:29 EST)
- [PATCH v3 1/6] scsi: ufs: core: Fix mcq tag calcualtion Po-Wen Kao (Thu Feb 23 2023 - 10:28:33 EST)
- [PATCH v3 4/6] scsi: ufs: core: Remove redundant check Po-Wen Kao (Thu Feb 23 2023 - 10:28:36 EST)
- [PATCH v3 3/6] scsi: ufs: core: Fix mcq nr_hw_queues Po-Wen Kao (Thu Feb 23 2023 - 10:28:38 EST)
- [PATCH v3 2/6] scsi: ufs: core: Rename symbols Po-Wen Kao (Thu Feb 23 2023 - 10:28:41 EST)
- [PATCH v3 5/6] scsi: ufs: core: Export symbols for MTK driver module Po-Wen Kao (Thu Feb 23 2023 - 10:28:43 EST)
- [PATCH v3 6/6] scsi: ufs: ufs-mediatek: Add MCQ support for MTK platform Po-Wen Kao (Thu Feb 23 2023 - 10:28:52 EST)
- Re: [PATCH v11 2/2] ptrace,syscall_user_dispatch: checkpoint/restore support for SUD Gregory Price (Thu Feb 23 2023 - 10:32:00 EST)
- Re: [PATCH 21/27] kbuild, dma-mapping: benchmark: remove MODULE_LICENSE in non-modules Nick Alcock (Thu Feb 23 2023 - 10:32:37 EST)
- Re: [PATCH v3 1/7] drm/msm/a2xx: Include perf counter reg values in XML Dmitry Baryshkov (Thu Feb 23 2023 - 10:32:46 EST)
- Re: [PATCH v3 2/7] drm/msm/a2xx: Add REG_A2XX_RBBM_PM_OVERRIDE2 to XML Dmitry Baryshkov (Thu Feb 23 2023 - 10:32:59 EST)
- htmldocs: Warning: Documentation/devicetree/bindings/usb/rockchip,dwc3.yaml references a file that doesn't exist: Documentation/devicetree/bindings/phy/phy-rockchip-inno-usb2.yaml kernel test robot (Thu Feb 23 2023 - 10:34:11 EST)
- drivers/gpu/drm/nouveau/nvkm/subdev/acr/lsfw.c:221:21: warning: variable 'loc' set but not used kernel test robot (Thu Feb 23 2023 - 10:34:14 EST)
- Re: [PATCH 5.15 00/37] 5.15.96-rc2 review Guenter Roeck (Thu Feb 23 2023 - 10:36:48 EST)
- [PATCH v7 0/5] Add MSM8939 SoC support with two devices Bryan O'Donoghue (Thu Feb 23 2023 - 10:37:07 EST)
- [PATCH v7 1/5] dt-bindings: vendor-prefixes: Add Square Bryan O'Donoghue (Thu Feb 23 2023 - 10:37:10 EST)
- [PATCH v7 3/5] arm64: dts: qcom: Add msm8939-pm8916.dtsi include Bryan O'Donoghue (Thu Feb 23 2023 - 10:37:22 EST)
- [PATCH v7 2/5] arm64: dts: qcom: Add msm8939 SoC Bryan O'Donoghue (Thu Feb 23 2023 - 10:37:28 EST)
- Re: [RFC PATCH 0/1] sched/pelt: Change PELT halflife at runtime Qais Yousef (Thu Feb 23 2023 - 10:37:31 EST)
- [PATCH v7 4/5] arm64: dts: qcom: Add Square apq8039-t2 board Bryan O'Donoghue (Thu Feb 23 2023 - 10:37:35 EST)
- [PATCH v7 5/5] arm64: dts: qcom: Add msm8939 Sony Xperia M4 Aqua Bryan O'Donoghue (Thu Feb 23 2023 - 10:37:39 EST)
- Re: [PATCH v2 2/7] mm: vmscan: make global slab shrink lockless Rafael Aquini (Thu Feb 23 2023 - 10:38:45 EST)
- Re: [PATCH v3] sched: cpuset: Don't rebuild root domains on suspend-resume Qais Yousef (Thu Feb 23 2023 - 10:39:39 EST)
- Re: [PATCH 5.15 00/37] 5.15.96-rc2 review Naresh Kamboju (Thu Feb 23 2023 - 10:41:13 EST)
- Re: [PATCH v7 2/5] arm64: dts: qcom: Add msm8939 SoC Konrad Dybcio (Thu Feb 23 2023 - 10:43:15 EST)
- Re: [PATCH] misc: microchip: pci1xxxx: Convert to immutable irqchip Marc Zyngier (Thu Feb 23 2023 - 10:44:06 EST)
- Re: [PATCH] PCI/ATS: Allow to enable ATS on VFs even if it is not enabled on PF Jean-Philippe Brucker (Thu Feb 23 2023 - 10:45:25 EST)
- Re: [PATCH 5.15 00/37] 5.15.96-rc2 review Shuah Khan (Thu Feb 23 2023 - 10:45:58 EST)
- Re: [PATCH v5] bus: mhi: host: Avoid ringing EV DB if there is no elements to process Manivannan Sadhasivam (Thu Feb 23 2023 - 10:48:52 EST)
- Re: [PATCH] macintosh: via-pmu-led: ********************************* Randy Dunlap (Thu Feb 23 2023 - 10:51:11 EST)
- Re: [PATCH] KVM/x86: fix comment that should be user fault Sean Christopherson (Thu Feb 23 2023 - 10:52:30 EST)
- Re: [PATCH v2 00/46] hugetlb: introduce HugeTLB high-granularity mapping James Houghton (Thu Feb 23 2023 - 10:53:50 EST)
- Re: [PATCH 00/13] Rename k[v]free_rcu() single argument to k[v]free_rcu_mightsleep() Paul E. McKenney (Thu Feb 23 2023 - 10:54:24 EST)
- Re: [PATCH 1/2] dt-bindings: vendor-prefixes: add Internet Initiative Japan Inc. Krzysztof Kozlowski (Thu Feb 23 2023 - 10:56:26 EST)
- Re: [PATCH v2 1/1] regmap-irq: Place kernel doc of struct regmap_irq_chip in order William Breathitt Gray (Thu Feb 23 2023 - 10:59:51 EST)
- Re: [PATCH v2 00/11] fold per-CPU vmstats remotely Marcelo Tosatti (Thu Feb 23 2023 - 11:01:13 EST)
- Re: [PATCH linux-next 2/2] x86/xen/time: cleanup xen_tsc_safe_clocksource Marcelo Tosatti (Thu Feb 23 2023 - 11:01:20 EST)
- Re: [PATCH v4 1/2] dt-bindings: arm: omap: add phytec pcm-049 som and pcm-959 dev board Andrew Davis (Thu Feb 23 2023 - 11:01:24 EST)
- [regression] Bug 217070 - ath11k: QCA6390: Regression on 6.2-rc1 Linux regression tracking (Thorsten Leemhuis) (Thu Feb 23 2023 - 11:01:41 EST)
- Re: [PATCH] driver core: remove CONFIG_SYSFS_DEPRECATED and CONFIG_SYSFS_DEPRECATED_V2 Jens Axboe (Thu Feb 23 2023 - 11:04:41 EST)
- [regression] Bug 217074 - upgrading to kernel 6.1.12 from 5.15.x can no longer assemble software raid0 Linux regression tracking (Thorsten Leemhuis) (Thu Feb 23 2023 - 11:06:59 EST)
- Re: [RFC v2 5/5] shmem: add support to ignore swap Christian Brauner (Thu Feb 23 2023 - 11:09:26 EST)
- Re: [PATCH] rcu-tasks: Directly invoke rcuwait_wake_up() in call_rcu_tasks_generic() Joel Fernandes (Thu Feb 23 2023 - 11:10:17 EST)
- Re: [PATCH v3 00/14] media: rkisp1: Add support for i.MX8MP Adam Ford (Thu Feb 23 2023 - 11:10:43 EST)
- [GIT PULL] MIPS changes for v6.3 Thomas Bogendoerfer (Thu Feb 23 2023 - 11:10:59 EST)
- Re: [RESEND PATCH] virt/sev-guest: Return -EIO if certificate buffer is not large enough Tom Lendacky (Thu Feb 23 2023 - 11:14:48 EST)
- Re: [PATCH 5.15 00/37] 5.15.96-rc2 review Shuah Khan (Thu Feb 23 2023 - 11:18:16 EST)
- Re: [PATCH v2 00/46] hugetlb: introduce HugeTLB high-granularity mapping David Hildenbrand (Thu Feb 23 2023 - 11:19:53 EST)
- Re: [PATCH 00/13] Rename k[v]free_rcu() single argument to k[v]free_rcu_mightsleep() Julian Anastasov (Thu Feb 23 2023 - 11:22:09 EST)
- Re: [PATCH] arm64: dts: imx8mp-msc-sm2s: Add sound card Marek Vasut (Thu Feb 23 2023 - 11:23:46 EST)
- Re: [PATCH v4 1/2] dt-bindings: arm: omap: add phytec pcm-049 som and pcm-959 dev board Colin Foster (Thu Feb 23 2023 - 11:25:24 EST)
- Re: [PATCH v3 00/14] media: rkisp1: Add support for i.MX8MP Laurent Pinchart (Thu Feb 23 2023 - 11:25:28 EST)
- RE: [Patch V2 3/4] spi: dt-bindings: Add Tegra TPM wait polling flag Krishna Yarlagadda (Thu Feb 23 2023 - 11:26:32 EST)
- [Patch V3 0/3] Tegra TPM driver with HW flow control Krishna Yarlagadda (Thu Feb 23 2023 - 11:27:12 EST)
- [Patch V3 1/3] tpm_tis-spi: Support hardware wait polling Krishna Yarlagadda (Thu Feb 23 2023 - 11:27:15 EST)
- [Patch V3 2/3] spi: tegra210-quad: set half duplex flag Krishna Yarlagadda (Thu Feb 23 2023 - 11:27:24 EST)
- [Patch V3 3/3] spi: tegra210-quad: Enable TPM wait polling Krishna Yarlagadda (Thu Feb 23 2023 - 11:27:28 EST)
- Re: [PATCH] gpu: host1x: fix uninitialized variable use Nathan Chancellor (Thu Feb 23 2023 - 11:29:00 EST)
- Re: [PATCH 6.1 00/46] 6.1.14-rc1 review Greg Kroah-Hartman (Thu Feb 23 2023 - 11:31:30 EST)
- Re: [RESEND PATCH] bpf: Add support for absolute value BPF timers Alexei Starovoitov (Thu Feb 23 2023 - 11:31:39 EST)
- Re: [PATCH 5.15 00/37] 5.15.96-rc2 review Greg Kroah-Hartman (Thu Feb 23 2023 - 11:33:23 EST)
- Re: [PATCH 5.15 00/37] 5.15.96-rc2 review Florian Fainelli (Thu Feb 23 2023 - 11:37:47 EST)
- Re: [PATCH v2 1/2 bpf-next] bpf: Add bpf_cgroup_from_id() kfunc patchwork-bot+netdevbpf (Thu Feb 23 2023 - 11:40:23 EST)
- [PATCH v3 0/2] io_uring: Add KASAN support for alloc caches Breno Leitao (Thu Feb 23 2023 - 11:44:25 EST)
- [PATCH v3 1/2] io_uring: Move from hlist to io_wq_work_node Breno Leitao (Thu Feb 23 2023 - 11:44:27 EST)
- [PATCH v3 2/2] io_uring: Add KASAN support for alloc_caches Breno Leitao (Thu Feb 23 2023 - 11:44:29 EST)
- Re: [PATCH] sched: Consider task_struct::saved_state in wait_task_inactive(). Sebastian Andrzej Siewior (Thu Feb 23 2023 - 11:53:55 EST)
- Re: [PATCH] rcu-tasks: Directly invoke rcuwait_wake_up() in call_rcu_tasks_generic() Joel Fernandes (Thu Feb 23 2023 - 11:58:12 EST)
- [6.3][regression] commit 2f5c3c77fc9b6a34b68b97231bfa970e1194ec28 definitely causes use-after-free Mikhail Gavrilov (Thu Feb 23 2023 - 12:04:22 EST)
- Re: [PATCH 6.2 00/12] 6.2.1-rc2 review Luna Jernberg (Thu Feb 23 2023 - 12:07:50 EST)
- Re: [PATCH mm-unstable v1 2/5] kvm/x86: add kvm_arch_test_clear_young() Sean Christopherson (Thu Feb 23 2023 - 12:09:48 EST)
- Re: [PATCH v10 3/6] fs/proc/task_mmu: Implement IOCTL to get and/or the clear info about PTEs Nadav Amit (Thu Feb 23 2023 - 12:11:20 EST)
- Re: [PATCH net-next] net: pcs: tse: port to pcs-lynx Sean Anderson (Thu Feb 23 2023 - 12:13:23 EST)
- Re: [PATCH] rcu-tasks: Directly invoke rcuwait_wake_up() in call_rcu_tasks_generic() Paul E. McKenney (Thu Feb 23 2023 - 12:13:35 EST)
- Re: [PATCH mm-unstable v1 1/5] mm/kvm: add mmu_notifier_test_clear_young() Sean Christopherson (Thu Feb 23 2023 - 12:14:24 EST)
- [PATCH] virtio-net: Fix probe of virtio-net on kvmtool Rob Bradford via B4 Relay (Thu Feb 23 2023 - 12:14:27 EST)
- Re: [PATCH 00/13] Rename k[v]free_rcu() single argument to k[v]free_rcu_mightsleep() Paul E. McKenney (Thu Feb 23 2023 - 12:14:53 EST)
- Re: [PATCH v4 1/2] dt-bindings: arm: omap: add phytec pcm-049 som and pcm-959 dev board Andrew Davis (Thu Feb 23 2023 - 12:18:01 EST)
- Re: [PATCH 14/19] mm: Introduce a cgroup for pinned memory T.J. Mercier (Thu Feb 23 2023 - 12:18:41 EST)
- Re: [PATCH linux-next 2/2] x86/xen/time: cleanup xen_tsc_safe_clocksource Krister Johansen (Thu Feb 23 2023 - 12:19:06 EST)
- Re: [Patch V3 1/3] tpm_tis-spi: Support hardware wait polling Mark Brown (Thu Feb 23 2023 - 12:19:09 EST)
- [PATCH v3] macintosh: via-pmu-led: fix Kconfig for ADB_PMU_LED_DISK Randy Dunlap (Thu Feb 23 2023 - 12:20:16 EST)
- Re: [PATCH v4] drm: add kms driver for loongson display controller suijingfeng (Thu Feb 23 2023 - 12:20:30 EST)
- Re: [PULL] Networking for v6.3 Linus Torvalds (Thu Feb 23 2023 - 12:22:03 EST)
- Re: [PATCH 5.4 00/19] 5.4.233-rc2 review Florian Fainelli (Thu Feb 23 2023 - 12:23:27 EST)
- Re: [PATCH mm-unstable v1 2/5] kvm/x86: add kvm_arch_test_clear_young() Yu Zhao (Thu Feb 23 2023 - 12:28:15 EST)
- Re: [PATCH 14/19] mm: Introduce a cgroup for pinned memory Jason Gunthorpe (Thu Feb 23 2023 - 12:28:26 EST)
- Re: [Patch V3 3/3] spi: tegra210-quad: Enable TPM wait polling Mark Brown (Thu Feb 23 2023 - 12:29:11 EST)
- Re: [PATCH 1/2] tty: ipwireless: move Kconfig entry to tty David Sterba (Thu Feb 23 2023 - 12:30:07 EST)
- Re: [PATCH] mm/memcontrol: add memory.peak in cgroup root Roman Gushchin (Thu Feb 23 2023 - 12:31:06 EST)
- Re: [PATCH 5.15 00/37] 5.15.96-rc2 review Guenter Roeck (Thu Feb 23 2023 - 12:31:11 EST)
- Re: [PATCH 14/19] mm: Introduce a cgroup for pinned memory Jason Gunthorpe (Thu Feb 23 2023 - 12:31:56 EST)
- Re: [PATCH v2 3/5] mm: userfaultfd: combine 'mode' and 'wp_copy' arguments James Houghton (Thu Feb 23 2023 - 12:32:11 EST)
- Re: [PATCH mm-unstable v1 1/5] mm/kvm: add mmu_notifier_test_clear_young() Sean Christopherson (Thu Feb 23 2023 - 12:35:00 EST)
- Re: [PATCH 00/13] Rename k[v]free_rcu() single argument to k[v]free_rcu_mightsleep() Pablo Neira Ayuso (Thu Feb 23 2023 - 12:36:38 EST)
- Re: [6.3][regression] commit 2f5c3c77fc9b6a34b68b97231bfa970e1194ec28 definitely causes use-after-free Lorenzo Bianconi (Thu Feb 23 2023 - 12:38:30 EST)
- Re: [PATCH mm-unstable v1 1/5] mm/kvm: add mmu_notifier_test_clear_young() Yu Zhao (Thu Feb 23 2023 - 12:41:02 EST)
- Re: [PATCH 5.10 00/26] 5.10.170-rc2 review Florian Fainelli (Thu Feb 23 2023 - 12:42:49 EST)
- Re: [PATCH mm-unstable v1 5/5] mm: multi-gen LRU: use mmu_notifier_test_clear_young() Sean Christopherson (Thu Feb 23 2023 - 12:43:38 EST)
- Re: [PATCH RFC v8 32/56] KVM: SVM: Add initial SEV-SNP support Zhi Wang (Thu Feb 23 2023 - 12:46:10 EST)
- Re: [PATCH v3 16/35] mm/mmap: write-lock VMAs before merging, splitting or expanding them Suren Baghdasaryan (Thu Feb 23 2023 - 12:46:24 EST)
- Re: [PATCH 5.15 v2 1/5] arch: fix broken BuildID for arm64 and riscv Tom Saeger (Thu Feb 23 2023 - 12:54:32 EST)
- Re: [PATCH v6 37/41] selftests/x86: Add shadow stack test Edgecombe, Rick P (Thu Feb 23 2023 - 12:55:14 EST)
- Re: [PATCH V3] riscv: asid: Fixup stale TLB entry cause application crash Zong Li (Thu Feb 23 2023 - 12:58:15 EST)
- Re: [PATCH v6 12/41] s390/mm: Introduce pmd_mkwrite_kernel() Edgecombe, Rick P (Thu Feb 23 2023 - 12:59:55 EST)
- Re: [PATCH 5.15 00/37] 5.15.96-rc2 review Linus Torvalds (Thu Feb 23 2023 - 13:04:11 EST)
- Re: [PATCH 14/19] mm: Introduce a cgroup for pinned memory Yosry Ahmed (Thu Feb 23 2023 - 13:04:35 EST)
- Re: [PATCH 5.15 v2 0/5] Fix Build ID on arm64 if CONFIG_MODVERSIONS=y Tom Saeger (Thu Feb 23 2023 - 13:05:20 EST)
- [PATCH v3 0/7] PCI: dwc: Add support for Marvell AC5 SoC Elad Nachman (Thu Feb 23 2023 - 13:06:09 EST)
- [PATCH v3 2/7] PCI: armada8k: Add AC5 SoC support Elad Nachman (Thu Feb 23 2023 - 13:06:12 EST)
- [PATCH v3 3/7] PCI: armada8k: Add MSI support for AC5 SoC Elad Nachman (Thu Feb 23 2023 - 13:06:14 EST)
- [PATCH v3 1/7] dt-bindings: PCI: armada8k: Add compatible string for AC5 SoC Elad Nachman (Thu Feb 23 2023 - 13:06:22 EST)
- [PATCH v3 4/7] dt-bindings: PCI: dwc: add DMA, region mask bits Elad Nachman (Thu Feb 23 2023 - 13:06:25 EST)
- [PATCH v3 5/7] PCI: dwc: support AC5 Legacy PCIe interrupts Elad Nachman (Thu Feb 23 2023 - 13:06:28 EST)
- [PATCH v3 6/7] PCI: dwc: Introduce Configurable DMA mask Elad Nachman (Thu Feb 23 2023 - 13:06:39 EST)
- [PATCH v3 7/7] PCI: dwc: Introduce region limit from DT Elad Nachman (Thu Feb 23 2023 - 13:06:51 EST)
- Re: [PATCH v4 4/4] RISC-V: Add arch functions to support hibernation/suspend-to-disk Andrew Jones (Thu Feb 23 2023 - 13:08:36 EST)
- Re: [PATCH mm-unstable v1 5/5] mm: multi-gen LRU: use mmu_notifier_test_clear_young() Yu Zhao (Thu Feb 23 2023 - 13:09:22 EST)
- [PULL REQUEST] i2c-for-6.3-rc1 Wolfram Sang (Thu Feb 23 2023 - 13:10:35 EST)
- Re: [PATCH 14/19] mm: Introduce a cgroup for pinned memory Jason Gunthorpe (Thu Feb 23 2023 - 13:11:31 EST)
- Re: [PULL REQUEST] i2c-for-6.3-rc1 Wolfram Sang (Thu Feb 23 2023 - 13:12:32 EST)
- Re: [PATCH -next] PM: tools: add "CPU killed" timeline on arm64 platform Rafael J. Wysocki (Thu Feb 23 2023 - 13:12:35 EST)
- Re: [PATCH v3 4/7] dt-bindings: PCI: dwc: add DMA, region mask bits Krzysztof Kozlowski (Thu Feb 23 2023 - 13:13:04 EST)
- Re: [PATCH v3 6/7] PCI: dwc: Introduce Configurable DMA mask Krzysztof Kozlowski (Thu Feb 23 2023 - 13:14:38 EST)
- Re: [PATCH 14/19] mm: Introduce a cgroup for pinned memory Yosry Ahmed (Thu Feb 23 2023 - 13:14:47 EST)
- Re: [PATCH 14/19] mm: Introduce a cgroup for pinned memory Tejun Heo (Thu Feb 23 2023 - 13:15:24 EST)
- Re: [PATCH v3 7/7] PCI: dwc: Introduce region limit from DT Krzysztof Kozlowski (Thu Feb 23 2023 - 13:16:49 EST)
- Re: [PATCH 14/19] mm: Introduce a cgroup for pinned memory Jason Gunthorpe (Thu Feb 23 2023 - 13:17:26 EST)
- Re: [PATCH v2 0/7] make slab shrink lockless Paul E. McKenney (Thu Feb 23 2023 - 13:19:53 EST)
- Re: [PATCH 00/13] Rename k[v]free_rcu() single argument to k[v]free_rcu_mightsleep() Paul E. McKenney (Thu Feb 23 2023 - 13:21:23 EST)
- Re: [PATCH 14/19] mm: Introduce a cgroup for pinned memory Tejun Heo (Thu Feb 23 2023 - 13:22:16 EST)
- Re: [PATCH v3 2/2] drivers: watchdog: Add StarFive Watchdog driver Guenter Roeck (Thu Feb 23 2023 - 13:23:51 EST)
- Re: [PATCH mm-unstable v1 2/5] kvm/x86: add kvm_arch_test_clear_young() Sean Christopherson (Thu Feb 23 2023 - 13:24:05 EST)
- Re: [PATCH v2 2/7] mm: vmscan: make global slab shrink lockless Sultan Alsawaf (Thu Feb 23 2023 - 13:25:05 EST)
- Re: [PATCH v10 07/26] mailbox: Add Gunyah message queue mailbox Alex Elder (Thu Feb 23 2023 - 13:25:13 EST)
- Re: [PATCH 0/2] Add quirk to disable PSR 2 on Tongfang PHxTxX1 and PHxTQx1 Hogander, Jouni (Thu Feb 23 2023 - 13:26:37 EST)
- Re: [PATCH v2 00/46] hugetlb: introduce HugeTLB high-granularity mapping Mike Kravetz (Thu Feb 23 2023 - 13:26:42 EST)
- Re: [PATCH v5] erofs: add per-cpu threads for decompression as an option Eric Biggers (Thu Feb 23 2023 - 13:30:02 EST)
- Re: (subset) [Patch V3 0/3] Tegra TPM driver with HW flow control Mark Brown (Thu Feb 23 2023 - 13:31:09 EST)
- Re: [PATCH 00/13] Rename k[v]free_rcu() single argument to k[v]free_rcu_mightsleep() Paul E. McKenney (Thu Feb 23 2023 - 13:31:29 EST)
- Re: [PATCH v2 00/46] hugetlb: introduce HugeTLB high-granularity mapping Dr. David Alan Gilbert (Thu Feb 23 2023 - 13:34:09 EST)
- Re: [PATCH mm-unstable v1 2/5] kvm/x86: add kvm_arch_test_clear_young() Yu Zhao (Thu Feb 23 2023 - 13:35:14 EST)
- Re: [PATCH 0/3] IRQ_DOMAIN: remove all "depends on", use only "select" Randy Dunlap (Thu Feb 23 2023 - 13:37:11 EST)
- Re: [PATCH v11 2/2] ptrace,syscall_user_dispatch: checkpoint/restore support for SUD Oleg Nesterov (Thu Feb 23 2023 - 13:39:02 EST)
- Re: [PATCH v2 2/7] mm: vmscan: make global slab shrink lockless Paul E. McKenney (Thu Feb 23 2023 - 13:39:26 EST)
- RE: [Patch V3 1/3] tpm_tis-spi: Support hardware wait polling Krishna Yarlagadda (Thu Feb 23 2023 - 13:41:51 EST)
- Re: [PATCH 09/14] Add namespace implementation. Dr. Greg (Thu Feb 23 2023 - 13:41:59 EST)
- Re: [Patch V3 1/3] tpm_tis-spi: Support hardware wait polling Mark Brown (Thu Feb 23 2023 - 13:43:27 EST)
- RE: [Patch V3 3/3] spi: tegra210-quad: Enable TPM wait polling Krishna Yarlagadda (Thu Feb 23 2023 - 13:46:32 EST)
- Re: Perf event to counter mapping question Beeman Strong (Thu Feb 23 2023 - 13:47:26 EST)
- Re: [GIT PULL] Kselftest update for Linux 6.3-rc1 pr-tracker-bot (Thu Feb 23 2023 - 13:47:31 EST)
- Re: [GIT PULL] ktest.pl: Updates for 6.3 pr-tracker-bot (Thu Feb 23 2023 - 13:47:34 EST)
- Re: [GIT PULL] tracing/tools: Updates for 6.3 pr-tracker-bot (Thu Feb 23 2023 - 13:47:37 EST)
- Re: [GIT PULL] nolibc changes for v6.3 pr-tracker-bot (Thu Feb 23 2023 - 13:47:40 EST)
- Re: [PATCH 4.14 v2 1/4] bpf: Do not use ax register in interpreter on div/mod Edward Liaw (Thu Feb 23 2023 - 13:47:43 EST)
- Re: [GIT PULL] tracing: Updates for 6.3 pr-tracker-bot (Thu Feb 23 2023 - 13:47:47 EST)
- Re: [GIT PULL] KUnit next update for Linux 6.3-rc1 pr-tracker-bot (Thu Feb 23 2023 - 13:47:51 EST)
- Re: [GIT PULL] LKMM changes for v6.3 pr-tracker-bot (Thu Feb 23 2023 - 13:47:55 EST)
- Re: [GIT PULL] x86 NMI diagnostics for v6.3 pr-tracker-bot (Thu Feb 23 2023 - 13:48:00 EST)
- Re: [PATCH mm-unstable v1 2/5] kvm/x86: add kvm_arch_test_clear_young() Sean Christopherson (Thu Feb 23 2023 - 13:48:41 EST)
- Re: [PATCH v2 3/5] mm: userfaultfd: combine 'mode' and 'wp_copy' arguments Nadav Amit (Thu Feb 23 2023 - 13:51:15 EST)
- Re: [PATCH v4 06/14] dma-buf/sync_file: Support (E)POLLPRI Rob Clark (Thu Feb 23 2023 - 13:52:06 EST)
- Re: [PATCH v2 1/1] regmap-irq: Place kernel doc of struct regmap_irq_chip in order Andy Shevchenko (Thu Feb 23 2023 - 13:52:45 EST)
- Re: [PATCH v5] erofs: add per-cpu threads for decompression as an option Gao Xiang (Thu Feb 23 2023 - 13:53:04 EST)
- Re: [PATCH] cpufreq: intel_pstate: Update Balance performance EPP for Sapphire Rapids Rafael J. Wysocki (Thu Feb 23 2023 - 13:54:29 EST)
- Re: [PATCH 0/2] Add quirk to disable PSR 2 on Tongfang PHxTxX1 and PHxTQx1 Werner Sembach (Thu Feb 23 2023 - 13:56:22 EST)
- [PATCH V3] Interleave cfs bandwidth timers for improved single thread performance at low utilization Shrikanth Hegde (Thu Feb 23 2023 - 13:57:51 EST)
- Re: [PATCH] cpufreq: schedutil: make kobj_type structure constant Rafael J. Wysocki (Thu Feb 23 2023 - 13:58:50 EST)
- Re: [RESEND v8 4/5] clk: qcom: lpassaudiocc-sc7280: Merge AHB clocks into lpass_aon Stephen Boyd (Thu Feb 23 2023 - 13:59:38 EST)
- [PATCH V3] sched/fair: Interleave cfs bandwidth timers for improved single thread performance at low utilization Shrikanth Hegde (Thu Feb 23 2023 - 13:59:56 EST)
- Re: [PATCH] clk: qcom: apcs-msm8986: Include bitfield.h for FIELD_PREP Stephen Boyd (Thu Feb 23 2023 - 14:00:56 EST)
- Re: [PATCH v3 1/2] io_uring: Move from hlist to io_wq_work_node Gabriel Krisman Bertazi (Thu Feb 23 2023 - 14:02:37 EST)
- Re: [PATCH mm-unstable v1 2/5] kvm/x86: add kvm_arch_test_clear_young() Yu Zhao (Thu Feb 23 2023 - 14:02:49 EST)
- Re: [PATCH 05/24] kbuild, cpufreq: amd-pstate: remove MODULE_LICENSE in non-modules Rafael J. Wysocki (Thu Feb 23 2023 - 14:03:03 EST)
- Re: [PATCH 0/2] Add quirk to disable PSR 2 on Tongfang PHxTxX1 and PHxTQx1 Werner Sembach (Thu Feb 23 2023 - 14:03:12 EST)
- Re: [PATCH v2 3/5] mm: userfaultfd: combine 'mode' and 'wp_copy' arguments Axel Rasmussen (Thu Feb 23 2023 - 14:04:41 EST)
- Re: [PULL] Networking for v6.3 Kalle Valo (Thu Feb 23 2023 - 14:06:09 EST)
- Re: [PATCH v2 3/5] mm: userfaultfd: combine 'mode' and 'wp_copy' arguments Nadav Amit (Thu Feb 23 2023 - 14:08:20 EST)
- Re: [PATCH v5] erofs: add per-cpu threads for decompression as an option Gao Xiang (Thu Feb 23 2023 - 14:08:24 EST)
- RE: [PATCH v4 1/2] gpio: gpio-mlxbf3: Add gpio driver support Asmaa Mnebhi (Thu Feb 23 2023 - 14:09:02 EST)
- Re: [PATCH] tee: optee: Add SMC for loading OP-TEE image Jeffrey Kardatzke (Thu Feb 23 2023 - 14:09:31 EST)
- Re: [PATCH] powercap: RAPL: Add Power Limit4 support for Meteor Lake SoC Rafael J. Wysocki (Thu Feb 23 2023 - 14:09:33 EST)
- Re: [PATCH v3 2/2] io_uring: Add KASAN support for alloc_caches Gabriel Krisman Bertazi (Thu Feb 23 2023 - 14:09:40 EST)
- Re: [PATCH v2 3/4] dt-bindings: net: qcom,ethqos: Convert bindings to yaml Bhupesh Sharma (Thu Feb 23 2023 - 14:09:44 EST)
- Re: [PATCH 5.4 v2 1/6] x86, vmlinux.lds: Add RUNTIME_DISCARD_EXIT to generic DISCARDS Tom Saeger (Thu Feb 23 2023 - 14:10:03 EST)
- Re: [PATCH drm-next v2 05/16] drm: manager to keep track of GPUs VA mappings Liam R. Howlett (Thu Feb 23 2023 - 14:11:05 EST)
- [PATCH v11 0/8] Add latency priority for CFS class Vincent Guittot (Thu Feb 23 2023 - 14:11:19 EST)
- [PATCH v11 1/8] sched/fair: fix unfairness at wakeup Vincent Guittot (Thu Feb 23 2023 - 14:11:22 EST)
- [PATCH v8 2/8] sched: Introduce latency-nice as a per-task attribute Vincent Guittot (Thu Feb 23 2023 - 14:11:25 EST)
- [PATCH v11 3/8] sched/core: Propagate parent task's latency requirements to the child task Vincent Guittot (Thu Feb 23 2023 - 14:11:27 EST)
- [PATCH v11 5/8] sched/fair: Take into account latency priority at wakeup Vincent Guittot (Thu Feb 23 2023 - 14:11:30 EST)
- [PATCH v11 4/8] sched: Allow sched_{get,set}attr to change latency_nice of the task Vincent Guittot (Thu Feb 23 2023 - 14:11:33 EST)
- [PATCH v11 7/8] sched/core: Support latency priority with sched core Vincent Guittot (Thu Feb 23 2023 - 14:11:38 EST)
- [PATCH v11 6/8] sched/fair: Add sched group latency support Vincent Guittot (Thu Feb 23 2023 - 14:11:41 EST)
- [PATCH v11 8/8] sched/fair: Add latency list Vincent Guittot (Thu Feb 23 2023 - 14:11:43 EST)
- Re: [PATCH mm-unstable v1 5/5] mm: multi-gen LRU: use mmu_notifier_test_clear_young() Sean Christopherson (Thu Feb 23 2023 - 14:12:24 EST)
- [PATCH v11 00/12] Parallel CPU bringup for x86_64 Usama Arif (Thu Feb 23 2023 - 14:12:35 EST)
- [PATCH v11 01/12] x86/apic/x2apic: Allow CPU cluster_mask to be populated in parallel Usama Arif (Thu Feb 23 2023 - 14:12:39 EST)
- [PATCH v11 02/12] cpu/hotplug: Move idle_thread_get() to <linux/smpboot.h> Usama Arif (Thu Feb 23 2023 - 14:12:42 EST)
- [PATCH v11 03/12] cpu/hotplug: Add dynamic parallel bringup states before CPUHP_BRINGUP_CPU Usama Arif (Thu Feb 23 2023 - 14:12:45 EST)
- [PATCH v11 12/12] x86/smpboot: Simplify boot CPU setup Usama Arif (Thu Feb 23 2023 - 14:13:02 EST)
- [PATCH v11 04/12] x86/smpboot: Reference count on smpboot_setup_warm_reset_vector() Usama Arif (Thu Feb 23 2023 - 14:13:09 EST)
- [PATCH v11 05/12] x86/smpboot: Split up native_cpu_up into separate phases and document them Usama Arif (Thu Feb 23 2023 - 14:13:12 EST)
- [PATCH v11 07/12] x86/smpboot: Send INIT/SIPI/SIPI to secondary CPUs in parallel Usama Arif (Thu Feb 23 2023 - 14:13:37 EST)
- [PATCH v11 06/12] x86/smpboot: Support parallel startup of secondary CPUs Usama Arif (Thu Feb 23 2023 - 14:13:39 EST)
- [PATCH v11 10/12] x86/smpboot: Remove early_gdt_descr on 64-bit Usama Arif (Thu Feb 23 2023 - 14:13:43 EST)
- [PATCH v11 09/12] x86/smpboot: Remove initial_stack on 64-bit Usama Arif (Thu Feb 23 2023 - 14:13:49 EST)
- [PATCH v11 08/12] x86/smpboot: Serialize topology updates for secondary bringup Usama Arif (Thu Feb 23 2023 - 14:13:54 EST)
- [PATCH v11 11/12] x86/smpboot: Remove initial_gs Usama Arif (Thu Feb 23 2023 - 14:14:12 EST)
- Re: [PATCH] virtio-net: Fix probe of virtio-net on kvmtool kernel test robot (Thu Feb 23 2023 - 14:15:18 EST)
- Re: [PATCH v2 2/2] gro: optimise redundant parsing of packets Richard Gobert (Thu Feb 23 2023 - 14:15:29 EST)
- [PATCH v2] tee: optee: Add SMC for loading OP-TEE image Jeffrey Kardatzke (Thu Feb 23 2023 - 14:17:08 EST)
- Re: [External] Re: [PATCH 0/6] x86-64: Remove global variables from boot Usama Arif (Thu Feb 23 2023 - 14:17:35 EST)
- Re: [PATCH v2 2/7] mm: vmscan: make global slab shrink lockless Sultan Alsawaf (Thu Feb 23 2023 - 14:19:31 EST)
- Re: [PATCH mm-unstable v1 2/5] kvm/x86: add kvm_arch_test_clear_young() Sean Christopherson (Thu Feb 23 2023 - 14:21:50 EST)
- RE: [PATCH v3 10/12] x86/mtrr: use new cache_map in mtrr_type_lookup() Michael Kelley (LINUX) (Thu Feb 23 2023 - 14:24:26 EST)
- Re: [PATCH 18/27] kbuild, mfd: remove MODULE_LICENSE in non-modules Nick Alcock (Thu Feb 23 2023 - 14:25:02 EST)
- Re: [External] Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64 Usama Arif (Thu Feb 23 2023 - 14:25:08 EST)
- Re: [PATCH mm-unstable v1 2/5] kvm/x86: add kvm_arch_test_clear_young() Yu Zhao (Thu Feb 23 2023 - 14:25:56 EST)
- RE: [PATCH] cpufreq: amd-pstate: Let user know amd-pstate is disabled Limonciello, Mario (Thu Feb 23 2023 - 14:26:37 EST)
- Re: [PATCH] docs: locking: refer to the actual existing config names Jonathan Corbet (Thu Feb 23 2023 - 14:27:08 EST)
- Re: [PATCH 1/2] lockdep: lock_set_lock_cmp_fn() Kent Overstreet (Thu Feb 23 2023 - 14:27:20 EST)
- Re: [PATCH 5/6] locking/rwsem: Unify wait loop Boqun Feng (Thu Feb 23 2023 - 14:32:17 EST)
- [PATCH v2] staging: rtl8192u: remove split in user-visible string Leonid Pershin (Thu Feb 23 2023 - 14:36:44 EST)
- Re: [PATCH 00/13] Rename k[v]free_rcu() single argument to k[v]free_rcu_mightsleep() Jens Axboe (Thu Feb 23 2023 - 14:37:35 EST)
- Re: [PATCH mm-unstable v1 5/5] mm: multi-gen LRU: use mmu_notifier_test_clear_young() Yu Zhao (Thu Feb 23 2023 - 14:38:08 EST)
- [PATCH v2] virtio-net: Fix probe of virtio-net on kvmtool Rob Bradford via B4 Relay (Thu Feb 23 2023 - 14:39:12 EST)
- Re: [PATCH v3 1/2] io_uring: Move from hlist to io_wq_work_node Jens Axboe (Thu Feb 23 2023 - 14:39:37 EST)
- RE: [PATCH] HID: usbhid: enable remote wakeup for mice Limonciello, Mario (Thu Feb 23 2023 - 14:41:40 EST)
- [PATCH v4 1/7] dt-bindings: gpio: rockchip,gpio-bank: add compatible string per SoC Johan Jonker (Thu Feb 23 2023 - 14:42:33 EST)
- Re: [PATCH v3 0/7] PCI: dwc: Add support for Marvell AC5 SoC Bjorn Helgaas (Thu Feb 23 2023 - 14:42:42 EST)
- Re: [RFC v2 5/5] shmem: add support to ignore swap Luis Chamberlain (Thu Feb 23 2023 - 14:43:28 EST)
- RE: [PATCH v2] cpufreq: amd-pstate: Let user know amd-pstate is disabled Limonciello, Mario (Thu Feb 23 2023 - 14:43:30 EST)
- Re: [RFC PATCH 6/6] pstore/ram: Register context with minidump Kees Cook (Thu Feb 23 2023 - 14:43:33 EST)
- Re: [PATCH] docs/sp_SP: Add process programming-language translation Jonathan Corbet (Thu Feb 23 2023 - 14:44:17 EST)
- Re: [PATCH] Documentation: front page: use recommended heading adornments Jonathan Corbet (Thu Feb 23 2023 - 14:46:08 EST)
- [PATCH v4 2/7] dt-bindings: gpio: rockchip,gpio-bank: add unique hardware GPIO ID Johan Jonker (Thu Feb 23 2023 - 14:46:38 EST)
- [PATCH v4 3/7] gpio: gpio-rockchip: parse rockchip,gpio-controller property for bank id Johan Jonker (Thu Feb 23 2023 - 14:47:01 EST)
- Re: [PATCH 00/13] Rename k[v]free_rcu() single argument to k[v]free_rcu_mightsleep() Paul E. McKenney (Thu Feb 23 2023 - 14:47:16 EST)
- [PATCH v4 4/7] ARM: dts: rockchip: add rockchip,gpio-controller property to gpio nodes Johan Jonker (Thu Feb 23 2023 - 14:47:28 EST)
- [PATCH v4 5/7] arm64: dts: rockchip: add rockchip,gpio-controller property to gpio nodes Johan Jonker (Thu Feb 23 2023 - 14:48:08 EST)
- Re: [PATCH 5.15 00/37] 5.15.96-rc2 review Nathan Chancellor (Thu Feb 23 2023 - 14:48:10 EST)
- Re: [PATCH v3 5/7] PCI: dwc: support AC5 Legacy PCIe interrupts Bjorn Helgaas (Thu Feb 23 2023 - 14:48:52 EST)
- Re: [PATCH v1] docs: recommend using Link: whenever using Reported-by: Jonathan Corbet (Thu Feb 23 2023 - 14:49:13 EST)
- [PATCH v4 6/7] ARM: dts: rockchip: replace compatible gpio nodes Johan Jonker (Thu Feb 23 2023 - 14:49:15 EST)
- [PATCH v4 7/7] arm64: dts: rockchip: replace compatible gpio nodes Johan Jonker (Thu Feb 23 2023 - 14:49:49 EST)
- Re: [PATCH v2] cpufreq: amd-pstate: Let user know amd-pstate is disabled Rafael J. Wysocki (Thu Feb 23 2023 - 14:53:35 EST)
- Re: [PATCH RESEND] PCI: s390: Fix use-after-free of PCI bus resources with s390 per-function hotplug Bjorn Helgaas (Thu Feb 23 2023 - 14:53:56 EST)
- Re: [PATCH] tools/memory-model: Add documentation about SRCU read-side critical sections Joel Fernandes (Thu Feb 23 2023 - 14:55:10 EST)
- Re: [PATCH 00/13] Rename k[v]free_rcu() single argument to k[v]free_rcu_mightsleep() Jens Axboe (Thu Feb 23 2023 - 14:57:12 EST)
- Re: [PATCH mm-unstable v1 5/5] mm: multi-gen LRU: use mmu_notifier_test_clear_young() Sean Christopherson (Thu Feb 23 2023 - 14:58:25 EST)
- Re: [PATCH v4 1/2] gpio: gpio-mlxbf3: Add gpio driver support Andy Shevchenko (Thu Feb 23 2023 - 14:59:22 EST)
- RE: [PATCH v5 06/14] x86/ioremap: Support hypervisor specified range to map as encrypted Michael Kelley (LINUX) (Thu Feb 23 2023 - 15:01:40 EST)
- Re: [PATCH v3 1/2] usb: dwc3: gadget: Change condition for processing suspend event Thinh Nguyen (Thu Feb 23 2023 - 15:03:27 EST)
- Re: [PATCH v6 1/1] riscv: Allow to downgrade paging mode from the command line kernel test robot (Thu Feb 23 2023 - 15:04:42 EST)
- Re: [PATCH 1/1] KVM: selftests: Adjust VM's initial stack address to align with SysV ABI spec Sean Christopherson (Thu Feb 23 2023 - 15:06:13 EST)
- Re: [PATCH v3 23/35] mm/mmap: prevent pagefault handler from racing with mmu_notifier registration Liam R. Howlett (Thu Feb 23 2023 - 15:07:53 EST)
- Re: [PATCH v3 24/35] mm: introduce vma detached flag Liam R. Howlett (Thu Feb 23 2023 - 15:09:00 EST)
- Re: [PATCH 4.14 v2 1/4] bpf: Do not use ax register in interpreter on div/mod Greg KH (Thu Feb 23 2023 - 15:10:06 EST)
- Re: [PATCH mm-unstable v1 5/5] mm: multi-gen LRU: use mmu_notifier_test_clear_young() Yu Zhao (Thu Feb 23 2023 - 15:10:19 EST)
- Re: [PATCH v3 2/2] usb: gadget: composite: Draw 100mA current if not configured Thinh Nguyen (Thu Feb 23 2023 - 15:10:46 EST)
- Re: [PATCH v1 RFC 1/3] dt-bindings: serial: amlogic,meson-uart: Add compatible string for G12A Martin Blumenstingl (Thu Feb 23 2023 - 15:14:30 EST)
- Re: [PATCH] Fix snprintf format warnings during 'alsa' kselftest compilation Ivan Orlov (Thu Feb 23 2023 - 15:15:04 EST)
- Re: [PATCH] kbuild: modinst: Enable multithread xz compression Nathan Chancellor (Thu Feb 23 2023 - 15:16:11 EST)
- Re: [PATCH v3 17/35] mm/mmap: write-lock VMA before shrinking or expanding it Liam R. Howlett (Thu Feb 23 2023 - 15:21:18 EST)
- Re: [PATCH v5 06/14] x86/ioremap: Support hypervisor specified range to map as encrypted Dave Hansen (Thu Feb 23 2023 - 15:26:53 EST)
- [PATCH 0/1] Drop s2idle quirk Mario Limonciello (Thu Feb 23 2023 - 15:27:04 EST)
- [PATCH 1/1] ACPI: x86: Drop quirk for HP Elitebook Mario Limonciello (Thu Feb 23 2023 - 15:27:06 EST)
- Re: [PATCH v5 06/14] x86/ioremap: Support hypervisor specified range to map as encrypted Dave Hansen (Thu Feb 23 2023 - 15:28:23 EST)
- Re: [PATCH mm-unstable v1 5/5] mm: multi-gen LRU: use mmu_notifier_test_clear_young() Sean Christopherson (Thu Feb 23 2023 - 15:29:05 EST)
- Re: [PATCH v3 17/35] mm/mmap: write-lock VMA before shrinking or expanding it Liam R. Howlett (Thu Feb 23 2023 - 15:29:48 EST)
- Re: [PATCH v3 23/35] mm/mmap: prevent pagefault handler from racing with mmu_notifier registration Suren Baghdasaryan (Thu Feb 23 2023 - 15:30:19 EST)
- Re: [RESEND v2] Bluetooth: btrtl: Add support for RTL8852BS patchwork-bot+bluetooth (Thu Feb 23 2023 - 15:30:27 EST)
- Re: [PATCH v3 24/35] mm: introduce vma detached flag Suren Baghdasaryan (Thu Feb 23 2023 - 15:34:33 EST)
- Re: [PATCH v18 5/7] kexec: exclude hot remove cpu from elfcorehdr notes Eric DeVolder (Thu Feb 23 2023 - 15:35:12 EST)
- Re: [PATCH 0/5] Patches used to build mkroot. Andrew Morton (Thu Feb 23 2023 - 15:35:53 EST)
- Implementation of fwnode_operations :: device_get_match_data() for software nodes? Vladimir Oltean (Thu Feb 23 2023 - 15:37:25 EST)
- Re: [PATCH 03/27] drm/i915/gvt: Incorporate KVM memslot info into check for 2MiB GTT entry Sean Christopherson (Thu Feb 23 2023 - 15:41:35 EST)
- Re: [PATCH] dmapool: push new blocks in ascending order Andrew Morton (Thu Feb 23 2023 - 15:41:49 EST)
- Re: [PATCH v5 06/14] x86/ioremap: Support hypervisor specified range to map as encrypted Dave Hansen (Thu Feb 23 2023 - 15:42:04 EST)
- Re: [PATCH 5.10 00/26] 5.10.170-rc2 review Pavel Machek (Thu Feb 23 2023 - 15:43:04 EST)
- [tip:master] BUILD SUCCESS f426f069f03e3fadfca05b7c365ea806a1812eac kernel test robot (Thu Feb 23 2023 - 15:49:25 EST)
- [tip:objtool/core] BUILD SUCCESS 00c8f01c4e84637c3db76f368b8687cb61f4dd9d kernel test robot (Thu Feb 23 2023 - 15:49:27 EST)
- Re: [PATCH mm-unstable v1 5/5] mm: multi-gen LRU: use mmu_notifier_test_clear_young() Yu Zhao (Thu Feb 23 2023 - 15:49:58 EST)
- Re: [PATCH 21/27] kbuild, dma-mapping: benchmark: remove MODULE_LICENSE in non-modules Luis Chamberlain (Thu Feb 23 2023 - 15:51:38 EST)
- RE: [PATCH v5 06/14] x86/ioremap: Support hypervisor specified range to map as encrypted Michael Kelley (LINUX) (Thu Feb 23 2023 - 15:52:05 EST)
- Re: [PATCH 4.19 00/12] 4.19.274-rc2 review Pavel Machek (Thu Feb 23 2023 - 15:52:45 EST)
- Re: [PATCH 1/1] lib/zlib: DFLTCC deflate does not write all available bits for Z_NO_FLUSH Andrew Morton (Thu Feb 23 2023 - 15:54:08 EST)
- Re: [PATCH v2 1/2] of: create of_root if no dtb provided Frank Rowand (Thu Feb 23 2023 - 15:59:54 EST)
- Re: [PATCH RESEND 1/8] dt-bindings: leds: register-bit-led: Add active-low property Linus Walleij (Thu Feb 23 2023 - 15:59:56 EST)
- Re: [PATCH v5 3/5] ARM: dts: hpe: Add I2C Topology Hawkins, Nick (Thu Feb 23 2023 - 16:03:20 EST)
- Re: [PATCH v5 06/14] x86/ioremap: Support hypervisor specified range to map as encrypted Sean Christopherson (Thu Feb 23 2023 - 16:07:58 EST)
- RE: [PATCH v4 2/2] pinctrl: pinctrl-mlxbf: Add pinctrl driver support Asmaa Mnebhi (Thu Feb 23 2023 - 16:08:08 EST)
- [PATCH v4 0/3] Fix problems fetching TBT3 DROM from AMD USB4 routers Mario Limonciello (Thu Feb 23 2023 - 16:08:14 EST)
- [PATCH v4 3/3] thunderbolt: Refactor DROM reading Mario Limonciello (Thu Feb 23 2023 - 16:08:18 EST)
- [PATCH v4 2/3] thunderbolt: use `tb_eeprom_get_drom_offset` to discover DROM offset Mario Limonciello (Thu Feb 23 2023 - 16:08:23 EST)
- [PATCH v4 1/3] thunderbolt: Adjust how NVM reading works Mario Limonciello (Thu Feb 23 2023 - 16:08:26 EST)
- linux-next: Fixes tag needs some work in the cifs tree Stephen Rothwell (Thu Feb 23 2023 - 16:11:00 EST)
- linux-next: Signed-off-by missing for commit in the cifs tree Stephen Rothwell (Thu Feb 23 2023 - 16:11:14 EST)
- Re: [PATCH v2] KVM: SVM: hyper-v: placate modpost section mismatch error Zhi Wang (Thu Feb 23 2023 - 16:11:54 EST)
- Re: [PATCH v10 07/26] mailbox: Add Gunyah message queue mailbox Alex Elder (Thu Feb 23 2023 - 16:12:04 EST)
- Re: [PATCH mm-unstable v1 1/5] mm/kvm: add mmu_notifier_test_clear_young() Sean Christopherson (Thu Feb 23 2023 - 16:12:53 EST)
- Re: [PATCH v2 0/2] GDB: Support getting current task struct in UML Andrew Morton (Thu Feb 23 2023 - 16:14:07 EST)
- RE: [PATCH v5 06/14] x86/ioremap: Support hypervisor specified range to map as encrypted Michael Kelley (LINUX) (Thu Feb 23 2023 - 16:16:07 EST)
- Re: [PATCH v3 17/35] mm/mmap: write-lock VMA before shrinking or expanding it Suren Baghdasaryan (Thu Feb 23 2023 - 16:16:48 EST)
- linux-next: duplicate patches in the ktest tree Stephen Rothwell (Thu Feb 23 2023 - 16:17:17 EST)
- Re: [PATCH 5.15 00/37] 5.15.96-rc2 review Linus Torvalds (Thu Feb 23 2023 - 16:18:58 EST)
- Re: [PATCH v2] KVM: SVM: hyper-v: placate modpost section mismatch error Sean Christopherson (Thu Feb 23 2023 - 16:20:09 EST)
- Re: [PATCH v6 33/41] x86/shstk: Introduce map_shadow_stack syscall Deepak Gupta (Thu Feb 23 2023 - 16:20:34 EST)
- Re: [PATCH 6.1 00/47] 6.1.14-rc2 review Justin Forbes (Thu Feb 23 2023 - 16:22:19 EST)
- Re: [PATCH 5.15 00/37] 5.15.96-rc2 review Greg Kroah-Hartman (Thu Feb 23 2023 - 16:24:07 EST)
- Re: [Intel-gfx] [PATCH v5 0/7] Introduce __xchg, non-atomic xchg Andrzej Hajda (Thu Feb 23 2023 - 16:25:15 EST)
- Re: linux-next: duplicate patches in the ktest tree Steven Rostedt (Thu Feb 23 2023 - 16:25:53 EST)
- Re: [PATCH v5 06/14] x86/ioremap: Support hypervisor specified range to map as encrypted Dave Hansen (Thu Feb 23 2023 - 16:25:55 EST)
- Re: linux-next: Fixes tag needs some work in the cifs tree David Howells (Thu Feb 23 2023 - 16:29:12 EST)
- Re: [6.3][regression] commit 2f5c3c77fc9b6a34b68b97231bfa970e1194ec28 definitely causes use-after-free Mikhail Gavrilov (Thu Feb 23 2023 - 16:29:45 EST)
- Re: linux-next: duplicate patches in the ktest tree Steven Rostedt (Thu Feb 23 2023 - 16:30:16 EST)
- Re: [PATCH 4.14 v2 1/4] bpf: Do not use ax register in interpreter on div/mod Edward Liaw (Thu Feb 23 2023 - 16:30:49 EST)
- [PATCH v3 0/2] of: populate of_root_node if not set (alternate) Frank Rowand (Thu Feb 23 2023 - 16:34:45 EST)
- [PATCH v3 1/2] of: create of_root if no dtb provided Frank Rowand (Thu Feb 23 2023 - 16:34:47 EST)
- [PATCH v3 2/2] of: unittest: treat missing of_root as error instead of fixing up Frank Rowand (Thu Feb 23 2023 - 16:34:51 EST)
- Re: [PATCH v10 09/26] gunyah: rsc_mgr: Add VM lifecycle RPC Alex Elder (Thu Feb 23 2023 - 16:37:19 EST)
- Re: [PULL] Networking for v6.3 Linus Torvalds (Thu Feb 23 2023 - 16:37:57 EST)
- Re: [PATCH 3/6] locking/rwsem: Rework writer wakeup Waiman Long (Thu Feb 23 2023 - 16:39:14 EST)
- Re: [PATCH v3 0/2] of: populate of_root_node if not set (alternate) Frank Rowand (Thu Feb 23 2023 - 16:39:45 EST)
- Re: [PATCH 5.15 00/37] 5.15.96-rc2 review Linus Torvalds (Thu Feb 23 2023 - 16:40:09 EST)
- Re: [PATCH RFC v8 34/56] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_START command Zhi Wang (Thu Feb 23 2023 - 16:41:22 EST)
- Re: [PATCH v2 3/3] kunit: fix bug of extra newline characters in debugfs logs Rae Moar (Thu Feb 23 2023 - 16:45:24 EST)
- Re: [PATCH v7 0/4] Add CS35L41 shared boost feature David Rhodes (Thu Feb 23 2023 - 16:48:07 EST)
- Re: [PATCH] mm, page_alloc: batch cma update on pcp buffer refill Andrew Morton (Thu Feb 23 2023 - 16:48:31 EST)
- Re: [RFC/PATCHSET 0/8] perf record: Implement BPF sample filter (v2) Namhyung Kim (Thu Feb 23 2023 - 16:50:07 EST)
- Re: [PATCH] arm64: dts: rockchip: Always enable sd regulator on SOQuartz CM4IO Peter Geis (Thu Feb 23 2023 - 16:54:13 EST)
- Re: [PATCH 5.15 00/37] 5.15.96-rc2 review Florian Fainelli (Thu Feb 23 2023 - 16:54:19 EST)
- Re: [PATCH 2/2] hwmon: (adt7475) Fix setting of hysteresis registers Tony O'Brien (Thu Feb 23 2023 - 16:57:48 EST)
- Re: [PATCH v10 03/26] gunyah: Common types and error codes for Gunyah hypercalls Alex Elder (Thu Feb 23 2023 - 16:59:06 EST)
- Re: [PATCH v10 00/26] Drivers for Gunyah hypervisor Alex Elder (Thu Feb 23 2023 - 17:00:05 EST)
- Re: [PATCH] mm/memcontrol: add memory.peak in cgroup root Roman Gushchin (Thu Feb 23 2023 - 17:00:18 EST)
- Re: [PATCH 6.2 00/12] 6.2.1-rc2 review Justin Forbes (Thu Feb 23 2023 - 17:02:57 EST)
- Re: [PATCH 6.1 00/47] 6.1.14-rc2 review Florian Fainelli (Thu Feb 23 2023 - 17:07:25 EST)
- Re: [PATCH] KVM: x86: disable on 32-bit unless CONFIG_BROKEN Sean Christopherson (Thu Feb 23 2023 - 17:10:30 EST)
- Re: [PATCH 6.2 00/12] 6.2.1-rc2 review Conor Dooley (Thu Feb 23 2023 - 17:10:39 EST)
- Re: [PATCH 6.1 00/47] 6.1.14-rc2 review Conor Dooley (Thu Feb 23 2023 - 17:11:35 EST)
- Re: [RFC PATCH 1/1] x86/mm/pat: Clear VM_PAT if copy_p4d_range failed Andrew Morton (Thu Feb 23 2023 - 17:14:19 EST)
- Re: [PATCH 1/1] Bluetooth: Convert MSFT filter HCI cmd to hci_sync Gix, Brian (Thu Feb 23 2023 - 17:15:35 EST)
- Re: [GIT PULL] livepatching for 6.3 pr-tracker-bot (Thu Feb 23 2023 - 17:20:14 EST)
- Re: [GIT PULL] slab updates for 6.3-rc1 pr-tracker-bot (Thu Feb 23 2023 - 17:20:16 EST)
- Re: [GIT PULL] printk for 6.3 pr-tracker-bot (Thu Feb 23 2023 - 17:20:18 EST)
- Re: [GIT PULL] probes: Updates for 6.3 pr-tracker-bot (Thu Feb 23 2023 - 17:20:20 EST)
- Re: [GIT PULL] modules changes for v6.3-rc1 pr-tracker-bot (Thu Feb 23 2023 - 17:20:23 EST)
- Re: [GIT PULL] sysctl changes for v6.3-rc1 pr-tracker-bot (Thu Feb 23 2023 - 17:20:27 EST)
- Re: [PATCH v2 4/5] riscv: Select ARCH_DMA_DEFAULT_COHERENT Conor Dooley (Thu Feb 23 2023 - 17:22:05 EST)
- [GIT PULL] flexible-array transformations for 6.3-rc1 Gustavo A. R. Silva (Thu Feb 23 2023 - 17:23:53 EST)
- Re: [PATCH 6.2 00/12] 6.2.1-rc2 review Florian Fainelli (Thu Feb 23 2023 - 17:25:50 EST)
- Re: [PATCH v2 1/1] regmap-irq: Place kernel doc of struct regmap_irq_chip in order William Breathitt Gray (Thu Feb 23 2023 - 17:26:12 EST)
- RE: [PATCH v3] scsi: ufs: core: Add trace event for MCQ Daejun Park (Thu Feb 23 2023 - 17:28:58 EST)
- [ANNOUNCE] 5.15.95-rt60 Clark Williams (Thu Feb 23 2023 - 17:31:38 EST)
- Re: [PATCH v10 10/26] gunyah: vm_mgr: Introduce basic VM Manager Elliot Berman (Thu Feb 23 2023 - 17:41:32 EST)
- [PATCH 0/2] crypto: inside-secure: Handle load errors better Jonathan McDowell (Thu Feb 23 2023 - 17:41:58 EST)
- [PATCH 2/2] crypto: inside-secure: Cleanup ring IRQ workqueues on load failure Jonathan McDowell (Thu Feb 23 2023 - 17:42:50 EST)
- Re: linux-next: Signed-off-by missing for commit in the cifs tree Steve French (Thu Feb 23 2023 - 17:44:06 EST)
- [PATCH 1/2] crypto: inside-secure: Raise firmware load failure message to error Jonathan McDowell (Thu Feb 23 2023 - 17:44:37 EST)
- Re: linux-next: Fixes tag needs some work in the cifs tree Steve French (Thu Feb 23 2023 - 17:44:38 EST)
- Re: [PATCH 5/6] locking/rwsem: Unify wait loop Waiman Long (Thu Feb 23 2023 - 17:47:19 EST)
- Re: [PATCH] perf: fix counting when initial delay configured Namhyung Kim (Thu Feb 23 2023 - 17:48:55 EST)
- [PATCH v3 00/17] Self-encapsulate the thermal zone device structure Daniel Lezcano (Thu Feb 23 2023 - 17:49:27 EST)
- RE: [PATCH v4 1/2] gpio: gpio-mlxbf3: Add gpio driver support Asmaa Mnebhi (Thu Feb 23 2023 - 17:51:57 EST)
- Re: [PATCH v3 00/17] Self-encapsulate the thermal zone device structure Daniel Lezcano (Thu Feb 23 2023 - 17:57:01 EST)
- Re: [PATCH -next] libnvdimm: Fix some kernel-doc comments Ira Weiny (Thu Feb 23 2023 - 18:06:36 EST)
- Re: [PATCHv2 1/6] zsmalloc: remove insert_zspage() ->inuse optimization Minchan Kim (Thu Feb 23 2023 - 18:09:39 EST)
- Re: [PATCH V3] Interleave cfs bandwidth timers for improved single thread performance at low utilization Benjamin Segall (Thu Feb 23 2023 - 18:10:01 EST)
- Re: [PATCH v10 09/26] gunyah: rsc_mgr: Add VM lifecycle RPC Elliot Berman (Thu Feb 23 2023 - 18:10:34 EST)
- Re: [PATCHv2 2/6] zsmalloc: remove stat and fullness enums Minchan Kim (Thu Feb 23 2023 - 18:11:34 EST)
- Re: [PATCH] [REGRESSION] ovl: Handle ENOSYS when fileattr support is missing in lower/upper fs Jonathan Katz (Thu Feb 23 2023 - 18:12:02 EST)
- Re: [PATCH v10 08/26] gunyah: rsc_mgr: Add resource manager RPC core Elliot Berman (Thu Feb 23 2023 - 18:13:43 EST)
- Re: [PATCH v10 07/26] mailbox: Add Gunyah message queue mailbox Elliot Berman (Thu Feb 23 2023 - 18:15:48 EST)
- Re: [GIT PULL] MFD for v6.3 pr-tracker-bot (Thu Feb 23 2023 - 18:16:47 EST)
- Re: [GIT PULL] Backlight for v6.3 pr-tracker-bot (Thu Feb 23 2023 - 18:16:50 EST)
- Re: [GIT PULL] LEDs for v6.3 pr-tracker-bot (Thu Feb 23 2023 - 18:16:53 EST)
- Re: [RFC PATCH v2 1/2] PM: domains: Skip disabling unused domains if provider has sync_state Matthias Kaehlcke (Thu Feb 23 2023 - 18:20:44 EST)
- Re: [PATCH V3] riscv: asid: Fixup stale TLB entry cause application crash Guo Ren (Thu Feb 23 2023 - 18:20:59 EST)
- Re: [PATCHv2 3/6] zsmalloc: fine-grained inuse ratio based fullness grouping Minchan Kim (Thu Feb 23 2023 - 18:27:31 EST)
- Re: [PATCH v10 08/26] gunyah: rsc_mgr: Add resource manager RPC core Alex Elder (Thu Feb 23 2023 - 18:29:11 EST)
- Re: [PATCH v2] merge_config.sh: do not report some differencess between input and output Lukasz Stelmach (Thu Feb 23 2023 - 18:30:26 EST)
- Re: [PATCH 6.2 00/12] 6.2.1-rc2 review Shuah Khan (Thu Feb 23 2023 - 18:32:04 EST)
- Re: [PATCH 6.1 00/47] 6.1.14-rc2 review Shuah Khan (Thu Feb 23 2023 - 18:32:29 EST)
- Re: [PATCHv2 2/6] zsmalloc: remove stat and fullness enums Yosry Ahmed (Thu Feb 23 2023 - 18:33:32 EST)
- Re: [PATCH 5.15 00/37] 5.15.96-rc2 review Shuah Khan (Thu Feb 23 2023 - 18:34:47 EST)
- Re: [PATCH 5.10 00/26] 5.10.170-rc2 review Shuah Khan (Thu Feb 23 2023 - 18:36:43 EST)
- Re: [PATCH 5.4 00/19] 5.4.233-rc2 review Shuah Khan (Thu Feb 23 2023 - 18:39:09 EST)
- Re: [PATCH 4.19 00/12] 4.19.274-rc2 review Shuah Khan (Thu Feb 23 2023 - 18:40:25 EST)
- amdgpu didn't start with pci=nocrs parameter, get error "Fatal error during GPU init" Mikhail Gavrilov (Thu Feb 23 2023 - 18:41:07 EST)
- Re: [PATCH v10 01/26] docs: gunyah: Introduce Gunyah Hypervisor Alex Elder (Thu Feb 23 2023 - 18:42:05 EST)
- Re: [PATCH v6 33/41] x86/shstk: Introduce map_shadow_stack syscall Edgecombe, Rick P (Thu Feb 23 2023 - 18:44:39 EST)
- Re: [PATCHv2 4/6] zsmalloc: rework compaction algorithm Minchan Kim (Thu Feb 23 2023 - 18:46:32 EST)
- Re: [PATCHv2 5/6] zsmalloc: extend compaction statistics Minchan Kim (Thu Feb 23 2023 - 18:51:13 EST)
- Re: [PATCHv2 0/6] zsmalloc: fine-grained fullness and new compaction algorithm Minchan Kim (Thu Feb 23 2023 - 18:53:39 EST)
- Re: [PATCH v10 17/26] docs: gunyah: Document Gunyah VM Manager Alex Elder (Thu Feb 23 2023 - 18:55:12 EST)
- [PATCH v2 1/3] ARM: dts: aspeed: romed8hm3: Fix GPIO polarity of system-fault LED Zev Weiss (Thu Feb 23 2023 - 19:04:15 EST)
- [PATCH v2 0/3] ARM: dts: aspeed: ASRock BMC updates Zev Weiss (Thu Feb 23 2023 - 19:04:18 EST)
- [PATCH v2 2/3] ARM: dts: aspeed: e3c246d4i: Add PECI device Zev Weiss (Thu Feb 23 2023 - 19:04:20 EST)
- [PATCH v2 3/3] ARM: dts: aspeed: asrock: Correct firmware flash SPI clocks Zev Weiss (Thu Feb 23 2023 - 19:04:22 EST)
- Re: [PATCH v10 04/26] virt: gunyah: Add hypercalls to identify Gunyah Alex Elder (Thu Feb 23 2023 - 19:09:24 EST)
- Re: .config and "make" / turning off all debug Hanasaki Jiji (Thu Feb 23 2023 - 19:11:33 EST)
- Re: [PATCH v5] erofs: add per-cpu threads for decompression as an option Sandeep Dhavale (Thu Feb 23 2023 - 19:14:05 EST)
- Re: [PATCH v10 06/26] virt: gunyah: msgq: Add hypercalls to send and receive messages Alex Elder (Thu Feb 23 2023 - 19:15:18 EST)
- Re: [PATCH 1/5] try generic compiler name "cc" before falling back to "gcc". Masahiro Yamada (Thu Feb 23 2023 - 19:27:56 EST)
- Re: [PATCH v10 12/26] gunyah: vm_mgr: Add/remove user memory regions Alex Elder (Thu Feb 23 2023 - 19:34:37 EST)
- RE: [PATCH] rcu-tasks: Directly invoke rcuwait_wake_up() in call_rcu_tasks_generic() Zhang, Qiang1 (Thu Feb 23 2023 - 19:36:14 EST)
- Re: [PATCH v10 12/26] gunyah: vm_mgr: Add/remove user memory regions Elliot Berman (Thu Feb 23 2023 - 19:43:47 EST)
- Re: [PATCH] mm: hugetlb_vmemmap: simplify hugetlb_vmemmap_init() a bit Mike Kravetz (Thu Feb 23 2023 - 19:58:12 EST)
- Re: [PATCH v2 02/10] iommu: Introduce a new iommu_group_replace_domain() API Jason Gunthorpe (Thu Feb 23 2023 - 19:58:14 EST)
- Re: [PATCH 1/1] Bluetooth: Convert MSFT filter HCI cmd to hci_sync Luiz Augusto von Dentz (Thu Feb 23 2023 - 20:07:53 EST)
- [PATCH 2/2] ASoC: dt-bindings: max98363: add soundwire amplifier driver “Ryan (Thu Feb 23 2023 - 20:08:38 EST)
- [PATCH 1/2] ASoC: max98363: add soundwire amplifier driver “Ryan (Thu Feb 23 2023 - 20:08:40 EST)
- drivers/media/i2c/tc358746.c:817:13: warning: 'p_best' is used uninitialized kernel test robot (Thu Feb 23 2023 - 20:11:43 EST)
- [PATCH v2] locktorture: Add raw_spinlock* torture tests for PREEMPT_RT kernels Zqiang (Thu Feb 23 2023 - 20:15:50 EST)
- Re: [RFC PATCH 1/1] x86/mm/pat: Clear VM_PAT if copy_p4d_range failed mawupeng (Thu Feb 23 2023 - 20:15:54 EST)
- Re: [PATCH 0/6] locking/rwsem: Rework writer wakeup and handoff Waiman Long (Thu Feb 23 2023 - 20:20:46 EST)
- Re: [PATCH v2 01/29] LoongArch: KVM: Add kvm related header files Tianrui Zhao (Thu Feb 23 2023 - 20:27:41 EST)
- [GIT PULL] Please pull RDMA subsystem changes Jason Gunthorpe (Thu Feb 23 2023 - 20:27:48 EST)
- Re: [GIT PULL] MM updates for 6.3-rc1 pr-tracker-bot (Thu Feb 23 2023 - 20:33:17 EST)
- RE: [PATCH v4 1/4] RISC-V: Change suspend_save_csrs and suspend_restore_csrs to public function JeeHeng Sia (Thu Feb 23 2023 - 20:33:46 EST)
- RE: [PATCH v4 2/4] RISC-V: Factor out common code of __cpu_resume_enter() JeeHeng Sia (Thu Feb 23 2023 - 20:33:53 EST)
- Re: [GIT PULL] MM updates for 6.3-rc1 Linus Torvalds (Thu Feb 23 2023 - 20:34:10 EST)
- RE: [PATCH v4 3/4] RISC-V: mm: Enable huge page support to kernel_page_present() function JeeHeng Sia (Thu Feb 23 2023 - 20:34:23 EST)
- Re: [PATCH v2 2/3] livepatch,sched: Add livepatch task switching to cond_resched() Josh Poimboeuf (Thu Feb 23 2023 - 20:34:31 EST)
- Re: [PATCH 5/6] locking/rwsem: Unify wait loop Boqun Feng (Thu Feb 23 2023 - 20:34:43 EST)
- Re: [PATCH v3 17/35] mm/mmap: write-lock VMA before shrinking or expanding it Liam R. Howlett (Thu Feb 23 2023 - 20:49:05 EST)
- [patch 1/1] submitting-patches.rst: suggest a Link: after Reported-by: Andrew Morton (Thu Feb 23 2023 - 20:49:07 EST)
- Re: [GIT PULL] MM updates for 6.3-rc1 Andrew Morton (Thu Feb 23 2023 - 20:56:18 EST)
- [PATCH v2] drm/gma500: Clean up some inconsistent indenting Jiapeng Chong (Thu Feb 23 2023 - 21:00:23 EST)
- Re: [GIT PULL] Non MM updates for 6.3-rc1 pr-tracker-bot (Thu Feb 23 2023 - 21:05:40 EST)
- [PATCH v2] crypto: aspeed: add error handling if dmam_alloc_coherent() failed Neal Liu (Thu Feb 23 2023 - 21:05:46 EST)
- RE: [PATCH v4 4/4] RISC-V: Add arch functions to support hibernation/suspend-to-disk JeeHeng Sia (Thu Feb 23 2023 - 21:05:58 EST)
- Re: [PATCH v3 17/35] mm/mmap: write-lock VMA before shrinking or expanding it Suren Baghdasaryan (Thu Feb 23 2023 - 21:06:55 EST)
- Re: [PATCH 1/1] docs: Add relevant kernel publications to list of books Kaiwan N Billimoria (Thu Feb 23 2023 - 21:09:20 EST)
- RE: [PATCH v4 4/4] RISC-V: Add arch functions to support hibernation/suspend-to-disk JeeHeng Sia (Thu Feb 23 2023 - 21:12:27 EST)
- IO-APIC irq timer setup not wroking properly Can Sun (Thu Feb 23 2023 - 21:12:51 EST)
- Re: [PATCH v4] drm: add kms driver for loongson display controller suijingfeng (Thu Feb 23 2023 - 21:15:59 EST)
- Re: [PATCH 0/3] OPP: Simplify set_required_opp handling Viresh Kumar (Thu Feb 23 2023 - 21:17:21 EST)
- Re: [PATCH v10 3/6] fs/proc/task_mmu: Implement IOCTL to get and/or the clear info about PTEs Andrei Vagin (Thu Feb 23 2023 - 21:20:52 EST)
- [PATCH] x86: profiling: Using generic unwinding in profile_pc Chen Zhongjin (Thu Feb 23 2023 - 21:21:16 EST)
- Re: [PATCH] rcu-tasks: Directly invoke rcuwait_wake_up() in call_rcu_tasks_generic() Joel Fernandes (Thu Feb 23 2023 - 21:25:21 EST)
- Re: [PATCH tools/io_uring] tools/io_uring: correctly set "ret" for sq_poll case Ziyang Zhang (Thu Feb 23 2023 - 21:25:48 EST)
- Re: [PATCH tools/io_uring] tools/io_uring: correctly set "ret" for sq_poll case Jens Axboe (Thu Feb 23 2023 - 21:29:39 EST)
- Re: [PATCH] tools/memory-model: Add documentation about SRCU read-side critical sections Akira Yokosawa (Thu Feb 23 2023 - 21:33:01 EST)
- Re: Perf event to counter mapping question Atish Patra (Thu Feb 23 2023 - 21:33:13 EST)
- Re: [PATCH] rcu-tasks: Directly invoke rcuwait_wake_up() in call_rcu_tasks_generic() Joel Fernandes (Thu Feb 23 2023 - 21:35:32 EST)
- Re: [PATCH] tools/memory-model: Add documentation about SRCU read-side critical sections Alan Stern (Thu Feb 23 2023 - 21:36:59 EST)
- Re: [PATCH] rcu-tasks: Directly invoke rcuwait_wake_up() in call_rcu_tasks_generic() Joel Fernandes (Thu Feb 23 2023 - 21:37:14 EST)
- [PATCH v1 1/1] pstore/ram: Fix crash when setting number of cpus to an odd number Weichen Chen (Thu Feb 23 2023 - 21:38:26 EST)
- Re: Perf event to counter mapping question Atish Patra (Thu Feb 23 2023 - 21:38:40 EST)
- Re: linux-next: manual merge of the mm-stable tree with the ext4 tree Bagas Sanjaya (Thu Feb 23 2023 - 21:43:01 EST)
- Re: [PATCH v2] drm/vmwgfx: Work around VMW_ALLOC_DMABUF Meng Tang (Thu Feb 23 2023 - 21:47:41 EST)
- Re: [PATCH 5.15 v2 1/5] arch: fix broken BuildID for arm64 and riscv Tom Saeger (Thu Feb 23 2023 - 21:48:24 EST)
- Re: [PATCH] clk: meson: vid-pll-div: added meson_vid_pll_div_ops support to enable vid_pll_div to meet clock setting requirements, especially for late chip Yu Tu (Thu Feb 23 2023 - 21:50:06 EST)
- [GIT PULL] Please pull powerpc/linux.git powerpc-6.3-1 tag Michael Ellerman (Thu Feb 23 2023 - 21:55:28 EST)
- Re: [patch 1/1] submitting-patches.rst: suggest a Link: after Reported-by: Akira Yokosawa (Thu Feb 23 2023 - 21:59:45 EST)
- Re: [patch 1/1] submitting-patches.rst: suggest a Link: after Reported-by: Andrew Morton (Thu Feb 23 2023 - 22:01:33 EST)
- Re: [GIT PULL] MM updates for 6.3-rc1 Huang, Ying (Thu Feb 23 2023 - 22:02:56 EST)
- Re: [PATCH v3] octeontx2-pf: Use correct struct reference in test condition Jakub Kicinski (Thu Feb 23 2023 - 22:03:16 EST)
- Re: [PATCH net] net: sunhme: Fix region request Jakub Kicinski (Thu Feb 23 2023 - 22:03:42 EST)
- RE: [PATCH] rcu-tasks: Directly invoke rcuwait_wake_up() in call_rcu_tasks_generic() Zhang, Qiang1 (Thu Feb 23 2023 - 22:05:12 EST)
- Re: [PATCH v2 2/2] net: phy: at803x: remove set/get wol callbacks for AR8032 Jakub Kicinski (Thu Feb 23 2023 - 22:06:01 EST)
- Re: [PATCH] net: tls: fix possible info leak in tls_set_device_offload() Hangyu Hua (Thu Feb 23 2023 - 22:08:07 EST)
- Re: [RFC v3 05/24] fs: add automatic kernel fs freeze / thaw and remove kthread freezing Darrick J. Wong (Thu Feb 23 2023 - 22:08:46 EST)
- Re: [LSF/MM/BPF TOPIC] Image-based read-only filesystem: further use cases & directions Zhang Yi (Thu Feb 23 2023 - 22:10:18 EST)
- Re: [PATCH] rcu-tasks: Directly invoke rcuwait_wake_up() in call_rcu_tasks_generic() Joel Fernandes (Thu Feb 23 2023 - 22:12:02 EST)
- Re: [PATCH v2] virtio-net: Fix probe of virtio-net on kvmtool Jason Wang (Thu Feb 23 2023 - 22:12:45 EST)
- Re: [PATCH v2] drm/vmwgfx: Work around VMW_ALLOC_DMABUF Zack Rusin (Thu Feb 23 2023 - 22:13:21 EST)
- drivers/net/wwan/iosm/iosm_ipc_mux.h:369:17: warning: field adb_finish_timer within 'struct iosm_mux' is less aligned than 'struct hrtimer' and is usually due to 'struct iosm_mux' being packed, which can lead to unaligned accesses kernel test robot (Thu Feb 23 2023 - 22:16:42 EST)
- RE: [PATCH] rcu-tasks: Directly invoke rcuwait_wake_up() in call_rcu_tasks_generic() Zhang, Qiang1 (Thu Feb 23 2023 - 22:22:26 EST)
- [git pull] vfs.git minix pile Al Viro (Thu Feb 23 2023 - 22:23:55 EST)
- [git pull] vfs.git sysv pile Al Viro (Thu Feb 23 2023 - 22:27:03 EST)
- [PATCH] IMA: allow/fix UML builds Randy Dunlap (Thu Feb 23 2023 - 22:27:14 EST)
- Re: [PATCH] mailbox: qcom-ipcc: Support multiple channels for a given client Guru Das Srinagesh (Thu Feb 23 2023 - 22:27:54 EST)
- Re: [RFC PATCH 0/5] Memory access profiler(IBS) driven NUMA balancing Bharata B Rao (Thu Feb 23 2023 - 22:28:58 EST)
- [git pill] vfs.git alpha fixes Al Viro (Thu Feb 23 2023 - 22:30:17 EST)
- Re: [PATCH v2] drm/vmwgfx: Work around VMW_ALLOC_DMABUF Meng Tang (Thu Feb 23 2023 - 22:30:31 EST)
- Re: [PATCH v2 2/2] Documentation/hw-vuln: Document the interaction between IBRS and STIBP KP Singh (Thu Feb 23 2023 - 22:30:42 EST)
- Re: [PATCH] net: tls: fix possible info leak in tls_set_device_offload() Hangyu Hua (Thu Feb 23 2023 - 22:33:43 EST)
- [git pull] vfs.git namespace stuff Al Viro (Thu Feb 23 2023 - 22:35:22 EST)
- Re: [RFC PATCH 0/5] Memory access profiler(IBS) driven NUMA balancing Bharata B Rao (Thu Feb 23 2023 - 22:37:11 EST)
- Re: [PATCH v2] drm/vmwgfx: Work around VMW_ALLOC_DMABUF Zack Rusin (Thu Feb 23 2023 - 22:38:17 EST)
- Re: [PATCH v8 RESEND 6/6] r8169: Disable ASPM while doing NAPI poll Kai-Heng Feng (Thu Feb 23 2023 - 22:39:19 EST)
- [PATCH 4.14 v3 0/4] BPF fixes for CVE-2021-3444 and CVE-2021-3600 Edward Liaw (Thu Feb 23 2023 - 22:40:48 EST)
- [PATCH 4.14 v3 1/4] bpf: Do not use ax register in interpreter on div/mod Edward Liaw (Thu Feb 23 2023 - 22:40:51 EST)
- [PATCH 4.14 v3 2/4] bpf: fix subprog verifier bypass by div/mod by 0 exception Edward Liaw (Thu Feb 23 2023 - 22:41:00 EST)
- [PATCH 4.14 v3 3/4] bpf: Fix 32 bit src register truncation on div/mod Edward Liaw (Thu Feb 23 2023 - 22:41:09 EST)
- [PATCH 4.14 v3 4/4] bpf: Fix truncation handling for mod32 dst reg wrt zero Edward Liaw (Thu Feb 23 2023 - 22:41:23 EST)
- [git pull] vfs.git misc bits Al Viro (Thu Feb 23 2023 - 22:41:40 EST)
- Re: [PATCH v2] locktorture: Add raw_spinlock* torture tests for PREEMPT_RT kernels Davidlohr Bueso (Thu Feb 23 2023 - 22:41:47 EST)
- [PATCH][next] ASoC: SOF: ipc4-topology: Replace fake flexible arrays with flexible-array member Gustavo A. R. Silva (Thu Feb 23 2023 - 22:42:45 EST)
- Re: [PATCH 6.1 00/47] 6.1.14-rc2 review Bagas Sanjaya (Thu Feb 23 2023 - 22:43:12 EST)
- Re: [PATCH 6.2 00/12] 6.2.1-rc2 review Bagas Sanjaya (Thu Feb 23 2023 - 22:43:34 EST)
- [PATCH][next] usb: host: oxu210hp-hcd: Replace fake flex-array with flexible-array member Gustavo A. R. Silva (Thu Feb 23 2023 - 22:44:30 EST)
- Re: [PATCH 4.19 00/12] 4.19.274-rc2 review Slade Watkins (Thu Feb 23 2023 - 22:46:44 EST)
- Re: [PATCH 5.4 00/19] 5.4.233-rc2 review Slade Watkins (Thu Feb 23 2023 - 22:47:25 EST)
- Re: [PATCH 5.10 00/26] 5.10.170-rc2 review Slade Watkins (Thu Feb 23 2023 - 22:48:03 EST)
- Re: [PATCH net-next v8 6/9] net: phy: c22: migrate to genphy_c45_write_eee_adv() Guenter Roeck (Thu Feb 23 2023 - 22:56:08 EST)
- Re: [PATCH v2 2/7] mm: vmscan: make global slab shrink lockless Qi Zheng (Thu Feb 23 2023 - 23:01:02 EST)
- Re: [PATCH v1 1/1] pstore/ram: Fix crash when setting number of cpus to an odd number Guilherme G. Piccoli (Thu Feb 23 2023 - 23:01:06 EST)
- Re: [PATCH 5.15 00/37] 5.15.96-rc2 review Slade Watkins (Thu Feb 23 2023 - 23:03:24 EST)
- Re: [PATCH v2 0/7] make slab shrink lockless Qi Zheng (Thu Feb 23 2023 - 23:09:23 EST)
- Re: [PATCH v2 2/7] mm: vmscan: make global slab shrink lockless Qi Zheng (Thu Feb 23 2023 - 23:10:34 EST)
- Re: [PATCH v2 2/7] mm: vmscan: make global slab shrink lockless Qi Zheng (Thu Feb 23 2023 - 23:17:16 EST)
- Re: [PATCH net-next v8 6/9] net: phy: c22: migrate to genphy_c45_write_eee_adv() Guenter Roeck (Thu Feb 23 2023 - 23:17:17 EST)
- Re: [PATCH RESEND] PCI: s390: Fix use-after-free of PCI bus resources with s390 per-function hotplug Lukas Wunner (Thu Feb 23 2023 - 23:19:26 EST)
- Re: [PATCH 4.14 0/7] 4.14.307-rc1 review Guenter Roeck (Thu Feb 23 2023 - 23:27:18 EST)
- [PATCH] lib: parser: update documentation for match_NUMBER functions Eric Biggers (Thu Feb 23 2023 - 23:27:34 EST)
- Re: [PATCH 4.19 00/12] 4.19.274-rc2 review Guenter Roeck (Thu Feb 23 2023 - 23:28:12 EST)
- Re: [PATCH 5.4 00/19] 5.4.233-rc2 review Guenter Roeck (Thu Feb 23 2023 - 23:28:26 EST)
- Re: [PATCH 5.10 00/26] 5.10.170-rc2 review Guenter Roeck (Thu Feb 23 2023 - 23:28:54 EST)
- Re: [PATCH 6.1 00/47] 6.1.14-rc2 review Guenter Roeck (Thu Feb 23 2023 - 23:29:23 EST)
- Re: [PATCH 6.2 00/12] 6.2.1-rc2 review Guenter Roeck (Thu Feb 23 2023 - 23:29:50 EST)
- Re: [PATCH] rcu-tasks: Directly invoke rcuwait_wake_up() in call_rcu_tasks_generic() Joel Fernandes (Thu Feb 23 2023 - 23:31:15 EST)
- RE: [PATCH V2] dt-bindings: usb: snps,dwc3: support i.MX8MQ Peng Fan (Thu Feb 23 2023 - 23:37:41 EST)
- [Syzkaller & bisect] There is "xfs_dquot_alloc" related BUG in v6.2 in guest Pengfei Xu (Thu Feb 23 2023 - 23:38:28 EST)
- Re: linux-next: build failure after merge of the mm tree Stephen Rothwell (Thu Feb 23 2023 - 23:40:26 EST)
- [PATCH for-6.4] printk: Unregister boot consoles on register of 1st real console Lukas Wunner (Thu Feb 23 2023 - 23:46:27 EST)
- linux-next: Tree for Feb 24 Stephen Rothwell (Thu Feb 23 2023 - 23:49:32 EST)
- Re: [PATCH net-next v8 6/9] net: phy: c22: migrate to genphy_c45_write_eee_adv() Oleksij Rempel (Thu Feb 23 2023 - 23:54:03 EST)
8287 messages sorted by:
[ author ]
[ thread ]
[ Subject ]
About this archive
Other mail archives
Mail converted by MHonArc