Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
00c83b01d58068dfeb2e1351cca6fccf2a83fa8f
/
arch
/
arc
/
include
0cb6c96
net, lib: kill arch_fast_hash library bits
by Daniel Borkmann
· 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
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
3872d05
ARC: BUG() dumps stack after @msg (@msg now same as in generic BUG))
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
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
f7d11e9
locking,arch,arc: Fold atomic_ops
by Peter Zijlstra
· 11 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
da40ff4
ARC: cache boot reporting updates
by Vineet Gupta
· 10 years ago
590892d
ARC: [intc] mask/unmask can be hidden again
by Vineet Gupta
· 10 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
· 10 years ago
a4b6cb7
ARC: Implement ptrace(PTRACE_GET_THREAD_AREA)
by Anton Kolesov
· 10 years ago
230a15f
ARC: remove checks for CONFIG_ARC_MMU_V4
by Paul Bolle
· 10 years ago
9b651cc
Merge tag 'arc-v3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
by Linus Torvalds
· 10 years ago
d2705064
Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux into next
by Linus Torvalds
· 10 years ago
ef680cd
ARC: Disable caches in early boot if so configured
by Vineet Gupta
· 11 years ago
26bc8a9
ARC: remove duplicate header exports
by Vineet Gupta
· 10 years ago
2d4899f
ARC: arc_local_timer_setup() need not pass own cpu id
by Vineet Gupta
· 11 years ago
2ab402d
ARC: make start_thread() out-of-line
by Vineet Gupta
· 11 years ago
9a091d9
ARC: [SMP] ISS SMP extension bitrot
by Vineet Gupta
· 11 years ago
ccf3356
of/fdt: consolidate built-in dtb section variables
by Rob Herring
· 11 years ago
64ee9f3
ARC: Delete stale barrier.h
by Vineet Gupta
· 11 years ago
d594ffa
arch,arc: Convert smp_mb__*()
by Peter Zijlstra
· 11 years ago
2ab08ee
arc,hexagon: Delete asm/barrier.h
by Peter Zijlstra
· 11 years ago
3573d38
Merge tag 'arc-v3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
by Linus Torvalds
· 11 years ago
ec7ac6a
ARC: switch to generic ENTRY/END assembler annotations
by Vineet Gupta
· 11 years ago
ddf1d16
locking/mcs: Allow architecture specific asm files to be used for contended case
by Tim Chen
· 11 years ago
b119fa6
locking/mcs: Order the header files in Kbuild of each architecture in alphabetical order
by Tim Chen
· 11 years ago
597690c
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 11 years ago
9df62f0
arch: use ASM_NL instead of ';' for assembler new line character in the macro
by Chen Gang
· 11 years ago
4ba9920
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 11 years ago
7ae0e06
Merge tag 'arc-v3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
by Linus Torvalds
· 11 years ago
f549ed1
arch: Re-sort some Kbuild files to hopefully help avoid some conflicts
by Stephen Rothwell
· 11 years ago
6806afc
net: resort some Kbuild files to hopefully help avoid some conflicts
by Stephen Rothwell
· 11 years ago
1c62448
Merge tag 'v3.13-rc8' into core/locking
by Ingo Molnar
· 11 years ago
93ea02b
arch: Clean up asm/barrier.h implementations using asm-generic/barrier.h
by Peter Zijlstra
· 11 years ago
1de7da3
arch: Move smp_mb__{before,after}_atomic_{inc,dec}.h into asm/atomic.h
by Peter Zijlstra
· 11 years ago
56a4342
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
ccdaa6e
ARC: [SMP] IPI ACK interface doesn't need "self" cpu-id
by Vineet Gupta
· 11 years ago
ddf8443
ARC: [SMP] cpumask not needed in IPI send path
by Vineet Gupta
· 11 years ago
1e01c7e
ARC: Allow conditional multiple inclusion of uapi/asm/unistd.h
by Vineet Gupta
· 11 years ago
143c905
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
e3fec2f
lib: Add missing arch generic-y entries for asm-generic/hash.h
by David S. Miller
· 11 years ago
97bc386
ARC: Add guard macro to uapi/asm/unistd.h
by Vineet Gupta
· 11 years ago
dec8e46
Merge tag 'arc-v3.13-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
by Linus Torvalds
· 11 years ago
4007162
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
ca6ec3b
arc: handle pgtable_page_ctor() fail
by Kirill A. Shutemov
· 11 years ago
00d1a39
preempt: Make PREEMPT_ACTIVE generic
by Thomas Gleixner
· 11 years ago
10d0c97
Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 11 years ago
0dd450f
ARC: Add perf support for ARC700 cores
by Mischa Jonker
· 11 years ago
39cf275
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
b548095
Merge remote-tracking branch 'grant/devicetree/next' into for-next
by Rob Herring
· 11 years ago
5ea72a9
ARC: [SMP] TLB flush
by Vineet Gupta
· 11 years ago
63eca94
ARC: [SMP] ASID allocation
by Vineet Gupta
· 11 years ago
4782f7f
arc: remove '__init' for get_hw_config_num_irq()
by Chen Gang
· 11 years ago
8f5d221
arc: remove '__init' for first_lines_of_secondary()
by Chen Gang
· 11 years ago
ef3a661
arc: remove '__init' for setup_processor() and arc_init_IRQ()
by Chen Gang
· 11 years ago
0dafafc
ARC: Add support for irqflags tracing and lockdep
by Vineet Gupta
· 11 years ago
07ba69a
ARC: Reduce #ifdef'ery for unaligned access emulation
by Vineet Gupta
· 11 years ago
63d2dfd
ARC: cacheflush refactor #2: I and D caches lines to have same size
by Vineet Gupta
· 11 years ago
5116b1d
of: remove empty arch prom.h headers
by Rob Herring
· 11 years ago
32df8dc
of: remove HAVE_ARCH_DEVTREE_FIXUPS
by Rob Herring
· 11 years ago
880beb8
arc: use common of_flat_dt_match_machine
by Rob Herring
· 11 years ago
1efc959
arc: use unflatten_and_copy_device_tree
by Rob Herring
· 11 years ago
37bf063
Merge tag 'v3.12-rc4' into sched/core
by Ingo Molnar
· 11 years ago
6c00350
ARC: Workaround spinlock livelock in SMP SystemC simulation
by Vineet Gupta
· 11 years ago
0752adf
ARC: Fix 32-bit wrap around in access_ok()
by Vineet Gupta
· 11 years ago
a787870
sched, arch: Create asm/preempt.h
by Peter Zijlstra
· 11 years ago
c3567f8
ARC: SMP failed to boot due to missing IVT setup
by Noam Camus
· 11 years ago
07b9b65
ARC: fix new Section mismatches in build (post __cpuinit cleanup)
by Vineet Gupta
· 11 years ago
7efd0da
ARC: Fix __udelay calculation
by Mischa Jonker
· 11 years ago
6532b02
ARC: Add read*_relaxed to asm/io.h
by Mischa Jonker
· 11 years ago
947bf10
ARC: [ASID] Track ASID allocation cycles/generations
by Vineet Gupta
· 11 years ago
c601155
ARC: [ASID] activate_mm() == switch_mm()
by Vineet Gupta
· 11 years ago
3daa48d
ARC: [ASID] get_new_mmu_context() to conditionally allocate new ASID
by Vineet Gupta
· 11 years ago
5bd87ad
ARC: [ASID] Refactor the TLB paranoid debug code
by Vineet Gupta
· 11 years ago
ade922f
ARC: [ASID] Remove legacy/unused debug code
by Vineet Gupta
· 11 years ago
483e9bcb
ARC: MMUv4 preps/3 - Abstract out TLB Insert/Delete
by Vineet Gupta
· 11 years ago
d091fcb
ARC: MMUv4 preps/2 - Reshuffle PTE bits
by Vineet Gupta
· 11 years ago
64b703e
ARC: MMUv4 preps/1 - Fold PTE K/U access flags
by Vineet Gupta
· 11 years ago
4b06ff3
ARC: Code cosmetics (Nothing semantical)
by Vineet Gupta
· 11 years ago
fce16bc
ARC: Entry Handler tweaks: Optimize away redundant IRQ_DISABLE_SAVE
by Vineet Gupta
· 11 years ago
37f3ac4
ARC: Exception Handlers Code consolidation
by Vineet Gupta
· 11 years ago
4ffd9e2
ARC: SMP build breakage
by Vineet Gupta
· 11 years ago
76d3f4c
Merge tag 'arc-v3.11-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
by Linus Torvalds
· 11 years ago
40d158e
consolidate io_remap_pfn_range definitions
by Al Viro
· 12 years ago
ce75995
arc: delete __cpuinit usage from all arc files
by Paul Gortmaker
· 11 years ago
38a9ff6
ARC: Remove explicit passing around of ECR
by Vineet Gupta
· 11 years ago
502a0c7
ARC: pt_regs update #5: Use real ECR for pt_regs->event vs. synth values
by Vineet Gupta
· 11 years ago
352c1d9
ARC: stop using pt_regs->orig_r8
by Vineet Gupta
· 11 years ago
359105b
ARC: pt_regs update #4: r25 saved/restored unconditionally
by Vineet Gupta
· 11 years ago
ba3558c
ARC: K/U SP saved from one location in stack switching macro
by Vineet Gupta
· 11 years ago
Next »