linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-29 16:12:37 to 2025-04-30 18:11:29 UTC [more...]

[RFC PATCH v2 00/18] CXL Boot to Bash Documentation
 2025-04-30 18:10 UTC  (17+ messages)
` [RFC PATCH v2 01/18] cxl: update documentation structure in prep for new docs
` [RFC PATCH v2 02/18] cxl: docs/devices - device reference and uefi placeholder
` [RFC PATCH v2 03/18] cxl: docs/platform/bios-and-efi documentation
` [RFC PATCH v2 04/18] cxl: docs/platform/acpi reference documentation
` [RFC PATCH v2 05/18] cxl: docs/platform/example-configs documentation
` [RFC PATCH v2 06/18] cxl: docs/linux - overview
` [RFC PATCH v2 07/18] cxl: docs/linux - early boot configuration
` [RFC PATCH v2 08/18] cxl: docs/linux - add cxl-driver theory of operation
` [RFC PATCH v2 09/18] cxl: docs/linux/cxl-driver - add example configurations
` [RFC PATCH v2 10/18] cxl: docs/linux/dax-driver documentation
` [RFC PATCH v2 11/18] cxl: docs/linux/memory-hotplug
` [RFC PATCH v2 12/18] cxl: docs/allocation/dax
` [RFC PATCH v2 13/18] cxl: docs/allocation/page-allocator
` [RFC PATCH v2 14/18] cxl: docs/allocation/reclaim
` [RFC PATCH v2 15/18] cxl: docs/allocation/hugepages
` [RFC PATCH v2 16/18] cxl: docs/allocation/tiering

[PATCH] docs: debugfs: do not recommend debugfs_remove_recursive
 2025-04-30 17:10 UTC  (8+ messages)

[PATCH net-next 0/4] RGMII mode clarification + am65-cpsw fix
 2025-04-30 16:15 UTC  (15+ messages)
` [PATCH net-next 1/4] dt-bindings: net: ethernet-controller: update descriptions of RGMII modes
` [PATCH net-next 2/4] dt-bindings: net: ti: k3-am654-cpsw-nuss: update phy-mode in example
` [PATCH net-next 3/4] net: ethernet: ti: am65-cpsw: fixup PHY mode for fixed RGMII TX delay

[PATCH 0/1] Let Sphinx store cached bytecode under the output dir
 2025-04-30 15:42 UTC  (5+ messages)
` [PATCH 1/1] docs: Makefile: store __pycache__ at the output directory

[PATCH v4 0/4] Don't create Python bytecode when building the kernel
 2025-04-30 15:41 UTC  (4+ messages)
` [PATCH v4 3/4] scripts/kernel-doc.py: don't create *.pyc files

[PATCH 0/3] Export fan control and register fans as cooling devices
 2025-04-30 15:38 UTC  (12+ messages)
` [PATCH 1/3] platform/chrome: update pwm fan control host commands
` [PATCH 2/3] hwmon: (cros_ec) add PWM control over fans
` [PATCH 3/3] hwmon: (cros_ec) register fans into thermal framework cooling devices

