messages from 2023-06-29 12:20:03 to 2023-07-21 15:24:48 UTC [more...]
[PATCH 0/2] io_uring: Fix io_uring mmap() by using architecture-provided get_unmapped_area()
2023-07-21 15:24 UTC (2+ messages)
` [PATCH 2/2] ia64: mmap: Consider pgoff when searching for free mapping
[PATCH v2 0/9] video: screen_info cleanups
2023-07-21 8:26 UTC (26+ messages)
` [PATCH v2 1/9] vgacon: rework Kconfig dependencies
` [PATCH v2 2/9] vgacon: rework screen_info #ifdef checks
` [PATCH v2 3/9] dummycon: limit Arm console size hack to footbridge
` [PATCH v2 4/9] vgacon, arch/*: remove unused screen_info definitions
` [PATCH v2 5/9] vgacon: remove screen_info dependency
` [PATCH v2 6/9] vgacon: clean up global screen_info instances
` [PATCH v2 7/9] vga16fb: drop powerpc support
` [PATCH v2 8/9] hyperv: avoid dependency on screen_info
` [PATCH v2 9/9] efi: move screen_info into efi init code
[PATCH][RFC] io_uring: Fix io_uring_mmu_get_unmapped_area() for IA-64
2023-07-20 23:01 UTC (9+ messages)
[PATCH 00/12] arch,fbdev: Move screen_info into arch/
2023-07-18 14:47 UTC (42+ 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>
[aegl:resctrl2_v65rc1 11/11] fs/resctrl2/arch/x86/rdt_l2_cdp.c:85:13: warning: variable 'cache_level' set but not used
2023-07-18 4:55 UTC
[aegl:resctrl2_v65rc1 2/11] fs/resctrl2/arch/x86/rdt_monitor.c:466: undefined reference to `__udivdi3'
2023-07-18 4:14 UTC
[PATCH v9 01/42] mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()
2023-07-17 16:51 UTC (4+ messages)
[PATCH 1/5] io_uring: Adjust mapping wrt architecture aliasing requirements
2023-07-16 20:54 UTC (11+ messages)
[aegl:resctrl2_v65rc1 10/10] arch/riscv/include/asm/cacheinfo.h:17:11: error: conflicting types for 'get_cache_size'; have 'uintptr_t(u32, enum cache_type)' {aka 'long unsigned int(unsigned int, enum cache_type)'}
2023-07-14 2:45 UTC
[PATCH v6 00/14] refactor Kconfig to consolidate KEXEC and CRASH options
2023-07-13 11:13 UTC (16+ messages)
` [PATCH v6 01/14] kexec: consolidate kexec and crash options into kernel/Kconfig.kexec
` [PATCH v6 02/14] x86/kexec: refactor for kernel/Kconfig.kexec
` [PATCH v6 03/14] arm/kexec: "
` [PATCH v6 04/14] ia64/kexec: "
` [PATCH v6 05/14] arm64/kexec: "
` [PATCH v6 06/14] loongarch/kexec: "
` [PATCH v6 07/14] m68k/kexec: "
` [PATCH v6 08/14] mips/kexec: "
` [PATCH v6 09/14] parisc/kexec: "
` [PATCH v6 10/14] powerpc/kexec: "
` [PATCH v6 11/14] riscv/kexec: "
` [PATCH v6 12/14] s390/kexec: "
` [PATCH v6 13/14] sh/kexec: "
` [PATCH v6 14/14] kexec: rename ARCH_HAS_KEXEC_PURGATORY
Add a new fchmodat4() syscall, v2
2023-07-11 17:36 UTC (31+ messages)
` [PATCH v3 0/5] Add a new fchmodat4() syscall
` [PATCH v3 1/5] Non-functional cleanup of a "__user * filename"
` [PATCH v3 2/5] fs: Add fchmodat4()
` [PATCH v3 3/5] arch: Register fchmodat4, usually as syscall 451
` [PATCH v3 4/5] tools headers UAPI: Sync files changed by new fchmodat4 syscall
` [PATCH v3 5/5] selftests: add fchmodat4(2) selftest
` [PATCH v4 0/5] Add a new fchmodat2() syscall
` [PATCH v4 1/5] Non-functional cleanup of a "__user * filename"
` [PATCH v4 2/5] fs: Add fchmodat2()
` [PATCH v4 3/5] arch: Register fchmodat2, usually as syscall 452
` [PATCH v4 4/5] tools headers UAPI: Sync files changed by new fchmodat2 syscall
` [PATCH v4 5/5] selftests: Add fchmodat2 selftest
` (subset) [PATCH v4 0/5] Add a new fchmodat2() syscall
Fotowoltaika - propozycja instalacji
2023-07-11 8:11 UTC
[PATCH v5 13/38] ia64: Implement the new page table range API
2023-07-10 20:43 UTC
[PATCH] syscalls: Cleanup references to sys_lookup_dcookie()
2023-07-10 18:51 UTC (4+ messages)
` [PATCH v2] "
[PATCH 2/4] vgacon: rework screen_info #ifdef checks
2023-07-08 14:11 UTC (5+ messages)
[aegl:resctrl2_v64 5/5] fs/resctrl2/monitor.c:67:6: warning: no previous prototype for 'remove_one_file'
2023-07-07 13:32 UTC
[PATCH v5 00/13] refactor Kconfig to consolidate KEXEC and CRASH options
2023-07-07 13:03 UTC (18+ messages)
` [PATCH v5 01/13] kexec: consolidate kexec and crash options into kernel/Kconfig.kexec
` [PATCH v5 02/13] x86/kexec: refactor for kernel/Kconfig.kexec
` [PATCH v5 03/13] arm/kexec: "
` [PATCH v5 04/13] ia64/kexec: "
` [PATCH v5 05/13] arm64/kexec: "
` [PATCH v5 06/13] loongarch/kexec: "
` [PATCH v5 07/13] m68k/kexec: "
` [PATCH v5 08/13] mips/kexec: "
` [PATCH v5 09/13] parisc/kexec: "
` [PATCH v5 10/13] powerpc/kexec: "
` [PATCH v5 11/13] riscv/kexec: "
` [PATCH v5 12/13] s390/kexec: "
` [PATCH v5 13/13] sh/kexec: "
[PATCH 1/3] vgacon: rework screen_info #ifdef checks
2023-07-07 9:54 UTC (2+ messages)
[PATCH v4 00/13] refactor Kconfig to consolidate KEXEC and CRASH options
2023-07-06 16:07 UTC (24+ messages)
` [PATCH v4 01/13] kexec: consolidate kexec and crash options into kernel/Kconfig.kexec
` [PATCH v4 02/13] x86/kexec: refactor for kernel/Kconfig.kexec
` [PATCH v4 03/13] arm/kexec: "
` [PATCH v4 04/13] ia64/kexec: "
` [PATCH v4 05/13] arm64/kexec: "
` [PATCH v4 06/13] loongarch/kexec: "
` [PATCH v4 07/13] m68k/kexec: "
` [PATCH v4 08/13] mips/kexec: "
` [PATCH v4 09/13] parisc/kexec: "
` [PATCH v4 10/13] powerpc/kexec: "
` [PATCH v4 11/13] riscv/kexec: "
` [PATCH v4 12/13] s390/kexec: "
` [PATCH v4 13/13] sh/kexec: "
[PATCH v8 08/19] ia64: mm: Convert to GENERIC_IOREMAP
2023-07-06 15:45 UTC
[aegl:resctrl2_v64 2/3] arch/x86/include/asm/resctrl.h:114:45: error: invalid use of undefined type 'struct resctrl_group'
2023-07-03 4:08 UTC
[PATCH v3 00/13] refactor Kconfig to consolidate KEXEC and CRASH options
2023-06-30 14:33 UTC (4+ messages)
` [PATCH v3 12/13] s390/kexec: refactor for kernel/Kconfig.kexec
[PATCH v1 00/10] variable-order, large folios for anonymous memory
2023-06-29 17:05 UTC (10+ messages)
` [PATCH v1 10/10] mm: Allocate "
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).