linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-19 23:02:01 to 2022-12-27 23:36:41 UTC [more...]

[PATCH v4 00/39] Shadow stacks for userspace
 2022-12-27 23:31 UTC  (26+ messages)
` [PATCH v4 05/39] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v4 06/39] x86/fpu: Add helper for modifying xstate
` [PATCH v4 07/39] x86: Add user control-protection fault handler
` [PATCH v4 08/39] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v4 10/39] x86/mm: Introduce _PAGE_COW
` [PATCH v4 11/39] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v4 12/39] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW

[PATCH AUTOSEL 6.0 24/27] kprobes: kretprobe events missing on 2-core KVM guest
 2022-12-27 20:33 UTC 

[PATCH AUTOSEL 6.1 25/28] kprobes: kretprobe events missing on 2-core KVM guest
 2022-12-27 20:32 UTC 

[PATCH] Documentation/process: Add Linux Kernel Contribution Maturity Model
 2022-12-27 19:12 UTC  (2+ messages)

[PATCH v5 0/7] x86/cpu, kvm: Support AMD Automatic IBRS
 2022-12-27 10:51 UTC  (3+ messages)
` [PATCH v5 3/7] x86/cpu: Make X86_FEATURE_LFENCE_RDTSC a scattered feature bit

[PATCH v7 0/4] Enhance definition of DFH and use enhancements for UART driver
 2022-12-26  3:15 UTC  (18+ messages)
` [PATCH v7 1/4] Documentation: fpga: dfl: Add documentation for DFHv1
` [PATCH v7 2/4] fpga: dfl: Add DFHv1 Register Definitions
` [PATCH v7 3/4] fpga: dfl: add basic support for DFHv1
` [PATCH v7 4/4] tty: serial: 8250: add DFL bus driver for Altera 16550

[xilinx-xlnx:xlnx_rebase_v5.15_LTS 460/1346] htmldocs: Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/uio/xilinx_apm.txt
 2022-12-26  1:15 UTC 

[krzk-github:pending/dt-bindings-qcom-new-and-fixes-for-warnings-linux-next 81/123] htmldocs: Warning: Documentation/devicetree/bindings/power/wakeup-source.txt references a file that doesn't exist: Documentation/devicetree/bindings/input/qcom,pm8xxx-keypad.txt
 2022-12-23 16:21 UTC 

[PATCH v3 0/3] Add generic framebuffer support to EFI earlycon driver
 2022-12-23 14:58 UTC  (6+ messages)
` [PATCH v3 1/3] drivers: serial: earlycon: Pass device-tree node
` [PATCH v3 2/3] efi: earlycon: move to video/console to prepare for changes
` [PATCH v3 3/3] efi: earlycon: Add support for generic framebuffers

[PATCH] docs, nvme: add a feature and quirk policy document
 2022-12-23 14:16 UTC  (9+ messages)

[krzk-github:pending/dt-bindings-qcom-new-and-fixes-for-warnings-linux-next 79/110] htmldocs: Warning: Documentation/devicetree/bindings/regulator/qcom,rpm-regulator.yaml references a file that doesn't exist: Documentation/devicetree/bindings/soc/qcom/qcom,ipc-rpm.yaml
 2022-12-23 13:39 UTC 

[PATCH v2] docs: kernel-hacking: discourage from calling disable_irq() in atomic
 2022-12-23 11:28 UTC 

[PATCH 3/5] kbuild: do not print extra logs for V=2
 2022-12-23 11:24 UTC  (4+ messages)
