public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-15 20:48:54 to 2024-08-16 01:08:02 UTC [more...]

[linus:master] [RDMA/iwcm] aee2424246: WARNING:at_kernel/workqueue.c:#check_flush_dependency
 2024-08-16  1:07 UTC 

[PATCH iwl-net v3] igb: Fix not clearing TimeSync interrupts for 82580
 2024-08-16  1:07 UTC  (2+ messages)

[PATCH] bpf: cg_skb add get classid helper
 2024-08-16  1:06 UTC  (2+ messages)

[PATCH V3 0/2] Some bugfix for xfs fsmap
 2024-08-16  1:02 UTC  (4+ messages)
` [PATCH V3 1/2] xfs: Fix the owner setting issue for rmap query in "

[PATCH v3 0/3] Add dw_mmc support for rk3576
 2024-08-16  0:41 UTC  (5+ messages)
` [PATCH v3 2/3] mmc: dw_mmc-rockchip: Add v2 tuning support

[PATCH] HID: corsair-void: Add Corsair Void headset family driver
 2024-08-16  0:57 UTC  (3+ messages)

[PATCH v12 00/10] Add Tegra241 (Grace) CMDQV Support (part 1/2)
 2024-08-16  0:55 UTC  (11+ messages)
` [PATCH v12 01/10] iommu/arm-smmu-v3: Issue a batch of commands to the same cmdq
` [PATCH v12 02/10] iommu/arm-smmu-v3: Enforce arm_smmu_cmdq_build_sync_cmd
` [PATCH v12 03/10] iommu/arm-smmu-v3: Pass in cmdq pointer to arm_smmu_cmdq_build_sync_cmd
` [PATCH v12 04/10] iommu/arm-smmu-v3: Pass in cmdq pointer to arm_smmu_cmdq_init
` [PATCH v12 05/10] iommu/arm-smmu-v3: Make symbols public for CONFIG_TEGRA241_CMDQV
` [PATCH v12 06/10] iommu/arm-smmu-v3: Add ARM_SMMU_OPT_SECONDARY_CMDQ_CS_NONE_ONLY
` [PATCH v12 07/10] iommu/arm-smmu-v3: Add an arm_smmu_get_iort_node helper
` [PATCH v12 08/10] iommu/arm-smmu-v3: Add struct arm_smmu_impl_ops
` [PATCH v12 09/10] iommu/arm-smmu-v3: Add in-kernel support for NVIDIA Tegra241 (Grace) CMDQV
` [PATCH v12 10/10] iommu/tegra241-cmdqv: Limit CMDs for guest owned VINTF

[PATCH net-next v19 06/13] memory-provider: dmabuf devmem memory provider
 2024-08-16  0:55 UTC  (2+ messages)

[PATCH v2] block: Fix lockdep warning in blk_mq_mark_tag_wait
 2024-08-16  0:52 UTC  (2+ messages)

[PATCH v1 00/16] iommufd: Add VIOMMU infrastructure (Part-1)
 2024-08-16  0:50 UTC  (18+ messages)
` [PATCH v1 01/16] iommufd/viommu: Add IOMMUFD_OBJ_VIOMMU and IOMMU_VIOMMU_ALLOC ioctl
` [PATCH v1 05/16] iommufd/viommu: Add IOMMU_VIOMMU_SET/UNSET_VDEV_ID ioctl
` [PATCH v1 08/16] iommufd/viommu: Add IOMMU_VIOMMU_INVALIDATE ioctl
` [PATCH v1 15/16] iommu/arm-smmu-v3: Add viommu cache invalidation support

[PATCH net-next v19 03/13] netdev: support binding dma-buf to netdevice
 2024-08-16  0:50 UTC  (3+ messages)

[PATCH] selftests/net/pmtu.sh: Fix typo in error message
 2024-08-16  0:38 UTC  (5+ messages)

[PATCH] net: ethernet: dlink: replace deprecated macro
 2024-08-16  0:29 UTC  (2+ messages)

[PATCH v3 0/3] regulator: Add AXP717 boost support
 2024-08-16  0:18 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: mfd: x-powers,axp152: add boost regulator
` [PATCH v3 2/3] mfd: axp20x: AXP717: Add support for "
` [PATCH v3 3/3] regulator: axp20x: AXP717: Add "

[PATCH] Input: evdev - limit amount of data for writes
 2024-08-16  0:18 UTC  (2+ messages)

