linux-alpha.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-07-16 19:56:57 to 2018-10-25 09:51:34 UTC [more...]

[PATCH v2 0/2] arm64: Cut rebuild time when changing CONFIG_BLK_DEV_INITRD
 2018-10-25  9:51 UTC  (8+ messages)
` [PATCH v2 1/2] arch: Add asm-generic/initrd.h and make use of it for most architectures
` [PATCH v2 2/2] arm64: Create asm/initrd.h

vmlinux ld relocation errors on Alpha
 2018-10-25  2:39 UTC  (2+ messages)

[PATCH 0/4] Add support for fast mremap
 2018-10-25  2:21 UTC  (17+ messages)
` [PATCH 1/4] treewide: remove unused address argument from pte_alloc functions (v2)
` [PATCH 2/4] mm: speed up mremap by 500x on large regions (v2)
` [PATCH 3/4] arm64: select HAVE_MOVE_PMD for faster mremap (v1)
` [PATCH 4/4] x86: "

[git pull] alpha syscall glue stuff
 2018-10-25  0:15 UTC 

[PATCH 0/2] arm64: Cut rebuild time when changing CONFIG_BLK_DEV_INITRD
 2018-10-23 23:40 UTC  (3+ messages)
` [PATCH 1/2] arch: Add asm-generic/initrd.h and make use of it for most architectures
` [PATCH 2/2] arm64: Create asm/initrd.h

[PATCH stable v2 1/2] termios, tty/tty_baudrate.c: fix buffer overrun
 2018-10-23 20:14 UTC  (5+ messages)
` [PATCH stable v2 2/2] arch/alpha, termios: implement BOTHER, IBSHIFT and termios2

[RESEND PATCH v2] alpha: switch to NO_BOOTMEM
 2018-10-20 13:39 UTC  (3+ messages)

[PATCH v2 1/2] treewide: remove unused address argument from pte_alloc functions
 2018-10-16  2:08 UTC  (38+ messages)
` [PATCH v2 2/2] mm: speed up mremap by 500x on large regions

Relocation (type 4) overflow on alpha for big module
 2018-10-14 23:14 UTC  (4+ messages)

[PATCH] alpha: fix spelling mistake QSD_PORT_ACTUVE -> QSD_PORT_ACTIVE
 2018-10-12 14:53 UTC 

[PATCH] [alpha] Fix Eiger NR_IRQS to 128
 2018-10-12  9:27 UTC 

[PATCH] memblock: stop using implicit alignement to SMP_CACHE_BYTES
 2018-10-11  6:08 UTC  (8+ messages)

X11 on Alpha running Debian "sid"
 2018-10-08 18:49 UTC 

[PATCH stable v2 0/2] termios: Alpha BOTHER/IBSHIFT, tty_baudrate fix
 2018-10-08 17:29 UTC  (8+ messages)
` [PATCH stable v2 1/2] arch/alpha, termios: implement BOTHER, IBSHIFT and termios2
` [PATCH stable v2 2/2] termios, tty/tty_baudrate.c: simplify, auto-generate baud table

[PATCH stable 0/2] termios: Alpha BOTHER/IBSHIFT, tty_baudrate fix
 2018-10-07  3:37 UTC  (3+ messages)
` [PATCH stable 1/2] arch/alpha, termios: implement BOTHER, IBSHIFT and termios2
` [PATCH stable 2/2] termios, tty/tty_baudrate.c: simplify, auto-generate baud table

[PATCH 00/30] mm: remove bootmem allocator
 2018-09-27  4:50 UTC  (49+ messages)
