The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2025-02-28 18:30:26 to 2025-02-28 20:02:16 UTC [more...]

[PATCH v7 00/49] x86/resctrl: Move the resctrl filesystem code to /fs/resctrl
 2025-02-28 19:59 UTC  (39+ messages)
` [PATCH v7 01/49] x86/resctrl: Fix allocation of cleanest CLOSID on platforms with no monitors
` [PATCH v7 02/49] x86/resctrl: Add a helper to avoid reaching into the arch code resource list
` [PATCH v7 03/49] x86/resctrl: Remove fflags from struct rdt_resource
` [PATCH v7 04/49] x86/resctrl: Use schema type to determine how to parse schema values
` [PATCH v7 05/49] x86/resctrl: Use schema type to determine the schema format string
` [PATCH v7 06/49] x86/resctrl: Remove data_width and the tabular format
` [PATCH v7 07/49] x86/resctrl: Add max_bw to struct resctrl_membw
` [PATCH v7 08/49] x86/resctrl: Generate default_ctrl instead of sharing it
` [PATCH v7 09/49] x86/resctrl: Add helper for setting CPU default properties
` [PATCH v7 10/49] x86/resctrl: Remove rdtgroup from update_cpu_closid_rmid()
` [PATCH v7 11/49] x86/resctrl: Expose resctrl fs's init function to the rest of the kernel
` [PATCH v7 12/49] x86/resctrl: Move rdt_find_domain() to be visible to arch and fs code
` [PATCH v7 13/49] x86/resctrl: Move resctrl types to a separate header
` [PATCH v7 14/49] x86/resctrl: Add an arch helper to reset one resource
` [PATCH v7 15/49] x86/resctrl: Move monitor exit work to a resctrl exit call
` [PATCH v7 16/49] x86/resctrl: Move monitor init work to a resctrl init call
` [PATCH v7 17/49] x86/resctrl: Rewrite and move the for_each_*_rdt_resource() walkers
` [PATCH v7 18/49] x86/resctrl: Move the is_mbm_*_enabled() helpers to asm/resctrl.h
` [PATCH v7 19/49] x86/resctrl: Add resctrl_arch_is_evt_configurable() to abstract BMEC
` [PATCH v7 20/49] x86/resctrl: Change mon_event_config_{read,write}() to be arch helpers
` [PATCH v7 21/49] x86/resctrl: Move mba_mbps_default_event init to filesystem code
` [PATCH v7 22/49] x86/resctrl: Move mbm_cfg_mask to struct rdt_resource
` [PATCH v7 23/49] x86/resctrl: Add resctrl_arch_ prefix to pseudo lock functions
` [PATCH v7 24/49] x86/resctrl: Allow an architecture to disable pseudo lock
` [PATCH v7 25/49] x86/resctrl: Make prefetch_disable_bits belong to the arch code
` [PATCH v7 26/49] x86/resctrl: Make resctrl_arch_pseudo_lock_fn() take a plr
` [PATCH v7 27/49] x86/resctrl: Move RFTYPE flags to be managed by resctrl
` [PATCH v7 28/49] x86/resctrl: Handle throttle_mode for SMBA resources
` [PATCH v7 29/49] x86/resctrl: Move get_config_index() to a header
` [PATCH v7 30/49] x86/resctrl: Move get_{mon,ctrl}_domain_from_cpu() to live with their callers
` [PATCH v7 31/49] x86/resctrl: Remove the limit on the number of CLOSID
` [PATCH v7 32/49] x86/resctrl: Rename resctrl_sched_in() to begin with "resctrl_arch_"
` [PATCH v7 33/49] x86/resctrl: resctrl_exit() teardown resctrl but leave the mount point
` [PATCH v7 34/49] x86/resctrl: Drop __init/__exit on assorted symbols
` [PATCH v7 35/49] x86/resctrl: Move is_mba_sc() out of core.c
` [PATCH v7 36/49] x86/resctrl: Add end-marker to the resctrl_event_id enum
` [PATCH v7 37/49] x86/resctrl: Expand the width of dom_id by replacing mon_data_bits
` [PATCH v7 38/49] x86/resctrl: Remove a newline to avoid confusing the code move script

[PATCH v4 1/3] rcutorture: Allow a negative value for nfakewriters
 2025-02-28 19:59 UTC  (12+ messages)
