Linux Arch
[Prev Page][Next Page]
- [PATCH v2 02/34] s390: Use _pt_s390_gaddr for gmap address tracking, (continued)
- [PATCH v2 02/34] s390: Use _pt_s390_gaddr for gmap address tracking, Vishal Moola (Oracle)
- [PATCH v2 03/34] s390: Use pt_frag_refcount for pagetables, Vishal Moola (Oracle)
- [PATCH v2 05/34] mm: add utility functions for ptdesc, Vishal Moola (Oracle)
- [PATCH v2 09/34] mm: Convert pmd_ptlock_init() to use ptdescs, Vishal Moola (Oracle)
- [PATCH v2 12/34] mm: Convert ptlock_free() to use ptdescs, Vishal Moola (Oracle)
- [PATCH v2 16/34] s390: Convert various gmap functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH v2 21/34] arm64: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH v2 06/34] mm: Convert pmd_pgtable_page() to pmd_ptdesc(), Vishal Moola (Oracle)
- [PATCH v2 04/34] pgtable: Create struct ptdesc, Vishal Moola (Oracle)
- [PATCH v2 18/34] mm: Remove page table members from struct page, Vishal Moola (Oracle)
- [PATCH v2 11/34] mm: Convert pmd_ptlock_free() to use ptdescs, Vishal Moola (Oracle)
- [PATCH v2 15/34] x86: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH v2 13/34] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}, Vishal Moola (Oracle)
- [PATCH v2 08/34] mm: Convert ptlock_ptr() to use ptdescs, Vishal Moola (Oracle)
- [PATCH v2 10/34] mm: Convert ptlock_init() to use ptdescs, Vishal Moola (Oracle)
- [PATCH v2 17/34] s390: Convert various pgalloc functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH v2 14/34] powerpc: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH v2 20/34] arm: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH v2 07/34] mm: Convert ptlock_alloc() to use ptdescs, Vishal Moola (Oracle)
- [PATCH v2 26/34] mips: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH v2 24/34] loongarch: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH v2 23/34] hexagon: Convert __pte_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH v2 33/34] um: Convert {pmd, pte}_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH v2 19/34] pgalloc: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH v2 31/34] sparc64: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH v2 25/34] m68k: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH v2 29/34] riscv: Convert alloc_{pmd, pte}_late() to use ptdescs, Vishal Moola (Oracle)
- [PATCH v2 28/34] openrisc: Convert __pte_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH v2 27/34] nios2: Convert __pte_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH v2 32/34] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents, Vishal Moola (Oracle)
- [PATCH v2 30/34] sh: Convert pte_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH v2 22/34] csky: Convert __pte_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH v2 34/34] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers, Vishal Moola (Oracle)
- Re: [PATCH v2 00/34] Split ptdesc from struct page, Jason Gunthorpe
- [PATCH 00/40] Memory allocation profiling,
Suren Baghdasaryan
- [PATCH 01/40] lib/string_helpers: Drop space in string_get_size's output, Suren Baghdasaryan
- [PATCH 03/40] fs: Convert alloc_inode_sb() to a macro, Suren Baghdasaryan
- [PATCH 02/40] scripts/kallysms: Always include __start and __stop symbols, Suren Baghdasaryan
- [PATCH 05/40] prandom: Remove unused include, Suren Baghdasaryan
- [PATCH 04/40] nodemask: Split out include/linux/nodemask_types.h, Suren Baghdasaryan
- [PATCH 06/40] lib/string.c: strsep_no_empty(), Suren Baghdasaryan
- [PATCH 07/40] Lazy percpu counters, Suren Baghdasaryan
- [PATCH 08/40] mm: introduce slabobj_ext to support slab object extensions, Suren Baghdasaryan
- [PATCH 09/40] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation, Suren Baghdasaryan
- [PATCH 10/40] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation, Suren Baghdasaryan
- [PATCH 13/40] lib: code tagging framework, Suren Baghdasaryan
- [PATCH 12/40] slab: objext: introduce objext_flags as extension to page_memcg_data_flags, Suren Baghdasaryan
- [PATCH 11/40] mm: prevent slabobj_ext allocations for slabobj_ext and kmem_cache objects, Suren Baghdasaryan
- [PATCH 14/40] lib: code tagging module support, Suren Baghdasaryan
- [PATCH 19/40] change alloc_pages name in dma_map_ops to avoid name conflicts, Suren Baghdasaryan
- [PATCH 15/40] lib: prevent module unloading if memory is not freed, Suren Baghdasaryan
- [PATCH 16/40] lib: code tagging query helper functions, Suren Baghdasaryan
- [PATCH 17/40] lib: add allocation tagging support for memory allocation profiling, Suren Baghdasaryan
- [PATCH 23/40] lib: add codetag reference into slabobj_ext, Suren Baghdasaryan
- [PATCH 18/40] lib: introduce support for page allocation tagging, Suren Baghdasaryan
- [PATCH 25/40] mm/slab: enable slab allocation tagging for kmalloc and friends, Suren Baghdasaryan
- [PATCH 20/40] mm: enable page allocation tagging, Suren Baghdasaryan
- [PATCH 21/40] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y, Suren Baghdasaryan
- [PATCH 22/40] mm: create new codetag references during page splitting, Suren Baghdasaryan
- [PATCH 24/40] mm/slab: add allocation accounting into slab allocation and free paths, Suren Baghdasaryan
- [PATCH 26/40] mm/slub: Mark slab_free_freelist_hook() __always_inline, Suren Baghdasaryan
- [PATCH 32/40] arm64: Fix circular header dependency, Suren Baghdasaryan
- [PATCH 27/40] mempool: Hook up to memory allocation profiling, Suren Baghdasaryan
- [PATCH 29/40] mm: percpu: Introduce pcpuobj_ext, Suren Baghdasaryan
- [PATCH 37/40] codetag: debug: skip objext checking when it's for objext itself, Suren Baghdasaryan
- [PATCH 28/40] timekeeping: Fix a circular include dependency, Suren Baghdasaryan
- [PATCH 30/40] mm: percpu: Add codetag reference into pcpuobj_ext, Suren Baghdasaryan
- [PATCH 31/40] mm: percpu: enable per-cpu allocation tagging, Suren Baghdasaryan
- [PATCH 34/40] lib: code tagging context capture support, Suren Baghdasaryan
- [PATCH 33/40] move stack capture functionality into a separate function for reuse, Suren Baghdasaryan
- [PATCH 35/40] lib: implement context capture support for tagged allocations, Suren Baghdasaryan
- [PATCH 36/40] lib: add memory allocations report in show_mem(), Suren Baghdasaryan
- [PATCH 40/40] MAINTAINERS: Add entries for code tagging and memory allocation profiling, Suren Baghdasaryan
- [PATCH 39/40] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations, Suren Baghdasaryan
- [PATCH 38/40] codetag: debug: mark codetags for reserved pages as empty, Suren Baghdasaryan
- Re: [PATCH 00/40] Memory allocation profiling, Roman Gushchin
- Re: [PATCH 00/40] Memory allocation profiling, Michal Hocko
- [RFC PATCH V5 00/15] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv,
Tianyu Lan
- [RFC PATCH V5 01/15] x86/hyperv: Add sev-snp enlightened guest static key, Tianyu Lan
- [RFC PATCH V5 02/15] x86/hyperv: Decrypt hv vp assist page in sev-snp enlightened guest, Tianyu Lan
- [RFC PATCH V5 05/15] clocksource/drivers/hyper-v: decrypt hyperv tsc page in sev-snp enlightened guest, Tianyu Lan
- [RFC PATCH V5 04/15] x86/hyperv: Use vmmcall to implement Hyper-V hypercall in sev-snp enlightened guest, Tianyu Lan
- [RFC PATCH V5 03/15] x86/hyperv: Set Virtual Trust Level in VMBus init message, Tianyu Lan
- [RFC PATCH V5 06/15] hv: vmbus: decrypt VMBus pages for sev-snp enlightened guest, Tianyu Lan
- [RFC PATCH V5 07/15] drivers: hv: Decrypt percpu hvcall input arg page in sev-snp enlightened guest, Tianyu Lan
- [RFC PATCH V5 08/15] x86/hyperv: Initialize cpu and memory for sev-snp enlightened guest, Tianyu Lan
- [RFC PATCH V5 09/15] x86/hyperv: Add smp support for sev-snp guest, Tianyu Lan
- [RFC PATCH V5 11/15] x86/sev: Add a #HV exception handler, Tianyu Lan
- [RFC PATCH V5 10/15] x86/hyperv: Add hyperv-specific handling for VMMCALL under SEV-ES, Tianyu Lan
- [RFC PATCH V5 15/15] x86/sev: Fix interrupt exit code paths from #HV exception, Tianyu Lan
- [RFC PATCH V5 12/15] x86/sev: Add Check of #HV event in path, Tianyu Lan
- [RFC PATCH V5 14/15] x86/sev: optimize system vector processing invoked from #HV exception, Tianyu Lan
- [RFC PATCH V5 13/15] x86/sev: Add AMD sev-snp enlightened guest support on hyperv, Tianyu Lan
- Re: [RFC PATCH V5 00/15] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv, Tom Lendacky
- [PATCH AUTOSEL 6.1 1/2] open: return EINVAL for O_DIRECTORY | O_CREAT, Sasha Levin
- [PATCH AUTOSEL 6.2 1/2] open: return EINVAL for O_DIRECTORY | O_CREAT, Sasha Levin
- [PATCH AUTOSEL 6.3 1/2] open: return EINVAL for O_DIRECTORY | O_CREAT, Sasha Levin
- [PATCH] Remove HAVE_VIRT_CPU_ACCOUNTING_GEN option,
Nicholas Piggin
- [PATCH v2 0/7] GenieZone hypervisor drivers,
Yi-De Wu
- [PATCH RFC 25/43] x86/mm: Make the x86 GOT read-only,
Hou Wenlong
- [PATCH v2 0/5] fbdev: Use regular I/O function for framebuffers,
Thomas Zimmermann
- [PATCH 0/7] Expect immutable pointer in virt_to_phys/isa_virt_to_bus prototypes,
Stanislav Kinsburskii
- [PATCH RFC v2 0/4] Add support for sharing page tables across processes (Previously mshare),
Khalid Aziz
- [PATCH 0/5] fbdev: Move framebuffer I/O helpers to <asm/fb.h>,
Thomas Zimmermann
- [GIT PULL] asm-generic updates for 6.4,
Arnd Bergmann
- [PATCH v2 0/2] LoongArch: Make bounds-checking instructions useful,
WANG Xuerui
- [PATCH v5 0/6] Support TDX guests on Hyper-V,
Dexuan Cui
- [PATCH v4] Drivers: hv: move panic report code from vmbus to hv early init code,
longli
- [PATCH v3] Drivers: hv: move panic report code from vmbus to hv early init code,
longli
- [GIT PULL] LoongArch fixes for v6.3-final,
Huacai Chen
- Semantic conflict between x86 doc cleanup and CET shadow stack doc,
Bagas Sanjaya
- [PATCH next] hugetlb: pte_alloc_huge() to replace huge pte_alloc_map(),
Hugh Dickins
- [PATCH 00/33] Split ptdesc from struct page,
Vishal Moola (Oracle)
- [PATCH 01/33] s390: Use _pt_s390_gaddr for gmap address tracking, Vishal Moola (Oracle)
- [PATCH 02/33] s390: Use pt_frag_refcount for pagetables, Vishal Moola (Oracle)
- [PATCH 18/33] pgalloc: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH 08/33] mm: Convert pmd_ptlock_init() to use ptdescs, Vishal Moola (Oracle)
- [PATCH 09/33] mm: Convert ptlock_init() to use ptdescs, Vishal Moola (Oracle)
- [PATCH 20/33] arm64: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH 11/33] mm: Convert ptlock_free() to use ptdescs, Vishal Moola (Oracle)
- [PATCH 14/33] x86: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH 23/33] loongarch: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH 15/33] s390: Convert various gmap functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH 17/33] mm: Remove page table members from struct page, Vishal Moola (Oracle)
- [PATCH 04/33] mm: add utility functions for ptdesc, Vishal Moola (Oracle)
- [PATCH 16/33] s390: Convert various pgalloc functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH 03/33] pgtable: Create struct ptdesc, Vishal Moola (Oracle)
- [PATCH 06/33] mm: Convert ptlock_alloc() to use ptdescs, Vishal Moola (Oracle)
- [PATCH 12/33] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}, Vishal Moola (Oracle)
- [PATCH 19/33] arm: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH 24/33] m68k: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH 07/33] mm: Convert ptlock_ptr() to use ptdescs, Vishal Moola (Oracle)
- [PATCH 13/33] powerpc: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH 21/33] csky: Convert __pte_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH 10/33] mm: Convert pmd_ptlock_free() to use ptdescs, Vishal Moola (Oracle)
- [PATCH 05/33] mm: Convert pmd_pgtable_page() to pmd_ptdesc(), Vishal Moola (Oracle)
- [PATCH 22/33] hexagon: Convert __pte_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH 26/33] nios2: Convert __pte_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH 25/33] mips: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH 27/33] openrisc: Convert __pte_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH 28/33] riscv: Convert alloc_{pmd, pte}_late() to use ptdescs, Vishal Moola (Oracle)
- [PATCH 32/33] um: Convert {pmd, pte}_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH 30/33] sparc64: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH 31/33] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents, Vishal Moola (Oracle)
- [PATCH 29/33] sh: Convert pte_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH 33/33] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers, Vishal Moola (Oracle)
- [PATCH v3 00/19] arch: Consolidate <asm/fb.h>,
Thomas Zimmermann
- [PATCH v3 06/19] arch/loongarch: Implement <asm/fb.h> with generic helpers, Thomas Zimmermann
- [PATCH v3 01/19] fbdev: Prepare generic architecture helpers, Thomas Zimmermann
- [PATCH v3 03/19] arch/arm: Implement <asm/fb.h> with generic helpers, Thomas Zimmermann
- [PATCH v3 08/19] arch/m68k: Implement <asm/fb.h> with generic helpers, Thomas Zimmermann
- [PATCH v3 02/19] arch/arc: Implement <asm/fb.h> with generic helpers, Thomas Zimmermann
- [PATCH v3 05/19] arch/ia64: Implement <asm/fb.h> with generic helpers, Thomas Zimmermann
- [PATCH v3 11/19] video: Move HP PARISC STI core code to shared location, Thomas Zimmermann
- [PATCH v3 04/19] arch/arm64: Implement <asm/fb.h> with generic helpers, Thomas Zimmermann
- [PATCH v3 07/19] arch/m68k: Merge variants of fb_pgprotect() into single function, Thomas Zimmermann
- [PATCH v3 17/19] arch/sparc: Implement fb_is_primary_device() in source file, Thomas Zimmermann
- [PATCH v3 16/19] arch/sh: Implement <asm/fb.h> with generic helpers, Thomas Zimmermann
- [PATCH v3 18/19] arch/sparc: Implement <asm/fb.h> with generic helpers, Thomas Zimmermann
- [PATCH v3 19/19] arch/x86: Implement <asm/fb.h> with generic helpers, Thomas Zimmermann
- [PATCH v3 09/19] arch/mips: Implement <asm/fb.h> with generic helpers, Thomas Zimmermann
- [PATCH v3 14/19] arch/parisc: Implement <asm/fb.h> with generic helpers, Thomas Zimmermann
- [PATCH v3 12/19] arch/parisc: Remove trailing whitespaces, Thomas Zimmermann
- [PATCH v3 15/19] arch/powerpc: Implement <asm/fb.h> with generic helpers, Thomas Zimmermann
- [PATCH v3 13/19] arch/parisc: Implement fb_is_primary_device() under arch/parisc, Thomas Zimmermann
- [PATCH v3 10/19] video: Remove trailing whitespaces, Thomas Zimmermann
- Re: [PATCH v3 00/19] arch: Consolidate <asm/fb.h>, Arnd Bergmann
- [PATCH 0/2] LoongArch: Make bounds-checking instructions useful,
WANG Xuerui
- [PATCH v5 3/3] Replace invocation of weak PRNG,
david . keisarschm
- [PATCH v2] Drivers: hv: move panic report code from vmbus to hv early init code,
longli
- [RFC PATCH 0/6] Setting memory policy for restrictedmem file,
Ackerley Tng
- [PATCH net-next v4 1/4] scm: add SO_PASSPIDFD and SCM_PIDFD,
Alexander Mikhalitsyn
- [PATCH net-next v4 2/4] net: socket: add sockopts blacklist for BPF cgroup hook,
Alexander Mikhalitsyn
- [PATCH net-next v4 3/4] net: core: add getsockopt SO_PEERPIDFD,
Alexander Mikhalitsyn
- [PATCH net-next v4 4/4] selftests: net: add SCM_PIDFD / SO_PEERPIDFD test, Alexander Mikhalitsyn
- [PATCH AUTOSEL 5.15 7/8] asm-generic/io.h: suppress endianness warnings for readq() and writeq(), Sasha Levin
- [PATCH AUTOSEL 5.4 3/3] asm-generic/io.h: suppress endianness warnings for readq() and writeq(), Sasha Levin
- [PATCH AUTOSEL 6.1 16/17] asm-generic/io.h: suppress endianness warnings for readq() and writeq(), Sasha Levin
- [PATCH AUTOSEL 5.10 4/4] asm-generic/io.h: suppress endianness warnings for readq() and writeq(), Sasha Levin
- [PATCH AUTOSEL 6.2 19/20] asm-generic/io.h: suppress endianness warnings for relaxed accessors, Sasha Levin
- [PATCH AUTOSEL 6.2 18/20] asm-generic/io.h: suppress endianness warnings for readq() and writeq(), Sasha Levin
- [PATCH] serial: fix TIOCSRS485 locking,
Johan Hovold
- [PATCH net-next v3 4/4] selftests: net: add SCM_PIDFD / SO_PEERPIDFD test, Alexander Mikhalitsyn
- [PATCH net-next v3 3/4] net: core: add getsockopt SO_PEERPIDFD,
Alexander Mikhalitsyn
- [PATCH net-next v3 2/4] net: socket: add sockopts blacklist for BPF cgroup hook,
Alexander Mikhalitsyn
- [PATCH net-next v3 1/4] scm: add SO_PASSPIDFD and SCM_PIDFD,
Alexander Mikhalitsyn
- [PATCH] LoongArch: Enable PG when wakeup from suspend, Huacai Chen
- [PATCH v5 0/5] Hyper-V VTL support,
Saurabh Sengar
- [PATCH] Drivers: hv: move panic report code from vmbus to hv early init code,
longli
- [RFC PATCH v4 0/2] Providing mount in memfd_restricted() syscall,
Ackerley Tng
- [PATCH] tools: memory-model: Rename litmus test to avoid confusion with similar-named test,
Joel Fernandes (Google)
- [PATCH v4 0/6] Support TDX guests on Hyper-V,
Dexuan Cui
- [PATCH v16 0/4] Checkpoint Support for Syscall User Dispatch,
Gregory Price
- [PATCH] csky: mmu: Prevent spurious page faults, guoren
- Litmus test names,
Alan Stern
- RE: Litmus test names, David Laight
[PATCH v2 00/19] arch: Consolidate <asm/fb.h>,
Thomas Zimmermann
- [PATCH v2 01/19] fbdev: Prepare generic architecture helpers, Thomas Zimmermann
- [PATCH v2 02/19] arch/arc: Implement <asm/fb.h> with generic helpers, Thomas Zimmermann
- [PATCH v2 06/19] arch/loongarch: Implement <asm/fb.h> with generic helpers, Thomas Zimmermann
- [PATCH v2 12/19] arch/parisc: Remove trailing whitespaces, Thomas Zimmermann
- [PATCH v2 04/19] arch/arm64: Implement <asm/fb.h> with generic helpers, Thomas Zimmermann
- [PATCH v2 14/19] arch/parisc: Implement <asm/fb.h> with generic helpers, Thomas Zimmermann
- [PATCH v2 07/19] arch/m68k: Merge variants of fb_pgprotect() into single function, Thomas Zimmermann
- [PATCH v2 09/19] arch/mips: Implement <asm/fb.h> with generic helpers, Thomas Zimmermann
- [PATCH v2 05/19] arch/ia64: Implement <asm/fb.h> with generic helpers, Thomas Zimmermann
- [PATCH v2 16/19] arch/sh: Implement <asm/fb.h> with generic helpers, Thomas Zimmermann
- [PATCH v2 10/19] video: Remove trailing whitespaces, Thomas Zimmermann
- [PATCH v2 08/19] arch/m68k: Implement <asm/fb.h> with generic helpers, Thomas Zimmermann
- [PATCH v2 13/19] arch/parisc: Implement fb_is_primary_device() under arch/parisc, Thomas Zimmermann
- [PATCH v2 03/19] arch/arm: Implement <asm/fb.h> with generic helpers, Thomas Zimmermann
- [PATCH v2 17/19] arch/sparc: Implement fb_is_primary_device() in source file, Thomas Zimmermann
- [PATCH v2 19/19] arch/x86: Implement <asm/fb.h> with generic helpers, Thomas Zimmermann
- [PATCH v2 18/19] arch/sparc: Implement <asm/fb.h> with generic helpers, Thomas Zimmermann
- [PATCH v2 15/19] arch/powerpc: Implement <asm/fb.h> with generic helpers, Thomas Zimmermann
- [PATCH v2 11/19] video: Move HP PARISC STI core code to shared location, Thomas Zimmermann
[arnd-asm-generic:asm-generic] BUILD SUCCESS 5e98654e30e18bb33d21b773b75fd68fcf673bae, kernel test robot
[arnd-asm-generic:asm-generic-io] BUILD SUCCESS fcbfe8121a45152a3cfbe1c28c96a3b611b7347d, kernel test robot
[GIT PULL] asm-generic fixes for 6.3,
Arnd Bergmann
[PATCH 00/18] arch: Consolidate <asm/fb.h>,
Thomas Zimmermann
- [PATCH 02/18] arch/arc: Implement <asm/fb.h> with generic helpers, Thomas Zimmermann
- [PATCH 01/18] fbdev: Prepare generic architecture helpers, Thomas Zimmermann
- [PATCH 08/18] arch/mips: Implement <asm/fb.h> with generic helpers, Thomas Zimmermann
- [PATCH 10/18] video: Move HP PARISC STI core code to shared location, Thomas Zimmermann
- [PATCH 06/18] arch/loongarch: Implement <asm/fb.h> with generic helpers, Thomas Zimmermann
- [PATCH 07/18] arch/m68k: Implement <asm/fb.h> with generic helpers, Thomas Zimmermann
- [PATCH 12/18] arch/parisc: Implement fb_is_primary_device() under arch/parisc, Thomas Zimmermann
- [PATCH 04/18] arch/arm64: Implement <asm/fb.h> with generic helpers, Thomas Zimmermann
- [PATCH 05/18] arch/ia64: Implement <asm/fb.h> with generic helpers, Thomas Zimmermann
- [PATCH 11/18] arch/parisc: Remove trailing whitespaces, Thomas Zimmermann
- [PATCH 03/18] arch/arm: Implement <asm/fb.h> with generic helpers, Thomas Zimmermann
- [PATCH 09/18] video: Remove trailing whitespaces, Thomas Zimmermann
- [PATCH 17/18] arch/sparc: Implement <asm/fb.h> with generic helpers, Thomas Zimmermann
- [PATCH 14/18] arch/powerpc: Implement <asm/fb.h> with generic helpers, Thomas Zimmermann
- [PATCH 13/18] arch/parisc: Implement <asm/fb.h> with generic helpers, Thomas Zimmermann
- [PATCH 16/18] arch/sparc: Implement fb_is_primary_device() in source file, Thomas Zimmermann
- [PATCH 15/18] arch/sh: Implement <asm/fb.h> with generic helpers, Thomas Zimmermann
- [PATCH 18/18] arch/x86: Implement <asm/fb.h> with generic helpers, Thomas Zimmermann
- Re: [PATCH 00/18] arch: Consolidate <asm/fb.h>, Rolf Eike Beer
[PATCH v2 0/5] locking: Introduce local{,64}_try_cmpxchg,
Uros Bizjak
- [PATCH v2 1/5] locking/atomic: Add generic try_cmpxchg{,64}_local support, Uros Bizjak
- [PATCH v2 2/5] locking/generic: Wire up local{,64}_try_cmpxchg, Uros Bizjak
- [PATCH v2 3/5] locking/arch: Wire up local_try_cmpxchg, Uros Bizjak
- [PATCH v2 5/5] events: Illustrate the transition to local{,64}_try_cmpxchg, Uros Bizjak
- [PATCH v2 4/5] locking/x86: Define arch_try_cmpxchg_local, Uros Bizjak
- Re: [PATCH v2 0/5] locking: Introduce local{,64}_try_cmpxchg, Dave Hansen
[Index of Archives]
[Kernel Announce]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netdev]
[Linux Wireless]
[Netfilter]
[Bugtraq]