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>] [day] [month] [year] [list]
Date:	Sat, 9 Aug 2014 02:04:49 +0000
From:	Vineet Gupta <Vineet.Gupta1@...opsys.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
CC:	lkml <linux-kernel@...r.kernel.org>,
	"arc-linux-dev@...opsys.com" <arc-linux-dev@...opsys.com>
Subject: [GIT PULL] ARc changes for 3.17

Hi Linus,

ARC updates for 3.17-rc1. Please pull.

Thx,
-Vineet
---------------------->
The following changes since commit 4c834452aad01531db949414f94f817a86348d59:

  Linux 3.16-rc3 (2014-06-29 14:11:36 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/ tags/arc-v3.17-rc1

for you to fetch changes up to 2a5e95d4181c3f177a41b7c141a816859478c4d7:

  mm, arc: remove obsolete pagefault oom killer comment (2014-08-07 16:10:59 -0700)

----------------------------------------------------------------
ARC changes for 3.17

Mostly cleanup/refactoring in core intc, cache flush, IPI send...

----------------------------------------------------------------
David Rientjes (1):
      mm, arc: remove obsolete pagefault oom killer comment

Vineet Gupta (9):
      ARC: [SMP] unify cpu private IRQ requests (TIMER/IPI)
      ARC: update some comments
      ARC: prune extra header includes from smp.c
      ARC: [intc] don't mask all IRQ by default
      ARC: [plat-arcfpga] No need for init_irq hack
      ARC: [intc] mask/unmask can be hidden again
      ARC: cache boot reporting updates
      ARC: move common ops for line/full cache into helpers
      ARC: help gcc elide icache helper for !SMP

 arch/arc/include/asm/arcregs.h           |   2 +-
 arch/arc/include/asm/irq.h               |   4 +
 arch/arc/include/asm/irqflags.h          |  18 ----
 arch/arc/kernel/irq.c                    |  53 +++++++---
 arch/arc/kernel/smp.c                    |  23 +----
 arch/arc/kernel/time.c                   |  28 ++----
 arch/arc/mm/cache_arc700.c               | 168 ++++++++++++++++++-------------
 arch/arc/mm/fault.c                      |   1 -
 arch/arc/mm/tlbex.S                      |   4 +-
 arch/arc/plat-arcfpga/Makefile           |   2 +-
 arch/arc/plat-arcfpga/include/plat/irq.h |   2 -
 arch/arc/plat-arcfpga/irq.c              |  25 -----
 arch/arc/plat-arcfpga/platform.c         |   3 -
 13 files changed, 159 insertions(+), 174 deletions(-)
 delete mode 100644 arch/arc/plat-arcfpga/irq.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