* [GIT PULL] arm64: Fixes for 3.7
@ 2012-10-20 16:06 Catalin Marinas
0 siblings, 0 replies; 2+ messages in thread
From: Catalin Marinas @ 2012-10-20 16:06 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel
Hi Linus,
Please pull the arm64-fixes tag below. Thanks.
The following changes since commit ddffeb8c4d0331609ef2581d84de4d763607bd37:
Linux 3.7-rc1 (2012-10-14 14:41:04 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64.git tags/arm64-fixes
for you to fetch changes up to aeed41a9371ee02257b608eb06a9058507a7d0f4:
arm64: fix alignment padding in assembly code (2012-10-20 11:12:01 +0100)
----------------------------------------------------------------
Main changes:
- AArch64 Linux compilation fixes following 3.7-rc1 changes
(MODULES_USE_ELF_RELA, update_vsyscall() prototype)
- Unnecessary register setting in start_thread() (thanks to Al Viro)
- ptrace fixes
----------------------------------------------------------------
Catalin Marinas (4):
arm64: Select MODULES_USE_ELF_RELA
arm64: Fix the update_vsyscall() prototype
arm64: Ignore memory blocks below PHYS_OFFSET
arm64: No need to set the x0-x2 registers in start_thread()
Marc Zyngier (1):
arm64: fix alignment padding in assembly code
Sachin Kamat (1):
arm64: Remove duplicate inclusion of mmu_context.h in smp.c
Will Deacon (2):
arm64: ptrace: make structure padding explicit for debug registers
arm64: ptrace: use HW_BREAKPOINT_EMPTY type for disabled breakpoints
arch/arm64/Kconfig | 1 +
arch/arm64/include/asm/Kbuild | 1 -
arch/arm64/include/asm/linkage.h | 7 ++++
arch/arm64/include/asm/processor.h | 10 -----
arch/arm64/include/uapi/asm/ptrace.h | 3 +-
arch/arm64/kernel/ptrace.c | 73 +++++++++++++++++++++++++-----------
arch/arm64/kernel/setup.c | 12 ++++++
arch/arm64/kernel/smp.c | 1 -
arch/arm64/kernel/vdso.c | 20 +++++-----
9 files changed, 83 insertions(+), 45 deletions(-)
create mode 100644 arch/arm64/include/asm/linkage.h
^ permalink raw reply [flat|nested] 2+ messages in thread
* [GIT PULL] arm64 fixes for 3.7
@ 2012-11-09 16:56 Catalin Marinas
0 siblings, 0 replies; 2+ messages in thread
From: Catalin Marinas @ 2012-11-09 16:56 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel
Hi Linus,
Please pull the arm64 fixes below. The following changes since commit
3d70f8c617a436c7146ecb81df2265b4626dfe89:
Linux 3.7-rc4 (2012-11-04 11:07:39 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64.git tags/arm64-fixes
for you to fetch changes up to f483a853b0b932a1d75eb27a1dcbd732862260db:
arm64: mm: fix booting on systems with no memory below 4GB (2012-11-08 16:06:21 +0000)
Thanks.
----------------------------------------------------------------
AArch64 kernel fixes:
- correct argument type (pgprot_t) when calling __ioremap()
- PCI_IOBASE virtual address change
- use architected event for CPU cycle counter
- fix ELF core dumping
- select CONFIG_ARCH_WANT_COMPAT_IPC_PARSE_VERSION
- missing completion for secondary CPU boot
- booting on systems with all memory beyond 4GB
----------------------------------------------------------------
Catalin Marinas (3):
arm64: Use pgprot_t as the last argument when invoking __ioremap()
arm64: Move PCI_IOBASE closer to MODULES_VADDR
Merge tag 'v3.7-rc4' into upstream-master
Will Deacon (5):
arm64: perf: use architected event for CPU cycle counter
arm64: elf: fix core dumping definitions for GP and FP registers
arm64: compat: select CONFIG_ARCH_WANT_COMPAT_IPC_PARSE_VERSION
arm64: smp: add missing completion for secondary boot
arm64: mm: fix booting on systems with no memory below 4GB
Documentation/arm64/memory.txt | 12 ++++++------
arch/arm64/Kconfig | 1 +
arch/arm64/include/asm/elf.h | 5 +----
arch/arm64/include/asm/fpsimd.h | 5 ++---
arch/arm64/include/asm/io.h | 8 ++++----
arch/arm64/include/asm/processor.h | 2 ++
arch/arm64/include/asm/unistd.h | 1 -
arch/arm64/kernel/perf_event.c | 10 ++--------
arch/arm64/kernel/process.c | 18 ------------------
arch/arm64/kernel/smp.c | 3 +--
arch/arm64/mm/init.c | 2 +-
11 files changed, 20 insertions(+), 47 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-11-09 17:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-20 16:06 [GIT PULL] arm64: Fixes for 3.7 Catalin Marinas
-- strict thread matches above, loose matches on Subject: below --
2012-11-09 16:56 [GIT PULL] arm64 fixes " Catalin Marinas
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).