messages from 2024-09-12 10:07:39 to 2024-09-14 01:54:42 UTC [more...]
[PATCH v4 00/30] riscv control-flow integrity for usermode
2024-09-14 1:54 UTC (38+ messages)
` [PATCH v4 01/30] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH v4 02/30] mm: helper `is_shadow_stack_vma` to check shadow stack vma
` [PATCH v4 03/30] riscv: Enable cbo.zero only when all harts support Zicboz
` [PATCH v4 04/30] riscv: Add support for per-thread envcfg CSR values
` [PATCH v4 05/30] riscv: Call riscv_user_isa_enable() only on the boot hart
` [PATCH v4 06/30] riscv/Kconfig: enable HAVE_EXIT_THREAD for riscv
` [PATCH v4 07/30] riscv: zicfilp / zicfiss in dt-bindings (extensions.yaml)
` [PATCH v4 08/30] riscv: zicfiss / zicfilp enumeration
` [PATCH v4 09/30] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v4 10/30] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v4 11/30] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v4 12/30] riscv mm: manufacture shadow stack pte
` [PATCH v4 13/30] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v4 14/30] riscv mmu: write protect and shadow stack
` [PATCH v4 15/30] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v4 16/30] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v4 17/30] prctl: arch-agnostic prctl for shadow stack
` [PATCH v4 18/30] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v4 19/30] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v4 20/30] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v4 21/30] riscv/traps: Introduce software check exception
` [PATCH v4 22/30] riscv sigcontext: cfi state struct definition for sigcontext
` [PATCH v4 23/30] riscv signal: save and restore of shadow stack for signal
` [PATCH v4 24/30] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v4 25/30] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v4 26/30] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v4 27/30] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v4 28/30] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v4 29/30] riscv: Documentation for shadow stack on riscv
` [PATCH v4 30/30] kselftest/riscv: kselftest for user mode cfi
original file finding
2024-09-14 1:25 UTC (4+ messages)
[PATCH v27 00/32] Introduce QC USB SND audio offloading support
2024-09-13 22:14 UTC (35+ messages)
` [PATCH v27 01/32] xhci: add helper to stop endpoint and wait for completion
` [PATCH v27 02/32] usb: host: xhci: Repurpose event handler for skipping interrupter events
` [PATCH v27 03/32] xhci: sideband: add initial api to register a sideband entity
` [PATCH v27 04/32] usb: xhci: xhci-sideband: Set IMOD for xHCI sideband clients
` [PATCH v27 05/32] usb: host: xhci-mem: Cleanup pending secondary event ring events
` [PATCH v27 06/32] usb: host: xhci-mem: Allow for interrupter clients to choose specific index
` [PATCH v27 07/32] usb: host: xhci-plat: Set XHCI max interrupters if property is present
` [PATCH v27 08/32] usb: dwc3: Specify maximum number of XHCI interrupters
` [PATCH v27 09/32] ALSA: Add USB audio device jack type
` [PATCH v27 10/32] ALSA: usb-audio: Export USB SND APIs for modules
` [PATCH v27 11/32] ALSA: usb-audio: Check for support for requested audio format
` [PATCH v27 12/32] ALSA: usb-audio: Save UAC sample size information
` [PATCH v27 13/32] ALSA: usb-audio: Prevent starting of audio stream if in use
` [PATCH v27 14/32] ASoC: Add SOC USB APIs for adding an USB backend
` [PATCH v27 15/32] ASoC: usb: Add PCM format check API for "
` [PATCH v27 16/32] ASoC: usb: Create SOC USB SND jack kcontrol
` [PATCH v27 17/32] ASoC: usb: Fetch ASoC card and pcm device information
` [PATCH v27 18/32] ASoC: doc: Add documentation for SOC USB
` [PATCH v27 19/32] ASoC: dt-bindings: qcom,q6dsp-lpass-ports: Add USB_RX port
` [PATCH v27 20/32] ASoC: dt-bindings: Update example for enabling USB offload on SM8250
` [PATCH v27 21/32] ASoC: qcom: qdsp6: Introduce USB AFE port to q6dsp
` [PATCH v27 22/32] ASoC: qcom: qdsp6: q6afe: Increase APR timeout
` [PATCH v27 23/32] ASoC: qcom: qdsp6: Add USB backend ASoC driver for Q6
` [PATCH v27 24/32] ASoC: qcom: qdsp6: Add headphone jack for offload connection status
` [PATCH v27 25/32] ASoC: qcom: qdsp6: Fetch USB offload mapped card and PCM device
` [PATCH v27 26/32] ALSA: usb-audio: Introduce USB SND platform op callbacks
` [PATCH v27 27/32] ALSA: usb-audio: qcom: Add USB QMI definitions
` [PATCH v27 28/32] ALSA: usb-audio: qcom: Introduce QC USB SND offloading support
` [PATCH v27 29/32] ALSA: usb-audio: qcom: Don't allow USB offload path if PCM device is in use
` [PATCH v27 30/32] ALSA: usb-audio: Add USB offload route kcontrol
` [PATCH v27 31/32] ALSA: usb-audio: Allow for rediscovery of connected USB SND devices
` [PATCH v27 32/32] ASoC: usb: Rediscover USB SND devices on USB port add
[RFC net-next v3 0/9] Add support for per-NAPI config via netlink
2024-09-13 22:10 UTC (10+ messages)
` [RFC net-next v3 1/9] net: napi: Make napi_defer_hard_irqs per-NAPI
` [RFC net-next v3 3/9] net: napi: Make gro_flush_timeout per-NAPI
` [RFC net-next v3 5/9] net: napi: Add napi_config
[PATCH 0/7] x86/resctrl : Support L3 Smart Data Cache Injection Allocation Enforcement (SDCIAE)
2024-09-13 20:52 UTC (14+ messages)
` [PATCH 1/7] x86/cpufeatures: Add support for L3 Smart Data Cache Injection Allocation Enforcement
` [PATCH 2/7] x86/resctrl: Add SDCIAE feature in the command line options
` [PATCH 3/7] x86/resctrl: Introduce sdciae_capable in rdt_resource
` [PATCH 4/7] x86/resctrl: Implement SDCIAE enable/disable
` [PATCH 5/7] x86/resctrl: Add interface to enable/disable SDCIAE
` [PATCH 6/7] x86/resctrl: Introduce interface to display SDCIAE Capacity Bit Masks
[PATCH v11 00/20] x86: Trenchboot secure dynamic launch Linux kernel support
2024-09-13 20:05 UTC (21+ messages)
` [PATCH v11 01/20] Documentation/x86: Secure Launch kernel documentation
` [PATCH v11 02/20] x86: Secure Launch Kconfig
` [PATCH v11 03/20] x86: Secure Launch Resource Table header file
` [PATCH v11 04/20] x86: Secure Launch main "
` [PATCH v11 05/20] x86: Add early SHA-1 support for Secure Launch early measurements
` [PATCH v11 06/20] x86: Add early SHA-256 "
` [PATCH v11 07/20] x86/msr: Add variable MTRR base/mask and x2apic ID registers
` [PATCH v11 08/20] x86/boot: Place TXT MLE header in the kernel_info section
` [PATCH v11 09/20] x86: Secure Launch kernel early boot stub
` [PATCH v11 10/20] x86: Secure Launch kernel late "
` [PATCH v11 11/20] x86: Secure Launch SMP bringup support
` [PATCH v11 12/20] kexec: Secure Launch kexec SEXIT support
` [PATCH v11 13/20] x86/reboot: Secure Launch SEXIT support on reboot paths
` [PATCH v11 14/20] tpm: Protect against locality counter underflow
` [PATCH v11 15/20] tpm: Ensure tpm is in known state at startup
` [PATCH v11 16/20] tpm: Make locality requests return consistent values
` [PATCH v11 17/20] tpm: Add ability to set the default locality the TPM chip uses
` [PATCH v11 18/20] tpm: Add sysfs interface to allow setting and querying the default locality
` [PATCH v11 19/20] x86: Secure Launch late initcall platform module
` [PATCH v11 20/20] x86/efi: EFI stub DRTM launch support for Secure Launch
[PATCH 00/18] Introducing Core Building Blocks for Hyper-V VSM Emulation
2024-09-13 19:19 UTC (16+ messages)
` [PATCH 04/18] KVM: x86: hyper-v: Introduce VTL awareness to Hyper-V's PV-IPIs
` [PATCH 05/18] KVM: x86: hyper-v: Introduce MP_STATE_HV_INACTIVE_VTL
` [PATCH 10/18] KVM: x86: Keep track of instruction length during faults
` [PATCH 11/18] KVM: x86: Pass the instruction length on memory fault user-space exits
` [PATCH 13/18] KVM: x86/mmu: Avoid warning when installing non-private memory attributes
` [PATCH 16/18] KVM: x86: Take mem attributes into account when faulting memory
[PATCH v7 00/11] fs: multigrain timestamp redux
2024-09-13 19:17 UTC (17+ messages)
` [PATCH v7 01/11] timekeeping: move multigrain timestamp floor handling into timekeeper
` [PATCH v7 02/11] fs: add infrastructure for multigrain timestamps
` [PATCH v7 03/11] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH v7 04/11] fs: handle delegated timestamps in setattr_copy_mgtime
` [PATCH v7 05/11] fs: tracepoints around multigrain timestamp events
` [PATCH v7 06/11] fs: add percpu counters for significant "
` [PATCH v7 07/11] Documentation: add a new file documenting multigrain timestamps
` [PATCH v7 08/11] xfs: switch to "
` [PATCH v7 09/11] ext4: "
` [PATCH v7 10/11] btrfs: convert "
` [PATCH v7 11/11] tmpfs: add support for "
[PATCH -next 0/7] spi: replace and remove {devm_}spi_alloc_master/slave()
2024-09-13 16:47 UTC (2+ messages)
[PATCH] docs:fs:fixed some spelling mistakes in the bcachefs coding style page
2024-09-13 15:39 UTC (4+ messages)
[PATCH v2] kernel-docs: Add new section for Rust learning materials
2024-09-13 15:38 UTC
[PATCH] kernel-docs: Add new section for Rust learning materials
2024-09-13 15:33 UTC (3+ messages)
[PATCH 0/3] Implement ACPI SPCR v3 support and minor earlycon cleanup
2024-09-13 15:18 UTC (3+ messages)
` [PATCH 1/3] Documentation: kernel-parameters: Add uartclk to console=uart
[PATCH] scripts: use ':Original:' tag to locate the origin file
2024-09-13 14:38 UTC (3+ messages)
[PATCH 0/6] iio: adc: ad4030: new driver for AD4030 and similar ADCs
2024-09-13 13:46 UTC (11+ messages)
` [PATCH 2/6] iio: adc: ad4030: add driver for ad4030-24
` [PATCH 4/6] iio: adc: ad4030: add support for ad4630-24 and ad4630-16
[PATCH v6 00/17] Hardware wrapped key support for QCom ICE and UFS core
2024-09-13 12:21 UTC (13+ messages)
` [PATCH v6 09/17] soc: qcom: ice: add HWKM support to the ICE driver
[PATCH V4 00/12] PCIe TPH and cache direct injection support
2024-09-13 11:35 UTC (3+ messages)
` [PATCH V4 04/12] PCI/TPH: Add pcie_enable_tph() to enable TPH
[PATCH 0/8] Add iio backend compatibility for ad7606
2024-09-13 8:14 UTC (5+ messages)
` [PATCH 8/8] iio:adc:ad7606: Add iio-backend support
[PATCH v3] Documentation: userspace-api: iommufd: Update HWPT_PAGING and HWPT_NESTED
2024-09-13 5:25 UTC
[PATCH] Documentation/mm: Translate page_tables.rst to Simplified Chinese
2024-09-13 2:36 UTC (3+ messages)
[PATCH v2] Documentation: userspace-api: iommufd: Update HWPT_PAGING and HWPT_NESTED
2024-09-13 2:35 UTC (3+ messages)
[PATCH] Documentation: Unify format for vulnerability sysfs
2024-09-13 1:24 UTC (2+ messages)
[PATCH v9 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
2024-09-13 0:34 UTC (9+ messages)
` [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements
[PATCH v2 00/25] Enable FRED with KVM VMX
2024-09-12 20:05 UTC (6+ messages)
` [PATCH v2 07/25] KVM: VMX: Set intercept for FRED MSRs
[PATCH v1 0/4] Fixup NLM and kNFSD file lock callbacks
2024-09-12 19:28 UTC (12+ messages)
[PATCH bpf-next v2] docs/bpf: Add missing BPF program types to docs
2024-09-12 18:00 UTC (3+ messages)
[PATCH RFC 0/2] arm64: Add infrastructure for use of AT_HWCAP3
2024-09-12 17:29 UTC (5+ messages)
` [PATCH RFC 1/2] binfmt_elf: Wire up AT_HWCAP3 at AT_HWCAP4
[PATCH v4] docs/sp_SP: Add translation for scheduler/sched-bwc.rst
2024-09-12 17:11 UTC
[PATCH v3 00/10] Preemption support for A7XX
2024-09-12 15:48 UTC (15+ messages)
` [PATCH v3 04/10] drm/msm/A6xx: Implement preemption for A7XX targets
` [PATCH v3 06/10] drm/msm/A6xx: Use posamble to reset counters on preemption
[PATCH net-next v2 0/4] bnxt_en: implement tcp-data-split ethtool command
2024-09-12 15:42 UTC (5+ messages)
` [PATCH net-next v2 3/4] ethtool: Add support for configuring tcp-data-split-thresh
[PATCH 12/12] mm: Remove devmap related functions and page table bits
2024-09-12 12:55 UTC (2+ messages)
[PATCH 04/12] mm: Allow compound zone device pages
2024-09-12 12:44 UTC (3+ messages)
[PATCH] Documentation: iomap: fix a typo
2024-09-12 12:07 UTC (3+ messages)
[PATCH] kbuild: Support separating source and output of the external module
2024-09-12 11:52 UTC (2+ messages)
[PATCH v3 0/2] nosnp sev command line support
2024-09-12 11:28 UTC (3+ messages)
` [PATCH v3 1/2] x86, KVM:SVM: Move sev specific parsing into arch/x86/virt/svm
[PATCH net-next v2] Documentation: networking: Fix missing PSE documentation and grammar issues
2024-09-12 11:10 UTC (2+ 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).