linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-30 21:28:39 to 2025-06-04 05:09:08 UTC [more...]

[PATCH v2 0/6] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
 2025-06-04  5:08 UTC  (3+ 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 hyperv-next v3 00/15] Confidential VMBus
 2025-06-04  2:56 UTC  (17+ 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

[PATCH net-next v12 00/10] tun: Introduce virtio-net hashing feature
 2025-06-04  1:53 UTC  (11+ 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] module: Wrap EXPORT_SYMBOL_GPL_FOR_MODULES() example in literal code block
 2025-06-04  0:51 UTC 

[PATCH] docs: automarkup: Mark up undocumented entities too
 2025-06-03 23:04 UTC  (7+ messages)

[PATCH 00/17] ARM64 PMU Partitioning
 2025-06-03 22:43 UTC  (29+ messages)
` [PATCH 01/17] arm64: cpufeature: Add cpucap for HPMN0
` [PATCH 02/17] arm64: Generate sign macro for sysreg Enums
` [PATCH 03/17] arm64: cpufeature: Add cpucap for PMICNTR
` [PATCH 04/17] KVM: arm64: Cleanup PMU includes
` [PATCH 05/17] KVM: arm64: Reorganize PMU functions
` [PATCH 06/17] KVM: arm64: Introduce method to partition the PMU
` [PATCH 07/17] perf: arm_pmuv3: Generalize counter bitmasks
` [PATCH 08/17] perf: arm_pmuv3: Keep out of guest counter partition
` [PATCH 09/17] KVM: arm64: Set up FGT for Partitioned PMU
` [PATCH 10/17] KVM: arm64: Writethrough trapped PMEVTYPER register
` [PATCH 11/17] KVM: arm64: Use physical PMSELR for PMXEVTYPER if partitioned
` [PATCH 12/17] KVM: arm64: Writethrough trapped PMOVS register
` [PATCH 13/17] KVM: arm64: Context switch Partitioned PMU guest registers
` [PATCH 14/17] perf: pmuv3: Handle IRQs for Partitioned PMU guest counters
` [PATCH 15/17] KVM: arm64: Inject recorded guest interrupts
` [PATCH 16/17] KVM: arm64: Add ioctl to partition the PMU when supported
` [PATCH 17/17] KVM: arm64: selftests: Add test case for partitioned PMU

[PATCH] docs: automarkup: Remove some Sphinx 2 holdovers
 2025-06-03 21:32 UTC  (2+ messages)

[PATCH v5 00/10] New DRM accel driver for Rockchip's RKNN NPU
 2025-06-03 20:17 UTC  (6+ messages)
` [PATCH v5 01/10] dt-bindings: npu: rockchip,rknn: Add bindings
` [PATCH v5 07/10] accel/rocket: Add job submission IOCTL

[PATCH RFC v2 00/28] vfs, nfsd, nfs: implement directory delegations
 2025-06-03 20:17 UTC  (31+ messages)
` [PATCH RFC v2 01/28] filelock: push the S_ISREG check down to ->setlease handlers
` [PATCH RFC v2 02/28] filelock: add a lm_may_setlease lease_manager callback
` [PATCH RFC v2 03/28] vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
` [PATCH RFC v2 04/28] vfs: allow mkdir to wait for delegation break on parent
` [PATCH RFC v2 05/28] vfs: allow rmdir "
` [PATCH RFC v2 06/28] vfs: break parent dir delegations in open(..., O_CREAT) codepath
` [PATCH RFC v2 07/28] vfs: make vfs_create break delegations on parent directory
` [PATCH RFC v2 08/28] vfs: make vfs_mknod "
` [PATCH RFC v2 09/28] filelock: lift the ban on directory leases in generic_setlease
` [PATCH RFC v2 10/28] nfsd: allow filecache to hold S_IFDIR files
` [PATCH RFC v2 11/28] nfsd: allow DELEGRETURN on directories
` [PATCH RFC v2 12/28] nfsd: check for delegation conflicts vs. the same client
` [PATCH RFC v2 13/28] nfsd: wire up GET_DIR_DELEGATION handling
` [PATCH RFC v2 14/28] filelock: rework the __break_lease API to use flags
` [PATCH RFC v2 15/28] filelock: add struct delegated_inode
` [PATCH RFC v2 16/28] filelock: add support for ignoring deleg breaks for dir change events
` [PATCH RFC v2 17/28] filelock: add an inode_lease_ignore_mask helper
` [PATCH RFC v2 18/28] nfsd: add protocol support for CB_NOTIFY
` [PATCH RFC v2 19/28] nfsd: add callback encoding and decoding linkages "
` [PATCH RFC v2 20/28] nfsd: add data structures for handling CB_NOTIFY to directory delegation
` [PATCH RFC v2 21/28] fsnotify: export fsnotify_recalc_mask()
` [PATCH RFC v2 22/28] nfsd: update the fsnotify mark when setting or removing a dir delegation
` [PATCH RFC v2 23/28] nfsd: make nfsd4_callback_ops->prepare operation bool return
` [PATCH RFC v2 24/28] nfsd: add notification handlers for dir events
` [PATCH RFC v2 25/28] nfsd: allow nfsd to get a dir lease with an ignore mask
` [PATCH RFC v2 26/28] nfsd: add a tracepoint for nfsd_file_fsnotify_handle_dir_event()
` [PATCH RFC v2 27/28] nfsd: add support for NOTIFY4_ADD_ENTRY events
` [PATCH RFC v2 28/28] nfsd: add support for NOTIFY4_RENAME_ENTRY events

[PATCH] docs/mm: expand vma doc to highlight pte freeing, non-vma traversal
 2025-06-03 18:52 UTC  (18+ messages)

[PATCH v4 5/5] KVM: SEV: Add SEV-SNP CipherTextHiding support
 2025-06-03 16:26 UTC  (4+ 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  (22+ messages)
` [PATCH v2 2/5] iio: code: mark iio_dev as const in iio_buffer_enabled
` [PATCH v2 3/5] dt-bindings: iio: adc: Add adi,ad4052
` [PATCH v2 5/5] iio: adc: add support for ad4052

[PATCH RFC 0/1] module: Optionally use .platform keyring for signatures verification
 2025-06-03 13:03 UTC  (5+ messages)
` [PATCH RFC 1/1] module: Make use of platform keyring for module signature verify

[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 v2 00/11] perf: arm_spe: Armv8.8 SPE features
 2025-06-03  9:50 UTC  (4+ messages)
` [PATCH v2 06/11] KVM: arm64: Add trap configs for PMSDSFR_EL1

[net v3] net: wwan: t7xx: Fix napi rx poll issue
 2025-06-03  9:34 UTC  (3+ messages)

[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)

[PATCH v2] Documentation: cxl: fix typos and improve clarity in memory-devices.rst
 2025-06-02 13:38 UTC 

[PATCH] Documentation: cxl: fix typos and improve clarity in memory-devices.rst
 2025-06-02 13:32 UTC  (4+ messages)

[PATCH v2] documentation: networking: can: Document alloc_candev_mqs()
 2025-06-02 11:59 UTC 

[PATCH] Documentation: Add a source tree map overview
 2025-06-02 10:28 UTC  (5+ messages)

[RFC][PATCH 00/14] introduce kmemdump
 2025-06-02  8:46 UTC  (4+ messages)

[PATCH v8 2/2] hwmon: (pmbus/tps53679) Add support for TPS53685
 2025-06-02  4:24 UTC 

[PATCH v4] drm: add overview diagram for drm stack
 2025-06-02  1:28 UTC  (2+ messages)

[PATCH v4 00/11] iio: accel: adxl313: add power-save on activity/inactivity
 2025-06-02  1:07 UTC  (22+ messages)
` [PATCH v4 01/11] iio: accel: adxl313: add debug register
` [PATCH v4 02/11] iio: accel: adxl313: introduce channel buffer
` [PATCH v4 03/11] iio: accel: adxl313: make use of regmap cache
` [PATCH v4 04/11] iio: accel: adxl313: add function to enable measurement
` [PATCH v4 05/11] iio: accel: adxl313: prepare interrupt handling
` [PATCH v4 06/11] iio: accel: adxl313: add basic interrupt handling for FIFO watermark
` [PATCH v4 07/11] iio: accel: adxl313: add activity sensing
` [PATCH v4 08/11] iio: accel: adxl313: add inactivity sensing
` [PATCH v4 09/11] iio: accel: adxl313: implement power-save on inactivity
` [PATCH v4 10/11] iio: accel: adxl313: add AC coupled activity/inactivity events
` [PATCH v4 11/11] docs: iio: add ADXL313 accelerometer

[PATCH v1 0/2] gpiolib: get rid of devm_gpio_request()
 2025-06-01  7:37 UTC  (4+ messages)
` [PATCH v1 1/2] usb: gadget: pxa25x_udc: Switch to use devm_gpio_request_one()
` [PATCH v1 2/2] gpiolib: Remove unused devm_gpio_request()

[PATCH v4 00/10] New DRM accel driver for Rockchip's RKNN NPU
 2025-06-01  6:41 UTC  (3+ messages)

PATCH 2/3] security: add Lilium - Linux Integrity Lock-In User Module - Documentation
 2025-06-01  3:30 UTC  (2+ messages)

[PATCH v3 00/12] iio: accel: adxl313: add power-save on activity/inactivity
 2025-05-31 16:34 UTC  (9+ messages)
` [PATCH v3 07/12] iio: accel: adxl313: add basic interrupt handling
` [PATCH v3 09/12] iio: accel: adxl313: add activity sensing

[PATCH v11 0/6] platform/x86: Add Lenovo WMI Gaming Series Drivers
 2025-05-31  6:14 UTC  (5+ messages)

[PATCH v2 0/4] Multiple fixes to Amiga joystick documentation
 2025-05-30 22:35 UTC  (2+ messages)

[PATCH v1 00/10] platform/x86: msi-wmi-platform: Add fan curves/platform profile/tdp/battery limiting
 2025-05-30 22:00 UTC  (6+ messages)


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).