index
:
kernel_samsung_tuna.git
replicant-4.2
replicant-6.0
kernel/samsung/tuna
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
include
/
asm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'v3.0.72' into android-3.0
Todd Poynor
2013-04-05
1
-0
/
+1
|
\
|
*
signal: Define __ARCH_HAS_SA_RESTORER so we know whether to clear sa_restorer
Ben Hutchings
2013-04-05
1
-0
/
+1
*
|
Merge commit 'v3.0.58' into android-3.0
Todd Poynor
2013-01-15
2
-7
/
+8
|
\
\
|
|
/
|
*
ARM: 7566/1: vfp: fix save and restore when running on pre-VFPv3 and CONFIG_V...
Paul Walmsley
2012-12-17
2
-7
/
+8
*
|
Merge remote-tracking branch 'stable/linux-3.0.y' into android-3.0
Todd Poynor
2012-11-01
4
-138
/
+33
|
\
\
|
|
/
|
*
ARM: vfp: fix saving d16-d31 vfp registers on v6+ kernels
Russell King
2012-10-21
1
-2
/
+2
|
*
ARM: 7467/1: mutex: use generic xchg-based implementation for ARMv6+
Will Deacon
2012-10-02
1
-115
/
+4
|
*
ARM: 7488/1: mm: use 5 bits for swapfile type encoding
Will Deacon
2012-09-14
1
-3
/
+3
|
*
ARM: 7487/1: mm: avoid setting nG bit for user mappings that aren't present
Will Deacon
2012-09-14
1
-16
/
+18
|
*
ARM: 7479/1: mm: avoid NULL dereference when flushing gate_vma with VIVT caches
Will Deacon
2012-08-15
1
-2
/
+6
|
*
ARM: 7365/1: drop unused parameter from flush_cache_user_range
Dima Zavin
2012-06-01
1
-1
/
+1
*
|
Merge commit 'v3.0.31' into android-3.0
Todd Poynor
2012-05-08
1
-0
/
+4
|
\
\
|
|
/
|
*
ARM: 7403/1: tls: remove covert channel via TPIDRURW
Will Deacon
2012-05-07
1
-0
/
+4
*
|
Merge linux-stable 3.0.28 into android-3.0
Todd Poynor
2012-04-19
1
-0
/
+5
|
\
\
|
|
/
|
*
ARM: 7325/1: fix v7 boot with lockdep enabled
Rabin Vincent
2012-02-29
1
-0
/
+5
*
|
Merge commit 'v3.0.8' into android-3.0
Colin Cross
2011-10-27
2
-18
/
+18
|
\
\
|
|
/
|
*
ARM: 7099/1: futex: preserve oldval in SMP __futex_atomic_op
Will Deacon
2011-10-03
1
-17
/
+17
|
*
ARM: 7014/1: cache-l2x0: Fix L2 Cache size calculation.
Srinivas Kandagatla
2011-10-03
1
-1
/
+1
*
|
ARM: common: fiq_debugger: add suspend/resume handlers
Dima Zavin
2011-10-25
1
-0
/
+9
*
|
ARM: common: fiq_debugger: add uart_enable/disable platform callbacks
Dima Zavin
2011-10-25
1
-0
/
+9
*
|
ARM: smp: implement arch_trigger_all_cpus_backtrace using IPI
Dima Zavin
2011-10-20
3
-1
/
+6
*
|
ARM: cache-l2x0: update workaround for PL310 errata 727915
Colin Cross
2011-09-19
1
-0
/
+3
*
|
Merge commit 'v3.0-rc5' into android-3.0
Colin Cross
2011-06-29
2
-0
/
+6
|
\
\
|
|
/
|
*
ARM: 6959/1: SMP build fix for entry-macro-multi.S
Magnus Damm
2011-06-17
2
-0
/
+6
*
|
ARM: etm: Support multiple ETMs/PTMs.
Arve Hjønnevåg
2011-06-14
1
-6
/
+10
*
|
ARM: etm: Configure data tracing
Arve Hjønnevåg
2011-06-14
1
-1
/
+9
*
|
ARM: Add 'card_present' state to mmc_platfrom_data
Dmitry Shmidt
2011-06-14
1
-0
/
+1
*
|
Recreate asm/mach/mmc.h include file
Colin Cross
2011-06-14
1
-0
/
+27
*
|
ARM: Add generic fiq serial debugger
Iliyan Malchev
2011-06-14
1
-0
/
+46
*
|
ARM: Add fiq_glue
Arve Hjønnevåg
2011-06-14
1
-0
/
+30
*
|
[ARM] Do not call flush_cache_user_range with mmap_sem held
Dima Zavin
2011-06-14
1
-1
/
+1
|
/
*
Merge branch 'setns'
Linus Torvalds
2011-05-28
1
-0
/
+1
|
\
|
*
ns: Wire up the setns system call
Eric W. Biederman
2011-05-28
1
-0
/
+1
*
|
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
2011-05-27
7
-3
/
+74
|
\
\
|
|
\
|
|
\
|
*
-
.
\
Merge branches 'devel', 'devel-stable' and 'fixes' into for-linus
Russell King
2011-05-27
6
-1
/
+53
|
|
\
\
\
|
|
|
*
|
ARM: 6942/1: mm: make TTBR1 always point to swapper_pg_dir on ARMv6/7
Catalin Marinas
2011-05-26
1
-0
/
+1
|
|
|
*
|
ARM: add sendmmsg syscall
Russell King
2011-05-26
1
-0
/
+1
|
|
|
*
|
ARM: 6913/1: sparsemem: allow pfn_valid to be overridden when using SPARSEMEM
Will Deacon
2011-05-26
1
-1
/
+1
|
|
|
|
/
|
|
*
|
Merge branch 'devicetree/arm-next' of git://git.secretlab.ca/git/linux-2.6 in...
Russell King
2011-05-25
3
-0
/
+50
|
|
|
\
\
|
|
|
*
|
arm/dt: probe for platforms via the device tree
Grant Likely
2011-05-23
3
-0
/
+16
|
|
|
*
|
arm/dt: consolidate atags setup into setup_machine_atags
Grant Likely
2011-05-23
1
-0
/
+7
|
|
|
*
|
arm/dt: Allow CONFIG_OF on ARM
Grant Likely
2011-05-11
2
-0
/
+27
|
*
|
|
|
ARM: 6940/1: fiq: Briefly document driver responsibilities for suspend/resume
Dave Martin
2011-05-26
1
-0
/
+7
|
*
|
|
|
ARM: 6938/1: fiq: Refactor {get,set}_fiq_regs() for Thumb-2
Dave Martin
2011-05-26
1
-2
/
+14
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
arm: use asm-generic/bitops/le.h
Akinobu Mita
2011-05-26
1
-38
/
+5
*
|
|
|
arch: add #define for each of optimized find bitops
Akinobu Mita
2011-05-26
1
-0
/
+3
|
/
/
/
*
|
|
Remove unused PROC_CHANGE_PENALTY constant
Stephen Boyd
2011-05-25
1
-6
/
+0
*
|
|
arm: mmu_gather rework
Peter Zijlstra
2011-05-25
1
-16
/
+37
|
/
/
|
|
|
\
|
\
|
\
|
\
|
\
|
\
|
\
*
-
-
-
-
-
-
-
.
\
Merge branches 'consolidate', 'ep93xx', 'fixes', 'misc', 'mmci', 'remove' and...
Russell King
2011-05-23
4
-47
/
+99
|
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
|
|
*
|
|
ARM: 6883/1: ptrace: Migrate to regsets framework
Dave Martin
2011-05-14
2
-0
/
+7
[next]