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
/
cris
/
arch-v32
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-31
[CRIS] Remove links from CRIS build
Jesper Nilsson
3
-138
/
+31
2008-10-31
[CRIS] Merge asm-offsets.c for both arches into one file.
Jesper Nilsson
1
-49
/
+0
2008-10-29
[CRIS] Move header files from include to arch/cris/include.
Jesper Nilsson
24
-48
/
+48
2008-10-20
cris: use bcd2bin/bin2bcd
Adrian Bunk
1
-12
/
+12
2008-10-17
Merge branch 'for-linus' of git://www.jni.nu/cris
Linus Torvalds
4
-2
/
+2
2008-10-15
cpufreq: remove policy->governor setting in drivers initialization
Dominik Brodowski
2
-2
/
+0
2008-09-08
kernel/cpu.c: create a CPU_STARTING cpu_chain notifier
Manfred Spraul
1
-0
/
+1
2008-08-23
removed unused #include <linux/version.h>'s
Adrian Bunk
1
-2
/
+0
2008-07-29
Merge branch 'linus' into core/generic-dma-coherent
Ingo Molnar
7
-93
/
+20
2008-07-26
cris: use the common ascii hex helpers
Harvey Harrison
1
-47
/
+13
2008-07-25
inflate: refactor inflate malloc code
Thomas Petazzoni
1
-36
/
+3
2008-07-24
mm: drop unneeded pgdat argument from free_area_init_node()
Johannes Weiner
1
-1
/
+1
2008-07-20
Merge branch 'for-linus' of git://www.jni.nu/cris
Linus Torvalds
4
-9
/
+3
2008-07-20
Cris: convert to using generic dma-coherent mem allocator
Dmitry Baryshkov
2
-103
/
+4
2008-07-15
Merge branch 'generic-ipi' into generic-ipi-for-linus
Ingo Molnar
1
-3
/
+2
2008-07-14
[CRIS] Rename boot-linkscripts and fix the path to them.
Jesper Nilsson
4
-2
/
+2
2008-07-01
Merge branch 'build_fix' into cris
Jesper Nilsson
2
-2
/
+2
2008-06-30
[CRIS] Correct image makefiles to allow using a separate OBJ-directory.
Jesper Nilsson
2
-2
/
+2
2008-06-29
Merge branch 'pcf8563_mutex_spinlock' into cris
Jesper Nilsson
1
-1
/
+1
2008-06-29
[CRIS] Build fixes for compressed and rescue images for v10 and v32:
Jesper Nilsson
3
-6
/
+0
2008-06-29
It looks at least odd to apply spin_unlock to a mutex.
Julia Lawall
1
-1
/
+1
2008-06-26
smp_call_function: get rid of the unused nonatomic/retry argument
Jens Axboe
1
-3
/
+2
2008-06-20
Add a bunch of cycle_kernel_lock() calls
Jonathan Corbet
2
-1
/
+4
2008-06-20
Add "no BKL needed" comments to several drivers
Jonathan Corbet
1
-1
/
+1
2008-05-18
cris: cdev lock_kernel() pushdown
Jonathan Corbet
3
-14
/
+28
2008-03-04
cris: correct usage of __user for copy to and from user space in lib/usercopy...
Jesper Nilsson
1
-1
/
+1
2008-03-04
CRIS: Import string.c (memcpy) from newlib: fixes compile error with gcc 4
Jesper Nilsson
1
-154
/
+171
2008-02-14
cris: import memset.c from newlib: fixes compile error with newer (pre4.3) gcc
Jesper Nilsson
1
-196
/
+202
2008-02-08
CRIS v32: Change drivers/i2c.c locking.
Jesper Nilsson
1
-49
/
+12
2008-02-08
CRIS v32: Rewrite ARTPEC-3 gpio driver to avoid volatiles and general cleanup.
Jesper Nilsson
1
-174
/
+174
2008-02-08
CRIS: Add new timerfd syscall entries.
Jesper Nilsson
1
-1
/
+3
2008-02-08
CRIS v32: Correct spelling of bandwidth in function name.
Jesper Nilsson
2
-4
/
+4
2008-02-08
CRIS v32: Clean up nandflash.c for ARTPEC-3 and ETRAX FS.
Jesper Nilsson
2
-20
/
+24
2008-02-08
CRIS: Move ETRAX_AXISFLASHMAP to common Kconfig file.
Jesper Nilsson
1
-16
/
+0
2008-02-08
CRIS v32: Fix minor formatting issue in mach-a3/io.c
Jesper Nilsson
1
-2
/
+1
2008-02-08
CRIS v32: Initialize GIO even if we're rambooting in kernel/head.S
Jesper Nilsson
1
-0
/
+2
2008-02-08
CRIS v32: Remove kernel/arbiter.c, it now exists in machine dependent directory.
Jesper Nilsson
1
-296
/
+0
2008-02-08
CRIS v32: Fix startup oops and replace hardcoded pagesize in vmlinux.lds.S
Jesper Nilsson
1
-37
/
+37
2008-02-08
CRIS v32: Avoid work when switching between tasks with shared memory descript...
Jesper Nilsson
1
-28
/
+28
2008-02-08
CRIS v32: Add workaround for MMU hardware bug for ETRAX FS in mm/mmu.S
Jesper Nilsson
1
-12
/
+81
2008-02-08
CRIS v32: Fix bug in internal memory allocator mm/intmem.c
Jesper Nilsson
1
-17
/
+31
2008-02-08
CRIS v32: Change name of simulator config to CONFIG_ETRAX_VCS_SIM in mm/init.c
Jesper Nilsson
1
-6
/
+2
2008-02-08
CRIS v32: Change lib/spinlock.S to use byte operations instead of dwords.
Jesper Nilsson
3
-143
/
+5
2008-02-08
CRIS v32: Move hw_settings.S to machine specific directories for ETRAX FS and...
Jesper Nilsson
1
-72
/
+0
2008-02-08
CRIS v32: Update lib/checksum.S and lib/checksumcopy.S
Jesper Nilsson
2
-98
/
+43
2008-02-08
CRIS v32: Add lib/delay to build.
Jesper Nilsson
1
-1
/
+2
2008-02-08
CRIS v32: Add precise delay loops for ETRAX FS and ARTPEC-3.
Jesper Nilsson
1
-0
/
+28
2008-02-08
CRIS v32: Update vcs_hook.c for ETRAX FS.
Jesper Nilsson
2
-66
/
+70
2008-02-08
CRIS v32: Move vcs_hook to machine specific directory.
Jesper Nilsson
2
-70
/
+66
2008-02-08
CRIS v32: Update kernel/smp.c for CRIS v32.
Jesper Nilsson
1
-10
/
+21
[next]