Linux-Doc Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-08 15:57:53 to 2024-04-10 19:08:19 UTC [more...]

[RFC PATCH v4 00/15] ACPI/arm64: add support for virtual cpu hotplug
 2024-04-10 19:08 UTC  (11+ messages)
` [PATCH RFC v4 02/15] ACPI: processor: Register all CPUs from acpi_processor_get_info()

[PATCH net-next v1 12/12] mm: page_frag: update documentation and maintainer for page_frag
 2024-04-10 18:52 UTC  (11+ messages)

[PATCH v6 0/5] KVM: arm64: Support for 2023 dpISA extensions
 2024-04-10 16:33 UTC  (12+ messages)
` [PATCH v6 1/5] KVM: arm64: Share all userspace hardened thread data with the hypervisor
` [PATCH v6 2/5] KVM: arm64: Add newly allocated ID registers to register descriptions

[PATCH v4 0/7] Extend HID-BPF kfuncs (was: allow HID-BPF to do device IOs)
 2024-04-10 16:33 UTC  (2+ messages)

[PATCH v5] riscv: hwprobe: export highest virtual userspace address
 2024-04-10 14:45 UTC 

[RFC PATCH v3 00/10] Virtualize Intel IA32_SPEC_CTRL
 2024-04-10 14:34 UTC  (2+ messages)
` [RFC PATCH v3 01/10] KVM: VMX: "

[PATCH v3 0/1] RISC-V: enable rust
 2024-04-10 14:20 UTC  (4+ messages)
` [PATCH v3 1/1] RISC-V: enable building 64-bit kernels with rust support

[PATCH 0/3] x86/cpu: Fix SPECULATIVE_MITIGATION=n kernels
 2024-04-10 14:18 UTC  (6+ messages)
` [PATCH 1/3] x86/cpu: Actually turn off mitigations by default for SPECULATION_MITIGATIONS=n
` [PATCH 2/3] x86/cpu: Disable BHI mitigation by default when SPECULATION_MITIGATIONS=n
` [PATCH 3/3] x86/cpu: Ignore "mitigations" kernel parameter if SPECULATION_MITIGATIONS=n

[PATCH v6 00/11] Add support for Intel PPS Generator
 2024-04-10 13:59 UTC  (13+ messages)
` [PATCH v6 01/11] x86/tsc: Add base clock properties in clocksource structure
` [PATCH v6 02/11] e1000e: remove convert_art_to_tsc()
` [PATCH v6 03/11] igc: "
` [PATCH v6 04/11] stmmac: intel: "
` [PATCH v6 05/11] ALSA: hda: "
` [PATCH v6 06/11] ice/ptp: "
` [PATCH v6 07/11] x86/tsc: Remove art to tsc conversion functions which are obsolete
` [PATCH v6 08/11] timekeeping: Add function to convert realtime to base clock
` [PATCH v6 09/11] pps: generators: Add PPS Generator TIO Driver
` [PATCH v6 10/11] Documentation: driver-api: pps: Add Intel Timed I/O PPS generator
` [PATCH v6 11/11] ABI: pps: Add ABI documentation for Intel TIO

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

[PATCH 0/2] Add API to correct KVM/PV clock drift
 2024-04-10 12:43 UTC  (16+ messages)
` [PATCH 1/2] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for KVM clock drift fixup
` [PATCH 2/2] KVM: selftests: Add KVM/PV clock selftest to prove timer drift correction
` [PATCH v2 0/2] Add API for accurate KVM/PV clock migration
  ` [PATCH v2 1/2] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for accurate KVM "
  ` [PATCH v2 2/2] KVM: selftests: Add KVM/PV clock selftest to prove timer correction

[PATCH v2] drm: Document requirements for driver-specific KMS props in new drivers
 2024-04-10 12:20 UTC 

[PATCH v3 00/29] riscv control-flow integrity for usermode
 2024-04-10 11:58 UTC  (3+ messages)