` [PATCH 5/5] kbuild: drop V=0 support

[PATCH RESEND linux-next v3] docs: proc.rst: add softnet_stat to /proc/net table
 2022-12-23  9:24 UTC  (2+ messages)

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2022-12-23  8:24 UTC  (23+ 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] Documentation: stable: Add rule on what kind of patches are accepted
 2022-12-23  1:55 UTC  (7+ messages)

[PATCH v10 00/13] x86/resctrl: Support for AMD QoS new features
 2022-12-22 23:31 UTC  (14+ messages)
` [PATCH v10 01/13] x86/resctrl: Replace smp_call_function_many() with on_each_cpu_mask()
` [PATCH v10 02/13] x86/cpufeatures: Add Slow Memory Bandwidth Allocation feature flag
` [PATCH v10 03/13] x86/resctrl: Add a new resource type RDT_RESOURCE_SMBA
` [PATCH v10 04/13] x86/cpufeatures: Add Bandwidth Monitoring Event Configuration feature flag
` [PATCH v10 05/13] x86/resctrl: Include new features in command line options
` [PATCH v10 06/13] x86/resctrl: Detect and configure Slow Memory Bandwidth Allocation
` [PATCH v10 07/13] x86/resctrl: Add __init attribute to rdt_get_mon_l3_config()
` [PATCH v10 08/13] x86/resctrl: Support monitor configuration
` [PATCH v10 09/13] x86/resctrl: Add interface to read mbm_total_bytes_config
` [PATCH v10 10/13] x86/resctrl: Add interface to read mbm_local_bytes_config
` [PATCH v10 11/13] x86/resctrl: Add interface to write mbm_total_bytes_config
` [PATCH v10 12/13] x86/resctrl: Add interface to write mbm_local_bytes_config
` [PATCH v10 13/13] Documentation/x86: Update resctrl.rst for new features

[PATCH] docs: maintainer-pgp-guide: update for latest gnupg defaults
 2022-12-22 15:43 UTC  (3+ messages)

[RFC][PATCH 00/12] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double()
 2022-12-22 13:16 UTC  (20+ messages)
` [RFC][PATCH 01/12] crypto: Remove u128 usage
` [RFC][PATCH 02/12] crypto/ghash-clmulni: Use (struct) be128
` [RFC][PATCH 03/12] cyrpto/b128ops: Remove struct u128
` [RFC][PATCH 05/12] arch: Introduce arch_{,try_}_cmpxchg128{,_local}()

[PATCH v2] riscv: Allow to downgrade paging mode from the command line
 2022-12-22 11:32 UTC  (3+ messages)

[PATCH v15 0/2] Add support for UltraSoc System Memory Buffer
 2022-12-22  8:46 UTC  (7+ messages)
` [PATCH v15 1/2] drivers/coresight: Add UltraSoc System Memory Buffer driver
` [PATCH v15 2/2] Documentation: Add document for UltraSoc SMB driver

[PATCH v5 0/3] kexec: Add new parameter to limit the access to kexec
 2022-12-22  2:49 UTC  (6+ messages)
` [PATCH v5 1/3] Documentation: sysctl: Correct kexec_load_disabled
` [PATCH v5 2/3] kexec: Factor out kexec_load_permitted
` [PATCH v5 3/3] kexec: Introduce sysctl parameters kexec_load_limit_*

[PATCH v7 00/11] Adds support for PHY LEDs with offload triggers
 2022-12-21 15:29 UTC  (29+ messages)
` [PATCH v7 01/11] leds: add support for hardware driven LEDs
` [PATCH v7 04/11] leds: trigger: netdev: rename and expose NETDEV trigger enum modes
` [PATCH v7 06/11] leds: trigger: netdev: add hardware control support
` [PATCH v7 09/11] leds: trigger: netdev: add additional hardware only triggers
` [PATCH v7 10/11] net: dsa: qca8k: add LEDs support
` [PATCH v7 11/11] dt-bindings: net: dsa: qca8k: add LEDs definition example

[PATCH v4 0/3] kexec: Add new parameter to limit the access to kexec
 2022-12-21 14:14 UTC  (5+ messages)
` [PATCH v4 1/3] Documentation: sysctl: Correct kexec_load_disabled
` [PATCH v4 2/3] kexec: Factor out kexec_load_permitted
` [PATCH v4 3/3] kexec: Introduce sysctl parameters kexec_load_limit_*

[PATCH v3] Documentation: sched: Document util clamp feature
 2022-12-21 13:29 UTC  (2+ messages)

[PATCH v5 6/6] Documentation: coresight: docs for config load via configfs
 2022-12-21  3:55 UTC  (2+ messages)

[PATCH v3 0/3] kexec: Add new parameter to limit the access to kexec
 2022-12-21  2:52 UTC  (7+ messages)
