summaryrefslogtreecommitdiffstats
path: root/arch/openrisc/kernel
AgeCommit message (Expand)AuthorLines
2012-10-19openrisc: use generic kernel_thread/kernel_execveJonas Bonn-102/+66
2012-10-19openrisc: pass correct arg to schedule_tailJonas Bonn-3/+7
2012-10-13Merge tag 'for-3.7' of git://openrisc.net/jonas/linuxLinus Torvalds-10/+12
2012-10-12vfs: define struct filename and have getname() return itJeff Layton-2/+2
2012-10-11openrisc: mask interrupts in irq_mask_ack functionGong Tao-0/+2
2012-10-11openrisc: fix typos in comments and warningsJonas Bonn-3/+3
2012-10-11openrisc: PIC should act on domain-local irqsJonas Bonn-6/+6
2012-09-21audit: define AUDIT_ARCH_OPENRISCKees Cook-1/+1
2012-06-01new helper: signal_delivered()Al Viro-2/+1
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro-3/+0
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro-2/+0
2012-06-01openrisc: tracehook_signal_handler() is supposed to be called on successAl Viro-14/+6
2012-06-01new helper: sigmask_to_save()Al Viro-9/+3
2012-06-01new helper: restore_saved_sigmask()Al Viro-5/+1
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro-2/+0
2012-05-21Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-43/+1
2012-05-08openrisc: use scratch regs in atomic syscallJonas Bonn-4/+4
2012-05-08openrisc: provide dma_map_opsJonas Bonn-36/+73
2012-05-08openrisc: remove unnecessary includesJonas Bonn-4/+0
2012-05-08openrisc: implement irqdomainsJonas Bonn-32/+47
2012-05-05openrisc: Use generic init_taskThomas Gleixner-43/+1
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds-6/+0
2012-03-28Disintegrate asm/system.h for OpenRISCDavid Howells-6/+0
2012-03-06openrisc: sanitize use of orig_gpr11Jonas Bonn-15/+15
2012-03-06OpenRISC: Export dump_stack()Richard Weinberger-0/+1
2012-02-17openrisc: Set shortest clock event to 100 ticksJonas Bonn-8/+5
2012-02-17OpenRISC: Use set_current_blocked() and block_sigmask()Matt Fleming-11/+2
2012-02-17OpenRISC: Don't mask signals if we fail to setup signal stackMatt Fleming-11/+18
2012-02-17OpenRISC: No need to reset handler if SA_ONESHOTMatt Fleming-3/+0
2012-02-17OpenRISC: Don't reimplement force_sigsegv()Matt Fleming-3/+1
2012-02-17openrisc: enable passing of flattened device tree pointerStefan Kristiansson-10/+25
2012-02-17openrisc: Fix up audit_syscall_[entry|exit]() usageJonas Bonn-8/+4
2012-02-17openrisc: include export.h for EXPORT_SYMBOLJonas Bonn-0/+2
2012-01-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+4
2011-12-11nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker-2/+4
2011-12-11nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker-2/+2
2011-12-11nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker-2/+2
2011-12-08memblock: s/memblock_analyze()/memblock_allow_resize()/ and update usersTejun Heo-1/+1
2011-12-08memblock: Kill memblock_init()Tejun Heo-1/+0
2011-09-11Add missing DMA opsJonas Bonn-1/+27
2011-09-05openrisc: don't use pt_regs in struct sigcontextJonas Bonn-18/+11
2011-07-22OpenRISC: MiscellaneousJonas Bonn-0/+116
2011-07-22OpenRISC: HeadersJonas Bonn-0/+12
2011-07-22OpenRISC: TrapsJonas Bonn-0/+366
2011-07-22OpenRISC: Module supportJonas Bonn-0/+72
2011-07-22OpenRISC: Scheduling/Process managementJonas Bonn-0/+311
2011-07-22OpenRISC: Idle/Power managementJonas Bonn-0/+77
2011-07-22OpenRISC: System callsJonas Bonn-0/+85
2011-07-22OpenRISC: IRQJonas Bonn-0/+172
2011-07-22OpenRISC: TimekeepingJonas Bonn-0/+181