aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-04arc: mm: add p?d_leaf() definitionsSteven Price1-0/+1
2020-01-31Merge tag 'arc-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds13-40/+120
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-4/+0
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2020-01-28Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2020-01-28Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2020-01-17ARCv2: fpu: preserve userspace fpu stateVineet Gupta6-12/+68
2020-01-17ARC: fpu: declutter code, move bits out into fpu.hVineet Gupta4-25/+33
2020-01-15ARC: wireup clone3 syscallVineet Gupta6-4/+19
2020-01-14ARC: [plat-axs10x]: Add missing multicast filter number to GMAC nodeJose Abreu1-0/+1
2020-01-14arch/arc/setup: Drop dummy_con initializationArvind Sankar1-4/+0
2020-01-10Merge branch 'x86/mm' into efi/core, to pick up dependenciesIngo Molnar1-0/+4
2020-01-06Merge tag 'arc-5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds4-7/+14
2019-12-28ARC: pt_regs: remove hardcoded registers offsetEugeniy Paltsev2-4/+13
2019-12-25Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar28-414/+366
2019-12-19ARC: asm-offsets: remove duplicate entryEugeniy Paltsev1-1/+0
2019-12-13scripts/sorttable: Rename 'sortextable' to 'sorttable'Shile Zhang1-1/+1
2019-12-10mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmalloc.h>Ingo Molnar1-0/+4
2019-12-09ARC: mm: drop stale define of __ARCH_USE_5LEVEL_HACKMike Rapoport1-1/+0
2019-12-09arc: eznps: fix allmodconfig kconfig warningRandy Dunlap1-1/+1
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-3/+3
2019-12-08sched/rt, ARC: Use CONFIG_PREEMPTIONThomas Gleixner1-3/+3
2019-12-04Merge tag 'arc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds27-411/+363
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+0
2019-12-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-4/+11
2019-12-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds2-2/+0
2019-12-01ARC: mm: remove __ARCH_USE_5LEVEL_HACKVineet Gupta3-4/+11
2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux; tag 'dma-mapping-5.5' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-5/+4
2019-11-28Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapLinus Torvalds1-4/+0
2019-11-26asm-generic: Make msi.h a mandatory include/asm headerMichal Simek1-1/+0
2019-11-26sysctl: Remove the sysctl system callEric W. Biederman2-2/+0
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+2
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig1-4/+4
2019-11-20ARC: add kmemleak supportEugeniy Paltsev1-0/+1
2019-11-20ARC: [plat-axs10x]: remove hardcoded video mode from bootargsEugeniy Paltsev2-2/+2
2019-11-20ARC: [plat-axs10x]: use pgu pll instead of fixed clockEugeniy Paltsev2-5/+12
2019-11-11arch: rely on asm-generic/io.h for default ioremap_* definitionsChristoph Hellwig1-4/+0
2019-11-11dma-direct: provide mmap and get_sgtable method overridesChristoph Hellwig1-1/+0
2019-11-08ARC: ARCv2: jump label: implement jump label patchingEugeniy Paltsev5-0/+253
2019-11-04vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAKees Cook1-1/+1
2019-11-04vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATAKees Cook1-1/+1
2019-11-04vmlinux.lds.h: Move NOTES into RO_DATAKees Cook1-2/+0
2019-10-28ARC: mm: tlb flush optim: elide redundant uTLB invalidates for MMUv3Vineet Gupta1-5/+0
2019-10-28ARC: mm: tlb flush optim: elide repeated uTLB invalidate in loopVineet Gupta1-45/+29
2019-10-28ARC: mm: tlb flush optim: Make TLBWriteNI fallback to TLBWrite if not availableVineet Gupta2-4/+2
2019-10-28ARC: mm: TLB Miss optim: avoid re-reading ECRVineet Gupta1-2/+0
2019-10-28ARCv2: mm: TLB Miss optim: Use double world load/stores LDD/STDVineet Gupta1-0/+10
2019-10-28ARCv2: mm: TLB Miss optim: SMP builds can cache pgd pointer in mmu scratch regVineet Gupta6-6/+10
2019-10-28ARC: nSIM_700: remove unused network optionsEugeniy Paltsev2-18/+2
2019-10-28ARC: nSIM_700: switch to DW UART usageEugeniy Paltsev2-11/+17