All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-04-21 17:26:16 to 2025-04-21 19:09:51 UTC [more...]

[PATCH net-next v5 0/3] Add GBETH glue layer driver for Renesas RZ/V2H(P) SoC
 2025-04-21 19:05 UTC  (14+ messages)
` [PATCH net-next v5 3/3] net: stmmac: Add DWMAC glue layer for Renesas GBETH

[RFC PATCH] lsm: Add Rust bindings with example LSM
 2025-04-21 19:09 UTC  (2+ messages)

[PATCH v7 00/11] Add R5F and C7xv device nodes
 2025-04-21 19:05 UTC  (6+ messages)
` [PATCH v7 06/11] arm64: dts: ti: k3-am62a7-sk: Enable IPC with remote processors

[REGRESSION] 6.14.3 panic - kernel NULL pointer dereference in htb_dequeue
 2025-04-21 19:06 UTC  (4+ messages)

[PATCH] ACPI: tables: Remove incorrect __nonstring attribute from table_sigs
 2025-04-21 19:04 UTC 

[PATCH v2 0/2] sched_ext: Introduce rq lock tracking
 2025-04-21 19:04 UTC  (6+ messages)
` [PATCH 1/2] sched_ext: Track currently locked rq
` [PATCH 2/2] sched_ext: Fix missing rq lock in scx_bpf_cpuperf_set()

[RFC PATCH 00/29] KVM: VM planes
 2025-04-21 19:04 UTC  (6+ messages)
` [PATCH 01/29] Documentation: kvm: introduce "VM plane" concept
` [PATCH 03/29] KVM: add plane info to structs

[PATCH v2 security-next 0/4] Introducing Hornet LSM
 2025-04-21 19:03 UTC  (5+ messages)
` [PATCH v2 security-next 1/4] security: "

+ mm-rmap-fix-typo-in-comment-in-page_address_in_vma.patch added to mm-new branch
 2025-04-21 19:02 UTC 

+ mm-rmap-rename-page__anon_vma-to-anon_vma-for-consistency.patch added to mm-new branch
 2025-04-21 19:02 UTC 

[Buildroot] host-m4 build on Fedora 42 fails
 2025-04-21 19:02 UTC  (6+ messages)

[PATCH v2 00/17] mfd: adp5585: support keymap events and drop legacy Input driver
 2025-04-21 18:59 UTC  (5+ messages)
` [PATCH v2 01/17] dt-bindings: mfd: adp5585: ease on the required properties
` [PATCH v2 05/17] dt-bindings: mfd: adp5585: document adp5589 I/O expander

[PATCH v8 0/5] Add Loongson Security Engine chip driver
 2025-04-21 18:58 UTC  (3+ messages)
` [PATCH v8 4/5] tpm: Add a driver for Loongson TPM device

[PATCH v3 00/26] x86/resctrl telemetry monitoring
 2025-04-21 18:57 UTC  (3+ messages)

[PATCH v8 5/5] MAINTAINERS: Add tpm_loongson.c to LOONGSON CRYPTO DRIVER entry
 2025-04-21 18:55 UTC  (2+ messages)

+ mm-using-swappiness_anon_only-in-mglru.patch added to mm-new branch
 2025-04-21 18:54 UTC 

+ mm-add-max-swappiness-arg-to-lru_gen-for-anonymous-memory-only.patch added to mm-new branch
 2025-04-21 18:54 UTC 

+ mm-vmscan-add-more-comments-about-cache_trim_mode.patch added to mm-new branch
 2025-04-21 18:54 UTC 

+ mm-add-swappiness=max-arg-to-memoryreclaim-for-only-anon-reclaim.patch added to mm-new branch
 2025-04-21 18:54 UTC 

[PATCH 0/3] meson: add corresponding target for Makefile's hdr-check
 2025-04-21 18:54 UTC  (6+ messages)
