Linux-Doc Archive mirror
 help / color / mirror / Atom feed
[PATCH v2] docs: dt: Update overlay file extension
 2024-05-29 10:00 UTC 

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

[PATCH 0/7] Zacas/Zabha support and qspinlocks
 2024-05-29  9:23 UTC  (18+ messages)
` [PATCH 1/7] riscv: Implement cmpxchg32/64() using Zacas
` [PATCH 2/7] riscv: Implement cmpxchg8/16() using Zabha
` [PATCH 3/7] riscv: Implement arch_cmpxchg128() using Zacas
` [PATCH 4/7] riscv: Implement xchg8/16() using Zabha
` [PATCH 5/7] asm-generic: ticket-lock: Reuse arch_spinlock_t of qspinlock
` [PATCH 6/7] asm-generic: ticket-lock: Add separate ticket-lock.h
` [PATCH 7/7] riscv: Add qspinlock support based on Zabha extension

[PATCH v11 00/21] GenieZone hypervisor drivers
 2024-05-29  8:42 UTC  (22+ messages)
` [PATCH v11 01/21] virt: geniezone: enable gzvm-ko in defconfig
` [PATCH v11 02/21] docs: geniezone: Introduce GenieZone hypervisor
` [PATCH v11 03/21] dt-bindings: hypervisor: Add MediaTek "
` [PATCH v11 04/21] virt: geniezone: Add GenieZone hypervisor driver
` [PATCH v11 05/21] virt: geniezone: Add vm support
` [PATCH v11 06/21] virt: geniezone: Add set_user_memory_region for vm
` [PATCH v11 07/21] virt: geniezone: Add vm capability check
` [PATCH v11 08/21] virt: geniezone: Add vcpu support
` [PATCH v11 09/21] virt: geniezone: Add irqchip support for virtual interrupt injection
` [PATCH v11 10/21] virt: geniezone: Add irqfd support
` [PATCH v11 11/21] virt: geniezone: Add ioeventfd support
` [PATCH v11 12/21] virt: geniezone: Add memory region purpose for hypervisor
` [PATCH v11 13/21] virt: geniezone: Add dtb config support
` [PATCH v11 14/21] virt: geniezone: Optimize performance of protected VM memory
` [PATCH v11 15/21] virt: geniezone: Add memory pin/unpin support
` [PATCH v11 16/21] virt: geniezone: Add demand paging support
` [PATCH v11 17/21] virt: geniezone: Add block-based "
` [PATCH v11 18/21] virt: geniezone: Add memory relinquish support
` [PATCH v11 19/21] virt: geniezone: Provide individual VM memory statistics within debugfs
` [PATCH v11 20/21] virt: geniezone: Add tracing support for hyp call and vcpu exit_reason
` [PATCH v11 21/21] virt: geniezone: Enable PTP for synchronizing time between host and guest VMs

[PATCH v2 0/6] Add support for adis16545/47
 2024-05-29  8:40 UTC  (9+ messages)
` [PATCH v2 1/6] iio: adis16480: make the burst_max_speed configurable
` [PATCH v2 2/6] iio: imu: adis16480.c: Add delta angle and delta velocity channels
` [PATCH v2 3/6] dt-bindings: iio: imu: Add ADIS16545/47 compatibles
` [PATCH v2 4/6] iio: adis16480: add support for adis16545/7 families
` [PATCH v2 5/6] docs: iio: add documentation for interfacing tools
` [PATCH v2 6/6] docs: iio: add documentation for adis16480 driver

[PATCH] docs: crypto: async-tx-api: fix broken code example
 2024-05-29  8:10 UTC  (3+ messages)

[PATCH v2] docs: crypto: async-tx-api: fix broken code example
 2024-05-29  8:08 UTC 

[PATCH v20 00/12] Implement copy offload support
 2024-05-29  7:48 UTC  (15+ messages)
  ` [PATCH v20 06/12] fs, block: copy_file_range for def_blk_ops for direct block device
  ` [PATCH v20 05/12] fs/read_write: Enable copy_file_range for "
  ` [PATCH v20 02/12] Add infrastructure for copy offload in block and request layer

[PATCH HID 00/13] HID: convert HID-BPF into using bpf_struct_ops
 2024-05-29  7:38 UTC  (16+ messages)
` [PATCH HID 01/13] HID: rename struct hid_bpf_ops into hid_ops
` [PATCH HID 02/13] HID: bpf: add hid_get/put_device() helpers
` [PATCH HID 03/13] HID: bpf: implement HID-BPF through bpf_struct_ops
` [PATCH HID 04/13] selftests/hid: convert the hid_bpf selftests with struct_ops
` [PATCH HID 05/13] HID: samples: convert the 2 HID-BPF samples into struct_ops
` [PATCH HID 06/13] HID: bpf: add defines for HID-BPF SEC in in-tree bpf fixes
` [PATCH HID 07/13] HID: bpf: convert in-tree fixes into struct_ops
` [PATCH HID 08/13] HID: bpf: remove tracing HID-BPF capability
` [PATCH HID 09/13] selftests/hid: add subprog call test
` [PATCH HID 10/13] Documentation: HID: amend HID-BPF for struct_ops
` [PATCH HID 11/13] Documentation: HID: add a small blurb on udev-hid-bpf
` [PATCH HID 12/13] HID: bpf: Artist24: remove unused variable
` [PATCH HID 13/13] HID: bpf: error on warnings when compiling bpf objects

