* [GIT PULL] arm64 fixes for 3.15
@ 2014-04-26 9:58 Catalin Marinas
0 siblings, 0 replies; 3+ messages in thread
From: Catalin Marinas @ 2014-04-26 9:58 UTC (permalink / raw)
To: linux-arm-kernel
Hi Linus,
Please pull the arm64 fixes below for 3.15. Thanks.
The following changes since commit a798c10faf62a505d24e5f6213fbaf904a39623f:
Linux 3.15-rc2 (2014-04-20 11:08:50 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes
for you to fetch changes up to bc3ee18a7a57243721ecfd879319e3d2e882f289:
arm64: init: Move of_clk_init to time_init (2014-04-25 18:15:56 +0100)
----------------------------------------------------------------
- compat renameat2 syscall wiring and __NR_compat_syscalls fix
- TLB fix for transparent huge pages following switch to generic
mmu_gather
- spinlock initialisation for init_mm's context
- move of_clk_init() earlier
- Kconfig duplicate entry fix
----------------------------------------------------------------
Chanho Min (1):
arm64: init: Move of_clk_init to time_init
Hanjun Guo (1):
ARM64: Remove duplicated Kconfig entry for "kernel/power/Kconfig"
Leo Yan (1):
arm64: initialize spinlock for init_mm's context
Miklos Szeredi (2):
arm64: __NR_compat_syscalls fix
arm64: add renameat2 compat syscall
Steve Capper (1):
arm64: mm: Add THP TLB entries to general mmu_gather
Will Deacon (1):
arm64: debug: remove noisy, pointless warning
arch/arm64/Kconfig | 2 --
arch/arm64/include/asm/mmu.h | 3 +++
arch/arm64/include/asm/tlb.h | 6 ++++++
arch/arm64/include/asm/unistd32.h | 3 ++-
arch/arm64/kernel/debug-monitors.c | 3 ---
arch/arm64/kernel/setup.c | 1 -
arch/arm64/kernel/time.c | 2 ++
7 files changed, 13 insertions(+), 7 deletions(-)
--
Catalin
^ permalink raw reply [flat|nested] 3+ messages in thread
* [GIT PULL] arm64 fixes for 3.15
@ 2014-05-04 10:46 Catalin Marinas
0 siblings, 0 replies; 3+ messages in thread
From: Catalin Marinas @ 2014-05-04 10:46 UTC (permalink / raw)
To: linux-arm-kernel
Hi Linus,
Please pull the arm64 patches below for 3.15. These are mostly arm64
fixes with an additional arm(64) platform fix for the initialisation of
vexpress clocks (the latter only affecting arm64; the arch/arm64 code
is SoC agnostic and does not rely on early SoC-specific calls). Thanks.
The following changes since commit d1db0eea852497762cab43b905b879dfcd3b8987:
Linux 3.15-rc3 (2014-04-27 19:29:27 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes
for you to fetch changes up to e715eb2e73918f4cefbba0b717ff8902e8030b39:
vexpress: Initialise the sysregs before setting up the clocks (2014-05-04 11:35:29 +0100)
----------------------------------------------------------------
- vexpress platform clocks initialisation moved earlier following the
arm64 move of of_clk_init() call in a previous commit
- Default DMA ops changed to non-coherent to preserve compatibility with
32-bit ARM DT files. The "dma-coherent" property can be used to
explicitly mark a device coherent. The Applied Micro DT file has been
updated to avoid DMA cache maintenance for the X-Gene SATA controller
(the only arm64 related driver with such assumption in -rc mainline)
- Fixmap correction for earlyprintk
- kern_addr_valid() fix for huge pages
----------------------------------------------------------------
Catalin Marinas (3):
arm64: Use bus notifiers to set per-device coherent DMA ops
arm64: Mark the Applied Micro X-Gene SATA controller as DMA coherent
vexpress: Initialise the sysregs before setting up the clocks
Dave Anderson (1):
arm64: Fix for the arm64 kern_addr_valid() function
Marc Zyngier (1):
arm64: fixmap: fix missing sub-page offset for earlyprintk
Ritesh Harjani (1):
arm64: Make default dma_ops to be noncoherent
.../devicetree/bindings/ata/apm-xgene.txt | 3 ++
arch/arm64/boot/dts/apm-storm.dtsi | 3 ++
arch/arm64/kernel/early_printk.c | 6 ++--
arch/arm64/kernel/setup.c | 2 +-
arch/arm64/mm/dma-mapping.c | 35 ++++++++++++++++++++--
arch/arm64/mm/mmu.c | 3 ++
drivers/clk/versatile/clk-vexpress-osc.c | 2 ++
include/asm-generic/fixmap.h | 3 ++
8 files changed, 50 insertions(+), 7 deletions(-)
--
Catalin
^ permalink raw reply [flat|nested] 3+ messages in thread
* [GIT PULL] arm64 fixes for 3.15
@ 2014-05-16 17:17 Catalin Marinas
0 siblings, 0 replies; 3+ messages in thread
From: Catalin Marinas @ 2014-05-16 17:17 UTC (permalink / raw)
To: linux-arm-kernel
Hi Linus,
Please pull the arm64 fixes below. Thanks.
The following changes since commit 89ca3b881987f5a4be4c5dbaa7f0df12bbdde2fd:
Linux 3.15-rc4 (2014-05-04 18:14:42 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes
for you to fetch changes up to 4797ec2dc83a43be35bad56037d1b53db9e2b5d5:
arm64: fix pud_huge() for 2-level pagetables (2014-05-16 17:34:40 +0100)
----------------------------------------------------------------
- arm64 migrate_irqs() fix following commit ffde1de64012 (irqchip: Gic:
Support forced affinity setting)
- fix arm64 pud_huge() to return 0 when only 2 levels page tables are
used (__PAGETABLE_PMD_FOLDED defined and pmd_huge already covers block
entries at the first level), otherwise KVM gets confused
----------------------------------------------------------------
Mark Salter (1):
arm64: fix pud_huge() for 2-level pagetables
Sudeep Holla (1):
arm64: use cpu_online_mask when using forced irq_set_affinity
arch/arm64/kernel/irq.c | 10 +++++++---
arch/arm64/mm/hugetlbpage.c | 4 ++++
2 files changed, 11 insertions(+), 3 deletions(-)
--
Catalin
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-05-16 17:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-16 17:17 [GIT PULL] arm64 fixes for 3.15 Catalin Marinas
-- strict thread matches above, loose matches on Subject: below --
2014-05-04 10:46 Catalin Marinas
2014-04-26 9:58 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).