linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-17 00:58:14 to 2024-02-20 12:31:58 UTC [more...]

[PATCH v3 0/3] pstore: add multi-backend support
 2024-02-20 12:31 UTC  (7+ messages)
` [PATCH 1/3] "
` [PATCH 3/3] tools/testing: adjust pstore backend related selftest

[PATCH] Documentation: gpio: Add a note on the deprecated GPIO Testing Driver
 2024-02-20 12:28 UTC  (4+ messages)

[RFC PATCH v4 00/15] ACPI/arm64: add support for virtual cpu hotplug
 2024-02-20 11:30 UTC  (8+ messages)
` [PATCH RFC v4 01/15] ACPI: Only enumerate enabled (or functional) processor devices
` [PATCH RFC v4 02/15] ACPI: processor: Register all CPUs from acpi_processor_get_info()

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

[PATCH v2] riscv: hwprobe: export largest userspace address
 2024-02-20 11:09 UTC 

[PATCH net-next v4 00/17] net: Add support for Power over Ethernet (PoE)
 2024-02-20 11:05 UTC  (17+ messages)
` [PATCH net-next v4 05/17] net: pse-pd: Introduce PSE types enumeration
` [PATCH net-next v4 11/17] dt-bindings: net: pse-pd: Add another way of describing several PSE PIs
` [PATCH net-next v4 14/17] dt-bindings: net: pse-pd: Add bindings for PD692x0 PSE controller

[PATCH net] docs: netdev: update the link to the CI repo
 2024-02-20 11:00 UTC  (3+ messages)

[PATCH v1 0/8] x86_64 SandBox Mode arch hooks
 2024-02-20 10:55 UTC  (7+ messages)
` [RFC 0/8] PGP key parser using SandBox Mode
  ` [RFC 6/8] KEYS: PGP data parser

[PATCH v13 00/21] KVM: xen: update shared_info and vcpu_info handling
 2024-02-20 10:53 UTC  (24+ messages)
` [PATCH v13 04/21] KVM: pfncache: add a mark-dirty helper
` [PATCH v13 05/21] KVM: pfncache: remove KVM_GUEST_USES_PFN usage
` [PATCH v13 09/21] KVM: pfncache: allow a cache to be activated with a fixed (userspace) HVA
` [PATCH v13 12/21] KVM: x86/xen: allow shared_info to be mapped by fixed HVA
` [PATCH v13 18/21] KVM: x86/xen: don't block on pfncache locks in kvm_xen_set_evtchn_fast()
` [PATCH v13 21/21] KVM: pfncache: rework __kvm_gpc_refresh() to fix locking issues

[PATCH v3] bpf: Replace bpf_lpm_trie_key 0-length array with flexible array
 2024-02-20 10:18 UTC  (3+ messages)

[PATCH v3 00/17] kexec: Allow preservation of ftrace buffers
 2024-02-20 10:30 UTC  (3+ messages)
` [PATCH v3 09/17] x86: Add KHO support

[PATCH v1] docs: new text on bisecting which also covers bug validation
 2024-02-20 10:28 UTC  (7+ messages)

[PATCH] doc: it_IT: remove references to original documents
 2024-02-20 10:15 UTC  (3+ messages)

[PATCH v5] Documentation: Document the Linux Kernel CVE process
 2024-02-20 10:07 UTC  (3+ messages)

[PATCH v2 00/31] NT synchronization primitive driver
 2024-02-20  7:01 UTC  (33+ messages)
