linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-17 03:21:29 to 2023-01-19 12:36:22 UTC [more...]

[PATCH v1 00/12] add FPGA hotplug manager driver
 2023-01-19 12:09 UTC  (18+ messages)
` [PATCH v1 01/12] PCI: hotplug: add new callbacks on hotplug_slot_ops
` [PATCH v1 02/12] PCI: hotplug: expose APIs from pciehp driver
` [PATCH v1 03/12] PCI: hotplug: add and expose link disable API
` [PATCH v1 04/12] PCI: hotplug: add FPGA PCI hotplug manager driver
` [PATCH v1 05/12] fpga: dfl: register dfl-pci device into fpgahph driver
` [PATCH v1 06/12] driver core: expose device_is_ancestor() API
` [PATCH v1 07/12] PCI: hotplug: add register/unregister function for BMC device
` [PATCH v1 08/12] fpga: m10bmc-sec: register BMC device into fpgahp driver
` [PATCH v1 09/12] fpga: dfl: remove non-reserved devices
` [PATCH v1 10/12] PCI: hotplug: implement the hotplug_slot_ops callback for fpgahp
` [PATCH v1 11/12] fpga: m10bmc-sec: add m10bmc_sec_retimer_load callback
` [PATCH v1 12/12] Documentation: fpga: add description of fpgahp driver

[PATCH v3 0/6] amd_pstate: Add guided autonomous mode support
 2023-01-19 12:30 UTC  (8+ messages)
` [PATCH v3 1/6] acpi: cppc: Add min and max perf reg writing support
` [PATCH v3 2/6] acpi: cppc: Add auto select register read/write support
` [PATCH v3 3/6] cpufreq: amd_pstate: Add guided autonomous mode
` [PATCH v3 4/6] Documentation: amd_pstate: Move amd_pstate param to alphabetical order
` [PATCH v3 5/6] cpufreq: amd_pstate: Add guided mode control support via sysfs
` [PATCH v3 6/6] Documentation: amd_pstate: Update amd_pstate status sysfs for guided

[PATCH] mm/highmem: fix spelling mistakeo
 2023-01-19 12:11 UTC  (5+ messages)
  ` 答复: "

[PATCH v4 0/3] hwmon: add initial NXP MC34VR500 PMIC monitoring support
 2023-01-19 11:42 UTC  (5+ messages)
` [PATCH v4 1/3] dt-bindings: hwmon: add nxp,mc34vr500
` [PATCH v4 2/3] docs: hwmon: add docs for the NXP MC34VR500 PMIC
` [PATCH v4 3/3] hwmon: add initial NXP MC34VR500 PMIC monitoring support

[PATCH drm-next 00/14] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
 2023-01-19 11:33 UTC  (36+ messages)
