index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-21
ARM: ixp4xx/omixp: always include linux/leds.h
Arnd Bergmann
1
-2
/
+0
2014-03-21
ARM: hisi: fix building without CONFIG_HOTPLUG_CPU
Arnd Bergmann
2
-2
/
+3
2014-03-21
ARM: ep93xx: export ep93xx_chip_revision
Arnd Bergmann
1
-0
/
+1
2014-03-21
ARM: efm32: select AUTO_ZRELADDR
Arnd Bergmann
1
-0
/
+1
2014-03-21
ARM: davinci: fix Kconfig for DA850_EVM
Arnd Bergmann
2
-5
/
+2
2014-03-21
ARM: davinci: make dm644x-evm phy fixup conditional
Arnd Bergmann
1
-5
/
+6
2014-03-21
ARM: at91: sama5 always uses DT
Arnd Bergmann
1
-0
/
+1
2014-03-21
ARM: at91: fix broken "if () else" statement
Arnd Bergmann
1
-5
/
+1
2014-03-21
ARM: at91: export sam9_smc interfaces
Arnd Bergmann
1
-0
/
+3
2014-03-21
ARM: at91: don't provide dt init code for at91x40
Arnd Bergmann
1
-1
/
+1
2014-03-21
ARM: at91: split out at91x40 into a top-level option
Arnd Bergmann
2
-11
/
+19
2014-03-20
arm: omap: Fix typo in ams-delta-fiq.c
Thomas Gleixner
1
-1
/
+1
2014-03-20
ARM: 8007/1: Remove extraneous kcmp syscall ignore
Christopher Covington
1
-1
/
+0
2014-03-20
ARM: 8006/1: Remove redundant code
Alexander Shiyan
1
-2
/
+0
2014-03-20
Merge branch 'uprobes-v7' of git://git.linaro.org/people/dave.long/linux into...
Russell King
66
-2754
/
+3700
2014-03-19
cpufreq: remove unused notifier: CPUFREQ_{SUSPENDCHANGE|RESUMECHANGE}
Viresh Kumar
3
-6
/
+2
2014-03-19
ARM: add uprobes support
David A. Long
9
-1
/
+542
2014-03-19
ARM: Make arch_specific_insn a define for new arch_probes_insn structure
David A. Long
12
-82
/
+84
2014-03-19
ARM: Add an emulate flag to the kprobes/uprobes instruction decode functions
David A. Long
8
-16
/
+25
2014-03-19
ARM: Change the remaining shared kprobes/uprobes symbols to something generic
David A. Long
11
-73
/
+69
2014-03-19
ARM: Rename the shared kprobes/uprobe return value enum
David A. Long
6
-24
/
+23
2014-03-19
ARM: Change more ARM kprobes symbol names to something more generic
David A. Long
6
-19
/
+19
2014-03-19
ARM: Make the kprobes condition_check symbol names more generic
David A. Long
10
-97
/
+98
2014-03-19
ARM: Remove use of struct kprobe from generic probes code
David A. Long
10
-170
/
+201
2014-03-19
ARM: use a function table for determining instruction interpreter action
David A. Long
11
-271
/
+441
2014-03-19
ARM: move generic thumb instruction parsing code to new files for use by othe...
David A. Long
4
-910
/
+1000
2014-03-19
ARM: Move generic arm instruction parsing code to new files for sharing betwe...
David A. Long
9
-1513
/
+1624
2014-03-19
ARM: move shared uprobe/kprobe definitions into new include file
David A. Long
2
-14
/
+37
2014-03-19
ARM: Fix missing includes in kprobes sources
David A. Long
5
-2
/
+10
2014-03-18
Merge tag 'samsung-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kg...
Arnd Bergmann
4
-3
/
+4
2014-03-18
ARM: mmp: allow platform devices with modular USB
Arnd Bergmann
3
-18
/
+18
2014-03-18
ARM: ixp4xx: Make dma_set_coherent_mask common, correct implementation
Simon Kågström
2
-9
/
+12
2014-03-18
xen/grant-table: Refactor gnttab_[un]map_refs to avoid m2p_override
Zoltan Kiss
2
-9
/
+38
2014-03-17
ARM: prima2: build reset code standalone
Arnd Bergmann
3
-13
/
+13
2014-03-17
Merge 3.14-rc7 into staging-next
Greg Kroah-Hartman
24
-56
/
+163
2014-03-17
Merge tag 'at91-cleanup' of git://github.com/at91linux/linux-at91 into next/c...
Arnd Bergmann
16
-16
/
+1981
2014-03-17
CNS3xxx: Fix PCIe early iotable_init().
Krzysztof Hałasa
2
-73
/
+64
2014-03-17
CNS3xxx: Fix a WARN() related to IRQ allocation.
Krzysztof Hałasa
2
-2
/
+0
2014-03-17
Merge tag 'omap-for-v3.15/fixes-for-merge-window' of git://git.kernel.org/pub...
Arnd Bergmann
78
-206
/
+448
2014-03-17
ASoC: fsi: fixup compile error for simple-card
Kuninori Morimoto
1
-1
/
+1
2014-03-17
Merge back earlier 'pm-cpufreq' material.
Rafael J. Wysocki
2
-0
/
+2
2014-03-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
23
-55
/
+162
2014-03-14
ASoC: fsi: fixup SND_SOC_DAIFMT_CBx_CFx flags
Kuninori Morimoto
3
-10
/
+4
2014-03-14
ARM: sunxi: dt: Convert to the new irq controller compatibles
Maxime Ripard
3
-3
/
+3
2014-03-14
ARM: OMAP4: hwmod data: correct the idlemodes for spinlock
Suman Anna
1
-2
/
+1
2014-03-14
ARM: dts: am33xx: correcting dt node unit address for usb
Mugunthan V N
1
-2
/
+2
2014-03-14
ARM: dts: omap4/5: Use l3_ick for the gpmc node
Florian Vaussard
2
-0
/
+4
2014-03-14
ARM: OMAP4: Fix definition of IS_PM44XX_ERRATUM
Nishanth Menon
1
-1
/
+1
2014-03-14
ARM: OMAP2+: INTC: Acknowledge stuck active interrupts
Stefan Sørensen
1
-0
/
+8
2014-03-13
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2
-12
/
+7
[prev]
[next]