lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 1 Nov 2011 13:32:26 +0100
From:	Arnd Bergmann <arnd@...db.de>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	Will Deacon <will.deacon@....com>,
	linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL 9/13] arm-soc updates spanning multiple platforms

These are two patch series from Will Deacon that progress towards having a single kernel
across multiple arm soc families. One is for the early debug output code and the other
one is cleaning up the cpu mapping.

	Arnd

The following changes since commit 5116bf33b95b3b6aeae7903443afcf7379425f2e:

  Merge branch 'next/board' into for-next (2011-11-01 00:39:05 +0100)

are available in the git repository at:

  git://git.linaro.org/people/arnd/arm-soc.git ..BRANCH.NOT.VERIFIED..

Arnd Bergmann (1):
      Merge branches 'cross-platform/debug_ll' and 'cross-platform/cpu-mapping' into next/cross-platform

Shawn Guo (1):
      arm/imx: use Kconfig choice for low-level debug UART selection

Will Deacon (7):
      ARM: exynos4: convert logical CPU numbers to physical numbers
      ARM: msm: convert logical CPU numbers to physical numbers
      ARM: shmobile: convert logical CPU numbers to physical numbers
      ARM: ux500: convert logical CPU numbers to physical numbers
      ARM: versatile: convert logical CPU numbers to physical numbers
      ARM: plat-samsung: use Kconfig choice for debug UART selection
      ARM: realview: use Kconfig choice for debug UART selection


 arch/arm/Kconfig                                  |   25 ++++
 arch/arm/Kconfig.debug                            |  117 +++++++++++++++--
 arch/arm/common/gic.c                             |   17 ++-
 arch/arm/include/asm/cputype.h                    |    6 +
 arch/arm/include/asm/exception.h                  |   19 +++
 arch/arm/include/asm/localtimer.h                 |    4 +
 arch/arm/include/asm/smp.h                        |   11 ++
 arch/arm/include/asm/system.h                     |    7 -
 arch/arm/include/asm/topology.h                   |   33 +++++
 arch/arm/kernel/Makefile                          |    1 +
 arch/arm/kernel/irq.c                             |    2 +-
 arch/arm/kernel/smp.c                             |   32 +++++-
 arch/arm/kernel/smp_scu.c                         |    2 +-
 arch/arm/kernel/topology.c                        |  148 +++++++++++++++++++++
 arch/arm/kernel/traps.c                           |    1 +
 arch/arm/mach-exynos4/hotplug.c                   |    2 +-
 arch/arm/mach-exynos4/platsmp.c                   |    2 +-
 arch/arm/mach-msm/hotplug.c                       |    2 +-
 arch/arm/mach-msm/platsmp.c                       |    2 +-
 arch/arm/mach-mxs/include/mach/debug-macro.S      |   12 +--
 arch/arm/mach-pxa/irq.c                           |    2 +
 arch/arm/mach-realview/hotplug.c                  |    2 +-
 arch/arm/mach-realview/include/mach/debug-macro.S |   17 +--
 arch/arm/mach-shmobile/smp-sh73a0.c               |    6 +-
 arch/arm/mach-ux500/hotplug.c                     |    2 +-
 arch/arm/mach-ux500/platsmp.c                     |    2 +-
 arch/arm/mach-vexpress/hotplug.c                  |    2 +-
 arch/arm/mm/fault.c                               |    1 +
 arch/arm/plat-mxc/include/mach/debug-macro.S      |   38 +-----
 arch/arm/plat-samsung/Kconfig                     |    7 +
 arch/arm/plat-versatile/platsmp.c                 |    2 +-
 31 files changed, 434 insertions(+), 92 deletions(-)
 create mode 100644 arch/arm/include/asm/exception.h
 create mode 100644 arch/arm/kernel/topology.c

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