- ab8eb7d ARC: [plat-hsdk]: Add reset controller node to manage ethernet reset by Eugeniy Paltsev · 7 years ago
- edb40d7 ARC: [plat-hsdk]: Temporary fix to set CPU frequency to 1GHz by Eugeniy Paltsev · 7 years ago
- 5464d03 ARC: fix allnoconfig build warning by Vineet Gupta · 7 years ago
- dea8252 ARCv2: boot log: identify HS48 cores (dual issue) by Vineet Gupta · 7 years ago
- 010a8c9 ARC: boot log: decontaminate ARCv2 ISA_CONFIG register by Vineet Gupta · 7 years ago
- d9bc84a arc: remove redundant UTS_MACHINE define in arch/arc/Makefile by Masahiro Yamada · 7 years ago
- ef833ea ARC: [plat-hsdk] use actual clk driver to manage cpu clk by Eugeniy Paltsev · 7 years ago
- 9583833 ARC: [*defconfig] Reenable soft lock-up detector by Alexey Brodkin · 7 years ago
- 976e78a ARC: [plat-axs10x] sdio: Temporary fix of sdio ciu frequency by Eugeniy Paltsev · 7 years ago
- 6afa3bc ARC: [plat-hsdk] sdio: Temporary fix of sdio ciu frequency by Eugeniy Paltsev · 7 years ago
- 043d1e7 ARC: [plat-axs103] Add temporary quirk to reset ethernet IP by Eugeniy Paltsev · 7 years ago
- c17c020 arch: remove unused *_segments() macros/functions by Tobias Klauser · 7 years ago
- 0ee931c mm: treewide: remove GFP_TEMPORARY allocation flag by Michal Hocko · 7 years ago
- ee89252 Merge tag 'arc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 7 years ago
- 0d519f2 Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
- 15d8ffc Merge tag 'mmc-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 7 years ago
- 5f82e71 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 0081a0c Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- edc2988 Merge branch 'linus' into locking/core, to fix up conflicts by Ingo Molnar · 7 years ago
- 1ee55a8 ARC: Re-enable MMU upon Machine Check exception by Jose Abreu · 7 years ago
- aa7e3a5 ARC: Show fault information passed to show_kernel_fault_diag() by Jose Abreu · 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
- bee91c3 ARCv2: IOC: Tighten up the contraints (specifically base / size alignment) by Eugeniy Paltsev · 7 years ago
- 0fa400c ARC: [plat-axs103] refactor the DT fudging code by Vineet Gupta · 7 years ago
- f6a09ba ARC: [plat-axs103] use clk driver #2: Add core pll node to DT to manage cpu clk by Eugeniy Paltsev · 7 years ago
- 9926c29 ARC: [plat-axs103] use clk driver #1: Get rid of platform specific cpu clk setting by Eugeniy Paltsev · 7 years ago
- ae0b63d ARCv2: SLC: provide a line based flush routine for debugging by Vineet Gupta · 7 years ago
- 9f82e90 ARC: Hardcode ARCH_DMA_MINALIGN to max line length we may have by Alexey Brodkin · 7 years ago
- 69afbb7 arc: remove num-slots from arc platforms by Shawn Lin · 7 years ago
- e8206d2 ARCv2: SMP: Mask only private-per-core IRQ lines on boot at core intc by Alexey Brodkin · 7 years ago
- 28923f6 ARC: [plat-eznps] handle extra aux regs #2: kernel/entry exit by Liav Rehana · 7 years ago
- 5b2189a ARC: [plat-eznps] handle extra aux regs #1: save/restore on context switch by Noam Camus · 7 years ago
- 3f9cd87 ARC: [plat-eznps] avoid toggling of DPC register by Elad Kanfi · 7 years ago
- abd8926 ARC: [plat-eznps] Update the init sequence of aux regs per cpu. by Liav Rehana · 7 years ago
- 35b55ef ARC: [plat-eznps] new command line argument for HW scheduler at MTM by Noam Camus · 7 years ago
- 18ee4be ARC: set boot print log level to PR_INFO by Noam Camus · 7 years ago
- 9833949 ARC: [plat-eznps] Handle user memory error same in simulation and silicon by Noam Camus · 7 years ago
- 644fa02 ARC: [plat-eznps] use schd.wft instruction instead of sleep at idle task by Noam Camus · 8 years ago
- 64f42ce ARC: create cpu specific version of arch_cpu_idle() by Vineet Gupta · 7 years ago
- 1112c3b ARC: [plat-eznps] spinlock aware for MTM by Noam Camus · 8 years ago
- c2bdac1 ARC: spinlock: Document the EX based spin_unlock by Vineet Gupta · 9 years ago
- ab1e866 ARC: [plat-eznps] disabled stall counter due to a HW bug by Noam Camus · 8 years ago
- 30b7af2 ARC: [plat-eznps] Fix TLB Errata by Noam Camus · 8 years ago
- 9e93955 ARC: [plat-eznps] typo fix at Kconfig by Noam Camus · 8 years ago
- 9405530 ARC: typos fix in kernel/entry-compact.S by Liav Rehana · 8 years ago
- ddf720f ARC: typo fix in mm/fault.c by Liav Rehana · 8 years ago
- 30d6e0a futex: Remove duplicated code and fix undefined behaviour by Jiri Slaby · 7 years ago
- 10c9850 Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 7 years ago
- 05ab303 Merge tag 'arc-4.13-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 7 years ago
- 94edf6f Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 7 years ago
- 952111d arch: Remove spin_unlock_wait() arch-specific definitions by Paul E. McKenney · 7 years ago
- a8ec3ee arc: Mask individual IRQ lines during core INTC init by Alexey Brodkin · 7 years ago
- 9d664c0 locking/atomic: Fix atomic_set_release() for 'funny' architectures by Peter Zijlstra · 7 years ago
- b5ddb6d ARCv2: PAE40: set MSB even if !CONFIG_ARC_HAS_PAE40 but PAE exists in SoC by Vineet Gupta · 7 years ago
- 7d79cee ARCv2: PAE40: Explicitly set MSB counterpart of SLC region ops addresses by Alexey Brodkin · 7 years ago
- 2e332fe ARC: dma: implement dma_unmap_page and sg variant by Vineet Gupta · 7 years ago
- b37174d ARCv2: SLC: Make sure busy bit is set properly for region ops by Alexey Brodkin · 7 years ago
- 33460f8 ARC: [plat-sim] Include this platform unconditionally by Vineet Gupta · 7 years ago
- f862b31 ARC: [plat-axs10x]: prepare dts files for enabling PAE40 on axs103 by Eugeniy Paltsev · 7 years ago
- 77f0c8b ARC: Remove empty kernel/pcibios.c by Palmer Dabbelt · 7 years ago
- ecf677c PCI: Add a generic weak pcibios_align_resource() by Palmer Dabbelt · 7 years ago
- bccf90d PCI: Add a generic weak pcibios_fixup_bus() by Palmer Dabbelt · 7 years ago
- 43fc509 dma-coherent: introduce interface for default DMA pool by Vladimir Murzin · 7 years ago
- 29178c1 ARC: defconfig: Cleanup from old Kconfig options by Krzysztof Kozlowski · 7 years ago
- 3e4f937 arc: move generic-y of exported headers to uapi/asm/Kbuild by Masahiro Yamada · 7 years ago
- 1b044f1 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 6474924 arch: remove unused macro/function thread_saved_pc() by Tobias Klauser · 7 years ago
- f0cd9ae Merge branch 'timers/urgent' into timers/core by Thomas Gleixner · 7 years ago
- 1be7107 mm: larger stack guard gap, between vmas by Hugh Dickins · 7 years ago
- ba5d08c clocksource/drivers: Rename clocksource_probe to timer_probe by Daniel Lezcano · 8 years ago
- 6bc51cb signal: Remove non-uapi <asm/siginfo.h> by Christoph Hellwig · 7 years ago
- 791a9a6 Merge tag 'kbuild-uapi-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 8 years ago
- 23ea3f62 Merge tag 'kbuild-misc-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 8 years ago
- fcc8487 uapi: export all headers under uapi directories by Nicolas Dichtel · 8 years ago
- 4a1e31c Merge tag 'arc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 8 years ago
- ad61dd3 scripts/spelling.txt: add regsiter -> register spelling mistake by Stephen Boyd · 8 years ago
- cf4100d Revert "ARCv2: Allow enabling PAE40 w/o HIGHMEM" by Alexey Brodkin · 8 years ago
- 868a653 ARC: mm: fix build failure in linux-next for UP builds by Vineet Gupta · 8 years ago
- 65c02a5 ARCv2: ptrace: provide regset for accumulator/r30 regs by Vineet Gupta · 8 years ago
- f734a31 ARCv2: mm: micro-optimize region flush generated code by Vineet Gupta · 8 years ago
- ee40bd1 ARCv2: mm: Merge 2 updates to DC_CTRL for region flush by Vineet Gupta · 8 years ago
- 0d77117 ARCv2: mm: Implement cache region flush operations by Vineet Gupta · 10 years ago
- 7d3d162 ARC: mm: Move full_page computation into cache version agnostic wrapper by Vineet Gupta · 8 years ago
- 5db6db0 Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 36b5a51 arc: axs10x: Fix ARC PGU default clock frequency by Jose Abreu · 8 years ago
- c858198 arc: axs10x: Add DT bindings for I2S audio playback by Jose Abreu · 8 years ago
- 701cac6 CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional now by Al Viro · 8 years ago
- eea86b6 Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64', 'uaccess.avr32', 'uaccess.bfin', 'uaccess.c6x', 'uaccess.cris', 'uaccess.frv', 'uaccess.h8300', 'uaccess.hexagon', 'uaccess.ia64', 'uaccess.m32r', 'uaccess.m68k', 'uaccess.metag', 'uaccess.microblaze', 'uaccess.mips', 'uaccess.mn10300', 'uaccess.nios2', 'uaccess.openrisc', 'uaccess.parisc', 'uaccess.powerpc', 'uaccess.s390', 'uaccess.score', 'uaccess.sh', 'uaccess.sparc', 'uaccess.tile', 'uaccess.um', 'uaccess.unicore32', 'uaccess.x86' and 'uaccess.xtensa' into work.uaccess by Al Viro · 8 years ago
- 3d5e801 ARCv2: entry: save Accumulator register pair (r58:59) if present by Vineet Gupta · 8 years ago
- 6492f09 ARC: [plat-eznps] Fix build error by Noam Camus · 8 years ago
- bee3f41 Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux into uaccess.parisc by Al Viro · 8 years ago
- dcbcb49 Merge tag 'arc-4.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 8 years ago
- 4c6fabd ARC: fix build warnings with !CONFIG_KPROBES by Vineet Gupta · 8 years ago
- c70c473 ARCv2: SLC: Make sure busy bit is set properly on SLC flushing by Alexey Brodkin · 8 years ago
- e13909a ARC: uaccess: enable INLINE_COPY_{TO,FROM}_USER ... by Vineet Gupta · 8 years ago
- 839cc29 arc: switch to RAW_COPY_USER by Al Viro · 8 years ago
- 3a1e37a arc: get rid of unused declaration by Al Viro · 8 years ago
- db68ce1 new helper: uaccess_kernel() by Al Viro · 8 years ago
- aaa2e7a add asm-generic/extable.h by Al Viro · 8 years ago