` [PATCH v4 3/3] rcu: Use _full() API to debug synchronize_rcu()

[RFT PATCH] xhci: Handle spurious events on Etron host isoc enpoints
 2025-02-28 19:57 UTC  (2+ messages)

[PATCH v6 00/42] x86/resctrl: Move the resctrl filesystem code to /fs/resctrl
 2025-02-28 19:57 UTC  (77+ messages)
` [PATCH v6 02/42] x86/resctrl: Add a helper to avoid reaching into the arch code resource list
` [PATCH v6 04/42] x86/resctrl: Use schema type to determine how to parse schema values
` [PATCH v6 08/42] x86/resctrl: Generate default_ctrl instead of sharing it
` [PATCH v6 10/42] x86/resctrl: Remove rdtgroup from update_cpu_closid_rmid()
` [PATCH v6 12/42] x86/resctrl: Move rdt_find_domain() to be visible to arch and fs code
` [PATCH v6 13/42] x86/resctrl: Move resctrl types to a separate header
` [PATCH v6 18/42] x86/resctrl: Move the is_mbm_*_enabled() helpers to asm/resctrl.h
` [PATCH v6 19/42] x86/resctrl: Add resctrl_arch_is_evt_configurable() to abstract BMEC
` [PATCH v6 20/42] x86/resctrl: Change mon_event_config_{read,write}() to be arch helpers
` [PATCH v6 23/42] x86/resctrl: Add resctrl_arch_ prefix to pseudo lock functions
` [PATCH v6 27/42] x86/resctrl: Move RFTYPE flags to be managed by resctrl
` [PATCH v6 28/42] x86/resctrl: Handle throttle_mode for SMBA resources
` [PATCH v6 29/42] x86/resctrl: Move get_config_index() to a header
` [PATCH v6 30/42] x86/resctrl: Claim get_{mon,ctrl}_domain_from_cpu() helpers for resctrl
` [PATCH v6 31/42] x86/resctrl: Remove the limit on the number of CLOSID
` [PATCH v6 33/42] x86/resctrl: resctrl_exit() teardown resctrl but leave the mount point
` [PATCH v6 36/42] x86/resctrl: Add end-marker to the resctrl_event_id enum
` [PATCH v6 37/42] x86/restrl: Expand the width of dom_id by replacing mon_data_bits
` [PATCH v6 39/42] x86/resctrl: Split trace.h
` [PATCH v6 40/42] fs/resctrl: Add boiler plate for external resctrl code
` [PATCH v6 41/42] x86/resctrl: Move the filesystem bits to headers visible to fs/resctrl
` [PATCH v6 42/42] x86/resctrl: Add python script to move resctrl code to /fs/resctrl

[PATCH net-next 0/3] eth: fbnic: Cleanup macros and string function
 2025-02-28 19:15 UTC  (4+ messages)
` [PATCH net-next 1/3] eth: fbnic: Prepend TSENE FW fields with FBNIC_FW
` [PATCH net-next 2/3] eth: fbnic: Update fbnic_tlv_attr_get_string() to work like nla_strscpy()
` [PATCH net-next 3/3] eth: fbnic: Replace firmware field macros

[PATCH 0/5] wifi: ath10k/ath11k/ath12k: Strip device prefix from calibration properties
 2025-02-28 19:56 UTC  (2+ messages)

[PATCH 0/3] Add support for hidden choices to platform_profile
 2025-02-28 19:56 UTC  (5+ messages)

[PATCH v7 00/17] Provide a new two step DMA mapping API
 2025-02-28 19:54 UTC  (3+ messages)

[PATCH] perf stat: Fix uniquify for hybrid systems
 2025-02-28 19:53 UTC 

[BUG objtool,x86] Missing __noreturn annotation in acpi_processor_ffh_play_dead()
 2025-02-28 19:51 UTC  (3+ messages)

[PATCH] uaccess: Introduce ucopysize.h
 2025-02-28 19:50 UTC 

[PATCH bpf-next v4 0/6] XDP metadata support for tun driver
 2025-02-28 19:49 UTC  (3+ messages)
` [PATCH bpf-next v4 2/6] net: tun: enable transfer of XDP metadata to skb

[PATCH v4 0/7] Add support for the Exynos7870 SoC, along with three devices
 2025-02-28 19:46 UTC  (8+ messages)
` [PATCH v4 1/7] dt-bindings: soc: samsung: exynos-pmu: add exynos7870-pmu compatible
` [PATCH v4 2/7] dt-bindings: arm: samsung: add compatibles for exynos7870 devices
` [PATCH v4 3/7] soc: samsung: exynos-chipid: add support for exynos7870
` [PATCH v4 4/7] arm64: dts: exynos: add initial devicetree "
` [PATCH v4 5/7] arm64: dts: exynos: add initial support for Samsung Galaxy J7 Prime
` [PATCH v4 6/7] arm64: dts: exynos: add initial support for Samsung Galaxy A2 Core
` [PATCH v4 7/7] arm64: dts: exynos: add initial support for Samsung Galaxy J6

