From: Vineet Gupta <Vineet.Gupta1@synopsys.com>
To: linus Torvalds <torvalds@linux-foundation.org>
Cc: lkml <linux-kernel@vger.kernel.org>, <arc-linux-dev@synopsys.com>,
"Noam Camus" <noamc@ezchip.com>,
mischa Jonker <Mischa.Jonker@synopsys.com>
Subject: [GIT PULL] ARC changes for 3.12
Date: Mon, 9 Sep 2013 11:02:54 +0530 [thread overview]
Message-ID: <522D5D86.60503@synopsys.com> (raw)
Hi Linus,
Please pull ARC changes for 3.12
Thx,
-Vineet
----------------->
The following changes since commit d8dfad3876e4386666b759da3c833d62fb8b2267:
Linux 3.11-rc7 (2013-08-25 17:43:22 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/ tags/arc-v3.12-rc1
for you to fetch changes up to 07b9b65147d1d7cc03b9ff1e1f3b1c163ba4d067:
ARC: fix new Section mismatches in build (post __cpuinit cleanup) (2013-09-05
19:19:06 +0530)
----------------------------------------------------------------
ARC changes for 3.12
- ARC MM changes
preparation for MMUv4 (accomodate new PTE bits, new cmds)
Rework the ASID allocation algorithm to remove asid-mm reverse map
- Boilerplate code consolidation in Exception Handlers
- Disable FRAME_POINTER for ARC
- Unaligned Access Emulation for Big-Endian from Noam
- Bunch of fixes (udelay, missing accessors) from Mischa
----------------------------------------------------------------
Mischa Jonker (3):
ARC: Add read*_relaxed to asm/io.h
ARC: remove console_verbose() from setup_arch()
ARC: Fix __udelay calculation
Noam Camus (1):
ARC: Handle un-aligned user space access in BE.
Vineet Gupta (15):
ARC: Add some .gitignore entries
ARC: Exception Handlers Code consolidation
ARC: Entry Handler tweaks: Optimize away redundant IRQ_DISABLE_SAVE
ARC: Code cosmetics (Nothing semantical)
ARC: MMUv4 preps/1 - Fold PTE K/U access flags
ARC: MMUv4 preps/2 - Reshuffle PTE bits
ARC: MMUv4 preps/3 - Abstract out TLB Insert/Delete
ARC: No need to flush the TLB in early boot
ARC: [ASID] Remove legacy/unused debug code
ARC: [ASID] Refactor the TLB paranoid debug code
ARC: [ASID] get_new_mmu_context() to conditionally allocate new ASID
ARC: [ASID] activate_mm() == switch_mm()
ARC: [ASID] Track ASID allocation cycles/generations
Kconfig.debug: Add FRAME_POINTER anti-dependency for ARC
ARC: fix new Section mismatches in build (post __cpuinit cleanup)
arch/arc/boot/.gitignore | 1 +
arch/arc/include/asm/cache.h | 2 +-
arch/arc/include/asm/delay.h | 5 +-
arch/arc/include/asm/entry.h | 24 +++-
arch/arc/include/asm/io.h | 4 +
arch/arc/include/asm/irqflags.h | 7 --
arch/arc/include/asm/mmu.h | 11 +-
arch/arc/include/asm/mmu_context.h | 161 ++++++++------------------
arch/arc/include/asm/pgtable.h | 61 ++++------
arch/arc/include/asm/ptrace.h | 36 ++----
arch/arc/include/asm/spinlock_types.h | 6 +-
arch/arc/kernel/.gitignore | 1 +
arch/arc/kernel/entry.S | 66 +++--------
arch/arc/kernel/setup.c | 2 -
arch/arc/kernel/unaligned.c | 26 +++--
arch/arc/mm/cache_arc700.c | 8 +-
arch/arc/mm/tlb.c | 174 +++++++++++++++--------------
arch/arc/mm/tlbex.S | 205 ++++++++++++++++------------------
lib/Kconfig.debug | 6 +-
19 files changed, 352 insertions(+), 454 deletions(-)
create mode 100644 arch/arc/boot/.gitignore
create mode 100644 arch/arc/kernel/.gitignore
reply other threads:[~2013-09-09 5:33 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=522D5D86.60503@synopsys.com \
--to=vineet.gupta1@synopsys.com \
--cc=Mischa.Jonker@synopsys.com \
--cc=arc-linux-dev@synopsys.com \
--cc=linux-kernel@vger.kernel.org \
--cc=noamc@ezchip.com \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.