All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-15 22:45:50 to 2024-08-16 00:56:07 UTC [more...]

[PATCH v12 00/10] Add Tegra241 (Grace) CMDQV Support (part 1/2)
 2024-08-16  0:55 UTC  (7+ messages)
` [PATCH v12 01/10] iommu/arm-smmu-v3: Issue a batch of commands to the same cmdq
` [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 08/10] iommu/arm-smmu-v3: Add struct arm_smmu_impl_ops

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

[PATCH net-next] ethtool: add tunable api to disable various firmware offloads
 2024-08-16  0:55 UTC  (5+ messages)

[PATCH] nouveau/firmware: using dma non-coherent interfaces for fw loading. (v2)
 2024-08-16  0:53 UTC  (2+ messages)

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

❌ FAIL: Test report for master (6.11.0-rc3, mainline.kernel.org-clang, d7a5aa4b)
 2024-08-16  0:52 UTC 

[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 v2] sandbox: Fix pinmux warnings with non-test devicetrees
 2024-08-16  0:48 UTC 

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

[PATCH net-next v3 0/6] net: phy: add Applied Micro QT2025 PHY driver
 2024-08-16  0:41 UTC  (7+ messages)
` [PATCH net-next v3 1/6] rust: sizes: add commonly used constants
` [PATCH net-next v3 2/6] rust: net::phy support probe callback
` [PATCH net-next v3 3/6] rust: net::phy implement AsRef<kernel::device::Device> trait

[PATCH v5.10-rt] rt: dma: fix build issue in at_hdmac
 2024-08-16  0:41 UTC 

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

[PATCH 0/3] drm/vmwgfx: Add support for userspace managed surfaces
 2024-08-16  0:30 UTC  (3+ messages)

Possible nouveau driver problem?
 2024-08-16  0:24 UTC 

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

Segmentation fault when taking device for a walk
 2024-08-16  0:24 UTC 

[RFC PATCH bpf-next 0/6] bpf: Add gen_epilogue and allow kfunc call in pro/epilogue
 2024-08-16  0:23 UTC  (8+ messages)
` [RFC PATCH bpf-next 3/6] selftests/test: test gen_prologue and gen_epilogue
` [RFC PATCH bpf-next 5/6] bpf: Allow pro/epilogue to call kfunc

[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)

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

[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

[PATCH 1/2] drm/xe: Add debugfs to dump GuC's hwconfig
 2024-08-16  0:13 UTC  (2+ messages)
` ✗ CI.FULL: failure for series starting with [1/2] "

[PATCH 1/2] configs: rockchip: enable gpio-leds driver for Radxa boards
 2024-08-16  0:12 UTC  (2+ messages)
` [PATCH 2/2] arm: dts: rockchip: turn LEDs on at boot "

[CI 1/3] drm/xe/uc: Use managed bo for HuC and GSC objects
 2024-08-16  0:06 UTC  (10+ messages)
` [CI 2/3] drm/xe/uc: Use devm to register cleanup that includes exec_queues
` [CI 3/3] drm/xe: Fix tile fini sequence
` ✓ CI.Patch_applied: success for series starting with [CI,1/3] drm/xe/uc: Use managed bo for HuC and GSC objects
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

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)

Linux Perf Tool Office Hours
 2024-08-16  0:00 UTC  (13+ messages)

issues building qemu-xen (8.0.4) with musl 1.2.5 and gcc 14
 2024-08-15 23:53 UTC 

[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)

[PATCH 3/3] fixup! send-email: teach git send-email option to translate aliases
 2024-08-15 23:49 UTC 

