aboutsummaryrefslogtreecommitdiff
path: root/arch/arc
AgeCommit message (Expand)AuthorFilesLines
2019-01-17ARCv2: lib: memeset: fix doing prefetchw outside of bufferGravatar Eugeniy Paltsev 1-8/+32
2019-01-17ARC: mm: do_page_fault fixes #1: relinquish mmap_sem if signal arrives while ...Gravatar Vineet Gupta 1-4/+9
2019-01-17ARC: show_regs: lockdep: re-enable preemptionGravatar Vineet Gupta 1-0/+8
2019-01-17ARC: show_regs: lockdep: avoid page allocator...Gravatar Vineet Gupta 1-14/+12
2019-01-17ARC: perf: avoid kernel killing where it is possibleGravatar Eugeniy Paltsev 1-2/+4
2019-01-17ARC: perf: move HW events mapping to separate functionGravatar Eugeniy Paltsev 1-15/+33
2019-01-17ARC: perf: introduce Kernel PMU events supportGravatar Eugeniy Paltsev 1-1/+105
2019-01-17ARC: perf: trivial code cleanupGravatar Eugeniy Paltsev 1-43/+42
2019-01-17ARC: perf: map generic branches to correct hardware conditionGravatar Eugeniy Paltsev 1-1/+2
2019-01-17ARC: adjust memblock_reserve of kernel memoryGravatar Eugeniy Paltsev 1-1/+2
2019-01-17arc: remove redundant kernel-space generic-yGravatar Masahiro Yamada 1-4/+0
2019-01-17ARC: fix __ffs return value to avoid build warningsGravatar Eugeniy Paltsev 1-3/+3
2019-01-17ARC: boot log: print Action point detailsGravatar Vineet Gupta 2-8/+24
2019-01-17ARCv2: boot log: BPU return stack depthGravatar Vineet Gupta 2-3/+4
2019-01-06arch: remove redundant UAPI generic-y definesGravatar Masahiro Yamada 1-24/+0
2019-01-06arch: remove stale comments "UAPI Header export list"Gravatar Masahiro Yamada 1-1/+0
2019-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-0/+1
2019-01-05Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-6/+5
2019-01-04arch/arc/mm/fault.c: remove caller signal_pending_branch predictionsGravatar Davidlohr Bueso 1-1/+1
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsGravatar Joel Fernandes (Google) 1-3/+2
2019-01-04fls: change parameter to unsigned intGravatar Matthew Wilcox 1-2/+2
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 3-4/+4
2019-01-01Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Gravatar Linus Torvalds 1-9/+3
2018-12-30kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsGravatar Christophe Leroy 1-1/+1
2018-12-30kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()Gravatar Douglas Anderson 1-8/+2
2018-12-30kgdb: Remove irq flags from roundupGravatar Douglas Anderson 1-1/+1
2018-12-29Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-25/+3
2018-12-28Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-20/+5
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 3-4/+2
2018-12-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+1
2018-12-20vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledGravatar David Howells 1-0/+1
2018-12-20dma-mapping: zero memory returned from dma_alloc_*Gravatar Christoph Hellwig 1-1/+1
2018-12-18clocksource/drivers/arc_timer: Utilize generic sched_clockGravatar Alexey Brodkin 1-0/+1
2018-12-13dma-mapping: bypass indirect calls for dma-directGravatar Christoph Hellwig 1-1/+1
2018-12-13dma-mapping: always build the direct mapping codeGravatar Christoph Hellwig 1-1/+0
2018-12-06arch: switch the default on ARCH_HAS_SG_CHAINGravatar Christoph Hellwig 1-1/+0
2018-11-30ARC: io.h: Implement reads{x}()/writes{x}()Gravatar Jose Abreu 1-0/+72
2018-11-30ARC: change defconfig defaults to ARCv2Gravatar Kevin Hilman 7-2/+7
2018-11-26arch: Move initrd= parsing into do_mounts_initrd.cGravatar Florian Fainelli 1-20/+5
2018-11-23PCI: consolidate the PCI_SYSCALL symbolGravatar Christoph Hellwig 1-3/+1
2018-11-23PCI: consolidate PCI config entry in drivers/pciGravatar Christoph Hellwig 3-22/+2
2018-11-21arc: [devboards] Add support of NFSv3 ACLGravatar Alexey Brodkin 10-0/+10
2018-11-12ARC: mm: fix uninitialised signal code in do_page_faultGravatar Eugeniy Paltsev 1-1/+1
2018-11-12ARC: [plat-hsdk] Enable DW APB GPIO supportGravatar Eugeniy Paltsev 2-0/+18
2018-11-12ARCv2: boot log unaligned access in useGravatar Vineet Gupta 1-3/+6
2018-11-12ARC: IOC: panic if kernel was started with previously enabled IOCGravatar Eugeniy Paltsev 2-3/+19
2018-11-12ARC: remove redundant 'default n' from KconfigGravatar Bartlomiej Zolnierkiewicz 1-11/+0
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 3-3/+2
2018-10-31memblock: rename free_all_bootmem to memblock_free_allGravatar Mike Rapoport 1-1/+1
2018-10-31memblock: replace alloc_bootmem_low_pages with memblock_alloc_lowGravatar Mike Rapoport 1-1/+1