[PATCH net-next v9 00/14] Device Memory TCP
 2024-05-29  2:42 UTC  (5+ messages)
` [PATCH net-next v9 11/14] tcp: RX path for devmem TCP

[PATCH v2 0/4] Add support for hwspinlock bust
 2024-05-29  2:10 UTC  (11+ messages)
` [PATCH v2 1/4] hwspinlock: Introduce hwspin_lock_bust()
` [PATCH v2 2/4] hwspinlock: qcom: implement bust operation
` [PATCH v2 3/4] soc: qcom: smem: Add qcom_smem_bust_hwspin_lock_by_host()
      `  "
` [PATCH v2 4/4] remoteproc: qcom_q6v5_pas: Add hwspinlock bust on stop

[RFT PATCH v2 00/48] drm/panel: Remove most store/double-check of prepared/enabled state
 2024-05-28 20:14 UTC  (4+ messages)

[PATCH v5 0/3] usb: gadget: 9pfs transport
 2024-05-28 18:41 UTC  (6+ messages)
` [PATCH v5 1/3] usb: gadget: function: move u_f.h to include/linux/usb/func_utils.h
` [PATCH v5 2/3] net/9p/usbg: Add new usb gadget function transport
` [PATCH v5 3/3] tools: usb: p9_fwd: add usb gadget packet forwarder script

[PATCH v4 0/6] firmware: support i.MX95 SCMI BBM/MISC Extenstion
 2024-05-28 16:26 UTC  (3+ messages)
` [PATCH v4 2/6] dt-bindings: firmware: add i.MX95 SCMI Extension protocol

[PATCH 0/3] mm: zswap: global shrinker fix and proactive shrink
 2024-05-28 16:01 UTC  (7+ messages)
` [PATCH 1/3] mm: zswap: fix global shrinker memcg iteration
` [PATCH 2/3] mm: zswap: fix global shrinker error handling logic
` [PATCH 3/3] mm: zswap: proactive shrinking before pool size limit is hit

[PATCH net-next v5 12/13] mm: page_frag: update documentation for page_frag
 2024-05-28 12:56 UTC 

[PATCH v15 00/29] drm/connector: Create HDMI Connector infrastructure
 2024-05-28  8:34 UTC  (37+ messages)
` [PATCH v15 01/29] drm/connector: Introduce an HDMI connector initialization function
` [PATCH v15 02/29] drm/tests: connector: Add tests for drmm_connector_hdmi_init
` [PATCH v15 03/29] drm/connector: hdmi: Create an HDMI sub-state
` [PATCH v15 04/29] drm/connector: hdmi: Add output BPC to the connector state
` [PATCH v15 05/29] drm/mode_object: Export drm_mode_obj_find_prop_id for tests
` [PATCH v15 06/29] drm/tests: Add output bpc tests
  ` [v15,06/29] "
` [PATCH v15 07/29] drm/connector: hdmi: Add support for output format
` [PATCH v15 08/29] drm/tests: Add output formats tests
` [PATCH v15 09/29] drm/display: hdmi: Add HDMI compute clock helper
` [PATCH v15 10/29] drm/tests: Add HDMI TDMS character rate tests
` [PATCH v15 11/29] drm/connector: hdmi: Calculate TMDS character rate
` [PATCH v15 12/29] drm/tests: Add TDMS character rate connector state tests
` [PATCH v15 13/29] drm/connector: hdmi: Add custom hook to filter TMDS character rate
` [PATCH v15 14/29] drm/tests: Add HDMI connector rate filter hook tests
` [PATCH v15 15/29] drm/connector: hdmi: Compute bpc and format automatically
` [PATCH v15 16/29] drm/tests: Add HDMI connector bpc and format tests
` [PATCH v15 17/29] drm/doc: Remove unused Broadcast RGB Property
` [PATCH v15 18/29] drm/connector: hdmi: Add Broadcast RGB property
` [PATCH v15 19/29] drm/tests: Add tests for "
` [PATCH v15 20/29] drm/connector: hdmi: Add RGB Quantization Range to the connector state
` [PATCH v15 21/29] drm/tests: Add RGB Quantization tests
` [PATCH v15 22/29] drm/connector: hdmi: Add Infoframes generation
` [PATCH v15 23/29] drm/tests: Add infoframes test
` [PATCH v15 24/29] drm/connector: hdmi: Create Infoframe DebugFS entries
` [PATCH v15 25/29] drm/vc4: hdmi: Switch to HDMI connector
` [PATCH v15 26/29] drm/vc4: tests: Remove vc4_dummy_plane structure
` [PATCH v15 27/29] drm/vc4: tests: Convert to plane creation helper
` [PATCH v15 28/29] drm/rockchip: inno_hdmi: Switch to HDMI connector
` [PATCH v15 29/29] drm/sun4i: hdmi: "

[PATCH net-next v2 0/3] doc: mptcp: new general doc and fixes
 2024-05-28  8:09 UTC  (4+ messages)
` [PATCH net-next v2 1/3] doc: mptcp: add missing 'available_schedulers' entry
` [PATCH net-next v2 2/3] doc: mptcp: alphabetical order
` [PATCH net-next v2 3/3] doc: new 'mptcp' page in 'networking'

