Linux-Doc Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-20 08:17:11 to 2024-05-23 06:02:57 UTC [more...]

[PATCH net-next v9 00/14] Device Memory TCP
 2024-05-23  6:02 UTC  (3+ messages)
` [PATCH net-next v9 11/14] tcp: RX path for devmem TCP

[PATCH v6 0/2] Add support to replay kernel log on consoles via sysrq
 2024-05-23  5:52 UTC  (6+ messages)
` [PATCH v6 1/2] printk: Add function to replay kernel log on consoles
` [PATCH v6 2/2] tty/sysrq: Replay kernel log messages on consoles via sysrq

[PATCH 0/2] Update MAX31827 driver
 2024-05-23  5:11 UTC  (8+ messages)
` [PATCH 1/2] drivers: hwmon: max31827: Add PEC support
` [PATCH 2/2] drivers: hwmon: max31827: Add debugfs support

[RFC PATCH 00/20] Introduce the famfs shared-memory file system
 2024-05-23  2:49 UTC  (10+ messages)

[PATCH v4 0/3] ASoC: grace time for DPCM cleanup
 2024-05-23  2:13 UTC  (4+ messages)
` [PATCH v4 1/3] ASoC: soc-pcm: Indicate warning if dpcm_playback/capture were used for availability limition
` [PATCH v4 2/3] ASoC: remove snd_soc_dai_link_set_capabilities()
` [PATCH v4 3/3] ASoC: amlogic: do not use dpcm_playback/capture flags

[PATCH v3 0/3] ASoC: grace time for DPCM cleanup
 2024-05-23  0:21 UTC  (14+ messages)
` [PATCH v3 2/3] ASoC: soc-pcm: Indicate warning if CPU / Codec availability mismatch

[PATCH] doc-guide: kernel-doc: document Returns: spelling
 2024-05-22 22:47 UTC 

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

[PATCH 0/2] Improve dump_page() output for slab pages
 2024-05-22 20:25 UTC  (6+ messages)
` [PATCH 1/2] mm: printk: introduce new format %pGs for slab flags
` [PATCH 2/2] mm: debug: print correct information for slab folios

[PATCH v20 00/12] Implement copy offload support
 2024-05-22 18:05 UTC  (40+ messages)
    ` [PATCH v20 01/12] block: Introduce queue limits and sysfs for copy-offload support
    ` [PATCH v20 02/12] Add infrastructure for copy offload in block and request layer
    ` [PATCH v20 03/12] block: add copy offload support
    ` [PATCH v20 04/12] block: add emulation for copy
    ` [PATCH v20 05/12] fs/read_write: Enable copy_file_range for block device
    ` [PATCH v20 06/12] fs, block: copy_file_range for def_blk_ops for direct "
    ` [PATCH v20 07/12] nvme: add copy offload support
    ` [PATCH v20 08/12] nvmet: add copy command support for bdev and file ns
    ` [PATCH v20 09/12] dm: Add support for copy offload
    ` [PATCH v20 10/12] dm: Enable copy offload for dm-linear target
    ` [PATCH v20 11/12] null: Enable trace capability for null block
    ` [PATCH v20 12/12] null_blk: add support for copy offload

[PATCH 0/7] Add support for hwspinlock bust
 2024-05-22 17:51 UTC  (14+ messages)
` [PATCH 5/7] dt-bindings: remoteproc: qcom,pas: Add hwlocks
` [PATCH 6/7] remoteproc: qcom_q6v5_pas: Add hwspinlock bust on stop
` [PATCH 7/7] arm64: dts: qcom: sm8650: Add hwlock to remoteproc

[PATCH net-next v5 00/10] Add ability to flash modules' firmware
 2024-05-22 14:22 UTC  (11+ messages)
` [PATCH net-next v5 04/10] ethtool: Add flashing transceiver modules' firmware notifications ability

[PATCH v8-RESEND 19/33] dyndbg-doc: add classmap info to howto
 2024-05-22 14:01 UTC  (4+ messages)

[PATCH 0/4] Communication Interface to NXP secure-enclave HW IP like Edgelock Enclave
 2024-05-22 12:53 UTC  (14+ messages)
` [PATCH 2/4] dt-bindings: arm: fsl: add imx-se-fw binding doc
    ` [EXT] "
` [PATCH 4/4] firmware: imx: add driver for NXP EdgeLock Enclave
    ` [EXT] "
      `  "
          `  "
              `  "

[PATCH 0/5] Add support for adis16545/47
 2024-05-22 12:01 UTC  (7+ messages)
` [PATCH 4/5] iio: adis16480: add support for adis16545/7 families

[PATCH net 0/3] doc: mptcp: new general doc and fixes
 2024-05-22  9:45 UTC  (5+ messages)
` [PATCH net 2/3] doc: mptcp: alphabetical order
` [PATCH net 3/3] doc: new 'mptcp' page in 'networking'

[PATCH v1 RESEND] arch/powerpc/kvm: Fix doorbell emulation by adding DPDES support
 2024-05-22  8:49 UTC 

[PATCH] arch/powerpc/kvm: Fix doorbell emulation by adding DPDES support
 2024-05-22  8:28 UTC 

[PATCH 0/2] docs: riscv: Some clarifies on hwprobe misaligned performance
 2024-05-22  7:26 UTC  (5+ messages)
` [PATCH 2/2] docs: riscv: hwprobe: Clarify misaligned keys are values not bitmasks

