lkml.org 
[lkml]   [2024]   [Apr]   [7]   [last100]  
 
/

7 Apr 2024

 
[New] [PATCH v3 00/17] treewide: Refactor heap related implementationKuan-Wei Chiu
  [PATCH v3 01/17] perf/core: Fix several typosKuan-Wei Chiu
  [PATCH v3 02/17] bcache: Fix typoKuan-Wei Chiu
  [PATCH v3 03/17] bcachefs: Fix typoKuan-Wei Chiu
  [PATCH v3 04/17] lib min_heap: Add type safe interfaceKuan-Wei Chiu
  [PATCH v3 05/17] lib min_heap: Add min_heap_init()Kuan-Wei Chiu
  [PATCH v3 06/17] lib min_heap: Add min_heap_peek()Kuan-Wei Chiu
  [PATCH v3 07/17] lib min_heap: Add min_heap_full()Kuan-Wei Chiu
  [PATCH v3 08/17] lib min_heap: Add args for min_heap_callbacksKuan-Wei Chiu
  [PATCH v3 09/17] lib min_heap: Add min_heap_sift_up()Kuan-Wei Chiu
  [PATCH v3 10/17] lib min_heap: Add min_heap_del()Kuan-Wei Chiu
  [PATCH v3 11/17] lib min_heap: Update min_heap_push() and min_hea ...Kuan-Wei Chiu
  [PATCH v3 12/17] lib min_heap: Rename min_heapify() to min_heap_s ...Kuan-Wei Chiu
  [PATCH v3 13/17] lib min_heap: Update min_heap_push() to use min_ ...Kuan-Wei Chiu
  [PATCH v3 14/17] lib/test_min_heap: Use min_heap_init() for initi ...Kuan-Wei Chiu
  [PATCH v3 15/17] lib/test_min_heap: Add test for heap_del()Kuan-Wei Chiu
  [PATCH v3 16/17] bcache: Remove heap-related macros and switch to ...Kuan-Wei Chiu
  [PATCH v3 17/17] bcachefs: Remove heap-related macros and switch ...Kuan-Wei Chiu
[New] [gustavoars:testing/WFAMNAE-next20240405-CbC] BUILD SUCCESS 446e1 ...kernel test robot
  Re: [PATCH 0/1] m68k: Handle HAS_IOPORT dependenciesMichael Schmitz
  Re: [PATCH 3/3] io_uring: Support IOSQE_CQE_SKIP_SUCCESS in io_ur ...Muhammad Usama Anjum
[New] lib/overflow_kunit.c:295:14-19: Unneeded variable: "index". Retur ...kernel test robot
  Re: [PATCH v20 5/5] ring-buffer/selftest: Add ring-buffer mapping ...Muhammad Usama Anjum
  Re: [PATCH v6 2/2] selftests/timers/posix_timers: Test delivery o ...Muhammad Usama Anjum
  Re: [PATCH] net: change maximum number of UDP segments to 128Muhammad Usama Anjum
  Re: [PATCH 1/2] tracing/selftests: Support log output when genera ...Muhammad Usama Anjum
  Re: [PATCH 2/2] tracing/selftests: Default to verbose mode when r ...Muhammad Usama Anjum
  Re: [PATCH 4/4] selftests: Add build infrastructure along with READMEMuhammad Usama Anjum
  Re: [PATCH 1/4] selftests/arm: Add mm testMuhammad Usama Anjum
  Re: [PATCH 2/4] selftests/arm: Add signal testsMuhammad Usama Anjum
  Re: [PATCH 3/4] selftests/arm: Add elf testMuhammad Usama Anjum
  Re: [PATCH v6 2/2] selftests/timers/posix_timers: Test delivery o ...Muhammad Usama Anjum
  Re: [RFC PATCH v3 6/9] selftests: cgroup: Add basic tests for pid ...Muhammad Usama Anjum
  Re: [PATCH] selftests/timers/posix_timers: reimplement check_time ...Thomas Gleixner
  Re: Regression in kernel 6.8.2 fails in various ways (USB, BT, ...)Oleksandr Natalenko
  Re: [syzbot] [net?] WARNING in cleanup_net (3)Hillf Danton
[New] [tip:x86/percpu] BUILD SUCCESS 93cfa544cf9e4771def159002304a2e366 ...kernel test robot
[New] [tip:x86/urgent] BUILD SUCCESS b377c66ae3509ccea596512d6afb477771 ...kernel test robot
[New] [tip:master] BUILD SUCCESS f6f609de2b987bfce0dd3283f7bfbff1aa692c7akernel test robot
  Re: Regression in kernel 6.8.2 fails in various ways (USB, BT, ...)"Linux regression tracking (Thorsten Leemhuis)"
  Re: [PATCH RFC 5/6] mm: rmap: weaken the WARN_ON in __folio_add_a ...Barry Song
[New] [PATCH net-next] net: sched: cake: Optimize number of calls to ca ...Kuan-Wei Chiu
[New] [PATCH 0/4] RS485 cleanupsLino Sanfilippo
  [PATCH 1/4] serial: amba-pl011: get rid of useless wrapper pl011_ ...Lino Sanfilippo
  [PATCH 2/4] serial: amba-pl011: move variable into CONFIG_DMA_ENG ...Lino Sanfilippo
  [PATCH 3/4] serial: 8250: Remove superfluous sanity checkLino Sanfilippo
  [PATCH 4/4] serial: ar933x: Remove unneeded static structureLino Sanfilippo
  RE: [PATCH v2 1/6] dt-bindings: firmware: arm,scmi: set additiona ...Peng Fan
  Re: [syzbot] [kernfs?] possible deadlock in kernfs_fop_llseekAl Viro
  Re: [syzbot] [kernfs?] possible deadlock in kernfs_fop_llseekAl Viro
  RE: [PATCH v2 2/6] dt-bindings: firmware: add i.MX SCMI Extension ...Peng Fan
  RE: [PATCH v2 4/6] firmware: arm_scmi: add initial support for i. ...Peng Fan
  [PATCH v5 0/1] platform/x86: Add wmi driver for Casper Excalibur ...Stella Bloom
[New] [PATCH 1/1] iommu/vt-d: Fix WARN_ON in iommu probe pathLu Baolu
  Re: [PATCH] usb: chipidea: move ci_ulpi_init after the phy initia ...Peter Chen
  Re: [PATCH v19 067/130] KVM: TDX: Add load_mmu_pgd method for TDXBinbin Wu
[New] [PATCH] bcachefs: Optimize eytzinger0_sort() with bottom-up heapsortKuan-Wei Chiu
  Re: [PATCH] jbd2: avoid mount failed when commit block is partial ..."yebin (H)"
  Re: [PATCH v19 078/130] KVM: TDX: Implement TDX vcpu enter/exit pathBinbin Wu
  Re: [PATCH bpf] MAINTAINERS: bpf: Add Lehui and Puranjay as riscv ...Pu Lehui
  RE: [PATCH v2 3/3] mm/slub: simplify get_partial_node()"Song, Xiongwei"
  RE: [PATCH v2 2/6] dt-bindings: firmware: add i.MX SCMI Extension ...Peng Fan
  Re: [PATCH v3] drm/msm/dp: call dp_hpd_plug_handle()/unplug_handl ...Dmitry Baryshkov
  Re: [syzbot] [nilfs?] KASAN: slab-out-of-bounds Read in wb_writebackKemeng Shi
  Re: [PATCH v2 2/3] x86/mm/pat: fix VM_PAT handling in COW mappingsmawupeng
  Re: [f2fs-dev] [PATCH 1/2] f2fs: fix to relocate check condition ...Zhiguo Niu
[New] [PATCH] HID: nintendo: Remove unused functionJiapeng Chong
[New] [PATCH] HID: Remove the unused variable minorJiapeng Chong
  Re: [PATCH 0/2] perf kvm: Add kvm stat support on riscv"Shenlin Liang"
  Re: [PATCH 1/2] media: v4l2-ctrls: Add average qp controlming qian
  Re: [PATCH] KVM: riscv: selftests: Add SBI base extension testHaibo Xu
  Re: [PATCH v2 3/6] writeback: support retrieving per group debug ...Kemeng Shi
  Re: [PATCH v2 6/6] ACPI: RISCV: Enable ACPI based NUMAHaibo Xu
  Re: [PATCH] bcachefs: Optimize eytzinger0_sort() with bottom-up h ...Kuan-Wei Chiu
  Re: [PATCH v19 079/130] KVM: TDX: vcpu_run: save/restore host sta ...Binbin Wu
  Re: [PATCH v2 2/6] ACPI: RISCV: Add NUMA support based on SRAT an ...Haibo Xu
  Re: [PATCH] vhost-vdpa: change ioctl # for VDPA_GET_VRING_SIZEJason Wang
  Re: [PATCH v2 3/6] writeback: support retrieving per group debug ...Kemeng Shi
  Re: [ANNOUNCE] PUCK Notes - 2024.04.03 - TDX Upstreaming StrategyXiaoyao Li
  RE: [PATCH v8 4/4] pinctrl: Implementation of the generic scmi-pi ...Peng Fan
  Re: [f2fs-dev] [PATCH v7] f2fs: prevent writing without fallocate ...Chao Yu
  Re: [f2fs-dev] [PATCH v6] f2fs: fix zoned block device informatio ...Chao Yu
  Re: [PATCH 4/5] ext4: use correct criteria name instead stale int ...Kemeng Shi
