Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
0d978eb7349941139241a99acf05de6dd49b78d1
/
arch
/
arc
/
include
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
1898a95
ARC: Entry Handler tweaks: Avoid hardcoded LIMMS for ECR values
by Vineet Gupta
· 11 years ago
3ebedbb
ARC: Increase readability of entry handlers
by Vineet Gupta
· 11 years ago
16f9afe
ARC: pt_regs update #3: Remove unused gutter at start of callee_regs
by Vineet Gupta
· 11 years ago
2fa9190
ARC: pt_regs update #2: Remove unused gutter at start of pt_regs
by Vineet Gupta
· 11 years ago
283237a
ARC: pt_regs update #1: Align pt_regs end with end of kernel stack page
by Vineet Gupta
· 11 years ago
bed3097
ARC: pt_regs update #0: remove kernel stack canary
by Vineet Gupta
· 11 years ago
3abc944
ARC: [mm] Make stack/heap Non-executable by default
by Vineet Gupta
· 11 years ago
2ed21da
ARC: [mm] Assume pagecache page dirty by default
by Vineet Gupta
· 12 years ago
3049918
ARC: cache detection code bitrot
by Vineet Gupta
· 11 years ago
da1677b
ARC: Disintegrate arcregs.h
by Vineet Gupta
· 12 years ago
8235703
ARC: Use kconfig helper IS_ENABLED() to get rid of defines.h
by Vineet Gupta
· 11 years ago
7bb66f6
ARC: lazy dcache flush broke gdb in non-aliasing configs
by Vineet Gupta
· 11 years ago
006dfb3
ARC: Use enough bits for determining page's cache color
by Vineet Gupta
· 12 years ago
3e87974
ARC: Brown paper bag bug in macro for checking cache color
by Vineet Gupta
· 12 years ago
a950549
ARC: copy_(to|from)_user() to honor usermode-access permissions
by Vineet Gupta
· 12 years ago
5bba49f
ARC: [mm] Aliasing VIPT dcache support 4/4
by Vineet Gupta
· 12 years ago
de2a852
ARC: [mm] Aliasing VIPT dcache support 3/4
by Vineet Gupta
· 12 years ago
4102b53
ARC: [mm] Aliasing VIPT dcache support 2/4
by Vineet Gupta
· 12 years ago
6ec18a8
ARC: [mm] Aliasing VIPT dcache support 1/4
by Vineet Gupta
· 12 years ago
eacd0e95
ARC: [mm] Lazy D-cache flush (non aliasing VIPT)
by Vineet Gupta
· 12 years ago
94bad1a
ARC: [mm] consolidate icache/dcache sync code
by Vineet Gupta
· 12 years ago
24603fd
ARC: [mm] optimise icache flush for user mappings
by Vineet Gupta
· 12 years ago
8d56bec
ARC: [mm] optimize needless full mm TLB flush on munmap
by Vineet Gupta
· 12 years ago
072eb69
ARC: [TB10x] Add support for TB10x platform
by Christian Ruppert
· 12 years ago
a37cdac
ARC: Prepare interrupt code for external controllers
by Christian Ruppert
· 12 years ago
79e5f05
ARC: Add implicit compiler barrier to raw_local_irq* functions
by Christian Ruppert
· 12 years ago
367f3fc
ARC: Fix the typo in event identifier flags used by ptrace
by Vineet Gupta
· 12 years ago
2105fd5
arc: fix dma_address assignment during dma_map_sg()
by Pierrick Hascoet
· 12 years ago
a37b2dc
ARC: Remove SET_PERSONALITY (tracks cross-arch change)
by Vineet Gupta
· 12 years ago
180d406
ARC: ABIv3: fork/vfork wrappers not needed in "no-legacy-syscall" ABI
by Vineet Gupta
· 12 years ago
1540c85
ARC: make allyesconfig build breakages
by Vineet Gupta
· 12 years ago
8ccfe66
ARC: split elf.h into uapi and export it for userspace
by Vineet Gupta
· 12 years ago
1713905
ARC: Fixup the current ABI version
by Vineet Gupta
· 12 years ago
5dc99e5
ARC: gdbserver using regset interface possibly broken
by Vineet Gupta
· 12 years ago
eab6a08
ARC: make a copy of flat DT
by Vineet Gupta
· 12 years ago
0208c96
ARC: Provide a default serial.h for uart drivers needing BASE_BAUD
by Vineet Gupta
· 12 years ago
10b1271
ARC: [Review] Multi-platform image #7: SMP common code to use callbacks
by Vineet Gupta
· 12 years ago
fc7943d
ARC: [Review] Multi-platform image #6: cpu-to-dma-addr optional
by Vineet Gupta
· 12 years ago
decae9d
ARC: [Review] Multi-platform image #5: NR_IRQS defined by ARC core
by Vineet Gupta
· 12 years ago
e97ff12
ARC: [Review] Multi-platform image #4: Isolate platform headers
by Vineet Gupta
· 12 years ago
877768c
ARC: [Review] Multi-platform image #3: switch to board callback
by Vineet Gupta
· 12 years ago
03a6d28
ARC: [Review] Multi-platform image #2: Board callback Infrastructure
by Vineet Gupta
· 12 years ago
4368902
ARC: Add support for ioremap_prot API
by Gilad Ben-Yossef
· 12 years ago
8c2f4a8
ARC: UAPI Disintegrate arch/arc/include/asm
by Vineet Gupta
· 12 years ago
8b5850f
ARC: Support for single cycle Close Coupled Mem (CCM)
by Vineet Gupta
· 12 years ago
9c57564
ARC: perf support (software counters only)
by Vineet Gupta
· 12 years ago
af61742
ARC: Boot #2: Verbose Boot reporting / feature verification
by Vineet Gupta
· 12 years ago
f46121b
ARC: kgdb support
by Mischa Jonker
· 12 years ago
2e651ea
ARC: Unaligned access emulation
by Vineet Gupta
· 12 years ago
4d86dfb
ARC: kprobes support
by Vineet Gupta
· 12 years ago
e65ab5a
ARC: disassembly (needed by kprobes/kgdb/unaligned-access-emul)
by Vineet Gupta
· 12 years ago
Next »