Linux Arch
[Prev Page][Next Page]
- [RFC -next 00/10] Add ZC notifications to splice and sendfile,
Joe Damato
- [RFC -next 01/10] splice: Add ubuf_info to prepare for ZC, Joe Damato
- [RFC -next 02/10] splice: Add helper that passes through splice_desc, Joe Damato
- [RFC -next 03/10] splice: Factor splice_socket into a helper, Joe Damato
- [RFC -next 04/10] splice: Add SPLICE_F_ZC and attach ubuf, Joe Damato
- [RFC -next 05/10] fs: Add splice_write_sd to file operations, Joe Damato
- [RFC -next 07/10] fs: Add sendfile2 which accepts a flags argument, Joe Damato
- [RFC -next 06/10] fs: Extend do_sendfile to take a flags argument, Joe Damato
- [RFC -next 09/10] fs: Add sendfile2 syscall, Joe Damato
- [RFC -next 08/10] fs: Add sendfile flags for sendfile2, Joe Damato
- [RFC -next 10/10] selftests: Add sendfile zerocopy notification test, Joe Damato
- [no subject], Unknown
- [PATCH 00/11] Always call constructor for kernel page tables,
Kevin Brodsky
- [PATCH 01/11] mm: Pass mm down to pagetable_{pte,pmd}_ctor, Kevin Brodsky
- [PATCH 02/11] mm: Call ctor/dtor for kernel PTEs, Kevin Brodsky
- [PATCH 03/11] m68k: mm: Call ctor/dtor for kernel PTEs, Kevin Brodsky
- [PATCH 05/11] sparc64: mm: Call ctor/dtor for kernel PTEs, Kevin Brodsky
- [PATCH 04/11] powerpc: mm: Call ctor/dtor for kernel PTEs, Kevin Brodsky
- [PATCH 06/11] mm: Skip ptlock_init() for kernel PMDs, Kevin Brodsky
- [PATCH 07/11] arm64: mm: Use enum to identify pgtable level instead of *_SHIFT, Kevin Brodsky
- [PATCH 09/11] riscv: mm: Clarify ctor mm argument in alloc_{pte,pmd}_late, Kevin Brodsky
- [PATCH 10/11] arm64: mm: Call PUD/P4D ctor in __create_pgd_mapping(), Kevin Brodsky
- [PATCH 08/11] arm64: mm: Always call PTE/PMD ctor in __create_pgd_mapping(), Kevin Brodsky
- [PATCH 11/11] riscv: mm: Call PUD/P4D ctor in special kernel pgtable alloc, Kevin Brodsky
- Re: [PATCH 00/11] Always call constructor for kernel page tables, Ryan Roberts
- [arnd-asm-generic:asm-generic] BUILD SUCCESS 9d48cc07d0d7f72d4d44c75f5f7d3471d60f2213, kernel test robot
- [PATCH 0/6] asm-generic: io.h cleanups,
Arnd Bergmann
- [PATCH hyperv-next v6 00/11] arm64: hyperv: Support Virtual Trust Level Boot,
Roman Kisel
- [PATCH hyperv-next v6 02/11] arm64: hyperv: Use SMCCC to detect hypervisor presence, Roman Kisel
- [PATCH hyperv-next v6 03/11] Drivers: hv: Enable VTL mode for arm64, Roman Kisel
- [PATCH hyperv-next v6 04/11] Drivers: hv: Provide arch-neutral implementation of get_vtl(), Roman Kisel
- [PATCH hyperv-next v6 01/11] arm64: kvm, smccc: Introduce and use API for detecting hypervisor presence, Roman Kisel
- [PATCH hyperv-next v6 05/11] arm64: hyperv: Initialize the Virtual Trust Level field, Roman Kisel
- [PATCH hyperv-next v6 06/11] arm64, x86: hyperv: Report the VTL the system boots in, Roman Kisel
- [PATCH hyperv-next v6 07/11] dt-bindings: microsoft,vmbus: Add interrupt and DMA coherence properties, Roman Kisel
- [PATCH hyperv-next v6 09/11] Drivers: hv: vmbus: Introduce hv_get_vmbus_root_device(), Roman Kisel
- [PATCH hyperv-next v6 08/11] Drivers: hv: vmbus: Get the IRQ number from DeviceTree, Roman Kisel
- [PATCH hyperv-next v6 10/11] ACPI: irq: Introduce acpi_get_gsi_dispatcher(), Roman Kisel
- [PATCH hyperv-next v6 11/11] PCI: hv: Get vPCI MSI IRQ domain from DeviceTree, Roman Kisel
- [PATCH v12 00/28] riscv control-flow integrity for usermode,
Deepak Gupta
- [PATCH v12 01/28] mm: VM_SHADOW_STACK definition for riscv, Deepak Gupta
- [PATCH v12 02/28] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml), Deepak Gupta
- [PATCH v12 04/28] riscv: zicfiss / zicfilp extension csr and bit definitions, Deepak Gupta
- [PATCH v12 03/28] riscv: zicfiss / zicfilp enumeration, Deepak Gupta
- [PATCH v12 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit, Deepak Gupta
- [PATCH v12 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE, Deepak Gupta
- [PATCH v12 07/28] riscv mm: manufacture shadow stack pte, Deepak Gupta
- [PATCH v12 08/28] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs, Deepak Gupta
- [PATCH v12 09/28] riscv mmu: write protect and shadow stack, Deepak Gupta
- [PATCH v12 10/28] riscv/mm: Implement map_shadow_stack() syscall, Deepak Gupta
- [PATCH v12 11/28] riscv/shstk: If needed allocate a new shadow stack on clone, Deepak Gupta
- [PATCH v12 12/28] riscv: Implements arch agnostic shadow stack prctls, Deepak Gupta
- [PATCH v12 13/28] prctl: arch-agnostic prctl for indirect branch tracking, Deepak Gupta
- [PATCH v12 14/28] riscv: Implements arch agnostic indirect branch tracking prctls, Deepak Gupta
- [PATCH v12 15/28] riscv/traps: Introduce software check exception, Deepak Gupta
- [PATCH v12 17/28] riscv/signal: save and restore of shadow stack for signal, Deepak Gupta
- [PATCH v12 16/28] riscv: signal: abstract header saving for setup_sigcontext, Deepak Gupta
- [PATCH v12 18/28] riscv/kernel: update __show_regs to print shadow stack register, Deepak Gupta
- [PATCH v12 19/28] riscv/ptrace: riscv cfi status and state via ptrace and in core files, Deepak Gupta
- [PATCH v12 20/28] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe, Deepak Gupta
- [PATCH v12 21/28] riscv: Add Firmware Feature SBI extensions definitions, Deepak Gupta
- [PATCH v12 22/28] riscv: enable kernel access to shadow stack memory via FWFT sbi call, Deepak Gupta
- [PATCH v12 23/28] riscv: kernel command line option to opt out of user cfi, Deepak Gupta
- [PATCH v12 24/28] arch/riscv: compile vdso with landing pad, Deepak Gupta
- [PATCH v12 26/28] riscv: Documentation for landing pad / indirect branch tracking, Deepak Gupta
- [PATCH v12 25/28] riscv: create a config for shadow stack and landing pad instr support, Deepak Gupta
- [PATCH v12 28/28] kselftest/riscv: kselftest for user mode cfi, Deepak Gupta
- [PATCH v12 27/28] riscv: Documentation for shadow stack on riscv, Deepak Gupta
- [PATCH v6 00/10] Introduce /dev/mshv root partition driver,
Nuno Das Neves
- [PATCH v6 02/10] x86/mshyperv: Add support for extended Hyper-V features, Nuno Das Neves
- [PATCH v6 01/10] hyperv: Log hypercall status codes as strings, Nuno Das Neves
- [PATCH v6 04/10] hyperv: Introduce hv_recommend_using_aeoi(), Nuno Das Neves
- [PATCH v6 03/10] arm64/hyperv: Add some missing functions to arm64, Nuno Das Neves
- [PATCH v6 05/10] acpi: numa: Export node_to_pxm(), Nuno Das Neves
- [PATCH v6 06/10] Drivers: hv: Export some functions for use by root partition module, Nuno Das Neves
- [PATCH v6 08/10] x86: hyperv: Add mshv_handler() irq handler and setup function, Nuno Das Neves
- [PATCH v6 07/10] Drivers: hv: Introduce per-cpu event ring tail, Nuno Das Neves
- [PATCH v6 09/10] hyperv: Add definitions for root partition driver to hv headers, Nuno Das Neves
- [PATCH v6 10/10] Drivers: hv: Introduce mshv_root module to expose /dev/mshv to VMMs, Nuno Das Neves
- Re: [PATCH v6 00/10] Introduce /dev/mshv root partition driver, Wei Liu
- [PATCH 00/41] treewide: Replace __ASSEMBLY__ with __ASSEMBLER__ in header files,
Thomas Huth
- [PATCH 01/41] uapi: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers, Thomas Huth
- [PATCH 03/41] alpha: Replace __ASSEMBLY__ with __ASSEMBLER__ in the alpha headers, Thomas Huth
- [PATCH 04/41] arc: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers, Thomas Huth
- [PATCH 06/41] arm: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers, Thomas Huth
- [PATCH 02/41] include: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers, Thomas Huth
- [PATCH 05/41] arc: Replace __ASSEMBLY__ with __ASSEMBLER__ in the non-uapi headers, Thomas Huth
- [PATCH 08/41] arm64: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers, Thomas Huth
- [PATCH 07/41] arm: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers, Thomas Huth
- [PATCH 11/41] csky: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers, Thomas Huth
- [PATCH 09/41] arm64: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers, Thomas Huth
- [PATCH 10/41] csky: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi header, Thomas Huth
- [PATCH 12/41] hexagon: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers, Thomas Huth
- [PATCH 13/41] hexagon: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers, Thomas Huth
- [PATCH 16/41] m68k: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers, Thomas Huth
- [PATCH 14/41] loongarch: Replace __ASSEMBLY__ with __ASSEMBLER__ in the loongarch headers, Thomas Huth
- [PATCH 17/41] microblaze: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers, Thomas Huth
- [PATCH 20/41] nios2: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers, Thomas Huth
- [PATCH 15/41] m68k: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers, Thomas Huth
- [PATCH 18/41] microblaze: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers, Thomas Huth
- [PATCH 19/41] mips: Replace __ASSEMBLY__ with __ASSEMBLER__ in the mips headers, Thomas Huth
- [PATCH 22/41] openrisc: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers, Thomas Huth
- [PATCH 23/41] openrisc: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers, Thomas Huth
- [PATCH 21/41] nios2: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers, Thomas Huth
- [PATCH 25/41] parisc: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers, Thomas Huth
- [PATCH 28/41] riscv: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers, Thomas Huth
- [PATCH 24/41] parisc: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers, Thomas Huth
- [PATCH 26/41] powerpc: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers, Thomas Huth
- [PATCH 27/41] powerpc: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers, Thomas Huth
- [PATCH 32/41] sh: Replace __ASSEMBLY__ with __ASSEMBLER__ in the SuperH headers, Thomas Huth
- [PATCH 29/41] riscv: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers, Thomas Huth
- [PATCH 30/41] s390/uapi: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers, Thomas Huth
- [PATCH 31/41] s390x: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers, Thomas Huth
- [PATCH 34/41] sparc: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers, Thomas Huth
- [PATCH 33/41] sparc: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers, Thomas Huth
- [PATCH 36/41] x86: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers, Thomas Huth
- [PATCH 35/41] um: Replace __ASSEMBLY__ with __ASSEMBLER__ in the usermode headers, Thomas Huth
- [PATCH 37/41] x86: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers, Thomas Huth
- [PATCH 38/41] xtensa: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers, Thomas Huth
- [PATCH 41/41] treewide: Stop defining __ASSEMBLY__ for assembler files, Thomas Huth
- [PATCH 39/41] xtensa: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers, Thomas Huth
- [PATCH 40/41] scripts/dtc: Update fdt.h to the latest version, Thomas Huth
- [PATCH] codetag: Avoid unused alloc_tags sections/symbols,
Petr Pavlu
- [PATCH v2 00/13] arch, mm: reduce code duplication in mem_init(),
Mike Rapoport
- [PATCH v2 01/13] arm: mem_init: use memblock_phys_free() to free DMA memory on SA1111, Mike Rapoport
- [PATCH v2 02/13] csky: move setup_initrd() to setup.c, Mike Rapoport
- [PATCH v2 04/13] MIPS: consolidate mem_init() for NUMA machines, Mike Rapoport
- [PATCH v2 03/13] hexagon: move initialization of init_mm.context init to paging_init(), Mike Rapoport
- [PATCH v2 05/13] MIPS: make setup_zero_pages() use memblock, Mike Rapoport
- [PATCH v2 06/13] nios2: move pr_debug() about memory start and end to setup_arch(), Mike Rapoport
- [PATCH v2 08/13] xtensa: split out printing of virtual memory layout to a function, Mike Rapoport
- [PATCH v2 09/13] arch, mm: set max_mapnr when allocating memory map for FLATMEM, Mike Rapoport
- [PATCH v2 07/13] s390: make setup_zero_pages() use memblock, Mike Rapoport
- [PATCH v2 10/13] arch, mm: set high_memory in free_area_init(), Mike Rapoport
- [PATCH v2 12/13] arch, mm: introduce arch_mm_preinit, Mike Rapoport
- [PATCH v2 11/13] arch, mm: streamline HIGHMEM freeing, Mike Rapoport
- [PATCH v2 13/13] arch, mm: make releasing of memory to page allocator more explicit, Mike Rapoport
- Re: [PATCH v2 00/13] arch, mm: reduce code duplication in mem_init(), Mark Brown
- [PATCH v4 00/14] Add support for suppressing warning backtraces,
Alessandro Carminati
- [PATCH v4 01/14] bug/kunit: Core support for suppressing warning backtraces, Alessandro Carminati
- [PATCH v4 02/14] kunit: bug: Count suppressed warning backtraces, Alessandro Carminati
- [PATCH v4 03/14] kunit: Add test cases for backtrace warning suppression, Alessandro Carminati
- [PATCH v4 04/14] kunit: Add documentation for warning backtrace suppression API, Alessandro Carminati
- [PATCH v4 05/14] drm: Suppress intentional warning backtraces in scaling unit tests, Alessandro Carminati
- [PATCH v4 07/14] arm64: Add support for suppressing warning backtraces, Alessandro Carminati
- [PATCH v4 08/14] loongarch: Add support for suppressing warning backtraces, Alessandro Carminati
- [PATCH v4 06/14] x86: Add support for suppressing warning backtraces, Alessandro Carminati
- [PATCH v4 11/14] sh: Add support for suppressing warning backtraces, Alessandro Carminati
- [PATCH v4 13/14] riscv: Add support for suppressing warning backtraces, Alessandro Carminati
- [PATCH v4 14/14] powerpc: Add support for suppressing warning backtraces, Alessandro Carminati
- [PATCH v4 10/14] s390: Add support for suppressing warning backtraces, Alessandro Carminati
- [PATCH v4 12/14] sh: Move defines needed for suppressing warning backtraces, Alessandro Carminati
- [PATCH v4 09/14] parisc: Add support for suppressing warning backtraces, Alessandro Carminati
- Re: [PATCH v4 00/14] Add support for suppressing warning backtraces, Kees Cook
- [PATCH v2 0/6] hyperv: Introduce new way to manage hypercall args,
mhkelley58
- [PATCH] MIPS: use memblock_alloc_or_panic() in setup_zero_page(), Mike Rapoport (Microsoft)
- [PATCH] s390: use memblock_alloc_or_panic() in setup_zero_page(), Mike Rapoport (Microsoft)
- [PATCH v11 00/27] riscv control-flow integrity for usermode,
Deepak Gupta
- [PATCH v11 01/27] mm: VM_SHADOW_STACK definition for riscv, Deepak Gupta
- [PATCH v11 02/27] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml), Deepak Gupta
- [PATCH v11 03/27] riscv: zicfiss / zicfilp enumeration, Deepak Gupta
- [PATCH v11 04/27] riscv: zicfiss / zicfilp extension csr and bit definitions, Deepak Gupta
- [PATCH v11 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit, Deepak Gupta
- [PATCH v11 06/27] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE, Deepak Gupta
- [PATCH v11 07/27] riscv mm: manufacture shadow stack pte, Deepak Gupta
- [PATCH v11 09/27] riscv mmu: write protect and shadow stack, Deepak Gupta
- [PATCH v11 08/27] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs, Deepak Gupta
- [PATCH v11 10/27] riscv/mm: Implement map_shadow_stack() syscall, Deepak Gupta
- [PATCH v11 11/27] riscv/shstk: If needed allocate a new shadow stack on clone, Deepak Gupta
- [PATCH v11 12/27] riscv: Implements arch agnostic shadow stack prctls, Deepak Gupta
- [PATCH v11 13/27] prctl: arch-agnostic prctl for indirect branch tracking, Deepak Gupta
- [PATCH v11 14/27] riscv/traps: Introduce software check exception, Deepak Gupta
- [PATCH v11 15/27] riscv: signal: abstract header saving for setup_sigcontext, Deepak Gupta
- [PATCH v11 17/27] riscv/kernel: update __show_regs to print shadow stack register, Deepak Gupta
- [PATCH v11 16/27] riscv/signal: save and restore of shadow stack for signal, Deepak Gupta
- [PATCH v11 18/27] riscv/ptrace: riscv cfi status and state via ptrace and in core files, Deepak Gupta
- [PATCH v11 19/27] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe, Deepak Gupta
- [PATCH v11 20/27] riscv: Add Firmware Feature SBI extensions definitions, Deepak Gupta
- [PATCH v11 23/27] arch/riscv: compile vdso with landing pad, Deepak Gupta
- [PATCH v11 21/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call, Deepak Gupta
- [PATCH v11 24/27] riscv: create a config for shadow stack and landing pad instr support, Deepak Gupta
- [PATCH v11 22/27] riscv: kernel command line option to opt out of user cfi, Deepak Gupta
- [PATCH v11 25/27] riscv: Documentation for landing pad / indirect branch tracking, Deepak Gupta
- [PATCH v11 26/27] riscv: Documentation for shadow stack on riscv, Deepak Gupta
- [PATCH v11 27/27] kselftest/riscv: kselftest for user mode cfi, Deepak Gupta
- [arnd-asm-generic:master 4/4] include/asm-generic/io.h:878:18: error: conflicting types for 'ioread64'; have 'u64(const void *)' {aka 'long long unsigned int(const void *)'}, kernel test robot
- [arnd-asm-generic:asm-generic] BUILD SUCCESS 51d1826adbe1b018cf4ba8120dc04848d88438e6, kernel test robot
- [PATCH hyperv-next v5 00/11] arm64: hyperv: Support Virtual Trust Level Boot,
Roman Kisel
- [PATCH hyperv-next v5 01/11] arm64: kvm, smccc: Introduce and use API for detectting hypervisor presence, Roman Kisel
- [PATCH hyperv-next v5 02/11] arm64: hyperv: Use SMCCC to detect hypervisor presence, Roman Kisel
- [PATCH hyperv-next v5 03/11] Drivers: hv: Enable VTL mode for arm64, Roman Kisel
- [PATCH hyperv-next v5 04/11] Drivers: hv: Provide arch-neutral implementation of get_vtl(), Roman Kisel
- [PATCH hyperv-next v5 05/11] arm64: hyperv: Initialize the Virtual Trust Level field, Roman Kisel
- [PATCH hyperv-next v5 06/11] arm64, x86: hyperv: Report the VTL the system boots in, Roman Kisel
- [PATCH hyperv-next v5 07/11] dt-bindings: microsoft,vmbus: Add interrupts and DMA coherence, Roman Kisel
- [PATCH hyperv-next v5 08/11] Drivers: hv: vmbus: Get the IRQ number from DeviceTree, Roman Kisel
- [PATCH hyperv-next v5 10/11] ACPI: irq: Introduce acpi_get_gsi_dispatcher(), Roman Kisel
- [PATCH hyperv-next v5 11/11] PCI: hv: Get vPCI MSI IRQ domain from DeviceTree, Roman Kisel
- [PATCH hyperv-next v5 09/11] Drivers: hv: vmbus: Introduce hv_get_vmbus_root_device(), Roman Kisel
- [PATCH 00/13] arch, mm: reduce code duplication in mem_init(),
Mike Rapoport
- [PATCH 01/13] arm: mem_init: use memblock_phys_free() to free DMA memory on SA1111, Mike Rapoport
- [PATCH 02/13] csky: move setup_initrd() to setup.c, Mike Rapoport
- [PATCH 03/13] hexagon: move initialization of init_mm.context init to paging_init(), Mike Rapoport
- [PATCH 04/13] MIPS: consolidate mem_init() for NUMA machines, Mike Rapoport
- [PATCH 05/13] MIPS: make setup_zero_pages() use memblock, Mike Rapoport
- [PATCH 06/13] nios2: move pr_debug() about memory start and end to setup_arch(), Mike Rapoport
- [PATCH 07/13] s390: make setup_zero_pages() use memblock, Mike Rapoport
- [PATCH 08/13] xtensa: split out printing of virtual memory layout to a function, Mike Rapoport
- [PATCH 09/13] arch, mm: set max_mapnr when allocating memory map for FLATMEM, Mike Rapoport
- [PATCH 10/13] arch, mm: set high_memory in free_area_init(), Mike Rapoport
- [PATCH 11/13] arch, mm: streamline HIGHMEM freeing, Mike Rapoport
- [PATCH 12/13] arch, mm: introduce arch_mm_preinit, Mike Rapoport
- [PATCH 13/13] arch, mm: make releasing of memory to page allocator more explicit, Mike Rapoport
- Re: [PATCH 00/13] arch, mm: reduce code duplication in mem_init(), Dave Hansen
- Re: [PATCH 00/13] arch, mm: reduce code duplication in mem_init(), Andrew Morton
- [PATCH v7 0/6] ptrace: introduce PTRACE_SET_SYSCALL_INFO API,
Dmitry V. Levin
- [PATCH 00/19] vdso: Rework struct vdso_time_data and introduce struct vdso_clock,
Thomas Weißschuh
- [PATCH 05/19] vdso/helpers: Prepare introduction of struct vdso_clock, Thomas Weißschuh
- [PATCH 13/19] vdso/namespace: Rename timens_setup_vdso_data() to reflect new vdso_clock struct, Thomas Weißschuh
- [PATCH 02/19] arm64: Make asm/cache.h compatible with vDSO, Thomas Weißschuh
- [PATCH 03/19] vdso: Make vdso_time_data cacheline aligned, Thomas Weißschuh
- [PATCH 04/19] vdso/datapage: Define for vdso_data to make rework of vdso possible, Thomas Weißschuh
- [PATCH 08/19] vdso/gettimeofday: Prepare do_hres_timens() for introduction of struct vdso_clock, Thomas Weißschuh
- [PATCH 07/19] vdso/gettimeofday: Prepare do_hres() for introduction of struct vdso_clock, Thomas Weißschuh
- [PATCH 06/19] vdso/gettimeofday: Prepare introduction of struct vdso_clock, Thomas Weißschuh
- [PATCH 10/19] vdso/gettimeofday: Prepare do_coarse_timens() for introduction of struct vdso_clock, Thomas Weißschuh
- [PATCH 11/19] vdso/gettimeofday: Prepare helper functions for introduction of struct vdso_clock, Thomas Weißschuh
- [PATCH 17/19] powerpc/vdso: Prepare introduction of struct vdso_clock, Thomas Weißschuh
- [PATCH 14/19] time/namespace: Prepare introduction of struct vdso_clock, Thomas Weißschuh
- [PATCH 15/19] x86/vdso: Prepare introduction of struct vdso_clock, Thomas Weißschuh
- [PATCH 16/19] arm64/vdso: Prepare introduction of struct vdso_clock, Thomas Weißschuh
- [PATCH 01/19] vdso: Introduce vdso/cache.h, Thomas Weißschuh
- [PATCH 09/19] vdso/gettimeofday: Prepare do_coarse() for introduction of struct vdso_clock, Thomas Weißschuh
- [PATCH 18/19] vdso: Move arch related data before basetime, Thomas Weißschuh
- [PATCH 12/19] vdso/vsyscall: Prepare introduction of struct vdso_clock, Thomas Weißschuh
- [PATCH 19/19] vdso: Rework struct vdso_time_data and introduce struct vdso_clock, Thomas Weißschuh
- [arnd-asm-generic:asm-generic] BUILD SUCCESS 9e81c965742c2a9a28cf59416fee40e7cb1b773e, kernel test robot
- [arnd-asm-generic:asm-generic] BUILD REGRESSION 3a5810be18b2c47e348ca10635500c535e4edd44, kernel test robot
- [arnd-asm-generic:master 1/3] ld.lld: error: undefined symbol: __ioread64_lo_hi, kernel test robot
- [arnd-asm-generic:asm-generic] BUILD REGRESSION 55d422e4e5bf7aece2038533451a9bd5e5181e95, kernel test robot
- [arnd-asm-generic:master 1/3] include/linux/io-64-nonatomic-lo-hi.h:132:21: error: implicit declaration of function '__iowrite64be_lo_hi'; did you mean 'iowrite64be_lo_hi'?,
kernel test robot
- [arnd-asm-generic:master 1/3] include/linux/io-64-nonatomic-lo-hi.h:114:19: error: implicit declaration of function '__iowrite64_lo_hi'; did you mean 'iowrite64_lo_hi'?, kernel test robot
- [PATCH v9 2/9] preempt: Introduce __preempt_count_{sub, add}_return(),
Lyude Paul
- [PATCH] asm-generic/io.h: rework split ioread64/iowrite64 helpers,
Arnd Bergmann
- [PATCH v5 00/10] Introduce /dev/mshv root partition driver,
Nuno Das Neves
- [PATCH v5 02/10] x86/mshyperv: Add support for extended Hyper-V features, Nuno Das Neves
- [PATCH v5 03/10] arm64/hyperv: Add some missing functions to arm64, Nuno Das Neves
- [PATCH v5 04/10] hyperv: Introduce hv_recommend_using_aeoi(), Nuno Das Neves
- [PATCH v5 05/10] acpi: numa: Export node_to_pxm(), Nuno Das Neves
- [PATCH v5 01/10] hyperv: Convert Hyper-V status codes to strings, Nuno Das Neves
- [PATCH v5 08/10] x86: hyperv: Add mshv_handler irq handler and setup function, Nuno Das Neves
- [PATCH v5 07/10] Drivers: hv: Introduce per-cpu event ring tail, Nuno Das Neves
- [PATCH v5 09/10] hyperv: Add definitions for root partition driver to hv headers, Nuno Das Neves
- [PATCH v5 06/10] Drivers/hv: Export some functions for use by root partition module, Nuno Das Neves
- [PATCH v5 10/10] Drivers: hv: Introduce mshv_root module to expose /dev/mshv to VMMs, Nuno Das Neves
- [PATCH 0/7] hyperv: Introduce new way to manage hypercall args,
mhkelley58
- [no subject], Unknown
- [PATCH 0/3] Drop explicit --hash-style= setting for new,
Xi Ruoyao
- [PATCH v2 00/39] Implement kernel-doc in Python,
Mauro Carvalho Chehab
- [PATCH 0/4] Some uses of folio_mk_pte(),
Matthew Wilcox (Oracle)
- [PATCH *-next 00/18] Remove weird and needless 'return' for void APIs,
Zijun Hu
- [PATCH *-next 09/18] ipv4/igmp: Remove needless return in void API ip_mc_dec_group(), Zijun Hu
- [PATCH *-next 02/18] cpu: Remove needless return in void API suspend_enable_secondary_cpus(), Zijun Hu
- [PATCH *-next 04/18] crypto: scomp - Remove needless return in void API crypto_scomp_free_ctx(), Zijun Hu
- [PATCH *-next 12/18] siox: Remove needless return in void API siox_driver_unregister(), Zijun Hu
- [PATCH *-next 10/18] IB/rdmavt: Remove needless return in void API rvt_mod_retry_timer(), Zijun Hu
- [PATCH *-next 17/18] dma-mapping: Remove needless return in five void APIs, Zijun Hu
- [PATCH *-next 16/18] rhashtable: Remove needless return in three void APIs, Zijun Hu
- [PATCH *-next 11/18] ratelimit: Remove needless return in void API ratelimit_default_init(), Zijun Hu
- [PATCH *-next 13/18] gpiolib: Remove needless return in two void APIs, Zijun Hu
- [PATCH *-next 15/18] mfd: db8500-prcmu: Remove needless return in three void APIs, Zijun Hu
- [PATCH *-next 05/18] sysfs: Remove needless return in void API sysfs_enable_ns(), Zijun Hu
- [PATCH *-next 01/18] mm/mmu_gather: Remove needless return in void API tlb_remove_page(), Zijun Hu
- [PATCH *-next 14/18] PM: wakeup: Remove needless return in three void APIs, Zijun Hu
- [PATCH *-next 03/18] crypto: api - Remove needless return in void API crypto_free_tfm(), Zijun Hu
- [PATCH *-next 07/18] wifi: mac80211: Remove needless return in void API _ieee80211_hw_set(), Zijun Hu
- [PATCH *-next 06/18] skbuff: Remove needless return in void API consume_skb(), Zijun Hu
- [PATCH *-next 08/18] net: sched: Remove needless return in void API qdisc_watchdog_schedule_ns(), Zijun Hu
- [PATCH *-next 18/18] mtd: nand: Do not return void function in void function, Zijun Hu
- Re: [PATCH *-next 00/18] Remove weird and needless 'return' for void APIs, Greg Kroah-Hartman
- Re: [PATCH *-next 00/18] Remove weird and needless 'return' for void APIs, Arnd Bergmann
- Re: [PATCH *-next 00/18] Remove weird and needless 'return' for void APIs, Stephen Hemminger
- Re: [PATCH *-next 00/18] Remove weird and needless 'return' for void APIs, Zijun Hu
- Re: [PATCH] LoongArch: vDSO: Remove --hash-style=sysv,
Xi Ruoyao
- [PATCH v2 0/3] Introduce CONFIG_MSHV_ROOT for root partition code,
Nuno Das Neves
- [PATCH memory-model 0/7] LKMM updates for v6.15,
Paul E. McKenney
- [PATCH 00/27] Implement kernel-doc in Python,
Mauro Carvalho Chehab
- [RFC PATCH v2 00/22] TSM: Secure VFIO, TDISP, SEV TIO,
Alexey Kardashevskiy
- [RFC PATCH v2 01/22] pci/doe: Define protocol types and make those public, Alexey Kardashevskiy
- [RFC PATCH v2 02/22] PCI/IDE: Fixes to make it work on AMD SNP-SEV, Alexey Kardashevskiy
- [RFC PATCH v2 03/22] PCI/IDE: Init IDs on all IDE streams beforehand, Alexey Kardashevskiy
- [RFC PATCH v2 06/22] KVM: X86: Define tsm_get_vmid, Alexey Kardashevskiy
- [RFC PATCH v2 04/22] iommu/amd: Report SEV-TIO support, Alexey Kardashevskiy
- [RFC PATCH v2 07/22] coco/tsm: Add tsm and tsm-host modules, Alexey Kardashevskiy
- [RFC PATCH v2 05/22] crypto: ccp: Enable SEV-TIO feature in the PSP when supported, Alexey Kardashevskiy
- [RFC PATCH v2 08/22] pci/tsm: Add PCI driver for TSM, Alexey Kardashevskiy
- [RFC PATCH v2 09/22] crypto/ccp: Implement SEV TIO firmware interface, Alexey Kardashevskiy
- [RFC PATCH v2 10/22] KVM: SVM: Add uAPI to change RMP for MMIO, Alexey Kardashevskiy
- [RFC PATCH v2 11/22] KVM: SEV: Add TIO VMGEXIT, Alexey Kardashevskiy
- [RFC PATCH v2 12/22] iommufd: Allow mapping from guest_memfd, Alexey Kardashevskiy
- [RFC PATCH v2 15/22] KVM: X86: Handle private MMIO as shared, Alexey Kardashevskiy
- [RFC PATCH v2 13/22] iommufd: amd-iommu: Add vdevice support, Alexey Kardashevskiy
- [RFC PATCH v2 18/22] coco/sev-guest: Implement the guest support for SEV TIO, Alexey Kardashevskiy
- [RFC PATCH v2 14/22] iommufd: Add TIO calls, Alexey Kardashevskiy
[Index of Archives]
[Kernel Announce]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netdev]
[Linux Wireless]
[Netfilter]
[Bugtraq]