messages from 2024-10-16 07:30:47 to 2024-10-30 08:45:49 UTC [more...]
[RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection
2024-10-30 8:45 UTC (3+ messages)
[PATCH v2] LoongArch: Fix cpu hotplug issue
2024-10-30 8:34 UTC (12+ messages)
[PATCH] LoongArch: Disable KASAN if PGDIR_SIZE is too large for cpu_vabits
2024-10-30 8:11 UTC
[PATCH] LoongArch: Make KASAN work with 5-level page-tables
2024-10-30 8:10 UTC
[PATCH v2] mm: define general function pXd_init()
2024-10-30 6:39 UTC
[PATCH] LoongArch: Remove unused _TIF_SINGLESTEP
2024-10-30 1:26 UTC
[PATCH] soc: Switch back to struct platform_driver::remove()
2024-10-30 0:23 UTC (6+ messages)
[PATCH v11 0/5] Tracepoints and static branch in Rust
2024-10-29 17:50 UTC (3+ messages)
` [PATCH v11 5/5] rust: add arch_static_branch
[PATCH 00/28] vdso: Preparations for generic data storage
2024-10-28 18:39 UTC (5+ messages)
` [PATCH 04/28] arm64: vdso: Drop LBASE_VDSO
` [PATCH 05/28] arm64: vdso: Use only one single vvar mapping
[PATCH v2] of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verify
2024-10-28 17:33 UTC (5+ messages)
[PATCH v11 0/4] Replace fallback for IO memcpy and IO memset
2024-10-28 14:01 UTC (6+ messages)
` [PATCH v11 1/4] New implementation "
` [PATCH v11 2/4] arm64: Use new fallback IO memcpy/memset
` [PATCH v11 3/4] csky: "
` [PATCH v11 4/4] loongarch: "
[PATCH AUTOSEL 6.1 6/8] LoongArch: Use "Exception return address" to comment ERA
2024-10-28 10:52 UTC
[PATCH AUTOSEL 6.6 11/15] LoongArch: Use "Exception return address" to comment ERA
2024-10-28 10:52 UTC
[PATCH AUTOSEL 6.11 22/32] LoongArch: Use "Exception return address" to comment ERA
2024-10-28 10:50 UTC (2+ messages)
` [PATCH AUTOSEL 6.11 25/32] LoongArch: KVM: Mark hrtimer to expire in hard interrupt context
[PATCH] dmaengine: loongson2-apb: Change GENMASK to GENMASK_ULL
2024-10-28 9:34 UTC
[PATCH v2 00/18] Wire up CRC32 library functions to arch-optimized code
2024-10-27 8:14 UTC (28+ messages)
` [PATCH v2 01/18] lib/crc32: drop leading underscores from __crc32c_le_base
` [PATCH v2 02/18] lib/crc32: improve support for arch-specific overrides
` [PATCH v2 03/18] lib/crc32: expose whether the lib is really optimized at runtime
` [PATCH v2 04/18] crypto: crc32 - don't unnecessarily register arch algorithms
` [PATCH v2 05/18] arm/crc32: expose CRC32 functions through lib
` [PATCH v2 06/18] loongarch/crc32: "
` [PATCH v2 07/18] mips/crc32: "
` [PATCH v2 08/18] powerpc/crc32: "
` [PATCH v2 09/18] s390/crc32: "
` [PATCH v2 10/18] sparc/crc32: "
` [PATCH v2 11/18] x86/crc32: update prototype for crc_pcl()
` [PATCH v2 12/18] x86/crc32: update prototype for crc32_pclmul_le_16()
` [PATCH v2 13/18] x86/crc32: expose CRC32 functions through lib
` [PATCH v2 14/18] lib/crc32: make crc32c() go directly to lib
` [PATCH v2 15/18] ext4: switch to using the crc32c library
` [PATCH v2 16/18] jbd2: "
` [PATCH v2 17/18] f2fs: switch to using the crc32 library
` [PATCH v2 18/18] scsi: target: iscsi: switch to using the crc32c library
[PATCH v13 00/85] KVM: Stop grabbing references to PFNMAP'd pages
2024-10-25 17:41 UTC (17+ messages)
` [PATCH v13 19/85] KVM: Introduce kvm_follow_pfn() to eventually replace "gfn_to_pfn" APIs
` [PATCH v13 34/85] KVM: Get writable mapping for __kvm_vcpu_map() only when necessary
` [PATCH v13 51/85] KVM: VMX: Use __kvm_faultin_page() to get APIC access page/pfn
[PATCH v10 0/4] Replace fallback for IO memcpy and IO memset
2024-10-25 14:20 UTC (7+ messages)
` [PATCH v10 1/4] "
` [PATCH v10 2/4] arm64: Use new fallback IO memcpy/memset
` [PATCH v10 3/4] csky: "
` [PATCH v10 4/4] loongarch: "
provide generic page_to_phys and phys_to_page implementations v3
2024-10-25 13:37 UTC (4+ messages)
` [PATCH 1/2] asm-generic: provide generic page_to_phys and phys_to_page implementations
` [PATCH 2/2] asm-generic: add an optional pfn_valid check to page_to_phys
[PATCH 00/15] Wire up CRC32 library functions to arch-optimized code
2024-10-25 7:40 UTC (19+ messages)
` [PATCH 01/15] lib/crc32: drop leading underscores from __crc32c_le_base
` [PATCH 02/15] lib/crc32: improve support for arch-specific overrides
` [PATCH 03/15] arm/crc32: expose CRC32 functions through lib
` [PATCH 04/15] loongarch/crc32: "
` [PATCH 05/15] mips/crc32: "
` [PATCH 06/15] powerpc/crc32: "
` [PATCH 07/15] s390/crc32: "
` [PATCH 08/15] sparc/crc32: "
` [PATCH 09/15] x86/crc32: update prototype for crc_pcl()
` [PATCH 10/15] x86/crc32: update prototype for crc32_pclmul_le_16()
` [PATCH 11/15] x86/crc32: expose CRC32 functions through lib
` [PATCH 12/15] lib/crc32: make crc32c() go directly to lib
` [PATCH 13/15] ext4: switch to using the crc32c library
` [PATCH 14/15] jbd2: "
` [PATCH 15/15] f2fs: switch to using the crc32 library
[GIT PULL] LoongArch fixes for v6.12-rc5
2024-10-24 21:29 UTC (2+ messages)
[PATCH v3 0/4] defconfig: drop RT_GROUP_SCHED=y
2024-10-24 17:10 UTC (3+ messages)
` [PATCH v3 4/4] arm: defconfig: drop RT_GROUP_SCHED=y from bcm2835/tegra/omap2plus
[PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
2024-10-24 10:52 UTC (9+ messages)
[PATCH v1 0/6] Add jump table support for objtool on LoongArch
2024-10-24 9:03 UTC (4+ messages)
` [PATCH v1 4/6] bpf, core: Add weak arch_prepare_goto()
[PATCH v6 0/8] x86/module: use large ROX pages for text allocations
2024-10-24 8:13 UTC (27+ messages)
` [PATCH v6 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v6 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v6 3/8] asm-generic: introduce text-patching.h
` [PATCH v6 4/8] module: prepare to handle ROX allocations for text
` [PATCH v6 5/8] arch: introduce set_direct_map_valid_noflush()
` [PATCH v6 6/8] x86/module: prepare module loading for ROX allocations of text
` [PATCH v6 7/8] execmem: add support for cache of large ROX pages
` [PATCH v6 8/8] x86/module: enable ROX caches for module text on 64 bit
[PATCH v7 0/8] x86/module: use large ROX pages for text allocations
2024-10-23 16:27 UTC (9+ messages)
` [PATCH v7 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v7 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v7 3/8] asm-generic: introduce text-patching.h
` [PATCH v7 4/8] module: prepare to handle ROX allocations for text
` [PATCH v7 5/8] arch: introduce set_direct_map_valid_noflush()
` [PATCH v7 6/8] x86/module: prepare module loading for ROX allocations of text
` [PATCH v7 7/8] execmem: add support for cache of large ROX pages
` [PATCH v7 8/8] x86/module: enable ROX caches for module text on 64 bit
[PATCH v8 0/3] Add extioi virt extension support
2024-10-22 10:01 UTC (7+ messages)
` [PATCH v8 3/3] irqchip/loongson-eiointc: "
[PATCH v7 0/2] pwm: Introduce pwm driver for the Loongson family chips
2024-10-22 9:04 UTC (3+ messages)
` [PATCH v7 1/2] dt-bindings: pwm: Add Loongson PWM controller
` [PATCH v7 2/2] pwm: Add Loongson PWM controller support
[PATCH] dmaengine: loongson2-apb: Rename the prefix ls2x to loongson2
2024-10-22 5:33 UTC (2+ messages)
[PATCH v2 0/3] LoongArch: Fix vmalloc test issue
2024-10-22 1:56 UTC (19+ messages)
` [PATCH v2 1/3] LoongArch: Set initial pte entry with PAGE_GLOBAL for kernel space
` [PATCH v2 2/3] LoongArch: Add barrier between set_pte and memory access
[PATCH] LoongArch: Using the Exception return address instead of the ERA
2024-10-21 10:51 UTC
[PATCH v6 RESEND 0/2] Add EDAC driver for loongson memory controller
2024-10-20 2:04 UTC (4+ messages)
` [PATCH v6 RESEND 1/2] dt-bindings: EDAC for ls3a5000 "
` [PATCH v6 RESEND 2/2] EDAC: Add EDAC driver for loongson "
[PATCH] LoongArch: Make KASAN usable for variable cpu_vabits
2024-10-18 4:00 UTC
[PATCH] LoongArch: Enable IRQ if do_ale() triggered in irq-enabled context
2024-10-18 3:59 UTC
[PATCH] LoongArch: Get correct cores_per_package for SMT systems
2024-10-18 3:59 UTC
[PATCH 0/4] kunit: Add support for LoongArch
2024-10-17 20:36 UTC (12+ messages)
` [PATCH 1/4] LoongArch: Don't crash in stack_top() for tasks without vDSO
` [PATCH 2/4] kunit: qemu_configs: add LoongArch config
` [PATCH 3/4] kunit: tool: Allow overriding the shutdown mode from qemu config
` [PATCH 4/4] kunit: qemu_configs: loongarch: Enable shutdown
[PATCH v11 4/5] jump_label: adjust inline asm to be consistent
2024-10-17 19:32 UTC (2+ messages)
[PATCH v6 0/2] pwm: Introduce pwm driver for the Loongson family chips
2024-10-17 13:35 UTC (5+ messages)
` [PATCH v6 2/2] pwm: Add Loongson PWM controller support
[PATCH] LoongArch: Fix cpu hotplug issue
2024-10-17 3:56 UTC (12+ messages)
[PATCH v5 7/8] execmem: add support for cache of large ROX pages
2024-10-16 23:58 UTC (12+ messages)
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).