summaryrefslogtreecommitdiffstats
path: root/arch/openrisc/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-3.13' of git://git.openrisc.net/~jonas/linuxLinus Torvalds2013-11-153-18/+15
|\
| * openrisc: Refactor or32_early_setup()Geert Uytterhoeven2013-11-151-7/+7
| * openrisc: Remove unused declaration of __initramfs_startGeert Uytterhoeven2013-11-151-1/+0
| * openrisc: Use the declarations provided by <asm/sections.h>Geert Uytterhoeven2013-11-152-6/+6
| * openrisc: Refactor 16-bit constant relocationGeert Uytterhoeven2013-11-051-4/+2
* | openrisc: remove unnecessary prom.c includesRob Herring2013-10-091-22/+0
* | of: remove early_init_dt_setup_initrd_archRob Herring2013-10-091-9/+0
* | of: create default early_init_dt_add_memory_archRob Herring2013-10-091-6/+0
* | openrisc: use early_init_dt_scanRob Herring2013-10-091-14/+1
* | openrisc: use unflatten_and_copy_device_treeRob Herring2013-10-092-14/+1
* | openrisc: use boot_command_line instead of private cmd_lineRob Herring2013-10-092-9/+2
|/
* of: consolidate definition of early_init_dt_alloc_memory_arch()Grant Likely2013-08-281-5/+0
* of: Specify initrd location using 64-bitSantosh Shilimkar2013-07-241-2/+1
* openrisc: delete __cpuinit usage from all openrisc filesPaul Gortmaker2013-07-141-1/+1
* dump_stack: unify debug information printed by show_regs()Tejun Heo2013-04-301-0/+1
* dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo2013-04-301-11/+0
* openrisc: Use generic idle loopThomas Gleixner2013-04-082-74/+1
* Merge branch 'for-upstream' of git://openrisc.net/jonas/linuxLinus Torvalds2013-02-262-10/+19
|\
| * openrisc: add missing header inclusionStefan Kristiansson2013-02-261-0/+1
| * openrisc: really pass correct arg to schedule_tailJonas Bonn2013-02-171-1/+1
| * openrisc: fix up vmalloc page table loadingJonas Bonn2013-02-142-6/+14
| * openrisc idle: delete pm_idleLen Brown2013-02-101-5/+0
| * openrisc: avoid using function parameter regs in reset vectorStefan Kristiansson2013-02-101-3/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-232-17/+2
|\ \
| * | openrisc: switch to generic sigaltstackAl Viro2013-02-032-17/+2
| |/
* / openrisc idle: delete pm_idleLen Brown2013-02-171-5/+0
|/
* Merge tag 'for-3.8' of git://openrisc.net/~jonas/linuxLinus Torvalds2012-12-181-5/+1
|\
| * openrisc: use kbuild.h instead of defining macros in asm-offset.cJames Hogan2012-10-251-5/+1
* | flagday: don't pass regs to copy_thread()Al Viro2012-11-281-1/+1
* | openrisc: switch to use of generic fork and cloneAl Viro2012-11-284-66/+10
| |
| \
*-. | Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arc...Al Viro2012-11-282-133/+73
|\ \|
| * | openrisc: use generic sys_execveJonas Bonn2012-10-192-28/+0
| * | openrisc: use generic kernel_thread/kernel_execveJonas Bonn2012-10-192-102/+66
| * | openrisc: pass correct arg to schedule_tailJonas Bonn2012-10-192-3/+7
| |/
* / openrisk: fix altstack switching on sigreturnAl Viro2012-11-281-4/+2
|/
* Merge tag 'for-3.7' of git://openrisc.net/jonas/linuxLinus Torvalds2012-10-132-10/+12
|\
| * openrisc: mask interrupts in irq_mask_ack functionGong Tao2012-10-111-0/+2
| * openrisc: fix typos in comments and warningsJonas Bonn2012-10-111-3/+3
| * openrisc: PIC should act on domain-local irqsJonas Bonn2012-10-111-6/+6
| * audit: define AUDIT_ARCH_OPENRISCKees Cook2012-09-211-1/+1
* | vfs: define struct filename and have getname() return itJeff Layton2012-10-121-2/+2
|/
* new helper: signal_delivered()Al Viro2012-06-011-2/+1
* most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-011-3/+0
* pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-011-2/+0
* openrisc: tracehook_signal_handler() is supposed to be called on successAl Viro2012-06-011-14/+6
* new helper: sigmask_to_save()Al Viro2012-06-011-9/+3
* new helper: restore_saved_sigmask()Al Viro2012-06-011-5/+1
* move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-231-2/+0
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-212-43/+1
|\
| * openrisc: Use generic init_taskThomas Gleixner2012-05-052-43/+1