linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-14 17:15:26 to 2018-05-16 08:20:22 UTC [more...]

[PATCH v9 00/24] ILP32 for ARM64
 2018-05-16  8:19 UTC  (30+ messages)
` [PATCH 01/24] arm64: signal: Make parse_user_sigframe() independent of rt_sigframe layout
` [PATCH 02/24] ptrace: Add compat PTRACE_{G,S}ETSIGMASK handlers
` [PATCH 03/24] compat ABI: use non-compat openat and open_by_handle_at variants
` [PATCH 04/24] 32-bit userspace ABI: introduce ARCH_32BIT_OFF_T config option
` [PATCH 05/24] asm-generic: Drop getrlimit and setrlimit syscalls from default list
` [PATCH 06/24] thread: move thread bits accessors to separated file
` [PATCH 07/24] arm64: ilp32: add documentation on the ILP32 ABI for ARM64
` [PATCH 08/24] arm64: rename COMPAT to AARCH32_EL0 in Kconfig
` [PATCH 09/24] arm64: rename functions that reference compat term
` [PATCH 10/24] arm64: uapi: set __BITS_PER_LONG correctly for ILP32 and LP64
` [PATCH 11/24] arm64: introduce is_a32_task and is_a32_thread (for AArch32 compat)
` [PATCH 12/24] arm64: ilp32: add is_ilp32_compat_{task,thread} and TIF_32BIT_AARCH64
` [PATCH 13/24] arm64: introduce binfmt_elf32.c
` [PATCH 14/24] arm64: change compat_elf_hwcap and compat_elf_hwcap2 prefix to a32
` [PATCH 15/24] arm64: ilp32: introduce binfmt_ilp32.c
` [PATCH 16/24] arm64: ilp32: share aarch32 syscall handlers
` [PATCH 17/24] arm64: ilp32: add sys_ilp32.c and a separate table (in entry.S) to use it
` [PATCH 18/24] arm64: signal: share lp64 signal structures and routines to ilp32
` [PATCH 19/24] arm64: signal32: move ilp32 and aarch32 common code to separated file
` [PATCH 20/24] arm64: ilp32: introduce ilp32-specific sigframe and ucontext
` [PATCH 21/24] arm64: ptrace: handle ptrace_request differently for aarch32 and ilp32
` [PATCH 22/24] arm64:ilp32: add vdso-ilp32 and use for signal return
` [PATCH 23/24] arm64:ilp32: add ARM64_ILP32 to Kconfig
` [PATCH 24/24] arm64: ilp32: Make the Kconfig option default y

[PATCH 00/12] introduce support for early platform drivers
 2018-05-16  1:06 UTC  (39+ messages)
` [PATCH 01/12] platform/early: add a new field to struct device
` [PATCH 02/12] platform/early: don't WARN() on non-empty devres list for early devices
` [PATCH 03/12] platform/early: export platform_match() locally
` [PATCH 04/12] platform: provide a separate function for initializing platform devices
` [PATCH 05/12] platform: export platform_device_release() locally
` [PATCH 06/12] of: add a new flag for OF device nodes
` [PATCH 07/12] of/platform: provide a separate routine for setting up device resources
` [PATCH 08/12] of/platform: provide a separate routine for device initialization
` [PATCH 09/12] platform/early: add an init section for early driver data
` [PATCH 10/12] platform/early: implement support for early platform drivers
` [PATCH 12/12] of/platform: make the OF code aware of "

[PATCH v9 00/24] ILP32 for ARM64
 2018-05-15 19:40 UTC  (8+ messages)
` [PATCH 01/24] arm64: signal: Make parse_user_sigframe() independent of rt_sigframe layout
` [PATCH 02/24] ptrace: Add compat PTRACE_{G,S}ETSIGMASK handlers

[PATCH v4 0/8] Introduce the for_each_set_clump macro
 2018-05-15 16:23 UTC  (18+ messages)
` [PATCH v4 1/8] bitops: "
` [PATCH v4 2/8] lib/test_bitmap.c: Add for_each_set_clump test cases
` [PATCH v4 3/8] gpio: 104-dio-48e: Utilize for_each_set_clump macro
` [PATCH v4 4/8] gpio: 104-idi-48: "
` [PATCH v4 5/8] gpio: gpio-mm: "
` [PATCH v4 6/8] gpio: ws16c48: "
` [PATCH v4 7/8] gpio: pci-idio-16: "
` [PATCH v4 8/8] gpio: pcie-idio-24: "

[PATCH memory-model 0/19] Updates to the formal memory model
 2018-05-15 16:20 UTC  (44+ messages)
` [PATCH memory-model 01/19] tools/memory-model: Rename link and rcu-path to rcu-link and rb
` [PATCH memory-model 02/19] tools/memory-model: Redefine rb in terms of rcu-fence
` [PATCH memory-model 03/19] tools/memory-model: Update required version of herdtools7
` [PATCH memory-model 04/19] tools/memory-model: Fix cheat sheet typo
` [PATCH memory-model 05/19] tools/memory-order: Improve key for SELF and SV
` [PATCH memory-model 06/19] tools/memory-order: smp_mb__after_atomic() orders later RMW operations
` [PATCH memory-model 07/19] tools/memory-model: Model 'smp_store_mb()'
` [PATCH memory-model 08/19] tools/memory-model: Fix coding style in 'linux-kernel.def'
` [PATCH memory-model 09/19] tools/memory-model: Add scripts to test memory model
` [PATCH memory-model 10/19] tools/memory-model: Add model support for spin_is_locked
` [PATCH memory-model 11/19] tools/memory-model: Flag "cumulativity" and "propagation" tests
` [PATCH memory-model 12/19] tools/memory-model: Remove duplicated code from lock.cat
` [PATCH memory-model 13/19] tools/memory-model: Improve comments in lock.cat
` [PATCH memory-model 14/19] tools/memory-model: Improve mixed-access checking "
` [PATCH memory-model 15/19] tools/memory-model: Remove out-of-date comments and code from lock.cat
` [PATCH memory-model 16/19] tools/memory-model: Fix coding style in 'lock.cat'
` [PATCH memory-model 17/19] MAINTAINERS: Update e-mail address for Andrea Parri
` [PATCH memory-model 18/19] tools/memory-model: Update ASPLOS information
` [PATCH memory-model 19/19] tools/memory-model: Add reference for 'Simplifying ARM concurrency'