[PATCH] f2fs: avoid unused block when dio write in LFS mode
 2024-08-16  0:17 UTC  (3+ messages)
    `  "

[PATCH v2] vduse: avoid using __GFP_NOFAIL
 2024-08-16  0:17 UTC  (2+ messages)

[PATCH v6 00/26] Generic `Allocator` support for Rust
 2024-08-16  0:11 UTC  (27+ messages)
` [PATCH v6 01/26] rust: alloc: add `Allocator` trait
` [PATCH v6 02/26] rust: alloc: separate `aligned_size` from `krealloc_aligned`
` [PATCH v6 03/26] rust: alloc: rename `KernelAllocator` to `Kmalloc`
` [PATCH v6 04/26] rust: alloc: implement `Allocator` for `Kmalloc`
` [PATCH v6 05/26] rust: alloc: add module `allocator_test`
` [PATCH v6 06/26] rust: alloc: implement `Vmalloc` allocator
` [PATCH v6 07/26] rust: alloc: implement `KVmalloc` allocator
` [PATCH v6 08/26] rust: alloc: add __GFP_NOWARN to `Flags`
` [PATCH v6 09/26] rust: alloc: implement kernel `Box`
` [PATCH v6 10/26] rust: treewide: switch to our kernel `Box` type
` [PATCH v6 11/26] rust: alloc: remove `BoxExt` extension
` [PATCH v6 12/26] rust: alloc: add `Box` to prelude
` [PATCH v6 13/26] rust: alloc: implement kernel `Vec` type
` [PATCH v6 14/26] rust: alloc: implement `IntoIterator` for `Vec`
` [PATCH v6 15/26] rust: alloc: implement `collect` for `IntoIter`
` [PATCH v6 16/26] rust: treewide: switch to the kernel `Vec` type
` [PATCH v6 17/26] rust: alloc: remove `VecExt` extension
` [PATCH v6 18/26] rust: alloc: add `Vec` to prelude
` [PATCH v6 19/26] rust: error: use `core::alloc::LayoutError`
` [PATCH v6 20/26] rust: error: check for config `test` in `Error::name`
` [PATCH v6 21/26] rust: alloc: implement `contains` for `Flags`
` [PATCH v6 22/26] rust: alloc: implement `Cmalloc` in module allocator_test
` [PATCH v6 23/26] rust: str: test: replace `alloc::format`
` [PATCH v6 24/26] rust: alloc: update module comment of alloc.rs
` [PATCH v6 25/26] kbuild: rust: remove the `alloc` crate and `GlobalAlloc`
` [PATCH v6 26/26] MAINTAINERS: add entry for the Rust `alloc` module

6.10/regression/bisected - after f1d97e769152 I spotted increased execution time of the kswapd0 process and symptoms as if there is not enough memory
 2024-08-16  0:02 UTC  (6+ messages)

[PATCH 2/2] x86/vmware: Fix steal time clock under SEV
 2024-08-15 23:52 UTC  (2+ messages)
` [PATCH v2 "

[PATCH v4] mm: Override mTHP "enabled" defaults at kernel cmdline
 2024-08-15 23:50 UTC  (2+ messages)

[net-next v3 00/15] ethernet: Convert from tasklet to BH workqueue
 2024-08-15 23:49 UTC  (13+ messages)
` [net-next v3 05/15] net: cavium/liquidio: Convert tasklet API to new bottom half workqueue mechanism

[PATCH 0/1] hwmon: (oxp-sensors) Add support for multiple new devices
 2024-08-15 23:46 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH] mmc: mtk-sd: Improve data type in msdc_timeout_cal()
 2024-08-15 23:46 UTC 

[PATCH 00/25] TDX vCPU/VM creation
 2024-08-15 23:46 UTC  (3+ messages)

[PATCH v5 0/5] TDX host: kexec() support
 2024-08-15 23:45 UTC  (3+ messages)
` [PATCH v5 2/5] x86/kexec: do unconditional WBINVD for bare-metal in relocate_kernel()

[PATCH] perf/x86/intel: Restrict period on Haswell
 2024-08-15 23:43 UTC  (9+ messages)

[GIT PULL] perf-tools fixes for v6.11-rc4
 2024-08-15 23:41 UTC  (2+ messages)

[PATCH v3 1/2] platform/x86:dell-laptop: Add knobs to change battery charge settings
 2024-08-15 23:35 UTC  (2+ messages)
` [PATCH v2 2/2] platform/x86:dell-laptop: remove duplicate code w/ battery function

[PATCH] mm/memcontrol: respect zswap.writeback setting from parent cg too
 2024-08-15 23:31 UTC  (8+ messages)

[net-next v4 0/5] net: stmmac: Add PCI driver support for BCM8958x
 2024-08-15 23:30 UTC  (3+ messages)
` [net-next v4 1/5] net: stmmac: Add HDMA mapping for dw25gmac support

[PATCH 00/22] KVM: x86: Fix multiple #PF RO infinite loop bugs
 2024-08-15 23:31 UTC  (4+ messages)
` [PATCH 04/22] KVM: x86/mmu: Skip emulation on page fault iff 1+ SPs were unprotected

lm8323/lm8333 keyboard drivers - drop or keep?
 2024-08-15 23:30 UTC  (2+ messages)

[PATCH v3 4/6] mm: Introduce a pageflag for partially mapped folios
 2024-08-15 23:30 UTC  (4+ messages)

[PATCH v3 0/3] Add DTS for NanoPi R2S Plus
 2024-08-15 23:26 UTC  (3+ messages)

[PATCH 0/2] riscv: Fix race conditions in PR_RISCV_SET_ICACHE_FLUSH_CTX
 2024-08-15 23:17 UTC  (4+ messages)
` [PATCH 2/2] riscv: Eagerly flush in flush_icache_deferred()

[PATCH v5 00/20] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2024-08-15 23:06 UTC  (11+ messages)

[PATCH v6 2/2] mm: support large folios swap-in for zRAM-like devices
 2024-08-15 23:06 UTC  (2+ messages)

[PATCH v3 0/6] Landlock: Signal Scoping Support
 2024-08-15 23:06 UTC  (8+ messages)
` [PATCH v3 2/6] Landlock: Adding file_send_sigiotask signal scoping support
` [PATCH v3 6/6] Landlock: Document LANDLOCK_SCOPED_SIGNAL

[syzbot] [ext4?] divide error in ext4_mb_regular_allocator
 2024-08-15 23:05 UTC  (5+ messages)
` [PATCH] ext4: fix "

[PATCH v1 0/9] Fix Allwinner D1 boot regression
 2024-08-15 23:04 UTC  (2+ messages)

[PATCH] kunit/overflow: Fix UB in overflow_allocation_test
 2024-08-15 23:04 UTC  (3+ messages)

[PATCH v4] libbpf: workaround -Wmaybe-uninitialized false positive
 2024-08-15 23:00 UTC  (2+ messages)

[PATCH] samples/bpf: fix compilation errors with cf-protection option
 2024-08-15 23:00 UTC  (2+ messages)

[PATCH bpf-next] bpf: remove __btf_name_valid() and change to btf_name_valid_identifier()
 2024-08-15 23:00 UTC  (2+ messages)

[PATCH v6 00/13] PCI: brcnstb: Enable STB 7712 SOC
 2024-08-15 22:57 UTC  (14+ messages)
` [PATCH v6 01/13] dt-bindings: PCI: Change brcmstb maintainer and cleanup
` [PATCH v6 02/13] dt-bindings: PCI: Use maxItems for reset controllers
` [PATCH v6 03/13] dt-bindings: PCI: brcmstb: Add 7712 SoC description
` [PATCH v6 04/13] PCI: brcmstb: Use common error handling code in brcm_pcie_probe()
` [PATCH v6 05/13] PCI: brcmstb: Use bridge reset if available
` [PATCH v6 06/13] PCI: brcmstb: Use swinit "
` [PATCH v6 07/13] PCI: brcmstb: PCI: brcmstb: Make HARD_DEBUG, INTR2_CPU_BASE offsets SoC-specific
` [PATCH v6 08/13] PCI: brcmstb: Remove two unused constants from driver
` [PATCH v6 09/13] PCI: brcmstb: Don't conflate the reset rescal with phy ctrl
` [PATCH v6 10/13] PCI: brcmstb: Refactor for chips with many regular inbound windows
` [PATCH v6 11/13] PCI: brcmstb: Check return value of all reset_control_xxx calls
` [PATCH v6 12/13] PCI: brcmstb: Change field name from 'type' to 'soc_base'
` [PATCH v6 13/13] PCI: brcmstb: Enable 7712 SOCs

linux-next: build failure after merge of the mm tree
 2024-08-15 22:57 UTC  (3+ messages)

[PATCH v2 5/5] x86/pvh: Add 64bit relocation page tables
 2024-08-15 22:55 UTC  (2+ messages)

[PATCH v3] x86/ioremap: Use is_ioremap_addr() in iounmap()
 2024-08-15 22:55 UTC  (2+ messages)

[PATCH v1 0/5] IDPF Virtchnl fixes
 2024-08-15 22:55 UTC  (2+ messages)

linux-next: duplicate patch in the vfs-brauner tree
 2024-08-15 22:55 UTC 

linux-next: duplicate patches in the btrfs tree
 2024-08-15 22:53 UTC 

[PATCH net-next 0/4] net: dsa: microchip: add SGMII port support to KSZ9477 switch
 2024-08-15 22:50 UTC  (11+ messages)
` [PATCH net-next 1/4] dt-bindings: "

[PATCH 1/1] x86/ioremap: Use is_vmalloc_addr in iounmap
 2024-08-15 22:48 UTC  (19+ messages)
                                ` x86/kaslr: Expose and use the end of the physical memory address space

[PATCH v8 2/3] PCI: qcom-ep: Add Qualcomm PCIe Endpoint controller driver
 2024-08-15 22:47 UTC  (2+ messages)

[PATCH] PCI: qcom-ep: Move controller cleanups to qcom_pcie_perst_deassert()
 2024-08-15 22:47 UTC  (2+ messages)

[PATCH] perf report: Support --total-cycles --group in the tui mode
 2024-08-15 22:44 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: sm8250: move lpass codec macros to use clks directly
 2024-08-15 22:44 UTC  (3+ messages)

[PATCH v6 0/5] Add interconnect driver for IPQ5332 SoC
 2024-08-15 22:44 UTC  (2+ messages)
` (subset) "

[PATCH 00/11] arm64: qcom: set of fixes for SM8350 platform
 2024-08-15 22:44 UTC  (2+ messages)
` (subset) "

[PATCH] perf annotate-data: Set bitfield member offset and size properly
 2024-08-15 22:38 UTC 

[PATCH] mm: move the easily assessable conditions forward
 2024-08-15 22:35 UTC  (2+ messages)

[PATCH bpf-next v5 0/2] bpf: enable some functions in cgroup programs
 2024-08-15 22:23 UTC  (5+ messages)
` [PATCH bpf-next v5 1/2] bpf: enable generic kfuncs for BPF_CGROUP_* programs
` [PATCH bpf-next v5 2/2] bpf: allow bpf_current_task_under_cgroup() with BPF_CGROUP_*

[PATCH] x86/sev: ensure that RMP table fixups are reserved for memblock
 2024-08-15 22:16 UTC 

[PATCH v4 00/15] arm64: Support for running as a guest in Arm CCA
 2024-08-15 22:16 UTC  (3+ messages)

[PATCH v3 0/3] rust: Add irq abstraction, SpinLockIrq
 2024-08-15 22:13 UTC  (18+ messages)
` [PATCH v3 1/3] rust: Introduce irq module

[PATCH 6.10 00/22] 6.10.6-rc1 review
 2024-08-15 22:13 UTC  (2+ messages)

[PATCH v2 0/6] mm: Optimize mseal checks
 2024-08-15 22:10 UTC  (6+ messages)

[PATCH] net: do not release sk in sk_wait_event
 2024-08-15 22:07 UTC  (2+ messages)

[PATCH 6.6 00/67] 6.6.47-rc1 review
 2024-08-15 21:59 UTC  (2+ messages)

[PATCH 0/3] Add LPASS SMMU to msm8998 DTSI
 2024-08-15 21:56 UTC  (2+ messages)

[PATCH v2 00/11] Add Nothing Phone (1) support
 2024-08-15 21:56 UTC  (2+ messages)
` (subset) "

imx6q random crashing using 4 cpus
 2024-08-15 21:56 UTC  (5+ messages)
      ` cpufreq//voltage at boot (WAS Re: imx6q random crashing using 4 cpus)

[PATCH 3/3] iio: proximity: Add support for everlight pmd16d17 sensor
 2024-08-15 21:54 UTC  (2+ messages)

[PATCH v3 2/2] mm: attempt to batch free swap entries for zap_pte_range()
 2024-08-15 21:53 UTC  (2+ messages)

[PATCH 6.1 00/38] 6.1.106-rc1 review
 2024-08-15 21:43 UTC  (2+ messages)

[PATCH 0/2] rust: fix erranous use of lock class key in rust block device bindings
 2024-08-15 21:42 UTC  (9+ messages)
` [PATCH 2/2] rust: block: fix wrong usage of lockdep API

[PATCH] affs: Remove unused macros GET_END_PTR, AFFS_GET_HASHENTRY
 2024-08-15 21:35 UTC 

[PATCH] scsi: ufs: ufshcd-pltfrm: Signedness bug in ufshcd_parse_clock_info()
 2024-08-15 21:35 UTC  (3+ messages)

[PATCH net-next v3 0/8] net/selftests: TCP-AO selftests updates
 2024-08-15 21:32 UTC  (9+ messages)
` [PATCH net-next v3 1/8] selftests/net: Clean-up double assignment
` [PATCH net-next v3 2/8] selftests/net: Provide test_snprintf() helper
` [PATCH net-next v3 3/8] selftests/net: Be consistent in kconfig checks
` [PATCH net-next v3 4/8] selftests/net: Open /proc/thread-self in open_netns()
` [PATCH net-next v3 5/8] selftests/net: Don't forget to close nsfd after switch_save_ns()
` [PATCH net-next v3 6/8] selftests/tcp_ao: Fix printing format for uint64_t
` [PATCH net-next v3 7/8] selftests/net: Synchronize client/server before counters checks
` [PATCH net-next v3 8/8] selftests/net: Add trace events matching to tcp_ao

[PATCH 1/1] dt-bindings: input: touchscreen: convert ads7846.txt to yaml
 2024-08-15 21:31 UTC  (8+ messages)

[PATCH v4 00/13] media: qcom: camss: Add sm8550 support
 2024-08-15 21:31 UTC  (9+ messages)
` [PATCH 13/13] media: qcom: camss: Add support for VFE hardware version Titan 780

[PATCH V2] clk: qcom: clk-alpha-pll: Simplify the zonda_pll_adjust_l_val()
 2024-08-15 21:30 UTC  (2+ messages)

[PATCH] ASoC: codecs: lpass-va-macro: set the default codec version for sm8250
 2024-08-15 21:22 UTC  (3+ messages)

[RFC PATCH 0/5] Removal of a few obsolete input drivers
 2024-08-15 21:20 UTC  (6+ messages)

[PATCH v2 1/1] dt-bindings: extcon: ptn5150: add child node port
 2024-08-15 21:20 UTC  (2+ messages)

[syzbot] [net?] KASAN: slab-use-after-free Read in kcm_release
 2024-08-15 21:19 UTC  (2+ messages)

[PATCH v4 0/4] MCE wrapper and support for new SMCA syndrome MSRs
 2024-08-15 21:16 UTC  (5+ messages)
` [PATCH v4 1/4] x86/mce: Add wrapper for struct mce to export vendor specific info
` [PATCH v4 2/4] x86/mce, EDAC/mce_amd: Add support for new MCA_SYND{1,2} registers
` [PATCH v4 3/4] x86/mce/apei: Handle variable register array size
` [PATCH v4 4/4] EDAC/mce_amd: Add support for FRU Text in MCA

[PATCH v2] memcg: replace memcg ID idr with xarray
 2024-08-15 21:16 UTC  (3+ messages)

[PATCH 0/4] PCI: mobivel: Drop layerscape gen4 support
 2024-08-15 21:15 UTC  (4+ messages)
` [PATCH 4/4] MAINTAINERS: drop NXP LAYERSCAPE GEN4 CONTROLLER

[PATCH v3 0/6] mm: split underutilized THPs
 2024-08-15 21:08 UTC  (6+ messages)
` [PATCH v3 4/6] mm: Introduce a pageflag for partially mapped folios

[PATCH 0/2] Add retry tuning sequence
 2024-08-15 20:15 UTC  (2+ messages)
` [PATCH 2/2] mmc: sdhci_am654: Add tuning debug prints

[PATCH] tools build: Provide consistent build options for fixdep
 2024-08-15 21:07 UTC  (5+ messages)

[PATCH] mm/slub: Add check for s->flags in the alloc_tagging_slab_free_hook
 2024-08-15 21:00 UTC  (2+ messages)

[PATCH v3 00/16] Extended MODVERSIONS Support
 2024-08-15 20:57 UTC  (2+ messages)

[PATCH bpf-next v4 0/2] selftests/bpf: new MPTCP subflow subtest
 2024-08-15 20:57 UTC  (6+ messages)
` [PATCH bpf-next v4 2/2] selftests/bpf: Add mptcp "

[PATCH 5.15 000/484] 5.15.165-rc1 review
 2024-08-15 20:55 UTC  (2+ messages)

[syzbot] [net?] KASAN: slab-use-after-free Read in kcm_release
 2024-08-15 20:52 UTC  (2+ messages)

[v2, RESEND] EDAC/bluefield: Use Arm SMC for EMI access on BlueField-2
 2024-08-15 20:49 UTC 

[PATCH v3 0/6] Add and fix ESM nodes
 2024-08-15 20:48 UTC  (3+ messages)
` [PATCH v3 2/6] arm64: dts: ti: k3-am62p: Fix ESM interrupt sources
` [PATCH v3 3/6] arm64: dts: ti: k3-am62p: Remove 'reserved' status for ESM


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox