messages from 2023-06-26 08:48:09 to 2023-07-05 08:00:09 UTC [more...]
[PATCH 00/12] arch,fbdev: Move screen_info into arch/
2023-07-05 8:00 UTC (38+ messages)
` [PATCH 01/12] efi: Do not include <linux/screen_info.h> from EFI header
` [01/12] "
` [PATCH 02/12] fbdev/sm712fb: Do not include <linux/screen_info.h>
` [PATCH 03/12] sysfb: Do not include <linux/screen_info.h> from sysfb header
` [03/12] "
` [PATCH 04/12] staging/sm750fb: Do not include <linux/screen_info.h>
` [PATCH 05/12] arch: Remove trailing whitespaces
` [05/12] "
` [PATCH 06/12] arch: Declare screen_info in <asm/screen_info.h>
` [06/12] "
` [PATCH 07/12] arch/x86: Declare edid_info "
` [PATCH 08/12] drivers/firmware: Remove trailing whitespaces
` [08/12] "
` [PATCH 09/12] drivers: Add dependencies on CONFIG_ARCH_HAS_SCREEN_INFO
` [PATCH 10/12] fbdev/core: Use fb_is_primary_device() in fb_firmware_edid()
` [PATCH 11/12] fbdev/core: Protect edid_info with CONFIG_ARCH_HAS_EDID_INFO
` [11/12] "
` [PATCH 12/12] fbdev/core: Define empty fb_firmware_edid() in <linux/fb.h>
[PATCH 0/2] LoongArch: Allow building with kcov
2023-07-04 12:53 UTC (3+ messages)
` [PATCH 1/2] LoongArch: relocatable: Provide kaslr_offset() to get the kernel offset
` [PATCH 2/2] LoongArch: Allow building with kcov coverage
[PATCH] loongarch: loongson3_defconfig: Enable CONFIG_JUMP_LABEL
2023-07-01 8:32 UTC
[GIT PULL] LoongArch changes for v6.5
2023-06-30 17:24 UTC (2+ messages)
[PATCH v3 00/13] refactor Kconfig to consolidate KEXEC and CRASH options
2023-06-30 14:33 UTC (20+ messages)
` [PATCH v3 01/13] kexec: consolidate kexec and crash options into kernel/Kconfig.kexec
` [PATCH v3 02/13] x86/kexec: refactor for kernel/Kconfig.kexec
` [PATCH v3 03/13] arm/kexec: "
` [PATCH v3 04/13] ia64/kexec: "
` [PATCH v3 05/13] arm64/kexec: "
` [PATCH v3 06/13] loongarch/kexec: "
` [PATCH v3 07/13] m68k/kexec: "
` [PATCH v3 08/13] mips/kexec: "
` [PATCH v3 09/13] parisc/kexec: "
` [PATCH v3 10/13] powerpc/kexec: "
` [PATCH v3 11/13] riscv/kexec: "
` [PATCH v3 12/13] s390/kexec: "
` [PATCH v3 13/13] sh/kexec: "
[PATCH v2] LoongArch: KGDB: Add Basic KGDB support
2023-06-30 12:46 UTC
[RFC PATCH] LoongArch: KGDB: Add Basic KGDB support
2023-06-30 2:06 UTC (3+ messages)
[PATCH v16 00/30] Add KVM LoongArch support
2023-06-29 7:55 UTC (31+ messages)
` [PATCH v16 01/30] LoongArch: KVM: Add kvm related header files
` [PATCH v16 02/30] LoongArch: KVM: Implement kvm module related interface
` [PATCH v16 03/30] LoongArch: KVM: Implement kvm hardware enable, disable interface
` [PATCH v16 04/30] LoongArch: KVM: Implement VM related functions
` [PATCH v16 05/30] LoongArch: KVM: Add vcpu related header files
` [PATCH v16 06/30] LoongArch: KVM: Implement vcpu create and destroy interface
` [PATCH v16 07/30] LoongArch: KVM: Implement vcpu run interface
` [PATCH v16 08/30] LoongArch: KVM: Implement vcpu handle exit interface
` [PATCH v16 09/30] LoongArch: KVM: Implement vcpu get, vcpu set registers
` [PATCH v16 10/30] LoongArch: KVM: Implement vcpu ENABLE_CAP ioctl interface
` [PATCH v16 11/30] LoongArch: KVM: Implement fpu related operations for vcpu
` [PATCH v16 12/30] LoongArch: KVM: Implement vcpu interrupt operations
` [PATCH v16 13/30] LoongArch: KVM: Implement misc vcpu related interfaces
` [PATCH v16 14/30] LoongArch: KVM: Implement vcpu load and vcpu put operations
` [PATCH v16 15/30] LoongArch: KVM: Implement vcpu status description
` [PATCH v16 16/30] LoongArch: KVM: Implement update VM id function
` [PATCH v16 17/30] LoongArch: KVM: Implement virtual machine tlb operations
` [PATCH v16 18/30] LoongArch: KVM: Implement vcpu timer operations
` [PATCH v16 19/30] LoongArch: KVM: Implement kvm mmu operations
` [PATCH v16 20/30] LoongArch: KVM: Implement handle csr excption
` [PATCH v16 21/30] LoongArch: KVM: Implement handle iocsr exception
` [PATCH v16 22/30] LoongArch: KVM: Implement handle idle exception
` [PATCH v16 23/30] LoongArch: KVM: Implement handle gspr exception
` [PATCH v16 24/30] LoongArch: KVM: Implement handle mmio exception
` [PATCH v16 25/30] LoongArch: KVM: Implement handle fpu exception
` [PATCH v16 26/30] LoongArch: KVM: Implement kvm exception vector
` [PATCH v16 27/30] LoongArch: KVM: Implement vcpu world switch
` [PATCH v16 28/30] LoongArch: KVM: Enable kvm config and add the makefile
` [PATCH v16 29/30] LoongArch: KVM: Supplement kvm document about LoongArch-specific part
` [PATCH v16 30/30] LoongArch: KVM: Add maintainers for LoongArch KVM
[PATCH v15 00/30] Add KVM LoongArch support
2023-06-29 0:34 UTC (27+ messages)
` [PATCH v15 02/30] LoongArch: KVM: Implement kvm module related interface
` [PATCH v15 05/30] LoongArch: KVM: Add vcpu related header files
` [PATCH v15 08/30] LoongArch: KVM: Implement vcpu handle exit interface
` [PATCH v15 18/30] LoongArch: KVM: Implement vcpu timer operations
` [PATCH v15 19/30] LoongArch: KVM: Implement kvm mmu operations
` [PATCH v15 20/30] LoongArch: KVM: Implement handle csr excption
` [PATCH v15 21/30] LoongArch: KVM: Implement handle iocsr exception
` [PATCH v15 23/30] LoongArch: KVM: Implement handle gspr exception
` [PATCH v15 24/30] LoongArch: KVM: Implement handle mmio exception
` [PATCH v15 25/30] LoongArch: KVM: Implement handle fpu exception
` [PATCH v15 26/30] LoongArch: KVM: Implement kvm exception vector
` [PATCH v15 27/30] LoongArch: KVM: Implement vcpu world switch
` [PATCH v15 28/30] LoongArch: KVM: Enable kvm config and add the makefile
` [PATCH v15 29/30] LoongArch: KVM: Supplement kvm document about LoongArch-specific part
` [PATCH v15 30/30] LoongArch: KVM: Add maintainers for LoongArch KVM
[PATCH v6 00/33] Split ptdesc from struct page
2023-06-28 18:51 UTC (43+ messages)
` [PATCH v6 01/33] mm: Add PAGE_TYPE_OP folio functions
` [PATCH v6 02/33] s390: Use _pt_s390_gaddr for gmap address tracking
` [PATCH v6 03/33] pgtable: Create struct ptdesc
` [PATCH v6 04/33] mm: add utility functions for ptdesc
` [PATCH v6 05/33] mm: Convert pmd_pgtable_page() to pmd_ptdesc()
` [PATCH v6 06/33] mm: Convert ptlock_alloc() to use ptdescs
` [PATCH v6 07/33] mm: Convert ptlock_ptr() "
` [PATCH v6 08/33] mm: Convert pmd_ptlock_init() "
` [PATCH v6 09/33] mm: Convert ptlock_init() "
` [PATCH v6 10/33] mm: Convert pmd_ptlock_free() "
` [PATCH v6 11/33] mm: Convert ptlock_free() "
` [PATCH v6 12/33] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
` [PATCH v6 13/33] powerpc: Convert various functions to use ptdescs
` [PATCH v6 14/33] x86: "
` [PATCH v6 15/33] s390: Convert various gmap "
` [PATCH v6 16/33] s390: Convert various pgalloc "
` [PATCH v6 17/33] mm: Remove page table members from struct page
` [PATCH v6 18/33] pgalloc: Convert various functions to use ptdescs
` [PATCH v6 19/33] arm: "
` [PATCH v6 20/33] arm64: "
` [PATCH v6 21/33] csky: Convert __pte_free_tlb() "
` [PATCH v6 22/33] hexagon: "
` [PATCH v6 23/33] loongarch: Convert various functions "
` [PATCH v6 24/33] m68k: "
` [PATCH v6 25/33] mips: "
` [PATCH v6 26/33] nios2: Convert __pte_free_tlb() "
` [PATCH v6 27/33] openrisc: "
` [PATCH v6 28/33] riscv: Convert alloc_{pmd, pte}_late() "
` [PATCH v6 29/33] sh: Convert pte_free_tlb() "
` [PATCH v6 30/33] sparc64: Convert various functions "
` [PATCH v6 31/33] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
` [PATCH v6 32/33] um: Convert {pmd, pte}_free_tlb() to use ptdescs
` [PATCH v6 33/33] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers
[PATCH] LoongArch: Delete debugfs checking
2023-06-28 15:37 UTC (3+ messages)
[PATCH v3 00/19] arch: Consolidate <asm/fb.h>
2023-06-28 10:26 UTC (3+ messages)
` [PATCH v3 06/19] arch/loongarch: Implement <asm/fb.h> with generic helpers
[PATCH v3 17/19] arch/sparc: Implement fb_is_primary_device() in source file
2023-06-28 10:01 UTC (6+ messages)
` [v3,17/19] "
[PATCH v3 0/8] LoongArch: Preliminary ClangBuiltLinux enablement
2023-06-28 9:33 UTC (6+ messages)
` [PATCH v3 1/8] LoongArch: Calculate various sizes in the linker script
` [PATCH v3 5/8] LoongArch: Simplify the invtlb wrappers
[PATCH 0/2] Fix cross-compilation issues with Clang
2023-06-28 4:22 UTC (8+ messages)
` [PATCH 1/2] LoongArch: vDSO: Use CLANG_FLAGS instead of filtering out '--target='
` [PATCH 2/2] LoongArch: Include KBUILD_CPPFLAGS in CHECKFLAGS invocation
[patch 00/17] init, treewide, x86: Cleanup check_bugs() and start sanitizing the x86 boot process
2023-06-28 3:38 UTC (2+ messages)
[PATCH v5 00/33] Split ptdesc from struct page
2023-06-27 21:57 UTC (11+ messages)
` [PATCH v5 26/33] nios2: Convert __pte_free_tlb() to use ptdescs
[PATCH AUTOSEL 6.1 13/15] LoongArch: Let pmd_present() return true when splitting pmd
2023-06-26 21:50 UTC (2+ messages)
` [PATCH AUTOSEL 6.1 14/15] LoongArch: Fix the write_fcsr() macro
[PATCH AUTOSEL 6.3 13/16] LoongArch: Let pmd_present() return true when splitting pmd
2023-06-26 21:49 UTC (3+ messages)
` [PATCH AUTOSEL 6.3 14/16] LoongArch: Fix the write_fcsr() macro
` [PATCH AUTOSEL 6.3 15/16] LoongArch: Avoid uninitialized alignment_mask
[PATCH v2 00/12] mm: jit/text allocator
2023-06-26 17:48 UTC (15+ messages)
` [PATCH v2 02/12] mm: introduce execmem_text_alloc() and jit_text_alloc()
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).