index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-12
Merge branch 'clk' of git://github.com/hzhuang1/linux into next/cleanup
Olof Johansson
55
-362
/
+454
2012-09-08
ARM: mmp: remove unused definition in APBC and APMU
Chao Xie
2
-110
/
+0
2012-09-08
ARM: mmp: move mmp2 clock definition to separated file
Chao Xie
4
-66
/
+118
2012-09-08
arm: mmp: move pxa910 clock definition to separated file
Chao Xie
4
-36
/
+73
2012-09-08
arm: mmp: move pxa168 clock definition to separated file
Chao Xie
4
-53
/
+98
2012-09-08
arm: mmp: make private clock definition exclude from common clock
Chao Xie
1
-1
/
+4
2012-09-05
Merge branch 'pnx4008-removal' of git://git.antcom.de/linux-2.6 into next/cle...
Olof Johansson
31
-5168
/
+0
2012-09-05
Merge branch 'ag5evm' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/...
Olof Johansson
1
-1
/
+0
2012-09-05
Merge tag 'ks8695-time-for-arm-soc' of http://git.kernel.org/pub/scm/linux/ke...
Olof Johansson
3
-84
/
+92
2012-09-05
ARM: ks8695: convert to generic time and clocksource
Linus Walleij
2
-39
/
+69
2012-09-05
ARM: ks8695: delete resume hook from timer
Linus Walleij
1
-1
/
+0
2012-09-05
ARM: ks8695: use [readl|writel]_relaxed()
Linus Walleij
1
-12
/
+12
2012-09-05
ARM: ks8695: merge the timer header into the timer driver
Linus Walleij
2
-41
/
+20
2012-09-04
Merge tag 'arm-perf-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...
Olof Johansson
23
-448
/
+420
2012-09-04
Merge branch 'marco-prepare' of git://gitorious.org/sirfprima2-kernel/sirfpri...
Olof Johansson
8
-531
/
+44
2012-09-04
Merge branch 'cleanup/io-pci' into next/cleanup
Arnd Bergmann
43
-184
/
+1029
2012-09-04
Merge commit 'a849088aa1' from rmk/fixes into cleanup/io-pci
Arnd Bergmann
802
-14915
/
+23841
2012-08-31
ARM: mach-shmobile: remove duplicated include from board-ag5evm.c
Wei Yongjun
1
-1
/
+0
2012-08-28
ARM: SIRF: make sirf irqchip driver optional since new SoCs will have GIC
Barry Song
3
-2
/
+6
2012-08-28
ARM: PRIMA2: adjust Kconfig to support select SoC features
Barry Song
3
-9
/
+23
2012-08-28
ARM: PRIMA2: use DT_MACHINE_START and convert to generic board
Barry Song
2
-6
/
+7
2012-08-26
ARM: mach-pnx4008: Remove architecture
Roland Stigge
31
-5168
/
+0
2012-08-25
Merge tag 'fixes-3.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...
Linus Torvalds
45
-96
/
+161
2012-08-25
ARM: Fix ioremap() of address zero
Russell King
2
-2
/
+5
2012-08-24
clk: prima2: move from arch/arm/mach to drivers/clk
Barry Song
2
-1172
/
+0
2012-08-24
ARM: PRIMA2: convert to common clk and finish full clk tree
Binghua Duan
4
-267
/
+933
2012-08-23
Merge branch 'randconfig/mach' into fixes
Arnd Bergmann
8
-10
/
+12
2012-08-23
ARM: ux500: don't select LEDS_GPIO for snowball
Arnd Bergmann
2
-1
/
+1
2012-08-23
ARM: imx: build i.MX6 functions only when needed
Arnd Bergmann
2
-4
/
+3
2012-08-23
ARM: imx: select CPU_FREQ_TABLE when needed
Arnd Bergmann
1
-0
/
+1
2012-08-23
ARM: imx: fix ksz9021rn_phy_fixup
Arnd Bergmann
1
-2
/
+2
2012-08-23
ARM: imx: build pm-imx5 code only when PM is enabled
Arnd Bergmann
1
-1
/
+2
2012-08-23
ARM: omap: allow building omap44xx without SMP
Arnd Bergmann
2
-2
/
+3
2012-08-23
Merge tag 'ux500-fixes-v3.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel...
Arnd Bergmann
2
-5
/
+9
2012-08-23
Merge branch 'v3.6-samsung-fixes-1' of git://git.kernel.org/pub/scm/linux/ker...
Arnd Bergmann
7
-4
/
+62
2012-08-23
Merge branch 'imx/fixes-for-3.6' of git://git.linaro.org/people/shawnguo/linu...
Arnd Bergmann
8
-31
/
+40
2012-08-23
ARM: dts: imx51-babbage: fix esdhc cd/wp properties
Shawn Guo
1
-2
/
+2
2012-08-23
ARM: imx6: spin the cpu until hardware takes it down
Shawn Guo
1
-20
/
+3
2012-08-23
ARM: perf: move irq registration into pmu implementation
Sudeep KarkadaNagesha
3
-61
/
+79
2012-08-23
ARM: perf: move CPU-specific PMU handling code into separate file
Will Deacon
3
-211
/
+233
2012-08-23
ARM: perf: prepare for moving CPU PMU code into separate file
Will Deacon
6
-52
/
+53
2012-08-23
ARM: perf: probe devicetree in preference to current CPU
Will Deacon
4
-103
/
+110
2012-08-23
ARM: perf: remove mysterious compiler barrier
Will Deacon
1
-1
/
+0
2012-08-23
ARM: pmu: remove arm_pmu_type enumeration
Sudeep KarkadaNagesha
14
-36
/
+13
2012-08-23
ARM: pmu: remove unused reservation mechanism
Will Deacon
5
-86
/
+1
2012-08-23
ARM: perf: add devicetree bindings for 11MPcore, A5, A7 and A15 PMUs
Will Deacon
1
-1
/
+5
2012-08-23
ARM: PMU: Add runtime PM Support
Jon Hunter
2
-16
/
+45
2012-08-18
Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
12
-34
/
+869
2012-08-17
ARM: ux500: Ensure probing of Audio devices when Device Tree is enabled
Lee Jones
1
-0
/
+4
2012-08-17
ARM: ux500: Fix merge error, no matching driver name for 'snd_soc_u8500'
Lee Jones
1
-5
/
+5
[next]