summaryrefslogtreecommitdiff
path: root/arch/arc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm-current/current'Stephen Rothwell2018-11-192-5/+4
|\
| * fls: change parameter to unsigned intMatthew Wilcox2018-11-191-2/+2
| * mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2018-11-191-3/+2
* | Merge remote-tracking branch 'vfs/for-next'Stephen Rothwell2018-11-191-0/+1
|\ \
| * \ Merge branch 'work.afs' into for-nextAl Viro2018-10-293-25/+23
| |\ \
| * | | vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells2018-10-231-0/+1
* | | | ARC: mm: fix uninitialised signal code in do_page_faultEugeniy Paltsev2018-11-121-1/+1
* | | | ARC: [plat-hsdk] Enable DW APB GPIO supportEugeniy Paltsev2018-11-122-0/+18
* | | | ARCv2: boot log unaligned access in useVineet Gupta2018-11-121-3/+6
* | | | ARC: IOC: panic if kernel was started with previously enabled IOCEugeniy Paltsev2018-11-122-3/+19
* | | | ARC: remove redundant 'default n' from KconfigBartlomiej Zolnierkiewicz2018-11-121-11/+0
| |_|/ |/| |
* | | mm: remove include/linux/bootmem.hMike Rapoport2018-10-313-3/+2
* | | memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-311-1/+1
* | | memblock: replace alloc_bootmem_low_pages with memblock_alloc_lowMike Rapoport2018-10-311-1/+1
* | | memblock: replace __alloc_bootmem_nopanic with memblock_alloc_from_nopanicMike Rapoport2018-10-311-2/+2
* | | mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport2018-10-311-1/+0
* | | mm: remove CONFIG_NO_BOOTMEMMike Rapoport2018-10-311-1/+0
* | | treewide: remove current_text_addrNick Desaulniers2018-10-311-8/+0
* | | Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-261-6/+0
|\ \ \
| * | | kbuild: consolidate Devicetree dtb build rulesRob Herring2018-10-021-6/+0
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-251-0/+1
|\ \ \ \
| * | | | y2038: Remove stat64 family from default syscall setArnd Bergmann2018-08-291-0/+1
| |/ / /
* | | | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-10-241-1/+0
|\ \ \ \
| * | | | vmlinux.lds.h: Move LSM_TABLE into INIT_DATAKees Cook2018-10-101-1/+0
| |/ / /
* | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-242-29/+13
|\ \ \ \
| * | | | signal/arc: Use force_sig_fault where appropriateEric W. Biederman2018-09-271-15/+5
| * | | | signal/arc: Push siginfo generation into unhandled_exceptionEric W. Biederman2018-09-271-14/+8
| |/ / /
* | | | Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-10-222-33/+12
|\ \ \ \ | |_|_|/ |/| | |
| * | | dma-mapping: consolidate the dma mmap implementationsChristoph Hellwig2018-09-202-23/+4
| * | | dma-mapping: merge direct and noncoherent opsChristoph Hellwig2018-09-202-10/+8
| | |/ | |/|
* | | ARC: clone syscall to setp r25 as thread pointerVineet Gupta2018-10-051-0/+20
* | | ARC: build: Don't set CROSS_COMPILE in arch's MakefileAlexey Brodkin2018-09-181-9/+1
* | | ARC: fix spelling mistake "entires" -> "entries"Colin Ian King2018-09-141-1/+1
* | | ARC: build: Get rid of toolchain checkAlexey Brodkin2018-09-131-14/+0
* | | ARCv2: build: use mcpu=hs38 iso generic mcpu=archsVineet Gupta2018-09-101-1/+1
|/ /
* | ARC: don't check for HIGHMEM pages in arch_dma_allocEugeniy Paltsev2018-09-041-18/+14
* | ARC: IOC: panic if both IOC and ZONE_HIGHMEM enabledEugeniy Paltsev2018-09-041-0/+13
* | ARC: dma [IOC] Enable per device io coherencyEugeniy Paltsev2018-09-043-40/+50
* | ARC: dma [IOC]: mark DMA devices connected as dma-coherentEugeniy Paltsev2018-08-313-0/+56
* | ARC: atomics: unbork atomic_fetch_##op()Will Deacon2018-08-311-1/+1
* | arc: remove redundant GCC version checksMasahiro Yamada2018-08-301-9/+1
* | ARC: sort KconfigVineet Gupta2018-08-271-5/+5
* | ARC: cleanup show_faulting_vma()Eugeniy Paltsev2018-08-271-9/+4
* | ARC: [plat-axs*]: Enable SWAPAlexey Brodkin2018-08-273-3/+0
* | ARC: [plat-axs*/plat-hsdk]: Allow U-Boot to pass MAC-address to the kernelAlexey Brodkin2018-08-272-2/+12
* | ARC: configs: cleanupAlexey Brodkin2018-08-2716-28/+0
|/
* kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada2018-08-241-1/+1
* mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-171-1/+3
* Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-152-24/+0
|\
| * kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig2018-08-021-2/+0