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:	Thu, 24 Jul 2008 17:22:56 +1000
From:	Greg Ungerer <gerg@...pgear.com>
To:	torvalds@...ux-foundation.org
Cc:	gerg@...inux.org, linux-kernel@...r.kernel.org
Subject: [git pull] m68knommu arch updates

Linus,

Please pull to get the m68knommu architecture updates.

Thanks, Greg.


The following changes since commit deca05c3e81df4fcc38aa891eb8d8add14bce68b:
  Greg Ungerer (1):
        m68knommu: change to a configs directory for board configurations

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git for-linus

Greg Ungerer (6):
      m68knommu: defconfig for M5249EVB board
      m68knommu: defconfig for M5275EVB board
      m68knommu: defconfig for M5307C3 board
      m68knommu: defconfig for M5407C3 board
      m68knommu: remove last use of CONFIG_FADS and CONFIG_RPXCLASSIC
      m68knommu: put ColdFire head code into .text.head section

Sebastian Siewior (11):
      m68knommu: Add Coldfire DMA Timer support
      m68knommu: m68knommu: add old stack trace method
      m68knommu: move code within time.c
      m68knommu: complete generic time
      m68knommu: add sched_clock() for the DMA timer
      m68knommu: add ffs and __ffs plattform which support ISA A+ or ISA C
      m68knommu: add byteswap assembly opcode for ISA A+
      m68knommu: add read_barrier_depends() and irqs_disabled_flags()
      m68knommu: MCF5307 PIT GENERIC_CLOCKEVENTS support
      m68knommu: fec: remove FADS
      m68knommu: remove RPXCLASSIC from the m68k tree

 arch/m68knommu/Kconfig                       |   15 +
 arch/m68knommu/Makefile                      |   11 +-
 arch/m68knommu/configs/m5249evb_defconfig    |  497 ++++++++++++++++++++
 arch/m68knommu/configs/m5275evb_defconfig    |  627 +++++++++++++++++++++++++
 arch/m68knommu/configs/m5307c3_defconfig     |  580 +++++++++++++++++++++++
 arch/m68knommu/configs/m5407c3_defconfig     |  641 ++++++++++++++++++++++++++
 arch/m68knommu/kernel/time.c                 |   40 +-
 arch/m68knommu/kernel/traps.c                |   38 ++-
 arch/m68knommu/kernel/vmlinux.lds.S          |    1 +
 arch/m68knommu/platform/coldfire/Makefile    |    2 +-
 arch/m68knommu/platform/coldfire/dma_timer.c |   84 ++++
 arch/m68knommu/platform/coldfire/head.S      |    3 +-
 arch/m68knommu/platform/coldfire/pit.c       |   91 ++++-
 drivers/net/fec.c                            |   54 +---
 include/asm-m68knommu/bitops.h               |   30 ++
 include/asm-m68knommu/byteorder.h            |   16 +-
 include/asm-m68knommu/commproc.h             |   19 -
 include/asm-m68knommu/system.h               |   11 +
 18 files changed, 2643 insertions(+), 117 deletions(-)
 create mode 100644 arch/m68knommu/configs/m5249evb_defconfig
 create mode 100644 arch/m68knommu/configs/m5275evb_defconfig
 create mode 100644 arch/m68knommu/configs/m5307c3_defconfig
 create mode 100644 arch/m68knommu/configs/m5407c3_defconfig
 create mode 100644 arch/m68knommu/platform/coldfire/dma_timer.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