[PATCH v14 00/13] AMD broadcast TLB invalidation
 2025-02-28 19:47 UTC  (13+ messages)
` [PATCH v14 02/13] x86/mm: get INVLPGB count max from CPUID
` [PATCH v14 03/13] x86/mm: add INVLPGB support code
` [PATCH v14 04/13] x86/mm: use INVLPGB for kernel TLB flushes
` [PATCH v14 05/13] x86/mm: use INVLPGB in flush_tlb_all
` [PATCH v14 06/13] x86/mm: use broadcast TLB flushing for page reclaim TLB flushing

[PATCH v2] rust: adding UniqueRefCounted and UniqueRef types
 2025-02-28 19:47 UTC  (7+ messages)

[PATCH 0/2] ARM: dts: apalis/colibri-imx6: Add support for v1.2
 2025-02-28 19:42 UTC  (3+ messages)
` [PATCH 1/2] ARM: dts: apalis/colibri-imx6: Enable STMPE811 TS

[PATCH v3 0/2] Introduce DWC3 support for Exynos7870
 2025-02-28 19:40 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: usb: samsung,exynos-dwc3: add exynos7870 support
` [PATCH v3 2/2] usb: dwc3: exynos: add support for exynos7870

BUG Report: Fork benchmark drop by 30% on aarch64
 2025-02-28 19:39 UTC  (10+ messages)

[PATCH v4 0/2] Introduce support for Exynos7870 clocks
 2025-02-28 19:38 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: clock: add clock definitions and documentation for exynos7870 CMU
` [PATCH v4 2/2] clk: samsung: add initial exynos7870 clock driver

[PATCH v3 0/3] Introduce support for Exynos7870's S2MPU05 PMIC and its regulators
 2025-02-28 19:37 UTC  (4+ messages)
` [PATCH v3 1/3] regulator: dt-bindings: add documentation for s2mpu05-pmic regulators
` [PATCH v3 2/3] mfd: sec: add support for S2MPU05 PMIC
` [PATCH v3 3/3] regulator: s2mps11: Add support for S2MPU05 regulators

[PATCH v3 0/3] Introduce pin controller support for Exynos7870
 2025-02-28 19:35 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: pinctrl: samsung: add exynos7870-pinctrl compatible
` [PATCH v3 2/3] dt-bindings: pinctrl: samsung: add exynos7870-wakeup-eint compatible
` [PATCH v3 3/3] pinctrl: samsung: add support for exynos7870 pinctrl

[PATCH v2 0/4] Initial BBML2 support for contpte_convert()
 2025-02-28 19:32 UTC  (3+ messages)
` [PATCH v2 4/4] iommu/arm: Add BBM Level 2 smmu feature

[GIT PULL] x86 fixes
 2025-02-28 19:25 UTC 

[PATCH 0/6] ufs-exynos fixes for gs101
 2025-02-28 19:21 UTC  (7+ messages)
` [PATCH 4/6] scsi: ufs: exynos: Enable PRDT pre-fetching with UFSHCD_CAP_CRYPTO
` [PATCH 5/6] scsi: ufs: exynos: Move phy calls to .exit() callback
` [PATCH 6/6] scsi: ufs: exynos: put ufs device in reset on .exit() and .suspend()

[GIT PULL] scheduler fix
 2025-02-28 19:20 UTC 

[GIT PULL] perf events fixes
 2025-02-28 19:17 UTC 

[PATCH] uio_hv_generic: Set event for all channels on the device
 2025-02-28 19:11 UTC  (2+ messages)

[PATCH v1 0/8] MT9M114 driver bugfix and improvements
 2025-02-28 19:11 UTC  (5+ messages)
` [PATCH v1 2/8] MT9M114: Add pad-slew-rate DT-binding

[GIT PULL] objtool fixes
 2025-02-28 19:08 UTC 

[PATCH v3 0/2] Cleanup io.h
 2025-02-28 19:08 UTC  (9+ messages)

[PATCH RFCv2 00/18] uprobes: Add support to optimize usdt probes on x86_64
 2025-02-28 19:07 UTC  (5+ messages)
` [PATCH RFCv2 06/18] uprobes: Add orig argument to uprobe_write and uprobe_write_opcode
` [PATCH RFCv2 12/18] uprobes/x86: Add support to optimize uprobes

[PATCH v3 0/5] Introduce support for Exynos7870 clocks and PMU
 2025-02-28 19:07 UTC  (6+ messages)
