messages from 2025-06-02 22:04:35 to 2025-06-05 03:56:59 UTC [more...]
[PATCH] doc: Include scatterlist APIs in htmldocs
2025-06-05 3:56 UTC (4+ messages)
[PATCH] Docs/zh_CN: Translate speculation.rst to Simplified Chinese
2025-06-05 3:51 UTC (2+ messages)
[PATCH v2 0/3] docs: some automarkup improvements
2025-06-05 3:00 UTC (9+ messages)
` [PATCH v2 1/3] docs: automarkup: Remove some Sphinx 2 holdovers
` [PATCH v2 2/3] docs: automarkup: Mark up undocumented entities too
` [PATCH v2 3/3] docs: CSS: make cross-reference links more evident
[PATCH net-next v12 00/10] tun: Introduce virtio-net hashing feature
2025-06-05 2:46 UTC (17+ messages)
` [PATCH net-next v12 01/10] virtio_net: Add functions for hashing
` [PATCH net-next v12 02/10] net: flow_dissector: Export flow_keys_dissector_symmetric
` [PATCH net-next v12 03/10] tun: Allow steering eBPF program to fall back
` [PATCH net-next v12 04/10] tun: Add common virtio-net hash feature code
[PATCH] scatterlist: fix extraneous '@'-sign kernel-doc notation
2025-06-05 2:45 UTC (2+ messages)
htm.rst not included in toctree
2025-06-05 2:02 UTC (3+ messages)
[PATCH v4] drm: add overview diagram for drm stack
2025-06-05 2:01 UTC (4+ messages)
[PATCH v8 00/14] riscv: add SBI FWFT misaligned exception delegation support
2025-06-05 1:30 UTC (4+ messages)
PATCH 2/3] security: add Lilium - Linux Integrity Lock-In User Module - Documentation
2025-06-05 0:22 UTC (2+ messages)
[PATCH v4 5/5] KVM: SEV: Add SEV-SNP CipherTextHiding support
2025-06-05 0:17 UTC (3+ messages)
[PATCH 00/17] ARM64 PMU Partitioning
2025-06-04 20:57 UTC (19+ messages)
` [PATCH 01/17] arm64: cpufeature: Add cpucap for HPMN0
` [PATCH 06/17] KVM: arm64: Introduce method to partition the PMU
` [PATCH 10/17] KVM: arm64: Writethrough trapped PMEVTYPER register
` [PATCH 16/17] KVM: arm64: Add ioctl to partition the PMU when supported
[Kernel 5.15/Kernle 6.1] About Sphinx Doc
2025-06-04 20:53 UTC (8+ messages)
` [EXT] "
[PATCH v2 0/4] mm/damon: introduce DAMON_STAT for simple and practical access monitoring
2025-06-04 18:31 UTC (2+ messages)
` [PATCH v2 4/4] Docs/admin-guide/mm/damon: add DAMON_STAT usage document
[PATCH v6 00/10] New DRM accel driver for Rockchip's RKNN NPU
2025-06-04 18:14 UTC (15+ messages)
` [PATCH v6 01/10] dt-bindings: npu: rockchip,rknn: Add bindings
` [PATCH v6 02/10] arm64: dts: rockchip: Add nodes for NPU and its MMU to rk3588-base
` [PATCH v6 03/10] arm64: dts: rockchip: Enable the NPU on quartzpro64
` [PATCH v6 04/10] accel/rocket: Add registers header
` [PATCH v6 05/10] accel/rocket: Add a new driver for Rockchip's NPU
` [PATCH v6 06/10] accel/rocket: Add IOCTL for BO creation
` [PATCH v6 07/10] accel/rocket: Add job submission IOCTL
` [PATCH v6 08/10] accel/rocket: Add IOCTLs for synchronizing memory accesses
` [PATCH v6 09/10] arm64: dts: rockchip: add pd_npu label for RK3588 power domains
` [PATCH v6 10/10] arm64: dts: rockchip: enable NPU on ROCK 5B
[PATCH v2] docs/mm: expand vma doc to highlight pte freeing, non-vma traversal
2025-06-04 18:03 UTC
[PATCH v2] platform/x86: Move Lenovo files into lenovo subdir
2025-06-04 17:36 UTC
[PATCH RFC 0/1] module: Optionally use .platform keyring for signatures verification
2025-06-04 17:34 UTC (8+ messages)
` [PATCH RFC 1/1] module: Make use of platform keyring for module signature verify
[PATCH v17 00/27] riscv control-flow integrity for usermode
2025-06-04 17:15 UTC (28+ messages)
` [PATCH v17 01/27] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v17 02/27] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v17 03/27] riscv: zicfiss / zicfilp enumeration
` [PATCH v17 04/27] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v17 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v17 06/27] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v17 07/27] riscv/mm: manufacture shadow stack pte
` [PATCH v17 08/27] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v17 09/27] riscv/mm: write protect and shadow stack
` [PATCH v17 10/27] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v17 11/27] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v17 12/27] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v17 13/27] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v17 14/27] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v17 15/27] riscv/traps: Introduce software check exception and uprobe handling
` [PATCH v17 16/27] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v17 17/27] riscv/signal: save and restore of shadow stack for signal
` [PATCH v17 18/27] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v17 19/27] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v17 20/27] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v17 21/27] riscv: kernel command line option to opt out of user cfi
` [PATCH v17 22/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v17 23/27] arch/riscv: compile vdso with landing pad
` [PATCH v17 24/27] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v17 25/27] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v17 26/27] riscv: Documentation for shadow stack on riscv
` [PATCH v17 27/27] kselftest/riscv: kselftest for user mode cfi
[RFC v2 00/16] Live Update Orchestrator
2025-06-04 16:30 UTC (11+ messages)
` [RFC v2 01/16] kho: make debugfs interface optional
` [RFC v2 03/16] kho: add kho_unpreserve_folio/phys
` [RFC v2 04/16] luo: luo_core: Live Update Orchestrator
` [RFC v2 05/16] luo: luo_core: integrate with KHO
` [RFC v2 06/16] luo: luo_subsystems: add subsystem registration
[PATCH v2 00/11] perf: arm_spe: Armv8.8 SPE features
2025-06-04 15:31 UTC (5+ messages)
` [PATCH v2 06/11] KVM: arm64: Add trap configs for PMSDSFR_EL1
[PATCH] docs: automarkup: Mark up undocumented entities too
2025-06-04 14:22 UTC (10+ messages)
[PATCH hyperv-next v3 00/15] Confidential VMBus
2025-06-04 14:15 UTC (23+ messages)
` [PATCH hyperv-next v3 01/15] Documentation: hyperv: "
` [PATCH hyperv-next v3 02/15] drivers: hv: VMBus protocol version 6.0
` [PATCH hyperv-next v3 03/15] arch: hyperv: Get/set SynIC synth.registers via paravisor
` [PATCH hyperv-next v3 04/15] arch/x86: mshyperv: Trap on access for some synthetic MSRs
` [PATCH hyperv-next v3 05/15] Drivers: hv: Rename fields for SynIC message and event pages
` [PATCH hyperv-next v3 06/15] Drivers: hv: Allocate the paravisor SynIC pages when required
` [PATCH hyperv-next v3 07/15] Drivers: hv: Post messages via the confidential VMBus if available
` [PATCH hyperv-next v3 08/15] Drivers: hv: remove stale comment
` [PATCH hyperv-next v3 09/15] Drivers: hv: Use memunmap() to check if the address is in IO map
` [PATCH hyperv-next v3 10/15] Drivers: hv: Rename the SynIC enable and disable routines
` [PATCH hyperv-next v3 11/15] Drivers: hv: Functions for setting up and tearing down the paravisor SynIC
` [PATCH hyperv-next v3 12/15] Drivers: hv: Allocate encrypted buffers when requested
` [PATCH hyperv-next v3 13/15] Drivers: hv: Support confidential VMBus channels
` [PATCH hyperv-next v3 14/15] Drivers: hv: Support establishing the confidential VMBus connection
` [PATCH hyperv-next v3 15/15] Drivers: hv: Set the default VMBus version to 6.0
[net v3] net: wwan: t7xx: Fix napi rx poll issue
2025-06-04 12:01 UTC (5+ messages)
[net-next v1] net: wwan: t7xx: Parameterize data plane RX BAT and FAG count
2025-06-04 9:17 UTC (5+ messages)
[PATCH] docs: escape literal asterisk to fix reST emphasis warning
2025-06-04 9:16 UTC (3+ messages)
` [PATCH v2] docs: symbol-namespaces: fix reST warning with literal block
[PATCH] module: Wrap EXPORT_SYMBOL_GPL_FOR_MODULES() example in literal code block
2025-06-04 9:14 UTC (3+ messages)
[PATCH v5 00/10] New DRM accel driver for Rockchip's RKNN NPU
2025-06-04 7:13 UTC (8+ messages)
` [PATCH v5 01/10] dt-bindings: npu: rockchip,rknn: Add bindings
` [PATCH v5 07/10] accel/rocket: Add job submission IOCTL
[PATCH] Documentation: cgroup: add section explaining controller availability
2025-06-04 5:43 UTC
[PATCH v2 0/6] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
2025-06-04 5:09 UTC (7+ messages)
` [PATCH v2 1/6] KVM: arm64: VM exit to userspace to handle SEA
` [PATCH v2 2/6] KVM: arm64: Set FnV for VCPU when FAR_EL2 is invalid
` [PATCH v2 3/6] KVM: arm64: Allow userspace to inject external instruction aborts
` [PATCH v2 4/6] KVM: selftests: Test for KVM_EXIT_ARM_SEA and KVM_CAP_ARM_SEA_TO_USER
` [PATCH v2 5/6] KVM: selftests: Test for KVM_CAP_INJECT_EXT_IABT
` [PATCH v2 6/6] Documentation: kvm: new uAPI for handling SEA
[PATCH] docs: automarkup: Remove some Sphinx 2 holdovers
2025-06-03 21:32 UTC (2+ messages)
[PATCH 04/17] KVM: arm64: Cleanup PMU includes
2025-06-03 20:48 UTC (2+ messages)
[PATCH RFC v2 00/28] vfs, nfsd, nfs: implement directory delegations
2025-06-03 20:17 UTC (4+ messages)
` [PATCH RFC v2 21/28] fsnotify: export fsnotify_recalc_mask()
[PATCH] docs/mm: expand vma doc to highlight pte freeing, non-vma traversal
2025-06-03 18:52 UTC (18+ messages)
[PATCH v5 0/2] sched/numa: add statistics of numa balance task migration
2025-06-03 14:46 UTC (8+ messages)
` [PATCH v5 2/2] sched/numa: add statistics of numa balance task
[PATCH v13 00/27] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
2025-06-03 14:00 UTC (11+ messages)
` [PATCH v13 18/27] x86/resctrl: Add definitions for MBM event configuration
` [PATCH v13 21/27] x86/resctrl: Introduce mbm_assign_on_mkdir to configure assignments
[PATCH v2 0/5] Add support for AD4052 device family
2025-06-03 13:27 UTC (11+ messages)
` [PATCH v2 3/5] dt-bindings: iio: adc: Add adi,ad4052
[PATCH 1/2] kbuild: set y instead of 1 to KBUILD_{BUILTIN,MODULES}
2025-06-03 12:57 UTC (3+ messages)
[PATCH v5 00/29] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
2025-06-03 12:24 UTC (5+ messages)
` [PATCH v5 14/29] iommufd/viommu: Add IOMMUFD_CMD_HW_QUEUE_ALLOC ioctl
[PATCH linux next v2] Docs/zh_CN: Translate vxlan.rst to Simplified Chinese
2025-06-03 3:09 UTC (2+ messages)
[PATCH] riscv: hwprobe: export Zabha extension
2025-06-02 22:12 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).