linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-10 10:36:46 to 2024-07-11 22:00:34 UTC [more...]

[PATCH v4 0/7] RISC-V: Detect and report speed of unaligned vector accesses
 2024-07-11 21:58 UTC  (7+ messages)
` [PATCH v4 1/7] RISC-V: Add Zicclsm to cpufeature and hwprobe
` [PATCH v4 2/7] dt-bindings: riscv: Add Zicclsm ISA extension description
` [PATCH v4 3/7] RISC-V: Check scalar unaligned access on all CPUs
` [PATCH v4 4/7] RISC-V: Replace RISCV_MISALIGNED with RISCV_SCALAR_MISALIGNED
` [PATCH v4 5/7] RISC-V: Detect unaligned vector accesses supported
` [PATCH v4 6/7] RISC-V: Report vector unaligned access speed hwprobe

[PATCH v3 1/2] cgroup: Show # of subsystem CSSes in cgroup.stat
 2024-07-11 21:57 UTC  (19+ messages)
` [PATCH v3 2/2] cgroup: Limit frequency of reading cgroup.stat for unprivileged users

[PATCH net-next v16 00/13] Device Memory TCP
 2024-07-11 21:41 UTC  (29+ messages)
` [PATCH net-next v16 01/13] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v16 02/13] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v16 03/13] netdev: support binding dma-buf to netdevice
` [PATCH net-next v16 04/13] netdev: netdevice devmem allocator
` [PATCH net-next v16 05/13] page_pool: devmem support
` [PATCH net-next v16 11/13] net: add devmem TCP documentation
` [PATCH net-next v16 12/13] selftests: add ncdevmem, netcat for devmem TCP
` [PATCH net-next v16 13/13] netdev: add dmabuf introspection

[PATCH v3 0/8] RISC-V: Detect and report speed of unaligned vector accesses
 2024-07-11 20:35 UTC  (7+ messages)
` [PATCH v3 3/8] RISC-V: Check scalar unaligned access on all CPUs
` [PATCH v3 7/8] RISC-V: Report vector unaligned access speed hwprobe

[PATCH v5 0/7] firmware: support i.MX95 SCMI BBM/MISC Extenstion
 2024-07-11 20:33 UTC  (16+ messages)
` [PATCH v5 1/7] Documentation: firmware-guide: add NXP i.MX95 SCMI documentation
` [PATCH v5 2/7] dt-bindings: firmware: add i.MX95 SCMI Extension protocol
` [PATCH v5 4/7] firmware: arm_scmi: add initial support for i.MX MISC protocol
` [PATCH v5 5/7] firmware: imx: add i.MX95 MISC driver
` [PATCH v5 6/7] rtc: support i.MX95 BBM RTC
` [PATCH v5 7/7] input: keyboard: support i.MX95 BBM module

[PATCH v4 0/3] iio: adc: ad4695: new driver for AD4695 and similar ADCs
 2024-07-11 20:32 UTC  (5+ messages)
` [PATCH v4 1/3] dt-bindings: iio: adc: add "
` [PATCH v4 2/3] iio: adc: ad4695: Add driver for "
` [PATCH v4 3/3] Documentation: iio: Document ad4695 driver

[PATCH net-next 3/5] ice: Add support for devlink local_forwarding param
 2024-07-11 20:19 UTC 

[PATCH] docs: driver-model: platform: update the definition of platform_driver
 2024-07-11 20:04 UTC 

[PATCH v5 0/9] fs: multigrain timestamp redux
 2024-07-11 19:40 UTC  (21+ messages)
` [PATCH v5 1/9] fs: add infrastructure for multigrain timestamps
` [PATCH v5 2/9] fs: tracepoints around multigrain timestamp events
` [PATCH v5 3/9] fs: add percpu counters for significant "
` [PATCH v5 4/9] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH v5 5/9] Documentation: add a new file documenting multigrain timestamps
` [PATCH v5 6/9] xfs: switch to "
` [PATCH v5 7/9] ext4: "
` [PATCH v5 8/9] btrfs: convert "
` [PATCH v5 9/9] tmpfs: add support for "

