linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-17 22:59:27 to 2021-12-22 13:12:50 UTC [more...]

[PATCH v18 00/17] support reserving crashkernel above 4G on arm64 kdump
 2021-12-22 13:08 UTC  (15+ messages)
` [PATCH v18 01/17] x86/setup: Move CRASH_ALIGN and CRASH_ADDR_{LOW|HIGH}_MAX to asm/kexec.h
` [PATCH v18 02/17] x86/setup: Move xen_pv_domain() check and insert_resource() to setup_arch()
` [PATCH v18 03/17] x86/setup: Adjust the range of codes separated by CONFIG_X86_64
` [PATCH v18 04/17] x86/setup: Add helper parse_crashkernel_in_order()
` [PATCH v18 05/17] x86/setup: Use parse_crashkernel_in_order() to make code logic clear
` [PATCH v18 06/17] x86/setup: Update comments in reserve_crashkernel()
` [PATCH v18 08/17] x86/setup: Add build option ARCH_WANT_RESERVE_CRASH_KERNEL
` [PATCH v18 10/17] kdump: Simplify the parameters of __parse_crashkernel()
` [PATCH v18 12/17] kdump: Reduce unused parameters of parse_crashkernel_{high|low}
` [PATCH v18 13/17] arm64: kdump: introduce some macros for crash kernel reservation
` [PATCH v18 14/17] arm64: kdump: reimplement crashkernel=X
` [PATCH v18 15/17] of: fdt: Aggregate the processing of "linux,usable-memory-range"
` [PATCH v18 16/17] of: fdt: Add memory for devices by DT property "linux,usable-memory-range"
` [PATCH v18 17/17] kdump: update Documentation about crashkernel

[PATCH v1 00/11] mm: COW fixes part 1: fix the COW security issue for THP and hugetlb
 2021-12-22 13:09 UTC  (101+ messages)
` [PATCH v1 02/11] mm: thp: consolidate mapcount logic on THP split
` [PATCH v1 03/11] mm: simplify hugetlb and file-THP handling in __page_mapcount()
` [PATCH v1 04/11] mm: thp: simlify total_mapcount()
` [PATCH v1 06/11] mm: support GUP-triggered unsharing via FAULT_FLAG_UNSHARE (!hugetlb)

[PATCH v3 00/22] AMX Support in KVM
 2021-12-22 12:40 UTC  (23+ messages)
` [PATCH v3 01/22] x86/fpu: Extend fpu_xstate_prctl() with guest permissions
` [PATCH v3 02/22] x86/fpu: Prepare guest FPU for dynamically enabled FPU features
` [PATCH v3 03/22] kvm: x86: Fix xstate_required_size() to follow XSTATE alignment rule
` [PATCH v3 04/22] kvm: x86: Exclude unpermitted xfeatures at KVM_GET_SUPPORTED_CPUID
` [PATCH v3 05/22] kvm: x86: Check permitted dynamic xfeatures at KVM_SET_CPUID2
` [PATCH v3 06/22] x86/fpu: Make XFD initialization in __fpstate_reset() a function argument
` [PATCH v3 07/22] x86/fpu: Add guest support to xfd_enable_feature()
` [PATCH v3 08/22] x86/fpu: Provide fpu_update_guest_perm_features() for guest
` [PATCH v3 09/22] kvm: x86: Enable dynamic XSAVE features at KVM_SET_CPUID2
` [PATCH v3 10/22] x86/fpu: Provide fpu_update_guest_xfd() for IA32_XFD emulation
` [PATCH v3 11/22] kvm: x86: Add emulation for IA32_XFD
` [PATCH v3 12/22] x86/fpu: Prepare xfd_err in struct fpu_guest
` [PATCH v3 13/22] kvm: x86: Intercept #NM for saving IA32_XFD_ERR
` [PATCH v3 14/22] kvm: x86: Emulate IA32_XFD_ERR for guest
` [PATCH v3 15/22] kvm: x86: Disable RDMSR interception of IA32_XFD_ERR
` [PATCH v3 16/22] kvm: x86: Add XCR0 support for Intel AMX
` [PATCH v3 17/22] kvm: x86: Add CPUID "
` [PATCH v3 18/22] x86/fpu: Add uabi_size to guest_fpu
` [PATCH v3 19/22] kvm: x86: Get/set expanded xstate buffer
` [PATCH v3 20/22] kvm: selftests: Add support for KVM_CAP_XSAVE2
` [PATCH v3 21/22] x86/fpu: Provide fpu_sync_guest_vmexit_xfd_state()
` [PATCH v3 22/22] kvm: x86: Disable interception for IA32_XFD on demand