[linus:master] [mm] ba42b524a0: segfault_at_ip_sp_error
 2024-05-28  7:00 UTC 

[PATCH v2 1/2] Documentation: hyperv: Update spelling and fix typo
 2024-05-28  5:28 UTC  (2+ messages)

[PATCH v4 0/3] usb: gadget: 9pfs transport
 2024-05-28  5:21 UTC  (10+ messages)
` [PATCH v4 2/3] net/9p/usbg: Add new usb gadget function transport
` [PATCH v4 3/3] tools: usb: p9_fwd: add usb gadget packet forwarder script

[PATCH v7 0/7] Add support for DEVNAME:0.0 style hardware based addressing
 2024-05-28  5:05 UTC  (6+ messages)
` [PATCH v7 1/7] printk: Save console options for add_preferred_console_match()

[PATCH net] docs: netdev: Fix typo in Signed-off-by tag
 2024-05-28  0:20 UTC  (4+ messages)

[PATCH v14 00/28] drm/connector: Create HDMI Connector infrastructure
 2024-05-27 19:00 UTC  (7+ messages)
` [PATCH v14 17/28] drm/connector: hdmi: Add Broadcast RGB property

[PATCH v3] Documentation: cve Korean translation
 2024-05-27 17:00 UTC  (7+ messages)

[PATCH net-next v5 04/10] ethtool: Add flashing transceiver modules' firmware notifications ability
 2024-05-27 16:30 UTC  (12+ messages)

[PATCH v2 0/4] enhance the path resolution capability in fs_parser
 2024-05-27 16:26 UTC  (7+ messages)
` [PATCH v2 2/4] fs: add path parser for filesystem mount option
` [PATCH v2 3/4] fs: ext4: support relative path for `journal_path` in "

[PATCH] Documentation/core-api: correct reference to SWIOTLB_DYNAMIC
 2024-05-27 14:52 UTC  (3+ messages)

[PATCH] docs: gpio: prefer pread(2) for interrupt reading
 2024-05-27 14:54 UTC  (2+ messages)

[PATCH v1 1/1] gpio: Remove legacy API documentation
 2024-05-27 14:50 UTC  (2+ messages)

[PATCH v8 00/12] Add support for Intel PPS Generator
 2024-05-27 14:37 UTC  (9+ messages)
` [PATCH v8 10/12] pps: generators: Add PPS Generator TIO Driver
` [PATCH v8 12/12] ABI: pps: Add ABI documentation for Intel TIO

[PATCH] MIPS: Implement ieee754 NAN2008 emulation mode
 2024-05-27 12:38 UTC  (2+ messages)

[PATCH v4 1/2] proc: pass file instead of inode to proc_mem_open
 2024-05-27 11:21 UTC  (4+ messages)
` [PATCH v4 2/2] proc: restrict /proc/pid/mem

[PATCH 0/2] Improve dump_page() output for slab pages
 2024-05-27 10:48 UTC  (6+ messages)
` [PATCH 2/2] mm: debug: print correct information for slab folios

[PATCH v2] Documentation: security-bugs Korean translation
 2024-05-27 10:36 UTC 

[PATCH v2] Documentation: cve Korean translation
 2024-05-27 10:23 UTC 

[PATCH net-next v4 05/12] net: ethernet: oa_tc6: implement error interrupts unmasking
 2024-05-27  9:30 UTC  (14+ messages)

[PATCH v4] drivers: hwmon: max31827: Add PEC support
 2024-05-27  9:29 UTC 


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 read-only IMAP folder(s) and NNTP newsgroup(s).