` [PATCH v4 0/5] "

[PATCH 00/29] x86/boot/e820: Assorted E820 table handling features and cleanups
 2025-04-21 18:52 UTC  (30+ messages)
` [PATCH 01/29] x86/boot/e820: Remove inverted boolean logic from the e820_nomerge() function name, rename it to e820_type_mergeable()
` [PATCH 02/29] x86/boot/e820: Simplify e820__print_table() a bit
` [PATCH 03/29] x86/boot/e820: Simplify the PPro Erratum #50 workaround
` [PATCH 04/29] x86/boot/e820: Mark e820__print_table() static
` [PATCH 05/29] x86/boot/e820: Print gaps in the E820 table
` [PATCH 06/29] x86/boot/e820: Make the field separator space character part of e820_print_type()
` [PATCH 07/29] x86/boot/e820: Print out sizes of E820 memory ranges
` [PATCH 08/29] x86/boot/e820: Print E820_TYPE_RAM entries as ... RAM entries
` [PATCH 09/29] x86/boot/e820: Call the PCI gap a 'gap' in the boot log printout
` [PATCH 10/29] x86/boot/e820: Use 'u64' consistently instead of 'unsigned long long'
` [PATCH 11/29] x86/boot/e820: Remove pointless early_panic() indirection
` [PATCH 12/29] x86/boot/e820: Clean up confusing and self-contradictory verbiage around E820 related resource allocations
` [PATCH 13/29] x86/boot/e820: Improve e820_print_type() messages
` [PATCH 14/29] x86/boot/e820: Clean up __e820__range_add() a bit
` [PATCH 15/29] x86/boot/e820: Clean up __refdata use "
` [PATCH 16/29] x86/boot/e820: Remove unnecessary header inclusions
` [PATCH 17/29] x86/boot/e820: Standardize e820 table index variable names under 'idx'
` [PATCH 18/29] x86/boot/e820: Change struct e820_table::nr_entries type from __u32 to u32
` [PATCH 19/29] x86/boot/e820: Standardize e820 table index variable types under 'u32'
` [PATCH 20/29] x86/boot/e820: Clean up e820__setup_pci_gap()/e820_search_gap() a bit
` [PATCH 21/29] x86/boot/e820: Change e820_search_gap() to search for the highest-address PCI gap
` [PATCH 22/29] x86/boot/e820: Rename gap_start/gap_size to max_gap_start/max_gap_start in e820_search_gap() et al
` [PATCH 23/29] x86/boot/e820: Simplify & clarify __e820__range_add() a bit
` [PATCH 24/29] x86/boot/e820: Standardize __init/__initdata tag placement
` [PATCH 25/29] x86/boot/e820: Simplify append_e820_table() and remove restriction on single-entry tables
` [PATCH 26/29] x86/boot/e820: Remove e820__range_remove()'s unused return parameter
` [PATCH 27/29] x86/boot/e820: Simplify the e820__range_remove() API
` [PATCH 28/29] x86/boot/e820: Make sure e820_search_gap() finds all gaps
` [PATCH 29/29] x86/boot/e820: Treat non-type-2 'reserved' E820 region types as E820_TYPE_RESERVED

10x I/O await times in 6.12
 2025-04-21 18:53 UTC  (4+ messages)

[PATCH] NFS/localio: Fix a race in nfs_local_open_fh()
 2025-04-21 18:52 UTC 

[PATCH v3 0/3] rockchip,otp: Add support for rk3562 and rk3568
 2025-04-21 18:45 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: nvmem: "

[PATCH 0/2] interconnect: qcom: sm8650: add MASTER_APSS_NOC system NoC node
 2025-04-21 18:49 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: interconnect: sm8650: document the MASTER_APSS_NOC

[PATCH ath-next] wifi: ath12k: allow beacon protection keys to be installed in hardware
 2025-04-21 18:44 UTC  (3+ messages)

[PATCH 1/2] dt-bindings: arm: add TQMa8XxS boards
 2025-04-21 18:48 UTC  (2+ messages)

+ mm-huge_memory-fix-dereferencing-invalid-pmd-migration-entry.patch added to mm-hotfixes-unstable branch
 2025-04-21 18:47 UTC 

[PATCH 5.10.y-cip] clk: renesas: r9a07g044: Add clock and reset entry for DRP-AI
 2025-04-21 18:46 UTC 

[PATCH net-next 0/4] RGMII mode clarification + am65-cpsw fix
 2025-04-21 18:44 UTC  (5+ messages)
` [PATCH net-next 1/4] dt-bindings: net: ethernet-controller: update descriptions of RGMII modes
` [PATCH net-next 2/4] dt-bindings: net: ti: k3-am654-cpsw-nuss: update phy-mode in example

[PATCH] [PATCH] cxl: trace: Fix macro safety in CXL_EVT_TP_fast_assign
 2025-04-21 18:45 UTC 

[PATCH v4 00/13] media: imx8: add camera support
 2025-04-21 18:44 UTC  (2+ messages)

[PATCH 6.1.y-cip] clk: renesas: r9a07g044: Add clock and reset entry for DRP-AI
 2025-04-21 18:43 UTC 

[PATCH 1/1] staging: gpib: gpio: Fix memory allocation style in gpib_bitbang.c
 2025-04-21 18:41 UTC 