[Kernel 5.15/Kernle 6.1] About Sphinx Doc
 2025-04-30 15:15 UTC  (4+ messages)
  ` [EXT] "

[PATCH v2 00/22] iommufd: Add vIOMMU infrastructure (Part-4 vCMDQ)
 2025-04-30 15:07 UTC  (56+ messages)
` [PATCH v2 03/22] iommufd/viommu: Allow driver-specific user data for a vIOMMU object
` [PATCH v2 08/22] iommufd: Abstract iopt_pin_pages and iopt_unpin_pages helpers
` [PATCH v2 10/22] iommufd/viommmu: Add IOMMUFD_CMD_VCMDQ_ALLOC ioctl
` [PATCH v2 11/22] iommufd: Add for-driver helpers iommufd_vcmdq_depend/undepend()
` [PATCH v2 13/22] iommufd: Add mmap interface
` [PATCH v2 16/22] iommu/arm-smmu-v3-iommufd: Add vsmmu_alloc impl op
` [PATCH v2 17/22] iommu/arm-smmu-v3-iommufd: Support implementation-defined hw_info
` [PATCH v2 18/22] iommu/tegra241-cmdqv: Use request_threaded_irq
` [PATCH v2 19/22] iommu/tegra241-cmdqv: Simplify deinit flow in tegra241_cmdqv_remove_vintf()
` [PATCH v2 20/22] iommu/tegra241-cmdqv: Do not statically map LVCMDQs
` [PATCH v2 21/22] iommu/tegra241-cmdqv: Add user-space use support
` [PATCH v2 22/22] iommu/tegra241-cmdqv: Add IOMMU_VEVENTQ_TYPE_TEGRA241_CMDQV support

[Patch 0/5] Support Autonomous Selection mode in cppc_cpufreq
 2025-04-30 15:00 UTC  (14+ messages)

[PATCH v8 6/7] x86/crash: pass dm crypt keys to kdump kernel
 2025-04-30 14:48 UTC  (4+ messages)

[RFC PATCH 00/19] famfs: port into fuse
 2025-04-30 14:42 UTC  (2+ messages)

[PATCH] docs: fix typo in firmware-related section
 2025-04-30 14:27 UTC 

[PATCH] Documentation: ioctl-number: Extend "Include File" column width
 2025-04-30 14:11 UTC  (3+ messages)

[RFC PATCH 00/17] CXL Boot to Bash Documentation
 2025-04-30 14:08 UTC  (20+ messages)
` [RFC PATCH 01/17] cxl: update documentation structure in prep for new docs
` [RFC PATCH 02/17] cxl: docs/devices - device reference and uefi placeholder
` [RFC PATCH 03/17] cxl: docs/platform/bios-and-efi documentation
` [RFC PATCH 04/17] cxl: docs/platform/acpi reference documentation
` [RFC PATCH 05/17] cxl: docs/platform/example-configs documentation
` [RFC PATCH 06/17] cxl: docs/linux - overview
` [RFC PATCH 07/17] cxl: docs/linux - early boot configuration
` [RFC PATCH 08/17] cxl: docs/linux - add cxl-driver theory of operation
` [RFC PATCH 09/17] cxl: docs/linux/cxl-driver - add example configurations
` [RFC PATCH 10/17] cxl: docs/linux/dax-driver documentation
` [RFC PATCH 11/17] cxl: docs/linux/memory-hotplug
` [RFC PATCH 12/17] cxl: docs/allocation/dax
` [RFC PATCH 13/17] cxl: docs/allocation/page-allocator
` [RFC PATCH 14/17] cxl: docs/allocation/reclaim
` [RFC PATCH 15/17] cxl: docs/allocation/hugepages
` [RFC PATCH 16/17] cxl: docs/allocation/tiering
` [RFC PATCH 17/17] cxl: docs/use-cases

[PATCH] vsprintf: Use %p4chR instead of %p4cn for reading data in reversed host ordering
 2025-04-30 13:49 UTC  (7+ messages)
` [PATCH] checkpatch: remove %p4cn
  ` [PATCH v3] "
` [PATCH v2] checkpatch: remove %p4cn and add check for %p4chR

[PATCH v4 0/7] Arm CoreSight: Support AUX pause and resume
 2025-04-30 11:57 UTC  (4+ messages)
` [PATCH v4 1/7] coresight: etm4x: Extract the trace unit controlling

[PATCH v3] sched/numa: add statistics of numa balance task migration
 2025-04-30 10:36 UTC 

[PATCH v5 00/12] khugepaged: mTHP support
 2025-04-30 10:12 UTC  (14+ messages)
` [PATCH v5 01/12] khugepaged: rename hpage_collapse_* to khugepaged_*
` [PATCH v5 02/12] introduce khugepaged_collapse_single_pmd to unify khugepaged and madvise_collapse
` [PATCH v5 06/12] khugepaged: introduce khugepaged_scan_bitmap for mTHP support
` [PATCH v5 08/12] khugepaged: skip collapsing mTHP to smaller orders
` [PATCH v5 09/12] khugepaged: avoid unnecessary mTHP collapse attempts
` [PATCH v5 12/12] Documentation: mm: update the admin guide for mTHP collapse

[PATCH net-next v6 0/8] Add Microchip ZL3073x support (part 1)
 2025-04-30 10:11 UTC  (9+ messages)
` [PATCH net-next v6 1/8] dt-bindings: dpll: Add DPLL device and pin
` [PATCH net-next v6 2/8] dt-bindings: dpll: Add support for Microchip Azurite chip family
` [PATCH net-next v6 3/8] mfd: Add Microchip ZL3073x support
` [PATCH net-next v6 4/8] mfd: zl3073x: Add support for devlink device info
` [PATCH net-next v6 5/8] mfd: zl3073x: Protect operations requiring multiple register accesses
` [PATCH net-next v6 6/8] mfd: zl3073x: Fetch invariants during probe
` [PATCH net-next v6 7/8] mfd: zl3073x: Add clock_id field
` [PATCH net-next v6 8/8] mfd: zl3073x: Register DPLL sub-device during init

[PATCH v6 0/6] platform/x86: Add Lenovo WMI Gaming Series Drivers
 2025-04-30 10:10 UTC  (15+ messages)
