linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-09 10:03:55 to 2024-07-11 06:31:09 UTC [more...]

[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 

[PATCH v7 0/4] PCI: endpoint: add D-state change notifier support
 2024-07-11  6:27 UTC  (8+ 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

[PATCH-cgroup v4] cgroup: Show # of subsystem CSSes in cgroup.stat
 2024-07-11  3:26 UTC  (2+ messages)

[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 v3] MIPS: Implement ieee754 NAN2008 emulation mode
 2024-07-11  1:53 UTC  (12+ messages)

[PATCH V4][RESEND] LoongArch: Add AVEC irqchip support
 2024-07-11  1:40 UTC  (3+ messages)

[PATCH net-next v16 00/13] Device Memory TCP
 2024-07-11  1:35 UTC  (30+ 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 06/13] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v16 07/13] net: support non paged skb frags
` [PATCH net-next v16 08/13] net: add support for skbs with unreadable frags
` [PATCH net-next v16 09/13] tcp: RX path for devmem TCP
` [PATCH net-next v16 10/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [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 v4 00/16] Enable Linear Address Space Separation support
 2024-07-11  1:23 UTC  (22+ 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 v3 1/2] cgroup: Show # of subsystem CSSes in cgroup.stat
 2024-07-10 23:51 UTC  (6+ messages)
` [PATCH v3 2/2] cgroup: Limit frequency of reading cgroup.stat for unprivileged users

[RFC PATCH 00/18] KVM: Post-copy live migration for guest_memfd
 2024-07-10 23:48 UTC  (20+ 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 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  (11+ messages)
` [PATCH v2 5/6] mm: zswap: store incompressible page as-is
` [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 0/2] virtio-fs: Add 'file' mount option
 2024-07-10 18:42 UTC  (7+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] virtio-fs: Document "

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

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

[PATCH v3 0/8] RISC-V: Detect and report speed of unaligned vector accesses
 2024-07-10 15:55 UTC  (3+ messages)
` [PATCH v3 3/8] RISC-V: Check scalar unaligned access on all CPUs

[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 v6 0/5] PCI: EPC: Add support to wake up host from D3 states
 2024-07-10 12:17 UTC  (7+ 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] x86/xen: remove deprecated xen_nopvspin boot parameter
 2024-07-10 11:01 UTC 

[PATCH] Documentation/powerpc: Remove retired CPUs from list of supported CPUs
 2024-07-10 10:50 UTC  (2+ messages)

[PATCH v4 0/1] Provide the frequency of time CSR via hwprobe
 2024-07-10  9:39 UTC  (3+ messages)
` [PATCH v4] RISC-V: "

[PATCH v2] xen: make multicall debug boot time selectable
 2024-07-10  9:27 UTC 

[PATCH v2 00/13] Support several Rust toolchain versions
 2024-07-10  9:04 UTC  (6+ messages)
` [PATCH v2 06/13] rust: start supporting several compiler versions
` [PATCH v2 07/13] rust: avoid assuming a particular `bindgen` build
` [PATCH v2 09/13] rust: start supporting several `bindgen` versions
` [PATCH v2 13/13] docs: rust: quick-start: add section on Linux distributions

[PATCH v3 00/13] riscv: Add support for xtheadvector
 2024-07-10  7:11 UTC  (3+ messages)
` [PATCH v3 05/13] riscv: vector: Use vlenb from DT for thead

[PATCH V4] LoongArch: Add AVEC irqchip support
 2024-07-10  4:07 UTC  (5+ messages)

[RFC PATCH] rust: types: Add explanation for ARef pattern
 2024-07-10  3:24 UTC 

[PATCH v2 00/10] Zacas/Zabha support and qspinlocks
 2024-07-10  1:37 UTC  (15+ messages)
` [PATCH v2 01/10] riscv: Implement cmpxchg32/64() using Zacas
` [PATCH v2 03/10] riscv: Implement cmpxchg8/16() using Zabha
` [PATCH v2 06/10] riscv: Implement xchg8/16() "
` [PATCH v2 07/10] riscv: Improve amoswap.X use in xchg()

[PATCH v4 0/9] fs: multigrain timestamp redux
 2024-07-09 23:50 UTC  (3+ messages)
` [PATCH v4 5/9] Documentation: add a new file documenting multigrain timestamps

[PATCH] docs/pinctrl: fix typo in mapping example
 2024-07-09 18:39 UTC 

[PATCH net-next v15 00/14] Device Memory TCP
 2024-07-09 17:44 UTC  (6+ messages)
` [PATCH net-next v15 03/14] netdev: support binding dma-buf to netdevice

[PATCH 0/6] Add rounding macros and enable KUnit tests
 2024-07-09 17:18 UTC  (5+ messages)
` [PATCH 1/6] math.h: Add macros for rounding to closest value

[PATCH 00/13] fs/dax: Fix FS DAX page reference counts
 2024-07-09 15:56 UTC  (5+ messages)
` [PATCH 11/13] huge_memory: Remove dead vmf_insert_pXd code

[PATCH] docs: iio: new docs for ad7380 driver
 2024-07-09 15:16 UTC 

[PATCH] writing_musb_glue_layer.rst: USB Configuration Wiki Page is down
 2024-07-09 15:10 UTC  (2+ messages)

[PATCH v1] zh_CN/admin-guide: one typo fix
 2024-07-09 15:08 UTC  (2+ messages)

[PATCH] docs/zh_CN/virt: Update the translation of guest-halt-polling.rst
 2024-07-09 15:06 UTC  (2+ messages)

[PATCH v2] docs/sp_SP: Add translation for scheduler/sched-design-CFS.rst
 2024-07-09 15:05 UTC  (2+ messages)

[PATCH v2] Documentation: add reference from dynamic debug to loglevel kernel params
 2024-07-09 15:00 UTC  (2+ messages)

[PATCH net-next v17 00/14] net: Make timestamping selectable
 2024-07-09 13:53 UTC  (15+ messages)
` [PATCH net-next v17 01/14] net_tstamp: Add TIMESTAMPING SOFTWARE and HARDWARE mask
` [PATCH net-next v17 02/14] net: Make dev_get_hwtstamp_phylib accessible
` [PATCH net-next v17 03/14] net: Make net_hwtstamp_validate accessible
` [PATCH net-next v17 04/14] net: Change the API of PHY default timestamp to MAC
` [PATCH net-next v17 05/14] net: net_tstamp: Add unspec field to hwtstamp_source enumeration
` [PATCH net-next v17 06/14] net: Add struct kernel_ethtool_ts_info
` [PATCH net-next v17 07/14] ptp: Add phc source and helpers to register specific PTP clock or get information
` [PATCH net-next v17 08/14] net: Add the possibility to support a selected hwtstamp in netdevice
` [PATCH net-next v17 09/14] net: netdevsim: ptp_mock: Convert to netdev_ptp_clock_register
` [PATCH net-next v17 10/14] net: macb: "
` [PATCH net-next v17 11/14] net: ptp: Move ptp_clock_index() to builtin symbol
` [PATCH net-next v17 12/14] net: ethtool: tsinfo: Add support for reading tsinfo for a specific hwtstamp provider
` [PATCH net-next v17 13/14] net: ethtool: Add support for tsconfig command to get/set hwtstamp config
` [PATCH net-next v17 14/14] netlink: specs: Enhance tsinfo netlink attributes and add a tsconfig set command

[PATCH net-next v10 14/15] mm: page_frag: update documentation for page_frag
 2024-07-09 13:27 UTC 

[PATCH] Documentation: add reference from dynamic debug to loglevel kernel params
 2024-07-09 13:22 UTC  (2+ messages)

[PATCH net-next v6 0/7] net: pse-pd: Add new PSE c33 features
 2024-07-09 13:20 UTC  (6+ messages)
` [PATCH net-next v6 5/7] net: ethtool: Add new power limit get and set features

[PATCH -next] mm/hugetlb_cgroup: introduce peak and rsvd.peak to v2
 2024-07-09 13:05 UTC  (9+ messages)

[PATCH] docs: iommu: Drop the stale entry in documentation TOC
 2024-07-09 10:12 UTC  (2+ messages)

[linus:master] [sched/pelt] 97450eb909: INFO:task_blocked_for_more_than#seconds
 2024-07-09 10:03 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).