summaryrefslogtreecommitdiffstats
path: root/arch/arc
Commit message (Expand)AuthorAgeFilesLines
* memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport2019-03-121-2/+1
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-0/+4
* Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-03-103-15/+2
|\
| * dma-mapping: improve selection of dma_declare_coherent availabilityChristoph Hellwig2019-02-201-1/+0
| * of: select OF_RESERVED_MEM automaticallyChristoph Hellwig2019-02-131-1/+0
| * dma-mapping: add a kconfig symbol for arch_setup_dma_ops availabilityChristoph Hellwig2019-02-133-13/+2
* | configs: get rid of obsolete CONFIG_ENABLE_WARN_DEPRECATEDAlexey Brodkin2019-03-0716-16/+0
* | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-052-0/+3
|\ \
| * \ Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/gi...Thomas Gleixner2019-02-272-0/+3
| |\ \ | | |/ | |/|
| | * asm-generic: Make time32 syscall numbers optionalArnd Bergmann2019-02-191-0/+1
| | * asm-generic: Drop getrlimit and setrlimit syscalls from default listYury Norov2019-02-191-0/+1
| | * 32-bit userspace ABI: introduce ARCH_32BIT_OFF_T config optionYury Norov2019-02-191-0/+1
* | | ARCv2: don't assume core 0x54 has dual issueVineet Gupta2019-02-212-5/+29
* | | ARC: define ARCH_SLAB_MINALIGN = 8Alexey Brodkin2019-02-211-0/+11
* | | ARC: enable uboot support unconditionallyEugeniy Paltsev2019-02-216-20/+0
* | | ARC: U-boot: check arguments paranoidlyEugeniy Paltsev2019-02-212-27/+64
* | | ARCv2: support manual regfile save on interruptsVineet Gupta2019-02-215-1/+68
* | | ARC: uacces: remove lp_start, lp_end from clobber listVineet Gupta2019-02-211-4/+4
* | | ARC: fix actionpoints configuration detectionEugeniy Paltsev2019-02-211-1/+1
* | | ARCv2: lib: memcpy: fix doing prefetchw outside of bufferEugeniy Paltsev2019-02-211-14/+0
* | | ARCv2: Enable unaligned access in early ASM codeEugeniy Paltsev2019-02-211-0/+10
|/ /
* | ARCv2: lib: memeset: fix doing prefetchw outside of bufferEugeniy Paltsev2019-01-171-8/+32
* | ARC: mm: do_page_fault fixes #1: relinquish mmap_sem if signal arrives while ...Vineet Gupta2019-01-171-4/+9
* | ARC: show_regs: lockdep: re-enable preemptionVineet Gupta2019-01-171-0/+8
* | ARC: show_regs: lockdep: avoid page allocator...Vineet Gupta2019-01-171-14/+12
* | ARC: perf: avoid kernel killing where it is possibleEugeniy Paltsev2019-01-171-2/+4
* | ARC: perf: move HW events mapping to separate functionEugeniy Paltsev2019-01-171-15/+33
* | ARC: perf: introduce Kernel PMU events supportEugeniy Paltsev2019-01-171-1/+105
* | ARC: perf: trivial code cleanupEugeniy Paltsev2019-01-171-43/+42
* | ARC: perf: map generic branches to correct hardware conditionEugeniy Paltsev2019-01-171-1/+2
* | ARC: adjust memblock_reserve of kernel memoryEugeniy Paltsev2019-01-171-1/+2
* | arc: remove redundant kernel-space generic-yMasahiro Yamada2019-01-171-4/+0
* | ARC: fix __ffs return value to avoid build warningsEugeniy Paltsev2019-01-171-3/+3
* | ARC: boot log: print Action point detailsVineet Gupta2019-01-172-8/+24
* | ARCv2: boot log: BPU return stack depthVineet Gupta2019-01-172-3/+4
|/
* arch: remove redundant UAPI generic-y definesMasahiro Yamada2019-01-061-24/+0
* arch: remove stale comments "UAPI Header export list"Masahiro Yamada2019-01-061-1/+0
* Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-01-051-0/+1
|\
| * vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells2018-12-201-0/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-053-6/+5
|\ \
| * | arch/arc/mm/fault.c: remove caller signal_pending_branch predictionsDavidlohr Bueso2019-01-041-1/+1
| * | mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-041-3/+2
| * | fls: change parameter to unsigned intMatthew Wilcox2019-01-041-2/+2
* | | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-033-4/+4
|/ /
* | Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2019-01-011-9/+3
|\ \
| * | kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsChristophe Leroy2018-12-301-1/+1
| * | kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()Douglas Anderson2018-12-301-8/+2
| * | kgdb: Remove irq flags from roundupDouglas Anderson2018-12-301-1/+1
| |/
* | Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-12-293-25/+3
|\ \
| * | PCI: consolidate the PCI_SYSCALL symbolChristoph Hellwig2018-11-231-3/+1