messages from 2023-07-04 02:26:00 to 2023-07-11 12:30:03 UTC [more...]
Add a new fchmodat4() syscall, v2
2023-07-11 12:28 UTC (14+ 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
[RFC PATCH 00/10] Device Memory TCP
2023-07-11 12:13 UTC (14+ messages)
` [RFC PATCH 01/10] dma-buf: add support for paged attachment mappings
` [RFC PATCH 02/10] dma-buf: add support for NET_RX pages
` [RFC PATCH 03/10] dma-buf: add support for NET_TX pages
` [RFC PATCH 04/10] net: add support for skbs with unreadable frags
` [RFC PATCH 05/10] tcp: implement recvmsg() RX path for devmem TCP
` [RFC PATCH 06/10] net: add SO_DEVMEM_DONTNEED setsockopt to release RX pages
` [RFC PATCH 07/10] tcp: implement sendmsg() TX path for for devmem tcp
` [RFC PATCH 08/10] selftests: add ncdevmem, netcat for devmem TCP
` [RFC PATCH 09/10] memory-provider: updates core provider API "
` [RFC PATCH 10/10] memory-provider: add dmabuf devmem provider
[PATCH v5 00/38] New page table range API
2023-07-11 11:51 UTC (51+ messages)
` [PATCH v5 01/38] minmax: Add in_range() macro
` [PATCH v5 02/38] mm: Convert page_table_check_pte_set() to page_table_check_ptes_set()
` [PATCH v5 03/38] mm: Add generic flush_icache_pages() and documentation
` [PATCH v5 04/38] mm: Add folio_flush_mapping()
` [PATCH v5 05/38] mm: Remove ARCH_IMPLEMENTS_FLUSH_DCACHE_FOLIO
` [PATCH v5 06/38] mm: Add default definition of set_ptes()
` [PATCH v5 07/38] alpha: Implement the new page table range API
` [PATCH v5 08/38] arc: "
` [PATCH v5 09/38] arm: "
` [PATCH v5 10/38] arm64: "
` [PATCH v5 11/38] csky: "
` [PATCH v5 12/38] hexagon: "
` [PATCH v5 13/38] ia64: "
` [PATCH v5 14/38] loongarch: "
` [PATCH v5 15/38] m68k: "
` [PATCH v5 16/38] microblaze: "
` [PATCH v5 17/38] mips: "
` [PATCH v5 18/38] nios2: "
` [PATCH v5 19/38] openrisc: "
` [PATCH v5 20/38] parisc: "
` [PATCH v5 21/38] powerpc: "
` [PATCH v5 22/38] riscv: "
` [PATCH v5 23/38] s390: "
` [PATCH v5 24/38] sh: "
` [PATCH v5 25/38] sparc32: "
` [PATCH v5 26/38] sparc64: "
` [PATCH v5 27/38] um: "
` [PATCH v5 28/38] x86: "
` [PATCH v5 29/38] xtensa: "
` [PATCH v5 30/38] mm: Remove page_mapping_file()
` [PATCH v5 31/38] mm: Rationalise flush_icache_pages() and flush_icache_page()
` [PATCH v5 32/38] mm: Tidy up set_ptes definition
` [PATCH v5 33/38] mm: Use flush_icache_pages() in do_set_pmd()
` [PATCH v5 34/38] filemap: Add filemap_map_folio_range()
` [PATCH v5 35/38] rmap: add folio_add_file_rmap_range()
` [PATCH v5 36/38] mm: Convert do_set_pte() to set_pte_range()
` [PATCH v5 37/38] filemap: Batch PTE mappings
` [PATCH v5 38/38] mm: Call update_mmu_cache_range() in more page fault handling paths
[PATCH V2] riscv: kexec: Fixup synchronization problem between init_mm and active_mm
2023-07-11 11:07 UTC (2+ messages)
Fotowoltaika - propozycja instalacji
2023-07-11 8:11 UTC
[PATCH v9 23/42] Documentation/x86: Add CET shadow stack description
2023-07-11 8:08 UTC (28+ messages)
[PATCH 0/4] riscv: tlb flush improvements
2023-07-11 7:54 UTC (5+ messages)
` [PATCH 1/4] riscv: Improve flush_tlb()
` [PATCH 2/4] riscv: Improve flush_tlb_range() for hugetlb pages
` [PATCH 3/4] riscv: Make __flush_tlb_range() loop over pte instead of flushing the whole tlb
` [PATCH 4/4] riscv: Improve flush_tlb_kernel_range()
[PATCH v4 00/36] New page table range API
2023-07-11 4:40 UTC (13+ messages)
` [PATCH v4 17/36] nios2: Implement the new "
` [PATCH v4 20/36] powerpc: "
[PATCH] syscalls: Cleanup references to sys_lookup_dcookie()
2023-07-10 18:51 UTC (2+ messages)
` [PATCH v2] "
[PATCH v9 0/2] Support TDX guests on Hyper-V (the x86/tdx part)
2023-07-10 17:20 UTC (4+ messages)
[RFC] Bridging the gap between the Linux Kernel Memory Consistency Model (LKMM) and C11/C++11 atomics
2023-07-10 14:32 UTC (16+ messages)
[PATCH v4 00/10] Introduce SMT level and add PowerPC support
2023-07-10 9:08 UTC (13+ messages)
` [PATCH v4 01/10] cpu/hotplug: remove dependancy against cpu_primary_thread_mask
` [PATCH v4 02/10] cpu/SMT: Move SMT prototypes into cpu_smt.h
` [PATCH v4 03/10] cpu/SMT: Move smt/control simple exit cases earlier
` [PATCH v4 04/10] cpu/SMT: Store the current/max number of threads
` [PATCH v4 05/10] cpu/SMT: Remove topology_smt_supported()
` [PATCH v4 06/10] cpu/SMT: Create topology_smt_thread_allowed()
` [PATCH v4 07/10] cpu/SMT: Allow enabling partial SMT states via sysfs
` [PATCH v4 08/10] powerpc/pseries: Initialise CPU hotplug callbacks earlier
` [PATCH v4 09/10] powerpc: Add HOTPLUG_SMT support
` [PATCH v4 10/10] powerpc/pseries: Honour current SMT state when DLPAR onlining CPUs
[PATCH] riscv: entry: Fixup do_trap_break from kernel side
2023-07-10 8:01 UTC (7+ messages)
[PATCH] LoongArch: Fix module relocation error with binutils 2.41
2023-07-10 5:01 UTC (3+ messages)
[PATCH V2] LoongArch: Fix module relocation error with binutils 2.41
2023-07-10 5:00 UTC
[PATCH] riscv: pageattr: Fixup synchronization problem between init_mm and active_mm
2023-07-09 13:40 UTC (7+ messages)
[PATCH] riscv: support PREEMPT_DYNAMIC with static keys
2023-07-09 10:16 UTC
[PATCH v7 00/19] mm: ioremap: Convert architectures to take GENERIC_IOREMAP way
2023-07-09 10:11 UTC (4+ messages)
` [PATCH v7 09/19] openrisc: mm: Convert to GENERIC_IOREMAP
[PATCH 1/2] locking/arch: Avoid variable shadowing in local_try_cmpxchg()
2023-07-08 9:00 UTC (2+ messages)
` [PATCH 2/2] perf/ring_buffer: Use local_try_cmpxchg in __perf_output_begin
[PATCH v9 16/42] mm: Add guard pages around a shadow stack
2023-07-07 15:08 UTC (3+ messages)
` [PATCH] x86/shstk: Move arch detail comment out of core mm
[PATCH V2 0/9] x86/hyperv: Add AMD sev-snp enlightened guest support on hyperv
2023-07-07 9:07 UTC (19+ messages)
` [PATCH V2 1/9] x86/hyperv: Add sev-snp enlightened guest static key
` [PATCH V2 2/9] x86/hyperv: Set Virtual Trust Level in VMBus init message
` [EXTERNAL] "
` [PATCH V2 3/9] x86/hyperv: Mark Hyper-V vp assist page unencrypted in SEV-SNP enlightened guest
` [PATCH V2 4/9] drivers: hv: Mark percpu hvcall input arg "
` [PATCH V2 6/9] clocksource: hyper-v: Mark hyperv tsc page unencrypted in sev-snp "
` [PATCH V2 7/9] x86/hyperv: Initialize cpu and memory for SEV-SNP "
` [PATCH V2 8/9] x86/hyperv: Add smp support for SEV-SNP guest
` [PATCH V2 9/9] x86/hyperv: Add hyperv-specific handling for VMMCALL under SEV-ES
[PATCH v9 28/42] x86/shstk: Add user-mode shadow stack support
2023-07-06 23:38 UTC (2+ messages)
` [PATCH] x86/shstk: Don't retry vm_munmap() on -EINTR
[GIT PULL] asm-generic updates for 6.5
2023-07-06 17:28 UTC (3+ messages)
[PATCH v7 10/19] s390: mm: Convert to GENERIC_IOREMAP
2023-07-06 15:55 UTC (3+ messages)
[PATCH v8 05/19] mm: ioremap: allow ARCH to have its own ioremap method definition
2023-07-06 15:45 UTC
[PATCH v3 0/9] Introduce SMT level and add PowerPC support
2023-07-05 11:58 UTC (9+ messages)
` [PATCH v3 3/9] cpu/SMT: Store the current/max number of threads
` [PATCH v3 6/9] cpu/SMT: Allow enabling partial SMT states via sysfs
[PATCH 00/12] arch,fbdev: Move screen_info into arch/
2023-07-05 8:18 UTC (27+ 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 07/12] arch/x86: Declare edid_info in <asm/screen_info.h>
` [PATCH 08/12] drivers/firmware: Remove trailing whitespaces
` [08/12] "
` [PATCH 10/12] fbdev/core: Use fb_is_primary_device() in fb_firmware_edid()
[PATCH 06/12] arch: Declare screen_info in <asm/screen_info.h>
2023-07-05 8:02 UTC (3+ messages)
` [06/12] "
[PATCH 11/12] fbdev/core: Protect edid_info with CONFIG_ARCH_HAS_EDID_INFO
2023-07-05 1:43 UTC (2+ messages)
` [11/12] "
[PATCH v5 00/44] treewide: Remove I/O port accessors for HAS_IOPORT=n
2023-07-04 12:46 UTC (7+ messages)
` [PATCH v5 03/44] char: add HAS_IOPORT dependencies
` [PATCH v5 30/44] rtc: "
[PATCH 1/2] asm-generic: current: Don't include thread-info.h if building asm
2023-07-04 8:30 UTC (2+ messages)
` [PATCH 2/2] arch: um: Use the x86 checksum implementation on 32-bit
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 NNTP newsgroup(s).