linux-alpha
Thread
Date
Earlier messages
Later messages
Messages by Thread
Re: [PATCH v4 1/3] fs: hoist EFSCORRUPTED definition into uapi header
Dave Chinner
Re: [PATCH v4 1/3] fs: hoist EFSCORRUPTED definition into uapi header
Theodore Y. Ts'o
Re: [PATCH v4 1/3] fs: hoist EFSCORRUPTED definition into uapi header
Dave Chinner
Re: [PATCH v4 1/3] fs: hoist EFSCORRUPTED definition into uapi header
David Sterba
Re: [PATCH v4 1/3] fs: hoist EFSCORRUPTED definition into uapi header
Darrick J. Wong
Re: [PATCH v4 1/3] fs: hoist EFSCORRUPTED definition into uapi header
Theodore Y. Ts'o
wohltätige Spende von 2.800.000 euro
friedrich mayrhofer
[PATCH 00/21] Refine memblock API
Mike Rapoport
[PATCH 03/21] memblock: replace memblock_alloc_base(ANYWHERE) with memblock_phys_alloc
Mike Rapoport
[PATCH 04/21] memblock: drop memblock_alloc_base_nid()
Mike Rapoport
[PATCH 05/21] memblock: emphasize that memblock_alloc_range() returns a physical address
Mike Rapoport
[PATCH 07/21] memblock: memblock_phys_alloc(): don't panic
Mike Rapoport
[PATCH 11/21] memblock: make memblock_find_in_range_node() and choose_memblock_flags() static
Mike Rapoport
[PATCH 20/21] memblock: memblock_alloc_try_nid: don't panic
Mike Rapoport
[PATCH 14/21] ia64: add checks for the return value of memblock_alloc*()
Mike Rapoport
[PATCH 18/21] swiotlb: add checks for the return value of memblock_alloc*()
Mike Rapoport
[PATCH 16/21] mm/percpu: add checks for the return value of memblock_alloc*()
Mike Rapoport
[PATCH 17/21] init/main: add checks for the return value of memblock_alloc*()
Mike Rapoport
[PATCH 21/21] memblock: drop memblock_alloc_*_nopanic() variants
Mike Rapoport
Re: [PATCH 21/21] memblock: drop memblock_alloc_*_nopanic() variants
Petr Mladek
Re: [PATCH 21/21] memblock: drop memblock_alloc_*_nopanic() variants
Greg Kroah-Hartman
[PATCH 15/21] sparc: add checks for the return value of memblock_alloc*()
Mike Rapoport
Re: [PATCH 15/21] sparc: add checks for the return value of memblock_alloc*()
David Miller
[PATCH 19/21] treewide: add checks for the return value of memblock_alloc*()
Mike Rapoport
Re: [Xen-devel] [PATCH 19/21] treewide: add checks for the return value of memblock_alloc*()
Juergen Gross
Re: [PATCH 19/21] treewide: add checks for the return value of memblock_alloc*()
Guo Ren
Re: [PATCH 19/21] treewide: add checks for the return value of memblock_alloc*()
Heiko Carstens
[PATCH 13/21] arch: don't memset(0) memory returned by memblock_alloc()
Mike Rapoport
[PATCH 10/21] memblock: refactor internal allocation functions
Mike Rapoport
[PATCH 09/21] memblock: drop memblock_alloc_base()
Mike Rapoport
[PATCH 08/21] memblock: drop __memblock_alloc_base()
Mike Rapoport
[PATCH 12/21] arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)
Mike Rapoport
[PATCH 06/21] memblock: memblock_phys_alloc_try_nid(): don't panic
Mike Rapoport
[PATCH 01/21] openrisc: prefer memblock APIs returning virtual address
Mike Rapoport
[PATCH 02/21] powerpc: use memblock functions returning virtual address
Mike Rapoport
PWS 433au (Miata) recovery update
Bob Tracy
Re: PWS 433au (Miata) recovery update
Bob Tracy
Re: PWS 433au (Miata) recovery update
Maciej W. Rozycki
Re: PWS 433au (Miata) recovery update
Bob Tracy
Re: PWS 433au (Miata) recovery update
Meelis Roos
Re: PWS 433au (Miata) recovery update
Maciej W. Rozycki
Re: PWS 433au (Miata) recovery update
Maciej W. Rozycki
Re: PWS 433au (Miata) recovery update
Matt Turner
[PATCH v3 1/2] fs: don't let getdents return bogus names
Jann Horn
[PATCH v3 2/2] fs: let filldir_t return bool instead of an error code
Jann Horn
Re: [PATCH v3 1/2] fs: don't let getdents return bogus names
Dave Chinner
Re: [PATCH v3 1/2] fs: don't let getdents return bogus names
Jann Horn
[PATCH 00/11] y2038: add time64 syscalls
Arnd Bergmann
[PATCH 04/11] sparc64: add custom adjtimex/clock_adjtime functions
Arnd Bergmann
[PATCH 01/11] time: make adjtime compat handling available for 32 bit
Arnd Bergmann
[PATCH 05/11] timex: use __kernel_timex internally
Arnd Bergmann
[PATCH 02/11] time: Add struct __kernel_timex
Arnd Bergmann
[PATCH 03/11] time: fix sys_timer_settime prototype
Arnd Bergmann
[PATCH 08/11] y2038: use time32 syscall names on 32-bit
Arnd Bergmann
[PATCH 09/11] y2038: remove struct definition redirects
Arnd Bergmann
[PATCH 11/11] y2038: add 64-bit time_t syscalls to all 32-bit architectures
Arnd Bergmann
[PATCH 06/11] timex: change syscalls to use struct __kernel_timex
Arnd Bergmann
[PATCH 10/11] y2038: rename old time and utime syscalls
Arnd Bergmann
Re: [PATCH 07/11] y2038: syscalls: rename y2038 compat syscalls
Heiko Carstens
[PATCH 00/15] arch: synchronize syscall tables in preparation for y2038
Arnd Bergmann
[PATCH 01/15] ia64: add __NR_umount2 definition
Arnd Bergmann
[PATCH 09/15] sh: remove duplicate unistd_32.h file
Arnd Bergmann
[PATCH 10/15] sh: add statx system call
Arnd Bergmann
[PATCH 14/15] arch: add split IPC system calls where needed
Arnd Bergmann
Re: [PATCH 14/15] arch: add split IPC system calls where needed
Heiko Carstens
Re: [PATCH 14/15] arch: add split IPC system calls where needed
Arnd Bergmann
Re: [PATCH 14/15] arch: add split IPC system calls where needed
Michael Ellerman
Re: [PATCH 14/15] arch: add split IPC system calls where needed
Michael Ellerman
Re: [PATCH 14/15] arch: add split IPC system calls where needed
Michael Ellerman
Re: [PATCH 14/15] arch: add split IPC system calls where needed
Arnd Bergmann
Re: [PATCH 14/15] arch: add split IPC system calls where needed
Arnd Bergmann
Re: [PATCH 14/15] arch: add split IPC system calls where needed
Geert Uytterhoeven
Re: [PATCH 14/15] arch: add split IPC system calls where needed
Arnd Bergmann
Re: [PATCH 14/15] arch: add split IPC system calls where needed
Michael Ellerman
Re: [PATCH 14/15] arch: add split IPC system calls where needed
Michael Ellerman
[PATCH 13/15] ipc: rename old-style shmctl/semctl/msgctl syscalls
Arnd Bergmann
[PATCH 07/15] ARM: add kexec_file_load system call number
Arnd Bergmann
Re: [PATCH 07/15] ARM: add kexec_file_load system call number
Will Deacon
Re: [PATCH 07/15] ARM: add kexec_file_load system call number
Arnd Bergmann
[PATCH 08/15] m68k: assign syscall number for seccomp
Arnd Bergmann
[PATCH 15/15] arch: add pkey and rseq syscall numbers everywhere
Arnd Bergmann
Re: [PATCH 15/15] arch: add pkey and rseq syscall numbers everywhere
Heiko Carstens
Re: [PATCH 15/15] arch: add pkey and rseq syscall numbers everywhere
Arnd Bergmann
Re: [PATCH 15/15] arch: add pkey and rseq syscall numbers everywhere
Heiko Carstens
Re: [PATCH 15/15] arch: add pkey and rseq syscall numbers everywhere
Russell King - ARM Linux admin
Re: [PATCH 15/15] arch: add pkey and rseq syscall numbers everywhere
Arnd Bergmann
[PATCH 04/15] alpha: wire up io_pgetevents system call
Arnd Bergmann
[PATCH 06/15] ARM: add migrate_pages() system call
Arnd Bergmann
Re: [PATCH 06/15] ARM: add migrate_pages() system call
Will Deacon
Re: [PATCH 06/15] ARM: add migrate_pages() system call
Arnd Bergmann
[PATCH 02/15] ia64: add statx and io_pgetevents syscalls
Arnd Bergmann
[PATCH 03/15] ia64: assign syscall numbers for perf and seccomp
Arnd Bergmann
[PATCH 05/15] alpha: update syscall macro definitions
Arnd Bergmann
[PATCH 11/15] mips: fix n32 compat_ipc_parse_version
Arnd Bergmann
[PATCH 12/15] sparc64: fix sparc_ipc type conversion
Arnd Bergmann
Re: [PATCH 00/15] arch: synchronize syscall tables in preparation for y2038
Geert Uytterhoeven
Re: [PATCH 00/15] arch: synchronize syscall tables in preparation for y2038
Arnd Bergmann
Re: [PATCH 00/15] arch: synchronize syscall tables in preparation for y2038
Geert Uytterhoeven
Re: [PATCH 00/15] arch: synchronize syscall tables in preparation for y2038
Arnd Bergmann
Re: [PATCH 00/15] arch: synchronize syscall tables in preparation for y2038
Geert Uytterhoeven
Re: [PATCH 00/15] arch: synchronize syscall tables in preparation for y2038
Joseph Myers
Re: [PATCH 00/15] arch: synchronize syscall tables in preparation for y2038
Arnd Bergmann
Re: [PATCH 00/15] arch: synchronize syscall tables in preparation for y2038
Michael Cree
[PATCH v5 00/12] perf/core: Generalise event exclusion checking
Andrew Murray
[PATCH v5 11/12] x86: perf/core: strengthen exclude checks with PERF_PMU_CAP_NO_EXCLUDE
Andrew Murray
[PATCH v5 12/12] perf/core: remove unused perf_flags
Andrew Murray
[PATCH v5 07/12] drivers/perf: perf/core: use PERF_PMU_CAP_NO_EXCLUDE for exclude incapable PMUs
Andrew Murray
[PATCH v5 05/12] arm: perf: conditionally use PERF_PMU_CAP_NO_EXCLUDE
Andrew Murray
[PATCH v5 10/12] x86: perf/core: use PERF_PMU_CAP_NO_EXCLUDE for exclude incapable PMUs
Andrew Murray
[PATCH v5 02/12] perf/core: add function to test for event exclusion flags
Andrew Murray
[PATCH v5 03/12] perf/core: add PERF_PMU_CAP_NO_EXCLUDE for exclusion incapable PMUs
Andrew Murray
[PATCH v5 04/12] alpha: perf/core: strengthen exclude checks with PERF_PMU_CAP_NO_EXCLUDE
Andrew Murray
[PATCH v5 01/12] perf/doc: update design.txt for exclude_{host|guest} flags
Andrew Murray
[PATCH v5 08/12] drivers/perf: perf/core: strengthen exclude checks with PERF_PMU_CAP_NO_EXCLUDE
Andrew Murray
[PATCH v5 06/12] arm: perf/core: use PERF_PMU_CAP_NO_EXCLUDE for exclude incapable PMUs
Andrew Murray
[PATCH v5 09/12] powerpc: perf/core: use PERF_PMU_CAP_NO_EXCLUDE for exclude incapable PMUs
Andrew Murray
[PATCH 14/14] syscall_get_arch: add "struct task_struct *" argument
Dmitry V. Levin
[PATCH 0/3] net: y2038-safe socket timeout options
Deepa Dinamani
[PATCH 2/3] socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixes
Deepa Dinamani
Re: [PATCH 2/3] socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixes
Arnd Bergmann
[PATCH] socket: move compat timeout handling into sock.c
Arnd Bergmann
Re: [PATCH] socket: move compat timeout handling into sock.c
Deepa Dinamani
Re: [PATCH 2/3] socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixes
Deepa Dinamani
[PATCH 3/3] sock: Add SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEW
Deepa Dinamani
[PATCH v3 0/8] net: y2038-safe socket timestamps
Deepa Dinamani
[PATCH v3 6/8] socket: Add SO_TIMESTAMP[NS]_NEW
Deepa Dinamani
Re: [PATCH v3 6/8] socket: Add SO_TIMESTAMP[NS]_NEW
Willem de Bruijn
Re: [PATCH v3 6/8] socket: Add SO_TIMESTAMP[NS]_NEW
Willem de Bruijn
[PATCH v3 2/8] sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLD
Deepa Dinamani
[PATCH v3 7/8] socket: Add SO_TIMESTAMPING_NEW
Deepa Dinamani
Re: [PATCH v3 7/8] socket: Add SO_TIMESTAMPING_NEW
Willem de Bruijn
Re: [PATCH v3 0/8] net: y2038-safe socket timestamps
Willem de Bruijn
Re: [PATCH v3 0/8] net: y2038-safe socket timestamps
Willem de Bruijn
Re: [PATCH v3 0/8] net: y2038-safe socket timestamps
David Miller
[PATCH v4 00/13] perf/core: Generalise event exclusion checking
Andrew Murray
[PATCH v4 01/13] perf/doc: update design.txt for exclude_{host|guest} flags
Andrew Murray
[PATCH v4 03/13] perf/core: add PERF_PMU_CAP_NO_EXCLUDE for exclusion incapable PMUs
Andrew Murray
[PATCH v4 04/13] alpha: perf/core: use PERF_PMU_CAP_NO_EXCLUDE
Andrew Murray
[PATCH v4 02/13] perf/core: add function to test for event exclusion flags
Andrew Murray
[PATCH v4 07/13] drivers/perf: perf/core: use PERF_PMU_CAP_NO_EXCLUDE for exclude incapable PMUs
Andrew Murray
[PATCH v4 06/13] arm: perf/core: use PERF_PMU_CAP_NO_EXCLUDE for exclude incapable PMUs
Andrew Murray
[PATCH v4 12/13] perf/core: remove unused perf_flags
Andrew Murray
[PATCH v4 10/13] x86: perf/core: use PERF_PMU_CAP_NO_EXCLUDE for exclude incapable PMUs
Andrew Murray
Re: [PATCH v4 10/13] x86: perf/core: use PERF_PMU_CAP_NO_EXCLUDE for exclude incapable PMUs
Peter Zijlstra
Re: [PATCH v4 10/13] x86: perf/core: use PERF_PMU_CAP_NO_EXCLUDE for exclude incapable PMUs
Andrew Murray
Re: [PATCH v4 10/13] x86: perf/core: use PERF_PMU_CAP_NO_EXCLUDE for exclude incapable PMUs
Boris Ostrovsky
Re: [PATCH v4 10/13] x86: perf/core: use PERF_PMU_CAP_NO_EXCLUDE for exclude incapable PMUs
Peter Zijlstra
Re: [PATCH v4 10/13] x86: perf/core: use PERF_PMU_CAP_NO_EXCLUDE for exclude incapable PMUs
Michael Ellerman
[PATCH v4 09/13] powerpc: perf/core: use PERF_PMU_CAP_NO_EXCLUDE for exclude incapable PMUs
Andrew Murray
[PATCH v4 08/13] drivers/perf: perf/core: use PERF_PMU_CAP_NO_EXCLUDE for exclude incapable PMUs
Andrew Murray
[PATCH v4 13/13] drivers/perf: use PERF_PMU_CAP_NO_EXCLUDE for Cavium TX2 PMU
Andrew Murray
Re: [PATCH v4 13/13] drivers/perf: use PERF_PMU_CAP_NO_EXCLUDE for Cavium TX2 PMU
Will Deacon
[PATCH v4 05/13] arm: perf: conditionally use PERF_PMU_CAP_NO_EXCLUDE
Andrew Murray
Re: [PATCH v4 05/13] arm: perf: conditionally use PERF_PMU_CAP_NO_EXCLUDE
Peter Zijlstra
Re: [PATCH v4 05/13] arm: perf: conditionally use PERF_PMU_CAP_NO_EXCLUDE
Andrew Murray
Re: [PATCH v4 05/13] arm: perf: conditionally use PERF_PMU_CAP_NO_EXCLUDE
Peter Zijlstra
Re: [PATCH v4 05/13] arm: perf: conditionally use PERF_PMU_CAP_NO_EXCLUDE
Andrew Murray
Re: [PATCH v4 05/13] arm: perf: conditionally use PERF_PMU_CAP_NO_EXCLUDE
Peter Zijlstra
[PATCH v4 11/13] x86: perf/core: use PERF_PMU_CAP_NO_EXCLUDE for exclude incapable PMUs
Andrew Murray
Re: [PATCH v4 11/13] x86: perf/core: use PERF_PMU_CAP_NO_EXCLUDE for exclude incapable PMUs
Peter Zijlstra
Re: [PATCH v4 11/13] x86: perf/core: use PERF_PMU_CAP_NO_EXCLUDE for exclude incapable PMUs
Andrew Murray
[PATCH v7 20/22] syscall_get_arch: add "struct task_struct *" argument
Dmitry V. Levin
[PATCH v7 03/22] alpha: define remaining syscall_get_* functions
Dmitry V. Levin
Re: [PATCH v7 03/22] alpha: define remaining syscall_get_* functions
kbuild test robot
fdisk vs. BSD disklabels and slices
Bob Tracy
Re: fdisk vs. BSD disklabels and slices
Matt Turner
Re: fdisk vs. BSD disklabels and slices
Bob Tracy
[PATCH RFC 3/4] barriers: convert a control to a data dependency
Michael S. Tsirkin
Re: [PATCH RFC 3/4] barriers: convert a control to a data dependency
Matthew Wilcox
Re: [PATCH RFC 3/4] barriers: convert a control to a data dependency
Michael S. Tsirkin
Re: [PATCH RFC 3/4] barriers: convert a control to a data dependency
Jason Wang
Re: [PATCH RFC 3/4] barriers: convert a control to a data dependency
Michael S. Tsirkin
Re: [PATCH RFC 3/4] barriers: convert a control to a data dependency
Jason Wang
Re: [PATCH RFC 3/4] barriers: convert a control to a data dependency
Peter Zijlstra
Re: [PATCH RFC 3/4] barriers: convert a control to a data dependency
Michael S. Tsirkin
Re: [PATCH RFC 3/4] barriers: convert a control to a data dependency
Peter Zijlstra
Re: [PATCH RFC 3/4] barriers: convert a control to a data dependency
Michael S. Tsirkin
Re: [PATCH RFC 3/4] barriers: convert a control to a data dependency
Paul E. McKenney
Re: [PATCH RFC 3/4] barriers: convert a control to a data dependency
Michael S. Tsirkin
Re: [PATCH RFC 3/4] barriers: convert a control to a data dependency
Paul E. McKenney
[PATCH 0/2] alpha: Unify the system call scripts
Firoz Khan
[PATCH 1/2] alpha: remove nargs from __SYSCALL
Firoz Khan
[PATCH 2/2] alpha: generate uapi header and syscall table header files
Firoz Khan
[PATCH] alpha: fix page fault handling for r16-r18 targets
Sergei Trofimovich
Re: [PATCH] alpha: fix page fault handling for r16-r18 targets
Dmitry V. Levin
[PATCH v2] alpha: fix page fault handling for r16-r18 targets
Sergei Trofimovich
Re: [PATCH v2] alpha: fix page fault handling for r16-r18 targets
Matt Turner
[PATCH V3 0/2] Replace all open encodings for NUMA_NO_NODE
Anshuman Khandual
[PATCH V3 1/2] mm: Replace all open encodings for NUMA_NO_NODE
Anshuman Khandual
[PATCH V3 2/2] Tools: Replace open encodings for NUMA_NO_NODE
Anshuman Khandual
ensure dma_alloc_coherent always returns zeroed memory
Christoph Hellwig
[PATCH 1/2] dma-mapping: zero memory returned from dma_alloc_*
Christoph Hellwig
Re: [PATCH 1/2] dma-mapping: zero memory returned from dma_alloc_*
Geert Uytterhoeven
Re: [PATCH 1/2] dma-mapping: zero memory returned from dma_alloc_*
Geert Uytterhoeven
Re: [PATCH 1/2] dma-mapping: zero memory returned from dma_alloc_*
Christoph Hellwig
Re: [PATCH 1/2] dma-mapping: zero memory returned from dma_alloc_*
Geert Uytterhoeven
Re: [PATCH 1/2] dma-mapping: zero memory returned from dma_alloc_*
Greg Ungerer
Re: [PATCH 1/2] dma-mapping: zero memory returned from dma_alloc_*
Christoph Hellwig
Re: [PATCH 1/2] dma-mapping: zero memory returned from dma_alloc_*
Eugeniy Paltsev
Re: [PATCH 1/2] dma-mapping: zero memory returned from dma_alloc_*
[email protected]
Earlier messages
Later messages