- 81e82fa arc: Fix spelling mistake and grammar in Kconfig by Colin Ian King · 3 years, 7 months ago
- 8b793b44 arc: remove support for DISCONTIGMEM by Mike Rapoport · 3 years, 7 months ago
- e8003bf6 mm: drop redundant HAVE_ARCH_TRANSPARENT_HUGEPAGE by Anshuman Khandual · 3 years, 9 months ago
- c2280be mm: generalize ARCH_HAS_CACHE_LINE_SIZE by Anshuman Khandual · 3 years, 9 months ago
- 993b832 arch: arc: Remove CONFIG_OPROFILE support by Viresh Kumar · 4 years ago
- 7a932e5 Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 4 years, 1 month ago
- ac73e3d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 1 month ago
- 050b2da arc: use FLATMEM with freeing of unused memory map instead of DISCONTIGMEM by Mike Rapoport · 4 years, 1 month ago
- 39cac19 arc/mm/highmem: Use generic kmap atomic implementation by Thomas Gleixner · 4 years, 3 months ago
- 0774a6ed timekeeping: default GENERIC_CLOCKEVENTS to enabled by Arnd Bergmann · 4 years, 4 months ago
- f56e65d Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 3 months ago
- dd7c7ab ARC: [plat-eznps]: Drop support for EZChip NPS platform by Vineet Gupta · 4 years, 5 months ago
- 5e6e985 uaccess: add infrastructure for kernel builds with set_fs() by Christoph Hellwig · 4 years, 5 months ago
- 9ba2741 Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 6 months ago
- 140c818 arch: remove HAVE_COPY_THREAD_TLS by Christian Brauner · 4 years, 8 months ago
- 10011f7 ARCv2: support loop buffer (LPB) disabling by Eugeniy Paltsev · 4 years, 8 months ago
- 0bdd6e7 ARC: build: allow users to specify -mcpu by Eugeniy Paltsev · 4 years, 8 months ago
- a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
- 399145f mm/debug: add tests validating architecture page table helpers by Anshuman Khandual · 4 years, 8 months ago
- f09d317 ARC: allow userspace DSP applications to use AGU extensions by Eugeniy Paltsev · 4 years, 11 months ago
- 7321e2e ARC: add support for DSP-enabled userspace applications by Eugeniy Paltsev · 4 years, 11 months ago
- 4827d0c ARC: handle DSP presence in HW by Eugeniy Paltsev · 4 years, 11 months ago
- a5760db ARC: fix some Kconfig typos by Randy Dunlap · 5 years ago
- b7e573b Merge tag 'arc-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 5 years ago
- f45ba2b ARCv2: fpu: preserve userspace fpu state by Vineet Gupta · 5 years ago
- bd71c45 ARC: wireup clone3 syscall by Vineet Gupta · 5 years ago
- 1091670 scripts/sorttable: Rename 'sortextable' to 'sorttable' by Shile Zhang · 5 years ago
- 056df57 Merge tag 'arc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 5 years ago
- 9fbea0b ARC: add kmemleak support by Eugeniy Paltsev · 5 years ago
- 34dc0ea dma-direct: provide mmap and get_sgtable method overrides by Christoph Hellwig · 5 years ago
- f091d5a ARC: ARCv2: jump label: implement jump label patching by Eugeniy Paltsev · 5 years ago
- 9e3a25d Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
- f73c904 arc: use the generic remapping allocator for coherent DMA allocations by Christoph Hellwig · 6 years ago
- d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
- 390a0c6 locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archs by Waiman Long · 6 years ago
- 54c4901 Merge tag 'arc-5.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 6 years ago
- 9a18b5a arch: arc: Kconfig: pedantic formatting by Enrico Weigelt, metux IT consult · 6 years ago
- b7a7d1c Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
- b1b988a Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
- 7655146 ARCv2: Add explcit unaligned access support (and ability to disable too) by Eugeniy Paltsev · 6 years ago
- 493a2f8 ARC: enable uboot support unconditionally by Eugeniy Paltsev · 6 years ago
- e494239 ARCv2: support manual regfile save on interrupts by Vineet Gupta · 7 years ago
- ff4c25f dma-mapping: improve selection of dma_declare_coherent availability by Christoph Hellwig · 6 years ago
- 942fa98 32-bit userspace ABI: introduce ARCH_32BIT_OFF_T config option by Yury Norov · 7 years ago
- 34e04ee of: select OF_RESERVED_MEM automatically by Christoph Hellwig · 6 years ago
- 347cb6a dma-mapping: add a kconfig symbol for arch_setup_dma_ops availability by Christoph Hellwig · 6 years ago
- 1953031 Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
- af7ddd8 Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
- 9f687dd Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
- bf28760 clocksource/drivers/arc_timer: Utilize generic sched_clock by Alexey Brodkin · 6 years ago
- 3731c3d dma-mapping: always build the direct mapping code by Christoph Hellwig · 6 years ago
- 7c703e5 arch: switch the default on ARCH_HAS_SG_CHAIN by Christoph Hellwig · 6 years ago
- b7cc40c ARC: change defconfig defaults to ARCv2 by Kevin Hilman · 6 years ago
- 20f1b79 PCI: consolidate the PCI_SYSCALL symbol by Christoph Hellwig · 6 years ago
- eb01d42 PCI: consolidate PCI config entry in drivers/pci by Christoph Hellwig · 6 years ago
- 2c519f5 ARC: remove redundant 'default n' from Kconfig by Bartlomiej Zolnierkiewicz · 6 years ago
- aca52c3 mm: remove CONFIG_HAVE_MEMBLOCK by Mike Rapoport · 6 years ago
- b4a991e mm: remove CONFIG_NO_BOOTMEM by Mike Rapoport · 6 years ago
- cff2294 Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
- 58b0440 dma-mapping: consolidate the dma mmap implementations by Christoph Hellwig · 6 years ago
- bc3ec75 dma-mapping: merge direct and noncoherent ops by Christoph Hellwig · 6 years ago
- 7c2020c ARC: fix spelling mistake "entires" -> "entries" by Colin Ian King · 6 years ago
- c27d0e9 ARC: sort Kconfig by Vineet Gupta · 6 years ago
- fa1b5d0 Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
- 87a4c37 kconfig: include kernel/Kconfig.preempt from init/Kconfig by Christoph Hellwig · 6 years ago
- 06ec64b Kconfig: consolidate the "Kernel hacking" menu by Christoph Hellwig · 6 years ago
- 1572497 kconfig: include common Kconfig files from top-level Kconfig by Christoph Hellwig · 6 years ago
- eb27773 ARC: dma [non-IOC] setup SMP_CACHE_BYTES and cache_line_size by Eugeniy Paltsev · 6 years ago
- 2a0ea7d Merge tag 'arc-4.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 7 years ago
- af1fc5b ARCv2: [plat-hsdk]: Save accl reg pair by default by Vineet Gupta · 7 years ago
- 3010a5e mm: introduce ARCH_HAS_PTE_SPECIAL by Laurent Dufour · 7 years ago
- 6c3e71d arc: use generic dma_noncoherent_ops by Christoph Hellwig · 7 years ago
- 4965a68 arch: define the ARCH_DMA_ADDR_T_64BIT config symbol in lib/Kconfig by Christoph Hellwig · 7 years ago
- d4a451d arch: remove the ARCH_PHYS_ADDR_T_64BIT config symbol by Christoph Hellwig · 7 years ago
- 2120447 Merge tag 'arc-4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 7 years ago
- 827cc2f ARC: Fix malformed ARC_EMUL_UNALIGNED default by Ulf Magnusson · 7 years ago
- 57723cb arc: remove CONFIG_ARC_PLAT_NEEDS_PHYS_TO_DMA by Christoph Hellwig · 7 years ago
- ca122fe3 Merge tag 'arc-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 7 years ago
- 8238573 ARC: perf: avoid vmalloc backed mmap by Vineet Gupta · 8 years ago
- 83fc61a treewide: Fix typos in Kconfig by Masanari Iida · 7 years ago
- 5464d03 ARC: fix allnoconfig build warning by Vineet Gupta · 7 years ago
- a518d63 ARC: [plat-hsdk] initial port for HSDK board by Alexey Brodkin · 7 years ago
- 9ed6878 ARC: mm: Decouple RAM base address from kernel link address by Eugeniy Paltsev · 7 years ago
- 33460f8 ARC: [plat-sim] Include this platform unconditionally by Vineet Gupta · 7 years ago
- cf4100d Revert "ARCv2: Allow enabling PAE40 w/o HIGHMEM" by Alexey Brodkin · 8 years ago
- 3d5e801 ARCv2: entry: save Accumulator register pair (r58:59) if present by Vineet Gupta · 8 years ago
- 8ba605b ARC: [plat-*] ARC_HAS_COH_CACHES no longer relevant by Vineet Gupta · 8 years ago
- f33b8cd ARCv2: intc: Rework the build time irq count information by Yuriy Kolerov · 8 years ago
- eb1357d ARC: module: Fix !CONFIG_ARC_DW2_UNWIND builds by Vineet Gupta · 8 years ago
- 983eeba ARC: enable SG chaining by Vladimir Kondratiev · 8 years ago
- c4c9a04 clocksource: import ARC timer driver by Vineet Gupta · 8 years ago
- 0442142 ARC: timer: gfrc, rtc: build under same option (64-bit timers) by Vineet Gupta · 8 years ago
- f644e36 ARC: mm: retire ARC_DBG_TLB_MISS_COUNT... by Vineet Gupta · 8 years ago
- 27f3d2a ARC: [build] Support gz, lzma compressed uImage by Daniel Mentz · 8 years ago
- 3ce0fef ARCv2: intc: untangle SMP, MCIP and IDU by Vineet Gupta · 8 years ago
- 3528f84 ARC: CONFIG_NODES_SHIFT fix default values by Noam Camus · 8 years ago
- ce63652 ARCv2: Implement atomic64 based on LLOCKD/SCONDD instructions by Vineet Gupta · 9 years ago
- ed6aefe Revert "ARCv2: spinlock/rwlock/atomics: Delayed retry of failed SCOND with exponential backoff" by Vineet Gupta · 9 years ago
- d140b9b ARC: don't enable DISCONTIGMEM unconditionally by Vineet Gupta · 9 years ago
- 60f2b4b ARC: [intc-compact] simplify code for 2 priority levels by Vineet Gupta · 9 years ago