Linux Alpha
[Prev Page][Next Page]
- Re: (subset) [PATCH 00/17] -Wmissing-prototype warning fixes, (continued)
- [linux-next:master] BUILD REGRESSION 21ef7b1e17d039053edaeaf41142423810572741, kernel test robot
- [PATCH v6 07/38] alpha: Implement the new page table range API, Matthew Wilcox (Oracle)
- [PATCH] alpha: Replace one-element array with flexible-array member,
Gustavo A. R. Silva
- [PATCH] alpha: remove __init annotation from exported page_is_ram(),
Masahiro Yamada
- [PATCH v2 0/9] video: screen_info cleanups,
Arnd Bergmann
- [PATCH v2 1/9] vgacon: rework Kconfig dependencies, Arnd Bergmann
- [PATCH v2 2/9] vgacon: rework screen_info #ifdef checks, Arnd Bergmann
- [PATCH v2 3/9] dummycon: limit Arm console size hack to footbridge, Arnd Bergmann
- [PATCH v2 4/9] vgacon, arch/*: remove unused screen_info definitions, Arnd Bergmann
- [PATCH v2 5/9] vgacon: remove screen_info dependency, Arnd Bergmann
- [PATCH v2 6/9] vgacon: clean up global screen_info instances, Arnd Bergmann
- [PATCH v2 7/9] vga16fb: drop powerpc support, Arnd Bergmann
- [PATCH v2 8/9] hyperv: avoid dependency on screen_info, Arnd Bergmann
- [PATCH v2 9/9] efi: move screen_info into efi init code, Arnd Bergmann
- Re: [PATCH v2 0/9] video: screen_info cleanups, Helge Deller
- [PATCH] alpha: asm: add require space after that ',' and around ':', hanyu001
- [PATCH] alpha: kernel: space required after that ',', hanyu001
- [PATCH v5 07/38] alpha: Implement the new page table range API, Matthew Wilcox (Oracle)
- [PATCH] alpha/boot/misc: prefer 'unsigned int' to bare use of 'unsigned', xuanzhenggang001
- [PATCH 2/4] vgacon: rework screen_info #ifdef checks,
Arnd Bergmann
- [PATCH 1/3] vgacon: rework screen_info #ifdef checks,
Arnd Bergmann
- [PATCH 00/12] arch,fbdev: Move screen_info into arch/,
Thomas Zimmermann
- [PATCH 03/12] sysfb: Do not include <linux/screen_info.h> from sysfb header, Thomas Zimmermann
- [PATCH 08/12] drivers/firmware: Remove trailing whitespaces, Thomas Zimmermann
- [PATCH 06/12] arch: Declare screen_info in <asm/screen_info.h>, Thomas Zimmermann
- [PATCH 01/12] efi: Do not include <linux/screen_info.h> from EFI header, Thomas Zimmermann
- [PATCH 02/12] fbdev/sm712fb: Do not include <linux/screen_info.h>, Thomas Zimmermann
- [PATCH 04/12] staging/sm750fb: Do not include <linux/screen_info.h>, Thomas Zimmermann
- [PATCH 10/12] fbdev/core: Use fb_is_primary_device() in fb_firmware_edid(), Thomas Zimmermann
- [PATCH 12/12] fbdev/core: Define empty fb_firmware_edid() in <linux/fb.h>, Thomas Zimmermann
- [PATCH 11/12] fbdev/core: Protect edid_info with CONFIG_ARCH_HAS_EDID_INFO, Thomas Zimmermann
- [PATCH 09/12] drivers: Add dependencies on CONFIG_ARCH_HAS_SCREEN_INFO, Thomas Zimmermann
- [PATCH 07/12] arch/x86: Declare edid_info in <asm/screen_info.h>, Thomas Zimmermann
- [PATCH 05/12] arch: Remove trailing whitespaces, Thomas Zimmermann
- Re: [PATCH 00/12] arch,fbdev: Move screen_info into arch/, Arnd Bergmann
- [PATCH] syscalls: Cleanup references to sys_lookup_dcookie(),
Sohil Mehta
- [PATCH v1 00/10] variable-order, large folios for anonymous memory,
Ryan Roberts
- [PATCH v1 02/10] mm: pass gfp flags and order to vma_alloc_zeroed_movable_folio(), Ryan Roberts
- [PATCH v1 01/10] mm: Expose clear_huge_page() unconditionally, Ryan Roberts
- [PATCH v1 05/10] mm: Implement folio_remove_rmap_range(), Ryan Roberts
- [PATCH v1 06/10] mm: Allow deferred splitting of arbitrary large anon folios, Ryan Roberts
- [PATCH v1 04/10] mm: Implement folio_add_new_anon_rmap_range(), Ryan Roberts
- [PATCH v1 03/10] mm: Introduce try_vma_alloc_movable_folio(), Ryan Roberts
- [PATCH v1 07/10] mm: Batch-zap large anonymous folio PTE mappings, Ryan Roberts
- [PATCH v1 08/10] mm: Kconfig hooks to determine max anon folio allocation order, Ryan Roberts
- [PATCH v1 09/10] arm64: mm: Declare support for large anonymous folios, Ryan Roberts
- [PATCH v1 10/10] mm: Allocate large folios for anonymous memory, Ryan Roberts
- Re: [PATCH v1 00/10] variable-order, large folios for anonymous memory, Yu Zhao
- [PATCH] alpha/mm: Fix comparing pointer,
wuyonggang001
- [PATCH v9 01/42] mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma(),
Rick Edgecombe
- [PATCH] syscalls: add sys_ni_posix_timers prototype,
Arnd Bergmann
- Re: [PATCH] module: fix module load for ia64,
Frank Scheiner
- [RFC PATCH 0/6] Implement MMU_LAZY_TLB_SHOOTDOWN for alpha,
Nicholas Piggin
- Linux 6.1.27, cgroup: Instruction fault 4 with systemd,
Frank Scheiner
- [RFC PATCH v2] fs/xattr: add *at family syscalls,
Christian Göttsche
- [PATCH] cachestat: wire up cachestat for other architectures,
Nhat Pham
- [RFC PATCH] asm-generic: Unify uapi bitsperlong.h,
Tiezhu Yang
- [PATCH 0/7] Expect immutable pointer in virt_to_phys/isa_virt_to_bus prototypes,
Stanislav Kinsburskii
- [PATCH] alpha: Remove ECOFF support from `objstrip', Maciej W. Rozycki
- [PATCH v2 0/5] locking: Introduce local{,64}_try_cmpxchg,
Uros Bizjak
- [PATCH v2 2/5] locking/generic: Wire up local{,64}_try_cmpxchg, Uros Bizjak
- [PATCH v2 1/5] locking/atomic: Add generic try_cmpxchg{,64}_local support, Uros Bizjak
- [PATCH v2 3/5] locking/arch: Wire up local_try_cmpxchg, Uros Bizjak
- [PATCH v2 4/5] locking/x86: Define arch_try_cmpxchg_local, Uros Bizjak
- [PATCH v2 5/5] events: Illustrate the transition to local{,64}_try_cmpxchg, Uros Bizjak
- Re: [PATCH v2 0/5] locking: Introduce local{,64}_try_cmpxchg, Dave Hansen
- [PATCH v8 0/7] Add pci_dev_for_each_resource() helper and update users,
Andy Shevchenko
- [PATCH v7 0/6] Add pci_dev_for_each_resource() helper and update users,
Andy Shevchenko
- [PATCH v7 2/6] PCI: Introduce pci_dev_for_each_resource(), Andy Shevchenko
- [PATCH v7 5/6] pcmcia: Convert to use less arguments in pci_bus_for_each_resource(), Andy Shevchenko
- [PATCH v7 6/6] PCI: Make use of pci_resource_n(), Andy Shevchenko
[PATCH v4] Kconfig: introduce HAS_IOPORT option and select it as necessary,
Niklas Schnelle
[PATCH v6 0/4] Add pci_dev_for_each_resource() helper and update users,
Andy Shevchenko
[PATCH v4 06/36] alpha: Implement the new page table range API,
Matthew Wilcox (Oracle)
[PATCH v5 0/4] PCI: Add pci_dev_for_each_resource() helper and update users,
Andy Shevchenko
[PATCH v3 01/38] Kconfig: introduce HAS_IOPORT option and select it as necessary,
Niklas Schnelle
[PATCH v4 0/4] PCI: Add pci_dev_for_each_resource() helper and update users,
Andy Shevchenko
[PATCH v4 3/4] arch/*/io.h: remove ioremap_uc in some architectures,
Baoquan He
[PATCH v5 0/7] Generic IPI sending tracepoint,
Valentin Schneider
[PATCH v5 00/26] Remove COMMAND_LINE_SIZE from uapi,
Alexandre Ghiti
- [PATCH v5 01/26] alpha: Remove COMMAND_LINE_SIZE from uapi, Alexandre Ghiti
- [PATCH v5 02/26] arm64: Remove COMMAND_LINE_SIZE from uapi, Alexandre Ghiti
- [PATCH v5 03/26] arm: Remove COMMAND_LINE_SIZE from uapi, Alexandre Ghiti
- [PATCH v5 04/26] ia64: Remove COMMAND_LINE_SIZE from uapi, Alexandre Ghiti
- [PATCH v5 05/26] m68k: Remove COMMAND_LINE_SIZE from uapi, Alexandre Ghiti
- [PATCH v5 06/26] microblaze: Remove COMMAND_LINE_SIZE from uapi, Alexandre Ghiti
- [PATCH v5 07/26] mips: Remove COMMAND_LINE_SIZE from uapi, Alexandre Ghiti
- [PATCH v5 08/26] parisc: Remove COMMAND_LINE_SIZE from uapi, Alexandre Ghiti
- [PATCH v5 09/26] powerpc: Remove COMMAND_LINE_SIZE from uapi, Alexandre Ghiti
- [PATCH v5 10/26] sparc: Remove COMMAND_LINE_SIZE from uapi, Alexandre Ghiti
- [PATCH v5 11/26] xtensa: Remove COMMAND_LINE_SIZE from uapi, Alexandre Ghiti
- [PATCH v5 12/26] riscv: Remove COMMAND_LINE_SIZE from uapi, Alexandre Ghiti
- [PATCH v5 13/26] asm-generic: Remove COMMAND_LINE_SIZE from uapi, Alexandre Ghiti
- [PATCH v5 14/26] alpha: Remove empty <uapi/asm/setup.h>, Alexandre Ghiti
- [PATCH v5 15/26] arc: Remove empty <uapi/asm/setup.h>, Alexandre Ghiti
- [PATCH v5 16/26] m68k: Remove empty <uapi/asm/setup.h>, Alexandre Ghiti
- [PATCH v5 17/26] arm64: Remove empty <uapi/asm/setup.h>, Alexandre Ghiti
- [PATCH v5 18/26] microblaze: Remove empty <uapi/asm/setup.h>, Alexandre Ghiti
- [PATCH v5 19/26] sparc: Remove empty <uapi/asm/setup.h>, Alexandre Ghiti
- [PATCH v5 20/26] parisc: Remove empty <uapi/asm/setup.h>, Alexandre Ghiti
- [PATCH v5 21/26] x86: Remove empty <uapi/asm/setup.h>, Alexandre Ghiti
- [PATCH v5 22/26] xtensa: Remove empty <uapi/asm/setup.h>, Alexandre Ghiti
- [PATCH v5 23/26] powerpc: Remove empty <uapi/asm/setup.h>, Alexandre Ghiti
- [PATCH v5 24/26] mips: Remove empty <uapi/asm/setup.h>, Alexandre Ghiti
- [PATCH v5 25/26] s390: Remove empty <uapi/asm/setup.h>, Alexandre Ghiti
- [PATCH v5 26/26] riscv: Remove empty <uapi/asm/setup.h>, Alexandre Ghiti
- Re: [PATCH v5 00/26] Remove COMMAND_LINE_SIZE from uapi, Philippe Mathieu-Daudé
- Re: [PATCH v5 00/26] Remove COMMAND_LINE_SIZE from uapi, Alexandre Ghiti
[PATCH 00/10] locking: Introduce local{,64}_try_cmpxchg,
Uros Bizjak
- [PATCH 01/10] locking/atomic: Add missing cast to try_cmpxchg() fallbacks, Uros Bizjak
- [PATCH 03/10] locking/alpha: Wire up local_try_cmpxchg, Uros Bizjak
- [PATCH 02/10] locking/atomic: Add generic try_cmpxchg{,64}_local support, Uros Bizjak
- [PATCH 04/10] locking/loongarch: Wire up local_try_cmpxchg, Uros Bizjak
- [PATCH 06/10] locking/powerpc: Wire up local_try_cmpxchg, Uros Bizjak
- [PATCH 05/10] locking/mips: Wire up local_try_cmpxchg, Uros Bizjak
- [PATCH 07/10] locking/x86: Wire up local_try_cmpxchg, Uros Bizjak
- [PATCH 08/10] locking/generic: Wire up local{,64}_try_cmpxchg, Uros Bizjak
- [PATCH 09/10] locking/x86: Enable local{,64}_try_cmpxchg, Uros Bizjak
- [PATCH 10/10] perf/ring_buffer: use local_try_cmpxchg in __perf_output_begin, Uros Bizjak
[PATCH AUTOSEL 4.19 3/6] alpha: fix R_ALPHA_LITERAL reloc for large modules, Sasha Levin
[PATCH AUTOSEL 4.14 3/6] alpha: fix R_ALPHA_LITERAL reloc for large modules, Sasha Levin
[PATCH AUTOSEL 5.4 4/7] alpha: fix R_ALPHA_LITERAL reloc for large modules, Sasha Levin
[PATCH AUTOSEL 5.15 6/9] alpha: fix R_ALPHA_LITERAL reloc for large modules, Sasha Levin
[PATCH AUTOSEL 5.10 5/8] alpha: fix R_ALPHA_LITERAL reloc for large modules, Sasha Levin
[PATCH AUTOSEL 6.1 12/15] alpha: fix R_ALPHA_LITERAL reloc for large modules, Sasha Levin
[PATCH AUTOSEL 6.2 13/16] alpha: fix R_ALPHA_LITERAL reloc for large modules, Sasha Levin
[PATCH v3 2/2] arch/*/io.h: remove ioremap_uc in some architectures,
Baoquan He
[PATCH v4 00/24] Remove COMMAND_LINE_SIZE from uapi,
Alexandre Ghiti
- [PATCH v4 01/24] alpha: Remove COMMAND_LINE_SIZE from uapi, Alexandre Ghiti
- [PATCH v4 02/24] arm64: Remove COMMAND_LINE_SIZE from uapi, Alexandre Ghiti
- [PATCH v4 03/24] arm: Remove COMMAND_LINE_SIZE from uapi, Alexandre Ghiti
- [PATCH v4 04/24] ia64: Remove COMMAND_LINE_SIZE from uapi, Alexandre Ghiti
- [PATCH v4 05/24] m68k: Remove COMMAND_LINE_SIZE from uapi, Alexandre Ghiti
- [PATCH v4 06/24] microblaze: Remove COMMAND_LINE_SIZE from uapi, Alexandre Ghiti
- [PATCH v4 07/24] mips: Remove COMMAND_LINE_SIZE from uapi, Alexandre Ghiti
- [PATCH v4 08/24] parisc: Remove COMMAND_LINE_SIZE from uapi, Alexandre Ghiti
- [PATCH v4 09/24] powerpc: Remove COMMAND_LINE_SIZE from uapi, Alexandre Ghiti
- [PATCH v4 10/24] sparc: Remove COMMAND_LINE_SIZE from uapi, Alexandre Ghiti
- [PATCH v4 11/24] xtensa: Remove COMMAND_LINE_SIZE from uapi, Alexandre Ghiti
- [PATCH v4 12/24] asm-generic: Remove COMMAND_LINE_SIZE from uapi, Alexandre Ghiti
- Re: [PATCH v4 00/24] Remove COMMAND_LINE_SIZE from uapi, Geert Uytterhoeven
- [PATCH v4 13/24] alpha: Remove empty <uapi/asm/setup.h>, Alexandre Ghiti
- [PATCH v4 14/24] arc: Remove empty <uapi/asm/setup.h>, Alexandre Ghiti
- [PATCH v4 15/24] m68k: Remove empty <uapi/asm/setup.h>, Alexandre Ghiti
- [PATCH v4 16/24] arm64: Remove empty <uapi/asm/setup.h>, Alexandre Ghiti
- [PATCH v4 17/24] microblaze: Remove empty <uapi/asm/setup.h>, Alexandre Ghiti
- [PATCH v4 18/24] sparc: Remove empty <uapi/asm/setup.h>, Alexandre Ghiti
- [PATCH v4 19/24] parisc: Remove empty <uapi/asm/setup.h>, Alexandre Ghiti
- [PATCH v4 20/24] x86: Remove empty <uapi/asm/setup.h>, Alexandre Ghiti
- [PATCH v4 21/24] xtensa: Remove empty <uapi/asm/setup.h>, Alexandre Ghiti
- [PATCH v4 22/24] powerpc: Remove empty <uapi/asm/setup.h>, Alexandre Ghiti
- [PATCH v4 23/24] mips: Remove empty <uapi/asm/setup.h>, Alexandre Ghiti
- [PATCH v4 24/24] s390: Remove empty <uapi/asm/setup.h>, Alexandre Ghiti
- Re: [PATCH v4 00/24] Remove COMMAND_LINE_SIZE from uapi, Alexandre Ghiti
[PATCH v3 05/34] alpha: Implement the new page table range API, Matthew Wilcox (Oracle)
[PATCH v7 13/41] mm: Make pte_mkwrite() take a VMA,
Rick Edgecombe
[PATCH v2 05/30] alpha: Implement the new page table range API, Matthew Wilcox (Oracle)
[PATCH] arch/alpha/kernel: Remove form feed characters,
Christian Kujau
[PATCH] arch: alpha: boot: tools: Fix code style issues, Kunal Singh
[git pill] vfs.git alpha fixes,
Al Viro
Alpha MTD_TSUNAMI BROKEN?, Randy Dunlap
[PATCH v4] alpha: Clean-up the panic notifier code,
Guilherme G. Piccoli
[PATCH v6 13/41] mm: Make pte_mkwrite() take a VMA,
Rick Edgecombe
[PATCH] dma-mapping: no need to pass a bus_type into get_arch_dma_ops(),
Greg Kroah-Hartman
[PATCH v3 00/24] Remove COMMAND_LINE_SIZE from uapi,
Alexandre Ghiti
- [PATCH v3 01/24] alpha: Remove COMMAND_LINE_SIZE from uapi, Alexandre Ghiti
- [PATCH v3 02/24] arm64: Remove COMMAND_LINE_SIZE from uapi, Alexandre Ghiti
- [PATCH v3 03/24] arm: Remove COMMAND_LINE_SIZE from uapi, Alexandre Ghiti
- [PATCH v3 04/24] ia64: Remove COMMAND_LINE_SIZE from uapi, Alexandre Ghiti
- [PATCH v3 05/24] m68k: Remove COMMAND_LINE_SIZE from uapi, Alexandre Ghiti
- [PATCH v3 06/24] microblaze: Remove COMMAND_LINE_SIZE from uapi, Alexandre Ghiti
- [PATCH v3 07/24] mips: Remove COMMAND_LINE_SIZE from uapi, Alexandre Ghiti
- [PATCH v3 08/24] parisc: Remove COMMAND_LINE_SIZE from uapi, Alexandre Ghiti
- [PATCH v3 09/24] powerpc: Remove COMMAND_LINE_SIZE from uapi, Alexandre Ghiti
- [PATCH v3 10/24] sparc: Remove COMMAND_LINE_SIZE from uapi, Alexandre Ghiti
- [PATCH v3 11/24] xtensa: Remove COMMAND_LINE_SIZE from uapi, Alexandre Ghiti
- [PATCH v3 12/24] asm-generic: Remove COMMAND_LINE_SIZE from uapi, Alexandre Ghiti
- [PATCH v3 13/24] alpha: Remove empty <uapi/asm/setup.h>, Alexandre Ghiti
- [PATCH v3 14/24] arc: Remove empty <uapi/asm/setup.h>, Alexandre Ghiti
- [PATCH v3 15/24] m68k: Remove empty <uapi/asm/setup.h>, Alexandre Ghiti
- [PATCH v3 16/24] arm64: Remove empty <uapi/asm/setup.h>, Alexandre Ghiti
- [PATCH v3 17/24] microblaze: Remove empty <uapi/asm/setup.h>, Alexandre Ghiti
- [PATCH v3 18/24] sparc: Remove empty <uapi/asm/setup.h>, Alexandre Ghiti
- [PATCH v3 19/24] parisc: Remove empty <uapi/asm/setup.h>, Alexandre Ghiti
- [PATCH v3 20/24] x86: Remove empty <uapi/asm/setup.h>, Alexandre Ghiti
- [PATCH v3 21/24] xtensa: Remove empty <uapi/asm/setup.h>, Alexandre Ghiti
- [PATCH v3 22/24] powerpc: Remove empty <uapi/asm/setup.h>, Alexandre Ghiti
- [PATCH v3 23/24] mips: Remove empty <uapi/asm/setup.h>, Alexandre Ghiti
- [PATCH v3 24/24] s390: Remove empty <uapi/asm/setup.h>, Alexandre Ghiti
- Re: [PATCH v3 00/24] Remove COMMAND_LINE_SIZE from uapi, Heiko Carstens
[PATCH v2 00/24] cpu,sched: Mark arch_cpu_idle_dead() __noreturn,
Josh Poimboeuf
- [PATCH v2 02/24] alpha/cpu: Make sure arch_cpu_idle_dead() doesn't return, Josh Poimboeuf
- [PATCH v2 04/24] arm64/cpu: Mark cpu_die() __noreturn, Josh Poimboeuf
- [PATCH v2 01/24] alpha/cpu: Expose arch_cpu_idle_dead()'s prototype declaration, Josh Poimboeuf
- [PATCH v2 07/24] loongarch/cpu: Make sure play_dead() doesn't return, Josh Poimboeuf
- [PATCH v2 03/24] arm/cpu: Make sure arch_cpu_idle_dead() doesn't return, Josh Poimboeuf
- [PATCH v2 05/24] csky/cpu: Make sure arch_cpu_idle_dead() doesn't return, Josh Poimboeuf
- [PATCH v2 12/24] powerpc/cpu: Mark start_secondary_resume() __noreturn, Josh Poimboeuf
- [PATCH v2 09/24] mips/cpu: Expose play_dead()'s prototype definition, Josh Poimboeuf
- [PATCH v2 08/24] loongarch/cpu: Mark play_dead() __noreturn, Josh Poimboeuf
- [PATCH v2 10/24] mips/cpu: Make sure play_dead() doesn't return, Josh Poimboeuf
- [PATCH v2 11/24] mips/cpu: Mark play_dead() __noreturn, Josh Poimboeuf
- [PATCH v2 06/24] ia64/cpu: Mark play_dead() __noreturn, Josh Poimboeuf
- [PATCH v2 19/24] xtensa/cpu: Make sure cpu_die() doesn't return, Josh Poimboeuf
- [PATCH v2 16/24] sparc/cpu: Mark cpu_play_dead() __noreturn, Josh Poimboeuf
- [PATCH v2 17/24] x86/cpu: Make sure play_dead() doesn't return, Josh Poimboeuf
- [PATCH v2 14/24] sh/cpu: Mark play_dead() __noreturn, Josh Poimboeuf
- [PATCH v2 15/24] sh/cpu: Expose arch_cpu_idle_dead()'s prototype definition, Josh Poimboeuf
- [PATCH v2 13/24] sh/cpu: Make sure play_dead() doesn't return, Josh Poimboeuf
- [PATCH v2 20/24] xtensa/cpu: Mark cpu_die() __noreturn, Josh Poimboeuf
- [PATCH v2 18/24] x86/cpu: Mark play_dead() __noreturn, Josh Poimboeuf
- [PATCH v2 22/24] objtool: Include weak functions in 'global_noreturns' check, Josh Poimboeuf
- [PATCH v2 21/24] sched/idle: Make sure weak version of arch_cpu_idle_dead() doesn't return, Josh Poimboeuf
- [PATCH v2 23/24] init: Make arch_call_rest_init() and rest_init() __noreturn, Josh Poimboeuf
- [PATCH v2 24/24] sched/idle: Mark arch_cpu_idle_dead() __noreturn, Josh Poimboeuf
- Re: [PATCH v2 00/24] cpu,sched: Mark arch_cpu_idle_dead() __noreturn, Philippe Mathieu-Daudé
- Re: [PATCH v2 00/24] cpu,sched: Mark arch_cpu_idle_dead() __noreturn, Paul E. McKenney
[PATCH 0/2] char/agp: consolidate asm/agp.h,
Mike Rapoport
[PATCH -next] alpha: Fix warning comparing pointer to 0, Yang Li
Re: API for setting multiple PTEs at once,
Matthew Wilcox
[PATCH] fixed a typo in core_cia.c,
rj1
[PATCH 00/22] cpu,sched: Mark arch_cpu_idle_dead() __noreturn,
Josh Poimboeuf
- [PATCH 01/22] alpha/cpu: Expose arch_cpu_idle_dead()'s prototype declaration, Josh Poimboeuf
- [PATCH 03/22] arm/cpu: Make sure arch_cpu_idle_dead() doesn't return, Josh Poimboeuf
- [PATCH 02/22] alpha/cpu: Make sure arch_cpu_idle_dead() doesn't return, Josh Poimboeuf
- [PATCH 04/22] arm64/cpu: Mark cpu_die() __noreturn, Josh Poimboeuf
- [PATCH 05/22] csky/cpu: Make sure arch_cpu_idle_dead() doesn't return, Josh Poimboeuf
- [PATCH 06/22] ia64/cpu: Mark play_dead() __noreturn, Josh Poimboeuf
- [PATCH 08/22] loongarch/cpu: Mark play_dead() __noreturn, Josh Poimboeuf
- [PATCH 07/22] loongarch/cpu: Make sure play_dead() doesn't return, Josh Poimboeuf
- [PATCH 10/22] mips/cpu: Make sure play_dead() doesn't return, Josh Poimboeuf
- [PATCH 09/22] mips/cpu: Expose play_dead()'s prototype definition, Josh Poimboeuf
- [PATCH 11/22] mips/cpu: Mark play_dead() __noreturn, Josh Poimboeuf
- [PATCH 12/22] powerpc/cpu: Mark start_secondary_resume() __noreturn, Josh Poimboeuf
- [PATCH 13/22] sh/cpu: Make sure play_dead() doesn't return, Josh Poimboeuf
- [PATCH 15/22] sh/cpu: Expose arch_cpu_idle_dead()'s prototype definition, Josh Poimboeuf
- [PATCH 14/22] sh/cpu: Mark play_dead() __noreturn, Josh Poimboeuf
- [PATCH 16/22] sparc/cpu: Mark cpu_play_dead() __noreturn, Josh Poimboeuf
- [PATCH 19/22] xtensa/cpu: Make sure cpu_die() doesn't return, Josh Poimboeuf
- [PATCH 18/22] x86/cpu: Mark play_dead() __noreturn, Josh Poimboeuf
- [PATCH 17/22] x86/cpu: Make sure play_dead() doesn't return, Josh Poimboeuf
- [PATCH 21/22] sched/idle: Make sure weak version of arch_cpu_idle_dead() doesn't return, Josh Poimboeuf
- [PATCH 20/22] xtensa/cpu: Mark cpu_die() __noreturn, Josh Poimboeuf
- [PATCH 22/22] sched/idle: Mark arch_cpu_idle_dead() __noreturn, Josh Poimboeuf
[RFC][PATCHSET] VM_FAULT_RETRY fixes,
Al Viro
- [PATCH 01/10] alpha: fix livelock in uaccess, Al Viro
- [PATCH 02/10] hexagon: fix livelock in uaccess, Al Viro
- [PATCH 03/10] ia64: fix livelock in uaccess, Al Viro
- [PATCH 04/10] m68k: fix livelock in uaccess, Al Viro
- [PATCH 05/10] microblaze: fix livelock in uaccess, Al Viro
- [PATCH 06/10] nios2: fix livelock in uaccess, Al Viro
- [PATCH 07/10] openrisc: fix livelock in uaccess, Al Viro
- [PATCH 08/10] parisc: fix livelock in uaccess, Al Viro
- [PATCH 09/10] riscv: fix livelock in uaccess, Al Viro
- [PATCH 10/10] sparc: fix livelock in uaccess, Al Viro
- Re: [RFC][PATCHSET] VM_FAULT_RETRY fixes, Linus Torvalds
- Re: [RFC][PATCHSET] VM_FAULT_RETRY fixes, Mark Rutland
[PATCH v2 0/4] mm, arch: add generic implementation of pfn_valid() for FLATMEM,
Mike Rapoport
[Index of Archives]
[Kernel]
[Kernel Announce]
[Kernel Newbies]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]