[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

[tty:tty-linus] BUILD SUCCESS 0863bffda1131fd2fa9c05b653ad9ee3d8db127e
 2024-08-15 23:48 UTC 

[linux-next:master 3959/4951] drivers/firmware/arm_scmi/transports/smc.c:235:3: error: write to reserved register 'R7'
 2024-08-15 23:46 UTC 

[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 v2 0/3] send-email: teach git send-email mode to translate aliases
 2024-08-15 23:46 UTC  (3+ messages)

[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()

[RFC 0/5] implement asynchronous BLKDISCARD via io_uring
 2024-08-15 23:44 UTC  (6+ messages)
` [RFC 5/5] block: implement io_uring discard cmd

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

+ memcg-initiate-deprecation-of-pressure_level.patch added to mm-unstable branch
 2024-08-15 23:41 UTC 

+ memcg-initiate-deprecation-of-oom_control.patch added to mm-unstable branch
 2024-08-15 23:41 UTC 

+ memcg-initiate-deprecation-of-v1-soft-limit.patch added to mm-unstable branch
 2024-08-15 23:41 UTC 

+ memcg-initiate-deprecation-of-v1-tcp-accounting.patch added to mm-unstable branch
 2024-08-15 23:41 UTC 

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

[Intel-wired-lan] [PATCH iwl-next v9 00/14] Add support for Rx timestamping for both ice and iavf drivers
 2024-08-15 23:40 UTC  (5+ messages)
` [Intel-wired-lan] [PATCH iwl-next v9 06/14] iavf: add initial framework for registering PTP clock

Strange behavior of command ip
 2024-08-15 23:37 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

+ mm-override-mthp-enabled-defaults-at-kernel-cmdline-fix.patch added to mm-unstable branch
 2024-08-15 23:31 UTC 

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  (4+ messages)

Reminder KernelSIG / Devsec call for August 15th
 2024-08-15 23:25 UTC 

[PATCH i-g-t] tools/dpcd_reg: Advertise the dump command in usage text
 2024-08-15 23:23 UTC  (2+ messages)
` ✗ CI.xeFULL: failure for "

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

[ANNOUNCE] QEMU 9.1.0-rc2 is now available
 2024-08-15 23:10 UTC 

+ mm-introduce-a-pageflag-for-partially-mapped-folios-fix.patch added to mm-unstable branch
 2024-08-15 23:14 UTC 

[RFC 0/3] ptp: Add esterror support
 2024-08-15 23:11 UTC  (11+ messages)

[PATCH v2] i2c: core: Lock address during client device instantiation
 2024-08-15 23:10 UTC  (2+ messages)

[to-be-updated] mm-introduce-a-pageflag-for-partially-mapped-folios-fix.patch removed from -mm tree
 2024-08-15 23:08 UTC 

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

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

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

+ mmmemcg-provide-per-cgroup-counters-for-numa-balancing-operations-v4.patch added to mm-unstable branch
 2024-08-15 23:06 UTC 

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

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

[PATCH rc v3] iommu: Handle iommu faults for a bad iopf setup
 2024-08-15 23:04 UTC  (2+ messages)

[PATCH v2 REVIEWED] agg: move aggregation declarations from dt_impl.h to dt_agrgegate.h
 2024-08-15 23:04 UTC 

+ kunit-overflow-fix-ub-in-overflow_allocation_test.patch added to mm-hotfixes-unstable branch
 2024-08-15 23:04 UTC 

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

[PATCH] agg: move aggregation declarations from dt_impl.h to dt_agrgegate.h
 2024-08-15 23:00 UTC  (3+ messages)
  ` [DTrace-devel] "

[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)

+ fault-inject-improve-build-for-config_fault_injection=n-fix-3.patch added to mm-nonmm-unstable branch
 2024-08-15 22:56 UTC 

[PATCH v2 00/39] efi: Add a test for EFI bootmeth
 2024-08-15 22:56 UTC  (10+ messages)
` [PATCH v2 37/39] efi: Avoid using sandbox virtio devices

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

[openeuler:OLK-6.6 13292/13430] drivers/crypto/ccp/hygon/tdm-dev.c:340:40: error: incomplete definition of type 'struct module'
 2024-08-15 22:55 UTC 

perf loss on parallel compile due to conention on the buf semaphore
 2024-08-15 22:56 UTC  (2+ messages)

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

[Intel-wired-lan] [PATCH v1 0/5] IDPF Virtchnl fixes
 2024-08-15 22:55 UTC  (3+ 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 v3 1/2] drm/vmwgfx: Prevent unmapping active read buffers
 2024-08-15 22:52 UTC  (3+ messages)
` [PATCH v3 2/2] drm/vmwgfx: Fix prime with external buffers

[linux-6.1 test] 187248: FAIL
 2024-08-15 22:50 UTC 

[PATCH bpf-next 0/2] allow calling kfuncs in normal tracepoint programs
 2024-08-15 22:51 UTC  (3+ messages)
` [PATCH bpf-next 2/2] bpf: allow kfuncs within "

[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: "

[Intel-wired-lan] [PATCH] Break include dependency cycle
 2024-08-15 22:49 UTC  (2+ messages)

[PATCH v2 dt-schema 0/3] schemas: i2c: fix "smbus_alert" handling
 2024-08-15 22:48 UTC  (2+ messages)

[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

+ memcg-make-pgpgin-and-pgpgout-v1-only.patch added to mm-unstable branch
 2024-08-15 22:47 UTC 

+ memcg-allocate-v1-event-percpu-only-on-v1-deployment.patch added to mm-unstable branch
 2024-08-15 22:47 UTC 

+ memcg-make-v1-only-functions-static.patch added to mm-unstable branch
 2024-08-15 22:47 UTC 

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

+ memcg-move-v1-events-and-statistics-code-to-v1-file.patch added to mm-unstable branch
 2024-08-15 22:47 UTC 

+ memcg-move-mem_cgroup_charge_statistics-to-v1-code.patch added to mm-unstable branch
 2024-08-15 22:47 UTC 

+ memcg-move-mem_cgroup_event_ratelimit-to-v1-code.patch added to mm-unstable branch
 2024-08-15 22:47 UTC 

+ memcg-move-v1-only-percpu-stats-in-separate-struct.patch added to mm-unstable branch
 2024-08-15 22:47 UTC 

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

[PATCH 00/13] DC Patches August 15, 2024
 2024-08-15 22:45 UTC  (11+ messages)
` [PATCH 02/13] drm/amd/display: Update HPO I/O When Handling Link Retrain Automation Request
` [PATCH 04/13] drm/amd/display: Remove redundant check in DCN35 hwseq
` [PATCH 05/13] drm/amd/display: Allow UHBR Interop With eDP Supported Link Rates Table
` [PATCH 06/13] drm/amd/display: Hardware cursor changes color when switched to software cursor
` [PATCH 08/13] drm/amd/display: Fix construct_phy with MXM connector
` [PATCH 09/13] drm/amd/display: DCN35 set min dispclk to 50Mhz
` [PATCH 10/13] drm/amd/display: fix double free issue during amdgpu module unload
` [PATCH 11/13] drm/amd/display: DML2.1 Reintegration for Various Fixes
` [PATCH 12/13] drm/amd/display: Fix a typo in revert commit
` [PATCH 13/13] drm/amd/display: Promote DC to 3.2.297


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.