linux/arch/openrisc/include/asm
Linus Torvalds bab2d8c602 OpenRISC changes for 3.4
This series for the OpenRISC architecture consists of mostly trivial fixups.
 The most interesting bits of the series are:
 
 * A fix to the timer code whereby the shortest trigger period is set to
   100 cycles; previously, it was possible to set this to 1 cycle, but by
   the time the register was written, that time had already passed and the
   timer interrupt would not go off until the cycle counter had gone a full
   cycle.
 
 * Allowing a device tree binary to be passed in to the kernel from u-boot.
   The OpenRISC architecture has been recently merged into upstream u-boot,
   so this change gets OpenRISC Linux into sync with that project.
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.11 (GNU/Linux)
 
 iEYEABECAAYFAk9sO1EACgkQ70gcjN2673MC3wCgrCMVzL0htkO7o6oYAP2+oMeh
 FKIAnRZ+8KFQ1/WM/jnPHLJxVClyJpBp
 =Uk9/
 -----END PGP SIGNATURE-----

Merge tag 'for-3.4' of git://openrisc.net/jonas/linux

Pull OpenRISC changes for 3.4 from Jonas Bonn:
 "This series for the OpenRISC architecture consists of mostly trivial
  fixups.  The most interesting bits of the series are:

  * A fix to the timer code whereby the shortest trigger period is set
    to 100 cycles; previously, it was possible to set this to 1 cycle,
    but by the time the register was written, that time had already
    passed and the timer interrupt would not go off until the cycle
    counter had gone a full cycle.

  * Allowing a device tree binary to be passed in to the kernel from
    u-boot.  The OpenRISC architecture has been recently merged into
    upstream u-boot, so this change gets OpenRISC Linux into sync with
    that project."

* tag 'for-3.4' of git://openrisc.net/jonas/linux:
  OpenRISC: Remove memory_start/end prototypes
  openrisc: remove semicolon from KSTK_ defs
  openrisc: sanitize use of orig_gpr11
  openrisc: fix virt_addr_valid
  OpenRISC: Export dump_stack()
  OpenRISC: Select GENERIC_ATOMIC64
  openrisc: Set shortest clock event to 100 ticks
  openrisc: included linux/thread_info.h twice
  OpenRISC: Use set_current_blocked() and block_sigmask()
  OpenRISC: Don't mask signals if we fail to setup signal stack
  OpenRISC: No need to reset handler if SA_ONESHOT
  OpenRISC: Don't reimplement force_sigsegv()
  openrisc: enable passing of flattened device tree pointer
  arch/openrisc/mm/init.c: trivial: use BUG_ON
2012-03-23 17:24:25 -07:00
..
bitops OpenRISC: Headers 2011-07-22 18:46:39 +02:00
Kbuild OpenRISC: Build infrastructure 2011-07-22 18:46:30 +02:00
asm-offsets.h OpenRISC: Headers 2011-07-22 18:46:39 +02:00
bitops.h OpenRISC: Headers 2011-07-22 18:46:39 +02:00
byteorder.h OpenRISC: Headers 2011-07-22 18:46:39 +02:00
cache.h
cpuinfo.h OpenRISC: Headers 2011-07-22 18:46:39 +02:00
delay.h OpenRISC: Headers 2011-07-22 18:46:39 +02:00
dma-mapping.h doc: fix broken references 2011-09-27 18:08:04 +02:00
elf.h OpenRISC: Headers 2011-07-22 18:46:39 +02:00
fixmap.h
gpio.h OpenRISC: GPIO 2011-07-22 18:46:37 +02:00
io.h OpenRISC: Headers 2011-07-22 18:46:39 +02:00
irq.h OpenRISC: IRQ 2011-07-22 18:46:33 +02:00
irqflags.h OpenRISC: IRQ 2011-07-22 18:46:33 +02:00
linkage.h OpenRISC: Headers 2011-07-22 18:46:39 +02:00
mmu.h
mmu_context.h
mutex.h OpenRISC: Headers 2011-07-22 18:46:39 +02:00
page.h OpenRISC: Remove memory_start/end prototypes 2012-03-06 10:37:21 +01:00
param.h OpenRISC: Headers 2011-07-22 18:46:39 +02:00
pgalloc.h
pgtable.h Remove remaining bits of io_remap_page_range() 2012-03-23 16:58:31 -07:00
processor.h openrisc: remove semicolon from KSTK_ defs 2012-03-06 10:37:20 +01:00
prom.h irq_domain: Centralize definition of irq_dispose_mapping() 2012-02-26 16:48:06 -07:00
ptrace.h openrisc: sanitize use of orig_gpr11 2012-03-06 10:37:00 +01:00
serial.h OpenRISC: Headers 2011-07-22 18:46:39 +02:00
sigcontext.h openrisc: don't use pt_regs in struct sigcontext 2011-09-05 14:29:12 +02:00
spinlock.h OpenRISC: Headers 2011-07-22 18:46:39 +02:00
spr.h OpenRISC: Headers 2011-07-22 18:46:39 +02:00
spr_defs.h OpenRISC: Headers 2011-07-22 18:46:39 +02:00
syscall.h openrisc: sanitize use of orig_gpr11 2012-03-06 10:37:00 +01:00
syscalls.h OpenRISC: System calls 2011-07-22 18:46:34 +02:00
system.h OpenRISC: Headers 2011-07-22 18:46:39 +02:00
thread_info.h OpenRISC: Scheduling/Process management 2011-07-22 18:46:36 +02:00
timex.h OpenRISC: Timekeeping 2011-07-22 18:46:32 +02:00
tlb.h
tlbflush.h
uaccess.h openrisc: included linux/thread_info.h twice 2012-02-17 09:55:25 +01:00
unaligned.h OpenRISC: Headers 2011-07-22 18:46:39 +02:00
unistd.h OpenRISC: System calls 2011-07-22 18:46:34 +02:00