[PATCH v7 0/4] PCI: endpoint: add D-state change notifier support
 2024-07-11 18:48 UTC  (9+ messages)
` [PATCH v7 1/4] PCI: endpoint: Add "
` [PATCH v7 2/4] PCI: qcom-ep: Add support for D-state change notification
` [PATCH v7 3/4] PCI: qcom-ep: Print D-state name to distinguish D3hot/D3cold
` [PATCH v7 4/4] PCI: epf-mhi: Add support for handling D-state notify from EPC

[RFC PATCH 00/18] KVM: Post-copy live migration for guest_memfd
 2024-07-11 17:54 UTC  (21+ messages)
` [RFC PATCH 01/18] KVM: Add KVM_USERFAULT build option
` [RFC PATCH 02/18] KVM: Add KVM_CAP_USERFAULT and KVM_MEMORY_ATTRIBUTE_USERFAULT
` [RFC PATCH 03/18] KVM: Put struct kvm pointer in memslot
` [RFC PATCH 04/18] KVM: Fail __gfn_to_hva_many for userfault gfns
` [RFC PATCH 05/18] KVM: Add KVM_PFN_ERR_USERFAULT
` [RFC PATCH 06/18] KVM: Add KVM_MEMORY_EXIT_FLAG_USERFAULT
` [RFC PATCH 07/18] KVM: Provide attributes to kvm_arch_pre_set_memory_attributes
` [RFC PATCH 08/18] KVM: x86: Add KVM Userfault support
` [RFC PATCH 09/18] KVM: x86: Add vCPU fault fast-path for Userfault
` [RFC PATCH 10/18] KVM: arm64: Add KVM Userfault support
` [RFC PATCH 11/18] KVM: arm64: Add vCPU memory fault fast-path for Userfault
` [RFC PATCH 12/18] KVM: arm64: Add userfault support for steal-time
` [RFC PATCH 13/18] KVM: Add atomic parameter to __gfn_to_hva_many
` [RFC PATCH 14/18] KVM: Add asynchronous userfaults, KVM_READ_USERFAULT
` [RFC PATCH 15/18] KVM: guest_memfd: Add KVM Userfault support
` [RFC PATCH 16/18] KVM: Advertise KVM_CAP_USERFAULT in KVM_CHECK_EXTENSION
` [RFC PATCH 17/18] KVM: selftests: Add KVM Userfault mode to demand_paging_test
` [RFC PATCH 18/18] KVM: selftests: Remove restriction in vm_set_memory_attributes

[PATCH -next] cgroup/misc: Introduce misc.events.local
 2024-07-11 17:22 UTC  (2+ messages)

[PATCH v6 0/5] PCI: EPC: Add support to wake up host from D3 states
 2024-07-11 17:04 UTC  (10+ messages)
` [PATCH v6 1/5] PCI: endpoint: Add wakeup host API to EPC core
` [PATCH v6 2/5] PCI: dwc: Add wakeup host op to pci_epc_ops
` [PATCH v6 3/5] PCI: qcom-ep: Add wake up host op to dw_pcie_ep_ops
` [PATCH v6 4/5] PCI: epf-mhi: Add wakeup host op
` [PATCH v6 5/5] bus: mhi: ep: wake up host if the MHI state is in M3

[PATCH v3 0/3] iio: adc: ad4695: new driver for AD4695 and similar ADCs
 2024-07-11 16:11 UTC  (4+ messages)
` [PATCH v3 2/3] iio: adc: ad4695: Add "

[PATCH 0/2] virtio-fs: Add 'file' mount option
 2024-07-11 15:04 UTC  (10+ messages)

[PATCH V4][RESEND] LoongArch: Add AVEC irqchip support
 2024-07-11 14:49 UTC  (4+ messages)

[PATCH v4 00/16] Enable Linear Address Space Separation support
 2024-07-11 14:03 UTC  (29+ messages)