` [PATCH drm-next 01/14] drm: execution context for GEM buffers
` [PATCH drm-next 02/14] drm/exec: fix memory leak in drm_exec_prepare_obj()
` [PATCH drm-next 03/14] drm: manager to keep track of GPUs VA mappings
` [PATCH drm-next 04/14] drm: debugfs: provide infrastructure to dump a DRM GPU VA space
` [PATCH drm-next 05/14] drm/nouveau: new VM_BIND uapi interfaces
` [PATCH drm-next 06/14] drm/nouveau: get vmm via nouveau_cli_vmm()
` [PATCH drm-next 07/14] drm/nouveau: bo: initialize GEM GPU VA interface
` [PATCH drm-next 08/14] drm/nouveau: move usercopy helpers to nouveau_drv.h
` [PATCH drm-next 09/14] drm/nouveau: fence: fail to emit when fence context is killed
` [PATCH drm-next 10/14] drm/nouveau: chan: provide nouveau_channel_kill()
` [PATCH drm-next 11/14] drm/nouveau: nvkm/vmm: implement raw ops to manage uvmm
` [PATCH drm-next 12/14] drm/nouveau: implement uvmm for user mode bindings
` [PATCH drm-next 13/14] drm/nouveau: implement new VM_BIND UAPI
` [PATCH drm-next 14/14] drm/nouveau: debugfs: implement DRM GPU VA debugfs
                      ` drm_gpuva_manager requirements (was Re: [PATCH drm-next 00/14] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI)

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-01-19 11:13 UTC  (27+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes
` [PATCH v10 3/9] KVM: Extend the memslot to support fd-based private memory
` [PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE

[PATCH v3] mm: Add nodes= arg to memory.reclaim
 2023-01-19  8:29 UTC  (10+ messages)
  ` [PATCH] Revert "mm: add nodes= arg to memory.reclaim"
            ` Proactive reclaim/demote discussion (was Re: [PATCH] Revert "mm: add nodes= arg to memory.reclaim")

[PATCH] scripts: remove bin2c
 2023-01-19  7:56 UTC  (3+ messages)

[PATCH] workqueue: Add WQ_SCHED_FIFO
 2023-01-19  4:31 UTC  (13+ messages)

New theme - Alabaster for Kernel Documentation
 2023-01-19  4:00 UTC  (2+ messages)

[PATCH v2 0/3] Checkpoint Support for Syscall User Dispatch
 2023-01-19  2:39 UTC  (8+ messages)
` [PATCH 1/3] ptrace,syscall_user_dispatch: Implement Syscall User Dispatch Suspension
` [PATCH 2/3] fs/proc/array: Add Syscall User Dispatch to proc status
` [PATCH 3/3] ptrace,syscall_user_dispatch: add a getter/setter for sud configuration

[PATCH net-next v3 0/8] Netlink protocol specs
 2023-01-19  0:36 UTC  (9+ messages)
` [PATCH net-next v3 1/8] docs: add more netlink docs (incl. spec docs)
` [PATCH net-next v3 2/8] netlink: add schemas for YAML specs
` [PATCH net-next v3 3/8] net: add basic C code generators for Netlink
` [PATCH net-next v3 4/8] netlink: add a proto specification for FOU
` [PATCH net-next v3 5/8] net: fou: regenerate the uAPI from the spec
` [PATCH net-next v3 6/8] net: fou: rename the source for linking
` [PATCH net-next v3 7/8] net: fou: use policy and operation tables generated from the spec
` [PATCH net-next v3 8/8] tools: ynl: add a completely generic client

[RFC PATCH 0/3] Checkpoint Support for Syscall User Dispatch
 2023-01-18 20:40 UTC  (5+ messages)
` [PATCH 1/3] ptrace,syscall_user_dispatch: Implement Syscall User Dispatch Suspension

[PATCH v8 00/28] Drivers for gunyah hypervisor
 2023-01-18 18:26 UTC  (27+ messages)
` [PATCH v8 05/28] virt: gunyah: Add hypercalls to identify Gunyah
` [PATCH v8 06/28] virt: gunyah: Identify hypervisor version
` [PATCH v8 07/28] mailbox: Allow direct registration to a channel
` [PATCH v8 09/28] mailbox: Add Gunyah message queue mailbox
` [PATCH v8 10/28] gunyah: rsc_mgr: Add resource manager RPC core
` [PATCH v8 11/28] gunyah: rsc_mgr: Add VM lifecycle RPC

[PATCH] Documentation: mm: use `s/higmem/highmem/` fix typo for highmem
 2023-01-18 17:42 UTC  (2+ messages)

[PATCH v9 00/10] phy: Add support for Lynx 10G SerDes
 2023-01-18 16:54 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION f3381a7baf5ccbd091eb2c4fd2afd84266fcef24
 2023-01-18 16:50 UTC 

[PATCH v12 00/13] x86/resctrl: Support for AMD QoS new features
 2023-01-18 16:36 UTC  (5+ messages)
` [PATCH v12 13/13] Documentation/x86: Update resctrl.rst for "

[PATCH net-next 1/1] drivers/phylib: fix coverity issue
 2023-01-18 15:54 UTC  (4+ messages)

[PATCH v2 net-next 1/1] net: phy: fix use of uninit variable when setting PLCA config
 2023-01-18 15:47 UTC 