[PATCH v5 00/16] Add support for a few Zc* extensions, Zcmop and Zimop
 2024-05-22  7:20 UTC  (7+ messages)
` [PATCH v5 07/16] riscv: add ISA extensions validation callback
` [PATCH v5 08/16] riscv: add ISA parsing for Zca, Zcf, Zcd and Zcb

[RFC PATCH v3 00/21] Cleaning up the KVM clock mess
 2024-05-22  0:17 UTC  (22+ messages)
` [RFC PATCH v3 01/21] KVM: x86/xen: Do not corrupt KVM clock in kvm_xen_shared_info_init()
` [RFC PATCH v3 02/21] KVM: x86: Improve accuracy of KVM clock when TSC scaling is in force
` [RFC PATCH v3 03/21] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for accurate KVM clock migration
` [RFC PATCH v3 04/21] UAPI: x86: Move pvclock-abi to UAPI for x86 platforms
` [RFC PATCH v3 05/21] KVM: selftests: Add KVM/PV clock selftest to prove timer correction
` [RFC PATCH v3 06/21] KVM: x86: Explicitly disable TSC scaling without CONSTANT_TSC
` [RFC PATCH v3 07/21] KVM: x86: Add KVM_VCPU_TSC_SCALE and fix the documentation on TSC migration
` [RFC PATCH v3 08/21] KVM: x86: Avoid NTP frequency skew for KVM clock on 32-bit host
` [RFC PATCH v3 09/21] KVM: x86: Fix KVM clock precision in __get_kvmclock()
` [RFC PATCH v3 10/21] KVM: x86: Fix software TSC upscaling in kvm_update_guest_time()
` [RFC PATCH v3 11/21] KVM: x86: Simplify and comment kvm_get_time_scale()
` [RFC PATCH v3 12/21] KVM: x86: Remove implicit rdtsc() from kvm_compute_l1_tsc_offset()
` [RFC PATCH v3 13/21] KVM: x86: Improve synchronization in kvm_synchronize_tsc()
` [RFC PATCH v3 14/21] KVM: x86: Kill cur_tsc_{nsec,offset,write} fields
` [RFC PATCH v3 15/21] KVM: x86: Allow KVM master clock mode when TSCs are offset from each other
` [RFC PATCH v3 16/21] KVM: x86: Factor out kvm_use_master_clock()
` [RFC PATCH v3 17/21] KVM: x86: Avoid global clock update on setting KVM clock MSR
` [RFC PATCH v3 18/21] KVM: x86: Avoid gratuitous global clock reload in kvm_arch_vcpu_load()
` [RFC PATCH v3 19/21] KVM: x86: Avoid periodic KVM clock updates in master clock mode
` [RFC PATCH v3 20/21] KVM: x86/xen: Prevent runstate times from becoming negative
` [RFC PATCH v3 21/21] sched/cputime: Cope with steal time going backwards or negative

[PATCH v18 00/21] Integrity Policy Enforcement LSM (IPE)
 2024-05-21 21:42 UTC  (8+ messages)
` [PATCH v18 12/21] dm: add finalize hook to target_type

[bristot:sample/dummy_rv 2/4] htmldocs: Warning: kernel/trace/rv/Kconfig references a file that doesn't exist: Documentation/trace/rv/dummy.rst
 2024-05-21 19:37 UTC 

[PATCH v3] ptdump: add intermediate directory support
 2024-05-21 16:54 UTC  (2+ messages)

[PATCH V2] PCI: Extend ACS configurability
 2024-05-21 15:44 UTC  (2+ messages)

[RFC PATCH net-next 00/28] Add CPSW Proxy Client driver
 2024-05-21 13:07 UTC  (5+ messages)
` [RFC PATCH net-next 01/28] docs: networking: ti: add driver doc for CPSW Proxy Client

[PATCH v6 0/7] Adds support for ConfigFS to VKMS!
 2024-05-21 12:25 UTC  (6+ messages)

[PATCH v1 1/1] gpio: Remove legacy API documentation
 2024-05-21 10:12 UTC  (2+ messages)

[PATCH net-next v2] icmp: Add icmp_timestamp_ignore_all to control ICMP_TIMESTAMP
 2024-05-21  9:25 UTC  (3+ messages)

[PATCH v5 0/5] pids controller events rework
 2024-05-21  9:21 UTC  (6+ messages)
` [PATCH v5 1/5] cgroup/pids: Separate semantics of pids.events related to pids.max
` [PATCH v5 2/5] cgroup/pids: Make event counters hierarchical
` [PATCH v5 3/5] cgroup/pids: Add pids.events.local
` [PATCH v5 4/5] selftests: cgroup: Lexicographic order in Makefile
` [PATCH v5 5/5] selftests: cgroup: Add basic tests for pids controller

[PATCH] doc: ceph: update userspace command to get CephFS metadata
 2024-05-21  0:32 UTC  (2+ messages)

[RFC PATCH v3 00/17] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2024-05-20 18:03 UTC  (14+ messages)

[PATCH 1/2] KVM: fix documentation rendering for KVM_CAP_VM_MOVE_ENC_CONTEXT_FROM
 2024-05-20 14:32 UTC  (2+ messages)
` [PATCH 2/2] KVM: fix spelling of KVM_RUN_X86_BUS_LOCK in docs

[PATCH] Documentation: cve Korean translation
 2024-05-20 14:22 UTC  (3+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).