Linux for C-SKY
[Prev Page][Next Page]
- [PATCH v2 0/6] Account page tables at all levels,
Kevin Brodsky
- [PATCH v4 00/15] move pagetable_*_dtor() to __tlb_remove_table(),
Qi Zheng
- [PATCH v4 01/15] Revert "mm: pgtable: make ptlock be freed by RCU", Qi Zheng
- [PATCH v4 02/15] riscv: mm: Skip pgtable level check in {pud,p4d}_alloc_one, Qi Zheng
- [PATCH v4 03/15] asm-generic: pgalloc: Provide generic p4d_{alloc_one,free}, Qi Zheng
- [PATCH v4 04/15] mm: pgtable: add statistics for P4D level page table, Qi Zheng
- [PATCH v4 05/15] arm64: pgtable: use mmu gather to free p4d level page table, Qi Zheng
- [PATCH v4 06/15] s390: pgtable: add statistics for PUD and P4D level page table, Qi Zheng
- [PATCH v4 07/15] mm: pgtable: introduce pagetable_dtor(), Qi Zheng
- [PATCH v4 08/15] arm: pgtable: move pagetable_dtor() to __tlb_remove_table(), Qi Zheng
- [PATCH v4 09/15] arm64: pgtable: move pagetable_dtor() to __tlb_remove_table(), Qi Zheng
- [PATCH v4 11/15] x86: pgtable: move pagetable_dtor() to __tlb_remove_table(), Qi Zheng
- [PATCH v4 10/15] riscv: pgtable: move pagetable_dtor() to __tlb_remove_table(), Qi Zheng
- [PATCH v4 12/15] s390: pgtable: also move pagetable_dtor() of PxD to __tlb_remove_table(), Qi Zheng
- [PATCH v4 13/15] mm: pgtable: introduce generic __tlb_remove_table(), Qi Zheng
- [PATCH v4 14/15] mm: pgtable: move __tlb_remove_table_one() in x86 to generic file, Qi Zheng
- [PATCH v4 15/15] mm: pgtable: introduce generic pagetable_dtor_free(), Qi Zheng
- Re: [PATCH v4 00/15] move pagetable_*_dtor() to __tlb_remove_table(), Andrew Morton
- Re: [PATCH v4 00/15] move pagetable_*_dtor() to __tlb_remove_table(), Kevin Brodsky
- [PATCH v3 00/17] move pagetable_*_dtor() to __tlb_remove_table(),
Qi Zheng
- [PATCH v3 01/17] Revert "mm: pgtable: make ptlock be freed by RCU", Qi Zheng
- [PATCH v3 02/17] riscv: mm: Skip pgtable level check in {pud,p4d}_alloc_one, Qi Zheng
- [PATCH v3 03/17] asm-generic: pgalloc: Provide generic p4d_{alloc_one,free}, Qi Zheng
- [PATCH v3 04/17] mm: pgtable: add statistics for P4D level page table, Qi Zheng
- [PATCH v3 05/17] arm64: pgtable: use mmu gather to free p4d level page table, Qi Zheng
- [PATCH v3 06/17] s390: pgtable: add statistics for PUD and P4D level page table, Qi Zheng
- [PATCH v3 07/17] mm: pgtable: introduce pagetable_dtor(), Qi Zheng
- [PATCH v3 08/17] arm: pgtable: move pagetable_dtor() to __tlb_remove_table(), Qi Zheng
- [PATCH v3 09/17] arm64: pgtable: move pagetable_dtor() to __tlb_remove_table(), Qi Zheng
- [PATCH v3 10/17] riscv: pgtable: move pagetable_dtor() to __tlb_remove_table(), Qi Zheng
- [PATCH v3 11/17] x86: pgtable: move pagetable_dtor() to __tlb_remove_table(), Qi Zheng
- [PATCH v3 12/17] s390: pgtable: also move pagetable_dtor() of PxD to __tlb_remove_table(), Qi Zheng
- [PATCH v3 13/17] mm: pgtable: introduce generic __tlb_remove_table(), Qi Zheng
- [PATCH v3 14/17] mm: pgtable: move __tlb_remove_table_one() in x86 to generic file, Qi Zheng
- [PATCH v3 15/17] mm: pgtable: remove tlb_remove_page_ptdesc(), Qi Zheng
- [PATCH v3 16/17] mm: pgtable: remove tlb_remove_ptdesc(), Qi Zheng
- [PATCH v3 17/17] mm: pgtable: introduce generic pagetable_dtor_free(), Qi Zheng
- [PATCH 00/10] Account page tables at all levels,
Kevin Brodsky
- [PATCH 01/10] mm: Move common parts of pagetable_*_[cd]tor to helpers, Kevin Brodsky
- [PATCH 02/10] parisc: mm: Ensure pagetable_pmd_[cd]tor are called, Kevin Brodsky
- [PATCH 03/10] m68k: mm: Add calls to pagetable_pmd_[cd]tor, Kevin Brodsky
- [PATCH 04/10] s390/mm: Add calls to pagetable_pud_[cd]tor, Kevin Brodsky
- [PATCH 05/10] riscv: mm: Skip pgtable level check in {pud,p4d}_alloc_one, Kevin Brodsky
- [PATCH 06/10] asm-generic: pgalloc: Provide generic p4d_{alloc_one,free}, Kevin Brodsky
- [PATCH 07/10] mm: Introduce ctor/dtor at P4D level, Kevin Brodsky
- [PATCH 08/10] ARM: mm: Rename PGD helpers, Kevin Brodsky
- [PATCH 09/10] asm-generic: pgalloc: Provide generic __pgd_{alloc,free}, Kevin Brodsky
- [PATCH 10/10] mm: Introduce ctor/dtor at PGD level, Kevin Brodsky
- Re: [PATCH 00/10] Account page tables at all levels, Dave Hansen
- [PATCH v4 00/16] perf tools: Use generic syscall scripts for all archs,
Charlie Jenkins
- [PATCH v4 01/16] perf tools: Create generic syscall table support, Charlie Jenkins
- [PATCH v4 02/16] perf tools: arc: Support generic syscall headers, Charlie Jenkins
- [PATCH v4 03/16] perf tools: csky: Support generic syscall headers, Charlie Jenkins
- [PATCH v4 04/16] perf tools: arm: Support syscall headers, Charlie Jenkins
- [PATCH v4 05/16] perf tools: sh: Support syscall headers, Charlie Jenkins
- [PATCH v4 06/16] perf tools: sparc: Support syscall headers, Charlie Jenkins
- [PATCH v4 07/16] perf tools: xtensa: Support syscall header, Charlie Jenkins
- [PATCH v4 08/16] perf tools: x86: Use generic syscall scripts, Charlie Jenkins
- [PATCH v4 09/16] perf tools: alpha: Support syscall header, Charlie Jenkins
- [PATCH v4 10/16] perf tools: parisc: Support syscall header, Charlie Jenkins
- [PATCH v4 11/16] perf tools: arm64: Use syscall table, Charlie Jenkins
- [PATCH v4 12/16] perf tools: loongarch: Use syscall table, Charlie Jenkins
- [PATCH v4 13/16] perf tools: mips: Use generic syscall scripts, Charlie Jenkins
- [PATCH v4 14/16] perf tools: powerpc: Use generic syscall table scripts, Charlie Jenkins
- [PATCH v4 15/16] perf tools: s390: Use generic syscall table scripts, Charlie Jenkins
- [PATCH v4 16/16] perf tools: Remove dependency on libaudit, Charlie Jenkins
- [PATCH v3 00/16] perf tools: Use generic syscall scripts for all archs,
Charlie Jenkins
- [PATCH v3 01/16] perf tools: Create generic syscall table support, Charlie Jenkins
- [PATCH v3 02/16] perf tools: arc: Support generic syscall headers, Charlie Jenkins
- [PATCH v3 03/16] perf tools: csky: Support generic syscall headers, Charlie Jenkins
- [PATCH v3 04/16] perf tools: arm: Support syscall headers, Charlie Jenkins
- [PATCH v3 05/16] perf tools: sh: Support syscall headers, Charlie Jenkins
- [PATCH v3 06/16] perf tools: sparc: Support syscall headers, Charlie Jenkins
- [PATCH v3 07/16] perf tools: xtensa: Support syscall header, Charlie Jenkins
- [PATCH v3 08/16] perf tools: x86: Use generic syscall scripts, Charlie Jenkins
- [PATCH v3 09/16] perf tools: alpha: Support syscall header, Charlie Jenkins
- [PATCH v3 10/16] perf tools: parisc: Support syscall header, Charlie Jenkins
- [PATCH v3 11/16] perf tools: arm64: Use syscall table, Charlie Jenkins
- [PATCH v3 13/16] perf tools: mips: Use generic syscall scripts, Charlie Jenkins
- [PATCH v3 12/16] perf tools: loongarch: Use syscall table, Charlie Jenkins
- [PATCH v3 15/16] perf tools: s390: Use generic syscall table scripts, Charlie Jenkins
- [PATCH v3 14/16] perf tools: powerpc: Use generic syscall table scripts, Charlie Jenkins
- [PATCH v3 16/16] perf tools: Remove dependency on libaudit, Charlie Jenkins
- Re: [PATCH v3 00/16] perf tools: Use generic syscall scripts for all archs, Ian Rogers
- [PATCH v2 00/16] perf tools: Use generic syscall scripts for all archs,
Charlie Jenkins
- [PATCH v2 01/16] perf tools: Create generic syscall table support, Charlie Jenkins
- [PATCH v2 02/16] perf tools: arc: Support generic syscall headers, Charlie Jenkins
- [PATCH v2 03/16] perf tools: csky: Support generic syscall headers, Charlie Jenkins
- [PATCH v2 04/16] perf tools: arm: Support syscall headers, Charlie Jenkins
- [PATCH v2 05/16] perf tools: sh: Support syscall headers, Charlie Jenkins
- [PATCH v2 07/16] perf tools: xtensa: Support syscall header, Charlie Jenkins
- [PATCH v2 06/16] perf tools: sparc: Support syscall headers, Charlie Jenkins
- [PATCH v2 08/16] perf tools: x86: Use generic syscall scripts, Charlie Jenkins
- [PATCH v2 11/16] perf tools: arm64: Use syscall table, Charlie Jenkins
- [PATCH v2 09/16] perf tools: alpha: Support syscall header, Charlie Jenkins
- [PATCH v2 12/16] perf tools: loongarch: Use syscall table, Charlie Jenkins
- [PATCH v2 10/16] perf tools: parisc: Support syscall header, Charlie Jenkins
- [PATCH v2 13/16] perf tools: mips: Use generic syscall scripts, Charlie Jenkins
- [PATCH v2 14/16] perf tools: powerpc: Use generic syscall table scripts, Charlie Jenkins
- [PATCH v2 16/16] perf tools: Remove dependency on libaudit, Charlie Jenkins
- [PATCH v2 15/16] perf tools: s390: Use generic syscall table scripts, Charlie Jenkins
- [PATCH mm-unstable v2 00/16] mm: Introduce arch_mmap_hint(),
Kalesh Singh
- [PATCH mm-unstable v2 01/16] mm: Introduce generic_mmap_hint(), Kalesh Singh
- [PATCH mm-unstable v2 02/16] mm: x86: Introduce arch_mmap_hint(), Kalesh Singh
- [PATCH mm-unstable v2 03/16] mm: arm: Introduce arch_mmap_hint(), Kalesh Singh
- [PATCH mm-unstable v2 04/16] mm: alpha: Introduce arch_mmap_hint(), Kalesh Singh
- [PATCH mm-unstable v2 05/16] mm: arc: Use generic_mmap_hint(), Kalesh Singh
- [PATCH mm-unstable v2 06/16] mm: csky: Introduce arch_mmap_hint(), Kalesh Singh
- [PATCH mm-unstable v2 07/16] mm: loongarch: Introduce arch_mmap_hint(), Kalesh Singh
- [PATCH mm-unstable v2 08/16] mm: mips: Introduce arch_align_mmap_hint(), Kalesh Singh
- [PATCH mm-unstable v2 09/16] mm: parisc: Introduce arch_align_mmap_hint(), Kalesh Singh
- [PATCH mm-unstable v2 10/16] mm: s390: Use generic_mmap_hint(), Kalesh Singh
- [PATCH mm-unstable v2 11/16] mm: sh: Introduce arch_mmap_hint(), Kalesh Singh
- [PATCH mm-unstable v2 12/16] mm: sparc32: Introduce arch_mmap_hint(), Kalesh Singh
- [PATCH mm-unstable v2 13/16] mm: sparc64: Introduce arch_mmap_hint(), Kalesh Singh
- [PATCH mm-unstable v2 14/16] mm: xtensa: Introduce arch_mmap_hint(), Kalesh Singh
- [PATCH mm-unstable v2 15/16] mm: powerpc: Introduce arch_mmap_hint(), Kalesh Singh
- [PATCH mm-unstable v2 16/16] mm: Respect mmap hint before THP alignment if allocation is possible, Kalesh Singh
- Re: [PATCH mm-unstable v2 00/16] mm: Introduce arch_mmap_hint(), Liam R. Howlett
- Re: [PATCH mm-unstable v2 00/16] mm: Introduce arch_mmap_hint(), Matthew Wilcox
- [PATCH mm-unstable 00/17] mm: Introduce arch_mmap_hint(),
Kalesh Singh
- [PATCH mm-unstable 01/17] mm: Introduce generic_mmap_hint(), Kalesh Singh
- [PATCH mm-unstable 02/17] mm: x86: Introduce arch_mmap_hint(), Kalesh Singh
- [PATCH mm-unstable 03/17] mm: arm: Introduce arch_mmap_hint(), Kalesh Singh
- [PATCH mm-unstable 04/17] mm: alpha: Introduce arch_mmap_hint(), Kalesh Singh
- [PATCH mm-unstable 05/17] mm: arc: Use generic_mmap_hint(), Kalesh Singh
- [PATCH mm-unstable 06/17] mm: csky: Introduce arch_mmap_hint(), Kalesh Singh
- [PATCH mm-unstable 07/17] mm: loongarch: Introduce arch_mmap_hint(), Kalesh Singh
- [PATCH mm-unstable 08/17] mm: mips: Introduce arch_align_mmap_hint(), Kalesh Singh
- [PATCH mm-unstable 09/17] mm: parisc: Introduce arch_align_mmap_hint(), Kalesh Singh
- [PATCH mm-unstable 10/17] mm: s390: Introduce arch_mmap_hint(), Kalesh Singh
- [PATCH mm-unstable 11/17] mm: sh: Introduce arch_mmap_hint(), Kalesh Singh
- [PATCH mm-unstable 12/17] mm: sparc32: Introduce arch_mmap_hint(), Kalesh Singh
- [PATCH mm-unstable 13/17] mm: sparc64: Introduce arch_mmap_hint(), Kalesh Singh
- [PATCH mm-unstable 14/17] mm: xtensa: Introduce arch_mmap_hint(), Kalesh Singh
- [PATCH mm-unstable 15/17] mm: powerpc: Introduce arch_mmap_hint(), Kalesh Singh
- [PATCH mm-unstable 16/17] mm: Fallback to generic_mmap_hint(), Kalesh Singh
- [PATCH mm-unstable 17/17] mm: Respect mmap hint before THP alignment if allocation is possible, Kalesh Singh
- [PATCH v4 00/20] Remove PERF_HAVE_DWARF_REGS,
Ian Rogers
- [PATCH v4 01/20] perf bpf-prologue: Remove unused file, Ian Rogers
- [PATCH v4 02/20] perf dwarf-regs: Remove PERF_HAVE_ARCH_REGS_QUERY_REGISTER_OFFSET, Ian Rogers
- [PATCH v4 03/20] perf dwarf-regs: Add EM_HOST and EF_HOST defines, Ian Rogers
- [PATCH v4 04/20] perf disasm: Add e_machine/e_flags to struct arch, Ian Rogers
- [PATCH v4 05/20] perf dwarf-regs: Pass accurate disassembly machine to get_dwarf_regnum, Ian Rogers
- [PATCH v4 06/20] perf dwarf-regs: Pass ELF flags to get_dwarf_regstr, Ian Rogers
- [PATCH v4 07/20] perf dwarf-regs: Move x86 dwarf-regs out of arch, Ian Rogers
- [PATCH v4 08/20] perf arm64: Remove dwarf-regs.c, Ian Rogers
- [PATCH v4 09/20] perf arm: Remove dwarf-regs.c, Ian Rogers
- [PATCH v4 10/20] perf dwarf-regs: Move csky dwarf-regs out of arch, Ian Rogers
- [PATCH v4 11/20] perf loongarch: Remove dwarf-regs.c, Ian Rogers
- [PATCH v4 12/20] perf mips: Remove dwarf-regs.c, Ian Rogers
- [PATCH v4 13/20] perf dwarf-regs: Move powerpc dwarf-regs out of arch, Ian Rogers
- [PATCH v4 14/20] perf riscv: Remove dwarf-regs.c and add dwarf-regs-table.h, Ian Rogers
- [PATCH v4 15/20] perf s390: Remove dwarf-regs.c, Ian Rogers
- [PATCH v4 16/20] perf sh: Remove dwarf-regs.c, Ian Rogers
- [PATCH v4 17/20] perf sparc: Remove dwarf-regs.c, Ian Rogers
- [PATCH v4 18/20] perf xtensa: Remove dwarf-regs.c, Ian Rogers
- [PATCH v4 19/20] perf dwarf-regs: Remove get_arch_regstr code, Ian Rogers
- [PATCH v4 20/20] perf build: Remove PERF_HAVE_DWARF_REGS, Ian Rogers
- Re: [PATCH v4 00/20] Remove PERF_HAVE_DWARF_REGS, Namhyung Kim
- Re: [PATCH v4 00/20] Remove PERF_HAVE_DWARF_REGS, patchwork-bot+linux-riscv
- Re: [PATCH] kernel/irq/proc: performance: replace seq_printf with seq_put_decimal_ull_width,
Thomas Gleixner
- [PATCH RFT 00/16] perf tools: Use generic syscall scripts for all archs,
Charlie Jenkins
- [PATCH RFT 01/16] perf tools: Create generic syscall table support, Charlie Jenkins
- [PATCH RFT 02/16] perf tools: arc: Support generic syscall headers, Charlie Jenkins
- [PATCH RFT 03/16] perf tools: csky: Support generic syscall headers, Charlie Jenkins
- [PATCH RFT 04/16] perf tools: arm: Support syscall headers, Charlie Jenkins
- [PATCH RFT 05/16] perf tools: sh: Support syscall headers, Charlie Jenkins
- [PATCH RFT 06/16] perf tools: sparc: Support syscall headers, Charlie Jenkins
- [PATCH RFT 07/16] perf tools: xtensa: Support syscall header, Charlie Jenkins
- [PATCH RFT 08/16] perf tools: x86: Use generic syscall scripts, Charlie Jenkins
- [PATCH RFT 09/16] perf tools: alpha: Support syscall header, Charlie Jenkins
- [PATCH RFT 10/16] perf tools: parisc: Support syscall header, Charlie Jenkins
- [PATCH RFT 11/16] perf tools: arm64: Use syscall table, Charlie Jenkins
- [PATCH RFT 12/16] perf tools: loongarch: Use syscall table, Charlie Jenkins
- [PATCH RFT 13/16] perf tools: mips: Use generic syscall scripts, Charlie Jenkins
- [PATCH RFT 14/16] perf tools: powerpc: Use generic syscall table scripts, Charlie Jenkins
- [PATCH RFT 15/16] perf tools: s390: Use generic syscall table scripts, Charlie Jenkins
- [PATCH RFT 16/16] perf tools: Remove dependency on libaudit, Charlie Jenkins
- Re: [PATCH RFT 00/16] perf tools: Use generic syscall scripts for all archs, Arnd Bergmann
- [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
- Re: [PATCH v3 00/20] Remove PERF_HAVE_DWARF_REGS, Namhyung Kim
- [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
- Re: [PATCH 00/28] vdso: Preparations for generic data storage, patchwork-bot+linux-riscv
- [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
[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]