` [PATCH v4 01/16] x86/cpu: Enumerate the LASS feature bits
` [PATCH v4 02/16] x86/asm: Introduce inline memcpy and memset
` [PATCH v4 03/16] x86/alternatives: Disable LASS when patching kernel alternatives
` [PATCH v4 04/16] x86/cpu: Enable LASS during CPU initialization
` [PATCH v4 05/16] x86/cpu: Remove redundant comment during feature setup
` [PATCH v4 06/16] init/main.c: Move EFI runtime service initialization to x86/cpu
` [PATCH v4 07/16] x86/cpu: Defer CR pinning setup until after EFI initialization
` [PATCH v4 08/16] x86/vsyscall: Reorganize the #PF emulation code
` [PATCH v4 09/16] x86/traps: Consolidate user fixups in exc_general_protection()
` [PATCH v4 10/16] x86/vsyscall: Add vsyscall emulation for #GP
` [PATCH v4 11/16] x86/vsyscall: Disable LASS if vsyscall mode is set to EMULATE
` [PATCH v4 12/16] x86/vsyscall: Document the fact that vsyscall=emulate disables LASS
` [PATCH v4 13/16] x86/cpu: Set LASS CR4 bit as pinning sensitive
` [PATCH v4 14/16] x86/traps: Communicate a LASS violation in #GP message
` [PATCH v4 15/16] efi: Disable LASS around set_virtual_address_map call
` [PATCH v4 16/16] x86/cpu: Make LAM depend on LASS

[PATCH-cgroup v5] cgroup: Show # of subsystem CSSes in cgroup.stat
 2024-07-11 13:45 UTC  (2+ messages)

[PATCH] x86/xen: remove deprecated xen_nopvspin boot parameter
 2024-07-11 13:35 UTC  (2+ messages)

[PATCH-cgroup v4] cgroup: Show # of subsystem CSSes in cgroup.stat
 2024-07-11 13:25 UTC  (4+ messages)

[PATCH v2] xen: make multicall debug boot time selectable
 2024-07-11 13:24 UTC  (2+ messages)

[PATCH] Documentation/powerpc: Mention 40x is removed
 2024-07-11 10:50 UTC 

[PATCH v3] MIPS: Implement ieee754 NAN2008 emulation mode
 2024-07-11 10:20 UTC  (12+ messages)

[PATCH v2 0/5] Fix issues with ARM Processor CPER records
 2024-07-11  6:28 UTC 

[PATCH v2 5/5] docs: efi: add CPER functions to driver-api
 2024-07-11  6:28 UTC 

[net-next v5 0/2] net: wwan: t7xx: Add t7xx debug port
 2024-07-11  2:35 UTC  (3+ messages)
` [net-next v5 1/2] wwan: core: Add WWAN ADB and MIPC port type
` [net-next v5 2/2] net: wwan: t7xx: Add debug port

[PATCH v5 4/9] mm: Add test_clear_young_fast_only MMU notifier
 2024-07-10 23:10 UTC  (12+ messages)

[PATCH v2 0/6] mm: zswap: global shrinker fix and proactive shrink
 2024-07-10 22:26 UTC  (7+ messages)
` [PATCH v2 6/6] mm: zswap: interrupt shrinker writeback while pagein/out IO

[PATCH v9 00/39] arm64/gcs: Provide support for GCS in userspace
 2024-07-10 22:05 UTC  (9+ messages)
` [PATCH v9 05/39] arm64/gcs: Document the ABI for Guarded Control Stacks
` [PATCH v9 13/39] KVM: arm64: Manage GCS registers for guests

[PATCH-cgroup v2] cgroup: Show # of subsystem CSSes in root cgroup.stat
 2024-07-10 18:28 UTC  (5+ messages)

[PATCH v2 4/8] taint: Add TAINT_FWCTL
 2024-07-10 16:04 UTC  (3+ messages)

[PATCH v2 00/25] Enable FRED with KVM VMX
 2024-07-10 15:51 UTC  (4+ messages)
` [PATCH v2 09/25] KVM: VMX: Switch FRED RSP0 between host and guest

[PATCH] Documentation/powerpc: Remove retired CPUs from list of supported CPUs
 2024-07-10 10:50 UTC  (2+ 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).