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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-15
ARC: kprobes support
Vineet Gupta
7
-3
/
+610
2013-02-15
ARC: disassembly (needed by kprobes/kgdb/unaligned-access-emul)
Vineet Gupta
3
-1
/
+656
2013-02-15
ARC: stacktracing APIs based on dw2 unwinder
Vineet Gupta
2
-2
/
+217
2013-02-15
ARC: DWARF2 .debug_frame based stack unwinder
Vineet Gupta
9
-1
/
+1612
2013-02-15
ARC: SMP support
Vineet Gupta
23
-2
/
+960
2013-02-15
ARC: Diagnostics: show_regs() etc
Vineet Gupta
2
-0
/
+325
2013-02-15
ARC: Module support
Vineet Gupta
3
-0
/
+93
2013-02-15
ARC: Support for high priority interrupts in the in-core intc
Vineet Gupta
5
-2
/
+339
2013-02-15
ARC: OProfile support
Vineet Gupta
4
-0
/
+38
2013-02-15
ARC: Futex support
Vineet Gupta
1
-0
/
+151
2013-02-15
ARC: ptrace support
Vineet Gupta
4
-2
/
+206
2013-02-15
ARC: [optim] Cache "current" in Register r25
Vineet Gupta
9
-1
/
+120
2013-02-15
ARC: [plat-arcfpga] defconfig
Vineet Gupta
1
-0
/
+46
2013-02-15
ARC: Last bits (stubs) to get to a running kernel with UART
Vineet Gupta
3
-0
/
+86
2013-02-15
ARC: [plat-arcfpga]: Enabling DeviceTree for Angel4 board
Vineet Gupta
5
-58
/
+146
2013-02-15
ARC: [DeviceTree] Convert some Kconfig items to runtime values
Vineet Gupta
6
-17
/
+37
2013-02-15
ARC: [DeviceTree] Basic support
Vineet Gupta
11
-0
/
+165
2013-02-15
ARC: [plat-arcfpga] Static platform device for CONFIG_SERIAL_ARC
Vineet Gupta
4
-0
/
+167
2013-02-15
ARC: Boot #1: low-level, setup_arch(), /proc/cpuinfo, mem init
Vineet Gupta
8
-0
/
+506
2013-02-15
ARC: I/O and DMA Mappings
Vineet Gupta
6
-0
/
+528
2013-02-15
ARC: Page Fault handling
Vineet Gupta
1
-0
/
+228
2013-02-15
ARC: TLB flush Handling
Vineet Gupta
3
-0
/
+356
2013-02-15
ARC: MMU Exception Handling
Vineet Gupta
5
-0
/
+854
2013-02-15
ARC: MMU Context Management
Vineet Gupta
4
-0
/
+262
2013-02-15
ARC: Page Table Management
Vineet Gupta
3
-0
/
+627
2013-02-15
ARC: Cache Flush Management
Vineet Gupta
5
-0
/
+954
2013-02-15
ARC: [Review] Prevent incorrect syscall restarts
Vineet Gupta
2
-4
/
+11
2013-02-15
ARC: [Review] Preparing to fix incorrect syscall restarts due to signals
Vineet Gupta
4
-19
/
+40
2013-02-15
ARC: Signal handling
Vineet Gupta
6
-3
/
+449
2013-02-11
ARC: Timers/counters/delay management
Vineet Gupta
7
-0
/
+425
2013-02-11
ARC: Process-creation/scheduling/idle-loop
Vineet Gupta
10
-8
/
+484
2013-02-11
ARC: Syscall support (no-legacy-syscall ABI)
Vineet Gupta
8
-0
/
+228
2013-02-11
ARC: Non-MMU Exception Handling
Vineet Gupta
2
-7
/
+125
2013-02-11
ARC: Interrupt Handling
Vineet Gupta
5
-2
/
+152
2013-02-11
ARC: Low level IRQ/Trap/Exception Handling
Vineet Gupta
2
-0
/
+1066
2013-02-11
ARC: String library
Vineet Gupta
8
-0
/
+661
2013-02-11
ARC: Spinlock/rwlock/mutex primitives
Vineet Gupta
3
-0
/
+188
2013-02-11
ARC: Fundamental ARCH data-types/defines
Vineet Gupta
12
-0
/
+685
2013-02-11
ARC: Checksum/byteorder/swab routines
Vineet Gupta
3
-0
/
+217
2013-02-11
ARC: [optim] uaccess __{get,put}_user() optimised
Vineet Gupta
1
-0
/
+105
2013-02-11
ARC: uaccess friends
Vineet Gupta
3
-0
/
+733
2013-02-11
ARC: Atomic/bitops/cmpxchg/barriers
Vineet Gupta
5
-0
/
+967
2013-02-11
ARC: irqflags - Interrupt enabling/disabling at in-core intc
Vineet Gupta
3
-0
/
+295
2013-02-11
ARC: Build system: Makefiles, Kconfig, Linker script
Vineet Gupta
14
-0
/
+816
2013-01-28
ARC: Generic Headers
Vineet Gupta
2
-0
/
+67
2013-01-24
Merge git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+2
2013-01-24
Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
6
-27
/
+26
2013-01-24
Merge tag 'fixes-for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
40
-180
/
+176
2013-01-24
Merge branch 'vexpress/fixes' of git://git.linaro.org/people/pawelmoll/linux ...
Olof Johansson
2
-3
/
+1
2013-01-24
Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixes
Olof Johansson
5
-23
/
+48
[next]