[New] [PATCH] acpi: Modify ACPI_OBJECT_COMMON_HEADERlijun
  Re: [PATCH v2] f2fs: zone: don't block IO if there is remained op ...Chao Yu
  Re: [PATCH v3] vhost/vdpa: Add MSI translation tables to iommu fo ...Jason Wang
  [PATCH v2] bcachefs: Optimize eytzinger0_sort() with bottom-up he ...Kuan-Wei Chiu
  Re: [RESPIN PATCH] irqchip/gic-v4.1:Fix VSYNC referencing an unma ...Zenghui Yu
  Re: [PATCH v19 080/130] KVM: TDX: restore host xsave state when e ...Binbin Wu
  Re: [PATCH v19 108/130] KVM: TDX: Handle TDX PV HLT hypercallChao Gao
  Re: [Problem ?] cxl list show nothing after reboot Re: [PATCH v2] ..."Zhijian Li (Fujitsu)"
[New] [PATCH] kprobes: Fix possible warn in __arm_kprobe_ftrace()Zheng Yejian
  Re: Machine check recovery broken in v6.9-rc1Miaohe Lin
  Re: [PATCH v2] bcachefs: Optimize eytzinger0_sort() with bottom-u ...Kent Overstreet
  Re: [PATCH 01/12] iommu/vt-d: Add cache tag assignment interfaceBaolu Lu
[New] [PATCH v9 0/6] PCI: qcom: Add support for OPPKrishna chaitanya chundru
  [PATCH v9 1/6] arm64: dts: qcom: sm8450: Add interconnect path to ...Krishna chaitanya chundru
  [PATCH v9 2/6] PCI: qcom: Add ICC bandwidth vote for CPU to PCIe pathKrishna chaitanya chundru
  [PATCH v9 3/6] dt-bindings: pci: qcom: Add opp tableKrishna chaitanya chundru
  [PATCH v9 4/6] arm64: dts: qcom: sm8450: Add opp table support to ...Krishna chaitanya chundru
  [PATCH v9 5/6] PCI: Bring the PCIe speed to MBps logic to new pci ...Krishna chaitanya chundru
  [PATCH v9 6/6] PCI: qcom: Add OPP support to scale performance st ...Krishna chaitanya chundru
  Re: [PATCH] KVM: riscv: selftests: Add SBI base extension testAnup Patel
  Re: [PATCH 1/4] KVM: delete .change_pte MMU notifier callbackAnup Patel
  Re: Machine check recovery broken in v6.9-rc1Oscar Salvador
[New] [PATCH v1 0/1] Add rtc PCF2131 supportJoy Zou
  [PATCH v1 1/1] arm64: dts: imx93-11x11-evk: add rtc PCF2131 supportJoy Zou
  Re: [PATCH 02/12] iommu/vt-d: Add cache tag invalidation helpersBaolu Lu
  Re: [PATCH v19 081/130] KVM: x86: Allow to update cached values i ...Binbin Wu
  [PATCH v4 1/2] dt-bindings: arm: qcom: Document the Samsung Galax ...Alexandru Marc Serdeliuc via B4 Relay
[New] [PATCH v4 0/2] Samsung Galaxy Z Fold5 initial supportAlexandru Marc Serdeliuc via B4 Relay
  [PATCH v4 2/2] arm64: dts: qcom: sm8550: Add support for Samsung ...Alexandru Marc Serdeliuc via B4 Relay
  Re: [PATCH 04/12] iommu/vt-d: Use cache_tag_flush_all() in flush_ ...Baolu Lu
  Re: [PATCH v19 082/130] KVM: TDX: restore user ret MSRsBinbin Wu
  Re: [PATCH v6 4/6] mm: swap: Allow storage of all mTHP orders"Huang, Ying"
[New] [PATCH v3 0/1] Remove support for legacy UFSAvri Altman
  [PATCH v3 1/1] scsi: ufs: Remove support for old UFSHCI versionsAvri Altman
  Re: [PATCH] KVM: riscv: selftests: Add SBI base extension testHaibo Xu
  Re: [PATCH] staging: greybus: Clear up precedence for gcam loggin ...Greg Kroah-Hartman
[New] [PATCH -next] ARM: Add kernel-doc comments to ssp_read_word()Yang Li
  Re: [PATCH v5 2/4] drm/bridge: add lvds controller support for sam9x7 <Hari.PrasathGE@microchi ...
[New] [PATCH V2] drm/arm/malidp: fix a possible null pointer dereferenceHuai-Yuan Liu
  Re: [PATCH 3/5] ext4: call ext4_mb_mark_free_simple in mb_mark_us ...Kemeng Shi
  Re: [syzbot] [mtd?] WARNING: zero-size vmalloc in ubi_read_volume ...Zhihao Cheng
  Re: [PATCH] ALSA: hda/realtek: Add quirk for HP SnowWhite laptopsTakashi Iwai
  Re: [PATCH v3] ALSA: hda/tas2781: correct the register for pow ca ...Takashi Iwai
[New] [PATCH -next 1/3] powerpc: boot: Fix a typo in partial_decompress ...Yang Li
  [PATCH -next 2/3] powerpc: Fix kernel-doc comments in fsl_gtm.cYang Li
  [PATCH -next 3/3] powerpc/rtas: Add kernel-doc comments to smp_st ...Yang Li
  Re: [PATCH 06/12] iommu/vt-d: Use cache_tag_flush_cm_range() in i ...Baolu Lu
[New] [PATCH] mm/mmap: make accountable_mapping return boolHao Ge
[New] [PATCH v2 0/2] jbd2: use shrink_type type instead of bool type fo ...Ye Bin
  [PATCH v2 2/2] jbd2: add prefix 'jbd2' for 'shrink_type'Ye Bin
  [PATCH v2 1/2] jbd2: use shrink_type type instead of bool type fo ...Ye Bin
[New] [PATCH] mm/mmap: make vma_wants_writenotify return boolHao Ge
[New] [PATCH] mm,swap: add document about RCU read lock and swapoff int ...Huang Ying
  Re: [PATCH 06/10] mm: page_alloc: fix freelist movement during bl ...Baolin Wang
[New] [PATCH V2] scsi: lpfc: Fix a possible null pointer dereferenceHuai-Yuan Liu
  Re: [PATCH] scsi: lpfc: Fix a possible null pointer dereference=?UTF-8?B?5YiY5oCA6L+c?=
  Re: [PATCH v19 083/130] KVM: TDX: Add TSX_CTRL msr into uret_msrs ...Binbin Wu
  Re: [PATCH 07/12] iommu/vt-d: Cleanup use of iommu_flush_iotlb_psi()Baolu Lu
  Re: [PATCH v2] dt-bindings: omap-mcpdm: Convert to DT schemaMithil
  Re: [PATCH 08/12] iommu/vt-d: Use cache_tag_flush_range() in cach ...Baolu Lu
  Re: [PATCH v2 1/3] hugetlb: Convert hugetlb_fault() to use struct ...Muchun Song
  Re: [PATCH] phy: qcom: m31: match requested regulator name with d ...Vinod Koul
  Re: [PATCH v2] phy: qcom: m31: match requested regulator name wit ...Vinod Koul
