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

[PATCH v1 00/12] add FPGA hotplug manager driver
 2023-01-19 15:33 UTC  (23+ 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 2/6] exit: Put an upper limit on how often we can oops
 2023-01-19 20:19 UTC  (3+ messages)

[PATCH v5 00/39] Shadow stacks for userspace
 2023-01-19 21:22 UTC  (19+ messages)
` [PATCH v5 01/39] Documentation/x86: Add CET shadow stack description
` [PATCH v5 02/39] x86/shstk: Add Kconfig option for shadow stack
` [PATCH v5 03/39] x86/cpufeatures: Add CPU feature flags for shadow stacks
` [PATCH v5 04/39] x86/cpufeatures: Enable CET CR4 bit for shadow stack
` [PATCH v5 05/39] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v5 06/39] x86/fpu: Add helper for modifying xstate
` [PATCH v5 07/39] x86: Add user control-protection fault handler
` [PATCH v5 08/39] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v5 09/39] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH v5 10/39] x86/mm: Introduce _PAGE_COW
` [PATCH v5 11/39] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v5 12/39] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v5 13/39] x86/mm: Start actually marking _PAGE_COW
` [PATCH v5 14/39] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
` [PATCH v5 15/39] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v5 16/39] x86/mm: Check shadow stack page fault errors
` [PATCH v5 17/39] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v5 18/39] mm: Handle faultless write upgrades for shstk

[PATCH] x86/vsyscall: Fix documentation to reflect the default mode
 2023-01-19 21:24 UTC  (2+ messages)

[PATCH v3] docs/zh_CN: Add a glossary of Chinese translation terms
 2023-01-19 21:13 UTC  (2+ messages)

[PATCH] docs/scripts/gdb: add necessary make scripts_gdb step
 2023-01-19 21:09 UTC  (2+ messages)

[agd5f:drm-next 251/262] htmldocs: Documentation/gpu/amdgpu/driver-misc.rst:38: WARNING: "csv-table" widths do not match the number of columns in table (7)
 2023-01-19 21:09 UTC 

[PATCH v2] Documentation: Avoid duplicate Kconfig inclusion
 2023-01-19 20:57 UTC  (2+ messages)

[PATCH net-next v3 0/8] Netlink protocol specs
 2023-01-19 20:56 UTC  (14+ 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

[PATCH] docs: accel: Fix debugfs path
 2023-01-19 16:28 UTC  (2+ messages)

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

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-01-19 15:25 UTC  (19+ 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 9/9] KVM: Enable and expose KVM_MEM_PRIVATE

[PATCH v3] mm/highmem: Add notes about conversions from kmap{,_atomic}()
 2023-01-19 12:39 UTC 

[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 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

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

[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  (3+ messages)
` [v3 1/6] KVM: arm64: Document PV-lock interface

[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  (2+ messages)

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


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