` [PATCH v3 04/29] riscv: zicfilp / zicfiss in dt-bindings (extensions.yaml)

[PATCH v4] fpga: region: add owner module and take its refcount
 2024-04-10  9:49 UTC  (3+ messages)

[PATCH v2] fpga: region: add owner module and take its refcount
 2024-04-10  9:42 UTC  (5+ messages)

[PATCH 00/10] Add support for a few Zc* extensions as well as Zcmop
 2024-04-10  9:11 UTC  (11+ messages)
` [PATCH 01/10] dt-bindings: riscv: add Zca, Zcf, Zcd and Zcb ISA extension description
` [PATCH 02/10] riscv: add ISA parsing for Zca, Zcf, Zcd and Zcb
` [PATCH 03/10] riscv: hwprobe: export Zca, Zcf, Zcd and Zcb ISA extensions
` [PATCH 04/10] RISC-V: KVM: Allow Zca, Zcf, Zcd and Zcb extensions for Guest/VM
` [PATCH 05/10] KVM: riscv: selftests: Add some Zc* extensions to get-reg-list test
` [PATCH 06/10] dt-bindings: riscv: add Zcmop ISA extension description
` [PATCH 07/10] riscv: add ISA extension parsing for Zcmop
` [PATCH 08/10] riscv: hwprobe: export Zcmop ISA extension
` [PATCH 09/10] RISC-V: KVM: Allow Zcmop extension for Guest/VM
` [PATCH 10/10] KVM: riscv: selftests: Add Zcmop extension to get-reg-list test

[PATCH v1 00/18] mm: mapcount for large folios + page_mapcount() cleanups
 2024-04-10  8:20 UTC  (24+ messages)
` [PATCH v1 01/18] mm: allow for detecting underflows with page_mapcount() again
` [PATCH v1 02/18] mm/rmap: always inline anon/file rmap duplication of a single PTE
` [PATCH v1 03/18] mm/rmap: add fast-path for small folios when adding/removing/duplicating
` [PATCH v1 04/18] mm: track mapcount of large folios in single value
` [PATCH v1 05/18] mm: improve folio_likely_mapped_shared() using the mapcount of large folios
` [PATCH v1 06/18] mm: make folio_mapcount() return 0 for small typed folios
` [PATCH v1 07/18] mm/memory: use folio_mapcount() in zap_present_folio_ptes()
` [PATCH v1 08/18] mm/huge_memory: use folio_mapcount() in zap_huge_pmd() sanity check
` [PATCH v1 09/18] mm/memory-failure: use folio_mapcount() in hwpoison_user_mappings()
` [PATCH v1 10/18] mm/page_alloc: use folio_mapped() in __alloc_contig_migrate_range()
` [PATCH v1 11/18] mm/migrate: use folio_likely_mapped_shared() in add_page_for_migration()
` [PATCH v1 12/18] sh/mm/cache: use folio_mapped() in copy_from_user_page()
` [PATCH v1 13/18] mm/filemap: use folio_mapcount() in filemap_unaccount_folio()
` [PATCH v1 14/18] mm/migrate_device: use folio_mapcount() in migrate_vma_check_page()
` [PATCH v1 15/18] trace/events/page_ref: trace the raw page mapcount value
` [PATCH v1 16/18] xtensa/mm: convert check_tlb_entry() to sanity check folios
` [PATCH v1 17/18] mm/debug: print only page mapcount (excluding folio entire mapcount) in __dump_folio()
` [PATCH v1 18/18] Documentation/admin-guide/cgroup-v1/memory.rst: don't reference page_mapcount()

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

[PATCH v2 00/25] virtio: store owner from modules with register_virtio_driver()
 2024-04-10  8:02 UTC  (5+ messages)
` [PATCH v2 15/25] misc: nsm: drop owner assignment

[PATCH v8 0/6] DCP as trusted keys backend
 2024-04-10  7:13 UTC  (8+ messages)
` [PATCH v8 3/6] KEYS: trusted: Introduce NXP DCP-backed trusted keys
  ` [EXT] "
` [PATCH v8 6/6] docs: trusted-encrypted: add DCP as new trust source
    ` [EXT] "

[PATCH bpf-next 1/2] bpf: Introduce bpf_probe_write_user_registered()
 2024-04-09 21:41 UTC  (8+ messages)

[RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps
 2024-04-09 20:39 UTC  (3+ messages)

[PATCH] drm/dp_mst: Remove unnecessary vcpi documentation
 2024-04-09 19:51 UTC 

[PATCH 0/3] fiemap extension to add physical extent length
 2024-04-09 19:57 UTC  (4+ messages)

[PATCH v3 00/13] fiemap extension for more physical information
 2024-04-09 19:50 UTC  (4+ messages)
` [PATCH v3 01/13] fs: fiemap: add physical_length field to extents

[PATCH v2 0/5] fiemap extension for more physical information
 2024-04-09 19:31 UTC  (8+ messages)
` [PATCH v2 5/5] btrfs: fiemap: return extent physical size

[PATCH] spi: Add documentation for last_cs_index_mask
 2024-04-09 19:18 UTC  (3+ messages)

[PATCH 0/2] TPM documentation updates
 2024-04-09 19:08 UTC  (3+ messages)
` [PATCH 1/2] MAINTAINERS: Update URL's for KEYS/KEYRINGS_INTEGRITY and TPM DEVICE DRIVER
` [PATCH 2/2] Documentation: tpm_tis

[PATCH v3 00/15] Add support for suppressing warning backtraces
 2024-04-09 18:11 UTC  (13+ messages)
` [PATCH v3 01/15] bug/kunit: Core "
` [PATCH v3 02/15] kunit: bug: Count suppressed "
` [PATCH v3 03/15] kunit: Add test cases for backtrace warning suppression
` [PATCH v3 04/15] kunit: Add documentation for warning backtrace suppression API
` [PATCH v3 06/15] net: kunit: Suppress lock warning noise at end of dev_addr_lists tests

[PATCH v3 1/2] proc: restrict /proc/pid/mem access via param knobs
 2024-04-09 17:57 UTC  (2+ messages)
` [PATCH v3 2/2] proc: add Kconfigs to restrict /proc/pid/mem access

[RFC PATCH v3 0/9] pids controller events rework and migration charging
 2024-04-09 16:02 UTC  (12+ messages)
` [RFC PATCH v3 2/9] cgroup/pids: Separate semantics of pids.events related to pids.max
` [RFC PATCH v3 6/9] selftests: cgroup: Add basic tests for pids controller
    `  "

[PATCH 0/5] Add parsing for Zimop ISA extension
 2024-04-09 14:15 UTC  (3+ messages)
` [PATCH 1/5] dt-bindings: riscv: add Zimop ISA extension description

[PATCH net-next v6 00/17] net: Add support for Power over Ethernet (PoE)
 2024-04-09 13:43 UTC  (4+ messages)
` [PATCH net-next v6 14/17] dt-bindings: net: pse-pd: Add bindings for PD692x0 PSE controller

[PATCH net-next 00/10] Add ability to flash modules' firmware
 2024-04-09 13:34 UTC  (6+ messages)
` [PATCH net-next 07/10] ethtool: cmis_cdb: Add a layer for supporting CDB commands

[PATCH memory-model 2/3] Documentation/litmus-tests: Demonstrate unordered failing cmpxchg
 2024-04-09 10:43 UTC  (4+ messages)

[PATCH v24 09/20] Documentation: add ULP DDP offload documentation
 2024-04-09  8:49 UTC  (2+ messages)

[PATCH v2 0/6] docs: verify/bisect: fine tuning, testing fixes, build host, order
 2024-04-09  7:30 UTC  (7+ messages)
` [PATCH v2 1/6] docs: verify/bisect: use git switch, tag kernel, and various fixes
` [PATCH v2 2/6] docs: verify/bisect: add and fetch stable branches ahead of time
` [PATCH v2 3/6] docs: verify/bisect: proper headlines and more spacing
` [PATCH v2 4/6] docs: verify/bisect: explain testing reverts, patches and newer code
` [PATCH v2 5/6] docs: verify/bisect: describe how to use a build host
` [PATCH v2 6/6] docs: verify/bisect: stable regressions: first stable, then mainline

[PATCH] sched/Documentation: Add RT_RUNTIME_SHARE documentation
 2024-04-09  7:25 UTC  (2+ messages)

[PATCH 0/8] scsi: documentation: clean up docs and fix kernel-doc
 2024-04-09  2:10 UTC  (2+ messages)

[RFC PATCH net-next 0/9] Add ability to flash modules' firmware
 2024-04-08 23:53 UTC  (7+ messages)
` [RFC PATCH net-next 9/9] ethtool: Add ability to flash transceiver "

[PATCH v1 1/1] Documentation: gpio: Replace leading TABs by spaces in the code blocks
 2024-04-08 23:32 UTC 

[PATCH] Documentation/gpu: correct path of reference
 2024-04-08 22:52 UTC  (2+ messages)

[PATCH] docs: cgroup-v1: Fix description for css_online
 2024-04-08 18:02 UTC  (2+ messages)

[PATCH v6 0/2] x86/resctrl: Track llc_occupancy of RMIDs in limbo list
 2024-04-08 15:58 UTC  (5+ messages)

[RFC PATCH net-next v8 00/14] Device Memory TCP
 2024-04-08 15:57 UTC  (3+ messages)
` [RFC PATCH net-next v8 14/14] selftests: add ncdevmem, netcat for devmem TCP


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