[New] [PATCH v7] f2fs: fix zoned block device information initializationChao Yu
[New] [PATCH next] drivers: soc: qcom: Auto cleanup using __free(device ...Prabhav Kumar Vaish
[New] [PATCH 1/2] f2fs: compress: fix to relocate check condition in f2 ...Chao Yu
  [PATCH 2/2] f2fs: compress: fix to relocate check condition in f2 ...Chao Yu
  Re: [f2fs-dev] [PATCH 1/2] f2fs: fix to relocate check condition ...Chao Yu
  Re: [PATCH 00/12] Consolidate domain cache invalidationBaolu Lu
[New] [PATCH] quota: don't let mark_dquot_dirty() fail silentlyChao Yu
[New] [PATCH] regulator: irq_helpers: duplicate IRQ nameMatti Vaittinen
  Re: [PATCH v2 1/3] hugetlb: Convert hugetlb_fault() to use struct ...Muchun Song
  Re: [PATCH v6 4/6] mm: swap: Allow storage of all mTHP ordersBarry Song
  Re: [PATCH] dma-buf: add DMA_BUF_IOCTL_SYNC_PARTIAL supportRong Qianfeng
[New] [GIT PULL] perf fixIngo Molnar
  Re: [PATCH 2/2] mm/hugetlb: pass correct order_per_bit to cma_dec ...Muchun Song
[New] [GIT PULL] timer fixesIngo Molnar
  [PATCH v2 2/9] crypto: hisilicon/debugfs - Fix debugfs uninit pro ...Chenghai Huang
[New] [PATCH v2 0/9] crypto: hisilicon - Optimize and fix some driver p ...Chenghai Huang
  [PATCH v2 3/9] crypto: hisilicon/sgl - Delete redundant parameter ...Chenghai Huang
  [PATCH v2 5/9] crypto: hisilicon/qm - Add the default processing ...Chenghai Huang
  [PATCH v2 6/9] crypto: hisilicon - Adjust debugfs creation and re ...Chenghai Huang
  [PATCH v2 1/9] crypto: hisilicon/sec - Add the condition for conf ...Chenghai Huang
  [PATCH v2 9/9] crypto: hisilicon/qm - Add the err memory release ...Chenghai Huang
  [PATCH v2 8/9] crypto: hisilicon/debugfs - Resolve the problem of ...Chenghai Huang
  [PATCH v2 4/9] crypto: hisilicon/debugfs - Fix the processing log ...Chenghai Huang
  [PATCH v2 7/9] crypto: hisilicon/sec - Fix memory leak for sec re ...Chenghai Huang
[New] [PATCH net] nfc: nci: Fix uninit-value in nci_rx_workRyosuke Yasuoka
[New] [PATCH V2] ppdev: Add an error check in register_deviceHuai-Yuan Liu
  Re: [PATCH v2 0/2] Enable JPEG encoding on rk3588Nicolas Dufresne
  Re: [PATCH v4 4/4] selftests/bpf: Add tests for ring__consume_n a ...Andrea Righi
  Re: [PATCH v4] i2c: i2c-qcom-geni: Parse Error correctly in i2c G ...Vinod Koul
  Re: [PATCH v4] i2c: i2c-qcom-geni: Parse Error correctly in i2c G ...Vinod Koul
  Re: [PATCH net v4] virtio_net: Do not send RSS key if it is not s ...Xuan Zhuo
  Re: [PATCH 1/3] thermal: intel: intel_tcc: Add model checks for t ..."Zhang, Rui"
  [GIT PULL] x86 fixesIngo Molnar
  Re: [PATCH v9 1/6] dmaengine: Add API function dmaengine_prep_per ...Vinod Koul
  Re: [PATCH 3/3] hwmon: (coretemp) Use a model-specific bitmask to ..."Zhang, Rui"
  Re: [f2fs-dev] [PATCH 1/2] f2fs: fix to relocate check condition ...Zhiguo Niu
[New] [PATCH v2] perf kvm: Add kvm-stat for loongarch64Bibo Mao
  Re: [PATCH 3/3] hwmon: (coretemp) Use a model-specific bitmask to ..."Zhang, Rui"
[New] [PATCH 0/5] sched: Split out kernel/sched/fair_balance.c, numa_ba ...Ingo Molnar
  [PATCH 4/5] sched/fair: Remove NEXT_BUDDYIngo Molnar
  [PATCH 5/5] sched/fair: Rename set_next_buddy() to set_next_pick()Ingo Molnar
  [PATCH 1/5] sched: Split out kernel/sched/syscalls.c from kernel/ ...Ingo Molnar
  [PATCH 3/5] sched: Split out kernel/sched/numa_balancing.c from k ...Ingo Molnar
  [PATCH 2/5] sched: Split out kernel/sched/fair_balance.c from ker ...Ingo Molnar
  Re: [PATCH v2 1/2] riscv: thead: Rename T-Head PBMT to MAEE=?UTF-8?Q?Christoph_M=C3=BCllner?=
  Re: [PATCH v0 10/14] sfc: falcon: Make I2C terminology more inclusiveSimon Horman
  Re: [PATCH v3 09/25] media: i2c: imx258: Add support for running ...Kieran Bingham
  Re: [PATCH v2 1/6] dt-bindings: firmware: arm,scmi: set additiona ...Krzysztof Kozlowski
  Re: [PATCH v4] rust: init: remove impl Zeroable for InfallibleBenno Lossin
  Re: [PATCH v2 2/6] dt-bindings: firmware: add i.MX SCMI Extension ...Krzysztof Kozlowski
[New] [PATCH] mm/memory-failure: fix deadlock when hugetlb_optimize_vme ...Miaohe Lin
  Re: [PATCH v4 4/4] rust: add abstraction for `struct page`Benno Lossin
  Re: [PATCH v2 2/3] hugetlb: Convert hugetlb_no_page() to use stru ...Muchun Song
  Re: [PATCH v9 3/6] dt-bindings: pci: qcom: Add opp tableKrzysztof Kozlowski
  Re: [PATCH v4 1/2] dt-bindings: arm: qcom: Document the Samsung G ...Krzysztof Kozlowski
[New] [PATCH V2 00/11] rcu/x86: Use per-cpu rcu preempt countLai Jiangshan
  [PATCH V2 01/11] lib: Use rcu_preempt_depth() to replace current- ...Lai Jiangshan
  Re: [PATCH v19 087/130] KVM: TDX: handle vcpu migration over logi ...Binbin Wu
  [PATCH V2 02/11] rcu: Move rcu_preempt_depth_set() to rcupdate.hLai Jiangshan
  [PATCH V2 03/11] rcu: Reorder tree_exp.h after tree_plugin.hLai Jiangshan
  [PATCH V2 04/11] rcu: Add macros set_rcu_preempt_special() and cl ...Lai Jiangshan
  [PATCH V2 05/11] rcu: Make rcu_read_unlock_special() globalLai Jiangshan
  Re: [PATCH v4 2/2] arm64: dts: qcom: sm8550: Add support for Sams ...Krzysztof Kozlowski
  [PATCH V2 06/11] rcu: Rename marco __LINUX_RCU_H to __KERNEL_RCU_HLai Jiangshan
  [PATCH V2 07/11] sched/core: Add rcu_preempt_switch()Lai Jiangshan
  [PATCH V2 08/11] x86/entry: Merge thunk_64.S and thunk_32.S into ...Lai Jiangshan
  [PATCH V2 09/11] rcu: Implement PCPU_RCU_PREEMPT_COUNT frameworkLai Jiangshan
  [PATCH V2 10/11] x86/rcu: Add rcu_preempt_countLai Jiangshan
  Re: [PATCH v1 1/1] arm64: dts: imx93-11x11-evk: add rtc PCF2131 s ...Krzysztof Kozlowski
  [PATCH V2 11/11] x86/rcu: Add THUNK rcu_read_unlock_special_thunkLai Jiangshan
  Re: [PATCH v4 4/5] dt-bindings: fsl-imx-sdma: Add I2C peripheral ...Krzysztof Kozlowski
[New] [PATCH v3 1/2] dt-bindings: arm: qcom: Add Motorola Moto G (2013)Stanislav Jakubek
  [PATCH v3 2/2] ARM: dts: qcom: Add support for Motorola Moto G (2013)Stanislav Jakubek
  Re: [PATCH v3 2/2] media: i2c: Add GC05A2 image sensor driverKieran Bingham
  Re: [syzbot] [bpf?] KASAN: stack-out-of-bounds Read in hashHou Tao
  RE: [EXT] Re: [PATCH v1 1/1] arm64: dts: imx93-11x11-evk: add rtc ...Joy Zou
  Re: [PATCH v2] dt-bindings: PCI: altera: Convert to YAMLKrzysztof Kozlowski
  Re: [EXT] Re: [PATCH v1 1/1] arm64: dts: imx93-11x11-evk: add rtc ...Krzysztof Kozlowski
  Re: [PATCH v2 3/3] hugetlb: Convert hugetlb_wp() to use struct vm ...Muchun Song
[New] [PATCH v9 0/4] ASoc: PCM6240: mixer-test reportShenghao Ding
  RE: [EXT] Re: [PATCH v1 1/1] arm64: dts: imx93-11x11-evk: add rtc ...Joy Zou
[New] [PATCH] mfd: Tidy Kconfig dependenciesJean Delvare
[New] [PATCH] f2fs: fix some ambiguous commentsZhiguo Niu
  Re: [PATCH v4 1/2] dt-bindings: arm: qcom: Document the Samsung G ...Alexandru Serdeliuc
  [PATCH v9 1/4] ASoc: PCM6240: Create PCM6240 Family driver codeShenghao Ding
  Re: Linux 6.8.4=?UTF-8?Q?Fran=C3=A7ois_Valenduc?=
  [PATCH v9 3/4] ASoc: PCM6240: Add compile item for PCM6240 Family ...Shenghao Ding
  [PATCH v9 2/4] ASoc: PCM6240: Create header file for PCM6240 Fami ...Shenghao Ding
  [PATCH v9 4/4] ASoc: dt-bindings: PCM6240: Add initial DT bindingShenghao Ding
  Re: Regression in kernel 6.8.2 fails in various ways (USB, BT, ...)Pasi =?iso-8859-1?Q?K=E4rkk=E4inen?=
  Re: Regression in kernel 6.8.2 fails in various ways (USB, BT, ...)Pasi =?iso-8859-1?Q?K=E4rkk=E4inen?=
  Re: Linux 6.8.4Greg Kroah-Hartman
  Re: [PATCH v1 1/1] serial: core: Clearing the circular buffer bef ...Yicong Yang
  Re: [RFC PATCH 1/3] rust: Add bindings for OPP frameworkBenno Lossin
  Re: [RFC PATCH 3/3] cpufreq: Add Rust based cpufreq-dt driverBenno Lossin
[New] [PATCH 0/3] Fix up qcom,halt-regs definition in various schemasLuca Weiss
  [PATCH 1/3] dt-bindings: remoteproc: qcom,qcs404-cdsp-pil: Fix qc ...Luca Weiss
  [PATCH 3/3] dt-bindings: remoteproc: qcom,sdm845-adsp-pil: Fix qc ...Luca Weiss
  [PATCH 2/3] dt-bindings: remoteproc: qcom,sc7280-wpss-pil: Fix qc ...Luca Weiss
  Re: Linux 6.8.4=?UTF-8?Q?Fran=C3=A7ois_Valenduc?=
  RE: [PATCH v2 1/6] dt-bindings: firmware: arm,scmi: set additiona ...Peng Fan
  Re: Regression in kernel 6.8.2 fails in various ways (USB, BT, ...)Oleksandr Natalenko
  Re: [PATCH 2/5] sched: Split out kernel/sched/fair_balance.c from ...kernel test robot
  Re: [RFC][PATCH 0/2] Amlogic T7 (A113D2) Clock DriverXianwei Zhao
  RE: [PATCH v2 2/6] dt-bindings: firmware: add i.MX SCMI Extension ...Peng Fan
  Re: [PATCH 2/5] sched: Split out kernel/sched/fair_balance.c from ...kernel test robot
  Re: [RFC PATCH 3/3] cpufreq: Add Rust based cpufreq-dt driverBenno Lossin
  Re: [PATCH 10/10] mm: page_alloc: consolidate free page accountingBaolin Wang
[New] [PATCH 1/3] dt-bindings: PCI: cdns,cdns-pcie-host: drop redundant ...Krzysztof Kozlowski
  [PATCH 2/3] dt-bindings: PCI: mediatek,mt7621: add missing child ...Krzysztof Kozlowski
  [PATCH 3/3] dt-bindings: PCI: host-bridges: switch from deprecate ...Krzysztof Kozlowski
  Re: [PATCH V2] ppdev: Add an error check in register_deviceChristophe JAILLET
  Re: [PATCH v4 2/2] arm64: dts: qcom: sm8550: Add support for Sams ...Alexandru Serdeliuc
[New] Re: [syzbot] [netfs?] divide error in netfs_submit_writethrough""
  Re: [PATCH v19 088/130] KVM: x86: Add a switch_db_regs flag to ha ...Binbin Wu
  Re: [PATCH 01/74] x86/cpu/vfm: Add/initialize x86_vfm field to st ...Borislav Petkov
  Re: Fwd: Steam Deck OLED 6.8.2 nau8821-max failsBagas Sanjaya
  Re: [syzbot] [scsi?] WARNING in sg_remove_sfp_usercontextPengfei Xu
[New] include/linux/compiler_types.h:357:45: error: call to '__compilet ...kernel test robot
  Re: [PATCH v2 3/3] dt-bindings: kbuild: Add separate target/depen ...Conor Dooley
  Re: [syzbot] [kernfs?] possible deadlock in kernfs_fop_llseekAmir Goldstein
[New] Re: [syzbot] [net?] WARNING in cleanup_net (3)syzbot
  Re: [PATCH v4 1/2] dt-bindings: arm: qcom: Document the Samsung G ...Krzysztof Kozlowski
  RE: [PATCH v2 4/6] firmware: arm_scmi: add initial support for i. ...Peng Fan
  Re: [PATCH v4 5/5] dmaengine: imx-sdma: Add i2c dma supportVinod Koul
  Re: [PATCH v4 4/5] dt-bindings: fsl-imx-sdma: Add I2C peripheral ...Vinod Koul
  Re: [PATCH v2 4/6] firmware: arm_scmi: add initial support for i. ...Marco Felsch
  Re: [PATCH v6 2/3] soc/sophgo: add top sysctrl layout file for CV ...Vinod Koul
[New] [PATCH v2] rcutorture: Make rcutorture support srcu double call testZqiang
  Re: [PATCH v6 3/3] dmaengine: add driver for Sophgo CV18XX/SG200X ...Vinod Koul
[New] [syzbot] [bluetooth?] BUG: sleeping function called from invalid ...syzbot
  Re: [PATCH v6 2/3] soc/sophgo: add top sysctrl layout file for CV ...Inochi Amaoto
  Re: [PATCH v2] dmaengine: pl08x: Use kcalloc() instead of kzalloc()Vinod Koul
  Re: [PATCH v6 3/3] dmaengine: add driver for Sophgo CV18XX/SG200X ...Inochi Amaoto
  Re: [syzbot] [bluetooth?] BUG: sleeping function called from inva ...Hillf Danton
[New] [PATCH 0/3] perf probe: Allow names to start with digitsDominique Martinet
  [PATCH 1/3] perf parse-events: pass parse_state to add_tracepointDominique Martinet
  [PATCH 2/3] perf parse-events: Add new 'fake_tp' parameter for testsDominique Martinet
  [PATCH 3/3] perf parse: Allow names to start with digitsDominique Martinet
[New] [PATCH] HID: hid-steam: Add Deck IMU supportMax Maisel
  Re: [PATCH v8 1/1] dmaengine: switchtec-dma: Introduce Switchtec ...Vinod Koul
  Re: [PATCH 4/4] dmaengine: fsl-dpaa2-qdma: Update DPDMAI interfac ...Vinod Koul
  Re: xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not p ...=?UTF-8?B?TWljaGHFgg==?= Pecio
  Re: [PATCH] sched/pi: Reweight fair_policy() tasks when inheritin ...Qais Yousef
  RE: [PATCH 1/5] dt-bindings: firmware: add i.MX SCMI Extension pr ...Peng Fan
  Re: [PATCH 2/3] dt-bindings: PCI: mediatek,mt7621: add missing ch ...Sergio Paracuellos
  Re: [PATCH 3/3] perf parse: Allow names to start with digitsDominique Martinet
[New] [PATCH] Staging: rtl8723bs: Delete dead code from update_current_ ...Meir Elisha
  Re: [PATCH 3/3] dt-bindings: PCI: host-bridges: switch from depre ...Sergio Paracuellos
[New] [PATCH v4 1/4] include/linux/suspend.h: Only show pm_pr_dbg messa ...xiongxin
[New] [PATCH 1/2] ACPI: PPTT: Populate cacheinfo entirely with PPTTYunhui Cui
  [PATCH 2/2] RISC-V: Select ACPI PPTT driversYunhui Cui
[New] [PATCH] Add support microphone for Acer-315-24pDendi777
[New] [PATCH] Add support microphone for Acer-315-24pDendi777
  Re: [syzbot] [bluetooth?] BUG: sleeping function called from inva ...syzbot
[New] WARNING in ar5523_cmd/usb_submit_urbNikita Zhandarovich
[New] [PATCH 1/2] f2fs: use per-log target_bitmap to improve lookup per ...Chao Yu
  [PATCH 2/2] f2fs: introduce written_map to indicate written datasChao Yu
[New] Re: [syzbot] WARNING in vmk80xx_auto_attach/usb_submit_urbNikita Zhandarovich
  Re: [PATCH] dt-bindings: dma: snps,dma-spear1340: Fix data{-,_}wi ...Vinod Koul
  Re: [PATCH] dt-bindings: dma: snps,dma-spear1340: Fix data{-,_}wi ...Vinod Koul
[New] [PATCH] mm,swapops: Update check in is_pfn_swap_entry for hwpoiso ...Oscar Salvador
  Re: Nohz_full on boot CPU is broken (was: Re: [PATCH v2 1/1] wq: ...Oleg Nesterov
[New] [PATCH net-next v1 00/12] First try to replace page_frag with pag ...Yunsheng Lin
  [PATCH net-next v1 01/12] mm: Move the page fragment allocator fr ...Yunsheng Lin
  [PATCH net-next v1 02/12] mm: page_frag: use initial zero offset ...Yunsheng Lin
  [PATCH net-next v1 03/12] mm: page_frag: change page_frag_alloc_* ...Yunsheng Lin
  [PATCH net-next v1 05/12] mm: page_frag: add two inline helper fo ...Yunsheng Lin
  [PATCH net-next v1 04/12] mm: page_frag: add '_va' suffix to page ...Yunsheng Lin
  [PATCH net-next v1 06/12] mm: page_frag: reuse MSB of 'size' fiel ...Yunsheng Lin
  [PATCH net-next v1 07/12] mm: page_frag: reuse existing bit field ...Yunsheng Lin
  [PATCH net-next v1 08/12] net: introduce the skb_copy_to_va_nocac ...Yunsheng Lin
[New] [PATCH] wifi: carl9170: add a proper sanity check for endpointsNikita Zhandarovich
  [PATCH net-next v1 09/12] mm: page_frag: introduce prepare/commit ...Yunsheng Lin
  [PATCH net-next v1 11/12] mm: page_frag: add a test module for pa ...Yunsheng Lin
  [PATCH net-next v1 10/12] net: replace page_frag with page_frag_cacheYunsheng Lin
[New] [PATCH AUTOSEL 6.8 01/25] scsi: ufs: core: Fix MCQ MAC configurationSasha Levin
  [PATCH AUTOSEL 6.8 02/25] scsi: lpfc: Move NPIV's transport unreg ...Sasha Levin
  [PATCH AUTOSEL 6.8 03/25] scsi: lpfc: Remove IRQF_ONESHOT flag fr ...Sasha Levin
  [PATCH net-next v1 12/12] mm: page_frag: update documentation and ...Yunsheng Lin
  [PATCH AUTOSEL 6.8 04/25] scsi: lpfc: Update lpfc_ramp_down_queue ...Sasha Levin
  [PATCH AUTOSEL 6.8 05/25] scsi: lpfc: Replace hbalock with ndlp l ...Sasha Levin
  [PATCH AUTOSEL 6.8 06/25] scsi: lpfc: Release hbalock before call ...Sasha Levin
  [PATCH AUTOSEL 6.8 07/25] scsi: lpfc: Use a dedicated lock for ra ...Sasha Levin
  [PATCH AUTOSEL 6.8 08/25] gfs2: Fix invalid metadata access in pu ...Sasha Levin
  [PATCH AUTOSEL 6.8 09/25] fs/9p: fix uninitialized values during ...Sasha Levin
  [PATCH AUTOSEL 6.8 10/25] wifi: mac80211: fix ieee80211_bss_*_fla ...Sasha Levin
  [PATCH AUTOSEL 6.8 11/25] wifi: cfg80211: fix rdev_dump_mpp() arg ...Sasha Levin
  [PATCH AUTOSEL 6.8 12/25] wifi: mac80211: fix prep_connection err ...Sasha Levin
  [PATCH AUTOSEL 6.8 13/25] wifi: iwlwifi: read txq->read_ptr under ...Sasha Levin
  [PATCH AUTOSEL 6.8 14/25] wifi: iwlwifi: mvm: guard against inval ...Sasha Levin
  [PATCH AUTOSEL 6.8 15/25] net: mark racy access on sk->sk_rcvbufSasha Levin
  [PATCH AUTOSEL 6.8 16/25] drm/xe: Fix END redefinitionSasha Levin
  [PATCH AUTOSEL 6.8 17/25] scsi: mpi3mr: Avoid memcpy field-spanni ...Sasha Levin
  [PATCH AUTOSEL 6.8 18/25] scsi: bnx2fc: Remove spin_lock_bh while ...Sasha Levin
  [PATCH AUTOSEL 6.8 19/25] btrfs: return accurate error code on op ...Sasha Levin
  [PATCH AUTOSEL 6.8 20/25] drm/amdkfd: Check cgroup when returning ...Sasha Levin
  [PATCH AUTOSEL 6.8 21/25] drm/amdgpu/vpe: power on vpe when hw_initSasha Levin
  [PATCH AUTOSEL 6.8 22/25] drm/amdkfd: range check cp bad op excep ...Sasha Levin
  [PATCH AUTOSEL 6.8 23/25] bpf: Check bloom filter map value sizeSasha Levin
  [PATCH AUTOSEL 6.8 24/25] selftests/ftrace: Fix event filter targ ...Sasha Levin
  [PATCH AUTOSEL 6.8 25/25] kbuild: Disable KCSAN for autogenerated ...Sasha Levin
[New] [PATCH AUTOSEL 6.6 01/22] scsi: ufs: core: Fix MCQ MAC configurationSasha Levin
  [PATCH AUTOSEL 6.6 02/22] scsi: lpfc: Move NPIV's transport unreg ...Sasha Levin
  [PATCH AUTOSEL 6.6 03/22] scsi: lpfc: Remove IRQF_ONESHOT flag fr ...Sasha Levin
  [PATCH AUTOSEL 6.6 04/22] scsi: lpfc: Update lpfc_ramp_down_queue ...Sasha Levin
  [PATCH AUTOSEL 6.6 05/22] scsi: lpfc: Replace hbalock with ndlp l ...Sasha Levin
  [PATCH AUTOSEL 6.6 06/22] scsi: lpfc: Release hbalock before call ...Sasha Levin
  [PATCH AUTOSEL 6.6 07/22] scsi: lpfc: Use a dedicated lock for ra ...Sasha Levin
  [PATCH AUTOSEL 6.6 08/22] gfs2: Fix invalid metadata access in pu ...Sasha Levin
  [PATCH AUTOSEL 6.6 09/22] wifi: mac80211: fix ieee80211_bss_*_fla ...Sasha Levin
  [PATCH AUTOSEL 6.6 10/22] wifi: cfg80211: fix rdev_dump_mpp() arg ...Sasha Levin
  [PATCH AUTOSEL 6.6 11/22] wifi: mac80211: fix prep_connection err ...Sasha Levin
  [PATCH AUTOSEL 6.6 12/22] wifi: iwlwifi: read txq->read_ptr under ...Sasha Levin
  [PATCH AUTOSEL 6.6 13/22] wifi: iwlwifi: mvm: guard against inval ...Sasha Levin
  [PATCH AUTOSEL 6.6 14/22] net: mark racy access on sk->sk_rcvbufSasha Levin
  [PATCH AUTOSEL 6.6 15/22] scsi: mpi3mr: Avoid memcpy field-spanni ...Sasha Levin
  [PATCH AUTOSEL 6.6 16/22] scsi: bnx2fc: Remove spin_lock_bh while ...Sasha Levin
  [PATCH AUTOSEL 6.6 17/22] btrfs: return accurate error code on op ...Sasha Levin
  [PATCH AUTOSEL 6.6 18/22] drm/amdkfd: Check cgroup when returning ...Sasha Levin
  [PATCH AUTOSEL 6.6 19/22] drm/amdkfd: range check cp bad op excep ...Sasha Levin
  [PATCH AUTOSEL 6.6 20/22] bpf: Check bloom filter map value sizeSasha Levin
  [PATCH AUTOSEL 6.6 21/22] selftests/ftrace: Fix event filter targ ...Sasha Levin
  [PATCH AUTOSEL 6.6 22/22] kbuild: Disable KCSAN for autogenerated ...Sasha Levin
[New] [PATCH AUTOSEL 6.1 01/13] scsi: lpfc: Move NPIV's transport unreg ...Sasha Levin
  [PATCH AUTOSEL 6.1 02/13] scsi: lpfc: Update lpfc_ramp_down_queue ...Sasha Levin
  [PATCH AUTOSEL 6.1 03/13] scsi: lpfc: Replace hbalock with ndlp l ...Sasha Levin
  [PATCH AUTOSEL 6.1 04/13] scsi: lpfc: Release hbalock before call ...Sasha Levin
  [PATCH AUTOSEL 6.1 05/13] gfs2: Fix invalid metadata access in pu ...Sasha Levin
  [PATCH AUTOSEL 6.1 06/13] wifi: mac80211: fix ieee80211_bss_*_fla ...Sasha Levin
  [PATCH AUTOSEL 6.1 07/13] wifi: cfg80211: fix rdev_dump_mpp() arg ...Sasha Levin
  [PATCH AUTOSEL 6.1 08/13] net: mark racy access on sk->sk_rcvbufSasha Levin
  [PATCH AUTOSEL 6.1 09/13] scsi: mpi3mr: Avoid memcpy field-spanni ...Sasha Levin
  [PATCH AUTOSEL 6.1 10/13] scsi: bnx2fc: Remove spin_lock_bh while ...Sasha Levin
  [PATCH AUTOSEL 6.1 11/13] btrfs: return accurate error code on op ...Sasha Levin
  [PATCH AUTOSEL 6.1 12/13] bpf: Check bloom filter map value sizeSasha Levin
  [PATCH AUTOSEL 6.1 13/13] kbuild: Disable KCSAN for autogenerated ...Sasha Levin
[New] [PATCH AUTOSEL 5.15 01/10] scsi: lpfc: Move NPIV's transport unre ...Sasha Levin
  [PATCH AUTOSEL 5.15 02/10] scsi: lpfc: Update lpfc_ramp_down_queu ...Sasha Levin
  [PATCH AUTOSEL 5.15 03/10] scsi: lpfc: Replace hbalock with ndlp ...Sasha Levin
  [PATCH AUTOSEL 5.15 04/10] gfs2: Fix invalid metadata access in p ...Sasha Levin
  [PATCH AUTOSEL 5.15 05/10] wifi: mac80211: fix ieee80211_bss_*_fl ...Sasha Levin
  [PATCH AUTOSEL 5.15 06/10] wifi: cfg80211: fix rdev_dump_mpp() ar ...Sasha Levin
  [PATCH AUTOSEL 5.15 07/10] net: mark racy access on sk->sk_rcvbufSasha Levin
  [PATCH AUTOSEL 5.15 08/10] scsi: bnx2fc: Remove spin_lock_bh whil ...Sasha Levin
  [PATCH AUTOSEL 5.15 09/10] btrfs: return accurate error code on o ...Sasha Levin
  [PATCH AUTOSEL 5.15 10/10] kbuild: Disable KCSAN for autogenerate ...Sasha Levin
  Re: [PATCH 1/3] io_uring: Add REQ_F_CQE_SKIP support for io_uring ...Oliver Crumrine
[New] [PATCH AUTOSEL 5.10 1/7] scsi: lpfc: Update lpfc_ramp_down_queue_ ...Sasha Levin
  [PATCH AUTOSEL 5.10 2/7] gfs2: Fix invalid metadata access in pun ...Sasha Levin
  [PATCH AUTOSEL 5.10 3/7] wifi: mac80211: fix ieee80211_bss_*_flag ...Sasha Levin
  [PATCH AUTOSEL 5.10 4/7] wifi: cfg80211: fix rdev_dump_mpp() argu ...Sasha Levin
  [PATCH AUTOSEL 5.10 5/7] net: mark racy access on sk->sk_rcvbufSasha Levin
  [PATCH AUTOSEL 5.10 6/7] scsi: bnx2fc: Remove spin_lock_bh while ...Sasha Levin
  [PATCH AUTOSEL 5.10 7/7] btrfs: return accurate error code on ope ...Sasha Levin
[New] [PATCH AUTOSEL 5.4 1/6] scsi: lpfc: Update lpfc_ramp_down_queue_h ...Sasha Levin
  [PATCH AUTOSEL 5.4 2/6] gfs2: Fix invalid metadata access in punc ...Sasha Levin
  [PATCH AUTOSEL 5.4 3/6] wifi: mac80211: fix ieee80211_bss_*_flags ...Sasha Levin
  [PATCH AUTOSEL 5.4 4/6] wifi: cfg80211: fix rdev_dump_mpp() argum ...Sasha Levin
  [PATCH AUTOSEL 5.4 5/6] net: mark racy access on sk->sk_rcvbufSasha Levin
  [PATCH AUTOSEL 5.4 6/6] scsi: bnx2fc: Remove spin_lock_bh while r ...Sasha Levin
[New] [PATCH AUTOSEL 4.19 1/5] scsi: lpfc: Update lpfc_ramp_down_queue_ ...Sasha Levin
  [PATCH AUTOSEL 4.19 2/5] gfs2: Fix invalid metadata access in pun ...Sasha Levin
  [PATCH AUTOSEL 4.19 3/5] wifi: mac80211: fix ieee80211_bss_*_flag ...Sasha Levin
  [PATCH AUTOSEL 4.19 4/5] net: mark racy access on sk->sk_rcvbufSasha Levin
  [PATCH AUTOSEL 4.19 5/5] scsi: bnx2fc: Remove spin_lock_bh while ...Sasha Levin
  Re: [PATCH v2 16/16] EDAC/mce_amd: Add support for FRU Text in MCAYazen Ghannam
  Re: [PATCH V10 1/1] dmaengine: amd: qdma: Add AMD QDMA driverVinod Koul
[New] [PATCH V3] ppdev: Add an error check in register_deviceHuai-Yuan Liu
  Re: [syzbot] [usb?] [wireless?] WARNING in ar5523_cmd/usb_submit_urbsyzbot
[New] [PATCH] mm/memprofiling: explicitly include irqflags.h in alloc_tag.hKlara Modin
  Re: [PATCH 1/2] ACPI: PRM: Add PRM handler direct call supportYazen Ghannam
  Re: [PATCH v6 13/37] lib: add allocation tagging support for memo ...Klara Modin
  RE: [PATCH v3] clk: starfive: pll: Fix lower rate of CPUfreq by s ...Xingyu Wu
  Re: [PATCH] PM: s2idle: Make sure CPUs will wakeup directly on resumeThomas Gleixner
[New] [PATCH v2 1/2] f2fs: use per-log target_bitmap to improve lookup ...Chao Yu
  [PATCH v2 2/2] f2fs: introduce written_map to indicate written datasChao Yu
  Re: Nohz_full on boot CPU is broken (was: Re: [PATCH v2 1/1] wq: ...Oleg Nesterov
[New] include/linux/compiler_types.h:358:45: error: call to '__compilet ...kernel test robot
  Re: [syzbot] [usb?] WARNING in vmk80xx_auto_attach/usb_submit_urbsyzbot
  Re: [PATCH] mm,swapops: Update check in is_pfn_swap_entry for hwp ...Oscar Salvador
[New] [PATCH v3] f2fs: zone: don't block IO if there is remained open zoneChao Yu
  Re: [syzbot] [bluetooth?] BUG: sleeping function called from inva ...syzbot
[New] [bug report] WARNING: CPU: 0 PID: 49573 at kernel/sched/rt.c:802 ..."zhaowenhui (A)"
[New] [syzbot] [bluetooth?] KASAN: slab-use-after-free Read in __hci_re ...syzbot
  Re: [PATCH 2/2] RAS/AMD/ATL: Translate normalized to system physi ...Yazen Ghannam
[New] [drivers/virt] Eliminate uses of of_node_putWenyu Huang
  Re: [syzbot] [bpf?] KASAN: stack-out-of-bounds Read in hashAlexei Starovoitov
[New] [bug report] [spi-mt65xx.c] Kernel panic - not syncing: Asynchron ...Robert
  Re: [PATCH v9 2/6] PCI: qcom: Add ICC bandwidth vote for CPU to P ...Manivannan Sadhasivam
  [bug report] [spi.c] Kernel panic - not syncing: Asynchronous SEr ...Robert
  Re: [PATCH v9 3/6] dt-bindings: pci: qcom: Add opp tableManivannan Sadhasivam
[New] [PATCH 1/2] iommu/vt-d: Avoid unnecessary device TLB flush in map ...Lu Baolu
  [PATCH 2/2] iommu/vt-d: Remove caching mode check before devtlb flushLu Baolu
  Re: [PATCH v9 4/6] arm64: dts: qcom: sm8450: Add opp table suppor ...Manivannan Sadhasivam
  Re: [net Patch] octeontx2-pf: Fix transmit scheduler resource leak patchwork-bot+netdevbpf@kernel ...
  Re: [PATCH net v4] virtio_net: Do not send RSS key if it is not s ... patchwork-bot+netdevbpf@kernel ...
  Re: [PATCH v9 6/6] PCI: qcom: Add OPP support to scale performanc ...Manivannan Sadhasivam
[New] [PATCH] wifi: ar5523: enable proper endpoint verificationNikita Zhandarovich
  Re: [PATCH] usb: typec: qcom-pmic-typec: split HPD bridge alloc a ...Dmitry Baryshkov
  Re: [PATCH v2] drm/msm/dp: Remove now unused connector_type from descAbel Vesa
[New] include/linux/compiler_types.h:397:45: error: call to '__compilet ...kernel test robot
[New] [PATCH 1/2] x86/cpu/topology: don't write to immutable cpu_presen ...Alexey Dobriyan
  Re: [PATCH v4 1/4] include/linux/suspend.h: Only show pm_pr_dbg m ...Randy Dunlap
  Re: [PATCH] platform/x86: quickstart: Fix race condition when rep ...Hans de Goede
  Re: [PATCH] can: m_can: don't enable transceiver when probingMarkus Schneider-Pargmann
  Re: [PATCHv9 00/17] x86/tdx: Add kexec support"Kirill A. Shutemov"
  Re: [PATCH net-next] net: sched: cake: Optimize number of calls t ...Toke =?utf-8?Q?H=C3=B8iland-J=C3=B8rgensen?=
  Re: [PATCH v2 1/6] dt-bindings: firmware: arm,scmi: set additiona ...Krzysztof Kozlowski
  Re: [PATCH v4] dmaengine: idxd: Convert spinlock to mutex to lock ...Vinod Koul
  Re: [PATCH 0/3] dma: xilinx_dpdma: Fix lockingVinod Koul
  Re: [PATCH 0/3] dmaengine: xilinx: xdma: Various fixes for xdmaVinod Koul
  Re: [PATCH] dmaengine: idxd: Fix oops during rmmod on single-CPU ...Vinod Koul
  Re: [PATCH v2] dmaengine: idxd: Check for driver name match befor ...Vinod Koul
  Re: [PATCH] dmaengine: idma64: Add check for dma_set_max_seg_sizeVinod Koul
  Re: [PATCH v2] dt-bindings: dma: snps,dma-spear1340: Fix data{-,_ ...Vinod Koul
  Re: [PATCH v4 0/5] dmaengine: fsl-sdma: Some improvement for fsl-sdmaVinod Koul
  Re: [PATCH v2 0/2] Add JH8100 support for snps,dw-axi-dmacVinod Koul
  Re: [PATCH RESEND] Avoid hw_desc array overrun in dw-axi-dmacVinod Koul
  Re: [PATCH v3 0/5] dmaengine: fsl-edma: add 8ulp supportVinod Koul
  Re: (subset) [PATCH 0/4] dmaengine: fsl-dpaa2-qdma: Update DPDMAI ...Vinod Koul
  Re: [PATCH] dt-bindings: dma: snps,dma-spear1340: Fix data{-,_}wi ...Vinod Koul
  Re: [PATCH][next] dmaengine: pch_dma: remove unused function chan ...Vinod Koul
[New] [PATCH] comedi: vmk80xx: fix incomplete endpoint checkingNikita Zhandarovich
[New] [syzbot] [kernfs?] possible deadlock in walk_component (3)syzbot
  Re: [GIT PULL] perf fix pr-tracker-bot@kernel ...
  Re: [GIT PULL] timer fixes pr-tracker-bot@kernel ...
  Re: [GIT PULL] x86 fixes pr-tracker-bot@kernel ...
  Re: [PATCH v6 13/37] lib: add allocation tagging support for memo ...Klara Modin
  Re: [PATCH] mm/memprofiling: explicitly include irqflags.h in all ...Kent Overstreet
  Re: [PATCH net-next v1 00/12] First try to replace page_frag with ...Alexander Duyck
  Re: [PATCH -next 1/3] powerpc: boot: Fix a typo in partial_decomp ...Randy Dunlap
  Re: [PATCH -next 2/3] powerpc: Fix kernel-doc comments in fsl_gtm.cRandy Dunlap
  Re: [PATCH -next 3/3] powerpc/rtas: Add kernel-doc comments to sm ...Randy Dunlap
  Re: [PATCH] mm/memprofiling: explicitly include irqflags.h in all ...Klara Modin
  Re: [PATCH] mm/memprofiling: explicitly include irqflags.h in all ...Kent Overstreet
  Re: [PATCH v2] dmaengine: pl08x: Use kcalloc() instead of kzalloc()Erick Archer
[New] [PATCH v4 0/6] Driver cleanup and series to add triggered bufferVasileios Amoiridis
  [PATCH v4 2/6] iio: pressure: bmp280: Refactorize reading functionsVasileios Amoiridis
  [PATCH v4 3/6] iio: pressure: bmp280: Introduce new cleanup routinesVasileios Amoiridis
  [PATCH v4 1/6] iio: pressure: bmp280: Various driver cleanupsVasileios Amoiridis
  [PATCH v4 4/6] iio: pressure: bmp280: Generalize read_{temp,press ...Vasileios Amoiridis
  [PATCH v4 5/6] iio: pressure: bmp280: Add SCALE, RAW values in ch ...Vasileios Amoiridis
  [PATCH v4 6/6] iio: pressure: bmp280: Add triggered buffer supportVasileios Amoiridis
[New] [PATCH] arm64: dts: rockchip: mark system power controller and fi ... efectn@6tel ...
  Re: [PATCH] intel_idle: Add RaptorLake support=?utf-8?B?TMOhc3psw7MgUMOpdGVy?=
  Re: [PATCH net-next v1 01/12] mm: Move the page fragment allocato ...Alexander H Duyck
  Re: [PATCH] arm64: dts: rockchip: mark system power controller an ...Dragan Simic
[New] Linux regressions report for mainline [2024-04-07]"Regzbot (on behalf of Thorsten Leemhuis)"
  Re: [PATCH v4 3/5] spi: spi-qpic: Add qpic spi nand driver support"Alex G."
  Re: [PATCH v0 00/14] Make I2C terminology more inclusive for I2C ...Wolfram Sang
  Re: [PATCH net-next 1/2] net: usb: lan78xx: Fixup EEEOleksij Rempel
  Re: [PATCH net-next v1 02/12] mm: page_frag: use initial zero off ...Alexander H Duyck
  Re: [PATCH net-next 2/2] net: lan743x: Fixup EEEOleksij Rempel
  Re: [PATCH v4] rust: init: remove impl Zeroable for InfallibleLaine Taffin Altman
[New] [PATCH net] net: dsa: mt7530: trap link-local frames regardless o ...=?utf-8?q?Ar=C4=B1n=C3=A7_=C3=9CNAL_via_B4_Relay?=
  Re: [PATCH net-next v1 12/12] mm: page_frag: update documentation ...Alexander H Duyck
  Re: [PATCH] wifi: ar5523: enable proper endpoint verificationJeff Johnson
  Re: [PATCH 3/3] perf parse: Allow names to start with digitsIan Rogers
[New] [syzbot] [overlayfs?] possible deadlock in ovl_copy_up_start (3)syzbot
  Re: [PATCH v4 3/5] spi: spi-qpic: Add qpic spi nand driver support"Alex G."
  Re: [PATCH v4 3/5] spi: spi-qpic: Add qpic spi nand driver support"Alex G."
  Re: [PATCH v3] drm/msm/dp: call dp_hpd_plug_handle()/unplug_handl ...Bjorn Andersson
  Re: [PATCH v4 3/5] spi: spi-qpic: Add qpic spi nand driver supportKrzysztof Kozlowski
  Re: [PATCH v4 3/5] spi: spi-qpic: Add qpic spi nand driver supportKrzysztof Kozlowski
  Re: [PATCH 3/9] IB: Convert from tasklet to BH workqueueZhu Yanjun
  Re: [PATCH v2] Bluetooth: keep LE flow credits when recvbuf fullSebastian Urban
  Re: [PATCH v4 3/5] spi: spi-qpic: Add qpic spi nand driver support"Alex G."
  Re: [PATCH v2] perf kvm: Add kvm-stat for loongarch64Ian Rogers
  Re: [PATCH v3 09/17] lib min_heap: Add min_heap_sift_up()Ian Rogers
  Re: [PATCH v3 13/17] lib min_heap: Update min_heap_push() to use ...Ian Rogers
  Re: [PATCH v1 0/6] x86/resctrl: Avoid searching tasklist during m ...Reinette Chatre
  Re: [PATCH 1/3] io_uring: Add REQ_F_CQE_SKIP support for io_uring ...Oliver Crumrine
  Re: [PATCH] mm,swapops: Update check in is_pfn_swap_entry for hwp ...Peter Xu
  Re: [PATCH v1 1/6] x86/resctrl: Move __resctrl_sched_in() out-of-lineReinette Chatre
  Re: [PATCH v1 5/6] x86/resctrl: Abstract PQR_ASSOC from generic codeReinette Chatre
  Re: [PATCH v3 15/17] lib/test_min_heap: Add test for heap_del()Ian Rogers
  Re: [PATCH] usb: typec: qcom-pmic-typec: split HPD bridge alloc a ...Bryan O'Donoghue
[New] [PATCH 1/2] thermal/drivers/mediatek/lvts_thermal: Make debugfs r ...Christophe JAILLET
  [PATCH 2/2] thermal/drivers/mediatek/lvts_thermal: Improve some m ...Christophe JAILLET
  Re: [PATCH v2] rust: macros: fix soundness issue in `module!` macroMiguel Ojeda
  Re: [PATCH v3] rust: make mutually exclusive with CFI_CLANGMiguel Ojeda
  Re: WQ_UNBOUND workqueue warnings from multiple driversSagi Grimberg
  Re: [PATCH v3 1/3] rust: macros: add `decl_generics` to `parse_ge ...Miguel Ojeda
[New] [PATCH next] cpupfreq: tegra124: eliminate uses of of_node_put()Javier Carrasco
  Re: [PATCH net] net: dsa: mt7530: trap link-local frames regardle ...=?UTF-8?B?QXLEsW7DpyDDnE5BTA==?=
  Re: [PATCH 2/2] dt-bindings: display: bridge: lt8912b: document ' ...Dmitry Baryshkov
  Re: [PATCH] mm,swapops: Update check in is_pfn_swap_entry for hwp ...Oscar Salvador
[New] Linux 6.9-rc3Linus Torvalds
  Re: [PATCH v4] usb: gadget: u_ether: Replace netif_stop_queue wit ...Ferry Toth
[New] [PATCH 1/1] cxl/acpi.c: Add buggy BIOS hint for CXL ACPI lookup f ... ppwaskie@kernel ...
[New] [PATCH] crypto: x86/aes-xts - make non-AVX implementation use new ...Eric Biggers
  Re: [PATCH 1/1] cxl/acpi.c: Add buggy BIOS hint for CXL ACPI look ...Lukas Wunner
[New] [PATCH v3 0/2] RISC-V: Test th.sxstatus.MAEE bit before enabling MAEE=?UTF-8?q?Christoph=20M=C3=BCllner?=
  [PATCH v3 1/2] riscv: thead: Rename T-Head PBMT to MAE=?UTF-8?q?Christoph=20M=C3=BCllner?=
  [PATCH v3 2/2] riscv: T-Head: Test availability bit before enabli ...=?UTF-8?q?Christoph=20M=C3=BCllner?=
  Re: [PATCH v4 0/6] Driver cleanup and series to add triggered bufferAngel Iglesias
  Re: linux-next: error when fetching the exportfs treeChuck Lever III
  Re: Bug 218665 - nohz_full=0 prevents kernel from bootingBjorn Andersson
  [PATCH v9a 10/14] x86/cpu/keylocker: Check Gather Data Sampling m ..."Chang S. Bae"
  [PATCH v9a 11/14] x86/cpu/keylocker: Check Register File Data Sam ..."Chang S. Bae"
  [PATCH v9a 07/14] x86/cpu/keylocker: Load a wrapping key at boot time"Chang S. Bae"
  Re: [PATCH v9 00/14] x86: Support Key Locker"Chang S. Bae"
  Re: [PATCH AUTOSEL 6.8 39/68] net: mdio: mdio-bcm-unimac: Manage ...Sasha Levin
  Re: [PATCH v3 1/2] dt-bindings: mailbox: arm,mhuv3: Add bindingsJassi Brar
  Re: [PATCH AUTOSEL 6.8 36/98] arm64: dts: sc8280xp: correct DMIC2 ...Sasha Levin
  Re: [PATCH AUTOSEL 6.8 69/98] sparc: vdso: Disable UBSAN instrume ...Sasha Levin
  Re: [PATCH AUTOSEL 6.8 78/98] input/touchscreen: imagis: add supp ...Sasha Levin
  RE: [PATCH v2 1/6] dt-bindings: firmware: arm,scmi: set additiona ...Peng Fan
  Re: [PATCH AUTOSEL 6.6 52/75] PCI: Mark LSI FW643 to avoid bus resetSasha Levin
[New] Re: [PATCH v9 1/7] dt-bindings: spmi: Add X1E80100 SPMI PMIC ARB ...Bjorn Andersson
  Re: [PATCH v3 2/2] mailbox: arm_mhuv3: Add driverJassi Brar
  Re: [PATCH 0/2] Small fixes for MSM8974 SoC dtsiBjorn Andersson
  Re: (subset) [PATCH v3 1/2] dt-bindings: arm: qcom: Add Motorola ...Bjorn Andersson
  Re: [PATCH v9 00/14] x86: Support Key LockerEric Biggers
  Re: [syzbot] [bluetooth?] BUG: sleeping function called from inva ...syzbot
  Re: [PATCH 1/1] cxl/acpi.c: Add buggy BIOS hint for CXL ACPI look ...PJ Waskiewicz
  Re: [PATCH AUTOSEL 6.1 04/52] arm64: dts: qcom: sdm630: add USB Q ...Sasha Levin
  Re: [PATCH AUTOSEL 6.8 02/28] usb: storage: sddr55: fix sloppy ty ...Sasha Levin
  Re: (subset) [PATCH 0/2] phy: qcom-qmp-ufs: Fix PHY QMP clocks fo ...Bjorn Andersson
  Re: [PATCH 0/3] arm64: dts: qcom: Fix the msi-map entriesBjorn Andersson
  Re: [PATCH v2 1/5] clk: Remove prepare_lock hold assertion in __c ...Stephen Boyd
  Re: [PATCH v2 2/5] clk: Don't hold prepare_lock when calling kref ...Stephen Boyd
  Re: [PATCH v2 3/5] clk: Initialize struct clk_core kref earlierStephen Boyd
  Re: [PATCH v2 4/5] clk: Get runtime PM before walking tree during ...Stephen Boyd
  Re: [PATCH v2 5/5] clk: Get runtime PM before walking tree for cl ...Stephen Boyd
  Re: [RFC PATCH v2 1/5] clk: meson: axg: move reset controller's c ...Stephen Boyd
  Re: [PATCH v3] clk: starfive: jh7100: Use clk_hw for external inp ...Stephen Boyd
  Re: [PATCH] spmi: make spmi_bus_type constStephen Boyd
  Re: [PATCH 1/2] dt-bindings: spmi: hisilicon,hisi-spmi-controller ...Stephen Boyd
  Re: [PATCH 2/2] dt-bindings: spmi: hisilicon,hisi-spmi-controller ...Stephen Boyd
  Re: [PATCH v2] HID: i2c-hid: wait for i2c touchpad deep-sleep to ...Doug Anderson
  Re: [PATCH] spmi: hisi-spmi-controller: Do not override device id ...Stephen Boyd
[New] Re: [PATCH] spmi: pmic-arb: Replace three IS_ERR() calls by null ...Stephen Boyd
[New] [syzbot] [bpf?] [net?] BUG: unable to handle kernel NULL pointer ...syzbot
  Re: [PATCH] clkdev: report over-sized strings when creating clkde ...Stephen Boyd
  [PATCH 2/2] iommu/dma: Fix zero'ing of bounce buffer padding used ... mhkelley58@gmail ...
[New] [PATCH 1/2] swiotlb: Remove alloc_size argument to swiotlb_tbl_ma ... mhkelley58@gmail ...
  Re: [PATCH v2 1/5] clk: scmi: Allocate CLK operations dynamicallyStephen Boyd
  Re: [PATCH v2 2/5] clk: scmi: Add support for state control restr ...Stephen Boyd
[New] [syzbot] [jffs2?] kernel BUG in jffs2_start_garbage_collect_threadsyzbot
[New] [syzbot] [net?] KASAN: global-out-of-bounds Read in __nla_validat ...syzbot
  Re: [PATCH v4 0/5] Pinephone video out fixes (flipping between tw ...Stephen Boyd
  Re: [PATCH] clk: mediatek: mt7988-infracfg: fix clocks for 2nd PC ...Stephen Boyd
  Re: [PATCH 1/3] drm/panel-edp: Abstract out function to set conse ...Doug Anderson
  Re: [PATCH 2/3] drm/panel-edp: If we fail to powerup/get EDID, us ...Doug Anderson
  Re: [PATCH 3/3] drm-panel: If drm_panel_dp_aux_backlight() fails, ...Doug Anderson
\
 
  \ /
  Last update: 2024-04-08 08:56    [2.634 seconds]
©2004-2020 Jasper Spaans