messages from 2024-08-20 07:52:47 to 2024-08-22 01:20:08 UTC [more...]
[PATCH v11 00/39] arm64/gcs: Provide support for GCS in userspace
2024-08-22 1:15 UTC (21+ messages)
` [PATCH v11 01/39] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH v11 02/39] arm64/mm: Restructure arch_validate_flags() for extensibility
` [PATCH v11 03/39] prctl: arch-agnostic prctl for shadow stack
` [PATCH v11 04/39] mman: Add map_shadow_stack() flags
` [PATCH v11 05/39] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v11 06/39] arm64/gcs: Document the ABI "
` [PATCH v11 07/39] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v11 08/39] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v11 09/39] arm64/gcs: Provide put_user_gcs()
` [PATCH v11 10/39] arm64/gcs: Provide basic EL2 setup to allow GCS usage at EL0 and EL1
` [PATCH v11 11/39] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v11 12/39] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v11 13/39] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v11 14/39] arm64/mm: Map pages for guarded control stack
` [PATCH v11 15/39] KVM: arm64: Manage GCS access and registers for guests
` [PATCH v11 16/39] arm64/idreg: Add overrride for GCS
` [PATCH v11 17/39] arm64/hwcap: Add hwcap "
` [PATCH v11 18/39] arm64/traps: Handle GCS exceptions
` [PATCH v11 19/39] arm64/mm: Handle GCS data aborts
` [PATCH v11 20/39] arm64/gcs: Context switch GCS state for EL0
[PATCH net-next v19 03/13] netdev: support binding dma-buf to netdevice
2024-08-21 22:30 UTC (11+ messages)
[PATCH v3 1/3] riscv: mm: Use hint address in mmap if available
2024-08-21 22:17 UTC (2+ messages)
[PATCH net-next v2 0/2] Add Embedded SYNC feature for a dpll's pin
2024-08-21 21:32 UTC (3+ messages)
` [PATCH net-next v2 1/2] dpll: add Embedded SYNC feature for a pin
` [PATCH net-next v2 2/2] ice: add callbacks for Embedded SYNC enablement on dpll pins
[PATCH v5 0/4] drm: Minimum backlight overrides and implementation for amdgpu
2024-08-21 20:55 UTC (10+ messages)
` [PATCH v5 1/4] drm: Add panel backlight quirks
` [PATCH v5 2/4] drm/amd/display: Add support for minimum backlight quirk
` [PATCH v5 3/4] drm: panel-backlight-quirks: Add Framework 13 matte panel
` [PATCH v5 4/4] drm: panel-backlight-quirks: Add Framework 13 glossy and 2.8k panels
[PATCH v6 00/22] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
2024-08-21 20:11 UTC (59+ messages)
` [PATCH v6 06/22] x86/resctrl: Add support to enable/disable AMD ABMC feature
` [PATCH v6 08/22] x86/resctrl: Introduce interface to display number of monitoring counters
` [PATCH v6 09/22] x86/resctrl: Introduce MBM counters bitmap
` [PATCH v6 11/22] x86/resctrl: Remove MSR reading of event configuration value
` [PATCH v6 12/22] x86/resctrl: Introduce mbm_cntr_map to track counters at domain
` [PATCH v6 13/22] x86/resctrl: Add data structures and definitions for ABMC assignment
` [PATCH v6 14/22] x86/resctrl: Introduce cntr_id in mongroup for assignments
` [PATCH v6 15/22] x86/resctrl: Add the interface to assign a hardware counter
` [PATCH v6 16/22] x86/resctrl: Add the interface to unassign a MBM counter
` [PATCH v6 17/22] x86/resctrl: Assign/unassign counters by default when ABMC is enabled
` [PATCH v6 18/22] x86/resctrl: Report "Unassigned" for MBM events in ABMC mode
` [PATCH v6 19/22] x86/resctrl: Introduce the interface to switch between monitor modes
` [PATCH v6 20/22] x86/resctrl: Enable AMD ABMC feature by default when supported
` [PATCH v6 22/22] x86/resctrl: Introduce interface to modify assignment states of the groups
[PATCH v2] Documentation: add a driver API doc for the power sequencing subsystem
2024-08-21 19:59 UTC (2+ messages)
[PATCH v24 00/34] Introduce QC USB SND audio offloading support
2024-08-21 19:21 UTC (15+ messages)
` [PATCH v24 03/34] xhci: sideband: add initial api to register a sideband entity
` [PATCH v24 05/34] usb: host: xhci-mem: Cleanup pending secondary event ring events
` [PATCH v24 29/34] ALSA: usb-audio: qcom: Add USB offload route kcontrol
[PATCH v4 0/6] mm: split underused THPs
2024-08-21 19:09 UTC (13+ messages)
` [PATCH v4 3/6] mm: selftest to verify zero-filled pages are mapped to zeropage
` [PATCH v4 4/6] mm: Introduce a pageflag for partially mapped folios
[PATCH v2] docs: bug-bisect: rewrite to better match the other bisecting text
2024-08-21 19:02 UTC (4+ messages)
[PATCH v10 00/40] arm64/gcs: Provide support for GCS in userspace
2024-08-21 18:41 UTC (35+ messages)
` [PATCH v10 13/40] arm64/mm: Map pages for guarded control stack
` [PATCH v10 19/40] arm64/gcs: Context switch GCS state for EL0
` [PATCH v10 20/40] arm64/gcs: Ensure that new threads have a GCS
` [PATCH v10 21/40] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v10 22/40] arm64/mm: Implement map_shadow_stack()
` [PATCH v10 23/40] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v10 24/40] arm64/signal: Expose GCS state in signal frames
` [PATCH v10 25/40] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v10 26/40] arm64: Add Kconfig for Guarded Control Stack (GCS)
[PATCH 0/4] iio: adc: ad4695: implement calibration support
2024-08-21 16:33 UTC (9+ messages)
` [PATCH 1/4] iio: adc: ad4695: add 2nd regmap for 16-bit registers
` [PATCH 2/4] iio: adc: ad4695: implement calibration support
` [PATCH 3/4] doc: iio: ad4695: update for "
` [PATCH 4/4] iio: ABI: document ad4695 new attributes
[PATCH v5 00/13] Zacas/Zabha support and qspinlocks
2024-08-21 14:51 UTC (17+ messages)
` [PATCH v5 02/13] riscv: Do not fail to build on byte/halfword operations with Zawrs
` [PATCH v5 04/13] dt-bindings: riscv: Add Zabha ISA extension description
` [PATCH v5 06/13] riscv: Improve zacas fully-ordered cmpxchg()
` [PATCH v5 09/13] asm-generic: ticket-lock: Reuse arch_spinlock_t of qspinlock
` [PATCH v5 10/13] asm-generic: ticket-lock: Add separate ticket-lock.h
` [PATCH v5 11/13] riscv: Add ISA extension parsing for Ziccrse
` [PATCH v5 12/13] dt-bindings: riscv: Add Ziccrse ISA extension description
` [PATCH v5 13/13] riscv: Add qspinlock support
[PATCH v10 0/2] Loongarch-avec support
2024-08-21 14:31 UTC (6+ messages)
` [PATCH v10 2/2] irqchip/loongarch-avec: Add AVEC irqchip support
[PATCH v2 0/9] PCI: Remove pcim_iounmap_regions()
2024-08-21 12:25 UTC (19+ messages)
` [PATCH v2 1/9] PCI: Make pcim_iounmap_region() a public function
` [PATCH v2 2/9] fpga/dfl-pci.c: Replace deprecated PCI functions
` [PATCH v2 3/9] block: mtip32xx: "
` [PATCH v2 4/9] gpio: "
` [PATCH v2 5/9] ethernet: cavium: "
` [PATCH v2 6/9] ethernet: stmicro: Simplify PCI devres usage
` [PATCH v2 7/9] vdpa: solidrun: Fix potential UB bug with devres
` [PATCH v2 8/9] vdap: solidrun: Replace deprecated PCI functions
` [PATCH v2 9/9] PCI: Remove pcim_iounmap_regions()
[PATCH v4 00/13] Zacas/Zabha support and qspinlocks
2024-08-21 12:18 UTC (7+ messages)
` [PATCH v4 13/13] riscv: Add qspinlock support
[net-next v3] net: wwan: t7xx: PCIe reset rescan
2024-08-21 12:00 UTC (2+ messages)
[PATCH] arm_mpam: Fix T241-MPAM-4 workaround
2024-08-21 11:42 UTC (2+ messages)
[PATCH v2] rust: Remove erronous blockquote in coding guidelines
2024-08-21 10:52 UTC (2+ messages)
[PATCH] Documentation: add a driver API doc for the power sequencing subsystem
2024-08-21 10:09 UTC (5+ messages)
[PATCH v7 0/8] filtering and snapshots of a block devices
2024-08-21 9:27 UTC (2+ messages)
[PATCH] Documentation: iomap: fix a typo
2024-08-21 7:15 UTC (4+ messages)
[PATCH v7 0/4] ASoC: grace time for DPCM cleanup
2024-08-21 2:07 UTC (4+ messages)
` [PATCH v7 4/4] ASoC: Intel: sof_sdw: use playback/capture_only flags
[PATCH v3 00/25] DCD: Add support for Dynamic Capacity Devices (DCD)
2024-08-20 23:30 UTC (10+ messages)
` [PATCH v3 02/25] printk: Add print format (%par) for struct range
` [PATCH v3 06/25] cxl/mem: Read dynamic capacity configuration from the device
` [PATCH v3 23/25] cxl/mem: Trace Dynamic capacity Event Record
` [PATCH v3 24/25] tools/testing/cxl: Make event logs dynamic
[PATCH 0/1] Documentation: kbuild: explicitly document missing prompt
2024-08-20 22:25 UTC (4+ messages)
` [PATCH 1/1] "
[PATCH v3 2/3] iio: adc: ad7625: add driver
2024-08-20 21:07 UTC (3+ messages)
[PATCH] Documentation: Document the kernel flag bdev_allow_write_mounted
2024-08-20 18:42 UTC (3+ messages)
[PATCH 0/5] page allocation tag compression
2024-08-20 18:35 UTC (6+ messages)
` [PATCH 1/5] alloc_tag: load module tags into separate continuous memory
[PATCH v9 00/13] riscv: Add support for xtheadvector
2024-08-20 16:42 UTC (6+ messages)
[RFC PATCH v3 00/21] Cleaning up the KVM clock mess
2024-08-20 15:42 UTC (6+ messages)
` [RFC PATCH v3 20/21] KVM: x86/xen: Prevent runstate times from becoming negative
[PATCH v9 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
2024-08-20 15:26 UTC (12+ messages)
` [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements
[PATCH v9 0/6] RISC-V: Detect and report speed of unaligned vector accesses
2024-08-20 15:24 UTC (7+ messages)
` [PATCH v9 1/6] RISC-V: Check scalar unaligned access on all CPUs
` [PATCH v9 2/6] RISC-V: Scalar unaligned access emulated on hotplug CPUs
` [PATCH v9 3/6] RISC-V: Replace RISCV_MISALIGNED with RISCV_SCALAR_MISALIGNED
` [PATCH v9 4/6] RISC-V: Detect unaligned vector accesses supported
` [PATCH v9 5/6] RISC-V: Report vector unaligned access speed hwprobe
` [PATCH v9 6/6] RISC-V: hwprobe: Document unaligned vector perf key
[RFC net-next 0/5] Suspend IRQs during preferred busy poll
2024-08-20 14:28 UTC (19+ messages)
[RFC net-next 0/5] Suspend IRQs during preferred busy poll
2024-08-20 14:27 UTC (7+ messages)
[PATCH net-next v1 0/2] Add Embedded SYNC feature for a dpll's pin
2024-08-20 13:01 UTC (6+ messages)
` [PATCH net-next v1 1/2] dpll: add Embedded SYNC feature for a pin
[PATCH v2 0/4] perf/dwc_pcie: Fix registration issue in multi PCIe controller instances
2024-08-20 12:33 UTC (5+ messages)
` [PATCH v2 1/4] "
` [PATCH v2 3/4] perf/dwc_pcie: Always register for PCIe bus notifier
[PATCH v11 0/3] Add support for Intel PPS Generator
2024-08-20 11:43 UTC (5+ messages)
` [PATCH v11 1/3] pps: generators: Add PPS Generator TIO Driver
` [PATCH v11 2/3] Documentation: driver-api: pps: Add Intel Timed I/O PPS generator
` [PATCH v11 3/3] ABI: pps: Add ABI documentation for Intel TIO
[PATCH v11 0/3] Add support for Intel PPS Generator
2024-08-20 11:20 UTC (5+ messages)
` [PATCH v11 1/3] pps: generators: Add PPS Generator TIO Driver
` [PATCH v11 2/3] Documentation: driver-api: pps: Add Intel Timed I/O PPS generator
` [PATCH v11 3/3] ABI: pps: Add ABI documentation for Intel TIO
` [linux-drivers-review] [PATCH v11 0/3] Add support for Intel PPS Generator
[PATCH 0/9] PCI: Remove pcim_iounmap_regions()
2024-08-20 11:14 UTC (22+ messages)
` [PATCH 4/9] block: mtip32xx: Replace deprecated PCI functions
` [PATCH 6/9] ethernet: cavium: "
` [PATCH 7/9] ethernet: stmicro: Simplify PCI devres usage
` [PATCH 8/9] vdap: solidrun: Replace deprecated PCI functions
[PATCH bpf-next] bpf: use kfunc hooks instead of program types
2024-08-20 8:49 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).