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:	Sun, 13 Feb 2011 14:23:51 +0800
From:	"Guan Xuetao" <gxt@...c.pku.edu.cn>
To:	<linux-kernel@...r.kernel.org>, <linux-arch@...r.kernel.org>
Cc:	"Arnd Bergmann" <arnd@...db.de>, "'Greg KH'" <greg@...ah.com>
Subject: [PATCHv2 00/11] unicore32 core architecture

From: Guan Xuetao <gxt@...c.pku.edu.cn>

The whole subsystem code could be fetched from:
  git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
  with branch name: unicore32.
And it is divided into  three patch sets: core architecture files,
  additional architecture files, and machine related files.

This patch set adds the core architecture support for UniCore32 ISA. 

Patch 1 implements build infrastructure.

Patch 2 includes some generic stuff including elf and ksyms.
Because all one-line asm-generic headers are auto-generated by ASM_GENERIC_HEADERS
in arch/unicore32/Makefile, so the rest seems very little.
ELF handling functions and module handling functions are also here.

Patch 3 includes processor and system headers. System call interface is here.
We used the syscall interface the same as asm-generic version.

Patch 4 implements low level entry and setup codes.

Patch 5 implements process/thread related codes. Backtrace and stacktrace are here.

Patch 6 includes generic codes of memory management.

Patch 7 implements fault handling of memory management.

Patch 8 implements consistent device DMA handling of memory management.
  DMA device operations are also here.

Patch 9 implements timer and time. RTC and PWM device drivers are also here.

Patch 10 implements interrupts and gpio. UniCore32 has 9 gpio interrupt sources.
  And gpio device operations are also here.

Patch 11 implements signals.

Signed-off-by: Guan Xuetao <gxt@...c.pku.edu.cn>


--
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