Linux for C-SKY
[Prev Page][Next Page]
- [PATCH v11 0/4] Replace fallback for IO memcpy and IO memset,
Julian Vetter
- [PATCH v2] of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verify,
Usama Arif
- [PATCH v7 0/8] x86/module: use large ROX pages for text allocations,
Mike Rapoport
- provide generic page_to_phys and phys_to_page implementations v3,
Christoph Hellwig
- [PATCH v10 0/4] Replace fallback for IO memcpy and IO memset,
Julian Vetter
- [PATCH v3 00/20] Remove PERF_HAVE_DWARF_REGS,
Ian Rogers
- [PATCH v3 01/20] perf bpf-prologue: Remove unused file, Ian Rogers
- [PATCH v3 02/20] perf dwarf-regs: Remove PERF_HAVE_ARCH_REGS_QUERY_REGISTER_OFFSET, Ian Rogers
- [PATCH v3 03/20] perf dwarf-regs: Add EM_HOST and EF_HOST defines, Ian Rogers
- [PATCH v3 04/20] perf disasm: Add e_machine/e_flags to struct arch, Ian Rogers
- [PATCH v3 05/20] perf dwarf-regs: Pass accurate disassembly machine to get_dwarf_regnum, Ian Rogers
- [PATCH v3 06/20] perf dwarf-regs: Pass ELF flags to get_dwarf_regstr, Ian Rogers
- [PATCH v3 07/20] perf dwarf-regs: Move x86 dwarf-regs out of arch, Ian Rogers
- [PATCH v3 08/20] perf arm64: Remove dwarf-regs.c, Ian Rogers
- [PATCH v3 09/20] perf arm: Remove dwarf-regs.c, Ian Rogers
- [PATCH v3 10/20] perf dwarf-regs: Move csky dwarf-regs out of arch, Ian Rogers
- [PATCH v3 11/20] perf loongarch: Remove dwarf-regs.c, Ian Rogers
- [PATCH v3 12/20] perf mips: Remove dwarf-regs.c, Ian Rogers
- [PATCH v3 13/20] perf dwarf-regs: Move powerpc dwarf-regs out of arch, Ian Rogers
- [PATCH v3 14/20] perf riscv: Remove dwarf-regs.c and add dwarf-regs-table.h, Ian Rogers
- [PATCH v3 15/20] perf s390: Remove dwarf-regs.c, Ian Rogers
- [PATCH v3 16/20] perf sh: Remove dwarf-regs.c, Ian Rogers
- [PATCH v3 17/20] perf sparc: Remove dwarf-regs.c, Ian Rogers
- [PATCH v3 18/20] perf xtensa: Remove dwarf-regs.c, Ian Rogers
- [PATCH v3 19/20] perf dwarf-regs: Remove get_arch_regstr code, Ian Rogers
- [PATCH v3 20/20] perf build: Remove PERF_HAVE_DWARF_REGS, Ian Rogers
- [PATCH v3 00/11] Libdw/dwarf build clean up,
Ian Rogers
- [PATCH v3 01/11] perf build: Fix LIBDW_DIR, Ian Rogers
- [PATCH v3 02/11] perf build: Rename NO_DWARF to NO_LIBDW, Ian Rogers
- [PATCH v3 03/11] perf build: Remove defined but never used variable, Ian Rogers
- [PATCH v3 04/11] perf build: Rename test-dwarf to test-libdw, Ian Rogers
- [PATCH v3 05/11] perf build: Combine libdw-dwarf-unwind into libdw feature tests, Ian Rogers
- [PATCH v3 06/11] perf build: Combine test-dwarf-getlocations into test-libdw, Ian Rogers
- [PATCH v3 07/11] perf build: Combine test-dwarf-getcfi into test-libdw, Ian Rogers
- [PATCH v3 08/11] perf probe: Move elfutils support check to libdw check, Ian Rogers
- [PATCH v3 09/11] perf libdw: Remove unnecessary defines, Ian Rogers
- [PATCH v3 10/11] perf build: Rename HAVE_DWARF_SUPPORT to HAVE_LIBDW_SUPPORT, Ian Rogers
- [PATCH v3 11/11] perf build: Rename CONFIG_DWARF to CONFIG_LIBDW, Ian Rogers
- Re: [PATCH v3 00/11] Libdw/dwarf build clean up, Namhyung Kim
- Re: [PATCH v3 00/11] Libdw/dwarf build clean up, Namhyung Kim
- [PATCH v6 0/8] x86/module: use large ROX pages for text allocations,
Mike Rapoport
- provide generic page_to_phys and phys_to_page implementations v2,
Christoph Hellwig
- [RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection,
Ryan Roberts
- [PATCH v9 0/4] Consolidate IO memcpy functions,
Julian Vetter
- [PATCH 00/28] vdso: Preparations for generic data storage,
Thomas Weißschuh
- [PATCH 01/28] csky/vdso: Remove gettimeofday() and friends from VDSO, Thomas Weißschuh
- [PATCH 02/28] csky/vdso: Remove arch_vma_name(), Thomas Weißschuh
- [PATCH 03/28] s390/vdso: Drop LBASE_VDSO, Thomas Weißschuh
- [PATCH 05/28] arm64: vdso: Use only one single vvar mapping, Thomas Weißschuh
- [PATCH 04/28] arm64: vdso: Drop LBASE_VDSO, Thomas Weißschuh
- [PATCH 06/28] riscv: vdso: Use only one single vvar mapping, Thomas Weißschuh
- [PATCH 07/28] arm: vdso: Remove assembly for datapage access, Thomas Weißschuh
- [PATCH 08/28] LoongArch: vDSO: Use vdso/datapage.h to access vDSO data, Thomas Weißschuh
- [PATCH 09/28] MIPS: vdso: Avoid name conflict around "vdso_data", Thomas Weißschuh
- [PATCH 10/28] x86/mm/mmap: Remove arch_vma_name(), Thomas Weißschuh
- [PATCH 11/28] x86: vdso: Use __arch_get_vdso_data() to access vdso data, Thomas Weißschuh
- [PATCH 12/28] x86: vdso: Place vdso_data at beginning of vvar page, Thomas Weißschuh
- [PATCH 13/28] x86: vdso: Access rng data from kernel without vvar, Thomas Weißschuh
- [PATCH 14/28] x86: vdso: Allocate vvar page from C code, Thomas Weißschuh
- [PATCH 15/28] x86: vdso: Access timens vdso data without vvar.h, Thomas Weißschuh
- [PATCH 16/28] x86: vdso: Access rng vdso data without vvar.h, Thomas Weißschuh
- [PATCH 17/28] x86: vdso: Move the rng offset to vsyscall.h, Thomas Weißschuh
- [PATCH 19/28] x86: vdso: Delete vvar.h, Thomas Weißschuh
- [PATCH 18/28] x86: vdso: Access vdso data without vvar.h, Thomas Weißschuh
- [PATCH 20/28] x86: vdso: Split virtual clock pages into dedicated mapping, Thomas Weißschuh
- [PATCH 21/28] powerpc: vdso: Remove offset comment from 32bit vdso_arch_data, Thomas Weißschuh
- [PATCH 22/28] powerpc: procfs: Propagate error of remap_pfn_range(), Thomas Weißschuh
- [PATCH 23/28] powerpc/pseries/lparcfg: Fix printing of system_active_processors, Thomas Weißschuh
- [PATCH 24/28] powerpc/pseries/lparcfg: Use num_possible_cpus() for potential processors, Thomas Weißschuh
- [PATCH 25/28] powerpc: Add kconfig option for the systemcfg page, Thomas Weißschuh
- [PATCH 26/28] powerpc: Split systemcfg data out of vdso data page, Thomas Weißschuh
- [PATCH 27/28] powerpc: Split systemcfg struct definitions out from vdso, Thomas Weißschuh
- [PATCH 28/28] vdso: Rename struct arch_vdso_data to arch_vdso_time_data, Thomas Weißschuh
- Re: [PATCH 00/28] vdso: Preparations for generic data storage, Thomas Gleixner
- [PATCH v5 0/8] x86/module: use large ROX pages for text allocations,
Mike Rapoport
- provide generic page_to_phys and phys_to_page implementations,
Christoph Hellwig
- [PATCH v8 00/14] Consolidate IO memcpy functions,
Julian Vetter
- [PATCH v8 01/14] Consolidate IO memcpy/memset into iomap_copy.c, Julian Vetter
- [PATCH v8 03/14] csky: Use generic IO memcpy/memset, Julian Vetter
- [PATCH v8 04/14] loongarch: Use generic IO memcpy/memset, Julian Vetter
- [PATCH v8 14/14] sound: Make CONFIG_SND depend on INDIRECT_IOMEM instead of UML, Julian Vetter
- [PATCH v8 11/14] s390: Add wrappers around zpci_memcpy/zpci_memset, Julian Vetter
- [PATCH v8 12/14] bus: mhi: ep: Add HAS_IOMEM || INDIRECT_IOMEM dependency, Julian Vetter
- [PATCH v8 07/14] parisc: Align prototypes of IO memcpy/memset, Julian Vetter
- [PATCH v8 08/14] sh: Align prototypes of IO memcpy/memset, Julian Vetter
- [PATCH v8 09/14] arm: Align prototype of IO memset, Julian Vetter
- [PATCH v8 13/14] mtd: Add HAS_IOMEM || INDIRECT_IOMEM dependency, Julian Vetter
- [PATCH v8 05/14] m68k: Align prototypes of IO memcpy/memset, Julian Vetter
- [PATCH v8 10/14] powerpc: Align prototypes of IO memcpy and memset, Julian Vetter
- [PATCH v8 06/14] alpha: Align prototypes of IO memcpy/memset, Julian Vetter
- [PATCH v8 02/14] arm64: Use generic IO memcpy/memset, Julian Vetter
- [PATCH] csky: fix csky_cmpxchg_fixup not working,
Yang Li
[PATCH v4 0/8] x86/module: use large ROX pages for text allocations,
Mike Rapoport
[PATCH v2 00/31] Libdw/dwarf build clean up,
Ian Rogers
- [PATCH v2 01/31] perf build: Fix !HAVE_DWARF_GETLOCATIONS_SUPPORT, Ian Rogers
- [PATCH v2 02/31] perf build: Rename NO_DWARF to NO_LIBDW, Ian Rogers
- [PATCH v2 03/31] perf build: Remove defined but never used variable, Ian Rogers
- [PATCH v2 04/31] perf build: Rename test-dwarf to test-libdw, Ian Rogers
- [PATCH v2 05/31] perf build: Combine libdw-dwarf-unwind into libdw feature tests, Ian Rogers
- [PATCH v2 06/31] perf build: Combine test-dwarf-getlocations into test-libdw, Ian Rogers
- [PATCH v2 07/31] perf build: Combine test-dwarf-getcfi into test-libdw, Ian Rogers
- [PATCH v2 08/31] perf probe: Move elfutils support check to libdw check, Ian Rogers
- [PATCH v2 09/31] perf libdw: Remove unnecessary defines, Ian Rogers
- [PATCH v2 10/31] perf build: Rename HAVE_DWARF_SUPPORT to HAVE_LIBDW_SUPPORT, Ian Rogers
- [PATCH v2 11/31] perf build: Rename CONFIG_DWARF to CONFIG_LIBDW, Ian Rogers
- [PATCH v2 12/31] perf bpf-prologue: Remove unused file, Ian Rogers
- [PATCH v2 13/31] perf dwarf-regs: Remove PERF_HAVE_ARCH_REGS_QUERY_REGISTER_OFFSET, Ian Rogers
- [PATCH v2 14/31] perf dwarf-regs: Add EM_HOST and EF_HOST defines, Ian Rogers
- [PATCH v2 15/31] perf disasm: Add e_machine/e_flags to struct arch, Ian Rogers
- [PATCH v2 16/31] perf dwarf-regs: Pass accurate disassembly machine to get_dwarf_regnum, Ian Rogers
- [PATCH v2 17/31] perf dwarf-regs: Pass ELF flags to get_dwarf_regstr, Ian Rogers
- [PATCH v2 18/31] perf dwarf-regs: Move x86 dwarf-regs out of arch, Ian Rogers
- [PATCH v2 19/31] perf arm64: Remove dwarf-regs.c, Ian Rogers
- [PATCH v2 20/31] perf arm: Remove dwarf-regs.c, Ian Rogers
- [PATCH v2 21/31] perf dwarf-regs: Move csky dwarf-regs out of arch, Ian Rogers
- [PATCH v2 22/31] perf loongarch: Remove dwarf-regs.c, Ian Rogers
- [PATCH v2 23/31] perf mips: Remove dwarf-regs.c, Ian Rogers
- [PATCH v2 24/31] perf dwarf-regs: Move powerpc dwarf-regs out of arch, Ian Rogers
- [PATCH v2 25/31] perf riscv: Remove dwarf-regs.c and add dwarf-regs-table.h, Ian Rogers
- [PATCH v2 26/31] perf s390: Remove dwarf-regs.c, Ian Rogers
- [PATCH v2 27/31] perf sh: Remove dwarf-regs.c, Ian Rogers
- [PATCH v2 28/31] perf sparc: Remove dwarf-regs.c, Ian Rogers
- [PATCH v2 29/31] perf xtensa: Remove dwarf-regs.c, Ian Rogers
- [PATCH v2 30/31] perf dwarf-regs: Remove get_arch_regstr code, Ian Rogers
- [PATCH v2 31/31] perf build: Remove PERF_HAVE_DWARF_REGS, Ian Rogers
- Re: [PATCH v2 00/31] Libdw/dwarf build clean up, Ian Rogers
[PATCH v7 00/10] Consolidate IO memcpy functions,
Julian Vetter
- [PATCH v7 06/10] alpha: Align prototypes of IO memcpy/memset, Julian Vetter
- [PATCH v7 07/10] parisc: Align prototypes of IO memcpy/memset, Julian Vetter
- [PATCH v7 10/10] arm: Align prototype of IO memset, Julian Vetter
- [PATCH v7 08/10] sh: Align prototypes of IO memcpy/memset, Julian Vetter
- [PATCH v7 03/10] csky: Use generic IO memcpy/memset, Julian Vetter
- [PATCH v7 02/10] arm64: Use generic IO memcpy/memset, Julian Vetter
- [PATCH v7 09/10] um: Add dummy implementation for IO memcpy/memset, Julian Vetter
- [PATCH v7 04/10] loongarch: Use generic IO memcpy/memset, Julian Vetter
- [PATCH v7 01/10] Consolidate IO memcpy/memset into iomap_copy.c, Julian Vetter
- [PATCH v7 05/10] m68k: Align prototypes of IO memcpy/memset, Julian Vetter
- Re: [PATCH v7 00/10] Consolidate IO memcpy functions, Niklas Schnelle
[PATCH 0/5] csky: add shutdown and nolibc support,
Thomas Weißschuh
[BUG?] csky: qemu-user: swapped syscall numbers for getppid and rt_sigreturn,
Thomas Weißschuh
[PATCH v6 0/5] Consolidate IO memcpy functions,
Julian Vetter
[PATCH v5 0/5] Consolidate IO memcpy functions,
Julian Vetter
[PATCH v4 0/5] Consolidate IO memcpy functions,
Julian Vetter
[PATCH] csky: Fix the following errors reported by checkpatch:, xujianghui
[PATCH v3 0/4] Consolidate IO memcpy functions,
Julian Vetter
[PATCH v2 0/4] Consolidate IO memcpy functions,
Julian Vetter
[PATCH v3 0/8] x86/module: use large ROX pages for text allocations,
Mike Rapoport
[PATCH 0/4] Consolidate IO memcpy functions,
Julian Vetter
[PATCH RFC v3 0/2] mm: Introduce ADDR_LIMIT_47BIT personality flag,
Charlie Jenkins
[PATCH v2 0/3] mm: Care about shadow stack guard gap when getting an unmapped area,
Mark Brown
[PATCH 0/7] add function arguments to ftrace,
Sven Schnelle
[PATCH 0/3] mm: Care about shadow stack guard gap when getting an unmapped area,
Mark Brown
[no subject], Unknown
[PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT,
Charlie Jenkins
[PATCH v2 0/8] x86/module: use large ROX pages for text allocations,
Mike Rapoport
Re: [PATCH v2 1/4] mm: Add optional close() to struct vm_special_mapping,
Linus Torvalds
[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
- 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, Matthew Wilcox
[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
- [PATCH 02/17] csky: drop asm/gpio.h wrapper, Arnd Bergmann
- [PATCH 03/17] um: don't generate asm/bpf_perf_event.h, Arnd Bergmann
- [PATCH 04/17] loongarch: avoid generating extra header files, Arnd Bergmann
- [PATCH 05/17] kbuild: verify asm-generic header list, Arnd Bergmann
- [PATCH 06/17] kbuild: add syscall table generation to scripts/Makefile.asm-headers, Arnd Bergmann
- [PATCH 07/17] clone3: drop __ARCH_WANT_SYS_CLONE3 macro, Arnd Bergmann
- [PATCH 08/17] arc: convert to generic syscall table, Arnd Bergmann
- [PATCH 09/17] arm64: convert unistd_32.h to syscall.tbl format, Arnd Bergmann
- [PATCH 10/17] arm64: generate 64-bit syscall.tbl, Arnd Bergmann
- [PATCH 11/17] arm64: rework compat syscall macros, Arnd Bergmann
- [PATCH 12/17] csky: convert to generic syscall table, Arnd Bergmann
- [PATCH 13/17] hexagon: use new system call table, Arnd Bergmann
- [PATCH 14/17] loongarch: convert to generic syscall table, Arnd Bergmann
- [PATCH 15/17] nios2: convert to generic syscall table, Arnd Bergmann
- [PATCH 16/17] openrisc: convert to generic syscall table, Arnd Bergmann
- [PATCH 17/17] riscv: convert to generic syscall table, Arnd Bergmann
- Re: [PATCH 00/17] arch: convert everything to syscall.tbl, Maciej W. Rozycki
- Re: [PATCH 00/17] arch: convert everything to syscall.tbl, patchwork-bot+linux-riscv
[GIT PULL] asm-generic fixes for 6.10,
Arnd Bergmann
[PATCH v2 00/13] linux system call fixes,
Arnd Bergmann
- [PATCH v2 01/13] ftruncate: pass a signed offset, Arnd Bergmann
- [PATCH v2 02/13] syscalls: fix compat_sys_io_pgetevents_time64 usage, Arnd Bergmann
- [PATCH v2 03/13] sparc: fix old compat_sys_select(), Arnd Bergmann
- [PATCH v2 04/13] sparc: fix compat recv/recvfrom syscalls, Arnd Bergmann
- [PATCH v2 05/13] parisc: use correct compat recv/recvfrom syscalls, Arnd Bergmann
- [PATCH v2 06/13] parisc: use generic sys_fanotify_mark implementation, Arnd Bergmann
- [PATCH v2 07/13] powerpc: restore some missing spu syscalls, Arnd Bergmann
- [PATCH v2 08/13] sh: rework sync_file_range ABI, Arnd Bergmann
- [PATCH v2 09/13] csky, hexagon: fix broken sys_sync_file_range, Arnd Bergmann
Bounce probe for linux-csky@xxxxxxxxxxxxxxx (no action required), linux-csky+owner
[PATCH 00/15] linux system call fixes,
Arnd Bergmann
- [PATCH 01/15] ftruncate: pass a signed offset, Arnd Bergmann
- [PATCH 02/15] syscalls: fix compat_sys_io_pgetevents_time64 usage, Arnd Bergmann
- [PATCH 03/15] mips: fix compat_sys_lseek syscall, Arnd Bergmann
- [PATCH 04/15] sparc: fix old compat_sys_select(), Arnd Bergmann
- [PATCH 05/15] sparc: fix compat recv/recvfrom syscalls, Arnd Bergmann
- [PATCH 06/15] parisc: use correct compat recv/recvfrom syscalls, Arnd Bergmann
- [PATCH 07/15] parisc: use generic sys_fanotify_mark implementation, Arnd Bergmann
- [PATCH 08/15] powerpc: restore some missing spu syscalls, Arnd Bergmann
- [PATCH 09/15] sh: rework sync_file_range ABI, Arnd Bergmann
- [PATCH 10/15] csky, hexagon: fix broken sys_sync_file_range, Arnd Bergmann
- [PATCH 11/15] hexagon: fix fadvise64_64 calling conventions, Arnd Bergmann
- [PATCH 12/15] s390: remove native mmap2() syscall, Arnd Bergmann
- [PATCH 13/15] syscalls: mmap(): use unsigned offset type consistently, Arnd Bergmann
- [PATCH 14/15] asm-generic: unistd: fix time32 compat syscall handling, Arnd Bergmann
- [PATCH 15/15] linux/syscalls.h: add missing __user annotations, Arnd Bergmann
[PATCH] csky: stacktrace: fix usage of ftrace_graph_ret_addr(),
Puranjay Mohan
[PATCH] lib/zlib: add missing MODULE_DESCRIPTION() macro,
Jeff Johnson
[PATCH] pstore: platform: add missing MODULE_DESCRIPTION() macro,
Jeff Johnson
[PATCH v3 0/8] Refactor perf python module build,
Ian Rogers
[PATCH v2 0/8] Refactor perf python module build,
Ian Rogers
[PATCH v2 00/14] Introducing TIF_NOTIFY_IPI flag,
K Prateek Nayak
[Index of Archives]
[Linux Samsung SoC]
[Linux Actions SoC]
[Linux Rockchip SoC]
[Linux for Synopsys ARC Processors]
[Linux USB Devel]
[Video for Linux]
[Linux SCSI]
[Yosemite Forum]