Linux Doc
[Prev Page][Next Page]
- [RFC UKL 09/10] exec: Give userspace a method for starting UKL process
- From: Ali Raza <aliraza@xxxxxx>
- [RFC UKL 08/10] exec: Make exec path for starting UKL application
- From: Ali Raza <aliraza@xxxxxx>
- [RFC UKL 07/10] x86/signal: Adjust signal handler register values and return frame
- From: Ali Raza <aliraza@xxxxxx>
- [RFC UKL 06/10] x86/fault: Skip checking kernel mode access to user address space for UKL
- From: Ali Raza <aliraza@xxxxxx>
- [RFC UKL 05/10] x86/uaccess: Make access_ok UKL aware
- From: Ali Raza <aliraza@xxxxxx>
- [RFC UKL 04/10] x86/entry: Create alternate entry path for system calls
- From: Ali Raza <aliraza@xxxxxx>
- [RFC UKL 03/10] sched: Add task_struct tracking of kernel or application execution
- From: Ali Raza <aliraza@xxxxxx>
- [RFC UKL 01/10] kbuild: Add sections and symbols to linker script for UKL support
- From: Ali Raza <aliraza@xxxxxx>
- [RFC UKL 02/10] x86/boot: Load the PT_TLS segment for Unikernel configs
- From: Ali Raza <aliraza@xxxxxx>
- [RFC UKL 00/10] Unikernel Linux (UKL)
- From: Ali Raza <aliraza@xxxxxx>
- Re: [PATCH v2 10/39] x86/mm: Introduce _PAGE_COW
- From: "Edgecombe, Rick P" <rick.p.edgecombe@xxxxxxxxx>
- Re: [PATCH v2 10/39] x86/mm: Introduce _PAGE_COW
- From: Dave Hansen <dave.hansen@xxxxxxxxx>
- Re: [PATCH v2 10/39] x86/mm: Introduce _PAGE_COW
- From: Jann Horn <jannh@xxxxxxxxxx>
- Re: [PATCH v2 10/39] x86/mm: Introduce _PAGE_COW
- From: "Edgecombe, Rick P" <rick.p.edgecombe@xxxxxxxxx>
- Re: [PATCH v2 27/39] x86/cet/shstk: Handle signals for shadow stack
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v2 26/39] x86/cet/shstk: Introduce routines modifying shstk
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v2 07/39] x86/cet: Add user control-protection fault handler
- From: "Edgecombe, Rick P" <rick.p.edgecombe@xxxxxxxxx>
- Re: [PATCH v2 25/39] x86/cet/shstk: Handle thread shadow stack
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v2 06/39] x86/fpu: Add helper for modifying xstate
- From: "Edgecombe, Rick P" <rick.p.edgecombe@xxxxxxxxx>
- Re: [PATCH v2 24/39] x86/cet/shstk: Add user-mode shadow stack support
- From: Dave Hansen <dave.hansen@xxxxxxxxx>
- Re: [PATCH v2 02/39] x86/cet/shstk: Add Kconfig option for Shadow Stack
- From: "Edgecombe, Rick P" <rick.p.edgecombe@xxxxxxxxx>
- Re: [PATCH v2 02/39] x86/cet/shstk: Add Kconfig option for Shadow Stack
- From: "Edgecombe, Rick P" <rick.p.edgecombe@xxxxxxxxx>
- Re: [PATCH v2 02/39] x86/cet/shstk: Add Kconfig option for Shadow Stack
- From: "Edgecombe, Rick P" <rick.p.edgecombe@xxxxxxxxx>
- Re: [PATCH v2 01/39] Documentation/x86: Add CET description
- From: "Edgecombe, Rick P" <rick.p.edgecombe@xxxxxxxxx>
- Re: [PATCH v2 24/39] x86/cet/shstk: Add user-mode shadow stack support
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v2 02/39] x86/cet/shstk: Add Kconfig option for Shadow Stack
- From: Dave Hansen <dave.hansen@xxxxxxxxx>
- Re: [PATCH v2 01/39] Documentation/x86: Add CET description
- From: Dave Hansen <dave.hansen@xxxxxxxxx>
- Re: [PATCH v2 01/39] Documentation/x86: Add CET description
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- Re: [OPTIONAL/RFC v2 36/39] x86/fpu: Add helper for initing features
- From: "Chang S. Bae" <chang.seok.bae@xxxxxxxxx>
- Re: [PATCH v2 23/39] x86: Introduce userspace API for CET enabling
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v2 12/39] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
- From: Dave Hansen <dave.hansen@xxxxxxxxx>
- RE: [PATCH v11 1/2] LICENSES: Add the copyleft-next-0.3.1 license
- From: "Bird, Tim" <Tim.Bird@xxxxxxxx>
- RE: [PATCH v11 2/2] testing: use the copyleft-next-0.3.1 SPDX tag
- From: "Bird, Tim" <Tim.Bird@xxxxxxxx>
- Re: [PATCH v2 22/39] mm: Don't allow write GUPs to shadow stack memory
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v2 00/39] Shadowstacks for userspace
- From: "Edgecombe, Rick P" <rick.p.edgecombe@xxxxxxxxx>
- Re: [PATCH v2 19/39] mm/mmap: Add shadow stack pages to memory accounting
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v2 18/39] mm: Add guard pages around a shadow stack.
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v2 13/39] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
- From: Peter Xu <peterx@xxxxxxxxxx>
- Re: [PATCH v2 17/39] mm: Fixup places that call pte_mkwrite() directly
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v2 16/39] x86/mm: Update maybe_mkwrite() for shadow stack
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v2 15/39] x86/mm: Check Shadow Stack page fault errors
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v2 14/39] mm: Introduce VM_SHADOW_STACK for shadow stack memory
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v2 07/39] x86/cet: Add user control-protection fault handler
- From: "Edgecombe, Rick P" <rick.p.edgecombe@xxxxxxxxx>
- Re: [PATCH v2 13/39] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v2 12/39] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
- From: Nadav Amit <nadav.amit@xxxxxxxxx>
- Re: [PATCH v2 09/39] x86/mm: Move pmd_write(), pud_write() up in the file
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v2 07/39] x86/cet: Add user control-protection fault handler
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v2 12/39] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
- From: "Kirill A . Shutemov" <kirill.shutemov@xxxxxxxxxxxxxxx>
- Re: [PATCH net-next v8 6/7] dt-bindings: net: pse-dt: add bindings for regulator based PoDL PSE controller
- From: Rob Herring <robh@xxxxxxxxxx>
- Re: [PATCH net-next v8 1/7] dt-bindings: net: phy: add PoDL PSE property
- From: Rob Herring <robh@xxxxxxxxxx>
- Re: [PATCH v2 06/39] x86/fpu: Add helper for modifying xstate
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v2 14/39] mm: Introduce VM_SHADOW_STACK for shadow stack memory
- From: "Kirill A . Shutemov" <kirill.shutemov@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 05/39] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH] Documentation: kunit: Update description of --alltests option
- From: Daniel Latypov <dlatypov@xxxxxxxxxx>
- Re: [GIT PULL] Documentation changes for 6.0
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [PATCH v2 04/39] x86/cpufeatures: Enable CET CR4 bit for shadow stack
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v2 03/39] x86/cpufeatures: Add CPU feature flags for shadow stacks
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v2 00/39] Shadowstacks for userspace
- From: Jann Horn <jannh@xxxxxxxxxx>
- Re: [PATCH v2 02/39] x86/cet/shstk: Add Kconfig option for Shadow Stack
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v2 01/39] Documentation/x86: Add CET description
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v6 4/8] phy: fsl: Add Lynx 10G SerDes driver
- From: Sean Anderson <sean.anderson@xxxxxxxx>
- Re: [PATCH v2 00/39] Shadowstacks for userspace
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v11 1/2] LICENSES: Add the copyleft-next-0.3.1 license
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH v11 2/2] testing: use the copyleft-next-0.3.1 SPDX tag
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH v11 0/2] SPDX: add copyleft-next-0.3.1
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH v2 25/39] x86/cet/shstk: Handle thread shadow stack
- From: "Edgecombe, Rick P" <rick.p.edgecombe@xxxxxxxxx>
- Re: [PATCH v2 01/39] Documentation/x86: Add CET description
- From: "Edgecombe, Rick P" <rick.p.edgecombe@xxxxxxxxx>
- Re: [PATCH v2 10/39] x86/mm: Introduce _PAGE_COW
- From: "Kirill A . Shutemov" <kirill.shutemov@xxxxxxxxxxxxxxx>
- [PATCH RESEND v4 2/2] Documentation/process: Be more explicit about who to mail on patch submission
- From: "Bryan O'Donoghue" <bryan.odonoghue@xxxxxxxxxx>
- [PATCH RESEND v4 1/2] get_maintainer: Print maintainer for S: Supported
- From: "Bryan O'Donoghue" <bryan.odonoghue@xxxxxxxxxx>
- [PATCH RESEND v4 0/2] Fixup instructions around mailing recipients
- From: "Bryan O'Donoghue" <bryan.odonoghue@xxxxxxxxxx>
- Re: [PATCH bpf-next] Documentation: bpf: Add implementation notes documentations to table of contents
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- [PATCH v4 2/2] Documentation/process: Be more explicit about who to mail on patch submission
- From: "Bryan O'Donoghue" <bryan.odonoghue@xxxxxxxxxx>
- [PATCH v4 1/2] get_maintainer: Print maintainer for S: Supported
- From: "Bryan O'Donoghue" <bryan.odonoghue@xxxxxxxxxx>
- [PATCH v4 0/2] Fixup instructions around mailing recipients
- From: "Bryan O'Donoghue" <bryan.odonoghue@xxxxxxxxxx>
- [GIT PULL] Documentation changes for 6.0
- From: Jonathan Corbet <corbet@xxxxxxx>
- Re: [PATCH v5 12/12] Documentation/x86: Update resctrl_ui.rst for new features
- From: Reinette Chatre <reinette.chatre@xxxxxxxxx>
- Re: [PATCH v5 01/12] x86/cpufeatures: Add Slow Memory Bandwidth Allocation feature flag
- From: "Moger, Babu" <babu.moger@xxxxxxx>
- Re: [PATCH v5 01/12] x86/cpufeatures: Add Slow Memory Bandwidth Allocation feature flag
- From: Reinette Chatre <reinette.chatre@xxxxxxxxx>
- Re: [PATCH v5 01/12] x86/cpufeatures: Add Slow Memory Bandwidth Allocation feature flag
- From: "Moger, Babu" <babu.moger@xxxxxxx>
- Re: [PATCH v5 12/12] Documentation/x86: Update resctrl_ui.rst for new features
- From: "Moger, Babu" <babu.moger@xxxxxxx>
- Re: [PATCH v2 08/39] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
- From: "Kirill A . Shutemov" <kirill.shutemov@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 07/39] x86/cet: Add user control-protection fault handler
- From: "Kirill A . Shutemov" <kirill.shutemov@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 02/39] x86/cet/shstk: Add Kconfig option for Shadow Stack
- From: "Kirill A . Shutemov" <kirill.shutemov@xxxxxxxxxxxxxxx>
- Re: [PATCH v3 0/4] Implement IOCTL to get and clear soft dirty PTE
- From: Muhammad Usama Anjum <usama.anjum@xxxxxxxxxxxxx>
- Re: [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
- From: "Kirill A. Shutemov" <kirill@xxxxxxxxxxxxx>
- Re: [PATCH v2 25/39] x86/cet/shstk: Handle thread shadow stack
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- Re: [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- Re: [PATCH v4 14/14] tty: gunyah: Add tty console driver for RM Console Services
- From: Jiri Slaby <jirislaby@xxxxxxxxxx>
- [PATCH net-next v8 2/7] net: add framework to support Ethernet PSE and PDs devices
- From: Oleksij Rempel <o.rempel@xxxxxxxxxxxxxx>
- [PATCH net-next v8 4/7] net: mdiobus: search for PSE nodes by parsing PHY nodes.
- From: Oleksij Rempel <o.rempel@xxxxxxxxxxxxxx>
- [PATCH net-next v8 5/7] ethtool: add interface to interact with Ethernet Power Equipment
- From: Oleksij Rempel <o.rempel@xxxxxxxxxxxxxx>
- [PATCH net-next v8 3/7] net: mdiobus: fwnode_mdiobus_register_phy() rework error handling
- From: Oleksij Rempel <o.rempel@xxxxxxxxxxxxxx>
- [PATCH net-next v8 1/7] dt-bindings: net: phy: add PoDL PSE property
- From: Oleksij Rempel <o.rempel@xxxxxxxxxxxxxx>
- [PATCH net-next v8 7/7] net: pse-pd: add regulator based PSE driver
- From: Oleksij Rempel <o.rempel@xxxxxxxxxxxxxx>
- [PATCH net-next v8 6/7] dt-bindings: net: pse-dt: add bindings for regulator based PoDL PSE controller
- From: Oleksij Rempel <o.rempel@xxxxxxxxxxxxxx>
- [PATCH net-next v8 0/7] add generic PSE support
- From: Oleksij Rempel <o.rempel@xxxxxxxxxxxxxx>
- RE: [PATCH v1] locking/memory-barriers.txt: Improve documentation for writel() usage
- From: Parav Pandit <parav@xxxxxxxxxx>
- RE: [PATCH v1] locking/memory-barriers.txt: Improve documentation for writel() usage
- From: Parav Pandit <parav@xxxxxxxxxx>
- Re: new checkpatch flexible array test ? (was Re: [PATCH v4 12/14] gunyah: rsc_mgr: Add RPC for console services)
- From: Joe Perches <joe@xxxxxxxxxxx>
- Re: new checkpatch flexible array test ? (was Re: [PATCH v4 12/14] gunyah: rsc_mgr: Add RPC for console services)
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- new checkpatch flexible array test ? (was Re: [PATCH v4 12/14] gunyah: rsc_mgr: Add RPC for console services)
- From: Joe Perches <joe@xxxxxxxxxxx>
- Re: [PATCH v3] Documentation/process: Add text to indicate supporters should be mailed
- From: Joe Perches <joe@xxxxxxxxxxx>
- Re: [PATCH v3] Documentation/process: Add text to indicate supporters should be mailed
- From: Akira Yokosawa <akiyks@xxxxxxxxx>
- Re: [PATCH v4 10/14] gunyah: sysfs: Add node to describe supported features
- From: Joe Perches <joe@xxxxxxxxxxx>
- Re: [PATCH v3] Documentation/process: Add text to indicate supporters should be mailed
- From: Joe Perches <joe@xxxxxxxxxxx>
- Re: [PATCH v4 10/14] gunyah: sysfs: Add node to describe supported features
- From: Jeff Johnson <quic_jjohnson@xxxxxxxxxxx>
- Re: [PATCH v3] Documentation/process: Add text to indicate supporters should be mailed
- From: Akira Yokosawa <akiyks@xxxxxxxxx>
- Re: [PATCH] docs: bump minimal GNU Make version to 3.82
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [PATCH v3] Documentation/process: Add text to indicate supporters should be mailed
- From: Joe Perches <joe@xxxxxxxxxxx>
- [PATCH v2] Documentation: x86: boot: reserve type_of_loader=13 for barebox
- From: Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx>
- Re: [PATCH -next] Documentation: devres: add missing IIO helpers
- From: Jonathan Cameron <jic23@xxxxxxxxxx>
- Re: [PATCH] Documentation: x86: boot: reserve type_of_loader=13 for barebox
- From: Borislav Petkov <bp@xxxxxxxxx>
- Re: [PATCH v3] Documentation/process: Add text to indicate supporters should be mailed
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- Re: [PATCH] Documentation: x86: boot: reserve type_of_loader=13 for barebox
- From: Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx>
- [PATCH bpf-next] Documentation: bpf: Add implementation notes documentations to table of contents
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Re: [PATCH v3] Documentation/process: Add text to indicate supporters should be mailed
- From: Akira Yokosawa <akiyks@xxxxxxxxx>
- [bpf-next:master 9/11] htmldocs: Documentation/bpf/clang-notes.rst: WARNING: document isn't included in any toctree
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH] Documentation: x86: boot: reserve type_of_loader=13 for barebox
- From: Borislav Petkov <bp@xxxxxxxxx>
- [PATCH] docs: bump minimal GNU Make version to 3.82
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH 0/2] riscv: Support HAVE_ARCH_HUGE_VMAP and HAVE_ARCH_HUGE_VMALLOC
- From: Conor Dooley <conor@xxxxxxxxxx>
- Re: [bpf-next:master 7/11] htmldocs: Documentation/bpf/linux-notes.rst:55: WARNING: Malformed table.
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [bpf-next:master 7/11] htmldocs: Documentation/bpf/linux-notes.rst:55: WARNING: Malformed table.
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [bpf-next:master 7/11] htmldocs: Documentation/bpf/linux-notes.rst:55: WARNING: Malformed table.
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v10 1/2] LICENSES: Add the copyleft-next-0.3.1 license
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [hverkuil-media-tree:extron 1/4] htmldocs: Documentation/output/videodev2.h.rst:6: WARNING: undefined label: v4l2-cap-edid (if the link has no caption the label must precede a section header)
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v10 2/2] testing: use the copyleft-next-0.3.1 SPDX tag
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v2 4/6] fpga: dfl: add generic support for MSIX interrupts
- From: matthew.gerlach@xxxxxxxxxxxxxxx
- Re: [PATCH v9 1/9] hwmon: smpro: Add Ampere's Altra smpro-hwmon driver
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Re: [PATCH v9 2/9] docs: hwmon: (smpro-hwmon) Add documentation
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- [PATCH] Documentation: update urls to Linux Foundation wiki
- From: Jouke Witteveen <j.witteveen@xxxxxxxxx>
- Re: [PATCH v3] Documentation/process: Add text to indicate supporters should be mailed
- From: "Bryan O'Donoghue" <bryan.odonoghue@xxxxxxxxxx>
- Re: [PATCH v10 0/2] SPDX: add copyleft-next-0.3.1
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2] Documentation: kunit: rewrite writing first test instructions
- From: David Gow <davidgow@xxxxxxxxxx>
- [PATCH] Documentation: kunit: Update description of --alltests option
- From: David Gow <davidgow@xxxxxxxxxx>
- Re: [PATCH v1 2/9] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v9 6/9] docs: misc-devices: (smpro-misc) Add documentation
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Re: [PATCH v1 8/9] KVM: s390: selftest: memop: Fix typo
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Re: [PATCH v2] Documentation: kunit: rewrite writing first test instructions
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Re: [PATCH v3] Documentation/process: Add text to indicate supporters should be mailed
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [PATCH v2 2/9] mm/vmstat: show start_pfn when zone spans pages
- From: Doug Berger <opendmb@xxxxxxxxx>
- Re: [PATCH 00/21] mm: introduce Designated Movable Blocks
- From: Doug Berger <opendmb@xxxxxxxxx>
- Re: [PATCH v2 22/39] mm: Don't allow write GUPs to shadow stack memory
- From: "Edgecombe, Rick P" <rick.p.edgecombe@xxxxxxxxx>
- Re: [PATCH v2 22/39] mm: Don't allow write GUPs to shadow stack memory
- From: Jann Horn <jannh@xxxxxxxxxx>
- Re: [PATCH v2 22/39] mm: Don't allow write GUPs to shadow stack memory
- From: Jann Horn <jannh@xxxxxxxxxx>
- Re: [PATCH bpf-next v4 1/2] Add subdir support to Documentation makefile
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- [PATCH v1 6/9] KVM: s390: selftest: memop: Add bad address test
- From: Janis Schoetterl-Glausch <scgl@xxxxxxxxxxxxx>
- [PATCH v1 9/9] KVM: s390: selftest: memop: Fix wrong address being used in test
- From: Janis Schoetterl-Glausch <scgl@xxxxxxxxxxxxx>
- [PATCH v1 2/9] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
- From: Janis Schoetterl-Glausch <scgl@xxxxxxxxxxxxx>
- [PATCH v1 7/9] KVM: s390: selftest: memop: Add cmpxchg tests
- From: Janis Schoetterl-Glausch <scgl@xxxxxxxxxxxxx>
- [PATCH v1 5/9] KVM: s390: selftest: memop: Replace macros by functions
- From: Janis Schoetterl-Glausch <scgl@xxxxxxxxxxxxx>
- [PATCH v1 3/9] Documentation: KVM: s390: Describe KVM_S390_MEMOP_F_CMPXCHG
- From: Janis Schoetterl-Glausch <scgl@xxxxxxxxxxxxx>
- [PATCH v1 8/9] KVM: s390: selftest: memop: Fix typo
- From: Janis Schoetterl-Glausch <scgl@xxxxxxxxxxxxx>
- [PATCH v1 4/9] KVM: s390: selftest: memop: Pass mop_desc via pointer
- From: Janis Schoetterl-Glausch <scgl@xxxxxxxxxxxxx>
- [PATCH v1 1/9] s390/uaccess: Add storage key checked cmpxchg access to user space
- From: Janis Schoetterl-Glausch <scgl@xxxxxxxxxxxxx>
- [PATCH v1 0/9] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
- From: Janis Schoetterl-Glausch <scgl@xxxxxxxxxxxxx>
- Re: [PATCH v2 22/39] mm: Don't allow write GUPs to shadow stack memory
- From: Dave Hansen <dave.hansen@xxxxxxxxx>
- Re: [PATCH v2 22/39] mm: Don't allow write GUPs to shadow stack memory
- From: "Edgecombe, Rick P" <rick.p.edgecombe@xxxxxxxxx>
- Re: [PATCH v10 0/2] SPDX: add copyleft-next-0.3.1
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH v2 5/5] docs: sysctl/fs: re-order, prettify
- From: Stephen Kitt <steve@xxxxxxx>
- Re: [PATCH v9 9/9] docs: ABI: testing: Document the Ampere Altra Family's SMpro sysfs interfaces
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v2 22/39] mm: Don't allow write GUPs to shadow stack memory
- From: Dave Hansen <dave.hansen@xxxxxxxxx>
- Re: [PATCH v3] Documentation/process: Add text to indicate supporters should be mailed
- From: "Bryan O'Donoghue" <bryan.odonoghue@xxxxxxxxxx>
- Re: [PATCH v3] Documentation/process: Add text to indicate supporters should be mailed
- From: "Bryan O'Donoghue" <bryan.odonoghue@xxxxxxxxxx>
- Re: [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
- From: "Kirill A . Shutemov" <kirill.shutemov@xxxxxxxxxxxxxxx>
- Re: [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- Re: [PATCH v3] Documentation/process: Add text to indicate supporters should be mailed
- From: "Bryan O'Donoghue" <bryan.odonoghue@xxxxxxxxxx>
- Re: [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [PATCH v2 0/5] Update the sysctl/fs documentation
- From: Stephen Kitt <steve@xxxxxxx>
- Re: [PATCH v14 2/3] virt: Add TDX guest driver
- From: Sathyanarayanan Kuppuswamy <sathyanarayanan.kuppuswamy@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 10/39] x86/mm: Introduce _PAGE_COW
- From: Jann Horn <jannh@xxxxxxxxxx>
- Re: [PATCH v3] Documentation/process: Add text to indicate supporters should be mailed
- From: Akira Yokosawa <akiyks@xxxxxxxxx>
- Re: [PATCH v2 2/6] fpga: dfl: Move the DFH definitions
- From: matthew.gerlach@xxxxxxxxxxxxxxx
- Re: [PATCH v2 01/39] Documentation/x86: Add CET description
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- [PATCH] docs: update flexible arrays to match code
- From: Stephen Kitt <steve@xxxxxxx>
- Re: [PATCH v2 01/39] Documentation/x86: Add CET description
- From: Jonathan Corbet <corbet@xxxxxxx>
- Re: [PATCH v9 4/9] docs: misc-devices: (smpro-errmon) Add documentation
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Re: [PATCH v4 12/14] gunyah: rsc_mgr: Add RPC for console services
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v14 2/3] virt: Add TDX guest driver
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v4 13/14] gunyah: rsc_mgr: Add auxiliary devices for console
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v4 14/14] tty: gunyah: Add tty console driver for RM Console Services
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v4 06/14] virt: gunyah: Add sysfs nodes
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v4 10/14] gunyah: sysfs: Add node to describe supported features
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 0/5] Update the sysctl/fs documentation
- From: Stephen Kitt <steve@xxxxxxx>
- [PATCH v2 1/5] docs: sysctl/fs: remove references to inode-max
- From: Stephen Kitt <steve@xxxxxxx>
- [PATCH -next 4/8] Documentation: devres: add missing PHY helpers
- From: Yang Yingliang <yangyingliang@xxxxxxxxxx>
- [PATCH -next 8/8] Documentation: devres: add missing IIO helpers
- From: Yang Yingliang <yangyingliang@xxxxxxxxxx>
- [PATCH -next 1/8] Documentation: devres: add missing devm_acpi_dma_controller_free() helper
- From: Yang Yingliang <yangyingliang@xxxxxxxxxx>
- [PATCH -next 3/8] Documentation: devres: add missing PWM helper
- From: Yang Yingliang <yangyingliang@xxxxxxxxxx>
- [PATCH -next 2/8] Documentation: devres: add missing REGULATOR helper
- From: Yang Yingliang <yangyingliang@xxxxxxxxxx>
- [PATCH -next 6/8] Documentation: devres: add missing I2C helper
- From: Yang Yingliang <yangyingliang@xxxxxxxxxx>
- [PATCH -next 5/8] Documentation: devres: add missing MEM helper
- From: Yang Yingliang <yangyingliang@xxxxxxxxxx>
- [PATCH -next 7/8] Documentation: devres: add missing LED helpers
- From: Yang Yingliang <yangyingliang@xxxxxxxxxx>
- [PATCH -next 0/8] add some missing devm_* functions
- From: Yang Yingliang <yangyingliang@xxxxxxxxxx>
- [PATCH v2 4/5] docs: sysctl/fs: remove references to super-max/-nr
- From: Stephen Kitt <steve@xxxxxxx>
- [PATCH v2 3/5] docs: sysctl/fs: merge the aio sections
- From: Stephen Kitt <steve@xxxxxxx>
- [PATCH v2 2/5] docs: sysctl/fs: remove references to dquot-max/-nr
- From: Stephen Kitt <steve@xxxxxxx>
- Re: [PATCH v2] Documentation: kunit: rewrite writing first test instructions
- From: David Gow <davidgow@xxxxxxxxxx>
- Re: [PATCH bpf-next v4 1/2] Add subdir support to Documentation makefile
- From: Donald Hunter <donald.hunter@xxxxxxxxx>
- Re: [PATCH v2] Documentation: kunit: rewrite writing first test instructions
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Re: [PATCH v9 9/9] docs: ABI: testing: Document the Ampere Altra Family's SMpro sysfs interfaces
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Re: [PATCH v4 1/4] serial: Convert serial_rs485 to kernel doc
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Re: [PATCH] docs/howto: Replace abundoned URL of gmane.org
- From: Alex Shi <seakeel@xxxxxxxxx>
- Re: [PATCH v1 2/2] docs/zh_CN: Update the translation of page_owner to 6.0-rc7
- From: Alex Shi <seakeel@xxxxxxxxx>
- Re: [PATCH v1 1/2] docs/zh_CN: Update the translation of ksm to 6.0-rc7
- From: Alex Shi <seakeel@xxxxxxxxx>
- Re: [PATCH v8 6/8] KVM: Update lpage info when private/shared memory are mixed
- From: Chao Peng <chao.p.peng@xxxxxxxxxxxxxxx>
- Re: [PATCH -next v5 2/4] selftests/memory-hotplug: Restore memory before exit
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [RFC] proc: Add a new isolated /proc/pid/mempolicy type.
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: [PATCH -next v5 2/4] selftests/memory-hotplug: Restore memory before exit
- From: zhaogongyi <zhaogongyi@xxxxxxxxxx>
- Re: [PATCH] docs/zh_CN: Fix build warning
- From: Alex Shi <seakeel@xxxxxxxxx>
- Re: [PATCH -next v5 3/4] selftests/memory-hotplug: Adjust log info for maintainability
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH -next v5 2/4] selftests/memory-hotplug: Restore memory before exit
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH -next v5 1/4] selftests/memory-hotplug: Add checking after online or offline
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH 2/2] docs/zh_CN: Add new translation of admin-guide/bootconfig.rst
- From: Alex Shi <seakeel@xxxxxxxxx>
- [PATCH v3] Documentation/process: Add text to indicate supporters should be mailed
- From: "Bryan O'Donoghue" <bryan.odonoghue@xxxxxxxxxx>
- [PATCH v3 0/1] Expand get_maintainer to be explicit about supporters
- From: "Bryan O'Donoghue" <bryan.odonoghue@xxxxxxxxxx>
- Re: [PATCH v2] Documentation: kunit: rewrite writing first test instructions
- From: David Gow <davidgow@xxxxxxxxxx>
- [PATCH -next v5 3/4] selftests/memory-hotplug: Adjust log info for maintainability
- From: Zhao Gongyi <zhaogongyi@xxxxxxxxxx>
- [PATCH -next v5 4/4] docs: notifier-error-inject: Correct test's name
- From: Zhao Gongyi <zhaogongyi@xxxxxxxxxx>
- [PATCH -next v5 2/4] selftests/memory-hotplug: Restore memory before exit
- From: Zhao Gongyi <zhaogongyi@xxxxxxxxxx>
- [PATCH -next v5 0/4] Optimize and bugfix for memory-hotplug
- From: Zhao Gongyi <zhaogongyi@xxxxxxxxxx>
- [PATCH -next v5 1/4] selftests/memory-hotplug: Add checking after online or offline
- From: Zhao Gongyi <zhaogongyi@xxxxxxxxxx>
- Re: [PATCH v2 6/6] tty: serial: 8250: add DFL bus driver for Altera 16550.
- From: Xu Yilun <yilun.xu@xxxxxxxxx>
- Re: [PATCH v9 4/9] docs: misc-devices: (smpro-errmon) Add documentation
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v2 5/6] fpga: dfl: parse the location of the feature's registers from DFHv1
- From: Xu Yilun <yilun.xu@xxxxxxxxx>
- Re: [PATCH v2 2/6] fpga: dfl: Move the DFH definitions
- From: Xu Yilun <yilun.xu@xxxxxxxxx>
- Re: [PATCH v2] Documentation: Kunit: Use full path to .kunitconfig
- From: David Gow <davidgow@xxxxxxxxxx>
- Re: [PATCH v2 01/39] Documentation/x86: Add CET description
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Re: [PATCH v2 4/6] fpga: dfl: add generic support for MSIX interrupts
- From: Xu Yilun <yilun.xu@xxxxxxxxx>
- Re: [PATCH v1] locking/memory-barriers.txt: Improve documentation for writel() usage
- From: Akira Yokosawa <akiyks@xxxxxxxxx>
- [PATCH net-next v2 5/7] net: fou: regenerate the uAPI from the spec
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- [PATCH net-next v2 3/7] net: add basic C code generators for Netlink
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- [PATCH net-next v2 6/7] net: fou: rename the source for linking
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- [PATCH net-next v2 7/7] net: fou: use policy and operation tables generated from the spec
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- [PATCH net-next v2 1/7] docs: add more netlink docs (incl. spec docs)
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- [PATCH net-next v2 4/7] netlink: add a proto specification for FOU
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- [PATCH net-next v2 2/7] netlink: add schemas for YAML specs
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- [PATCH net-next v2 0/7] Netlink protocol specs
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- [PATCH] docs/howto: Replace abundoned URL of gmane.org
- From: Akira Yokosawa <akiyks@xxxxxxxxx>
- Re: [PATCH v1] locking/memory-barriers.txt: Improve documentation for writel() usage
- From: Joel Fernandes <joel@xxxxxxxxxxxxxxxxx>
- [PATCH v1] locking/memory-barriers.txt: Improve documentation for writel() usage
- From: Parav Pandit <parav@xxxxxxxxxx>
- Re: [PATCH v8 2/8] KVM: Extend the memslot to support fd-based private memory
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH v8 2/8] KVM: Extend the memslot to support fd-based private memory
- From: Isaku Yamahata <isaku.yamahata@xxxxxxxxx>
- [PATCH v2 31/39] x86/cet/shstk: Wire in CET interface
- From: Rick Edgecombe <rick.p.edgecombe@xxxxxxxxx>
- [OPTIONAL/CLEANUP v2 35/39] x86: Improve formatting of user_regset arrays
- From: Rick Edgecombe <rick.p.edgecombe@xxxxxxxxx>
- [OPTIONAL/RFC v2 37/39] x86/cet: Add PTRACE interface for CET
- From: Rick Edgecombe <rick.p.edgecombe@xxxxxxxxx>
- [PATCH v2 30/39] x86: Expose thread features status in /proc/$PID/arch_status
- From: Rick Edgecombe <rick.p.edgecombe@xxxxxxxxx>
- [OPTIONAL/RFC v2 36/39] x86/fpu: Add helper for initing features
- From: Rick Edgecombe <rick.p.edgecombe@xxxxxxxxx>
- [OPTIONAL/RFC v2 39/39] x86: Add alt shadow stack support
- From: Rick Edgecombe <rick.p.edgecombe@xxxxxxxxx>
- [PATCH v2 33/39] x86/cpufeatures: Limit shadow stack to Intel CPUs
- From: Rick Edgecombe <rick.p.edgecombe@xxxxxxxxx>
- [OPTIONAL/RFC v2 38/39] x86/cet/shstk: Add ARCH_CET_UNLOCK
- From: Rick Edgecombe <rick.p.edgecombe@xxxxxxxxx>
- [PATCH v2 32/39] selftests/x86: Add shadow stack test
- From: Rick Edgecombe <rick.p.edgecombe@xxxxxxxxx>
- [OPTIONAL/CLEANUP v2 34/39] x86: Separate out x86_regset for 32 and 64 bit
- From: Rick Edgecombe <rick.p.edgecombe@xxxxxxxxx>
- [PATCH v2 26/39] x86/cet/shstk: Introduce routines modifying shstk
- From: Rick Edgecombe <rick.p.edgecombe@xxxxxxxxx>
- [PATCH v2 28/39] x86/cet/shstk: Introduce map_shadow_stack syscall
- From: Rick Edgecombe <rick.p.edgecombe@xxxxxxxxx>
- [PATCH v2 29/39] x86/cet/shstk: Support wrss for userspace
- From: Rick Edgecombe <rick.p.edgecombe@xxxxxxxxx>
- [PATCH v2 27/39] x86/cet/shstk: Handle signals for shadow stack
- From: Rick Edgecombe <rick.p.edgecombe@xxxxxxxxx>
- [PATCH v2 23/39] x86: Introduce userspace API for CET enabling
- From: Rick Edgecombe <rick.p.edgecombe@xxxxxxxxx>
- [PATCH v2 24/39] x86/cet/shstk: Add user-mode shadow stack support
- From: Rick Edgecombe <rick.p.edgecombe@xxxxxxxxx>
- [PATCH v2 25/39] x86/cet/shstk: Handle thread shadow stack
- From: Rick Edgecombe <rick.p.edgecombe@xxxxxxxxx>
- [PATCH v2 14/39] mm: Introduce VM_SHADOW_STACK for shadow stack memory
- From: Rick Edgecombe <rick.p.edgecombe@xxxxxxxxx>
- [PATCH v2 22/39] mm: Don't allow write GUPs to shadow stack memory
- From: Rick Edgecombe <rick.p.edgecombe@xxxxxxxxx>
- [PATCH v2 13/39] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
- From: Rick Edgecombe <rick.p.edgecombe@xxxxxxxxx>
- [PATCH v2 21/39] mm: Re-introduce vm_flags to do_mmap()
- From: Rick Edgecombe <rick.p.edgecombe@xxxxxxxxx>
- [PATCH v2 11/39] x86/mm: Update pte_modify for _PAGE_COW
- From: Rick Edgecombe <rick.p.edgecombe@xxxxxxxxx>
- [PATCH v2 20/39] mm/mprotect: Exclude shadow stack from preserve_write
- From: Rick Edgecombe <rick.p.edgecombe@xxxxxxxxx>
- [PATCH v2 12/39] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
- From: Rick Edgecombe <rick.p.edgecombe@xxxxxxxxx>
- [PATCH v2 19/39] mm/mmap: Add shadow stack pages to memory accounting
- From: Rick Edgecombe <rick.p.edgecombe@xxxxxxxxx>
- [PATCH v2 18/39] mm: Add guard pages around a shadow stack.
- From: Rick Edgecombe <rick.p.edgecombe@xxxxxxxxx>
- [PATCH v2 16/39] x86/mm: Update maybe_mkwrite() for shadow stack
- From: Rick Edgecombe <rick.p.edgecombe@xxxxxxxxx>
- [PATCH v2 17/39] mm: Fixup places that call pte_mkwrite() directly
- From: Rick Edgecombe <rick.p.edgecombe@xxxxxxxxx>
- [PATCH v2 15/39] x86/mm: Check Shadow Stack page fault errors
- From: Rick Edgecombe <rick.p.edgecombe@xxxxxxxxx>
- [PATCH v2 10/39] x86/mm: Introduce _PAGE_COW
- From: Rick Edgecombe <rick.p.edgecombe@xxxxxxxxx>
- [PATCH v2 09/39] x86/mm: Move pmd_write(), pud_write() up in the file
- From: Rick Edgecombe <rick.p.edgecombe@xxxxxxxxx>
- [PATCH v2 06/39] x86/fpu: Add helper for modifying xstate
- From: Rick Edgecombe <rick.p.edgecombe@xxxxxxxxx>
- [PATCH v2 05/39] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
- From: Rick Edgecombe <rick.p.edgecombe@xxxxxxxxx>
- [PATCH v2 07/39] x86/cet: Add user control-protection fault handler
- From: Rick Edgecombe <rick.p.edgecombe@xxxxxxxxx>
- [PATCH v2 08/39] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
- From: Rick Edgecombe <rick.p.edgecombe@xxxxxxxxx>
- [PATCH v2 04/39] x86/cpufeatures: Enable CET CR4 bit for shadow stack
- From: Rick Edgecombe <rick.p.edgecombe@xxxxxxxxx>
- [PATCH v2 03/39] x86/cpufeatures: Add CPU feature flags for shadow stacks
- From: Rick Edgecombe <rick.p.edgecombe@xxxxxxxxx>
- [PATCH v2 00/39] Shadowstacks for userspace
- From: Rick Edgecombe <rick.p.edgecombe@xxxxxxxxx>
- [PATCH v2 02/39] x86/cet/shstk: Add Kconfig option for Shadow Stack
- From: Rick Edgecombe <rick.p.edgecombe@xxxxxxxxx>
- [PATCH v2 01/39] Documentation/x86: Add CET description
- From: Rick Edgecombe <rick.p.edgecombe@xxxxxxxxx>
- Re: [PATCH v5 12/12] Documentation/x86: Update resctrl_ui.rst for new features
- From: Reinette Chatre <reinette.chatre@xxxxxxxxx>
- Re: [PATCH v5 01/12] x86/cpufeatures: Add Slow Memory Bandwidth Allocation feature flag
- From: Reinette Chatre <reinette.chatre@xxxxxxxxx>
- Re: [PATCH v4 10/14] gunyah: sysfs: Add node to describe supported features
- From: Elliot Berman <quic_eberman@xxxxxxxxxxx>
- Re: [PATCH v3 0/7] Rewrite the top-level index.rst
- From: Jonathan Corbet <corbet@xxxxxxx>
- Re: [PATCH v2 0/2] coding-style.rst: document BUG() and WARN() rules
- From: Jonathan Corbet <corbet@xxxxxxx>
- Re: [PATCH -next] Documentation: devres: add missing IO helper
- From: Jonathan Corbet <corbet@xxxxxxx>
- Re: [PATCH -next] Documentation: devres: update IRQ helper
- From: Jonathan Corbet <corbet@xxxxxxx>
- Re: [PATCH] Documentation/mm: modify page_referenced to folio_referenced
- From: Jonathan Corbet <corbet@xxxxxxx>
- Re: [PATCH] Documentation/CoC: Reflect current CoC interpretation and practices
- From: Jonathan Corbet <corbet@xxxxxxx>
- Re: [PATCH] docs/doc-guide: Add documentation on SPHINX_IMGMATH
- From: Jonathan Corbet <corbet@xxxxxxx>
- Re: [PATCH v1] docs: process/5.Posting.rst: clarify use of Reported-by: tag
- From: Jonathan Corbet <corbet@xxxxxxx>
- Re: [PATCH] docs, kprobes: Fix the wrong location of Kprobes
- From: Jonathan Corbet <corbet@xxxxxxx>
- Re: [PATCH v14 2/3] virt: Add TDX guest driver
- From: Sathyanarayanan Kuppuswamy <sathyanarayanan.kuppuswamy@xxxxxxxxxxxxxxx>
- Re: [PATCH v14 2/3] virt: Add TDX guest driver
- From: Wander Lairson Costa <wander@xxxxxxxxxx>
- Re: [PATCH v3 0/7] Rewrite the top-level index.rst
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [PATCH v4 09/14] mailbox: Add Gunyah message queue mailbox
- From: Jassi Brar <jassisinghbrar@xxxxxxxxx>
- Re: [PATCH v3 0/7] Rewrite the top-level index.rst
- From: Jonathan Corbet <corbet@xxxxxxx>
- Re: [PATCH v4 09/14] mailbox: Add Gunyah message queue mailbox
- From: Bjorn Andersson <andersson@xxxxxxxxxx>
- Re: [PATCH v8 6/8] KVM: Update lpage info when private/shared memory are mixed
- From: Isaku Yamahata <isaku.yamahata@xxxxxxxxx>
- Re: [PATCH v3 0/7] Rewrite the top-level index.rst
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH net-next 1/6] docs: add more netlink docs (incl. spec docs)
- From: Guillaume Nault <gnault@xxxxxxxxxx>
- Re: [PATCH net-next 1/6] docs: add more netlink docs (incl. spec docs)
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [PATCH v3 0/7] Rewrite the top-level index.rst
- From: Jonathan Corbet <corbet@xxxxxxx>
- Re: [PATCH net-next 1/6] docs: add more netlink docs (incl. spec docs)
- From: Guillaume Nault <gnault@xxxxxxxxxx>
- Re: [PATCH net-next 4/6] netlink: add a proto specification for FOU
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [PATCH net-next 1/6] docs: add more netlink docs (incl. spec docs)
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [PATCH net-next 1/6] docs: add more netlink docs (incl. spec docs)
- From: Guillaume Nault <gnault@xxxxxxxxxx>
- Re: [PATCH v5 12/12] Documentation/x86: Update resctrl_ui.rst for new features
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- [PATCH v2] Documentation: kunit: rewrite writing first test instructions
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Re: [PATCH v5 12/12] Documentation/x86: Update resctrl_ui.rst for new features
- From: "Moger, Babu" <babu.moger@xxxxxxx>
- Re: [PATCH] docs, kprobes: Fix the wrong location of Kprobes
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH] Documentation: kunit: rewrite writing first test instructions
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Re: [PATCH v2] Documentation: Kunit: Use full path to .kunitconfig
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- [PATCH] Documentation: kunit: rewrite writing first test instructions
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Re: [PATCH -next v4 1/3] selftests/memory-hotplug: Add checking after online or offline
- From: zhaogongyi <zhaogongyi@xxxxxxxxxx>
- Re: [PATCH v2 2/2] Documentation/process: Add text to indicate supporters should be mailed
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- Re: [PATCH v2 2/2] Documentation/process: Add text to indicate supporters should be mailed
- From: "Bryan O'Donoghue" <bryan.odonoghue@xxxxxxxxxx>
- Re: [PATCH v2 2/2] Documentation/process: Add text to indicate supporters should be mailed
- From: "Bryan O'Donoghue" <bryan.odonoghue@xxxxxxxxxx>
- Re: [PATCH] docs, kprobes: Fix the wrong location of Kprobes
- From: Tiezhu Yang <yangtiezhu@xxxxxxxxxxx>
- Re: [PATCH v9 4/9] docs: misc-devices: (smpro-errmon) Add documentation
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v9 5/9] misc: smpro-misc: Add Ampere's Altra SMpro misc driver
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v9 6/9] docs: misc-devices: (smpro-misc) Add documentation
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v9 3/9] misc: smpro-errmon: Add Ampere's SMpro error monitor driver
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH v9 9/9] docs: ABI: testing: Document the Ampere Altra Family's SMpro sysfs interfaces
- From: Quan Nguyen <quan@xxxxxxxxxxxxxxxxxxxxxx>
- [PATCH v9 8/9] mfd: Add Ampere's Altra SMpro MFD driver
- From: Quan Nguyen <quan@xxxxxxxxxxxxxxxxxxxxxx>
- [PATCH v9 7/9] dt-bindings: mfd: Add bindings for Ampere Altra SMPro MFD driver
- From: Quan Nguyen <quan@xxxxxxxxxxxxxxxxxxxxxx>
- [PATCH v9 6/9] docs: misc-devices: (smpro-misc) Add documentation
- From: Quan Nguyen <quan@xxxxxxxxxxxxxxxxxxxxxx>
- [PATCH v9 3/9] misc: smpro-errmon: Add Ampere's SMpro error monitor driver
- From: Quan Nguyen <quan@xxxxxxxxxxxxxxxxxxxxxx>
- [PATCH v9 5/9] misc: smpro-misc: Add Ampere's Altra SMpro misc driver
- From: Quan Nguyen <quan@xxxxxxxxxxxxxxxxxxxxxx>
- [PATCH v9 4/9] docs: misc-devices: (smpro-errmon) Add documentation
- From: Quan Nguyen <quan@xxxxxxxxxxxxxxxxxxxxxx>
- [PATCH v9 1/9] hwmon: smpro: Add Ampere's Altra smpro-hwmon driver
- From: Quan Nguyen <quan@xxxxxxxxxxxxxxxxxxxxxx>
- [PATCH v9 2/9] docs: hwmon: (smpro-hwmon) Add documentation
- From: Quan Nguyen <quan@xxxxxxxxxxxxxxxxxxxxxx>
- [PATCH v9 0/9] Add Ampere's Altra SMPro MFD and its child drivers
- From: Quan Nguyen <quan@xxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH net-next 1/6] docs: add more netlink docs (incl. spec docs)
- From: Nicolas Dichtel <nicolas.dichtel@xxxxxxxxx>
- [PATCH v4 4/4] Documentation: rs485: Fix struct referencing
- From: Ilpo Järvinen <ilpo.jarvinen@xxxxxxxxxxxxxxx>
- [PATCH v4 3/4] Documentation: rs485: Mention uart_get_rs485_mode()
- From: Ilpo Järvinen <ilpo.jarvinen@xxxxxxxxxxxxxxx>
- [PATCH v4 1/4] serial: Convert serial_rs485 to kernel doc
- From: Ilpo Järvinen <ilpo.jarvinen@xxxxxxxxxxxxxxx>
- [PATCH v4 0/4] serial: RS485 kerneldoc/documentation improvements
- From: Ilpo Järvinen <ilpo.jarvinen@xxxxxxxxxxxxxxx>
- [PATCH v4 2/4] Documentation: rs485: Link reference properly
- From: Ilpo Järvinen <ilpo.jarvinen@xxxxxxxxxxxxxxx>
- Re: [PATCH v3 1/4] serial: Convert serial_rs485 to kernel doc
- From: Ilpo Järvinen <ilpo.jarvinen@xxxxxxxxxxxxxxx>
- Re: [PATCH net-next 4/6] netlink: add a proto specification for FOU
- From: Nicolas Dichtel <nicolas.dichtel@xxxxxxxxx>
- Re: [PATCH -next v4 1/3] selftests/memory-hotplug: Add checking after online or offline
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH net-next 4/6] netlink: add a proto specification for FOU
- From: Nicolas Dichtel <nicolas.dichtel@xxxxxxxxx>
- Re: [PATCH 00/21] mm: introduce Designated Movable Blocks
- From: David Hildenbrand <david@xxxxxxxxxx>
- [PATCH v2] Documentation: Kunit: Use full path to .kunitconfig
- From: Khalid Masum <khalid.masum.92@xxxxxxxxx>
- Re: [PATCH v3 1/4] serial: Convert serial_rs485 to kernel doc
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Re: [PATCH v5 12/12] Documentation/x86: Update resctrl_ui.rst for new features
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Re: [PATCH v4] sched/numa: add per-process numa_balancing
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH v3 1/4] serial: Convert serial_rs485 to kernel doc
- From: Ilpo Järvinen <ilpo.jarvinen@xxxxxxxxxxxxxxx>
- Re: [PATCH] Documentation: Kunit: Use full path to .kunitconfig
- From: Khalid Masum <khalid.masum.92@xxxxxxxxx>
- Re: [PATCH v4] sched/numa: add per-process numa_balancing
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Re: [PATCH net-next 1/6] docs: add more netlink docs (incl. spec docs)
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Re: [PATCH v2 2/9] mm/vmstat: show start_pfn when zone spans pages
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH] drivers/perf: riscv_pmu_sbi: add perf_user_access sysctl
- From: Atish Patra <atishp@xxxxxxxxxxxxxx>
- Re: [PATCH v2 1/2] get_maintainer: Describe supporters and maintainers as required email recipients
- From: Thorsten Leemhuis <linux@xxxxxxxxxxxxx>
- Re: [PATCH v4 10/14] gunyah: sysfs: Add node to describe supported features
- From: Joe Perches <joe@xxxxxxxxxxx>
- Re: [PATCH -next v4 1/3] selftests/memory-hotplug: Add checking after online or offline
- From: zhaogongyi <zhaogongyi@xxxxxxxxxx>
- Re: [PATCH v2 2/2] Documentation/process: Add text to indicate supporters should be mailed
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- [PATCH v4] sched/numa: add per-process numa_balancing
- From: Gang Li <ligang.bdlg@xxxxxxxxxxxxx>
- Re: [PATCH v4 01/14] docs: gunyah: Introduce Gunyah Hypervisor
- From: Elliot Berman <quic_eberman@xxxxxxxxxxx>
- Re: [PATCH v4 01/14] docs: gunyah: Introduce Gunyah Hypervisor
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Re: [PATCH v3 1/4] serial: Convert serial_rs485 to kernel doc
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Re: [PATCH v2 1/2] get_maintainer: Describe supporters and maintainers as required email recipients
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- [PATCH net-next 1/6] docs: add more netlink docs (incl. spec docs)
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- [PATCH net-next 3/6] net: add basic C code generators for Netlink
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- [PATCH net-next 2/6] netlink: add schemas for YAML specs
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- [PATCH net-next 6/6] net: fou: use policy and operation tables generated from the spec
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- [PATCH net-next 4/6] netlink: add a proto specification for FOU
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- [PATCH net-next 5/6] net: fou: regenerate the uAPI from the spec
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- [PATCH net-next 0/6] Netlink protocol specs
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- [PATCH v2 2/2] Documentation/process: Add text to indicate supporters should be mailed
- From: "Bryan O'Donoghue" <bryan.odonoghue@xxxxxxxxxx>
- [PATCH v2 1/2] get_maintainer: Describe supporters and maintainers as required email recipients
- From: "Bryan O'Donoghue" <bryan.odonoghue@xxxxxxxxxx>
- [PATCH v2 0/2] Expand get_maintainer to be explicit about supporters
- From: "Bryan O'Donoghue" <bryan.odonoghue@xxxxxxxxxx>
- Re: [External] Re: [RFC] proc: Add a new isolated /proc/pid/mempolicy type.
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
- [PATCH v2 8/9] mm/page_alloc: make alloc_contig_pages DMB aware
- From: Doug Berger <opendmb@xxxxxxxxx>
- [PATCH v2 6/9] memblock: introduce MEMBLOCK_MOVABLE flag
- From: Doug Berger <opendmb@xxxxxxxxx>
- [PATCH v2 4/9] mm/page_alloc.c: allow oversized movablecore
- From: Doug Berger <opendmb@xxxxxxxxx>
- [PATCH v2 5/9] mm/page_alloc: introduce init_reserved_pageblock()
- From: Doug Berger <opendmb@xxxxxxxxx>
- [PATCH v2 9/9] mm/page_alloc: allow base for movablecore
- From: Doug Berger <opendmb@xxxxxxxxx>
- [PATCH v2 3/9] mm/page_alloc: calculate node_spanned_pages from pfns
- From: Doug Berger <opendmb@xxxxxxxxx>
- [PATCH v2 7/9] mm/dmb: Introduce Designated Movable Blocks
- From: Doug Berger <opendmb@xxxxxxxxx>
- [PATCH v2 0/9] mm: introduce Designated Movable Blocks
- From: Doug Berger <opendmb@xxxxxxxxx>
- [PATCH v2 1/9] lib/show_mem.c: display MovableOnly
- From: Doug Berger <opendmb@xxxxxxxxx>
- [PATCH v2 2/9] mm/vmstat: show start_pfn when zone spans pages
- From: Doug Berger <opendmb@xxxxxxxxx>
- [PATCH v14 0/3] Add TDX Guest Attestation support
- From: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@xxxxxxxxxxxxxxx>
- [PATCH v14 3/3] selftests: tdx: Test TDX attestation GetReport support
- From: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@xxxxxxxxxxxxxxx>
- [PATCH v14 2/3] virt: Add TDX guest driver
- From: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@xxxxxxxxxxxxxxx>
- [PATCH v14 1/3] x86/tdx: Make __tdx_module_call() usable in driver module
- From: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 0/2] kunit: add boot time parameter to enable KUnit
- From: Joe Fradley <joefradley@xxxxxxxxxx>
- Re: [PATCH v3 7/7] docs: add a man-pages link to the front page
- From: Jonathan Corbet <corbet@xxxxxxx>
- [PATCH v4 13/14] gunyah: rsc_mgr: Add auxiliary devices for console
- From: Elliot Berman <quic_eberman@xxxxxxxxxxx>
- [PATCH v4 12/14] gunyah: rsc_mgr: Add RPC for console services
- From: Elliot Berman <quic_eberman@xxxxxxxxxxx>
- [PATCH v4 08/14] virt: gunyah: msgq: Add hypercalls to send and receive messages
- From: Elliot Berman <quic_eberman@xxxxxxxxxxx>
- [PATCH v4 02/14] dt-bindings: Add binding for gunyah hypervisor
- From: Elliot Berman <quic_eberman@xxxxxxxxxxx>
- [PATCH v4 11/14] gunyah: rsc_mgr: Add resource manager RPC core
- From: Elliot Berman <quic_eberman@xxxxxxxxxxx>
- [PATCH v4 10/14] gunyah: sysfs: Add node to describe supported features
- From: Elliot Berman <quic_eberman@xxxxxxxxxxx>
- [PATCH v4 06/14] virt: gunyah: Add sysfs nodes
- From: Elliot Berman <quic_eberman@xxxxxxxxxxx>
- [PATCH v4 09/14] mailbox: Add Gunyah message queue mailbox
- From: Elliot Berman <quic_eberman@xxxxxxxxxxx>
- [PATCH v4 07/14] mailbox: Allow direct registration to a channel
- From: Elliot Berman <quic_eberman@xxxxxxxxxxx>
- [PATCH v4 14/14] tty: gunyah: Add tty console driver for RM Console Services
- From: Elliot Berman <quic_eberman@xxxxxxxxxxx>
- [PATCH v4 03/14] gunyah: Common types and error codes for Gunyah hypercalls
- From: Elliot Berman <quic_eberman@xxxxxxxxxxx>
- [PATCH v4 05/14] virt: gunyah: Add hypercalls to identify Gunyah
- From: Elliot Berman <quic_eberman@xxxxxxxxxxx>
- [PATCH v4 04/14] arm64: smccc: Include alternative-macros.h
- From: Elliot Berman <quic_eberman@xxxxxxxxxxx>
- [PATCH v4 01/14] docs: gunyah: Introduce Gunyah Hypervisor
- From: Elliot Berman <quic_eberman@xxxxxxxxxxx>
- [PATCH v4 00/14] Drivers for gunyah hypervisor
- From: Elliot Berman <quic_eberman@xxxxxxxxxxx>
- Re: [PATCH mm-unstable v15 08/14] mm: multi-gen LRU: support page table walks
- From: Yu Zhao <yuzhao@xxxxxxxxxx>
- Re: [PATCH mm-unstable v15 09/14] mm: multi-gen LRU: optimize multiple memcgs
- From: Yu Zhao <yuzhao@xxxxxxxxxx>
- Re: [PATCH v2 0/2] kunit: add boot time parameter to enable KUnit
- From: Tales Aparecida <tales.aparecida@xxxxxxxxx>
- Re: [PATCH v3 0/4] Implement IOCTL to get and clear soft dirty PTE
- From: Andrei Vagin <avagin@xxxxxxxxx>
- Re: [PATCH v10 25/27] x86: enable initial Rust support
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [PATCH v10 00/27] Rust support
- From: Wei Liu <wei.liu@xxxxxxxxxx>
- Re: [PATCH v10 00/27] Rust support
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [PATCH v5 12/12] Documentation/x86: Update resctrl_ui.rst for new features
- From: "Moger, Babu" <babu.moger@xxxxxxx>
- Re: [PATCH v2] mm: Make failslab writable again
- From: Hyeonggon Yoo <42.hyeyoo@xxxxxxxxx>
- Re: [PATCH v10 00/27] Rust support
- From: Wei Liu <wei.liu@xxxxxxxxxx>
- Re: [PATCH v3 7/7] docs: add a man-pages link to the front page
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
- Re: [PATCH v5 08/12] x86/resctrl: Add sysfs interface to read mbm_local_bytes event configuration
- From: "Moger, Babu" <babu.moger@xxxxxxx>
- Re: [PATCH v10 25/27] x86: enable initial Rust support
- From: Wei Liu <wei.liu@xxxxxxxxxx>
- Re: [PATCH v2 0/2] kunit: add boot time parameter to enable KUnit
- From: Joe Fradley <joefradley@xxxxxxxxxx>
- [PATCH v1 1/1] docs: filesystems: sysfs: Make text and code for ->show() consistent
- From: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
- [PATCH v1] docs: process/5.Posting.rst: clarify use of Reported-by: tag
- From: Thorsten Leemhuis <linux@xxxxxxxxxxxxx>
- Re: [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
- From: "Kirill A. Shutemov" <kirill@xxxxxxxxxxxxx>
- RE: [PATCH v5 09/12] x86/resctrl: Add sysfs interface to write mbm_total_bytes event configuration
- From: "Moger, Babu" <Babu.Moger@xxxxxxx>
- RE: [PATCH v5 06/12] x86/resctrl: Introduce data structure to support monitor configuration
- From: "Moger, Babu" <Babu.Moger@xxxxxxx>
- Re: [PATCH] Documentation: Kunit: Use full path to .kunitconfig
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Re: [PATCH -next v4 1/3] selftests/memory-hotplug: Add checking after online or offline
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [RFC net-next 2/4] ynl: add the schema for the schemas
- From: Rob Herring <robh@xxxxxxxxxx>
- Re: [PATCH] Documentation/process: Add text to indicate supporters should be mailed
- From: "Bryan O'Donoghue" <bryan.odonoghue@xxxxxxxxxx>
- Re: [PATCH] Documentation/process: Add text to indicate supporters should be mailed
- From: Thorsten Leemhuis <linux@xxxxxxxxxxxxx>
- Re: [PATCH v3 3/4] Documentation: rs485: Mention uart_get_rs485_mode()
- From: Ilpo Järvinen <ilpo.jarvinen@xxxxxxxxxxxxxxx>
- Re: [PATCH] Documentation/process: Add text to indicate supporters should be mailed
- From: "Bryan O'Donoghue" <bryan.odonoghue@xxxxxxxxxx>
- Re: [PATCH] Documentation/process: Add text to indicate supporters should be mailed
- From: "Bryan O'Donoghue" <bryan.odonoghue@xxxxxxxxxx>
- Re: [PATCH v3 0/4] serial: RS485 kerneldoc/documentation improvements
- From: Andy Shevchenko <andy.shevchenko@xxxxxxxxx>
- Re: [PATCH v3 3/4] Documentation: rs485: Mention uart_get_rs485_mode()
- From: Andy Shevchenko <andy.shevchenko@xxxxxxxxx>
- [PATCH v3 2/4] Documentation: rs485: Link reference properly
- From: Ilpo Järvinen <ilpo.jarvinen@xxxxxxxxxxxxxxx>
- [PATCH v3 4/4] Documentation: rs485: Fix struct referencing
- From: Ilpo Järvinen <ilpo.jarvinen@xxxxxxxxxxxxxxx>
- [PATCH v3 0/4] serial: RS485 kerneldoc/documentation improvements
- From: Ilpo Järvinen <ilpo.jarvinen@xxxxxxxxxxxxxxx>
- [PATCH v3 1/4] serial: Convert serial_rs485 to kernel doc
- From: Ilpo Järvinen <ilpo.jarvinen@xxxxxxxxxxxxxxx>
- [PATCH v3 3/4] Documentation: rs485: Mention uart_get_rs485_mode()
- From: Ilpo Järvinen <ilpo.jarvinen@xxxxxxxxxxxxxxx>
- [PATCH v1 1/2] docs/zh_CN: Update the translation of ksm to 6.0-rc7
- From: Yanteng Si <siyanteng@xxxxxxxxxxx>
- [PATCH v1 2/2] docs/zh_CN: Update the translation of page_owner to 6.0-rc7
- From: Yanteng Si <siyanteng@xxxxxxxxxxx>
- [PATCH v1 0/2] docs/zh_CN: Update mm to 6.0-rc7
- From: Yanteng Si <siyanteng@xxxxxxxxxxx>
- Re: [PATCH v10 14/27] vsprintf: add new `%pA` format specifier
- From: Sergey Senozhatsky <senozhatsky@xxxxxxxxxxxx>
- Re: [PATCH] Documentation/mm: modify page_referenced to folio_referenced
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- Re: [PATCH] Documentation/process: Add text to indicate supporters should be mailed
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- Re: [PATCH v3 7/7] docs: add a man-pages link to the front page
- From: Thorsten Leemhuis <linux@xxxxxxxxxxxxx>
- Re: [PATCH v3 0/4] Implement IOCTL to get and clear soft dirty PTE
- From: Muhammad Usama Anjum <usama.anjum@xxxxxxxxxxxxx>
- Re: [PATCH] Documentation: Kunit: Use full path to .kunitconfig
- From: David Gow <davidgow@xxxxxxxxxx>
- Re: [PATCH] Documentation/process: Add text to indicate supporters should be mailed
- From: Thorsten Leemhuis <linux@xxxxxxxxxxxxx>
- Re: [PATCH v5 12/12] Documentation/x86: Update resctrl_ui.rst for new features
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- [PATCH] Documentation: Kunit: Use full path to .kunitconfig
- From: Khalid Masum <khalid.masum.92@xxxxxxxxx>
- Re: [PATCH v3 2/7] docs: Rewrite the front page
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Re: [RFC] proc: Add a new isolated /proc/pid/mempolicy type.
- From: Abel Wu <wuyun.abel@xxxxxxxxxxxxx>
- Re: [PATCH v3] PCI: update the links for aer-inject git tree
- From: Shijie Huang <shijie@xxxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH net-next v7 5/7] ethtool: add interface to interact with Ethernet Power Equipment
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [PATCH net-next v7 2/7] net: add framework to support Ethernet PSE and PDs devices
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [PATCH net-next v7 4/7] net: mdiobus: search for PSE nodes by parsing PHY nodes.
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- [PATCH] Documentation/process: Add text to indicate supporters should be mailed
- From: "Bryan O'Donoghue" <bryan.odonoghue@xxxxxxxxxx>
- Re: [PATCH v4 2/2] arm64: support batched/deferred tlb shootdown during page reclamation
- From: Barry Song <21cnbao@xxxxxxxxx>
- Re: [RFC PATCH v2 0/5] Make BPF ring buffer overwritable
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH v3] PCI: update the links for aer-inject git tree
- From: Bjorn Helgaas <helgaas@xxxxxxxxxx>
- Re: [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- RE: [PATCH v5 2/2] x86/resctrl: Remove arch_has_empty_bitmaps
- From: "Yu, Fenghua" <fenghua.yu@xxxxxxxxx>
- RE: [PATCH v5 1/2] x86/resctrl: Fix min_cbm_bits for AMD
- From: "Yu, Fenghua" <fenghua.yu@xxxxxxxxx>
- Re: [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- RE: [PATCH v5 08/12] x86/resctrl: Add sysfs interface to read mbm_local_bytes event configuration
- From: "Yu, Fenghua" <fenghua.yu@xxxxxxxxx>
- RE: [PATCH v5 09/12] x86/resctrl: Add sysfs interface to write mbm_total_bytes event configuration
- From: "Yu, Fenghua" <fenghua.yu@xxxxxxxxx>
- RE: [PATCH v5 06/12] x86/resctrl: Introduce data structure to support monitor configuration
- From: "Yu, Fenghua" <fenghua.yu@xxxxxxxxx>
- Re: [RFC net-next 2/4] ynl: add the schema for the schemas
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [PATCH v3 0/7] Rewrite the top-level index.rst
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
- [PATCH v5 12/12] Documentation/x86: Update resctrl_ui.rst for new features
- From: Babu Moger <babu.moger@xxxxxxx>
- [PATCH v5 10/12] x86/resctrl: Add sysfs interface to write mbm_local_bytes event configuration
- From: Babu Moger <babu.moger@xxxxxxx>
- [PATCH v5 11/12] x86/resctrl: Replace smp_call_function_many() with on_each_cpu_mask()
- From: Babu Moger <babu.moger@xxxxxxx>
- [PATCH v5 09/12] x86/resctrl: Add sysfs interface to write mbm_total_bytes event configuration
- From: Babu Moger <babu.moger@xxxxxxx>
- [PATCH v5 08/12] x86/resctrl: Add sysfs interface to read mbm_local_bytes event configuration
- From: Babu Moger <babu.moger@xxxxxxx>
- [PATCH v5 07/12] x86/resctrl: Add sysfs interface to read mbm_total_bytes event configuration
- From: Babu Moger <babu.moger@xxxxxxx>
- [PATCH v5 06/12] x86/resctrl: Introduce data structure to support monitor configuration
- From: Babu Moger <babu.moger@xxxxxxx>
- [PATCH v5 05/12] x86/resctrl: Detect and configure Slow Memory Bandwidth allocation
- From: Babu Moger <babu.moger@xxxxxxx>
- [PATCH v5 04/12] x86/resctrl: Include new features in command line options
- From: Babu Moger <babu.moger@xxxxxxx>
- [PATCH v5 02/12] x86/resctrl: Add a new resource type RDT_RESOURCE_SMBA
- From: Babu Moger <babu.moger@xxxxxxx>
- [PATCH v5 01/12] x86/cpufeatures: Add Slow Memory Bandwidth Allocation feature flag
- From: Babu Moger <babu.moger@xxxxxxx>
- [PATCH v5 03/12] x86/cpufeatures: Add Bandwidth Monitoring Event Configuration feature flag
- From: Babu Moger <babu.moger@xxxxxxx>
- [PATCH v5 00/12] x86/resctrl: Support for AMD QoS new features
- From: Babu Moger <babu.moger@xxxxxxx>
- [PATCH v5 2/2] x86/resctrl: Remove arch_has_empty_bitmaps
- From: Babu Moger <babu.moger@xxxxxxx>
- [PATCH v5 0/2] x86/resctrl: Fix min_cbm_bits for AMD and code cleanup
- From: Babu Moger <babu.moger@xxxxxxx>
- [PATCH v5 1/2] x86/resctrl: Fix min_cbm_bits for AMD
- From: Babu Moger <babu.moger@xxxxxxx>
- Re: [PATCH v3 7/7] docs: add a man-pages link to the front page
- From: David Vernet <void@xxxxxxxxxxxxx>
- Re: [PATCH v3 6/7] docs: put atomic*.txt and memory-barriers.txt into the core-api book
- From: David Vernet <void@xxxxxxxxxxxxx>
- Re: [net-next v2 0/6] net: support QUIC crypto
- From: Adel Abouchaev <adel.abushaev@xxxxxxxxx>
- Re: [net-next v2 0/6] net: support QUIC crypto
- From: Willem de Bruijn <willemdebruijn.kernel@xxxxxxxxx>
- Re: [PATCH v1 3/3] landlock: Fix documentation style
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- Re: [PATCH v3 05/11] security: keys: trusted: Allow storage of PCR values in creation data
- From: Ben Boeckel <me@xxxxxxxxxxxxxx>
- Re: [PATCH v1 3/3] landlock: Fix documentation style
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- [PATCH v3 05/11] security: keys: trusted: Allow storage of PCR values in creation data
- From: Evan Green <evgreen@xxxxxxxxxxxx>
- [PATCH v3 00/11] Encrypted Hibernation
- From: Evan Green <evgreen@xxxxxxxxxxxx>
- Re: [net-next v2 0/6] net: support QUIC crypto
- From: Adel Abouchaev <adel.abushaev@xxxxxxxxx>
- Re: [PATCH v1 2/3] landlock: Slightly improve documentation and fix spelling
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- Re: [PATCH v1 1/3] samples/landlock: Print hints about ABI versions
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- Re: [PATCH v3 0/7] Rewrite the top-level index.rst
- From: Joe Perches <joe@xxxxxxxxxxx>
- [PATCH v3 5/7] docs: move asm-annotations.rst into core-api
- From: Jonathan Corbet <corbet@xxxxxxx>
- [PATCH v3 3/7] docs: reconfigure the HTML left column
- From: Jonathan Corbet <corbet@xxxxxxx>
- [PATCH v3 2/7] docs: Rewrite the front page
- From: Jonathan Corbet <corbet@xxxxxxx>
- [PATCH v3 7/7] docs: add a man-pages link to the front page
- From: Jonathan Corbet <corbet@xxxxxxx>
- [PATCH v3 6/7] docs: put atomic*.txt and memory-barriers.txt into the core-api book
- From: Jonathan Corbet <corbet@xxxxxxx>
- [PATCH v3 4/7] docs: remove some index.rst cruft
- From: Jonathan Corbet <corbet@xxxxxxx>
- [PATCH v3 0/7] Rewrite the top-level index.rst
- From: Jonathan Corbet <corbet@xxxxxxx>
- [PATCH v3 1/7] docs: promote the title of process/index.rst
- From: Jonathan Corbet <corbet@xxxxxxx>
- Re: [PATCH] Documentation/CoC: Reflect current CoC interpretation and practices
- From: Jonathan Corbet <corbet@xxxxxxx>
- Re: [PATCH] Documentation/CoC: Reflect current CoC interpretation and practices
- From: Kristen Carlson Accardi <kristen@xxxxxxxxxxxxxxx>
- Re: [PATCH v10 25/27] x86: enable initial Rust support
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v10 14/27] vsprintf: add new `%pA` format specifier
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [External] Re: [RFC] proc: Add a new isolated /proc/pid/mempolicy type.
- From: Michal Hocko <mhocko@xxxxxxxx>
- [PATCH v10 25/27] x86: enable initial Rust support
- From: Miguel Ojeda <ojeda@xxxxxxxxxx>
- [PATCH v10 24/27] docs: add Rust documentation
- From: Miguel Ojeda <ojeda@xxxxxxxxxx>
- [PATCH v10 14/27] vsprintf: add new `%pA` format specifier
- From: Miguel Ojeda <ojeda@xxxxxxxxxx>
- [PATCH v10 00/27] Rust support
- From: Miguel Ojeda <ojeda@xxxxxxxxxx>
- Re: [External] Re: [RFC] proc: Add a new isolated /proc/pid/mempolicy type.
- From: Abel Wu <wuyun.abel@xxxxxxxxxxxxx>
- Re: [PATCH v2 1/6] Documentation: fpga: dfl: Add documentation for DFHv1
- From: Ilpo Järvinen <ilpo.jarvinen@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 1/6] Documentation: fpga: dfl: Add documentation for DFHv1
- From: matthew.gerlach@xxxxxxxxxxxxxxx
- Re: [PATCH v2 4/6] fpga: dfl: add generic support for MSIX interrupts
- From: matthew.gerlach@xxxxxxxxxxxxxxx
- Re: [PATCH] Documentation/CoC: Reflect current CoC interpretation and practices
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Re: [PATCH -next v4 1/3] selftests/memory-hotplug: Add checking after online or offline
- From: zhaogongyi <zhaogongyi@xxxxxxxxxx>
- Re: [RFC] proc: Add a new isolated /proc/pid/mempolicy type.
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: [PATCH] overflow: Fix kern-doc markup for functions
- From: Akira Yokosawa <akiyks@xxxxxxxxx>
- Re: [PATCH v4 2/2] arm64: support batched/deferred tlb shootdown during page reclamation
- From: Yicong Yang <yangyicong@xxxxxxxxxx>
- Re: [PATCH] Documentation/CoC: Reflect current CoC interpretation and practices
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] overflow: Fix kern-doc markup for functions
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Re: [PATCH] Documentation/CoC: Reflect current CoC interpretation and practices
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Re: [PATCH] Documentation/CoC: Reflect current CoC interpretation and practices
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- [PATCH -next] Documentation: devres: update IRQ helper
- From: Yang Yingliang <yangyingliang@xxxxxxxxxx>
- Re: [PATCH] Documentation/CoC: Reflect current CoC interpretation and practices
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] Documentation/CoC: Reflect current CoC interpretation and practices
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Re: [PATCH -next] Documentation: devres: add missing IIO helpers
- From: Yang Yingliang <yangyingliang@xxxxxxxxxx>
- [PATCH -next] Documentation: devres: add missing IO helper
- From: Yang Yingliang <yangyingliang@xxxxxxxxxx>
- Re: [PATCH v2] mm: Make failslab writable again
- From: Alexander Atanasov <alexander.atanasov@xxxxxxxxxxxxx>
- Re: [PATCH -next v4 2/3] selftests/memory-hotplug: Restore memory before exit
- From: David Hildenbrand <david@xxxxxxxxxx>
- [PATCH -next] Documentation: devres: add missing IIO helpers
- From: Yang Yingliang <yangyingliang@xxxxxxxxxx>
- Re: [PATCH -next v4 1/3] selftests/memory-hotplug: Add checking after online or offline
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH] Documentation: NBD_REQUEST_MAGIC isn't a magic number
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 4/6] fpga: dfl: add generic support for MSIX interrupts
- From: Ilpo Järvinen <ilpo.jarvinen@xxxxxxxxxxxxxxx>
- Re: [PATCH v4 2/2] arm64: support batched/deferred tlb shootdown during page reclamation
- From: Anshuman Khandual <anshuman.khandual@xxxxxxx>
- [PATCH -next v4 3/3] docs: notifier-error-inject: Correct test's name
- From: Zhao Gongyi <zhaogongyi@xxxxxxxxxx>
- [PATCH -next v4 2/3] selftests/memory-hotplug: Restore memory before exit
- From: Zhao Gongyi <zhaogongyi@xxxxxxxxxx>
- [PATCH -next v4 1/3] selftests/memory-hotplug: Add checking after online or offline
- From: Zhao Gongyi <zhaogongyi@xxxxxxxxxx>
- [PATCH -next v4 0/3] Optimize and bugfix for memory-hotplug
- From: Zhao Gongyi <zhaogongyi@xxxxxxxxxx>
- Re: [RFC] proc: Add a new isolated /proc/pid/mempolicy type.
- From: Abel Wu <wuyun.abel@xxxxxxxxxxxxx>
- Re: [PATCH] overflow: Fix kern-doc markup for functions
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH] overflow: Fix kern-doc markup for functions
- From: Akira Yokosawa <akiyks@xxxxxxxxx>
- Re: [PATCH] docs/doc-guide: Add documentation on SPHINX_IMGMATH
- From: Akira Yokosawa <akiyks@xxxxxxxxx>
- Re: [PATCH -next v3 1/3] selftests/memory-hotplug: Add checking after online or offline
- From: zhaogongyi <zhaogongyi@xxxxxxxxxx>
- Re: [PATCH v2] mm: Make failslab writable again
- From: Hyeonggon Yoo <42.hyeyoo@xxxxxxxxx>
- [PATCH] Documentation: NBD_REQUEST_MAGIC isn't a magic number
- From: наб <nabijaczleweli@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH] Documentation/CoC: Reflect current CoC interpretation and practices
- From: Jonathan Corbet <corbet@xxxxxxx>
- Re: [PATCH -next v2] Documentation: devres: add missing SPI helper
- From: Jonathan Corbet <corbet@xxxxxxx>
- Re: [PATCH -next] Documentation: devres: add missing PINCTRL helpers
- From: Jonathan Corbet <corbet@xxxxxxx>
- Re: [PATCH] docs: hugetlbpage.rst: fix a typo of hugepage size
- From: Jonathan Corbet <corbet@xxxxxxx>
- Re: [PATCH V3 0/4] docs/zh_CN: core-api: Add some translations for the "Data structures" section(Part 1)
- From: Jonathan Corbet <corbet@xxxxxxx>
- Re: boot interrupt quirk (also in 4.19.y) breaks serial ports (was: [PATCH v2 0/2] pci: Add boot interrupt quirk mechanism for Xeon chipsets)
- From: Bjorn Helgaas <helgaas@xxxxxxxxxx>
- [PATCH] Documentation/CoC: Reflect current CoC interpretation and practices
- From: Kristen Carlson Accardi <kristen@xxxxxxxxxxxxxxx>
- Re: [PATCH] overflow: Fix kern-doc markup for functions
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH] overflow: Fix kern-doc markup for functions
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- [PATCH] ACPI: docs: Drop useless DSDT override documentation
- From: "Rafael J. Wysocki" <rjw@xxxxxxxxxxxxx>
- [PATCH] overflow: Fix kern-doc markup for functions
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH] docs, kprobes: Fix the wrong location of Kprobes
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH v4 02/18] a.out: remove define-only CMAGIC, previously magic number
- From: наб <nabijaczleweli@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH v4 02/18] a.out: remove define-only CMAGIC, previously magic number
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [RFC net-next 2/4] ynl: add the schema for the schemas
- From: Rob Herring <robh@xxxxxxxxxx>
- Re: [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- Re: [PATCH 3/3] xen/pv: support selecting safe/unsafe msr accesses
- From: Juergen Gross <jgross@xxxxxxxx>
- Re: [PATCH v6 4/8] phy: fsl: Add Lynx 10G SerDes driver
- From: Sean Anderson <sean.anderson@xxxxxxxx>
- Re: [PATCH 3/3] xen/pv: support selecting safe/unsafe msr accesses
- From: Jan Beulich <jbeulich@xxxxxxxx>
- [PATCH] Documentation/mm: modify page_referenced to folio_referenced
- From: Vernon Yang <vernon2gm@xxxxxxxxx>
- Re: [PATCH v2 4/6] fpga: dfl: add generic support for MSIX interrupts
- From: matthew.gerlach@xxxxxxxxxxxxxxx
- Re: [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
- From: "Kirill A. Shutemov" <kirill@xxxxxxxxxxxxx>
- Re: [PATCH v2 4/6] fpga: dfl: add generic support for MSIX interrupts
- From: matthew.gerlach@xxxxxxxxxxxxxxx
- Re: [PATCH RESEND] Documentation: kprobetrace: Improve readability
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
- From: Chao Peng <chao.p.peng@xxxxxxxxxxxxxxx>
- [PATCH 3/3] xen/pv: support selecting safe/unsafe msr accesses
- From: Juergen Gross <jgross@xxxxxxxx>
- [PATCH 0/3] xen/pv: sanitize xen pv guest msr accesses
- From: Juergen Gross <jgross@xxxxxxxx>
- Re: [PATCH v8 5/8] KVM: Register/unregister the guest private memory regions
- From: Chao Peng <chao.p.peng@xxxxxxxxxxxxxxx>
- Re: [PATCH v8 2/8] KVM: Extend the memslot to support fd-based private memory
- From: Chao Peng <chao.p.peng@xxxxxxxxxxxxxxx>
- Re: [External] Re: [RFC] proc: Add a new isolated /proc/pid/mempolicy type.
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: [PATCH] MAINTAINERS: Solve warning regarding inexistent atmel-usart binding
- From: <Sergiu.Moga@xxxxxxxxxxxxx>
- Re: [PATCH -next v3 1/3] selftests/memory-hotplug: Add checking after online or offline
- From: David Hildenbrand <david@xxxxxxxxxx>
- [PATCH -next v3 3/3] docs: notifier-error-inject: Correct test's name
- From: Zhao Gongyi <zhaogongyi@xxxxxxxxxx>
- [PATCH -next v3 0/3] Optimize and bugfix for memory-hotplug
- From: Zhao Gongyi <zhaogongyi@xxxxxxxxxx>
- [PATCH -next v3 1/3] selftests/memory-hotplug: Add checking after online or offline
- From: Zhao Gongyi <zhaogongyi@xxxxxxxxxx>
- [PATCH -next v3 2/3] selftests/memory-hotplug: Restore memory before exit
- From: Zhao Gongyi <zhaogongyi@xxxxxxxxxx>
- Re: [PATCH V3 0/4] docs/zh_CN: core-api: Add some translations for the "Data structures" section(Part 1)
- From: Binbin Zhou <zhoubinbin@xxxxxxxxxxx>
- Re: [External] Re: [RFC] proc: Add a new isolated /proc/pid/mempolicy type.
- From: Zhongkun He <hezhongkun.hzk@xxxxxxxxxxxxx>
- [PATCH net-next v7 5/7] ethtool: add interface to interact with Ethernet Power Equipment
- From: Oleksij Rempel <o.rempel@xxxxxxxxxxxxxx>
- [PATCH net-next v7 4/7] net: mdiobus: search for PSE nodes by parsing PHY nodes.
- From: Oleksij Rempel <o.rempel@xxxxxxxxxxxxxx>
- [PATCH net-next v7 2/7] net: add framework to support Ethernet PSE and PDs devices
- From: Oleksij Rempel <o.rempel@xxxxxxxxxxxxxx>
- [PATCH net-next v7 0/7] add generic PSE support
- From: Oleksij Rempel <o.rempel@xxxxxxxxxxxxxx>
- [PATCH net-next v7 6/7] dt-bindings: net: pse-dt: add bindings for regulator based PoDL PSE controller
- From: Oleksij Rempel <o.rempel@xxxxxxxxxxxxxx>
- [PATCH net-next v7 1/7] dt-bindings: net: phy: add PoDL PSE property
- From: Oleksij Rempel <o.rempel@xxxxxxxxxxxxxx>
- [PATCH net-next v7 7/7] net: pse-pd: add regulator based PSE driver
- From: Oleksij Rempel <o.rempel@xxxxxxxxxxxxxx>
- [PATCH net-next v7 3/7] net: mdiobus: fwnode_mdiobus_register_phy() rework error handling
- From: Oleksij Rempel <o.rempel@xxxxxxxxxxxxxx>
- Re: [PATCH v8 5/8] KVM: Register/unregister the guest private memory regions
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- Re: [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v8 2/8] KVM: Extend the memslot to support fd-based private memory
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- Re: [RFC] proc: Add a new isolated /proc/pid/mempolicy type.
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: [Intel-gfx] [PATCH v3 27/37] docs: gpu: i915.rst: gt: add more kernel-doc markups
- From: Mauro Carvalho Chehab <mchehab@xxxxxxxxxx>
- [RFC] proc: Add a new isolated /proc/pid/mempolicy type.
- From: hezhongkun <hezhongkun.hzk@xxxxxxxxxxxxx>
- Re: [PATCH 2/3] mm/page_table_check: Do WARN_ON instead of BUG_ON by default
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH 1/3] mm/page_table_check: Check writable zero page in page table check
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v4 02/18] a.out: remove define-only CMAGIC, previously magic number
- From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
- Re: [PATCH v1 1/3] coding-style.rst: document BUG() and WARN() rules ("do not crash the kernel")
- From: Kalle Valo <kvalo@xxxxxxxxxx>
- Re: [PATCH v1 2/3] landlock: Slightly improve documentation and fix spelling
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Re: [PATCH v1 2/3] landlock: Slightly improve documentation and fix spelling
- From: Akira Yokosawa <akiyks@xxxxxxxxx>
- Re: [PATCH v1 2/3] landlock: Slightly improve documentation and fix spelling
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Re: [PATCH bpf-next v4 2/2] Add table of BPF program types to libbpf docs
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Re: [PATCH v1 2/3] landlock: Slightly improve documentation and fix spelling
- From: Akira Yokosawa <akiyks@xxxxxxxxx>
- Re: [PATCH v2 6/7] docs: Expand the front-page CPU-architecture section
- From: Jonathan Corbet <corbet@xxxxxxx>
- Re: [PATCH v2 5/7] docs: move asm-annotations.rst into core-api
- From: Jonathan Corbet <corbet@xxxxxxx>
- Re: [net-next v2 0/6] net: support QUIC crypto
- From: Willem de Bruijn <willemdebruijn.kernel@xxxxxxxxx>
- [intel-tdx:guest-attest-wip 2/3] htmldocs: Documentation/virt/coco/tdx-guest.rst:28: WARNING: Title underline too short.
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v2 5/7] docs: move asm-annotations.rst into core-api
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Re: [PATCH v2 7/7] docs: put atomic*.txt and memory-barriers.txt into the core-api book
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Re: [PATCH v2 7/7] docs: put atomic*.txt and memory-barriers.txt into the core-api book
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
- Re: [PATCH v2 7/7] docs: put atomic*.txt and memory-barriers.txt into the core-api book
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Re: [PATCH RESEND] Documentation: kprobetrace: Improve readability
- From: Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx>
- Re: [PATCH v2 0/2] kunit: add boot time parameter to enable KUnit
- From: Tales Aparecida <tales.aparecida@xxxxxxxxx>
- Re: [PATCH RESEND] Documentation: kprobetrace: Improve readability
- From: Yoann Congal <yoann.congal@xxxxxxxx>
- Re: [PATCH v1 2/3] landlock: Slightly improve documentation and fix spelling
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Re: [PATCH v2 2/6] fpga: dfl: Move the DFH definitions
- From: Tom Rix <trix@xxxxxxxxxx>
- Re: [PATCH v1 3/3] landlock: Fix documentation style
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Re: [PATCH v2 1/6] Documentation: fpga: dfl: Add documentation for DFHv1
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Re: [PATCH] MAINTAINERS: Solve warning regarding inexistent atmel-usart binding
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH] string: Rewrite and add more kern-doc for the str*() functions
- From: Akira Yokosawa <akiyks@xxxxxxxxx>
- Re: [PATCH v6 4/8] phy: fsl: Add Lynx 10G SerDes driver
- From: Vinod Koul <vkoul@xxxxxxxxxx>
- Re: [PATCH] string: Rewrite and add more kern-doc for the str*() functions
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH] string: Rewrite and add more kern-doc for the str*() functions
- From: Akira Yokosawa <akiyks@xxxxxxxxx>
- Re: [PATCH v2 6/7] docs: Expand the front-page CPU-architecture section
- From: David Vernet <void@xxxxxxxxxxxxx>
- Re: [PATCH v2 5/7] docs: move asm-annotations.rst into core-api
- From: David Vernet <void@xxxxxxxxxxxxx>
- Re: [PATCH v2 4/7] docs: remove some index.rst cruft
- From: David Vernet <void@xxxxxxxxxxxxx>
- Re: [PATCH v2 3/7] docs: reconfigure the HTML left column
- From: David Vernet <void@xxxxxxxxxxxxx>
- Re: [PATCH v2 5/7] docs: move asm-annotations.rst into core-api
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v2 2/7] docs: Rewrite the front page
- From: David Vernet <void@xxxxxxxxxxxxx>
- Re: [PATCH v2 0/4] Rewrite the top-level index.rst
- From: David Vernet <void@xxxxxxxxxxxxx>
- Re: [PATCH] Documentation: arm: marvell: Add Orion codenames and archive homepage
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: [PATCH 00/21] mm: introduce Designated Movable Blocks
- From: Doug Berger <opendmb@xxxxxxxxx>
- Re: [PATCH v1 3/3] landlock: Fix documentation style
- From: Günther Noack <gnoack3000@xxxxxxxxx>
- Re: [PATCH v1 2/3] landlock: Slightly improve documentation and fix spelling
- From: Günther Noack <gnoack3000@xxxxxxxxx>
- Re: [PATCH v1 1/3] samples/landlock: Print hints about ABI versions
- From: Günther Noack <gnoack3000@xxxxxxxxx>
- Re: boot interrupt quirk (also in 4.19.y) breaks serial ports (was: [PATCH v2 0/2] pci: Add boot interrupt quirk mechanism for Xeon chipsets)
- From: Grzegorz Halat <ghalat@xxxxxxxxxx>
- Re: [PATCH v2 2/7] docs: Rewrite the front page
- From: Jonathan Corbet <corbet@xxxxxxx>
- Re: [PATCH v2 7/7] docs: put atomic*.txt and memory-barriers.txt into the core-api book
- From: Jonathan Corbet <corbet@xxxxxxx>
- Re: [PATCH v2 2/7] docs: Rewrite the front page
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
- Re: [PATCH v2 0/4] Rewrite the top-level index.rst
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
- Re: [PATCH v2 7/7] docs: put atomic*.txt and memory-barriers.txt into the core-api book
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
- Re: [PATCH] locking/memory-barriers.txt: Improve documentation for writel() usage
- From: "Arnd Bergmann" <arnd@xxxxxxxx>
- Re: [PATCH v2 1/7] docs: promote the title of process/index.html
- From: Jonathan Corbet <corbet@xxxxxxx>
- Re: [PATCH v2 1/7] docs: promote the title of process/index.html
- From: David Vernet <void@xxxxxxxxxxxxx>
- Re: [PATCH v2 0/4] Rewrite the top-level index.rst
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v2 5/6] fpga: dfl: parse the location of the feature's registers from DFHv1
- From: "Muddebihal, Basheer Ahmed" <basheer.ahmed.muddebihal@xxxxxxxxxxxxxxx>
- RE: [PATCH] locking/memory-barriers.txt: Improve documentation for writel() usage
- From: Parav Pandit <parav@xxxxxxxxxx>
- [PATCH v1 3/3] landlock: Fix documentation style
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- [PATCH v1 2/3] landlock: Slightly improve documentation and fix spelling
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- [PATCH v1 1/3] samples/landlock: Print hints about ABI versions
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- [PATCH v1 0/3] Improve Landlock help
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- Re: [PATCH v2 6/6] tty: serial: 8250: add DFL bus driver for Altera 16550.
- From: Ilpo Järvinen <ilpo.jarvinen@xxxxxxxxxxxxxxx>
[Index of Archives]
[Kernel Announce]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]