summaryrefslogtreecommitdiffstats
path: root/arch/arc
AgeCommit message (Expand)AuthorLines
2019-03-17kbuild: force all architectures except um to include mandatory-yMasahiro Yamada-2/+0
2019-03-12memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport-2/+1
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport-0/+4
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-15/+2
2019-03-07configs: get rid of obsolete CONFIG_ENABLE_WARN_DEPRECATEDAlexey Brodkin-16/+0
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+3
2019-02-27Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/gi...Thomas Gleixner-0/+3
2019-02-21ARCv2: don't assume core 0x54 has dual issueVineet Gupta-5/+29
2019-02-21ARC: define ARCH_SLAB_MINALIGN = 8Alexey Brodkin-0/+11
2019-02-21ARC: enable uboot support unconditionallyEugeniy Paltsev-20/+0
2019-02-21ARC: U-boot: check arguments paranoidlyEugeniy Paltsev-27/+64
2019-02-21ARCv2: support manual regfile save on interruptsVineet Gupta-1/+68
2019-02-21ARC: uacces: remove lp_start, lp_end from clobber listVineet Gupta-4/+4
2019-02-21ARC: fix actionpoints configuration detectionEugeniy Paltsev-1/+1
2019-02-21ARCv2: lib: memcpy: fix doing prefetchw outside of bufferEugeniy Paltsev-14/+0
2019-02-21ARCv2: Enable unaligned access in early ASM codeEugeniy Paltsev-0/+10
2019-02-20dma-mapping: improve selection of dma_declare_coherent availabilityChristoph Hellwig-1/+0
2019-02-19asm-generic: Make time32 syscall numbers optionalArnd Bergmann-0/+1
2019-02-19asm-generic: Drop getrlimit and setrlimit syscalls from default listYury Norov-0/+1
2019-02-1932-bit userspace ABI: introduce ARCH_32BIT_OFF_T config optionYury Norov-0/+1
2019-02-13of: select OF_RESERVED_MEM automaticallyChristoph Hellwig-1/+0
2019-02-13dma-mapping: add a kconfig symbol for arch_setup_dma_ops availabilityChristoph Hellwig-13/+2
2019-01-17ARCv2: lib: memeset: fix doing prefetchw outside of bufferEugeniy Paltsev-8/+32
2019-01-17ARC: mm: do_page_fault fixes #1: relinquish mmap_sem if signal arrives while ...Vineet Gupta-4/+9
2019-01-17ARC: show_regs: lockdep: re-enable preemptionVineet Gupta-0/+8
2019-01-17ARC: show_regs: lockdep: avoid page allocator...Vineet Gupta-14/+12
2019-01-17ARC: perf: avoid kernel killing where it is possibleEugeniy Paltsev-2/+4
2019-01-17ARC: perf: move HW events mapping to separate functionEugeniy Paltsev-15/+33
2019-01-17ARC: perf: introduce Kernel PMU events supportEugeniy Paltsev-1/+105
2019-01-17ARC: perf: trivial code cleanupEugeniy Paltsev-43/+42
2019-01-17ARC: perf: map generic branches to correct hardware conditionEugeniy Paltsev-1/+2
2019-01-17ARC: adjust memblock_reserve of kernel memoryEugeniy Paltsev-1/+2
2019-01-17arc: remove redundant kernel-space generic-yMasahiro Yamada-4/+0
2019-01-17ARC: fix __ffs return value to avoid build warningsEugeniy Paltsev-3/+3
2019-01-17ARC: boot log: print Action point detailsVineet Gupta-8/+24
2019-01-17ARCv2: boot log: BPU return stack depthVineet Gupta-3/+4
2019-01-06arch: remove redundant UAPI generic-y definesMasahiro Yamada-24/+0
2019-01-06arch: remove stale comments "UAPI Header export list"Masahiro Yamada-1/+0
2019-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-0/+1
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds-6/+5
2019-01-04arch/arc/mm/fault.c: remove caller signal_pending_branch predictionsDavidlohr Bueso-1/+1
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)-3/+2
2019-01-04fls: change parameter to unsigned intMatthew Wilcox-2/+2
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds-4/+4
2019-01-01Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds-9/+3
2018-12-30kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsChristophe Leroy-1/+1
2018-12-30kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()Douglas Anderson-8/+2
2018-12-30kgdb: Remove irq flags from roundupDouglas Anderson-1/+1
2018-12-29Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-25/+3
2018-12-28Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-20/+5