messages from 2023-02-05 05:10:21 to 2023-02-27 16:27:28 UTC [more...]
[PATCH] Alpha: Remove redundant local asm header redirections
2023-02-27 16:27 UTC (5+ messages)
[PATCH mm-unstable v1 00/26] mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on all architectures with swap PTEs
2023-02-27 14:43 UTC (11+ messages)
` [PATCH mm-unstable v1 04/26] arm/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable v1 11/26] microblaze/mm: "
` [PATCH mm-unstable v1 17/26] powerpc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bit book3s
[PATCH] arch/alpha/kernel: Remove form feed characters
2023-02-27 14:01 UTC
[PATCH v5 0/7] Introduce __xchg, non-atomic xchg
2023-02-27 13:49 UTC (19+ messages)
` [PATCH v5 1/7] arch: rename all internal names __xchg to __arch_xchg
` [PATCH v5 2/7] linux/include: add non-atomic version of xchg
` [Intel-gfx] "
` [PATCH v5 3/7] arch/*/uprobes: simplify arch_uretprobe_hijack_return_addr
` [Intel-gfx] "
` [PATCH v5 4/7] llist: simplify __llist_del_all
` [PATCH v5 5/7] io_uring: use __xchg if possible
` [Intel-gfx] "
` [PATCH v5 6/7] qed: "
` [Intel-gfx] "
` [PATCH v5 7/7] drm/i915/gt: use __xchg instead of internal helper
` [Intel-gfx] "
` [Intel-gfx] [PATCH v5 0/7] Introduce __xchg, non-atomic xchg
[PATCH] alpha: Implement "current_stack_pointer"
2023-02-26 10:46 UTC (4+ messages)
[PATCH] arch: alpha: boot: tools: Fix code style issues
2023-02-26 6:01 UTC
[PATCH] alpha: in_irq() cleanup
2023-02-26 2:09 UTC (2+ messages)
[PATCH] alpha: osf_sys: reduce kernel log spamming on invalid osf_mount call typenr
2023-02-26 2:09 UTC (2+ messages)
[PATCH] alpha: replace NR_SYSCALLS by NR_syscalls
2023-02-26 2:07 UTC (2+ messages)
[PATCH] alpha: Add some spaces to ensure format specification
2023-02-26 2:06 UTC (2+ messages)
[PATCH] alpha: update config files
2023-02-26 2:06 UTC (2+ messages)
[PATCH] alpha: remove unused __SLOW_DOWN_IO and SLOW_DOWN_IO definitions
2023-02-26 2:05 UTC (2+ messages)
[PATCH] fixed a typo in core_cia.c
2023-02-26 2:05 UTC (2+ messages)
[PATCH] alpha: fix R_ALPHA_LITERAL reloc for large modules
2023-02-26 2:04 UTC (2+ messages)
[PULL] alpha.git
2023-02-25 21:10 UTC (3+ messages)
[PATCH] alpha: Fix missing symbol versions for str{,n}{cat,cpy}
2023-02-25 4:32 UTC (2+ messages)
[git pill] vfs.git alpha fixes
2023-02-25 3:40 UTC (3+ messages)
[PATCH v3 01/24] alpha: Remove COMMAND_LINE_SIZE from uapi
2023-02-23 13:11 UTC (52+ messages)
` [PATCH v3 02/24] arm64: "
` [PATCH v3 03/24] arm: "
` [PATCH v3 04/24] ia64: "
` [PATCH v3 05/24] m68k: "
` [PATCH v3 06/24] microblaze: "
` [PATCH v3 07/24] mips: "
` [PATCH v3 08/24] parisc: "
` [PATCH v3 09/24] powerpc: "
` [PATCH v3 10/24] sparc: "
` [PATCH v3 11/24] xtensa: "
` [PATCH v3 12/24] asm-generic: "
` [PATCH v3 13/24] alpha: Remove empty <uapi/asm/setup.h>
` [PATCH v3 14/24] arc: "
` [PATCH v3 15/24] m68k: "
` [PATCH v3 16/24] arm64: "
` [PATCH v3 17/24] microblaze: "
` [PATCH v3 18/24] sparc: "
` [PATCH v3 19/24] parisc: "
` [PATCH v3 20/24] x86: "
` [PATCH v3 21/24] xtensa: "
` [PATCH v3 22/24] powerpc: "
` [PATCH v3 23/24] mips: "
` [PATCH v3 24/24] s390: "
` [PATCH v3 00/24] Remove COMMAND_LINE_SIZE from uapi
Alpha MTD_TSUNAMI BROKEN?
2023-02-22 5:37 UTC
[PATCH v6 13/41] mm: Make pte_mkwrite() take a VMA
2023-02-20 22:56 UTC (7+ messages)
[PATCH v4] alpha: Clean-up the panic notifier code
2023-02-20 21:22 UTC
API for setting multiple PTEs at once
2023-02-20 8:29 UTC (6+ messages)
[PATCH v2 01/24] alpha/cpu: Expose arch_cpu_idle_dead()'s prototype declaration
2023-02-16 18:42 UTC (54+ messages)
` [PATCH v2 02/24] alpha/cpu: Make sure arch_cpu_idle_dead() doesn't return
` [PATCH v2 03/24] arm/cpu: "
` [PATCH v2.1 03/24] arm/cpu: Add unreachable() to arch_cpu_idle_dead()
` [PATCH v2 04/24] arm64/cpu: Mark cpu_die() __noreturn
` [PATCH v2.1 "
` [PATCH v2 05/24] csky/cpu: Make sure arch_cpu_idle_dead() doesn't return
` [PATCH v2 06/24] ia64/cpu: Mark play_dead() __noreturn
` [PATCH v2 07/24] loongarch/cpu: Make sure play_dead() doesn't return
` [PATCH v2 08/24] loongarch/cpu: Mark play_dead() __noreturn
` [PATCH v2 09/24] mips/cpu: Expose play_dead()'s prototype definition
` [PATCH v2.1 "
` [PATCH v2 10/24] mips/cpu: Make sure play_dead() doesn't return
` [PATCH v2 11/24] mips/cpu: Mark play_dead() __noreturn
` [PATCH v2 12/24] powerpc/cpu: Mark start_secondary_resume() __noreturn
` [PATCH v2 13/24] sh/cpu: Make sure play_dead() doesn't return
` [PATCH v2 14/24] sh/cpu: Mark play_dead() __noreturn
` [PATCH v2 15/24] sh/cpu: Expose arch_cpu_idle_dead()'s prototype definition
` [PATCH v2 16/24] sparc/cpu: Mark cpu_play_dead() __noreturn
` [PATCH v2 17/24] x86/cpu: Make sure play_dead() doesn't return
` [PATCH v2 18/24] x86/cpu: Mark play_dead() __noreturn
` [PATCH v2 19/24] xtensa/cpu: Make sure cpu_die() doesn't return
` [PATCH v2 20/24] xtensa/cpu: Mark cpu_die() __noreturn
` [PATCH v2 21/24] sched/idle: Make sure weak version of arch_cpu_idle_dead() doesn't return
` [PATCH v2 22/24] objtool: Include weak functions in 'global_noreturns' check
` [PATCH v2 23/24] init: Make arch_call_rest_init() and rest_init() __noreturn
` [PATCH v2 24/24] sched/idle: Mark arch_cpu_idle_dead() __noreturn
` [PATCH v2 00/24] cpu,sched: "
[PATCH 13/19] arch/riscv: rename internal name __xchg to __arch_xchg
2023-02-15 5:22 UTC (2+ messages)
[PATCH] dma-mapping: no need to pass a bus_type into get_arch_dma_ops()
2023-02-14 14:12 UTC (3+ messages)
[PATCH v4 0/7] Generic IPI sending tracepoint
2023-02-14 14:10 UTC (2+ messages)
[PATCH v3 00/24] Remove COMMAND_LINE_SIZE from uapi
2023-02-14 7:49 UTC
[PATCH v2 00/24] cpu,sched: Mark arch_cpu_idle_dead() __noreturn
2023-02-14 7:05 UTC
[PATCH v2 0/4] mm, arch: add generic implementation of pfn_valid() for FLATMEM
2023-02-13 7:54 UTC (12+ messages)
` [PATCH v2 2/4] m68k: use asm-generic/memory_model.h for both MMU and !MMU
` [PATCH v2 4/4] mm, arch: add generic implementation of pfn_valid() for FLATMEM
[PATCH 0/2] char/agp: consolidate asm/agp.h
2023-02-12 8:46 UTC (3+ messages)
` [PATCH 1/2] char/agp: consolidate {alloc,free}_gatt_pages()
` [PATCH 2/2] char/agp: introduce asm-generic/agp.h
[RFC][PATCHSET] VM_FAULT_RETRY fixes
2023-02-10 2:59 UTC (27+ messages)
` [PATCH 02/10] hexagon: fix livelock in uaccess
` [PATCH 04/10] m68k: "
` [PATCH 08/10] parisc: "
` [PATCH 09/10] riscv: "
[PATCH -next] alpha: Fix warning comparing pointer to 0
2023-02-08 1:12 UTC
[PATCH 00/22] cpu,sched: Mark arch_cpu_idle_dead() __noreturn
2023-02-07 17:33 UTC (16+ messages)
` [PATCH 05/22] csky/cpu: Make sure arch_cpu_idle_dead() doesn't return
` [PATCH 09/22] mips/cpu: Expose play_dead()'s prototype definition
` [PATCH 10/22] mips/cpu: Make sure play_dead() doesn't return
` [PATCH 11/22] mips/cpu: Mark play_dead() __noreturn
` [PATCH 12/22] powerpc/cpu: Mark start_secondary_resume() __noreturn
` [PATCH 22/22] sched/idle: Mark arch_cpu_idle_dead() __noreturn
` [PATCH v1.1 "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).