` [PATCH v3 1/3] Documentation: sysctl: Correct kexec_load_disabled
` [PATCH v3 2/3] kexec: Factor out kexec_load_permitted
` [PATCH v3 3/3] kexec: Introduce parameters load_limit_reboot and load_limit_panic

[PATCH bpf-next v6 1/1] docs: BPF_MAP_TYPE_SOCK[MAP|HASH]
 2022-12-21  0:00 UTC  (2+ messages)

[PATCH v2 0/3] kexec: Add new parameter to limit the access to kexec
 2022-12-20 22:05 UTC  (4+ messages)
` [PATCH v2 3/3] kexec: Introduce paramters load_limit_reboot and load_limit_panic

[PATCH v9 00/13] Support for AMD QoS new features
 2022-12-20 18:58 UTC  (9+ messages)
` [PATCH v9 10/13] x86/resctrl: Add sysfs interface to write mbm_total_bytes_config

[PATCH 2/2] platform/surface: aggregator: Rename top-level request functions to avoid ambiguities
 2022-12-20 17:56 UTC 

[PATCH 0/3] docs: driver-api: virtio: documentation improv suggestion
 2022-12-20 11:11 UTC  (5+ messages)
` [PATCH 1/3] docs: driver-api: virtio: parenthesize external reference targets
` [PATCH 2/3] docs: driver-api: virtio: slightly reword virtqueues allocation paragraph
` [PATCH 3/3] docs: driver-api: virtio: commentize spec version checking

[PATCH 0/3] crypto: x86/ghash cleanups
 2022-12-20 10:09 UTC  (6+ messages)
` [PATCH 1/3] crypto: x86/ghash - fix unaligned access in ghash_setkey()
` [PATCH 2/3] crypto: x86/ghash - use le128 instead of u128
` [PATCH 3/3] crypto: x86/ghash - add comment and fix broken link

[RESEND PATCH v5 0/1] docs: driver-api: virtio: virtio on Linux
 2022-12-20  8:13 UTC  (8+ messages)
` [RESEND PATCH v5 1/1] "

[PATCH 0/8] crypto: kernel-doc for assembly language
 2022-12-20  6:05 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 6/8] crypto: x86/ghash - add kernel-doc comments to assembly
  ` [PATCH v2 8/8] crypto: x86/chacha "

[PATCH v8 00/28] Drivers for gunyah hypervisor
 2022-12-19 22:58 UTC  (25+ messages)
` [PATCH v8 01/28] docs: gunyah: Introduce Gunyah Hypervisor
` [PATCH v8 03/28] gunyah: Common types and error codes for Gunyah hypercalls
` [PATCH v8 04/28] arm64: smccc: Include alternative-macros.h
` [PATCH v8 05/28] virt: gunyah: Add hypercalls to identify Gunyah
` [PATCH v8 06/28] virt: gunyah: Identify hypervisor version
` [PATCH v8 08/28] virt: gunyah: msgq: Add hypercalls to send and receive messages
` [PATCH v8 11/28] gunyah: rsc_mgr: Add VM lifecycle RPC
` [PATCH v8 12/28] gunyah: vm_mgr: Introduce basic VM Manager
` [PATCH v8 13/28] gunyah: rsc_mgr: Add RPC for sharing memory
` [PATCH v8 14/28] gunyah: vm_mgr: Add/remove user memory regions
` [PATCH v8 15/28] gunyah: vm_mgr: Add ioctls to support basic non-proxy VM boot
` [PATCH v8 16/28] samples: Add sample userspace Gunyah VM Manager
` [PATCH v8 17/28] gunyah: rsc_mgr: Add platform ops on mem_lend/mem_reclaim
` [PATCH v8 18/28] firmware: qcom_scm: Use fixed width src vm bitmap
` [PATCH v8 19/28] firmware: qcom_scm: Register Gunyah platform ops
` [PATCH v8 20/28] docs: gunyah: Document Gunyah VM Manager
` [PATCH v8 21/28] virt: gunyah: Translate gh_rm_hyp_resource into gunyah_resource
` [PATCH v8 22/28] gunyah: vm_mgr: Add framework to add VM Functions
` [PATCH v8 23/28] virt: gunyah: Add resource tickets
` [PATCH v8 24/28] virt: gunyah: Add IO handlers
` [PATCH v8 25/28] virt: gunyah: Add proxy-scheduled vCPUs
` [PATCH v8 26/28] virt: gunyah: Add hypercalls for sending doorbell
` [PATCH v8 27/28] virt: gunyah: Add irqfd interface
` [PATCH v8 28/28] virt: gunyah: Add ioeventfd


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