linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-26 12:25:03 to 2024-02-27 20:26:40 UTC [more...]

[PATCH] arm64: errata: Minimize tlb flush due to vttbr writes on AmpereOne
 2024-02-27 20:26 UTC  (4+ messages)

[PATCH 00/15] x86/resctrl : Support AMD QoS RMID Pinning feature
 2024-02-27 20:06 UTC  (13+ messages)
` [PATCH v2 00/17] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)

[PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
 2024-02-27 19:08 UTC  (7+ messages)
` [PATCH v8 33/38] kselftest/arm64: Add a GCS test program built with the system libc

[PATCH] drm/panfrost: Replace fdinfo's profiling debugfs knob with sysfs
 2024-02-27 19:04 UTC  (5+ messages)

[RFC PATCH 00/20] Introduce the famfs shared-memory file system
 2024-02-27 18:38 UTC  (62+ messages)
` [RFC PATCH 02/20] dev_dax_iomap: Add fs_dax_get() func to prepare dax for fs-dax usage
` [RFC PATCH 03/20] dev_dax_iomap: Move dax_pgoff_to_phys from device.c to bus.c since both need it now
` [RFC PATCH 04/20] dev_dax_iomap: Save the kva from memremap
` [RFC PATCH 05/20] dev_dax_iomap: Add dax_operations for use by fs-dax on devdax
` [RFC PATCH 06/20] dev_dax_iomap: Add CONFIG_DEV_DAX_IOMAP kernel build parameter
` [RFC PATCH 07/20] famfs: Add include/linux/famfs_ioctl.h
` [RFC PATCH 08/20] famfs: Add famfs_internal.h
` [RFC PATCH 09/20] famfs: Add super_operations
` [RFC PATCH 10/20] famfs: famfs_open_device() & dax_holder_operations
` [RFC PATCH 11/20] famfs: Add fs_context_operations
` [RFC PATCH 12/20] famfs: Add inode_operations and file_system_type
` [RFC PATCH 13/20] famfs: Add iomap_ops
` [RFC PATCH 14/20] famfs: Add struct file_operations
` [RFC PATCH 15/20] famfs: Add ioctl to file_operations
` [RFC PATCH 17/20] famfs: Add module stuff
` [RFC PATCH 18/20] famfs: Support character dax via the dev_dax_iomap patch

[PATCH v2 0/3] RISC-V: enable rust
 2024-02-27 18:24 UTC  (18+ messages)
` [PATCH v2 1/3] rust: make mutually exclusive with CFI_CLANG
` [PATCH v2 2/3] scripts: generate_rust_target: enable building on RISC-V

[PATCH v4 00/36] Memory allocation profiling
 2024-02-27 16:55 UTC  (43+ messages)
` [PATCH v4 03/36] mm/slub: Mark slab_free_freelist_hook() __always_inline
` [PATCH v4 05/36] fs: Convert alloc_inode_sb() to a macro
` [PATCH v4 07/36] mm: introduce slabobj_ext to support slab object extensions
` [PATCH v4 08/36] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
` [PATCH v4 09/36] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
` [PATCH v4 10/36] slab: objext: introduce objext_flags as extension to page_memcg_data_flags
` [PATCH v4 13/36] lib: prevent module unloading if memory is not freed
` [PATCH v4 15/36] lib: introduce support for page allocation tagging
` [PATCH v4 19/36] mm: create new codetag references during page splitting
` [PATCH v4 20/36] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y
` [PATCH v4 21/36] lib: add codetag reference into slabobj_ext
` [PATCH v4 22/36] mm/slab: add allocation accounting into slab allocation and free paths
` [PATCH v4 31/36] lib: add memory allocations report in show_mem()

[PATCH] drm/vkms: Add information on how to benchmark
 2024-02-27 16:52 UTC  (8+ messages)

[PATCH RFC bpf-next v3 00/16] sleepable bpf_timer (was: allow HID-BPF to do device IOs)
 2024-02-27 16:51 UTC  (9+ messages)
` [PATCH RFC bpf-next v3 04/16] bpf/helpers: introduce sleepable bpf_timers
` [PATCH RFC bpf-next v3 08/16] bpf/verifier: do_misc_fixups for is_bpf_timer_set_sleepable_cb_kfunc

[PATCH v2 0/3] TEE driver for Trusted Services
 2024-02-27 15:49 UTC  (8+ messages)
` [PATCH v2 1/3] tee: optee: Move pool_op helper functions
` [PATCH v2 2/3] tee: tstee: Add Trusted Services TEE driver
` [PATCH v2 3/3] Documentation: tee: Add TS-TEE driver

[PATCH net-next v3] bonding: 802.3ad replace MAC_ADDRESS_EQUAL with __agg_has_partner
 2024-02-27 15:44 UTC  (5+ messages)

[PATCH net-next v5 00/17] net: Add support for Power over Ethernet (PoE)
 2024-02-27 15:31 UTC  (19+ messages)