[PATCH 0/3] Some improvements on panic_print
 2021-12-22 12:37 UTC  (11+ messages)
` [PATCH 2/3] panic: Add option to dump all CPUs backtraces in panic_print
` [PATCH 3/3] panic: Allow printing extra panic information on kdump

[PATCH v2] asm-generic: introduce io_stop_wc() and add implementation for ARM64
 2021-12-22 11:26 UTC  (4+ messages)

[PATCH v3] Documentation: livepatch: Add livepatch API page
 2021-12-22 10:53 UTC  (3+ messages)

[PATCH v3 00/10] drm: Make drivers to honour the nomodeset parameter
 2021-12-22  8:28 UTC  (2+ messages)
` [PATCH v3 01/10] drm: Provide PCI module-init macros

[PATCH] Documentation/sphinx: fix typos of "its"
 2021-12-22  6:23 UTC 

[PATCH] docs/zh_CN: Add sched-domains translation
 2021-12-22  2:36 UTC  (6+ messages)

[PATCH net v4] bonding: fix ad_actor_system option setting to default
 2021-12-22  1:00 UTC  (2+ messages)

[PATCH 1/2] sysfs: add sysfs_add_bin_file_to_group()
 2021-12-22  0:11 UTC  (25+ messages)
` [PATCH 2/2] nvmem: expose NVMEM cells in sysfs
` [RFC PATCH] sysfs: __sysfs_add_file_to_group() can be static

[PATCH v17 00/10] support reserving crashkernel above 4G on arm64 kdump
 2021-12-21 22:23 UTC  (10+ messages)
` [PATCH v17 03/10] x86: kdump: use macro CRASH_ADDR_LOW_MAX in functions reserve_crashkernel()

[PATCH v3 0/4] page table check
 2021-12-21 15:46 UTC  (5+ messages)
` [PATCH v3 1/4] mm: change page type prior to adding page table entry
` [PATCH v3 2/4] mm: ptep_clear() page table helper
` [PATCH v3 3/4] mm: page table check
` [PATCH v3 4/4] x86: mm: add x86_64 support for "

[PATCH v3 0/8] docs: consolidate sysfs-block into Documentation/ABI/
 2021-12-21 15:41 UTC  (2+ messages)

[PATCH v2 0/4] page table check
 2021-12-21 14:48 UTC  (3+ messages)

[PATCH v2] Instantiate key with user-provided decrypted data
 2021-12-21 12:05 UTC  (4+ messages)

[RFC PATCH] vfio: Update/Clarify migration uAPI, add NDMA state
 2021-12-21 11:24 UTC  (8+ messages)

[PATCH V5 00/22] arch: Add basic LoongArch support
 2021-12-21  7:53 UTC  (2+ messages)

[PATCH] docs: scheduler: Fix outdated parameter of rebalance_domains
 2021-12-21  3:18 UTC 

[PATCH v2 0/7] Thermal: Introduce the Hardware Feedback Interface for thermal and performance management
 2021-12-20 15:14 UTC  (8+ messages)
` [PATCH v2 1/7] x86/Documentation: Describe the Intel Hardware Feedback Interface
` [PATCH v2 2/7] x86: Add definitions for "
` [PATCH v2 3/7] thermal: intel: hfi: Minimally initialize the "
` [PATCH v2 4/7] thermal: intel: hfi: Handle CPU hotplug events
` [PATCH v2 5/7] thermal: intel: hfi: Enable notification interrupt
` [PATCH v2 6/7] thermal: netlink: Add a new event to notify CPU capabilities change
` [PATCH v2 7/7] thermal: intel: hfi: Notify user space for HFI events

[PATCH v3 00/13] Introduce sv48 support without relocatable kernel
 2021-12-20 13:40 UTC  (5+ messages)
` [PATCH v3 12/13] riscv: Initialize thread pointer before calling C functions

[PATCH] docs: networking: dpaa2: Fix DPNI header
 2021-12-20 11:50 UTC  (2+ messages)

[PATCH v2] Documentation: livepatch: Add livepatch API page
 2021-12-20 11:24 UTC  (4+ messages)

[PATCH v5 1/1] gpio: add sloppy logic analyzer using polling
 2021-12-19 13:09 UTC  (5+ messages)

[atishp04:sbi_pmu_v5 9/12] drivers/perf/riscv_pmu_sbi.c:470: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2021-12-18 11:41 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).