aboutsummaryrefslogtreecommitdiffstats
path: root/arch/openrisc
AgeCommit message (Expand)AuthorFilesLines
2015-02-18Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski2-5/+1
2015-02-11mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov1-1/+1
2015-02-10openrisc: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov2-13/+0
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds1-0/+2
2015-01-13openrisc/uaccess: fix sparse errorsMichael S. Tsirkin1-2/+2
2014-12-10net, lib: kill arch_fast_hash library bitsDaniel Borkmann1-1/+0
2014-10-19Merge git://git.infradead.org/users/eparis/auditLinus Torvalds3-4/+7
2014-10-09Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-13/+1
2014-09-26next: openrisc: Fix buildGuenter Roeck1-2/+1
2014-09-23ARCH: AUDIT: audit_syscall_entry() should not require the archEric Paris1-2/+1
2014-09-23ARCH: AUDIT: implement syscall_get_arch for all archesEric Paris1-0/+5
2014-09-13irq_work: Introduce arch_irq_work_has_interrupt()Peter Zijlstra1-0/+1
2014-09-03openrisc: Get rid of handle_IRQMarc Zyngier2-6/+0
2014-09-03openrisc: Convert handle_IRQ to use __handle_domain_irqMarc Zyngier2-8/+2
2014-08-09Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-17/+3
2014-08-06openrisc: Use sigsp()Richard Weinberger1-17/+3
2014-08-05Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-133/+17
2014-07-17arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso1-0/+1
2014-07-01irqchip: or1k-pic: Migrate from arch/openrisc/Stefan Kristiansson3-133/+17
2014-06-04Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+0
2014-04-30of/fdt: consolidate built-in dtb section variablesRob Herring1-2/+0
2014-04-18arch,openrisc: Convert smp_mb__*()Peter Zijlstra1-8/+1
2014-04-07Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König1-1/+1
2014-02-09locking/mcs: Allow architecture specific asm files to be used for contended caseTim Chen1-0/+1
2014-02-09locking/mcs: Order the header files in Kbuild of each architecture in alphabe...Tim Chen1-5/+5
2014-01-30Merge tag 'for-3.14' of git://openrisc.net/~jonas/linuxLinus Torvalds2-143/+149
2014-01-09openrisc: Use get_signal() signal_setup_done()Richard Weinberger1-37/+22
2014-01-09openrisc: Rework signal handlingJonas Bonn2-118/+139
2013-12-17lib: Add missing arch generic-y entries for asm-generic/hash.hDavid S. Miller1-0/+1
2013-11-15Merge tag 'for-3.13' of git://git.openrisc.net/~jonas/linuxLinus Torvalds6-27/+19
2013-11-15openrisc: Refactor or32_early_setup()Geert Uytterhoeven1-7/+7
2013-11-15openrisc: Remove unused declaration of __initramfs_startGeert Uytterhoeven1-1/+0
2013-11-15openrisc: Use the declarations provided by <asm/sections.h>Geert Uytterhoeven2-6/+6
2013-11-15openrisc: Refresh or1ksim_defconfig for v3.12Geert Uytterhoeven1-8/+2
2013-11-15openrisc: add missing pgtable_page_ctor/dtor callsKirill A. Shutemov1-2/+8
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-95/+3
2013-11-05openrisc: Refactor 16-bit constant relocationGeert Uytterhoeven1-4/+2
2013-11-05openrisc: include: asm: Kbuild: add default "vga.h"Chen Gang1-0/+1
2013-11-05openrisc: Makefile: append "-D__linux__" to KBUILD_CFLAGSChen Gang1-1/+1
2013-10-09of: remove empty arch prom.h headersRob Herring1-20/+0
2013-10-09of: remove HAVE_ARCH_DEVTREE_FIXUPSRob Herring1-2/+0
2013-10-09openrisc: remove unnecessary prom.c includesRob Herring1-22/+0
2013-10-09of: remove early_init_dt_setup_initrd_archRob Herring1-9/+0
2013-10-09of: create default early_init_dt_add_memory_archRob Herring1-6/+0
2013-10-09openrisc: use early_init_dt_scanRob Herring1-14/+1
2013-10-09openrisc: use unflatten_and_copy_device_treeRob Herring2-14/+1
2013-10-09openrisc: use boot_command_line instead of private cmd_lineRob Herring2-9/+2
2013-10-09Merge tag 'v3.12-rc4' into sched/coreIngo Molnar1-44/+0
2013-09-25sched, arch: Create asm/preempt.hPeter Zijlstra1-0/+1
2013-09-24openrisc: clean-up prom.hRob Herring1-44/+0
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky1-1/+0
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner1-0/+1
2013-09-10Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-7/+1
2013-08-28of: consolidate definition of early_init_dt_alloc_memory_arch()Grant Likely1-5/+0
2013-08-28Merge tag 'v3.11-rc7' into devicetree/nextGrant Likely1-0/+1
2013-08-21openrisc: remove undefined of_get_cpu_node declarationSudeep KarkadaNagesha1-3/+0
2013-08-13arch: *: Kconfig: add "kernel/Kconfig.freezer" to "arch/*/Kconfig"Chen Gang1-0/+1
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-07-09mm: invoke oom-killer from remaining unconverted page fault handlersJohannes Weiner1-4/+4
2013-07-04Merge branch 'kconfig-diet' from Dave HansenLinus Torvalds1-10/+1
2013-07-04consolidate per-arch stack overflow debugging optionsDave Hansen1-10/+1
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds1-42/+6
2013-07-03mm/openrisc: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-40/+4
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu1-1/+1
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu1-2/+2
2013-07-03mm: change signature of free_reserved_area() to fix building warningsJiang Liu1-1/+1
2013-07-03Merge branch 'exotic-arch-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2013-06-29consolidate io_remap_pfn_range definitionsAl Viro1-3/+0
2013-06-23openrisc: Wire up asm-generic/xor.hGeert Uytterhoeven1-0/+1
2013-05-09Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-3/+0
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rku...Linus Torvalds1-3/+0
2013-04-30arch: remove CONFIG_GENERIC_FIND_NEXT_BIT againPaul Bolle1-3/+0
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-30Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-76/+1
2013-04-29mm/openrisc: use common help functions to free reserved pagesJiang Liu1-24/+3
2013-04-17idle: Remove GENERIC_IDLE_LOOP config switchThomas Gleixner1-1/+0
2013-04-16Remove GENERIC_GPIO config optionAlexandre Courbot1-3/+0
2013-04-08openrisc: Use generic idle loopThomas Gleixner3-74/+2
2013-04-08arch: Consolidate tsk_is_polling()Thomas Gleixner1-2/+0
2013-03-20openrisc: default GENERIC_GPIO to falseAlexandre Courbot1-1/+1
2013-03-13openrisc: remove HAVE_VIRT_TO_BUSJonas Bonn1-1/+0
2013-03-13openrisc: require gpiolibJonas Bonn1-1/+1
2013-03-12Select VIRT_TO_BUS directly where neededStephen Rothwell1-1/+1
2013-02-27arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSStephen Rothwell1-0/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+0
2013-02-26Merge branch 'for-upstream' of git://openrisc.net/jonas/linuxLinus Torvalds6-18/+34
2013-02-26default SET_PERSONALITY() in linux/elf.hAl Viro1-3/+0
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/vir...Linus 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-17Add bitops include needed for ext2 filesystemSebastian Macke1-0/+1
2013-02-17openrisc: update DTLB-miss handler lastJonas Bonn1-3/+14
2013-02-14openrisc: fix up vmalloc page table loadingJonas Bonn2-6/+14
2013-02-14burying unused conditionalsAl Viro1-1/+0
2013-02-10openrisc idle: delete pm_idleLen Brown1-5/+0
2013-02-10openrisc: remove CONFIG_SYMBOL_PREFIXJames Hogan1-4/+0
2013-02-10openrisc: avoid using function parameter regs in reset vectorStefan Kristiansson1-3/+3
2013-02-10openrisc: remove unused current_regsJonas Bonn1-1/+0
2013-02-03openrisc: switch to generic sigaltstackAl Viro3-17/+3
2013-01-03ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-12-21Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Linus Torvalds1-0/+1
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-3/+0
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2-3/+0
2012-12-18Merge tag 'for-3.8' of git://openrisc.net/~jonas/linuxLinus Torvalds3-6/+2
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds8-199/+94
2012-12-11Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2012-12-11Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2-6/+1
2012-12-08Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar1-0/+1
2012-12-03openrisc: use new common dtc ruleStephen Warren2-6/+1
2012-12-03treewide: Fix typos in various KconfigMasanari Iida1-1/+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 Viro6-66/+19
2012-11-28kill stray kernel_thread() garbageAl Viro1-2/+0
2012-11-28Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arc...Al Viro4-133/+77
2012-11-28openrisk: fix altstack switching on sigreturnAl Viro1-4/+2
2012-11-13tracing,x86: Add a TSC trace_clockDavid Sharp1-0/+1
2012-10-25asm-generic/io.h: remove asm/cacheflush.h includeJames Hogan1-0/+1
2012-10-25openrisc: use kbuild.h instead of defining macros in asm-offset.cJames Hogan1-5/+1
2012-10-25openrisc: Use Kbuild infrastructure for kvm_para.hSteven Rostedt2-1/+1
2012-10-19openrisc: use generic sys_execveJonas Bonn3-28/+2
2012-10-19openrisc: use generic kernel_thread/kernel_execveJonas Bonn3-102/+68
2012-10-19openrisc: pass correct arg to schedule_tailJonas Bonn2-3/+7
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2012-10-13Merge tag 'disintegrate-openrisc-20121009' of git://git.infradead.org/users/d...Jonas Bonn11-68/+113
2012-10-13Merge tag 'for-3.7' of git://openrisc.net/jonas/linuxLinus Torvalds4-14/+16
2012-10-12vfs: define struct filename and have getname() return itJeff Layton1-2/+2
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+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-10-11openrisc: Make cpu_relax() invoke barrier()Vladimir Murzin1-1/+1
2012-10-09UAPI: (Scripted) Disintegrate arch/openrisc/include/asmDavid Howells11-68/+113
2012-10-09Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-0/+1
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li1-0/+1
2012-10-09Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Linus Torvalds1-0/+1
2012-10-07Merge branch 'uapi-prep' of git://git.infradead.org/users/dhowells/linux-headersLinus Torvalds1-5/+0
2012-10-06cross-arch: don't corrupt personality flags upon exec()Jiri Kosina1-1/+2
2012-10-04Merge branch 'disintegrate-asm-generic' of git://git.infradead.org/users/dhow...Arnd Bergmann2-5/+3
2012-10-04UAPI: Fix the guards on various asm/unistd.h filesDavid Howells1-5/+0
2012-10-03asm-generic: Add default clkdev.hMark Brown1-0/+1
2012-10-02UAPI: (Scripted) Set up UAPI Kbuild filesDavid Howells1-0/+3
2012-10-01sanitize tsk_is_polling()Al Viro1-0/+2
2012-10-01bury _TIF_RESTORE_SIGMASKAl Viro1-1/+0
2012-09-28Make most arch asm/module.h files use asm-generic/module.hDavid Howells1-0/+1
2012-09-21audit: define AUDIT_ARCH_OPENRISCKees Cook1-1/+1
2012-09-01openrisc: delay: fix handling of counter overflowWill Deacon1-2/+2
2012-09-01openrisc: delay: fix loops calculation for __const_udelayWill Deacon1-1/+1
2012-06-28Remove useless wrappers of asm-generic/rmap.hPaul Bolle1-1/+0
2012-06-28Remove useless wrappers of asm-generic/cpumask.hPaul Bolle1-1/+0
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-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+0
2012-05-27openrisc: use generic strnlen_user() functionJonas Bonn3-75/+3
2012-05-26word-at-a-time: make the interfaces truly genericLinus Torvalds1-0/+1
2012-05-25openrisc: use generic strncpy_from_userJonas Bonn3-59/+4
2012-05-24Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2012-05-24Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-65/+4
2012-05-24Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+1
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro1-2/+0
2012-05-23Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+0
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-05-21Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-44/+2
2012-05-21timers: Fixup the Kconfig consolidation falloutThomas Gleixner1-1/+0
2012-05-21openrisc: Use generic time configAnna-Maria Gleixner1-3/+1
2012-05-16fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha1-4/+0
2012-05-11gpiolib/arches: Centralise bolierplate asm/gpio.hMark Brown1-65/+4
2012-05-08openrisc: use scratch regs in atomic syscallJonas Bonn1-4/+4
2012-05-08openrisc: provide dma_map_opsJonas Bonn2-149/+107
2012-05-08openrisc: header file cleanupsJonas Bonn3-7/+14
2012-05-08openrisc/mm/fault.c: Port OOM changes to do_page_faultKautuk Consul1-6/+26
2012-05-08openrisc: remove unnecessary includesJonas Bonn1-4/+0
2012-05-08openrisc: implement irqdomainsJonas Bonn2-32/+48
2012-05-05init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASKThomas Gleixner1-1/+0
2012-05-05openrisc: Use generic init_taskThomas Gleixner4-44/+3
2012-04-16Fix typo in various Kconfig fileMasanari Iida1-1/+1
2012-04-08kvmclock: Add functions to check if the host has stopped the vmEric B Munson1-0/+1
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