` [PATCH v3 5/5] clk: samsung: add exynos7870 CLKOUT support

[PATCH 0/9] Stage-2 huge mappings for pKVM np-guests
 2025-02-28 19:06 UTC  (5+ messages)
` [PATCH 1/9] KVM: arm64: Handle huge mappings for np-guest CMOs
` [PATCH 2/9] KVM: arm64: Add a range to __pkvm_host_share_guest()

[PATCH v11 0/4] Support SMT control on arm64
 2025-02-28 19:06 UTC  (5+ messages)
` [PATCH v11 3/4] arm64: topology: Support SMT control on ACPI based system

[PATCH v2 1/3] dt-bindings: net: Add support for rk3562 dwmac
 2025-02-28 19:04 UTC  (2+ messages)

[PATCH v2 0/7] thermal: renesas: Add support fot RZ/G3E
 2025-02-28 19:03 UTC  (3+ messages)
` [PATCH v2 3/7] dt-bindings: thermal: r9a09g047-tsu: Document the TSU unit

[GIT PULL] locking fix
 2025-02-28 19:02 UTC 

[PATCH 0/3] hwmon: (ntc_thermistor) typo fixes and incorrect table fix
 2025-02-28 19:01 UTC  (3+ messages)
` [PATCH 2/3] dt-bindings: hwmon: ntc-thermistor: fix typo regarding the deprecation of the ntc, compatibles

[RFC PATCH bpf-next 0/6] bpf: BPF runtime hooks: low-overhead non-intrusive tracking of runtime acquire/release (for watchdog)
 2025-02-28 18:59 UTC  (8+ messages)
` [RFC PATCH bpf-next 4/6] bpf: Add bpf runtime hooks for tracking runtime acquire/release

[PATCH v5 0/2] Optionally allow ttynull to be selected as a default console
 2025-02-28 18:59 UTC  (5+ messages)
` [PATCH v5 1/2] ttynull: Add an option to allow ttynull to be used as a console device

[PATCH 0/4] rockchip: Add support for maskrom button on Radxa E20C
 2025-02-28 18:59 UTC  (3+ messages)
` [PATCH 1/4] dt-bindings: iio: adc: Add rockchip,rk3528-saradc variant

[PATCH v2 0/5] Check Rust signatures at compile time
 2025-02-28 18:53 UTC  (5+ messages)
  ` [PATCH v2 2/5] rust: macros: support additional tokens in quote!
  ` [PATCH v2 3/5] rust: add #[export] macro

[GIT PULL] LOCKDEP and Rust locking changes for v6.15
 2025-02-28 18:57 UTC  (2+ messages)

[PATCH] drm: panel-backlight-quirks: Add Framework 16 panel
 2025-02-28 18:56 UTC  (2+ messages)

[RFC PATCH 0/3] gpu: nova-core: add basic timer subdevice implementation
 2025-02-28 18:55 UTC  (11+ messages)

[PATCH net-next] net: filter: Avoid shadowing variable in bpf_convert_ctx_access()
 2025-02-28 18:55 UTC  (2+ messages)

[PATCH v2] gpiolib: use the required minimum set of headers
 2025-02-28 18:54 UTC  (6+ messages)

[RFC PATCH 0/2] Extend mmio-mux driver to configure mux with
 2025-02-28 18:52 UTC  (4+ messages)
` [RFC PATCH 1/2] devicetree: bindings: mux: reg-mux: Update bindings for reg-mux for new property

[PATCH v4 00/10] Support ROHM BD79124 ADC
 2025-02-28 18:51 UTC  (4+ messages)
` [PATCH v4 02/10] property: Add device_get_child_node_count_named()

[PATCH v2 0/4] pinctrl: ingenic: add support for x1600 SoC and MII and I2S for jz4730
 2025-02-28 18:51 UTC  (4+ messages)
` [PATCH v2 4/4] pinctrl: ingenic: jz4730: add pinmux for I2S interface

[RFC PATCH 0/3] gpu: nova-core: add basic timer subdevice implementation
 2025-02-28 18:50 UTC  (15+ messages)

[PATCH] dt-bindings: input: matrix_keypad - add wakeup-source property
 2025-02-28 18:49 UTC  (2+ messages)

