aboutsummaryrefslogtreecommitdiffstats
path: root/arch/frv/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-03-09arch: remove frv portArnd Bergmann41-13795/+0
2017-11-17Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-0/+1
2017-11-17frv: .gitignore: ignore vmlinux.ldsMasahiro Yamada1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman4-0/+4
2017-08-25futex: Remove duplicated code and fix undefined behaviourJiri Slaby1-23/+4
2017-06-28arch: remove unused macro/function thread_saved_pc()Tobias Klauser1-9/+0
2017-05-10Merge tag 'kbuild-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-15/+4
2017-05-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+2
2017-04-19frv: Use OFFSET macro in DEF_*REG()Matthias Kaehlcke1-15/+4
2017-04-03debug: Fix __bug_table[] in arch linker scriptsPeter Zijlstra1-0/+2
2017-03-28frv: switch to use of fixup_exception()Al Viro1-6/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds10-10/+10
2016-10-07nmi_backtrace: generate one-line reports for idle cpusChris Metcalf1-0/+1
2015-07-27frv: Rewrite atomic implementationPeter Zijlstra2-8/+3
2015-04-15Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-17/+4
2015-04-12frv: Remove signal translation and exec_domainRichard Weinberger2-17/+4
2015-04-11whack-a-mole: there's no point doing set_fs(USER_DS) in sigframe setupAl Viro1-4/+0
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski2-2/+1
2014-10-09frv: remove deprecated IRQF_DISABLEDMichael Opdenacker4-8/+6
2014-10-09frv: remove unused cpuinfo_frv and friends to fix future build errorGeert Uytterhoeven1-2/+0
2014-08-06frv: Use sigsp()Richard Weinberger1-13/+4
2014-08-06frv: Use get_signal() signal_setup_done()Richard Weinberger1-59/+40
2013-07-14frv: delete __cpuinit usage from all frv filesPaul Gortmaker1-1/+1
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-6/+6
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2-8/+9
2013-07-03arch/frv/kernel/setup.c: use strncmp() instead of memcmp()Chen Gang1-1/+1
2013-07-03arch/frv/kernel/traps.c: using vsnprintf() instead of vsprintf()Chen Gang1-1/+1
2013-07-03mm/frv: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-6/+7
2013-06-16frv: head.S - Remove commented-out initialization codeGeert Uytterhoeven1-5/+0
2013-06-14frv: Convert use of typedef ctl_table to struct ctl_tableJoe Perches2-6/+6
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo1-2/+1
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo1-11/+0
2013-04-08frv: Use generic idle loopThomas Gleixner1-22/+5
2013-02-03frv: switch to generic old sigaction()Al Viro1-32/+0
2013-02-03frv: switch to generic old sigsuspendAl Viro1-10/+0
2013-02-03frv: switch to generic sigaltstackAl Viro1-11/+2
2013-01-03ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-12-17frv: properly use the declarations provided by <asm/sections.h>Geert Uytterhoeven1-7/+5
2012-12-17frv: fix use of extinct _sbss and _ebss in debug codeGeert Uytterhoeven1-1/+1
2012-11-28flagday: don't pass regs to copy_thread()Al Viro1-1/+1
2012-11-28frv: switch to generic fork/vfork/cloneAl Viro1-40/+5
2012-11-02frv: fix the broken preemptAl Viro1-20/+3
2012-11-02frv: switch to saner kernel_execve() semanticsAl Viro1-5/+0
2012-11-02FRV: Fix the new-style kernel_thread() stuffDavid Howells1-2/+3
2012-11-02FRV: Fix the preemption handlingDavid Howells1-1/+1
2012-10-16FRV: Fix const sections changeAndi Kleen1-0/+2
2012-10-16FRV: Fix incorrect symbol in copy_thread()David Howells1-1/+1
2012-10-16FRV: Fix VLIW packing constraint violation in entry.SDavid Howells1-2/+2
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds7-165/+38
2012-10-06frv: kill used but uninitialized variableGeert Uytterhoeven1-10/+9
2012-10-06sections: fix section conflicts in arch/frvAndi Kleen1-1/+1
2012-10-01Uninclude linux/freezer.hRichard Weinberger1-1/+0
2012-10-01frv: no need to raise SIGTRAP in setup_frame()Al Viro1-8/+0
2012-10-01frv: switch to generic kernel_thread()Al Viro1-22/+19
2012-10-01frv: switch to generic kernel_execveAl Viro3-34/+6
2012-10-01frv: switch to generic sys_execve()Al Viro1-19/+0
2012-10-01frv: split ret_from_fork, simplify kernel_thread() a lotAl Viro5-100/+32
2012-09-23frv: Add missing RCU idle APIs on idle loopFrederic Weisbecker1-0/+3
2012-07-30arch: remove direct definitions of KERN_<LEVEL> usesJoe Perches1-1/+1
2012-06-02frv: Remove bogus closing parenthesisGeert Uytterhoeven1-1/+1
2012-06-01FRV: Optimise the system call exit path in entry.S [ver #2]David Howells1-6/+7
2012-06-01FRV: Shrink TIF_WORK_MASK [ver #2]David Howells1-9/+3
2012-06-01FRV: Prevent syscall exit tracing and notify_resume at end of kernel exceptionsDavid Howells2-11/+3
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-4/+0
2012-06-01TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is setAl Viro1-1/+1
2012-06-01don't call try_to_freeze() from do_signal()Al Viro1-4/+0
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro1-17/+7
2012-06-01new helper: sigmask_to_save()Al Viro1-7/+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-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-34/+13
2012-05-23Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-11/+0
2012-05-21frv: missing checks of __get_user()/__put_user() return valuesAl Viro1-6/+6
2012-05-21frv: use set_current_blocked() and block_sigmask()Matt Fleming1-17/+4
2012-05-21new helper: sigsuspend()Al Viro1-11/+3
2012-05-16fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha1-11/+0
2012-05-05frv: Use generic init_taskThomas Gleixner2-33/+1
2012-05-05frv: Use core allocator for task_structThomas Gleixner1-10/+0
2012-05-05frv: Use correct size for task_struct allocationThomas Gleixner1-7/+2
2012-03-28Disintegrate asm/system.h for FRVDavid Howells10-10/+0
2012-03-01sched/rt: Use schedule_preempt_disabled()Thomas Gleixner1-3/+1
2011-10-31kgdb: follow rename pack_hex_byte() to hex_byte_pack()Andy Shevchenko1-22/+22
2011-08-26All Arch: remove linkage for sys_nfsservctl system callNeilBrown1-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-26frv, exec: remove redundant set_fs(USER_DS)Mathias Krause1-4/+1
2011-07-24modules: make arch's use default loader hooksJonas Bonn1-54/+3
2011-05-28ns: Wire up the setns system callEric W. Biederman1-0/+1
2011-05-24Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-29FRV: Use generic show_interrupts()Thomas Gleixner1-42/+3
2011-03-29FRV: Convert genirq namespaceThomas Gleixner4-6/+7
2011-03-29frv: Select GENERIC_HARDIRQS_NO_DEPRECATEDThomas Gleixner1-1/+2
2011-03-29frv: Convert cpu irq_chip to new functionsThomas Gleixner1-13/+13
2011-03-29frv: Convert mb93493 irq_chip to new functionsThomas Gleixner1-11/+11
2011-03-29frv: Convert mb93093 irq_chip to new functionThomas Gleixner1-13/+13
2011-03-29frv: Convert mb93091 irq_chip to new functionsThomas Gleixner1-13/+13
2011-03-29frv: Fix typo from __do_IRQ overhaulThomas Gleixner1-1/+1
2011-03-29frv: Remove stale irq_chip.endThomas Gleixner2-7/+0
2011-03-24percpu: Always align percpu output section to PAGE_SIZETejun Heo1-1/+1
2011-03-22mm: NUMA aware alloc_task_struct_node()Eric Dumazet1-2/+3
2011-03-16Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds1-1/+1
2011-03-15Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-12/+2
2011-03-11futex: Sanitize futex ops argument typesMichel Lespinasse1-7/+7
2011-01-31frv: Switch do_timer() to xtime_update()Torben Hohn1-12/+2
2011-01-25percpu: align percpu readmostly subsection to cachelineTejun Heo1-1/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-10-27ptrace: cleanup arch_ptrace() on frvNamhyung Kim1-16/+13
2010-10-27ptrace: change signature of arch_ptrace()Namhyung Kim1-1/+2
2010-09-20frv: double syscall restarts, syscall restart in sigreturn()Al Viro1-1/+3
2010-09-20frv: handling of restart into restart_syscall is fsckedAl Viro1-1/+1
2010-09-20frv: avoid infinite loop of SIGSEGV deliveryAl Viro1-2/+2
2010-09-20frv: fix address verification holes in setup_frame/setup_rt_frameAl Viro1-16/+22
2010-09-20frv: restart_block.fn needs to be reset on sigreturnAl Viro1-0/+3
2010-08-17Make do_execve() take a const filename pointerDavid Howells1-2/+3
2010-08-13Mark arguments to certain syscalls as being constDavid Howells1-1/+2
2010-06-18Merge commit 'v2.6.35-rc3' into perf/coreIngo Molnar5-9/+15
2010-06-09FRV: Reinstate null behaviour for the GDB remote protocol 'p' commandDavid Howells1-0/+6
2010-06-09arch: Implement local64_tPeter Zijlstra1-0/+1
2010-06-01Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds4-9/+9
2010-05-27frv: remove "struct file *" argument from sysctl ->proc_handlerJan Blunck1-8/+10
2010-05-27ptrace: unify FDPIC implementationsMike Frysinger1-20/+0
2010-05-25frv: extend gdbstub to support more features of gdbDavid Howells2-2/+63
2010-05-19Merge branch 'timers-for-linus-cleanups' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-27/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2-2/+0
2010-03-13frv: Convert frv to use read/update_persistent_clockJohn Stultz1-27/+7
2010-03-12Add generic sys_ipc wrapperChristoph Hellwig1-89/+0
2010-03-03Rename special text sections in arch/frv from .text.XXX to .text..XXX.Denys Vlasenko4-7/+7
2010-03-03Rename .bss.stack to .bss..stack.Denys Vlasenko2-2/+2
2009-12-17Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds1-1/+1
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner1-2/+2
2009-12-12kbuild: move utsrelease.h to include/generatedSam Ravnborg1-1/+1
2009-12-11Unify sys_mmap*Al Viro1-64/+2
2009-12-09Merge branch 'bkl-arch-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+1
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman2-6/+6
2009-11-12sysctl frv: Remove dead binary sysctl supportEric W. Biederman2-107/+2
2009-11-12sysctl: Remove the unused frv sysctl unumbersEric W. Biederman2-4/+4
2009-10-29frv: fix check on unsigned in do_signal()Roel Kluin1-1/+1
2009-10-14frv: Remove the BKL from sys_execveJohn Kacur1-4/+1
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan1-7/+7
2009-09-23headers: utsname.h reduxAlexey Dobriyan1-1/+0
2009-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds1-3/+2
2009-09-23FRV: Use asm/generic-hardirq.hChristoph Hellwig1-4/+0
2009-09-23misc: remove redundant start_kernel prototypesRusty Russell1-0/+1
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar1-1/+1
2009-09-21Use new __init_task_data macro in arch init_task.c files.Joe Perches1-3/+2
2009-09-18frv: clean up linker script using new linker script macros.Nelson Elhage1-54/+7
2009-09-18frv: remove unused .altinstructions codeNelson Elhage1-5/+0
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds1-0/+2
2009-09-02KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells1-0/+2
2009-07-09linker script: unify usage of discard definitionTejun Heo1-1/+1
2009-07-04Merge branch 'master' into for-nextTejun Heo2-0/+6
2009-07-01FRV: Implement atomic64_tDavid Howells1-0/+4
2009-06-30FRV: Wire up new syscallsDavid Howells1-0/+2
2009-06-24linker script: throw away .discard sectionTejun Heo1-0/+2
2009-06-16mm: consolidate init_mm definitionAlexey Dobriyan1-4/+0
2009-06-12module: cleanup FIXME comments about trimming exception table entries.Rusty Russell1-2/+0
2009-06-11FRV: Implement new-style ptraceDavid Howells3-163/+232
2009-06-11FRV: Don't turn on TIF_SYSCALL_TRACE unconditionally in syscall prologueDavid Howells1-1/+0
2009-06-11FRV: Implement TIF_NOTIFY_RESUMEDavid Howells1-0/+5
2009-06-11FRV: Remove in-kernel strace codeDavid Howells1-379/+0
2009-06-11FRV: BUG to BUG_ON changesStoyan Gaydarov1-4/+2
2009-04-27FRV: Use __INIT macro instead of .text.init.Tim Abbott4-4/+8
2009-04-27FRV: Wire up new syscallsDavid Howells1-0/+2
2009-04-26frv: convert frv to use __HEAD and HEAD_TEXT macros.Tim Abbott2-2/+3
2009-04-20FRV: Don't attempt to #include <linux/blk.h> as it doesn't existDavid Howells1-1/+0
2009-04-02Simplify copy_thread()Alexey Dobriyan1-1/+1
2009-03-30cpumask: remove references to struct irqaction's mask field.Rusty Russell4-8/+0
2009-01-11sparseirq: use kstat_irqs_cpu insteadYinghai Lu1-1/+1
2009-01-08NOMMU: Make VMAs per MM as for MMU-mode linuxDavid Howells1-5/+6
2008-12-31take init_fs to saner placeAl Viro1-1/+0
2008-12-01frv: fix mmap2 error handlingDavid Howells1-9/+8
2008-10-16sysctl: simplify ->strategyAlexey Dobriyan1-3/+3
2008-08-01FRV: Wire up new system callsDavid Howells1-1/+6
2008-07-26frv: use the common ascii hex helpersHarvey Harrison1-52/+36
2008-07-24remove include/linux/pm_legacy.hAdrian Bunk1-1/+0
2008-06-06Fix various old email addresses for dwmw2David Woodhouse2-2/+2
2008-05-16[PATCH] take init_files to fs/file.cAl Viro1-1/+0
2008-05-03unified (weak) sys_pipe implementationUlrich Drepper1-17/+0
2008-04-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-8/+0
2008-04-30Merge branches 'release', 'acpica', 'bugzilla-10224', 'bugzilla-9772', 'bugzi...Len Brown5-180/+17
2008-04-29frv: use kbuild.h instead of defining macros in asm-offsets.cChristoph Lameter1-8/+1
2008-04-29kernel: Move arches to use common unaligned accessHarvey Harrison1-5/+2
2008-04-29Remove the macro get_personalityWANG Cong1-2/+2
2008-04-28frv si_addr annotationsAl Viro1-15/+16
2008-04-17Generic semaphore implementationMatthew Wilcox3-157/+1
2008-04-15PM: Remove legacy PMPavel Machek1-8/+0
2008-04-14FRV: Correctly determine the address of an illegal instructionDavid Howells1-1/+1
2008-04-10FRV: Make NOMMU-mode work with base addresses other than 0xC0000000 [try #2]David Howells2-8/+1
2008-04-10FRV: Add support for emulation of userspace atomic ops [try #2]David Howells3-1/+254
2008-02-20FRV: Change the timerfd syscalls to be the same as i386David Howells1-1/+3
2008-02-20FRV: Drop the .data.idt section for FRVDavid Howells1-3/+0
2008-02-13xtime_lock vs update_process_timesPeter Zijlstra1-2/+4
2008-02-13FRV: Fix up parse error in linker scriptDavid Howells1-3/+1
2008-02-08procfs: constify function pointer tablesJan Engelhardt1-1/+1
2008-02-07Introduce flags for reserve_bootmem()Bernhard Walle1-6/+10