messages from 2024-10-28 23:53:10 to 2024-10-29 23:45:30 UTC [more...]
[PATCH v7 00/32] riscv control-flow integrity for usermode
2024-10-29 23:44 UTC (29+ messages)
` [PATCH v7 01/32] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH v7 02/32] mm: helper `is_shadow_stack_vma` to check shadow stack vma
` [PATCH v7 03/32] riscv: Enable cbo.zero only when all harts support Zicboz
` [PATCH v7 04/32] riscv: Add support for per-thread envcfg CSR values
` [PATCH v7 05/32] riscv: Call riscv_user_isa_enable() only on the boot hart
` [PATCH v7 06/32] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v7 07/32] riscv: zicfiss / zicfilp enumeration
` [PATCH v7 08/32] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v7 09/32] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v7 10/32] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v7 11/32] riscv mm: manufacture shadow stack pte
` [PATCH v7 12/32] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v7 13/32] riscv mmu: write protect and shadow stack
` [PATCH v7 14/32] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v7 15/32] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v7 16/32] prctl: arch-agnostic prctl for shadow stack
` [PATCH v7 17/32] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v7 18/32] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v7 19/32] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v7 20/32] riscv/traps: Introduce software check exception
` [PATCH v7 21/32] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v7 22/32] riscv/signal: save and restore of shadow stack for signal
` [PATCH v7 23/32] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v7 24/32] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v7 25/32] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v7 26/32] riscv: Add Firmware Feature SBI extensions definitions
` [PATCH v7 27/32] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v7 28/32] riscv: kernel command line option to opt out of user cfi
[PATCH] ASoC: doc: update clocking
2024-10-29 23:42 UTC
[PATCH v5 00/16] Enable Linear Address Space Separation support
2024-10-29 23:41 UTC (25+ messages)
` [PATCH v5 01/16] x86/cpu: Enumerate the LASS feature bits
` [PATCH v5 03/16] x86/alternatives: Disable LASS when patching kernel alternatives
` [PATCH v5 04/16] init/main.c: Move EFI runtime service initialization to x86/cpu
` [PATCH v5 05/16] x86/cpu: Defer CR pinning setup until after EFI initialization
` [PATCH v5 06/16] efi: Disable LASS around set_virtual_address_map call
` [PATCH v5 11/16] x86/vsyscall: Document the fact that vsyscall=emulate disables LASS
[PATCH v9 00/26] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
2024-10-29 23:21 UTC (27+ messages)
` [PATCH v9 01/26] x86/resctrl: Add __init attribute for the functions called in resctrl_late_init
` [PATCH v9 02/26] x86/cpufeatures: Add support for Assignable Bandwidth Monitoring Counters (ABMC)
` [PATCH v9 03/26] x86/resctrl: Add ABMC feature in the command line options
` [PATCH v9 04/26] x86/resctrl: Consolidate monitoring related data from rdt_resource
` [PATCH v9 05/26] x86/resctrl: Detect Assignable Bandwidth Monitoring feature details
` [PATCH v9 06/26] x86/resctrl: Introduce resctrl_file_fflags_init() to initialize fflags
` [PATCH v9 07/26] x86/resctrl: Add support to enable/disable AMD ABMC feature
` [PATCH v9 08/26] x86/resctrl: Introduce the interface to display monitor mode
` [PATCH v9 09/26] x86/resctrl: Introduce interface to display number of monitoring counters
` [PATCH v9 10/26] x86/resctrl: Introduce bitmap mbm_cntr_free_map to track assignable counters
` [PATCH v9 11/26] x86/resctrl: Introduce mbm_total_cfg and mbm_local_cfg in struct rdt_hw_mon_domain
` [PATCH v9 12/26] x86/resctrl: Remove MSR reading of event configuration value
` [PATCH v9 13/26] x86/resctrl: Introduce mbm_cntr_map to track assignable counters at domain
` [PATCH v9 14/26] x86/resctrl: Introduce interface to display number of free counters
` [PATCH v9 15/26] x86/resctrl: Add data structures and definitions for ABMC assignment
` [PATCH v9 16/26] x86/resctrl: Introduce cntr_id in mongroup for assignments
` [PATCH v9 17/26] x86/resctrl: Implement resctrl_arch_config_cntr() to assign a counter with ABMC
` [PATCH v9 18/26] x86/resctrl: Add the interface to assign/update counter assignment
` [PATCH v9 19/26] x86/resctrl: Add the interface to unassign a MBM counter
` [PATCH v9 20/26] x86/resctrl: Auto assign/unassign counters when mbm_cntr_assign is enabled
` [PATCH v9 21/26] x86/resctrl: Report "Unassigned" for MBM events in mbm_cntr_assign mode
` [PATCH v9 22/26] x86/resctrl: Introduce the interface to switch between monitor modes
` [PATCH v9 23/26] x86/resctrl: Configure mbm_cntr_assign mode if supported
` [PATCH v9 24/26] x86/resctrl: Update assignments on event configuration changes
` [PATCH v9 25/26] x86/resctrl: Introduce interface to list assignment states of all the groups
` [PATCH v9 26/26] x86/resctrl: Introduce interface to modify assignment states of "
[PATCH v3 0/2] sparc/build: Rework CFLAGS for clang compatibility
2024-10-29 22:24 UTC (5+ messages)
` [PATCH v3 1/2] sparc/build: Put usage of -fcall-used* flags behind cc-option
` [PATCH v3 2/2] sparc/build: Add SPARC target flags for compiling with clang
[PATCH v6 00/33] riscv control-flow integrity for usermode
2024-10-29 22:06 UTC (4+ messages)
` [PATCH v6 06/33] riscv/Kconfig: enable HAVE_EXIT_THREAD for riscv
[PATCH v3 1/1] memcg/hugetlb: Adding hugeTLB counters to memcg
2024-10-29 21:04 UTC (4+ messages)
[PATCH v5 00/27] DCD: Add support for Dynamic Capacity Devices (DCD)
2024-10-29 20:35 UTC (28+ messages)
` [PATCH v5 01/27] range: Add range_overlaps()
` [PATCH v5 02/27] ACPI/CDAT: Add CDAT/DSMAS shared and read only flag values
` [PATCH v5 03/27] dax: Document struct dev_dax_range
` [PATCH v5 04/27] cxl/pci: Delay event buffer allocation
` [PATCH v5 05/27] cxl/hdm: Use guard() in cxl_dpa_set_mode()
` [PATCH v5 06/27] cxl/region: Refactor common create region code
` [PATCH v5 07/27] cxl/mbox: Flag support for Dynamic Capacity Devices (DCD)
` [PATCH v5 08/27] cxl/mem: Read dynamic capacity configuration from the device
` [PATCH v5 09/27] cxl/core: Separate region mode from decoder mode
` [PATCH v5 10/27] cxl/region: Add dynamic capacity decoder and region modes
` [PATCH v5 11/27] cxl/hdm: Add dynamic capacity size support to endpoint decoders
` [PATCH v5 12/27] cxl/cdat: Gather DSMAS data for DCD regions
` [PATCH v5 13/27] cxl/mem: Expose DCD partition capabilities in sysfs
` [PATCH v5 14/27] cxl/port: Add endpoint decoder DC mode support to sysfs
` [PATCH v5 15/27] cxl/region: Add sparse DAX region support
` [PATCH v5 16/27] cxl/events: Split event msgnum configuration from irq setup
` [PATCH v5 17/27] cxl/pci: Factor out interrupt policy check
` [PATCH v5 18/27] cxl/mem: Configure dynamic capacity interrupts
` [PATCH v5 19/27] cxl/core: Return endpoint decoder information from region search
` [PATCH v5 20/27] cxl/extent: Process DCD events and realize region extents
` [PATCH v5 21/27] cxl/region/extent: Expose region extent information in sysfs
` [PATCH v5 22/27] dax/bus: Factor out dev dax resize logic
` [PATCH v5 23/27] dax/region: Create resources on sparse DAX regions
` [PATCH v5 24/27] cxl/region: Read existing extents on region creation
` [PATCH v5 25/27] cxl/mem: Trace Dynamic capacity Event Record
` [PATCH v5 26/27] tools/testing/cxl: Make event logs dynamic
` [PATCH v5 27/27] tools/testing/cxl: Add DC Regions to mock mem data
[PATCH v5 00/13] Add support for AMD hardware feedback interface
2024-10-29 19:48 UTC (6+ messages)
` [PATCH v5 05/13] platform/x86: hfi: Introduce AMD Hardware Feedback Interface Driver
` [PATCH v5 10/13] x86/process: Clear hardware feedback history for AMD processors
[PATCH 0/9] arm64: Support 2024 dpISA extensions
2024-10-29 19:01 UTC (4+ messages)
` [PATCH 8/9] KVM: arm64: Allow control of dpISA extensions in ID_AA64ISAR3_EL1
[PATCH v29 00/33] Introduce QC USB SND audio offloading support
2024-10-29 18:58 UTC (4+ messages)
` [PATCH v29 04/33] xhci: sideband: add initial api to register a sideband entity
[PATCH v10 00/14] riscv: Add support for xtheadvector
2024-10-29 18:00 UTC (3+ messages)
` [PATCH v10 10/14] riscv: hwprobe: Add thead vendor extension probing
[PATCH 1/2] mailbox: Documentation: remove the old documentation
2024-10-29 18:06 UTC (5+ messages)
` [PATCH 2/2] mailbox: Documentation: add the latest documentation
[PATCH v2] Documentation: admin: reorganize kernel-parameters intro
2024-10-29 18:03 UTC
[PATCH v5 0/2] dt-bindings: hwmon: pmbus: add bindings for isl68137
2024-10-29 18:00 UTC (4+ messages)
[PATCH net-next v2 0/6] Suspend IRQs during application busy periods
2024-10-29 17:53 UTC (4+ messages)
[PATCH v3 00/27] Enable FRED with KVM VMX
2024-10-29 17:40 UTC (7+ messages)
` [PATCH v3 25/27] KVM: nVMX: Add FRED VMCS fields
[PATCH v8 0/7] x86/resctrl: mba_MBps enhancement
2024-10-29 17:28 UTC (8+ messages)
` [PATCH v8 1/7] x86/resctrl: Prepare for per-ctrl_mon group mba_MBps control
` [PATCH v8 2/7] x86/resctrl: Compute memory bandwidth for all supported events
` [PATCH v8 3/7] x86/resctrl: Refactor mbm_update()
` [PATCH v8 4/7] x86/resctrl: Relax checks for mba_MBps mount option
` [PATCH v8 5/7] x86/resctrl: Add "mba_MBps_event" file to ctrl_mon directories
` [PATCH v8 6/7] x86/resctrl: Add write option to "mba_MBps_event" file
` [PATCH v8 7/7] x86/resctrl: Document the new "
[PATCH 01/18] PCI/P2PDMA: refactor the p2pdma mapping helpers
2024-10-29 16:48 UTC (3+ messages)
[PATCH 0/2] VERW based clean-up
2024-10-29 16:39 UTC (14+ messages)
` [PATCH 1/2] x86/bugs: Check VERW mitigations for consistency
` [PATCH 2/2] x86/bugs: Clean-up verw mitigations
[PATCH net-next v6 0/1] binder: report txn errors via generic netlink (genl)
2024-10-29 15:52 UTC (4+ messages)
` [PATCH net-next v6 1/1] binder: report txn errors via generic netlink
[PATCH v2 0/4] printf: Add struct range print specifier
2024-10-29 15:19 UTC (3+ messages)
` [PATCH v2 2/4] Documentation/printf: struct resource add start == end special case
[PATCH 02/18] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
2024-10-29 15:11 UTC (2+ messages)
[PATCH net-next v2] Documentation: networking: Add missing PHY_GET command in the message list
2024-10-29 15:10 UTC (3+ messages)
[PATCH 1/3] platform/x86: wmi: Remove wmi_block_list
2024-10-29 15:02 UTC (2+ messages)
[PATCH 0/2] Add driver for LTP8800-1A, LTP8800-2 and LTP8800-4A
2024-10-29 14:15 UTC (5+ messages)
` [PATCH 1/2] dt-bindings: trivial-devices: add ltp8800
` [PATCH 2/2] hwmon: pmbus: add driver for ltp8800-1a, ltp8800-4a, and ltp8800-2
[PATCH v3 6/6] hwmon: (pmbus/tps25990): add initial support
2024-10-29 13:49 UTC (2+ messages)
[PATCH v2 0/4] mm: add more kernel parameters to control mTHP
2024-10-29 11:13 UTC (10+ messages)
` [PATCH v2 1/4] mm: fix docs for the kernel parameter ``thp_anon=``
` [PATCH v2 2/4] mm: shmem: control THP support through the kernel command line
` [PATCH v2 3/4] mm: generalize the implementation of ``thp_anon=``
` [PATCH v2 4/4] mm: shmem: override mTHP shmem default with a kernel parameter
[PATCH RFC 04/10] mm: page_frag: introduce page_frag_alloc_abort() related API
2024-10-29 9:39 UTC (3+ messages)
[PATCH v10 0/8] Coresight for Kernel panic and watchdog reset
2024-10-29 8:27 UTC (13+ messages)
` [PATCH v10 4/8] coresight: tmc: Enable panic sync handling
` [PATCH v10 5/8] coresight: tmc: Add support for reading crash data
[net-next v7 0/2] net: wwan: t7xx: Add t7xx debug port
2024-10-29 8:22 UTC (4+ messages)
` [net-next v7 2/2] net: wwan: t7xx: Add "
[PATCH 00/18] Provide a new two step DMA mapping API
2024-10-29 7:46 UTC (5+ messages)
` [PATCH 05/18] dma: Provide an interface to allow allocate IOVA
[PATCH v6 0/7] Add AutoFDO and Propeller support for Clang build
2024-10-29 5:51 UTC (19+ messages)
` [PATCH v6 1/7] Add AutoFDO "
` [PATCH v6 2/7] objtool: Fix unreachable instruction warnings for weak functions
` [PATCH v6 3/7] Adjust symbol ordering in text output section
` [PATCH v6 4/7] Add markers for text_unlikely and text_hot sections
` [PATCH v6 5/7] AutoFDO: Enable -ffunction-sections for the AutoFDO build
` [PATCH v6 6/7] AutoFDO: Enable machine function split optimization for AutoFDO
` [PATCH v6 7/7] Add Propeller configuration for kernel build
[PATCH v4 net-next 0/3] Knobs for NPC default rule counters
2024-10-29 3:57 UTC (4+ messages)
` [PATCH v4 net-next 1/3] octeontx2-af: Refactor few NPC mcam APIs
` [PATCH v4 net-next 2/3] octeontx2-af: Knobs for NPC default rule counters
` [PATCH v4 net-next 3/3] devlink: Add documenation for OcteonTx2 AF
[net-next v2] net: wwan: t7xx: reset device if suspend fails
2024-10-29 3:46 UTC (3+ messages)
[PATCH 00/12] fs/dax: Fix FS DAX page reference counts
2024-10-29 2:03 UTC (9+ messages)
` [PATCH 10/12] fs/dax: Properly refcount fs dax pages
[PATCH 0/3] add support for LTC7841 boost controller
2024-10-29 1:37 UTC (4+ messages)
` [PATCH 1/3] dt-bindings: hwmon: ltc2978: add support for ltc7841
` [PATCH 2/3] hwmon: (pmbus/ltc7841) add support for LTC7841 - docs
` [PATCH 3/3] hwmon: (pmbus/ltc2978) add support for ltc7841
[arnd-asm-generic:master 14/18] lib/iomem_copy.c:14: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
2024-10-29 1:15 UTC
[PATCH 0/3] mm: add more kernel parameters to control mTHP
2024-10-29 0:31 UTC (8+ messages)
` [PATCH 3/3] mm: shmem: override mTHP shmem default with a kernel parameter
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).