` [PATCH 01/30] mips: switch to NO_BOOTMEM
` [PATCH 02/30] mm: remove CONFIG_NO_BOOTMEM
` [PATCH 03/30] mm: remove CONFIG_HAVE_MEMBLOCK
` [PATCH 04/30] mm: remove bootmem allocator implementation
` [PATCH 05/30] mm: nobootmem: remove dead code
` [PATCH 06/30] memblock: rename memblock_alloc{_nid, _try_nid} to memblock_phys_alloc*
` [PATCH 07/30] memblock: remove _virt from APIs returning virtual address
` [PATCH 08/30] memblock: replace alloc_bootmem_align with memblock_alloc
` [PATCH 09/30] memblock: replace alloc_bootmem_low with memblock_alloc_low
` [PATCH 10/30] memblock: replace __alloc_bootmem_node_nopanic with memblock_alloc_try_nid_nopanic
` [PATCH 11/30] memblock: replace alloc_bootmem_pages_nopanic with memblock_alloc_nopanic
` [PATCH 12/30] memblock: replace alloc_bootmem_low with memblock_alloc_low
` [PATCH 13/30] memblock: replace __alloc_bootmem_nopanic with memblock_alloc_from_nopanic
` [PATCH 14/30] memblock: add align parameter to memblock_alloc_node()
` [PATCH 15/30] memblock: replace alloc_bootmem_pages_node with memblock_alloc_node
` [PATCH 16/30] memblock: replace __alloc_bootmem_node with appropriate memblock_ API
` [PATCH 17/30] memblock: replace alloc_bootmem_node with memblock_alloc_node
` [PATCH 18/30] memblock: replace alloc_bootmem_low_pages with memblock_alloc_low
` [PATCH 19/30] memblock: replace alloc_bootmem_pages with memblock_alloc
` [PATCH 20/30] memblock: replace __alloc_bootmem with memblock_alloc_from
` [PATCH 21/30] memblock: replace alloc_bootmem with memblock_alloc
` [PATCH 22/30] mm: nobootmem: remove bootmem allocation APIs
` [PATCH 23/30] memblock: replace free_bootmem{_node} with memblock_free
` [PATCH 24/30] memblock: replace free_bootmem_late with memblock_free_late
` [PATCH 25/30] memblock: rename free_all_bootmem to memblock_free_all
` [PATCH 26/30] memblock: rename __free_pages_bootmem to memblock_free_pages
` [PATCH 27/30] mm: remove nobootmem
` [PATCH 28/30] memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variants
` [PATCH 29/30] mm: remove include/linux/bootmem.h
` [PATCH 30/30] docs/boot-time-mm: remove bootmem documentation

[PATCH] alpha: Fix a typo on ptrace.h
 2018-09-25 18:31 UTC 

[PATCH] alpha: rtc: simplify alpha_rtc_init
 2018-09-09 21:15 UTC 

[PATCH] treewide: remove current_text_addr
 2018-08-31 16:48 UTC  (16+ messages)

[PATCH net-next 3/3] net: socket: implement 64-bit timestamps
 2018-08-29 13:11 UTC 

[PATCH 1/2] ia64: use asm-generic/io.h
 2018-08-15 23:34 UTC  (8+ messages)
` [PATCH 2/2] sparc64: add reads{b,w,l}/writes{b,w,l}

[PATCH 0/6] System call table generation support
 2018-08-11 22:27 UTC  (12+ messages)
` [PATCH 1/6] alpha: Move __IGNORE* entries to non uapi header
` [PATCH 3/6] alpha: Unify the not-implemented system call entry name

[PATCH v2] fs: don't let getdents return bogus names
 2018-07-31 19:50 UTC  (3+ messages)

[FTBFS] 4.18-rc7 bitsperlong.h issue on alpha
 2018-07-30 23:12 UTC 

[RFC PATCH] alpha: io: add reads{b,w,l,q}/writes{b,w,l,q}
 2018-07-30  8:44 UTC 

[LKP] a65f828111 BUG: kernel reboot-without-warning in boot stage
 2018-07-30  0:15 UTC 

[PATCH] fs: don't let getdents return bogus names
 2018-07-29 11:37 UTC  (7+ messages)

[PATCH] fix osf_wait4() breakage
 2018-07-22 18:45 UTC  (2+ messages)


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 NNTP newsgroup(s).