` [PATCH net-next v5 01/17] MAINTAINERS: net: Add Oleksij to pse-pd maintainers
` [PATCH net-next v5 02/17] of: property: Add fw_devlink support for pse parent
` [PATCH net-next v5 03/17] net: pse-pd: Rectify and adapt the naming of admin_cotrol member of struct pse_control_config
` [PATCH net-next v5 04/17] ethtool: Expand Ethernet Power Equipment with c33 (PoE) alongside PoDL
` [PATCH net-next v5 05/17] net: pse-pd: Introduce PSE types enumeration
` [PATCH net-next v5 06/17] net: ethtool: pse-pd: Expand pse commands with the PSE PoE interface
` [PATCH net-next v5 07/17] netlink: specs: Modify pse attribute prefix
` [PATCH net-next v5 08/17] netlink: specs: Expand the pse netlink command with PoE interface
` [PATCH net-next v5 09/17] MAINTAINERS: Add myself to pse networking maintainer
` [PATCH net-next v5 10/17] net: pse-pd: Add support for PSE PIs
` [PATCH net-next v5 11/17] dt-bindings: net: pse-pd: Add another way of describing several "
` [PATCH net-next v5 12/17] net: pse-pd: Add support for setup_pi_matrix callback
` [PATCH net-next v5 13/17] net: pse-pd: Use regulator framework within PSE framework
` [PATCH net-next v5 14/17] dt-bindings: net: pse-pd: Add bindings for PD692x0 PSE controller
` [PATCH net-next v5 15/17] net: pse-pd: Add PD692x0 PSE controller driver
` [PATCH net-next v5 16/17] dt-bindings: net: pse-pd: Add bindings for TPS23881 PSE controller
` [PATCH net-next v5 17/17] net: pse-pd: Add TI TPS23881 PSE controller driver

[PATCH v2 00/25] fs: use type-safe uid representation for filesystem capabilities
 2024-02-27 14:57 UTC  (4+ messages)
` [PATCH v2 20/25] ovl: add fscaps handlers

[PATCH v7 00/36] drm/connector: Create HDMI Connector infrastructure
 2024-02-27 14:01 UTC  (20+ messages)
` [PATCH v7 03/36] drm/tests: Add helper to create mock plane
` [PATCH v7 04/36] drm/tests: Add helper to create mock crtc
` [PATCH v7 05/36] drm/tests: connector: Add tests for drmm_connector_init
` [PATCH v7 19/36] drm/connector: hdmi: Compute bpc and format automatically
` [PATCH v7 25/36] drm/connector: hdmi: Add Infoframes generation
` [PATCH v7 29/36] drm/vc4: tests: Remove vc4_dummy_plane structure
` [PATCH v7 30/36] drm/vc4: tests: Convert to plane creation helper

[PATCH] docs: drop the version constraints for sphinx and dependencies
 2024-02-27 13:25 UTC  (2+ messages)

[PATCH] docs: freeze some package versions for sphinx virtualenv setup
 2024-02-27 13:17 UTC  (5+ messages)

[RFC PATCH v5 0/1] fpga: improve protection against low-level control module unloading
 2024-02-27 11:49 UTC  (10+ messages)
` [RFC PATCH v5 1/1] fpga: add an owner and use it to take the low-level module's refcount

[PATCH] docs: submit-checklist: structure by category
 2024-02-27 11:24 UTC  (8+ messages)

[PATCH v17 00/35] Drivers for Gunyah hypervisor
 2024-02-27  9:49 UTC  (8+ messages)
` [PATCH v17 19/35] arch/mm: Export direct {un,}map functions
    `  "

[RFC] documentation on filesystem exposure to RCU pathwalk from fs maintainers' POV
 2024-02-27  8:04 UTC  (3+ messages)
` [RFC][v2] "
  ` [RFC][v3] "

[PATCH v5] tracing: Support to dump instance traces by ftrace_dump_on_oops
 2024-02-27  1:47 UTC  (4+ messages)

[PATCH v4 0/3] hwmon: Driver for Nuvoton NCT7363Y
 2024-02-27  0:56 UTC  (4+ messages)
` [PATCH v4 1/3] dt-bindings: hwmon: fan: Add fan binding to schema
` [PATCH v4 2/3] dt-bindings: hwmon: Add NCT7363Y documentation
` [PATCH v4 3/3] hwmon: Driver for Nuvoton NCT7363Y

Simple analytics for docs.kernel.org and patchwork, please?
 2024-02-26 22:52 UTC  (3+ messages)

[PATCH RFC net-next v1 0/6] ethtool HW timestamping statistics
 2024-02-26 19:54 UTC  (7+ messages)
` [PATCH RFC net-next v1 1/6] ethtool: add interface to read Tx hardware "

[PATCH 0/3] Add support for Block Passthrough Endpoint function driver
 2024-02-26 18:47 UTC  (7+ messages)

[PATCH v9 0/1] mm: report per-page metadata information
 2024-02-26 18:12 UTC  (3+ messages)
` [PATCH v9 1/1] "

[PATCH] Correcting the spelling mistakes in "Documentation/ABI/testing/sysfs-bus-cxl" and "Documentation/ABI/testing/sysfs-bus-coresight-devices-tmc"
 2024-02-26 17:12 UTC 

[PATCH net v3] Documentations: correct net_cachelines title for struct inet_sock
 2024-02-26 17:09 UTC 

[PATCH net v1] Documentations: correct net_cachelines title for struct inet_sock
 2024-02-26 16:57 UTC  (3+ messages)
` [PATCH net v2] "

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

[PATCH] net: make SK_MEMORY_PCPU_RESERV tunable
 2024-02-26 16:01 UTC  (2+ messages)

[RFC PATCH 01/73] KVM: Documentation: Add the specification for PVM
 2024-02-26 14:35 UTC 

[PATCH v3 0/3] usb: gadget: 9pfs transport
 2024-02-26 13:56 UTC  (4+ messages)
` [PATCH v3 1/3] usb: gadget: function: move u_f.h to include/linux/usb/
` [PATCH v3 2/3] net/9p/usbg: Add new usb gadget function transport
` [PATCH v3 3/3] tools: usb: p9_fwd: add usb gadget packet forwarder script


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