` [PATCH v2 01/31] ntsync: Introduce the ntsync driver and character device
` [PATCH v2 02/31] ntsync: Introduce NTSYNC_IOC_CREATE_SEM
` [PATCH v2 03/31] ntsync: Introduce NTSYNC_IOC_SEM_POST
` [PATCH v2 04/31] ntsync: Introduce NTSYNC_IOC_WAIT_ANY
` [PATCH v2 05/31] ntsync: Introduce NTSYNC_IOC_WAIT_ALL
` [PATCH v2 06/31] ntsync: Introduce NTSYNC_IOC_CREATE_MUTEX
` [PATCH v2 07/31] ntsync: Introduce NTSYNC_IOC_MUTEX_UNLOCK
` [PATCH v2 08/31] ntsync: Introduce NTSYNC_IOC_MUTEX_KILL
` [PATCH v2 09/31] ntsync: Introduce NTSYNC_IOC_CREATE_EVENT
` [PATCH v2 10/31] ntsync: Introduce NTSYNC_IOC_EVENT_SET
` [PATCH v2 11/31] ntsync: Introduce NTSYNC_IOC_EVENT_RESET
` [PATCH v2 12/31] ntsync: Introduce NTSYNC_IOC_EVENT_PULSE
` [PATCH v2 13/31] ntsync: Introduce NTSYNC_IOC_SEM_READ
` [PATCH v2 14/31] ntsync: Introduce NTSYNC_IOC_MUTEX_READ
` [PATCH v2 15/31] ntsync: Introduce NTSYNC_IOC_EVENT_READ
` [PATCH v2 16/31] ntsync: Introduce alertable waits
` [PATCH v2 17/31] ntsync: Allow waits to use the REALTIME clock
` [PATCH v2 18/31] selftests: ntsync: Add some tests for semaphore state
` [PATCH v2 19/31] selftests: ntsync: Add some tests for mutex state
` [PATCH v2 20/31] selftests: ntsync: Add some tests for NTSYNC_IOC_WAIT_ANY
` [PATCH v2 21/31] selftests: ntsync: Add some tests for NTSYNC_IOC_WAIT_ALL
` [PATCH v2 22/31] selftests: ntsync: Add some tests for wakeup signaling with WINESYNC_IOC_WAIT_ANY
` [PATCH v2 23/31] selftests: ntsync: Add some tests for wakeup signaling with WINESYNC_IOC_WAIT_ALL
` [PATCH v2 24/31] selftests: ntsync: Add some tests for manual-reset event state
` [PATCH v2 25/31] selftests: ntsync: Add some tests for auto-reset "
` [PATCH v2 26/31] selftests: ntsync: Add some tests for wakeup signaling with events
` [PATCH v2 27/31] selftests: ntsync: Add tests for alertable waits
` [PATCH v2 28/31] selftests: ntsync: Add some tests for wakeup signaling via alerts
` [PATCH v2 29/31] selftests: ntsync: Add a stress test for contended waits
` [PATCH v2 30/31] maintainers: Add an entry for ntsync
` [PATCH v2 31/31] docs: ntsync: Add documentation for the ntsync uAPI

[PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
 2024-02-20  2:17 UTC  (10+ messages)
` [PATCH v8 20/38] arm64/gcs: Ensure that new threads have a GCS
` [PATCH v8 23/38] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v8 33/38] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v8 35/38] selftests/arm64: Add GCS signal tests

[PATCH v10 0/2] arm64: Add a build target for Flat Image Tree
 2024-02-20  2:03 UTC  (3+ messages)
` [PATCH v10 2/2] arm64: boot: Support "

[PATCH] MAINTAINERS: Set the field name for subsystem profile section
 2024-02-19 21:52 UTC  (2+ messages)

[PATCH v2] docs: MAINTAINERS: add "Profile" keyword entry name
 2024-02-19 21:51 UTC  (4+ messages)

[PATCH v2] kasan: Add documentation for CONFIG_KASAN_EXTRA_INFO
 2024-02-19 21:42 UTC  (2+ messages)

[PATCH] Fixed case issue with 'fault-injection' in documentation
 2024-02-19 21:36 UTC  (4+ messages)

[PATCH] kernel-doc: handle #if in enums as well
 2024-02-19 21:34 UTC  (2+ messages)

[PATCH] Documentation: update mailing list addresses
 2024-02-19 21:31 UTC  (2+ messages)

[PATCH 0/5] Some kernel-doc-related cleanups
 2024-02-19 21:31 UTC  (2+ messages)

[PATCH v3] Documentation: Document the Linux Kernel CVE process
 2024-02-19 21:05 UTC  (11+ messages)
            ` [RFC] doc headings sweep

[PATCH v2 0/4] usb: gadget: 9pfs transport
 2024-02-19 20:07 UTC  (7+ messages)
` [PATCH v2 3/4] usb: gadget: legacy: add 9pfs multi gadget

[PATCH v17 00/51] Introduce QC USB SND audio offloading support
 2024-02-19 19:56 UTC  (6+ messages)

[PATCH 00/20] mm/damon: let DAMOS feeds and tame/auto-tune itself
 2024-02-19 19:44 UTC  (5+ messages)
` [PATCH 05/20] Docs/admin-guide/mm/damon/usage: document effective_bytes file
` [PATCH 15/20] Docs/mm/damon/design: document quota goal self-tuning
` [PATCH 17/20] Docs/admin-guide/mm/damon/usage: document quota goal metric file
` [PATCH 20/20] Docs/admin-guide/mm/damon/reclaim: document auto-tuning parameters

[PATCH 00/31] NT synchronization primitive driver
 2024-02-19 19:02 UTC  (6+ messages)
` [PATCH 02/31] ntsync: Introduce NTSYNC_IOC_CREATE_SEM

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

PDF misery
 2024-02-19 17:49 UTC  (10+ messages)

[PATCH v3 31/35] lib: add memory allocations report in show_mem()
 2024-02-19 17:17 UTC  (12+ messages)

[PATCH v3 00/35] Memory allocation profiling
 2024-02-19 16:55 UTC  (20+ messages)
` [PATCH v3 13/35] lib: add allocation tagging support for memory "
` [PATCH v3 18/35] mm: create new codetag references during page splitting
` [PATCH v3 32/35] codetag: debug: skip objext checking when it's for objext itself

[PATCH RFC net-next v8 00/13] net: Make timestamping selectable
 2024-02-19 16:11 UTC  (11+ messages)
` [PATCH RFC net-next v8 04/13] net: Change the API of PHY default timestamp to MAC
` [PATCH RFC net-next v8 06/13] net: Add struct kernel_ethtool_ts_info

make pdfdocs
 2024-02-19 16:10 UTC  (2+ messages)