` [PATCH v6 2/6] platform/x86: Add Lenovo WMI Helpers
` [PATCH v6 3/6] platform/x86: Add Lenovo WMI Events Driver
  ` [External] : "
` [PATCH v6 5/6] platform/x86: Add Lenovo WMI Gamezone Driver
` [PATCH v6 6/6] platform/x86: Add Lenovo WMI Other Mode Driver

[PATCH v28 09/20] Documentation: add ULP DDP offload documentation
 2025-04-30  8:57 UTC 

[PATCH iwl-next v2 00/14] Introduce iXD driver
 2025-04-30  8:55 UTC  (5+ messages)
` [PATCH iwl-next v2 01/14] virtchnl: create 'include/linux/intel' and move necessary header files
    ` [Intel-wired-lan] "

[PATCH v8 0/5] auxdisplay: add support for TI LP5812 4x3 Matrix LED driver
 2025-04-30  7:15 UTC  (4+ messages)

[PATCH v3 0/3] rpmsg offchannel deadcoding
 2025-04-30  7:11 UTC  (5+ messages)
` [PATCH v3 1/3] rpmsg: core: Remove deadcode
` [PATCH v3 2/3] rpmsg: virtio: Remove uncallable offchannel functions
` [PATCH v3 3/3] rpmsg: Remove unused method pointers *send_offchannel

[PATCH] docs/sched: Make the sched-stats documentation consistent
 2025-04-30  6:25 UTC 

[PATCH 0/2] Update kunit doc and tool with tips to build errors
 2025-04-30  5:18 UTC  (9+ messages)
` [PATCH 1/2] doc: kunit: add information about cleaning source trees
` [PATCH 2/2] kunit: add tips to clean source tree to build help message

[PATCH] documentation: Add nodebugmon for arm64 platforms
 2025-04-30  4:31 UTC  (3+ messages)

[PATCH 0/5] hwmon: pmbus: Add support for MPM82504 and MPM3695-10
 2025-04-30  4:10 UTC  (5+ messages)
` [PATCH 2/5] hwmon: pmbus: mpq8785: Add support for MPM82504
` [PATCH 3/5] hwmon: pmbus: mpq8785: Add support for MPM3695

[PATCH v14 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
 2025-04-30  1:40 UTC  (4+ messages)
` [PATCH v14 18/19] x86: Secure Launch late initcall platform module

[Kernel 5.15/Kernle 6.1] About Sphinx Doc
 2025-04-30  1:04 UTC 

[PATCH v14 00/27] riscv control-flow integrity for usermode
 2025-04-30  0:16 UTC  (28+ messages)
` [PATCH v14 01/27] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v14 02/27] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v14 03/27] riscv: zicfiss / zicfilp enumeration
` [PATCH v14 04/27] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v14 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v14 06/27] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v14 07/27] riscv mm: manufacture shadow stack pte
` [PATCH v14 08/27] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v14 09/27] riscv mmu: write protect and shadow stack
` [PATCH v14 10/27] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v14 11/27] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v14 12/27] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v14 13/27] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v14 14/27] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v14 15/27] riscv/traps: Introduce software check exception
` [PATCH v14 16/27] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v14 17/27] riscv/signal: save and restore of shadow stack for signal
` [PATCH v14 18/27] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v14 19/27] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v14 20/27] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v14 21/27] riscv: kernel command line option to opt out of user cfi
` [PATCH v14 22/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v14 23/27] arch/riscv: compile vdso with landing pad
` [PATCH v14 24/27] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v14 25/27] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v14 26/27] riscv: Documentation for shadow stack on riscv
` [PATCH v14 27/27] kselftest/riscv: kselftest for user mode cfi

[PATCH bpf-next v1 0/3] bpf, sockmap: Improve performance with CPU affinity
 2025-04-29 23:53 UTC  (4+ messages)

[PATCH v2 0/3] rpmsg offchannel deadcoding
 2025-04-29 23:47 UTC  (5+ messages)
` [PATCH v2 3/3] rpmsg: Remove unused method pointers *send_offchannel

[PATCH net-next 11/13] ixgbe: devlink: add devlink region support for E610
 2025-04-29 23:46 UTC 

[PATCH v3 0/9] module: Introduce hash-based integrity checking
 2025-04-29 23:30 UTC  (3+ messages)
` [PATCH v3 8/9] lockdown: Make the relationship to MODULE_SIG a dependency

[PATCH v2 0/5] Add support for AD4052 device family
 2025-04-29 22:03 UTC  (6+ messages)
` [PATCH v2 1/5] Documentation: ABI: add oversampling frequency in sysfs-bus-iio

[PATCH v2] kbuild: make all file references relative to source root
 2025-04-29 19:51 UTC  (3+ messages)

[PATCH] kernel-doc: Add initial binfmt docs
 2025-04-29 17:28 UTC  (3+ messages)

[PATCH v6 00/14] kexec: introduce Kexec HandOver (KHO)
 2025-04-29 16:34 UTC  (9+ messages)
` [PATCH v6 11/14] x86: add KHO support


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