aboutsummaryrefslogtreecommitdiff
path: root/arch/arc
AgeCommit message (Expand)Author
2019-01-06arch: remove stale comments "UAPI Header export list"Masahiro Yamada
2019-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-01-04arch/arc/mm/fault.c: remove caller signal_pending_branch predictionsDavidlohr Bueso
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)
2019-01-04fls: change parameter to unsigned intMatthew Wilcox
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2019-01-01Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds
2018-12-30kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsChristophe Leroy
2018-12-30kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()Douglas Anderson
2018-12-30kgdb: Remove irq flags from roundupDouglas Anderson
2018-12-29Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-12-28Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2018-12-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-12-20vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells
2018-12-20dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig
2018-12-18clocksource/drivers/arc_timer: Utilize generic sched_clockAlexey Brodkin
2018-12-13dma-mapping: bypass indirect calls for dma-directChristoph Hellwig
2018-12-13dma-mapping: always build the direct mapping codeChristoph Hellwig
2018-12-06arch: switch the default on ARCH_HAS_SG_CHAINChristoph Hellwig
2018-11-30ARC: io.h: Implement reads{x}()/writes{x}()Jose Abreu
2018-11-30ARC: change defconfig defaults to ARCv2Kevin Hilman
2018-11-26arch: Move initrd= parsing into do_mounts_initrd.cFlorian Fainelli
2018-11-23PCI: consolidate the PCI_SYSCALL symbolChristoph Hellwig
2018-11-23PCI: consolidate PCI config entry in drivers/pciChristoph Hellwig
2018-11-21arc: [devboards] Add support of NFSv3 ACLAlexey Brodkin
2018-11-12ARC: mm: fix uninitialised signal code in do_page_faultEugeniy Paltsev
2018-11-12ARC: [plat-hsdk] Enable DW APB GPIO supportEugeniy Paltsev
2018-11-12ARCv2: boot log unaligned access in useVineet Gupta
2018-11-12ARC: IOC: panic if kernel was started with previously enabled IOCEugeniy Paltsev
2018-11-12ARC: remove redundant 'default n' from KconfigBartlomiej Zolnierkiewicz
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport
2018-10-31memblock: replace alloc_bootmem_low_pages with memblock_alloc_lowMike Rapoport
2018-10-31memblock: replace __alloc_bootmem_nopanic with memblock_alloc_from_nopanicMike Rapoport
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport
2018-10-31mm: remove CONFIG_NO_BOOTMEMMike Rapoport
2018-10-31treewide: remove current_text_addrNick Desaulniers
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-10-24Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-10-22Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2018-10-10vmlinux.lds.h: Move LSM_TABLE into INIT_DATAKees Cook
2018-10-05ARC: clone syscall to setp r25 as thread pointerVineet Gupta
2018-10-02kbuild: consolidate Devicetree dtb build rulesRob Herring
2018-09-27signal/arc: Use force_sig_fault where appropriateEric W. Biederman
2018-09-27signal/arc: Push siginfo generation into unhandled_exceptionEric W. Biederman
2018-09-20dma-mapping: consolidate the dma mmap implementationsChristoph Hellwig