[PATCH v3 0/8] Introduce the for_each_set_clump macro
 2018-05-15 15:51 UTC  (18+ messages)
` [PATCH v3 1/8] bitops: "
` [PATCH v3 2/8] lib/test_bitmap.c: Add for_each_set_clump test cases
` [PATCH v3 3/8] gpio: 104-dio-48e: Utilize for_each_set_clump macro
` [PATCH v3 4/8] gpio: 104-idi-48: "
` [PATCH v3 5/8] gpio: gpio-mm: "
` [PATCH v3 6/8] gpio: ws16c48: "
` [PATCH v3 7/8] gpio: pci-idio-16: "
` [PATCH v3 8/8] gpio: pcie-idio-24: "

[RFC PATCH 00/11] prctl: Modernise wiring for optional prctl() calls
 2018-05-15 13:30 UTC  (29+ messages)
` [RFC PATCH 02/11] arm64: Move arch-specific prctls out of core code
` [RFC PATCH 03/11] MIPS: Remove unused task argument from prctl functions
` [RFC PATCH 04/11] MIPS: Move arch-specific prctls out of core code
` [RFC PATCH 05/11] x86: "
` [RFC PATCH 06/11] powerpc: Remove unused task argument from prctl functions
` [RFC PATCH 07/11] powerpc: Move arch-specific prctls out of core code
` [RFC PATCH 08/11] ia64: Remove unused task argument from prctl functions
` [RFC PATCH 09/11] ia64: Move arch-specific prctls out of core code
` [RFC PATCH 10/11] prctl: Remove redundant task argument from PR_{SET,GET}_UNALIGN backends
` [RFC PATCH 11/11] prctl: Refactor PR_{SET,GET}_UNALIGN to reduce boilerplate

[PATCH -resend 00/27] New macros for assembler symbols
 2018-05-15  6:39 UTC  (5+ messages)
` [PATCH -resend 02/27] x86: assembly, use SYM_DATA for data

[PATCH REPOST 0/5] Simplify setting thread flags to a particular value
 2018-05-15  3:13 UTC  (4+ messages)
` [PATCH REPOST 4/5] powerpc: Use update_thread_flag()

[PATCH 1/3] int-ll64.h: define u{8,16,32,64} and s{8,16,32,64} based on uapi header
 2018-05-15  2:22 UTC  (2+ messages)

common non-cache coherent direct dma mapping ops
 2018-05-15  0:25 UTC  (4+ messages)
` [PATCH 05/20] c6x: use generic dma_noncoherent_ops
    ` [Linux-c6x-dev] "

[PATCH memory-model 0/3] Kernel fixes to spin_is_locked()
 2018-05-14 23:01 UTC  (8+ messages)
` [PATCH memory-model 1/3] locking: Document the semantics of spin_is_locked()
` [PATCH memory-model 2/3] arm64: Remove smp_mb() from arch_spin_is_locked()
` [PATCH memory-model 3/3] locking: Clean up comment and #ifndef for {,queued_}spin_is_locked()

[PATCH memory-model 0/8] memory-barriers.txt and atomic_ops.rst updates
 2018-05-14 22:55 UTC  (18+ messages)
` [PATCH memory-model 1/8] docs/memory-barriers.txt: Fix broken DMA vs MMIO ordering example
` [PATCH memory-model 2/8] kokr/doc: READ_ONCE() now implies smp_barrier_depends()
` [PATCH memory-model 3/8] kokr/doc: De-emphasize smp_read_barrier_depends
` [PATCH memory-model 4/8] kokr/Documentation/memory-barriers.txt: Cross-reference "tools/memory-model/"
` [PATCH memory-model 5/8] kokr/memory-barriers: Fix description of data dependency barriers
` [PATCH memory-model 6/8] kokr/locking/memory-barriers: De-emphasize smp_read_barrier_depends() some more
` [PATCH memory-model 7/8] atomic_ops.rst: Fix wrong example code
` [PATCH memory-model 8/8] atomic_ops.rst: Use `warning` rst directive

[PATCH] ANDROID: binder: remove 32-bit binder interface
 2018-05-14 21:30 UTC  (3+ messages)

[PATCH 0/4] LD_DEAD_CODE_DATA_ELIMINATION fixes and enabling for powerpc
 2018-05-14 19:10 UTC  (10+ messages)
` [PATCH 4/4] powerpc: Allow LD_DEAD_CODE_DATA_ELIMINATION to be selected


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).