[PATCH v3 0/4] Untrusted Data API
 2025-04-21 18:42 UTC  (3+ messages)
` [PATCH v3 1/4] rust: transmute: add `cast_slice[_mut]` functions

[PATCH] cgroup: fix pointer check in css_rstat_init()
 2025-04-21 18:39 UTC  (3+ messages)

[PATCH v2 00/13] Enable/Disable DC balance along with VRR DSB
 2025-04-21 18:39 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH nft] evalute: make vlan pcp updates work
 2025-04-21 18:37 UTC  (2+ messages)

Untested fix for attributes vs. hugepage race
 2025-04-21 18:35 UTC  (4+ messages)

[PATCH v2 0/5] Enable QPIC BAM and QPIC NAND support for SDX75
 2025-04-21 18:32 UTC  (7+ messages)
` [PATCH v2 1/5] dt-bindings: mtd: qcom,nandc: Document the SDX75 NAND controller
` [PATCH v2 2/5] dt-bindings: dma: qcom,bam: Document dma-coherent property

[PATCH 0/2] RESEND: watchdog: Exynos990 WDT enablement
 2025-04-21 18:29 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: watchdog: samsung-wdt: Add exynos990-wdt compatible
` [PATCH 2/2] watchdog: s3c2410_wdt: Add exynos990-wdt compatible data

[PATCH] sparc: Remove commented out code
 2025-04-21 18:33 UTC 

[PATCH v5] rcutorture: Perform more frequent testing of ->gpwrap
 2025-04-21 18:32 UTC  (3+ messages)

[PATCH] powerpc: Replace strcpy() with strscpy() in proc_ppc64_init()
 2025-04-21 18:31 UTC 

[PATCH v2 1/2] dt-bindings: rockchip-thermal: Support the RK3562 SoC compatible
 2025-04-21 18:28 UTC  (3+ messages)

[PATCH 6.1.y-cip 0/3] clk: renesas: r9a07g043: Fix clock source
 2025-04-21 18:30 UTC  (4+ messages)
` [PATCH 6.1.y-cip 1/3] clk: renesas: r9a07g04[34]: Fix typo for sel_shdi variable
` [PATCH 6.1.y-cip 2/3] clk: renesas: r9a07g043: Mark mod_clks and resets arrays as const
` [PATCH 6.1.y-cip 3/3] clk: renesas: r9a07g043: Fix HP clock source for RZ/Five

[GIT PULL FOR v6.16] Improvements and fixes to Renesas media drivers
 2025-04-21 18:30 UTC 

for-6.16/block rebased
 2025-04-21 18:29 UTC 

[PATCH v2 1/2] glibc: Forward -ffile-prefix-map option to assembler flags
 2025-04-21 18:28 UTC  (4+ messages)
` [PATCH 2/2] bitbake.conf: Switch prefix mapping to use -ffile-prefix-map
  ` [OE-core] "

[PATCH 0/6] objtool: Detect and warn about indirect calls in __nocfi functions
 2025-04-21 18:28 UTC  (5+ messages)
` [PATCH 4/6] x86,hyperv: Clean up hv_do_hypercall()
` [PATCH 5/6] x86_64,hyperv: Use direct call to hypercall-page

Reschedule 4/24 DTS meeting
 2025-04-21 18:24 UTC 

[RFC PATCH 00/19] famfs: port into fuse
 2025-04-21 18:27 UTC  (2+ messages)

[PATCH v2] mm/mm_init: Don't iterate pages below ARCH_PFN_OFFSET
 2025-04-21 18:26 UTC  (4+ messages)

[to-be-updated] mm-mm_init-dont-iterate-pages-below-arch_pfn_offset.patch removed from -mm tree
 2025-04-21 18:25 UTC 

[PATCH v3 0/5] Google Pixel 6 (oriole): max77759 fuel gauge enablement and driver support
 2025-04-21 18:13 UTC  (12+ messages)
` [PATCH v3 1/5] power: supply: correct capacity computation
` [PATCH v3 2/5] power: supply: add support for max77759 fuel gauge
` [PATCH v3 3/5] dt-bindings: power: supply: add max77759-fg flavor
` [PATCH v3 4/5] arm64: defconfig: enable Maxim max1720x driver
` [PATCH v3 5/5] arm64: dts: exynos: gs101-oriole: enable Maxim max77759 fuel gauge

[PATCH] hwmon: (dell-smm) Add the Dell OptiPlex 7050 to the DMI whitelist
 2025-04-21 18:25 UTC  (2+ messages)

[Buildroot] [PATCH] package/linux-tools: Fix parallel compilation
 2025-04-21 18:22 UTC  (4+ messages)

