linux-csky
Thread
Date
Earlier messages
Later messages
Messages by Thread
Re: [PATCH v6 2/5] Replace generic memcpy and memset by IO memcpy functions
kernel test robot
[PATCH v5 0/5] Consolidate IO memcpy functions
Julian Vetter
[PATCH v5 1/5] Consolidate __memcpy_{to,from}io and __memset_io into iomap_copy.c
Julian Vetter
Re: [PATCH v5 1/5] Consolidate __memcpy_{to,from}io and __memset_io into iomap_copy.c
kernel test robot
Re: [PATCH v5 1/5] Consolidate __memcpy_{to,from}io and __memset_io into iomap_copy.c
kernel test robot
Re: [PATCH v5 1/5] Consolidate __memcpy_{to,from}io and __memset_io into iomap_copy.c
kernel test robot
[PATCH v5 2/5] Replace generic memcpy and memset by IO memcpy functions
Julian Vetter
[PATCH v5 3/5] Use generic io memcpy functions on the arm64 architecture
Julian Vetter
Re: [PATCH v5 3/5] Use generic io memcpy functions on the arm64 architecture
Catalin Marinas
[PATCH v5 4/5] Use generic io memcpy functions on the csky architecture
Julian Vetter
[PATCH v5 5/5] Use generic io memcpy functions on the loongarch architecture
Julian Vetter
[PATCH v4 0/5] Consolidate IO memcpy functions
Julian Vetter
[PATCH v4 5/5] Use generic io memcpy functions on the loongarch architecture
Julian Vetter
[PATCH v4 2/5] Replace generic memcpy and memset by IO memcpy functions
Julian Vetter
Re: [PATCH v4 2/5] Replace generic memcpy and memset by IO memcpy functions
kernel test robot
Re: [PATCH v4 2/5] Replace generic memcpy and memset by IO memcpy functions
kernel test robot
[PATCH v4 3/5] Use generic io memcpy functions on the arm64 architecture
Julian Vetter
[PATCH v4 4/5] Use generic io memcpy functions on the csky architecture
Julian Vetter
[PATCH v4 1/5] Consolidate __memcpy_{to,from}io and __memset_io into a single lib
Julian Vetter
[PATCH] csky: Fix the following errors reported by checkpatch:
xujianghui
[PATCH v3 0/4] Consolidate IO memcpy functions
Julian Vetter
[PATCH v3 1/4] Consolidate __memcpy_{to,from}io and __memset_io into a single lib
Julian Vetter
Re: [PATCH v3 1/4] Consolidate __memcpy_{to,from}io and __memset_io into a single lib
Catalin Marinas
[PATCH v3 2/4] Use generic io memcpy functions on the arm64 architecture
Julian Vetter
Re: [PATCH v3 2/4] Use generic io memcpy functions on the arm64 architecture
Catalin Marinas
[PATCH v3 4/4] Use generic io memcpy functions on the loongarch architecture
Julian Vetter
[PATCH v3 3/4] Use generic io memcpy functions on the csky architecture
Julian Vetter
[PATCH v2 0/4] Consolidate IO memcpy functions
Julian Vetter
[PATCH v2 2/4] Use generic io memcpy functions on the arm64 architecture
Julian Vetter
[PATCH v2 3/4] Use generic io memcpy functions on the csky architecture
Julian Vetter
Re: [PATCH v2 3/4] Use generic io memcpy functions on the csky architecture
kernel test robot
Re: [PATCH v2 3/4] Use generic io memcpy functions on the csky architecture
Arnd Bergmann
Re: [PATCH v2 3/4] Use generic io memcpy functions on the csky architecture
Guo Ren
[PATCH v2 4/4] Use generic io memcpy functions on the loongarch architecture
Julian Vetter
[PATCH v2 1/4] Consolidate __memcpy_{to,from}io and __memset_io into a single lib
Julian Vetter
Re: [PATCH v2 0/4] Consolidate IO memcpy functions
Arnd Bergmann
[PATCH v3 0/8] x86/module: use large ROX pages for text allocations
Mike Rapoport
[PATCH v3 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
Mike Rapoport
[PATCH v3 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
Mike Rapoport
[PATCH v3 3/8] asm-generic: introduce text-patching.h
Mike Rapoport
[PATCH v3 4/8] module: prepare to handle ROX allocations for text
Mike Rapoport
[PATCH v3 5/8] ftrace: Add swap_func to ftrace_process_locs()
Mike Rapoport
[PATCH v3 6/8] x86/module: perpare module loading for ROX allocations of text
Mike Rapoport
Re: [PATCH v3 6/8] x86/module: perpare module loading for ROX allocations of text
Peter Zijlstra
Re: [PATCH v3 6/8] x86/module: perpare module loading for ROX allocations of text
Mike Rapoport
Re: [PATCH v3 6/8] x86/module: perpare module loading for ROX allocations of text
Steven Rostedt
Re: [PATCH v3 6/8] x86/module: perpare module loading for ROX allocations of text
Mike Rapoport
[PATCH v3 7/8] execmem: add support for cache of large ROX pages
Mike Rapoport
Re: [PATCH v3 7/8] execmem: add support for cache of large ROX pages
Ard Biesheuvel
Re: [PATCH v3 7/8] execmem: add support for cache of large ROX pages
Mike Rapoport
Re: [PATCH v3 7/8] execmem: add support for cache of large ROX pages
Liam R. Howlett
[PATCH v3 8/8] x86/module: enable ROX caches for module text
Mike Rapoport
[PATCH 0/4] Consolidate IO memcpy functions
Julian Vetter
[PATCH 2/4] Activate GENERIC_IO for the arm64 architecture
Julian Vetter
[PATCH 4/4] Activate GENERIC_IO for the loongarch architecture
Julian Vetter
[PATCH 1/4] Consolidate __memcpy_{to,from}io and __memset_io into a single lib
Julian Vetter
Re: [PATCH 1/4] Consolidate __memcpy_{to,from}io and __memset_io into a single lib
Arnd Bergmann
[PATCH 3/4] Activate GENERIC_IO for the csky architecture
Julian Vetter
Re: [PATCH 3/4] Activate GENERIC_IO for the csky architecture
Guo Ren
Re: [PATCH v2 7/8] execmem: add support for cache of large ROX pages
Christophe Leroy
[PATCH RFC v3 0/2] mm: Introduce ADDR_LIMIT_47BIT personality flag
Charlie Jenkins
[PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
Charlie Jenkins
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
Michael Ellerman
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
Charlie Jenkins
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
Christophe Leroy
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
Geert Uytterhoeven
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
Michael Ellerman
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
Charlie Jenkins
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
Michael Ellerman
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
Michael Ellerman
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
Arnd Bergmann
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
Lorenzo Stoakes
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
Lorenzo Stoakes
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
Arnd Bergmann
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
Lorenzo Stoakes
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
Charlie Jenkins
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
Arnd Bergmann
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
Charlie Jenkins
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
Michael Ellerman
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
Guo Ren
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
Arnd Bergmann
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
Catalin Marinas
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
Liam R. Howlett
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
Charlie Jenkins
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
Arnd Bergmann
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
Charlie Jenkins
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
Catalin Marinas
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
Charlie Jenkins
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
Catalin Marinas
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
Charlie Jenkins
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
Catalin Marinas
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
Catalin Marinas
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
Charlie Jenkins
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
Lorenzo Stoakes
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
Charlie Jenkins
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
Palmer Dabbelt
[PATCH RFC v3 2/2] selftests/mm: Create ADDR_LIMIT_47BIT test
Charlie Jenkins
Re: [PATCH RFC v3 0/2] mm: Introduce ADDR_LIMIT_47BIT personality flag
Guo Ren
Re: [PATCH RFC v3 0/2] mm: Introduce ADDR_LIMIT_47BIT personality flag
John Paul Adrian Glaubitz
Re: [PATCH RFC v3 0/2] mm: Introduce ADDR_LIMIT_47BIT personality flag
Jiaxun Yang
[PATCH v2 0/3] mm: Care about shadow stack guard gap when getting an unmapped area
Mark Brown
[PATCH v2 2/3] mm: Pass vm_flags to generic_get_unmapped_area()
Mark Brown
[PATCH v2 3/3] mm: Care about shadow stack guard gap when getting an unmapped area
Mark Brown
[PATCH v2 1/3] mm: Make arch_get_unmapped_area() take vm_flags by default
Mark Brown
[PATCH 0/7] add function arguments to ftrace
Sven Schnelle
[PATCH 1/7] tracing: add ftrace_regs to function_graph_enter()
Sven Schnelle
Re: [PATCH 0/7] add function arguments to ftrace
Steven Rostedt
Re: [PATCH 0/7] add function arguments to ftrace
Sven Schnelle
Re: [PATCH 0/7] add function arguments to ftrace
Steven Rostedt
Re: [PATCH 0/7] add function arguments to ftrace
Google
Re: [PATCH 0/7] add function arguments to ftrace
Sven Schnelle
Re: [PATCH 0/7] add function arguments to ftrace
Sven Schnelle
Re: [PATCH 0/7] add function arguments to ftrace
Google
Re: [PATCH RFC v2 2/4] mm: Add hint and mmap_flags to struct vm_unmapped_area_info
Christophe Leroy
[PATCH 0/3] mm: Care about shadow stack guard gap when getting an unmapped area
Mark Brown
[PATCH 1/3] mm: Make arch_get_unmapped_area() take vm_flags by default
Mark Brown
Re: [PATCH 1/3] mm: Make arch_get_unmapped_area() take vm_flags by default
Lorenzo Stoakes
Re: [PATCH 1/3] mm: Make arch_get_unmapped_area() take vm_flags by default
Liam R. Howlett
Re: [PATCH 1/3] mm: Make arch_get_unmapped_area() take vm_flags by default
Helge Deller
[PATCH 2/3] mm: Pass vm_flags to generic_get_unmapped_area()
Mark Brown
Re: [PATCH 2/3] mm: Pass vm_flags to generic_get_unmapped_area()
Lorenzo Stoakes
Re: [PATCH 2/3] mm: Pass vm_flags to generic_get_unmapped_area()
Liam R. Howlett
Re: [PATCH 2/3] mm: Pass vm_flags to generic_get_unmapped_area()
Michael Ellerman
Re: [PATCH 2/3] mm: Pass vm_flags to generic_get_unmapped_area()
Deepak Gupta
[PATCH 3/3] mm: Care about shadow stack guard gap when getting an unmapped area
Mark Brown
Re: [PATCH 3/3] mm: Care about shadow stack guard gap when getting an unmapped area
Lorenzo Stoakes
Re: [PATCH 3/3] mm: Care about shadow stack guard gap when getting an unmapped area
Mark Brown
Re: [PATCH 3/3] mm: Care about shadow stack guard gap when getting an unmapped area
Lorenzo Stoakes
Re: [PATCH 3/3] mm: Care about shadow stack guard gap when getting an unmapped area
Liam R. Howlett
Re: [PATCH 3/3] mm: Care about shadow stack guard gap when getting an unmapped area
Mark Brown
Re: [PATCH 3/3] mm: Care about shadow stack guard gap when getting an unmapped area
Deepak Gupta
Re: [PATCH 3/3] mm: Care about shadow stack guard gap when getting an unmapped area
Deepak Gupta
Re: [PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
Charlie Jenkins
Re: [PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
Michal Hocko
Re: [PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
Kirill A. Shutemov
Re: [PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
Charlie Jenkins
Re: [PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
Kirill A. Shutemov
Re: [PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
Steven Price
Re: [PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
Liam R. Howlett
Re: [PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
Steven Price
Re: [PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
Liam R. Howlett
Re: [PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
Steven Price
Re: [PATCH v2 1/4] mm: Add optional close() to struct vm_special_mapping
Linus Torvalds
Re: [PATCH v2 1/4] mm: Add optional close() to struct vm_special_mapping
Linus Torvalds
Re: [PATCH v2 1/4] mm: Add optional close() to struct vm_special_mapping
Andrew Morton
Re: [PATCH v2 1/4] mm: Add optional close() to struct vm_special_mapping
Linus Torvalds
Re: [PATCH v2 1/4] mm: Add optional close() to struct vm_special_mapping
Michael Ellerman
Re: [PATCH v2 1/4] mm: Add optional close() to struct vm_special_mapping
Linus Torvalds
Re: [PATCH v2 1/4] mm: Add optional close() to struct vm_special_mapping
Rob Landley
Re: [PATCH v2 1/4] mm: Add optional close() to struct vm_special_mapping
Linus Torvalds
Re: [PATCH v2 1/4] mm: Add optional close() to struct vm_special_mapping
Rob Landley
Re: [PATCH v2 1/4] mm: Add optional close() to struct vm_special_mapping
Linus Torvalds
Re: [PATCH v2 1/4] mm: Add optional close() to struct vm_special_mapping
Andrew Morton
[RFC PATCH 00/18] use struct ptdesc to replace pgtable_t
alexs
[RFC PATCH 01/18] mm/pgtable: use ptdesc in pte_free_now/pte_free_defer
alexs
[RFC PATCH 02/18] mm/pgtable: convert ptdesc.pmd_huge_pte to ptdesc pointer
alexs
[RFC PATCH 03/18] fs/dax: use ptdesc in dax_pmd_load_hole
alexs
[RFC PATCH 04/18] mm/thp: use ptdesc pointer in __do_huge_pmd_anonymous_page
alexs
[RFC PATCH 05/18] mm/thp: use ptdesc in do_huge_pmd_anonymous_page
alexs
[RFC PATCH 06/18] mm/thp: convert insert_pfn_pmd and its caller to use ptdesc
alexs
[RFC PATCH 07/18] mm/thp: use ptdesc in copy_huge_pmd
alexs
[RFC PATCH 08/18] mm/memory: use ptdesc in __pte_alloc
alexs
[RFC PATCH 09/18] mm/pgtable: fully use ptdesc in pte_alloc_one series functions
alexs
[RFC PATCH 10/18] mm/pgtable: pass ptdesc to pte_free()
alexs
[RFC PATCH 11/18] mm/pgtable: introduce ptdesc_pfn and use ptdesc in free_pte_range()
alexs
[RFC PATCH 12/18] mm/thp: pass ptdesc to set_huge_zero_folio function
alexs
[RFC PATCH 13/18] mm/pgtable: return ptdesc pointer in pgtable_trans_huge_withdraw
alexs
[RFC PATCH 14/18] mm/pgtable: use ptdesc in pgtable_trans_huge_deposit
alexs
[RFC PATCH 16/18] mm/pgtable: pass ptdesc to pmd_install
alexs
[RFC PATCH 17/18] mm: convert vmf.prealloc_pte to struct ptdesc pointer
alexs
[RFC PATCH 18/18] mm/pgtable: pass ptdesc in pte_free_defer
alexs
Re: [RFC PATCH 00/18] use struct ptdesc to replace pgtable_t
Alex Shi
Re: [RFC PATCH 00/18] use struct ptdesc to replace pgtable_t
LEROY Christophe
Re: [RFC PATCH 00/18] use struct ptdesc to replace pgtable_t
Alex Shi
Re: [RFC PATCH 00/18] use struct ptdesc to replace pgtable_t
Matthew Wilcox
Re: [RFC PATCH 00/18] use struct ptdesc to replace pgtable_t
Alex Shi
[GIT PULL] asm-generic updates for 6.11
Arnd Bergmann
Re: [GIT PULL] asm-generic updates for 6.11
pr-tracker-bot
Re: [GIT PULL] asm-generic updates for 6.11
Linus Torvalds
Re: [GIT PULL] asm-generic updates for 6.11
Arnd Bergmann
Re: [GIT PULL] asm-generic updates for 6.11
Linus Torvalds
Re: [GIT PULL] asm-generic updates for 6.11
Linus Torvalds
Re: [GIT PULL] asm-generic updates for 6.11
Arnd Bergmann
Re: [GIT PULL] asm-generic updates for 6.11
Johan Hovold
Re: [GIT PULL] asm-generic updates for 6.11
Arnd Bergmann
Re: [GIT PULL] asm-generic updates for 6.11
Johan Hovold
Re: [GIT PULL] asm-generic updates for 6.11
Arnd Bergmann
Re: [GIT PULL] asm-generic updates for 6.11
Arnd Bergmann
Re: [GIT PULL] asm-generic updates for 6.11
Arnd Bergmann
Re: [GIT PULL] asm-generic updates for 6.11
Arnd Bergmann
[PATCH 00/17] arch: convert everything to syscall.tbl
Arnd Bergmann
[PATCH 01/17] syscalls: add generic scripts/syscall.tbl
Arnd Bergmann
Re: [PATCH 01/17] syscalls: add generic scripts/syscall.tbl
Masahiro Yamada
Re: [PATCH 01/17] syscalls: add generic scripts/syscall.tbl
Arnd Bergmann
[PATCH 02/17] csky: drop asm/gpio.h wrapper
Arnd Bergmann
Re: [PATCH 02/17] csky: drop asm/gpio.h wrapper
Guo Ren
Re: [PATCH 02/17] csky: drop asm/gpio.h wrapper
Masahiro Yamada
Re: [PATCH 02/17] csky: drop asm/gpio.h wrapper
Guo Ren
[PATCH 03/17] um: don't generate asm/bpf_perf_event.h
Arnd Bergmann
Re: [PATCH 03/17] um: don't generate asm/bpf_perf_event.h
Stephen Rothwell
Earlier messages
Later messages