summaryrefslogtreecommitdiff
path: root/arch/arc
AgeCommit message (Expand)Author
2018-09-05arc: fix type warnings in arc/mm/cache.cRandy Dunlap
2018-09-05arc: fix build errors in arc/include/asm/delay.hRandy Dunlap
2018-07-28ARC: mm: allow mprotect to make stack mappings executableVineet Gupta
2018-07-28ARC: Fix CONFIG_SWAPAlexey Brodkin
2017-09-27ARC: Re-enable MMU upon Machine Check exceptionJose Abreu
2017-08-11Make asm/word-at-a-time.h available on all architecturesChris Metcalf
2017-06-26mm: larger stack guard gap, between vmasHugh Dickins
2016-10-05ARC: uaccess: get_user to zero out dest in cause of faultVineet Gupta
2016-09-15Revert "ARC: mm: don't loose PTE_SPECIAL in pte_modify()"Sasha Levin
2016-08-31ARC: export __udivdi3 for modulesVineet Gupta
2016-08-31ARC: Support syscall ABI v4Vineet Gupta
2016-08-31ARC: use correct offset in pt_regs for saving/restoring user mode r25Liav Rehana
2016-08-31ARCv2: STAR 9000808988: signals involving Delay SlotVineet Gupta
2016-08-31ARC: Elide redundant setup of DMA callbacksSasha Levin
2016-08-31ARC: Call trace_hardirqs_on() before enabling irqsSasha Levin
2016-08-22ARC: mm: don't loose PTE_SPECIAL in pte_modify()Vineet Gupta
2016-07-12arc: unwind: warn only once if DW2_UNWIND is disabledAlexey Brodkin
2016-07-12ARC: unwind: ensure that .debug_frame is generated (vs. .eh_frame)Vineet Gupta
2015-07-05ARC: add smp barriers around atomics per Documentation/atomic_ops.txtVineet Gupta
2015-07-05ARC: add compiler barrier to LLSC based cmpxchgVineet Gupta
2015-06-10ARC: unbork !LLSC buildVineet Gupta
2015-04-22ARC: signal handling robustifyVineet Gupta
2015-04-22ARC: SA_SIGINFO ucontext regs off-by-oneVineet Gupta
2015-03-14ARC: Fix KSTK_ESP()Vineet Gupta
2015-03-06ARC: fix page address calculation if PAGE_OFFSET != LINUX_LINK_BASEAlexey Brodkin
2015-02-05arc: mm: Fix build failureGuenter Roeck
2015-02-05vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds
2015-01-27ARC: [nsimosci] move peripherals to match model to FPGAVineet Gupta
2014-10-23Merge tag 'remove-weak-declarations' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-10-22ARC: kgdb: generic kgdb_arch_pc() sufficesVineet Gupta
2014-10-21Merge tag 'arc-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds
2014-10-13Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-10-13ARC: boot: cpu feature print enhancementsVineet Gupta
2014-10-13ARC: boot: consolidate cross-checking of h/w and s/wVineet Gupta
2014-10-13ARC: unbork FPU save/restoreVineet Gupta
2014-10-13ARC: remove extraneous __KERNEL__ guardsVineet Gupta
2014-10-13ARC: Update order of registers in KGDB to match GDB 7.5Anton Kolesov
2014-10-13ARC: Remove unneeded Kconfig entry NO_DMAPaul Bolle
2014-10-13ARC: BUG() dumps stack after @msg (@msg now same as in generic BUG))Vineet Gupta
2014-10-13ARC: refactoring: reduce the scope of some local varsVineet Gupta
2014-10-13ARC: remove gcc mpy heuristicsVineet Gupta
2014-10-13ARC: RIP @running_on_hwVineet Gupta
2014-10-13ARC: Update comments about uncached address spaceVineet Gupta
2014-10-13ARC: rename kconfig option for unaligned emulationVineet Gupta
2014-10-13ARC: [nsimosci] Allow "headless" models to bootVineet Gupta
2014-10-13ARC: [arcfpga] Get rid of ARC_BOARD_ANGEL4 and ARC_BOARD_ML509Paul Bolle
2014-10-13ARC: [arcfpga] Remove more dead codeVineet Gupta
2014-10-13ARC: [plat*] move code out of .init_machine into commonVineet Gupta
2014-10-13ARC: [arcfpga] consolidate machine description, DTVineet Gupta
2014-09-27ARC: Allow SMP kernel to build/boot on UP-only infrastructureVineet Gupta