[RFC PATCH 00/25] Upstream kvx Linux port
 2023-01-18 15:09 UTC  (5+ messages)
` [RFC PATCH 01/25] Documentation: kvx: Add basic documentation

[v3 0/6] KVM: arm64: implement vcpu_is_preempted check
 2023-01-18 13:29 UTC  (8+ messages)
` [v3 1/6] KVM: arm64: Document PV-lock interface
` [v3 2/6] KVM: arm64: Add SMCCC paravirtualised lock calls
` [v3 3/6] KVM: arm64: Support pvlock preempted via shared structure
` [v3 4/6] KVM: arm64: Provide VCPU attributes for PV lock
` [v3 5/6] KVM: arm64: Support the VCPU preemption check
` [v3 6/6] KVM: selftests: add tests for PV time specific hypercall

[PATCH v3 0/3] add initial NXP MC34VR500 PMIC monitoring support
 2023-01-18 11:43 UTC  (10+ messages)
` [PATCH v3 1/3] hwmon: "
` [PATCH v3 2/3] dt-bindings: hwmon: add nxp,mc34vr500
` [PATCH v3 3/3] docs: hwmon: add docs for the NXP MC34VR500 PMIC

[PATCH v2 00/21] blksnap - block devices snapshots module
 2023-01-18 10:51 UTC  (3+ messages)

[PATCH 0/6] docs: kbuild makefile documentation cleanups
 2023-01-18  7:59 UTC  (10+ messages)
` [PATCH 1/6] MAINTAINERS: fix kbuild repo branch
` [PATCH 2/6] docs/kbuild/makefiles: fix header underline
` [PATCH 3/6] docs/kbuild/makefiles: throw out the local table of contents
` [PATCH 4/6] docs/kbuild/makefiles: drop section numbering, use references
` [PATCH 5/6] docs/kbuild/makefiles: clean up indentation and whitespace
` [PATCH 6/6] docs/kbuild/makefiles: unify quoting

[v4 0/5] Support pwm/tach driver for aspeed ast26xx
 2023-01-18  1:48 UTC  (3+ messages)

[PATCH v11 0/4] Enhance definition of DFH and use enhancements for UART driver
 2023-01-18  0:32 UTC  (4+ messages)
` [PATCH v11 4/4] tty: serial: 8250: add DFL bus driver for Altera 16550

[PATCH v2 1/2] pinctrl: Proofreading and updating the documentation accordingly
 2023-01-17 18:28 UTC  (9+ messages)

[linux-next:master] BUILD REGRESSION 9ce08dd7ea24253aac5fd2519f9aea27dfb390c9
 2023-01-17 16:44 UTC 

[PATCH v2] documentation: fix Generic Block Device Capability
 2023-01-17 15:51 UTC  (5+ messages)

[PATCH] docs/sp_SP: Add process email-clients translation
 2023-01-17 14:47 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH 2/3] fs/proc/array: Add Syscall User Dispatch to proc status
 2023-01-17 13:01 UTC  (2+ messages)

[PATCH v7 0/7] x86/cpu, kvm: Support AMD Automatic IBRS
 2023-01-17 11:54 UTC  (4+ messages)
` [PATCH v7 3/7] x86/cpu, kvm: Move the LFENCE_RDTSC / LFENCE always serializing feature

[v2 0/6] KVM: arm64: implement vcpu_is_preempted check
 2023-01-17 10:50 UTC  (7+ messages)
  ` [External] "

[PATCH v3] docs/zh_CN: Add a glossary of Chinese translation terms
 2023-01-17  9:34 UTC 

[PATCH net-next 1/1] ethtool/plca: fix potential NULL pointer access
 2023-01-17  9:13 UTC  (3+ messages)

[PATCH v2] docs/zh_CN: Add a glossary of Chinese translation terms
 2023-01-17  8:59 UTC  (3+ messages)

[linux-next:master 5028/5186] htmldocs: Documentation/mm/unevictable-lru.rst:186: WARNING: Title underline too short
 2023-01-17  7:47 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 NNTP newsgroup(s).