aboutsummaryrefslogtreecommitdiff
path: root/arch/arc
AgeCommit message (Expand)AuthorFilesLines
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-4/+0
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-3/+3
2020-01-28Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+4
2020-01-28Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2020-01-14arch/arc/setup: Drop dummy_con initializationGravatar Arvind Sankar 1-4/+0
2020-01-10Merge branch 'x86/mm' into efi/core, to pick up dependenciesGravatar Ingo Molnar 1-0/+4
2020-01-06Merge tag 'arc-5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Gravatar Linus Torvalds 4-7/+14
2019-12-28ARC: pt_regs: remove hardcoded registers offsetGravatar Eugeniy Paltsev 2-4/+13
2019-12-25Merge tag 'v5.5-rc3' into sched/core, to pick up fixesGravatar Ingo Molnar 28-414/+366
2019-12-19ARC: asm-offsets: remove duplicate entryGravatar Eugeniy Paltsev 1-1/+0
2019-12-13scripts/sorttable: Rename 'sortextable' to 'sorttable'Gravatar Shile Zhang 1-1/+1
2019-12-10mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...Gravatar Ingo Molnar 1-0/+4
2019-12-09ARC: mm: drop stale define of __ARCH_USE_5LEVEL_HACKGravatar Mike Rapoport 1-1/+0
2019-12-09arc: eznps: fix allmodconfig kconfig warningGravatar Randy Dunlap 1-1/+1
2019-12-09treewide: Use sizeof_field() macroGravatar Pankaj Bharadiya 1-3/+3
2019-12-08sched/rt, ARC: Use CONFIG_PREEMPTIONGravatar Thomas Gleixner 1-3/+3
2019-12-04Merge tag 'arc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Gravatar Linus Torvalds 27-411/+363
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+0
2019-12-01Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-4/+11
2019-12-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 2-2/+0
2019-12-01ARC: mm: remove __ARCH_USE_5LEVEL_HACKGravatar Vineet Gupta 3-4/+11
2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar Linus Torvalds 2-5/+4
2019-11-28Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapGravatar Linus Torvalds 1-4/+0
2019-11-26asm-generic: Make msi.h a mandatory include/asm headerGravatar Michal Simek 1-1/+0
2019-11-26sysctl: Remove the sysctl system callGravatar Eric W. Biederman 2-2/+0
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-4/+2
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Gravatar Christoph Hellwig 1-4/+4
2019-11-20ARC: add kmemleak supportGravatar Eugeniy Paltsev 1-0/+1
2019-11-20ARC: [plat-axs10x]: remove hardcoded video mode from bootargsGravatar Eugeniy Paltsev 2-2/+2
2019-11-20ARC: [plat-axs10x]: use pgu pll instead of fixed clockGravatar Eugeniy Paltsev 2-5/+12
2019-11-11arch: rely on asm-generic/io.h for default ioremap_* definitionsGravatar Christoph Hellwig 1-4/+0
2019-11-11dma-direct: provide mmap and get_sgtable method overridesGravatar Christoph Hellwig 1-1/+0
2019-11-08ARC: ARCv2: jump label: implement jump label patchingGravatar Eugeniy Paltsev 5-0/+253
2019-11-04vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAGravatar Kees Cook 1-1/+1
2019-11-04vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATAGravatar Kees Cook 1-1/+1
2019-11-04vmlinux.lds.h: Move NOTES into RO_DATAGravatar Kees Cook 1-2/+0
2019-10-28ARC: mm: tlb flush optim: elide redundant uTLB invalidates for MMUv3Gravatar Vineet Gupta 1-5/+0
2019-10-28ARC: mm: tlb flush optim: elide repeated uTLB invalidate in loopGravatar Vineet Gupta 1-45/+29
2019-10-28ARC: mm: tlb flush optim: Make TLBWriteNI fallback to TLBWrite if not availableGravatar Vineet Gupta 2-4/+2
2019-10-28ARC: mm: TLB Miss optim: avoid re-reading ECRGravatar Vineet Gupta 1-2/+0
2019-10-28ARCv2: mm: TLB Miss optim: Use double world load/stores LDD/STDGravatar Vineet Gupta 1-0/+10
2019-10-28ARCv2: mm: TLB Miss optim: SMP builds can cache pgd pointer in mmu scratch regGravatar Vineet Gupta 6-6/+10
2019-10-28ARC: nSIM_700: remove unused network optionsGravatar Eugeniy Paltsev 2-18/+2
2019-10-28ARC: nSIM_700: switch to DW UART usageGravatar Eugeniy Paltsev 2-11/+17
2019-10-28ARC: merge HAPS-HS with nSIM-HS configsGravatar Eugeniy Paltsev 6-244/+1
2019-10-28ARC: HAPS: cleanup defconfigs from unused ETH driversGravatar Eugeniy Paltsev 2-20/+2
2019-10-28ARC: HAPS: add HIGHMEM memory zone to DTSGravatar Eugeniy Paltsev 1-5/+8
2019-10-28ARC: HAPS: use same UART configuration everywhereGravatar Eugeniy Paltsev 2-2/+1
2019-10-28ARC: HAPS: cleanup defconfigs from unused IO-related optionsGravatar Eugeniy Paltsev 2-12/+6
2019-10-28ARC: regenerate nSIM and HAPS defconfigsGravatar Eugeniy Paltsev 5-35/+12