aboutsummaryrefslogtreecommitdiffstats
path: root/arch/openrisc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-28of: consolidate definition of early_init_dt_alloc_memory_arch()Grant Likely1-5/+0
2013-07-24of: Specify initrd location using 64-bitSantosh Shilimkar1-2/+1
2013-07-14openrisc: delete __cpuinit usage from all openrisc filesPaul Gortmaker1-1/+1
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo1-0/+1
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo1-11/+0
2013-04-08openrisc: Use generic idle loopThomas Gleixner2-74/+1
2013-02-26Merge branch 'for-upstream' of git://openrisc.net/jonas/linuxLinus Torvalds2-10/+19
2013-02-26openrisc: add missing header inclusionStefan Kristiansson1-0/+1
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds2-17/+2
2013-02-17openrisc idle: delete pm_idleLen Brown1-5/+0
2013-02-17openrisc: really pass correct arg to schedule_tailJonas Bonn1-1/+1
2013-02-14openrisc: fix up vmalloc page table loadingJonas Bonn2-6/+14
2013-02-10openrisc idle: delete pm_idleLen Brown1-5/+0
2013-02-10openrisc: avoid using function parameter regs in reset vectorStefan Kristiansson1-3/+3
2013-02-03openrisc: switch to generic sigaltstackAl Viro2-17/+2
2012-12-18Merge tag 'for-3.8' of git://openrisc.net/~jonas/linuxLinus Torvalds1-5/+1
2012-11-28flagday: don't pass regs to copy_thread()Al Viro1-1/+1
2012-11-28openrisc: switch to use of generic fork and cloneAl Viro4-66/+10
2012-11-28Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arch-h8300', 'arch-m32r', 'arch-mn10300', 'arch-score', 'arch-sh' and 'arch-powerpc' into for-nextAl Viro2-133/+73
2012-11-28openrisk: fix altstack switching on sigreturnAl Viro1-4/+2
2012-10-25openrisc: use kbuild.h instead of defining macros in asm-offset.cJames Hogan1-5/+1
2012-10-19openrisc: use generic sys_execveJonas Bonn2-28/+0
2012-10-19openrisc: use generic kernel_thread/kernel_execveJonas Bonn2-102/+66
2012-10-19openrisc: pass correct arg to schedule_tailJonas Bonn2-3/+7
2012-10-13Merge tag 'for-3.7' of git://openrisc.net/jonas/linuxLinus Torvalds2-10/+12
2012-10-12vfs: define struct filename and have getname() return itJeff Layton1-2/+2
2012-10-11openrisc: mask interrupts in irq_mask_ack functionGong Tao1-0/+2
2012-10-11openrisc: fix typos in comments and warningsJonas Bonn1-3/+3
2012-10-11openrisc: PIC should act on domain-local irqsJonas Bonn1-6/+6
2012-09-21audit: define AUDIT_ARCH_OPENRISCKees Cook1-1/+1
2012-06-01new helper: signal_delivered()Al Viro1-2/+1
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro1-3/+0
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro1-2/+0
2012-06-01openrisc: tracehook_signal_handler() is supposed to be called on successAl Viro1-14/+6
2012-06-01new helper: sigmask_to_save()Al Viro1-9/+3
2012-06-01new helper: restore_saved_sigmask()Al Viro1-5/+1
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro1-2/+0
2012-05-21Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-43/+1
2012-05-08openrisc: use scratch regs in atomic syscallJonas Bonn1-4/+4
2012-05-08openrisc: provide dma_map_opsJonas Bonn1-36/+73
2012-05-08openrisc: remove unnecessary includesJonas Bonn1-4/+0
2012-05-08openrisc: implement irqdomainsJonas Bonn1-32/+47
2012-05-05openrisc: Use generic init_taskThomas Gleixner2-43/+1
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds6-6/+0
2012-03-28Disintegrate asm/system.h for OpenRISCDavid Howells6-6/+0
2012-03-06openrisc: sanitize use of orig_gpr11Jonas Bonn4-15/+15
2012-03-06OpenRISC: Export dump_stack()Richard Weinberger1-0/+1
2012-02-17openrisc: Set shortest clock event to 100 ticksJonas Bonn1-8/+5
2012-02-17OpenRISC: Use set_current_blocked() and block_sigmask()Matt Fleming1-11/+2
2012-02-17OpenRISC: Don't mask signals if we fail to setup signal stackMatt Fleming1-11/+18