linux-csky.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-29 17:46:36 to 2024-09-10 07:28:55 UTC [more...]

[PATCH v2 0/4] Consolidate IO memcpy functions
 2024-09-10  7:27 UTC  (6+ messages)
` [PATCH v2 1/4] Consolidate __memcpy_{to,from}io and __memset_io into a single lib
` [PATCH v2 2/4] Use generic io memcpy functions on the arm64 architecture
` [PATCH v2 3/4] Use generic io memcpy functions on the csky architecture
` [PATCH v2 4/4] Use generic io memcpy functions on the loongarch architecture

[PATCH RFC v3 0/2] mm: Introduce ADDR_LIMIT_47BIT personality flag
 2024-09-09 23:22 UTC  (17+ messages)
` [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
` [PATCH RFC v3 2/2] selftests/mm: Create ADDR_LIMIT_47BIT test

[PATCH v3 0/8] x86/module: use large ROX pages for text allocations
 2024-09-09 14:49 UTC  (12+ messages)
` [PATCH v3 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v3 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v3 3/8] asm-generic: introduce text-patching.h
` [PATCH v3 4/8] module: prepare to handle ROX allocations for text
` [PATCH v3 5/8] ftrace: Add swap_func to ftrace_process_locs()
` [PATCH v3 6/8] x86/module: perpare module loading for ROX allocations of text
` [PATCH v3 7/8] execmem: add support for cache of large ROX pages
` [PATCH v3 8/8] x86/module: enable ROX caches for module text

[PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
 2024-09-09  9:46 UTC  (25+ messages)
` [PATCH RFC v2 1/4] mm: Add MAP_BELOW_HINT
` [PATCH RFC v2 2/4] mm: Add hint and mmap_flags to struct vm_unmapped_area_info
` [PATCH RFC v2 3/4] mm: Support MAP_BELOW_HINT in vm_unmapped_area()
` [PATCH RFC v2 4/4] selftests/mm: Create MAP_BELOW_HINT test

[PATCH 0/4] Consolidate IO memcpy functions
 2024-09-09 10:35 UTC  (7+ messages)
` [PATCH 1/4] Consolidate __memcpy_{to,from}io and __memset_io into a single lib
` [PATCH 2/4] Activate GENERIC_IO for the arm64 architecture
` [PATCH 3/4] Activate GENERIC_IO for the csky architecture
` [PATCH 4/4] Activate GENERIC_IO for the loongarch architecture

[PATCH 0/7] add function arguments to ftrace
 2024-09-09  7:52 UTC  (7+ messages)
` [PATCH 1/7] tracing: add ftrace_regs to function_graph_enter()

[PATCH v2 0/8] x86/module: use large ROX pages for text allocations
 2024-09-06  9:37 UTC  (12+ messages)
` [PATCH v2 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v2 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v2 3/8] asm-generic: introduce text-patching.h
` [PATCH v2 4/8] module: prepare to handle ROX allocations for text
` [PATCH v2 5/8] ftrace: Add swap_func to ftrace_process_locs()
` [PATCH v2 6/8] x86/module: perpare module loading for ROX allocations of text
` [PATCH v2 7/8] execmem: add support for cache of large ROX pages
` [PATCH v2 8/8] x86/module: enable ROX caches for module text

[PATCH 0/3] mm: Care about shadow stack guard gap when getting an unmapped area
 2024-09-04 19:07 UTC  (18+ messages)
` [PATCH 1/3] mm: Make arch_get_unmapped_area() take vm_flags by default
` [PATCH 2/3] mm: Pass vm_flags to generic_get_unmapped_area()
` [PATCH 3/3] mm: Care about shadow stack guard gap when getting an unmapped area

[PATCH v2 0/3] mm: Care about shadow stack guard gap when getting an unmapped area
 2024-09-04 16:58 UTC  (4+ messages)
` [PATCH v2 1/3] mm: Make arch_get_unmapped_area() take vm_flags by default
` [PATCH v2 2/3] mm: Pass vm_flags to generic_get_unmapped_area()
` [PATCH v2 3/3] mm: Care about shadow stack guard gap when getting an unmapped area

Pytanie o samochód
 2024-08-27  7:55 UTC 

[PATCH v2 1/4] mm: Add optional close() to struct vm_special_mapping
 2024-08-21  1:18 UTC  (11+ messages)

[PATCH v2 00/13] linux system call fixes
 2024-08-16 20:27 UTC  (6+ messages)
` [PATCH v2 06/13] parisc: use generic sys_fanotify_mark implementation
` [PATCH v2 09/13] csky, hexagon: fix broken sys_sync_file_range

[RFC PATCH 00/18] use struct ptdesc to replace pgtable_t
 2024-08-15  6:32 UTC  (24+ messages)
` [RFC PATCH 01/18] mm/pgtable: use ptdesc in pte_free_now/pte_free_defer
` [RFC PATCH 02/18] mm/pgtable: convert ptdesc.pmd_huge_pte to ptdesc pointer
` [RFC PATCH 03/18] fs/dax: use ptdesc in dax_pmd_load_hole
` [RFC PATCH 04/18] mm/thp: use ptdesc pointer in __do_huge_pmd_anonymous_page
` [RFC PATCH 05/18] mm/thp: use ptdesc in do_huge_pmd_anonymous_page
` [RFC PATCH 06/18] mm/thp: convert insert_pfn_pmd and its caller to use ptdesc
` [RFC PATCH 07/18] mm/thp: use ptdesc in copy_huge_pmd
` [RFC PATCH 08/18] mm/memory: use ptdesc in __pte_alloc
` [RFC PATCH 09/18] mm/pgtable: fully use ptdesc in pte_alloc_one series functions
` [RFC PATCH 10/18] mm/pgtable: pass ptdesc to pte_free()
` [RFC PATCH 11/18] mm/pgtable: introduce ptdesc_pfn and use ptdesc in free_pte_range()
  ` [RFC PATCH 12/18] mm/thp: pass ptdesc to set_huge_zero_folio function
  ` [RFC PATCH 13/18] mm/pgtable: return ptdesc pointer in pgtable_trans_huge_withdraw
  ` [RFC PATCH 14/18] mm/pgtable: use ptdesc in pgtable_trans_huge_deposit
  ` [RFC PATCH 15/18] mm/pgtable: pass ptdesc to pmd_populate
  ` [RFC PATCH 16/18] mm/pgtable: pass ptdesc to pmd_install
  ` [RFC PATCH 17/18] mm: convert vmf.prealloc_pte to struct ptdesc pointer
  ` [RFC PATCH 18/18] mm/pgtable: pass ptdesc in pte_free_defer

[PATCH v5] vmalloc: Modify the alloc_vmap_area() error message for better diagnostics
 2024-07-29 16:39 UTC  (2+ messages)

[PATCH 00/17] arch: convert everything to syscall.tbl
 2024-07-23 12:58 UTC  (38+ messages)
` [PATCH 01/17] syscalls: add generic scripts/syscall.tbl
` [PATCH 02/17] csky: drop asm/gpio.h wrapper
` [PATCH 03/17] um: don't generate asm/bpf_perf_event.h
` [PATCH 04/17] loongarch: avoid generating extra header files
` [PATCH 05/17] kbuild: verify asm-generic header list
` [PATCH 06/17] kbuild: add syscall table generation to scripts/Makefile.asm-headers
` [PATCH 07/17] clone3: drop __ARCH_WANT_SYS_CLONE3 macro
` [PATCH 08/17] arc: convert to generic syscall table
` [PATCH 09/17] arm64: convert unistd_32.h to syscall.tbl format
` [PATCH 10/17] arm64: generate 64-bit syscall.tbl
` [PATCH 11/17] arm64: rework compat syscall macros
` [PATCH 12/17] csky: convert to generic syscall table
` [PATCH 13/17] hexagon: use new system call table
` [PATCH 14/17] loongarch: convert to generic syscall table
` [PATCH 15/17] nios2: "
` [PATCH 16/17] openrisc: "
` [PATCH 17/17] riscv: "

[GIT PULL] asm-generic updates for 6.11
 2024-07-17 12:45 UTC  (14+ messages)


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).