Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
b5e79e6ea6d21c342a94dda9f5d91a3e8d882e56
/
arch
/
arc
3240dd5
ARC: Fix thread_saved_pc()
by Vineet Gupta
· 10 years ago
13648b0
ARC: Fix KSTK_ESP()
by Vineet Gupta
· 10 years ago
ceed97a
ARC: perf: Enable generic software events
by Vineet Gupta
· 10 years ago
3a51d50
ARC: Make arc_unwind_core accessible externally
by Vineet Gupta
· 11 years ago
ce1d3fd
Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 10 years ago
a68fb48
Merge tag 'arc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
by Linus Torvalds
· 10 years ago
06f34e1
ARC: fix page address calculation if PAGE_OFFSET != LINUX_LINK_BASE
by Alexey Brodkin
· 10 years ago
f56141e
all arches, signal: move restart_block to struct task_struct
by Andy Lutomirski
· 10 years ago
d016bf7
mm: make FIRST_USER_ADDRESS unsigned long on all archs
by Kirill A. Shutemov
· 10 years ago
1874715
arc: drop _PAGE_FILE and pte_file()-related helpers
by Kirill A. Shutemov
· 10 years ago
d8ded50
dmaengine: dw: define DW_DMA_MAX_NR_MASTERS
by Andy Shevchenko
· 10 years ago
091f56b
ARC: Fix earlycon build breakage
by Peter Hurley
· 10 years ago
ffb7fcd
ARC: Dynamically determine BASE_BAUD from DeviceTree
by Vineet Gupta
· 10 years ago
7bf6df5
arc: Remove unused prepare_to_copy()
by Tobias Klauser
· 10 years ago
7082a29
ARC: use ACCESS_ONCE in cmpxchg loop
by Vineet Gupta
· 10 years ago
98edfab
ARC: add some more comments to ret_from_fork
by Vineet Gupta
· 10 years ago
4c86231
ARC: fix /proc/cpuinfo for offline cpus
by Vineet Gupta
· 10 years ago
e262eb9
arc: mm: Fix build failure
by Guenter Roeck
· 10 years ago
33692f2
vm: add VM_FAULT_SIGSEGV handling support
by Linus Torvalds
· 10 years ago
22943a6
Merge tag 'arc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
by Linus Torvalds
· 10 years ago
7a70bf7
ARC: rename default defconfig
by Vineet Gupta
· 10 years ago
e8ef060
ARC: [nsimosci] move peripherals to match model to FPGA
by Vineet Gupta
· 10 years ago
88ec11b
ARC: document memory clobber in irq control macros
by Vineet Gupta
· 10 years ago
9fb92eb
ARC: R-M-W assist locks only needed for !LLSC
by Vineet Gupta
· 10 years ago
70e71ca
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 10 years ago
0cb6c96
net, lib: kill arch_fast_hash library bits
by Daniel Borkmann
· 10 years ago
a0e4467
Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic
by Linus Torvalds
· 10 years ago
bfb111e
ARC: Remove redundant PCI_IOBASE declaration
by Thierry Reding
· 10 years ago
996bad6
ARC: add power management options
by Alexey Brodkin
· 10 years ago
816fb41
Merge tag 'remove-weak-declarations' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 10 years ago
4fbf81c
ARC: kgdb: generic kgdb_arch_pc() suffices
by Vineet Gupta
· 10 years ago
3d430bd
Merge tag 'arc-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
by Linus Torvalds
· 10 years ago
dbb885f
Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
5637208
ARC: boot: cpu feature print enhancements
by Vineet Gupta
· 10 years ago
c4b9856
ARC: boot: consolidate cross-checking of h/w and s/w
by Vineet Gupta
· 10 years ago
52e9bae
ARC: unbork FPU save/restore
by Vineet Gupta
· 10 years ago
be64c99
ARC: remove extraneous __KERNEL__ guards
by Vineet Gupta
· 10 years ago
ebc0c74
ARC: Update order of registers in KGDB to match GDB 7.5
by Anton Kolesov
· 10 years ago
cdd4552
ARC: Remove unneeded Kconfig entry NO_DMA
by Paul Bolle
· 10 years ago
3872d05
ARC: BUG() dumps stack after @msg (@msg now same as in generic BUG))
by Vineet Gupta
· 10 years ago
c59414c
ARC: refactoring: reduce the scope of some local vars
by Vineet Gupta
· 10 years ago
68d8fee
ARC: remove gcc mpy heuristics
by Vineet Gupta
· 10 years ago
435abb6
ARC: RIP @running_on_hw
by Vineet Gupta
· 10 years ago
c4aa49d
ARC: Update comments about uncached address space
by Vineet Gupta
· 10 years ago
1736a56
ARC: rename kconfig option for unaligned emulation
by Vineet Gupta
· 10 years ago
5c05483
ARC: [nsimosci] Allow "headless" models to boot
by Vineet Gupta
· 11 years ago
b4c43b4
ARC: [arcfpga] Get rid of ARC_BOARD_ANGEL4 and ARC_BOARD_ML509
by Paul Bolle
· 10 years ago
72f933e
ARC: [arcfpga] Remove more dead code
by Vineet Gupta
· 10 years ago
d7f8a08
ARC: [plat*] move code out of .init_machine into common
by Vineet Gupta
· 10 years ago
70e9564
ARC: [arcfpga] consolidate machine description, DT
by Vineet Gupta
· 10 years ago
619f301
ARC: Allow SMP kernel to build/boot on UP-only infrastructure
by Vineet Gupta
· 10 years ago
c5c38ef
irq_work: Introduce arch_irq_work_has_interrupt()
by Peter Zijlstra
· 10 years ago
014018e
ARC: [mm] Fix compilation breakage
by Noam Camus
· 10 years ago
e356030
flush_icache_range: export symbol to fix build errors
by Pranith Kumar
· 10 years ago
f7d11e9
locking,arch,arc: Fold atomic_ops
by Peter Zijlstra
· 11 years ago
63b12bd
Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/misc
by Linus Torvalds
· 10 years ago
e853ccf
Merge tag 'arc-v3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
by Linus Torvalds
· 10 years ago
2a5e95d
mm, arc: remove obsolete pagefault oom killer comment
by David Rientjes
· 10 years ago
5290dd7
arc: Use sigsp()
by Richard Weinberger
· 11 years ago
f6dd2a3
arc: Use get_signal() signal_setup_done()
by Richard Weinberger
· 11 years ago
79eb238
Merge tag 'tty-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 10 years ago
ef35ad2
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
5030c69
Merge tag 'v3.16-rc7' into perf/core, to merge in the latest fixes before applying new changes
by Ingo Molnar
· 10 years ago
22524b0
Revert "ARC: [arcfpga] stdout-path now suffices for earlycon/console"
by Greg Kroah-Hartman
· 10 years ago
af5abf1
ARC: help gcc elide icache helper for !SMP
by Vineet Gupta
· 10 years ago
1b1a22b
ARC: move common ops for line/full cache into helpers
by Vineet Gupta
· 11 years ago
da40ff4
ARC: cache boot reporting updates
by Vineet Gupta
· 11 years ago
590892d
ARC: [intc] mask/unmask can be hidden again
by Vineet Gupta
· 11 years ago
25c7c11
ARC: [plat-arcfpga] No need for init_irq hack
by Vineet Gupta
· 11 years ago
878f46c
ARC: [intc] don't mask all IRQ by default
by Vineet Gupta
· 11 years ago
c16e3e2
ARC: prune extra header includes from smp.c
by Vineet Gupta
· 11 years ago
c9a98e18
ARC: update some comments
by Vineet Gupta
· 11 years ago
2b75c0f
ARC: [SMP] unify cpu private IRQ requests (TIMER/IPI)
by Vineet Gupta
· 11 years ago
3a6bfbc
arch, locking: Ciao arch_mutex_cpu_relax()
by Davidlohr Bueso
· 11 years ago
9da433c
ARC: [arcfpga] stdout-path now suffices for earlycon/console
by Vineet Gupta
· 11 years ago
1b9bff7
ARC: [arcfpga] RIP early uart platform device stuff
by Vineet Gupta
· 11 years ago
2e6fb7c
serial/arc: remove earlyprintk support and switch to earlycon
by Vineet Gupta
· 11 years ago
2328af0
ARC: [SMP] Enable icache coherency
by Vineet Gupta
· 12 years ago
7e51221
ARC: [SMP] Fix IPI IRQ registration
by Noam Camus
· 12 years ago
a4b6cb7
ARC: Implement ptrace(PTRACE_GET_THREAD_AREA)
by Anton Kolesov
· 11 years ago
bef444a
ARC: optimize kernel bss clearing in early boot code
by Vineet Gupta
· 11 years ago
ba25915
ARC: Fix build breakage for !CONFIG_ARC_DW2_UNWIND
by Vineet Gupta
· 11 years ago
760ecbc
ARC: fix build warning in devtree
by Vineet Gupta
· 11 years ago
2cc9e58
arc, perf: Use common PMU interrupt disabled code
by Vince Weaver
· 11 years ago
230a15f
ARC: remove checks for CONFIG_ARC_MMU_V4
by Paul Bolle
· 11 years ago
9b651cc
Merge tag 'arc-v3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
by Linus Torvalds
· 11 years ago
5040573
arc: call find_vma with the mmap_sem held
by Davidlohr Bueso
· 11 years ago
d270506
Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux into next
by Linus Torvalds
· 11 years ago
776edb5
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next
by Linus Torvalds
· 11 years ago
ef680cd
ARC: Disable caches in early boot if so configured
by Vineet Gupta
· 11 years ago
e87a850
ARC: [arcfpga] Early ARC UART to be only activated by cmdline
by Vineet Gupta
· 11 years ago
c00bfd9
ARC: [arcfpga] Get rid of legacy BVCI latency unit support
by Vineet Gupta
· 11 years ago
26bc8a9
ARC: remove duplicate header exports
by Vineet Gupta
· 11 years ago
2d4899f
ARC: arc_local_timer_setup() need not pass own cpu id
by Vineet Gupta
· 11 years ago
eafd370
Merge branch 'dt-bus-name' into for-next
by Rob Herring
· 11 years ago
f63f98e
ARC: Fixed spelling errors within comments
by Terence Eden
· 11 years ago
2ab402d
ARC: make start_thread() out-of-line
by Vineet Gupta
· 11 years ago
d753863
ARC: fix mmuv2 warning
by Vineet Gupta
· 11 years ago
9a091d9
ARC: [SMP] ISS SMP extension bitrot
by Vineet Gupta
· 11 years ago
8aa9e85
ARC: !PREEMPT: Ensure Return to kernel mode is IRQ safe
by Vineet Gupta
· 11 years ago
Next »