All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] ARM: randconfig testing fallout
@ 2016-02-18 14:01 Arnd Bergmann
  2016-02-18 14:01   ` Arnd Bergmann
                   ` (8 more replies)
  0 siblings, 9 replies; 83+ messages in thread
From: Arnd Bergmann @ 2016-02-18 14:01 UTC (permalink / raw)
  To: linux-arm-kernel

Here are some new patches that I've collected as part of the randconfig
testing. I don't think any of these are urgent, but it would be nice
to get them merged to cut down on the noise in randconfig testing.

The NR_IPIS patch is the only one that I expect to matter to real
users, but I think it's been broken for several years without anyone
noticing.

	Arnd

^ permalink raw reply	[flat|nested] 83+ messages in thread

end of thread, other threads:[~2018-09-18  8:20 UTC | newest]

Thread overview: 83+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-18 14:01 [PATCH 0/9] ARM: randconfig testing fallout Arnd Bergmann
2016-02-18 14:01 ` [PATCH 1/9] ARM: ARMv7-M uses BE-8, not BE-32 Arnd Bergmann
2016-02-18 14:01   ` Arnd Bergmann
2016-02-18 16:06   ` Nicolas Pitre
2016-02-18 16:06     ` Nicolas Pitre
2016-02-18 16:12     ` Arnd Bergmann
2016-02-18 16:12       ` Arnd Bergmann
2016-02-19  8:47       ` Vladimir Murzin
2016-02-19  8:47         ` Vladimir Murzin
2016-02-19 10:17         ` Arnd Bergmann
2016-02-19 10:17           ` Arnd Bergmann
2016-02-18 14:01 ` [PATCH 2/9] ARM: change NR_IPIS to 8 Arnd Bergmann
2016-02-18 14:01   ` Arnd Bergmann
2016-02-18 14:26   ` Marc Zyngier
2016-02-18 14:26     ` Marc Zyngier
2016-02-18 14:37   ` Russell King - ARM Linux
2016-02-18 14:37     ` Russell King - ARM Linux
2016-02-18 15:18     ` Arnd Bergmann
2016-02-18 15:18       ` Arnd Bergmann
2018-09-18  8:19       ` Chunyan Zhang
2018-09-18  8:19         ` Chunyan Zhang
2016-02-18 14:01 ` [PATCH 3/9] ARM: make free_memmap as __init Arnd Bergmann
2016-02-18 14:01   ` Arnd Bergmann
2016-02-18 15:55   ` Nicolas Pitre
2016-02-18 15:55     ` Nicolas Pitre
2016-02-18 14:01 ` [PATCH 4/9] ARM: add CONFIG_PHYS_OFFSET default values Arnd Bergmann
2016-02-18 14:01   ` Arnd Bergmann
2016-02-18 16:02   ` Nicolas Pitre
2016-02-18 16:02     ` Nicolas Pitre
2016-02-19  8:33     ` Arnd Bergmann
2016-02-19  8:33       ` Arnd Bergmann
2016-02-19 14:29       ` Chris Brandt
2016-02-19 14:29         ` Chris Brandt
2016-02-19 15:34         ` Arnd Bergmann
2016-02-19 15:34           ` Arnd Bergmann
2016-02-19 16:43           ` Russell King - ARM Linux
2016-02-19 16:43             ` Russell King - ARM Linux
2016-02-19 17:18             ` Chris Brandt
2016-02-19 17:18               ` Chris Brandt
2016-02-19 17:57             ` Nicolas Pitre
2016-02-19 17:57               ` Nicolas Pitre
2016-02-19 16:10       ` Nicolas Pitre
2016-02-19 16:10         ` Nicolas Pitre
2016-02-19 16:23         ` Arnd Bergmann
2016-02-19 16:23           ` Arnd Bergmann
2016-02-19 17:31           ` Nicolas Pitre
2016-02-19 17:31             ` Nicolas Pitre
2016-02-19 18:07             ` Russell King - ARM Linux
2016-02-19 18:07               ` Russell King - ARM Linux
2016-02-19 21:14               ` Arnd Bergmann
2016-02-19 21:14                 ` Arnd Bergmann
2016-02-18 14:01 ` [PATCH 5/9] ARM: atags_to_fdt: don't warn about stack size Arnd Bergmann
2016-02-18 14:01   ` Arnd Bergmann
2016-02-18 16:13   ` Nicolas Pitre
2016-02-18 16:13     ` Nicolas Pitre
2016-02-18 16:26     ` [PATCH v2] " Arnd Bergmann
2016-02-18 16:26       ` Arnd Bergmann
2016-02-18 17:14       ` Nicolas Pitre
2016-02-18 17:14         ` Nicolas Pitre
2016-02-19 16:58       ` Arnd Bergmann
2016-02-19 16:58         ` Arnd Bergmann
2016-02-18 14:01 ` [PATCH 6/9] ARM: uaccess: avoid warning for NOMMU in access_ok Arnd Bergmann
2016-02-18 14:01   ` Arnd Bergmann
2016-02-18 16:15   ` Nicolas Pitre
2016-02-18 16:15     ` Nicolas Pitre
2016-02-18 14:01 ` [PATCH 7/9] ARM: move NO_DMA definition to ecard.h Arnd Bergmann
2016-02-18 14:01   ` Arnd Bergmann
2016-02-18 16:17   ` Nicolas Pitre
2016-02-18 16:17     ` Nicolas Pitre
2016-02-18 14:02 ` [PATCH 8/9] ARM: do not use optimized do_div for ARMv3 Arnd Bergmann
2016-02-18 14:02   ` Arnd Bergmann
2016-02-18 17:20   ` Nicolas Pitre
2016-02-18 17:20     ` Nicolas Pitre
2016-02-19  9:03     ` Arnd Bergmann
2016-02-19  9:03       ` Arnd Bergmann
2016-02-19 18:44       ` Nicolas Pitre
2016-02-19 18:44         ` Nicolas Pitre
2016-02-18 14:02 ` [PATCH 9/9] ARM: fix kprobe test with CONFIG_CPU_32v3 Arnd Bergmann
2016-02-18 14:02   ` Arnd Bergmann
2016-02-18 14:21   ` Jon Medhurst (Tixy)
2016-02-18 14:21     ` Jon Medhurst (Tixy)
2016-02-18 16:21   ` Nicolas Pitre
2016-02-18 16:21     ` Nicolas Pitre

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.