Age | Commit message (Expand) | Author | Files | Lines |
2019-12-05 | Merge tag 'arc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup... | Linus Torvalds | 27 | -411/+363 |
2019-12-04 | Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+0 |
2019-12-02 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 3 | -4/+11 |
2019-12-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2 | -2/+0 |
2019-12-01 | ARC: mm: remove __ARCH_USE_5LEVEL_HACK | Vineet Gupta | 3 | -4/+11 |
2019-11-28 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Linus Torvalds | 2 | -5/+4 |
2019-11-28 | Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremap | Linus Torvalds | 1 | -4/+0 |
2019-11-26 | asm-generic: Make msi.h a mandatory include/asm header | Michal Simek | 1 | -1/+0 |
2019-11-26 | sysctl: Remove the sysctl system call | Eric W. Biederman | 2 | -2/+0 |
2019-11-26 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -4/+2 |
2019-11-20 | dma-mapping: drop the dev argument to arch_sync_dma_for_* | Christoph Hellwig | 1 | -4/+4 |
2019-11-20 | ARC: add kmemleak support | Eugeniy Paltsev | 1 | -0/+1 |
2019-11-20 | ARC: [plat-axs10x]: remove hardcoded video mode from bootargs | Eugeniy Paltsev | 2 | -2/+2 |
2019-11-20 | ARC: [plat-axs10x]: use pgu pll instead of fixed clock | Eugeniy Paltsev | 2 | -5/+12 |
2019-11-11 | arch: rely on asm-generic/io.h for default ioremap_* definitions | Christoph Hellwig | 1 | -4/+0 |
2019-11-11 | dma-direct: provide mmap and get_sgtable method overrides | Christoph Hellwig | 1 | -1/+0 |
2019-11-09 | ARC: ARCv2: jump label: implement jump label patching | Eugeniy Paltsev | 5 | -0/+253 |
2019-11-04 | vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATA | Kees Cook | 1 | -1/+1 |
2019-11-04 | vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATA | Kees Cook | 1 | -1/+1 |
2019-11-04 | vmlinux.lds.h: Move NOTES into RO_DATA | Kees Cook | 1 | -2/+0 |
2019-10-28 | ARC: mm: tlb flush optim: elide redundant uTLB invalidates for MMUv3 | Vineet Gupta | 1 | -5/+0 |
2019-10-28 | ARC: mm: tlb flush optim: elide repeated uTLB invalidate in loop | Vineet Gupta | 1 | -45/+29 |
2019-10-28 | ARC: mm: tlb flush optim: Make TLBWriteNI fallback to TLBWrite if not available | Vineet Gupta | 2 | -4/+2 |
2019-10-28 | ARC: mm: TLB Miss optim: avoid re-reading ECR | Vineet Gupta | 1 | -2/+0 |
2019-10-28 | ARCv2: mm: TLB Miss optim: Use double world load/stores LDD/STD | Vineet Gupta | 1 | -0/+10 |
2019-10-28 | ARCv2: mm: TLB Miss optim: SMP builds can cache pgd pointer in mmu scratch reg | Vineet Gupta | 6 | -6/+10 |
2019-10-28 | ARC: nSIM_700: remove unused network options | Eugeniy Paltsev | 2 | -18/+2 |
2019-10-28 | ARC: nSIM_700: switch to DW UART usage | Eugeniy Paltsev | 2 | -11/+17 |
2019-10-28 | ARC: merge HAPS-HS with nSIM-HS configs | Eugeniy Paltsev | 6 | -244/+1 |
2019-10-28 | ARC: HAPS: cleanup defconfigs from unused ETH drivers | Eugeniy Paltsev | 2 | -20/+2 |
2019-10-28 | ARC: HAPS: add HIGHMEM memory zone to DTS | Eugeniy Paltsev | 1 | -5/+8 |
2019-10-28 | ARC: HAPS: use same UART configuration everywhere | Eugeniy Paltsev | 2 | -2/+1 |
2019-10-28 | ARC: HAPS: cleanup defconfigs from unused IO-related options | Eugeniy Paltsev | 2 | -12/+6 |
2019-10-28 | ARC: regenerate nSIM and HAPS defconfigs | Eugeniy Paltsev | 5 | -35/+12 |
2019-10-22 | ARC: perf: Accommodate big-endian CPU | Alexey Brodkin | 1 | -2/+2 |
2019-10-22 | ARC: [plat-hsdk]: Enable on-boardi SPI ADC IC | Eugeniy Paltsev | 2 | -0/+19 |
2019-10-22 | ARC: [plat-hsdk]: Enable on-board SPI NOR flash IC | Eugeniy Paltsev | 2 | -0/+10 |
2019-09-26 | mm: treewide: clarify pgtable_page_{ctor,dtor}() naming | Mark Rutland | 1 | -2/+2 |
2019-09-25 | mm: consolidate pgtable_cache_init() and pgd_cache_init() | Mike Rapoport | 1 | -5/+0 |
2019-09-25 | mm: remove quicklist page table caches | Nicholas Piggin | 1 | -1/+0 |
2019-09-20 | Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 17 | -8/+16 |
2019-09-19 | Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -6/+0 |
2019-09-04 | kbuild,arc: add CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE_O3 for ARC | Masahiro Yamada | 17 | -8/+16 |
2019-08-29 | Merge tag 'Wimplicit-fallthrough-5.3-rc7' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 1 | -0/+1 |
2019-08-29 | ARC: unwind: Mark expected switch fall-through | Gustavo A. R. Silva | 1 | -0/+1 |
2019-08-29 | dma-mapping: make dma_atomic_pool_init self-contained | Christoph Hellwig | 1 | -6/+0 |
2019-08-26 | arc: prefer __section from compiler_attributes.h | Nick Desaulniers | 2 | -6/+5 |
2019-08-26 | ARCv2: IDU-intc: Add support for edge-triggered interrupts | Mischa Jonker | 1 | -6/+54 |
2019-08-06 | ARC: unwind: Mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -2/+2 |
2019-08-05 | ARC: [plat-hsdk]: allow to switch between AXI DMAC port configurations | Eugeniy Paltsev | 2 | -12/+78 |