[PATCH 0/2] modules: allow error injection
 2025-02-28 18:48 UTC  (10+ messages)
  ` [PATCH 2/2] moderr: add module error injection tool

[PATCH v3] dt-bindings: interrupt-controller: Convert nxp,lpc3220-mic.txt to yaml format
 2025-02-28 18:48 UTC  (2+ messages)

[RFC PATCH] vfio/pci: add PCIe TPH to device feature ioctl
 2025-02-28 18:48 UTC  (2+ messages)

[PATCH v5] lib/vsprintf: Add support for generic FourCCs by extending %p4cc
 2025-02-28 18:47 UTC  (2+ messages)

[PATCH v2] f2fs-tools: add ftruncate command in f2fs_io
 2025-02-28 18:47 UTC 

[PATCH v8 00/13] wifi: ath12k: add Ath12k AHB driver support for IPQ5332
 2025-02-28 18:42 UTC  (14+ messages)
` [PATCH v8 01/13] dt-bindings: net: wireless: describe the ath12k AHB module "
` [PATCH v8 02/13] wifi: ath12k: fix incorrect CE addresses
` [PATCH v8 03/13] wifi: ath12k: refactor ath12k_hw_regs structure
` [PATCH v8 04/13] wifi: ath12k: add ath12k_hw_params for IPQ5332
` [PATCH v8 05/13] wifi: ath12k: avoid m3 firmware download in AHB device IPQ5332
` [PATCH v8 06/13] wifi: ath12k: Add hw_params to remap CE register space for IPQ5332
` [PATCH v8 07/13] wifi: ath12k: add support for fixed QMI firmware memory
` [PATCH v8 08/13] wifi: ath12k: add AHB driver support for IPQ5332
` [PATCH v8 09/13] wifi: ath12k: Power up root PD
` [PATCH v8 10/13] wifi: ath12k: Register various userPD interrupts and save SMEM entries
` [PATCH v8 11/13] wifi: ath12k: Power up userPD
` [PATCH v8 12/13] wifi: ath12k: Power down userPD
` [PATCH v8 13/13] wifi: ath12k: enable ath12k AHB support

[PATCH v2 0/2] Bitmap bindings for rust
 2025-02-28 18:42 UTC  (2+ messages)

[PATCH sched_ext/for-6.15 v3 0/5] bpf, sched_ext: Make kfunc filters support struct_ops context to reduce runtime overhead
 2025-02-28 18:42 UTC  (6+ messages)
` [PATCH sched_ext/for-6.15 v3 3/5] sched_ext: Add scx_kfunc_ids_ops_context_sensitive for unified filtering of context-sensitive SCX kfuncs

[PATCH v2] rust: adding UniqueRefCounted and UniqueRef types
 2025-02-28 18:41 UTC 

[PATCH v3 00/10] x86: 32-bit cleanups
 2025-02-28 18:40 UTC  (4+ messages)
` [PATCH v3 08/10] x86: document X86_INTEL_MID as 64-bit-only

[PATCH -next] mmc: atmel-mci: Add missing clk_disable_unprepare()
 2025-02-28 18:39 UTC  (2+ messages)

[PATCH v5] PCI: Allow PCI bridges to go to D3Hot on all Devicetree based platforms
 2025-02-28 18:39 UTC  (3+ messages)

[PATCH 0/7] rockchip: Add support for leds and user button on Radxa E20C
 2025-02-28 18:39 UTC  (5+ messages)
` [PATCH 1/7] dt-bindings: soc: rockchip: Add RK3528 ioc grf syscon
` [PATCH 2/7] dt-bindings: pinctrl: Add pinctrl support for RK3528

[PATCH v3 0/4] Exynos Thermal code improvement
 2025-02-28 18:36 UTC  (4+ messages)
` [PATCH v3 4/4] drivers/thermal/exymos: Use guard notation when acquiring mutex

[PATCH v1 1/1] cxl/hdm: Verify HDM decoder capabilities after parsing
 2025-02-28 18:34 UTC  (4+ messages)

[PATCH] mtd: rawnand: tegra: Simplify maximum determination in tegra_nand_setup_timing()
 2025-02-28 18:33 UTC 

[PATCH v5 0/7] Move initializing SEV/SNP functionality to KVM
 2025-02-28 18:31 UTC  (3+ messages)
` [PATCH v5 6/7] KVM: SVM: Add support to initialize SEV/SNP functionality in KVM

[PATCH v5 00/27] hugetlb/CMA improvements for large systems
 2025-02-28 18:29 UTC  (6+ messages)
` [PATCH v5 23/27] mm/cma: introduce a cma validate function
` [PATCH v5 24/27] mm/cma: introduce interface for early reservations
` [PATCH v5 25/27] mm/hugetlb: add hugetlb_cma_only cmdline option
` [PATCH v5 26/27] mm/hugetlb: enable bootmem allocation from CMA areas
` [PATCH v5 27/27] mm/hugetlb: move hugetlb CMA code in to its own file


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