Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
8d9dfe8276750aaf30ca1b59b4c3f9349377cb6e
/
arch
/
arc
8f041e6
Merge tag 'arc-v3.11-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
by Linus Torvalds
· 11 years ago
609838c
mm: invoke oom-killer from remaining unconverted page fault handlers
by Johannes Weiner
· 11 years ago
98f486f1
Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 11 years ago
e61aca5
Merge branch 'kconfig-diet' from Dave Hansen
by Linus Torvalds
· 11 years ago
d1a1dc0
consolidate per-arch stack overflow debugging options
by Dave Hansen
· 11 years ago
7f0ef02
Merge branch 'akpm' (updates from Andrew Morton)
by Linus Torvalds
· 11 years ago
de35e1b
mm/ARC: prepare for removing num_physpages and simplify mem_init()
by Jiang Liu
· 11 years ago
0c98853
mm: concentrate modification of totalram_pages into the mm core
by Jiang Liu
· 11 years ago
dbe67df
mm: enhance free_reserved_area() to support poisoning memory with zero
by Jiang Liu
· 11 years ago
1119969
mm: change signature of free_reserved_area() to fix building warnings
by Jiang Liu
· 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
e77e430
more open-coded file_inode() calls
by Al Viro
· 11 years ago
40d158e
consolidate io_remap_pfn_range definitions
by Al Viro
· 11 years ago
723e2b8
ARC: [TB10x] Updates for irqchip driver
by Christian Ruppert
· 11 years ago
d0e63ed
ARC: [plat-arcfpga] Enable arc_emac for ARCAngle4 Board
by Alexey Brodkin
· 11 years ago
baadb8f
ARC: warn on improper stack unwind FDE entries
by Vineet Gupta
· 11 years ago
ce75995
arc: delete __cpuinit usage from all arc files
by Paul Gortmaker
· 11 years ago
dc81df2
ARC: [tlb-miss] Fix bug with CONFIG_ARC_DBG_TLB_MISS_COUNT
by Vineet Gupta
· 11 years ago
c3e757a
ARC: [tlb-miss] Extraneous PTE bit testing/setting
by Vineet Gupta
· 11 years ago
5a45da0
ARC: Adjustments for gcc 4.8
by Vineet Gupta
· 11 years ago
9803f86
i2c-designware: make SDA hold time configurable
by Christian Ruppert
· 11 years ago
05b016e
ARC: Setup Vector Table Base in early boot
by Vineet Gupta
· 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
147aece
ARC: Entry Handler tweaks: Simplify branch for in-kernel preemption
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
3e1ae441
ARC: [mm] Remove @write argument to do_page_fault()
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
· 11 years ago
fedf5b9
ARC: [mm] optimise VIPT dcache aliasing 2/x
by Vineet Gupta
· 11 years ago
5971bc7
ARC: [mm] optimise VIPT dcache aliasing 1/x
by Vineet Gupta
· 11 years ago
29b93c6
ARC: [mm] Zero page optimization
by Vineet Gupta
· 11 years ago
2f9e996
ARC: make dcache VIPT aliasing support dependant on dcache
by Alexey Brodkin
· 11 years ago
336e199
ARC: No-op full icache flush if !CONFIG_ARC_HAS_ICACHE
by Vineet Gupta
· 11 years ago
3049918
ARC: cache detection code bitrot
by Vineet Gupta
· 11 years ago
6546415
ARC: Reduce Code for ECR printing
by Vineet Gupta
· 11 years ago
da1677b
ARC: Disintegrate arcregs.h
by Vineet Gupta
· 11 years ago
1843734
ARC: More code beautification with IS_ENABLED()
by Vineet Gupta
· 11 years ago
8235703
ARC: Use kconfig helper IS_ENABLED() to get rid of defines.h
by Vineet Gupta
· 11 years ago
ba5afad
ARC: [plat-arcfpga] Fix build breakage when !CONFIG_ARC_SERIAL
by Mischa Jonker
· 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
· 11 years ago
3e87974
ARC: Brown paper bag bug in macro for checking cache color
by Vineet Gupta
· 11 years ago
a950549
ARC: copy_(to|from)_user() to honor usermode-access permissions
by Vineet Gupta
· 11 years ago
f538881
ARC: [mm] Prevent stray dcache lines after__sync_icache_dcach()
by Vineet Gupta
· 11 years ago
7d19273
ARC: [TB10x] Remove redundant abilis,simple-pinctrl mechanism
by Christian Ruppert
· 11 years ago
6019958
Merge tag 'arc-v3.10-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
by Linus Torvalds
· 11 years ago
e7d5bab
ARC: [TB10x] Remove GENERIC_GPIO
by Vineet Gupta
· 12 years ago
e30f419
Merge tag 'arc-v3.10-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
by Linus Torvalds
· 11 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
a690984
ARC: [mm] refactor the core (i|d)cache line ops loops
by Vineet Gupta
· 12 years ago
c917a36
ARC: [mm] serious bug in vaddr based icache flush
by Vineet Gupta
· 12 years ago
eacd0e9
ARC: [mm] Lazy D-cache flush (non aliasing VIPT)
by Vineet Gupta
· 12 years ago
764531c
ARC: [mm] micro-optimize page size icache invalidate
by Vineet Gupta
· 12 years ago
7f250a0
ARC: [mm] remove the pessimistic all-alias-invalidate icache helpers
by Vineet Gupta
· 12 years ago
94bad1a
ARC: [mm] consolidate icache/dcache sync code
by Vineet Gupta
· 12 years ago
7586bf72
ARC: [mm] optimise icache flush for kernel mappings
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
a92a5d0
ARC: Add support for nSIM OSCI System C model
by Mischa Jonker
· 12 years ago
0dfad77
ARC: [TB10x] Adapt device tree to new compatible string
by Christian Ruppert
· 12 years ago
072eb69
ARC: [TB10x] Add support for TB10x platform
by Christian Ruppert
· 12 years ago
2eb9504
ARC: [TB10x] Device tree of TB100 and TB101 Development Kits
by Christian Ruppert
· 12 years ago
a37cdac
ARC: Prepare interrupt code for external controllers
by Christian Ruppert
· 12 years ago
c93d8b8
ARC: Allow embedded arc-intc to be properly placed in DT intc hierarchy
by Vineet Gupta
· 12 years ago
9593a93
ARC: [cmdline] Don't overwrite u-boot provided bootargs
by Vineet Gupta
· 12 years ago
6971881
ARC: [cmdline] Remove CONFIG_CMDLINE
by Vineet Gupta
· 12 years ago
330db33
ARC: [plat-arcfpga] defconfig update
by Vineet Gupta
· 12 years ago
ce147c7
ARC: unaligned access emulation broken if callee-reg dest of LD/ST
by Vineet Gupta
· 12 years ago
c723ea4
ARC: unaligned access emulation error handling consolidation
by Vineet Gupta
· 12 years ago
bd3c8b1
ARC: Debug/crash-printing Improvements
by Vineet Gupta
· 12 years ago
68e4790e
ARC: fix typo with clock speed
by Noam Camus
· 12 years ago
e3edeb6
ARC: Respect the cpu_id passed for fetching correct cpu info
by Noam Camus
· 12 years ago
0e82284
ARC: Remove non existent refs to GENERIC_KERNEL_EXECVE & GENERIC_KERNEL_THREAD
by Alexander Shiyan
· 12 years ago
681a90f
arc, print-fatal-signals: reduce duplicated information
by Vineet Gupta
· 12 years ago
a43cb95
dump_stack: unify debug information printed by show_regs()
by Tejun Heo
· 12 years ago
196779b
dump_stack: consolidate dump_stack() implementations and unify their behaviors
by Tejun Heo
· 12 years ago
5d434fc
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 12 years ago
8700c95
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
d2309a19
mm/arc: use common help functions to free reserved pages
by Jiang Liu
· 12 years ago
a89516b
ARC: [kbuild] Avoid DTB rebuilds if DTS are untouched
by Vineet Gupta
· 12 years ago
d190e81
idle: Remove GENERIC_IDLE_LOOP config switch
by Thomas Gleixner
· 12 years ago
5628832
ARC: [kbuild] Include Kconfig.binfmt
by Vineet Gupta
· 12 years ago
fbf8e13
ARC: [kbuild] Allow platforms to disable LLSC for !SMP as well
by Vineet Gupta
· 12 years ago
30ecee8
ARC: [build] Fix warnings with CONFIG_DEBUG_SECTION_MISMATCH
by Vineet Gupta
· 12 years ago
5b00029
ARC: [build] Build failure with !KPROBES
by Christian Ruppert
· 12 years ago
104058e
ARC: [build] Allow uncompressed uImage
by Vineet Gupta
· 12 years ago
fb0990b
ARC: [build] cleanup Makefile a bit
by Vineet Gupta
· 12 years ago
af4c3ae
ARC: [build] silence make defconfig warnings with host gcc 4.7
by Vineet Gupta
· 12 years ago
Next »