[PATCH v2] block: Remove unused callback function *bdrv_aio_pdiscard
 2025-04-21 18:21 UTC 

[PATCH v2 for-next 0/6] RDMA/hns: Add trace support
 2025-04-21 18:21 UTC  (2+ messages)

[vireshk-pm:rust/cpufreq-dt 15/17] error[E0308]: const not compatible with trait
 2025-04-21 18:19 UTC 

[PATCH v4 0/5] cgroup: separate rstat trees
 2025-04-21 18:18 UTC  (3+ messages)
` [PATCH v4 4/5] cgroup: use separate rstat trees for each subsystem

[PATCH v2 0/3] net: mana: Add HTB Qdisc offload support
 2025-04-21 18:14 UTC  (4+ messages)
` [PATCH v2 1/3] net: mana: Add speed support in mana_get_link_ksettings

[PATCH v5 00/16] Intel TPEBS min/max/mean/last support
 2025-04-21 18:13 UTC  (3+ messages)

[PATCH 0/4] Replace CONFIG_DMABUF_SYSFS_STATS with BPF
 2025-04-21 18:12 UTC  (16+ messages)
` [PATCH 2/4] bpf: Add dmabuf iterator
` [PATCH 3/4] selftests/bpf: Add test for dmabuf_iter

[PATCH v5 00/35] GNR retirement latencies, topic and metric updates
 2025-04-21 18:12 UTC  (5+ messages)

[PATCH v6 0/3] Add i.MX943 basic dts support
 2025-04-21 18:09 UTC  (3+ messages)
` [PATCH v6 2/3] arm64: dts: freescale: Add basic dtsi for imx943

[PATCH 0/2] i2c: imx: adapting the mainline
 2025-04-21 18:05 UTC  (3+ messages)
` [PATCH 1/2] i2c: imx: use guard to take spinlock

[PATCH v3] slab: Decouple slab_debug and no_hash_pointers
 2025-04-21 18:05 UTC  (2+ messages)

[PATCH v6 0/5] media: imx-jpeg: Fix some motion-jpeg decoding issues
 2025-04-21 18:02 UTC  (3+ messages)
` [PATCH v6 2/5] media: imx-jpeg: Reset slot data pointers when freed

[PATCH V2 0/3] support different number of clocks for svc i3c controller
 2025-04-21 18:00 UTC  (10+ messages)
` [PATCH V2 1/3] dt-bindings: i3c: silvaco,i3c-master: add i.MX94 and i.MX95 I3C
` [PATCH V2 2/3] i3c: master: svc: switch to bulk clk API for flexible clock support
` [PATCH V2 3/3] arm64: dts: imx95: correct i3c node in imx95

[BUG] Assertion failure with vmcb->_vintr.fields.vgif in nested SVM
 2025-04-21 17:59 UTC  (2+ messages)

riscv: AMO exception is incorrect
 2025-04-21 17:58 UTC 

[BUG] Nested Virtualization Bug on x86-64 AMD CPU
 2025-04-21 17:53 UTC  (4+ messages)

[PATCH 0/2] drm/xe/hwmon: Documentation fixes wrt kernel version
 2025-04-21 17:53 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH 1/6] meson: simplify and parameterize various standard function checks
 2025-04-21 17:51 UTC  (6+ messages)
` [PATCH 2/6] meson: check for getpagesize before using it
` [PATCH 3/6] meson: do a full usage-based compile check for sysinfo
` [PATCH 4/6] meson: add a couple missing networking dependencies
` [PATCH 5/6] meson: fix typo in function check that prevented checking for hstrerror
` [PATCH 6/6] meson: only check for missing networking syms on non-Windows; add compat impls

[PATCH v1 00/16] iommufd: Add vIOMMU infrastructure (Part-4 vCMDQ)
 2025-04-21 17:47 UTC  (8+ messages)
` [PATCH v1 10/16] iommufd: Add mmap interface
` [PATCH v1 14/16] iommu/arm-smmu-v3: Add vsmmu_alloc impl op

[PATCH v4 00/14] cxl: Address translation support, part 1: Cleanups and refactoring
 2025-04-21 17:49 UTC  (3+ messages)
` [PATCH v4 04/14] cxl: Introduce parent_port_of() helper

[PATCH RESEND bpf-next v2] selftests/bpf: close the file descriptor to avoid resource leaks
 2025-04-21 17:48 UTC  (6+ messages)