[PATCH net-next v3 00/17] net: Add support for Power over Ethernet (PoE)
 2024-02-19 16:07 UTC  (11+ messages)
` [PATCH net-next v3 14/17] dt-bindings: net: pse-pd: Add bindings for PD692x0 PSE controller

[PATCH] docs: Instruct LaTeX to cope with deeper nesting
 2024-02-19 16:05 UTC 

[PATCH] workqueue: Control the frequency of intensive warning through cmdline
 2024-02-19 16:00 UTC  (2+ messages)

[PATCH] riscv: hwprobe: export Zihintpause ISA extension
 2024-02-19 15:49 UTC 

Re: [PATCH v5 08/44] drm/connector: hdmi: Add Broadcast RGB property
 2024-02-19 14:01 UTC  (11+ messages)
`  "
    `  "
        `  "
            `  "
                `  "

[PATCH] docs: MAINTAINERS: add "Profile" keyword entry name
 2024-02-19  8:23 UTC  (2+ messages)

[PATCH RFC 00/20] Add Counter delegation ISA extension support
 2024-02-18 12:50 UTC  (26+ messages)
` [PATCH RFC 01/20] perf pmu-events: Add functions in jevent.py to parse counter and event info for hardware aware grouping
` [PATCH RFC 02/20] RISC-V: Add Sxcsrind ISA extension CSR definitions
` [PATCH RFC 03/20] RISC-V: Add Sxcsrind ISA extension definition and parsing
` [PATCH RFC 04/20] dt-bindings: riscv: add Sxcsrind ISA extension description
` [PATCH RFC 05/20] RISC-V: Define indirect CSR access helpers
` [PATCH RFC 06/20] RISC-V: Add Sscfg extension CSR definition
` [PATCH RFC 07/20] RISC-V: Add Ssccfg ISA extension definition and parsing
` [PATCH RFC 08/20] dt-bindings: riscv: add Ssccfg ISA extension description
` [PATCH RFC 09/20] RISC-V: Add Smcntrpmf extension parsing
` [PATCH RFC 10/20] dt-bindings: riscv: add Smcntrpmf ISA extension description
` [PATCH RFC 11/20] RISC-V: perf: Restructure the SBI PMU code
` [PATCH RFC 12/20] RISC-V: perf: Modify the counter discovery mechanism
` [PATCH RFC 13/20] RISC-V: perf: Implement supervisor counter delegation support
` [PATCH RFC 14/20] RISC-V: perf: Use config2 for event to counter mapping
` [PATCH RFC 15/20] tools/perf: Add arch hooks to override perf standard events
` [PATCH RFC 16/20] tools/perf: Pass the Counter constraint values in the pmu events
` [PATCH RFC 17/20] perf: Add json file for virt machine supported events
` [PATCH RFC 18/20] tools arch uapi: Sync the uinstd.h header file for RISC-V
` [PATCH RFC 19/20] RISC-V: Add hwprobe support for Counter delegation extensions
` [PATCH RFC 20/20] tools/perf: Detect if platform supports counter delegation

[PATCH] docs: dt: Update overlay file extension
 2024-02-18  2:30 UTC  (2+ messages)

[PATCHv6] PPPoL2TP: Add more code snippets
 2024-02-17 21:14 UTC 

[PATCH v8 15/15] x86: EFI stub DRTM launch support for Secure Launch
 2024-02-17 20:06 UTC  (3+ messages)

[PATCH RFC bpf-next v2 00/10] allow HID-BPF to do device IOs
 2024-02-17 13:42 UTC  (7+ messages)
` [PATCH RFC bpf-next v2 02/10] bpf/helpers: introduce sleepable timers

[PATCH v14 00/53] Introduce QC USB SND audio offloading support
 2024-02-17 10:08 UTC  (6+ messages)
` [PATCH v14 32/53] ALSA: usb-audio: Check for support for requested audio format

[PATCH 00/31] NT synchronization primitive driver
 2024-02-17  8:01 UTC  (2+ messages)

[PATCH v8 14/15] x86: Secure Launch late initcall platform module
 2024-02-17  7:53 UTC  (2+ messages)

[PATCH net-next v8 1/2] ethtool: Add GTP RSS hash options to ethtool.h
 2024-02-17  6:18 UTC  (7+ messages)

[atishp04:counter_delegation_rfc 5/18] dtbs_check: Documentation/devicetree/bindings/riscv/extensions.yaml:137:1: [error] syntax error: found character '\t' that cannot start any token (syntax)
 2024-02-17  2:27 UTC 

[PATCH 0/5] Docs/mm/damon: misc readability improvements
 2024-02-17  0:58 UTC  (6+ messages)
` [PATCH 1/5] Docs/mm/damon/maintainer-profile: fix reference links for mm-[un]stable tree
` [PATCH 2/5] Docs/mm/damon: move the list of DAMOS actions to design doc
` [PATCH 3/5] Docs/mm/damon: move DAMON operation sets list from the usage to the design document
` [PATCH 4/5] Docs/mm/damon: move monitoring target regions setup detail "
` [PATCH 5/5] Docs/admin-guide/mm/damon/usage: fix wrong quotas diabling condition


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