index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arc
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-18
upstream: Kconfig: Remove useless "default N" lines
Paul Bolle
1
-1
/
+0
2014-11-14
ARC: Update order of registers in KGDB to match GDB 7.5
Anton Kolesov
1
-14
/
+18
2014-11-14
ARC: [nsimosci] Allow "headless" models to boot
Vineet Gupta
1
-1
/
+1
2014-07-28
ARC: Implement ptrace(PTRACE_GET_THREAD_AREA)
Anton Kolesov
2
-0
/
+5
2014-05-13
ARC: !PREEMPT: Ensure Return to kernel mode is IRQ safe
Vineet Gupta
1
-3
/
+5
2014-05-13
ARC: Entry Handler tweaks: Optimize away redundant IRQ_DISABLE_SAVE
Vineet Gupta
2
-12
/
+5
2014-05-13
ARC: Entry Handler tweaks: Simplify branch for in-kernel preemption
Vineet Gupta
1
-6
/
+2
2014-04-14
ARC: [nsimosci] Unbork console
Vineet Gupta
2
-1
/
+5
2014-04-14
ARC: [nsimosci] Change .dts to use generic 8250 UART
Mischa Jonker
1
-4
/
+3
2013-11-13
ARC: Incorrect mm reference used in vmalloc fault handler
Vineet Gupta
1
-3
/
+3
2013-10-18
ARC: Ignore ptrace SETREGSET request for synthetic register "stop_pc"
Vineet Gupta
1
-1
/
+1
2013-10-18
ARC: Fix signal frame management for SA_SIGINFO
Christian Ruppert
1
-12
/
+13
2013-10-18
ARC: Workaround spinlock livelock in SMP SystemC simulation
Vineet Gupta
1
-1
/
+8
2013-10-18
ARC: Fix 32-bit wrap around in access_ok()
Vineet Gupta
1
-2
/
+2
2013-10-18
ARC: Handle zero-overhead-loop in unaligned access handler
Mischa Jonker
1
-0
/
+6
2013-10-18
ARC: Fix __udelay calculation
Mischa Jonker
1
-3
/
+2
2013-10-18
ARC: SMP failed to boot due to missing IVT setup
Noam Camus
4
-5
/
+5
2013-10-18
ARC: Setup Vector Table Base in early boot
Vineet Gupta
2
-2
/
+2
2013-08-29
ARC: [lib] strchr breakage in Big-endian configuration
Joern Rennecke
1
-0
/
+10
2013-08-29
ARC: gdbserver breakage in Big-Endian configuration #2
Vineet Gupta
1
-3
/
+2
2013-08-29
ARC: gdbserver breakage in Big-Endian configuration #1
Vineet Gupta
2
-2
/
+4
2013-05-25
ARC: lazy dcache flush broke gdb in non-aliasing configs
Vineet Gupta
2
-19
/
+11
2013-05-23
ARC: Use enough bits for determining page's cache color
Vineet Gupta
1
-1
/
+1
2013-05-23
ARC: Brown paper bag bug in macro for checking cache color
Vineet Gupta
2
-2
/
+5
2013-05-23
ARC: copy_(to|from)_user() to honor usermode-access permissions
Vineet Gupta
3
-15
/
+19
2013-05-23
ARC: [mm] Prevent stray dcache lines after__sync_icache_dcach()
Vineet Gupta
1
-1
/
+1
2013-05-15
ARC: [TB10x] Remove redundant abilis,simple-pinctrl mechanism
Christian Ruppert
4
-32
/
+4
2013-05-10
Merge tag 'arc-v3.10-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
13
-74
/
+377
2013-05-10
ARC: [TB10x] Remove GENERIC_GPIO
Vineet Gupta
1
-7
/
+0
2013-05-09
Merge tag 'arc-v3.10-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
38
-342
/
+1840
2013-05-09
ARC: [mm] Aliasing VIPT dcache support 4/4
Vineet Gupta
7
-5
/
+101
2013-05-09
ARC: [mm] Aliasing VIPT dcache support 3/4
Vineet Gupta
2
-2
/
+4
2013-05-09
ARC: [mm] Aliasing VIPT dcache support 2/4
Vineet Gupta
6
-22
/
+223
2013-05-09
ARC: [mm] Aliasing VIPT dcache support 1/4
Vineet Gupta
3
-18
/
+34
2013-05-09
ARC: [mm] refactor the core (i|d)cache line ops loops
Vineet Gupta
1
-29
/
+24
2013-05-09
ARC: [mm] serious bug in vaddr based icache flush
Vineet Gupta
1
-1
/
+1
2013-05-07
ARC: [mm] Lazy D-cache flush (non aliasing VIPT)
Vineet Gupta
3
-7
/
+21
2013-05-07
ARC: [mm] micro-optimize page size icache invalidate
Vineet Gupta
1
-3
/
+12
2013-05-07
ARC: [mm] remove the pessimistic all-alias-invalidate icache helpers
Vineet Gupta
1
-184
/
+17
2013-05-07
ARC: [mm] consolidate icache/dcache sync code
Vineet Gupta
2
-19
/
+18
2013-05-07
ARC: [mm] optimise icache flush for kernel mappings
Vineet Gupta
1
-4
/
+10
2013-05-07
ARC: [mm] optimise icache flush for user mappings
Vineet Gupta
3
-15
/
+21
2013-05-07
ARC: [mm] optimize needless full mm TLB flush on munmap
Vineet Gupta
1
-4
/
+12
2013-05-07
ARC: Add support for nSIM OSCI System C model
Mischa Jonker
3
-0
/
+164
2013-05-07
ARC: [TB10x] Adapt device tree to new compatible string
Christian Ruppert
1
-2
/
+2
2013-05-07
ARC: [TB10x] Add support for TB10x platform
Christian Ruppert
7
-0
/
+257
2013-05-07
ARC: [TB10x] Device tree of TB100 and TB101 Development Kits
Christian Ruppert
5
-0
/
+1190
2013-05-07
ARC: Prepare interrupt code for external controllers
Christian Ruppert
2
-2
/
+3
2013-05-07
ARC: Allow embedded arc-intc to be properly placed in DT intc hierarchy
Vineet Gupta
1
-8
/
+13
2013-05-07
ARC: [cmdline] Don't overwrite u-boot provided bootargs
Vineet Gupta
1
-8
/
+10
[next]