` RE:[PATCH RESEND bpf-next v3] "
  ` [PATCH "

[PATCH v4 net 0/4] pds_core: updates and fixes
 2025-04-21 17:46 UTC  (5+ messages)
` [PATCH v4 net 1/4] pds_core: Prevent possible adminq overflow/stuck condition
` [PATCH v4 net 2/4] pds_core: handle unsupported PDS_CORE_CMD_FW_CONTROL result
` [PATCH v4 net 3/4] pds_core: Remove unnecessary check in pds_client_adminq_cmd()
` [PATCH v4 net 4/4] pds_core: make wait_context part of q_info

[PATCH] selftests/bpf: close the file descriptor to avoid resource leaks
 2025-04-21 17:44 UTC 

[u-boot-test-hooks PATCH 1/2] travis-ci: Add qemu_arm/64_spl board
 2025-04-21 17:42 UTC  (2+ messages)

[u-boot-test-hooks][PATCH] Add support for FVP emulator and fiptool
 2025-04-21 17:42 UTC  (2+ messages)

[PATCH 0/4] Improve Sphinx kerneldoc extension
 2025-04-21 17:42 UTC  (2+ messages)

[PATCH 0/1] maintenance: fix launchctl calendar intervals
 2025-04-21 17:42 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH v14 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
 2025-04-21 17:41 UTC  (3+ messages)
` [PATCH v14 02/19] x86: Secure Launch Kconfig

[PATCH 0/2] riscv: dts: spacemit: Add clocks to pinctrl and UART
 2025-04-21 17:40 UTC  (7+ messages)
` [PATCH 1/2] riscv: dts: spacemit: Acquire clocks for pinctrl
` [PATCH 2/2] riscv: dts: spacemit: Acquire clocks for UART

[PATCH v3 0/2] vmscan: enforce mems_effective during demotion
 2025-04-21 17:39 UTC  (5+ messages)
` [PATCH v3 2/2] vmscan,cgroup: apply mems_effective to reclaim

[PATCH] mm: workingset: Simplify lockdep check in update_node
 2025-04-21 17:39 UTC  (2+ messages)

[PATCH] cxl: core: Initialize eiw and eig to fix potential uninitialized use
 2025-04-21 17:39 UTC  (2+ messages)

Please apply commit d81cadbe1642 to 6.12 stable tree
 2025-04-21 17:30 UTC 

[ANN] Media Summit May 13th: Draft Agenda (v2)
 2025-04-21 17:39 UTC  (2+ messages)

[f2fs-dev] [PATCH 5/7] f2fs: separate the options parsing and options checking
 2025-04-21 17:37 UTC  (5+ messages)
  `  "

[PATCH liburing 0/3] zcrx refill queue allocation modes
 2025-04-21 17:38 UTC  (5+ messages)
` [PATCH liburing 1/3] examples: remove zcrx size limiting

[PATCH net v2] bnxt_en: improve TX timestamping FIFO configuration
 2025-04-21 17:35 UTC  (3+ messages)

[Bug 220016] New: USB devices plugged into USB hubs on 6.14.2-300.fc42.x86_64 do not work
 2025-04-21 17:35 UTC  (2+ messages)
` [Bug 220016] "

[PATCH] block: change type of bytes from int to int64_t for *bdrv_aio_pdiscard
 2025-04-21 17:33 UTC  (2+ messages)

[PATCH v3 0/2] Support building tegra124-cpufreq as a module
 2025-04-21 17:33 UTC  (6+ messages)
` [PATCH v3 1/2] cpufreq: tegra124: Remove use of disable_cpufreq
` [PATCH v3 2/2] cpufreq: tegra124: Allow building as a module

[arm-platforms:hack/ppi 9/24] drivers/perf/arm_spe_pmu.c:1225:6: warning: variable 'ret' is uninitialized when used here
 2025-04-21 17:26 UTC 

[PATCH v3 1/2] glibc: Forward -ffile-prefix-map option to assembler flags
 2025-04-21 17:29 UTC  (2+ messages)
` [PATCH v3 2/2] bitbake.conf: Switch prefix mapping to use -ffile-prefix-map

Sleep inside atomic for aarch64, triggered by generic/482
 2025-04-21 17:29 UTC  (2+ messages)

[PATCH] memcg: introduce non-blocking limit setting interfaces
 2025-04-21 17:28 UTC  (9+ messages)

scheduling while atomic on rc3 - migration + buffer heads
 2025-04-21 17:27 UTC  (2+ messages)

[PATCH 0/5] bcachefs async object debugging
 2025-04-21 17:26 UTC  (4+ messages)
` [PATCH 3/5] bcachefs: fast_list
` [PATCH 4/5] bcachefs: Async object debugging
` [PATCH 5/5] bcachefs: Make various async objs visible in debugfs


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.