messages from 2024-09-11 02:18:09 to 2024-09-13 00:35:54 UTC [more...]
[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 v4 00/30] riscv control-flow integrity for usermode
2024-09-13 0:18 UTC (32+ 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
[PATCH v6 00/17] Hardware wrapped key support for QCom ICE and UFS core
2024-09-12 23:17 UTC (9+ messages)
` [PATCH v6 09/17] soc: qcom: ice: add HWKM support to the ICE driver
[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 v27 00/32] Introduce QC USB SND audio offloading support
2024-09-12 19:39 UTC (33+ 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
[PATCH v1 0/4] Fixup NLM and kNFSD file lock callbacks
2024-09-12 19:28 UTC (16+ messages)
` [PATCH v1 1/4] fs: Introduce FOP_ASYNC_LOCK
` [PATCH v1 2/4] gfs2/ocfs2: set FOP_ASYNC_LOCK
` [PATCH v1 3/4] NLM/NFSD: Fix lock notifications for async-capable filesystems
` [PATCH v1 4/4] exportfs: Remove EXPORT_OP_ASYNC_LOCK
[PATCH bpf-next v2] docs/bpf: Add missing BPF program types to docs
2024-09-12 18:00 UTC (3+ messages)
[PATCH 0/3] Implement ACPI SPCR v3 support and minor earlycon cleanup
2024-09-12 17:36 UTC (2+ messages)
` [PATCH 1/3] Documentation: kernel-parameters: Add uartclk to console=uart
[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 (20+ messages)
` [PATCH net-next v2 1/4] bnxt_en: add support for rx-copybreak "
` [PATCH net-next v2 2/4] bnxt_en: add support for tcp-data-split "
` [PATCH net-next v2 3/4] ethtool: Add support for configuring tcp-data-split-thresh
` [PATCH net-next v2 4/4] bnxt_en: add support for tcp-data-split-thresh ethtool command
[RFC net-next v3 0/9] Add support for per-NAPI config via netlink
2024-09-12 15:03 UTC (5+ 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] Documentation: Unify format for vulnerability sysfs
2024-09-12 14:25 UTC
[PATCH] Documentation/mm: Translate page_tables.rst to Simplified Chinese
2024-09-12 14:04 UTC (2+ messages)
[PATCH 00/12] fs/dax: Fix FS DAX page reference counts
2024-09-12 12:55 UTC (4+ messages)
` [PATCH 12/12] mm: Remove devmap related functions and page table bits
[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 (3+ 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)
[PATCH 0/8] Add iio backend compatibility for ad7606
2024-09-12 10:13 UTC (6+ messages)
` [PATCH 8/8] iio:adc:ad7606: Add iio-backend support
[PATCH net-next] Documentation: networking: Fix missing PSE documentation issue
2024-09-12 8:59 UTC (4+ messages)
[PATCH bpf-next v1] docs/bpf: Add missing BPF program types to docs
2024-09-12 8:43 UTC (3+ messages)
[PATCH v10 00/14] riscv: Add support for xtheadvector
2024-09-12 5:55 UTC (15+ messages)
` [PATCH v10 01/14] dt-bindings: riscv: Add xtheadvector ISA extension description
` [PATCH v10 02/14] dt-bindings: cpus: add a thead vlen register length property
` [PATCH v10 03/14] riscv: dts: allwinner: Add xtheadvector to the D1/D1s devicetree
` [PATCH v10 04/14] riscv: Add thead and xtheadvector as a vendor extension
` [PATCH v10 05/14] riscv: vector: Use vlenb from DT for thead
` [PATCH v10 06/14] RISC-V: define the elements of the VCSR vector CSR
` [PATCH v10 07/14] riscv: csr: Add CSR encodings for CSR_VXRM/CSR_VXSAT
` [PATCH v10 08/14] riscv: Add xtheadvector instruction definitions
` [PATCH v10 09/14] riscv: vector: Support xtheadvector save/restore
` [PATCH v10 10/14] riscv: hwprobe: Add thead vendor extension probing
` [PATCH v10 11/14] riscv: hwprobe: Document thead vendor extensions and xtheadvector extension
` [PATCH v10 12/14] selftests: riscv: Fix vector tests
` [PATCH v10 13/14] selftests: riscv: Support xtheadvector in "
` [PATCH v10 14/14] riscv: Add ghostwrite vulnerability
[PATCH] kernel-docs: Add new section for Rust learning materials
2024-09-12 5:01 UTC (2+ messages)
[PATCH net-next v8 00/14] Add support for OPEN Alliance 10BASE-T1x MACPHY Serial Interface
2024-09-12 4:40 UTC (2+ messages)
[PATCH net-next v26 00/13] Device Memory TCP
2024-09-12 4:40 UTC (2+ messages)
[PATCH v2] Documentation: userspace-api: iommufd: Update HWPT_PAGING and HWPT_NESTED
2024-09-12 2:15 UTC
[PATCH] docs: filesystems: corrected grammar of netfs page
2024-09-12 1:25 UTC
original file finding
2024-09-12 1:22 UTC (3+ messages)
[PATCH] docs: filesystems: bcachefs: fixed some spelling mistakes in the bcachefs coding style page
2024-09-12 1:16 UTC
[PATCH] docs: filesystems: removed the :c:func usage in the journaling page
2024-09-12 1:00 UTC
[PATCH 0/1]
2024-09-12 0:59 UTC (2+ messages)
[PATCH V2] Documentation: Improve crash_kexec_post_notifiers description
2024-09-12 0:54 UTC (6+ messages)
[PATCH] docs:fs:fixed some spelling mistakes in the bcachefs coding style page
2024-09-12 0:17 UTC (3+ messages)
[PATCH net-next 0/3] mptcp: fallback to TCP after 3 MPC drop + cache
2024-09-11 23:20 UTC (4+ messages)
` [PATCH net-next 2/3] mptcp: fallback to TCP after SYN+MPC drops
[PATCH] drm/display: fix kerneldocs references
2024-09-11 19:58 UTC (3+ messages)
[PATCH] Documentation: userspace-api: iommufd: Update HWPT_PAGING and HWPT_NESTED
2024-09-11 19:52 UTC (8+ messages)
[PATCH 0/3] hwmon: pmbus: add tps25990 efuse support
2024-09-11 17:26 UTC (11+ messages)
` [PATCH 1/3] dt-bindings: hwmon: pmbus: add ti tps25990 documentation
` [PATCH 3/3] hwmon: (pmbus/tps25990): add initial support
[PATCH V4 00/12] PCIe TPH and cache direct injection support
2024-09-11 15:37 UTC (3+ messages)
` [PATCH V4 11/12] bnxt_en: Add TPH support in BNXT driver
[PATCH 02/12] pci/p2pdma: Don't initialise page refcount to one
2024-09-11 13:51 UTC (2+ messages)
[RFC net-next v2 0/9] Add support for per-NAPI config via netlink
2024-09-11 7:51 UTC (9+ messages)
` [RFC net-next v2 1/9] net: napi: Add napi_storage
[PATCH 0/2] net: dsa: RCU-protect dsa_ptr in struct net_device
2024-09-11 2:19 UTC (2+ messages)
[PATCH v2] Documentation/mm: Translate physical_memory.rst to Simplified Chinese
2024-09-11 2:17 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).