summaryrefslogtreecommitdiff
path: root/arch/openrisc
AgeCommit message (Expand)AuthorFilesLines
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds10-43/+3
2012-03-28Delete all instances of asm/system.hDavid Howells1-5/+0
2012-03-28Disintegrate asm/system.h for OpenRISCDavid Howells10-43/+8
2012-03-23Merge tag 'for-3.4' of git://openrisc.net/jonas/linuxLinus Torvalds14-75/+77
2012-03-23Remove remaining bits of io_remap_page_range()Javi Merino1-1/+0
2012-03-21Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-9/+1
2012-03-06OpenRISC: Remove memory_start/end prototypesRichard Weinberger1-3/+0
2012-03-06openrisc: remove semicolon from KSTK_ defsJonas Bonn1-2/+2
2012-03-06openrisc: sanitize use of orig_gpr11Jonas Bonn6-21/+22
2012-03-06openrisc: fix virt_addr_validJonas Bonn1-2/+1
2012-03-06OpenRISC: Export dump_stack()Richard Weinberger1-0/+1
2012-03-06OpenRISC: Select GENERIC_ATOMIC64Richard Weinberger1-0/+1
2012-02-26irq_domain: Centralize definition of irq_dispose_mapping()Grant Likely1-9/+1
2012-02-17openrisc: Set shortest clock event to 100 ticksJonas Bonn1-8/+5
2012-02-17openrisc: included linux/thread_info.h twiceDanny Kukawka1-1/+0
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
2012-02-17OpenRISC: No need to reset handler if SA_ONESHOTMatt Fleming1-3/+0
2012-02-17OpenRISC: Don't reimplement force_sigsegv()Matt Fleming1-3/+1
2012-02-17openrisc: enable passing of flattened device tree pointerStefan Kristiansson2-10/+25
2012-02-17arch/openrisc/mm/init.c: trivial: use BUG_ONJulia Lawall1-2/+1
2012-02-17openrisc: Fix up audit_syscall_[entry|exit]() usageJonas Bonn2-9/+11
2012-02-17openrisc: include export.h for EXPORT_SYMBOLJonas Bonn2-0/+2
2012-01-16Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-2/+2
2012-01-15Kbuild: Use dtc's -d (dependency) optionStephen Warren1-2/+2
2012-01-11cpu: Register a generic CPU device on architectures that currently do notBen Hutchings1-0/+1
2012-01-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-3/+0
2012-01-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+4
2011-12-11nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker1-2/+4
2011-12-11nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker1-2/+2
2011-12-11nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker1-2/+2
2011-12-08memblock: s/memblock_analyze()/memblock_allow_resize()/ and update usersTejun Heo1-1/+1
2011-12-08memblock: Kill memblock_init()Tejun Heo1-1/+0
2011-12-08memblock: Fix include breakages caused by 24aa07882bTejun Heo1-24/+0
2011-11-24lib: move GENERIC_IOMAP to lib/KconfigMichael S. Tsirkin1-3/+0
2011-11-06Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds1-12/+0
2011-10-31openrisc: drop unused Kconfig symbolsPaul Bolle1-12/+0
2011-09-27doc: fix broken referencesPaul Bolle2-2/+2
2011-09-11Add missing DMA opsJonas Bonn2-3/+84
2011-09-05openrisc: don't use pt_regs in struct sigcontextJonas Bonn2-24/+12
2011-07-22OpenRISC: MiscellaneousJonas Bonn4-0/+231
2011-07-22OpenRISC: Library routinesJonas Bonn2-0/+264
2011-07-22OpenRISC: HeadersJonas Bonn22-0/+1404
2011-07-22OpenRISC: TrapsJonas Bonn1-0/+366
2011-07-22OpenRISC: Module supportJonas Bonn1-0/+72
2011-07-22OpenRISC: GPIOJonas Bonn1-0/+65
2011-07-22OpenRISC: Scheduling/Process managementJonas Bonn2-0/+445
2011-07-22OpenRISC: Idle/Power managementJonas Bonn1-0/+77
2011-07-22OpenRISC: System callsJonas Bonn5-0/+220
2011-07-22OpenRISC: IRQJonas Bonn3-0/+228