index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2014-05-22
ARM: mvebu: returns ll_get_cpuid() to ll_get_coherency_cpumask()
Thomas Petazzoni
1
-18
/
+25
2014-05-22
ARM: mvebu: improve comments in coherency_ll.S
Thomas Petazzoni
1
-18
/
+32
2014-05-22
ARM: mvebu: fix indentation of assembly instructions in coherency_ll.S
Thomas Petazzoni
1
-4
/
+4
2014-05-22
ARM: mvebu: fix big endian booting after coherency code rework
Thomas Petazzoni
1
-1
/
+1
2014-05-22
ARM: mvebu: coherency: fix registration of PCI bus notifier when !PCI
Thomas Petazzoni
1
-0
/
+2
2014-05-22
ARM: mvebu: implement L2/PCIe deadlock workaround
Thomas Petazzoni
1
-0
/
+39
2014-05-16
ARM: mvebu: use hardware I/O coherency also for PCI devices
Thomas Petazzoni
1
-5
/
+16
2014-05-08
ARM: mvebu: Fix pmsu compilation when ARMv6 is selected
Vincent Stehlé
1
-0
/
+1
2014-05-08
ARM: mvebu: conditionalize Armada 375 coherency workaround
Thomas Petazzoni
1
-2
/
+8
2014-05-08
ARM: mvebu: conditionalize Armada 375 SMP workaround
Thomas Petazzoni
1
-9
/
+11
2014-05-08
ARM: mvebu: add Armada 375 A0 revision definition
Thomas Petazzoni
1
-0
/
+1
2014-05-08
ARM: mvebu: initialize mvebu-soc-id earlier
Thomas Petazzoni
1
-1
/
+1
2014-05-08
ARM: mvebu: fix thermal quirk SoC revision check
Thomas Petazzoni
1
-1
/
+1
2014-05-08
ARM: Kirkwood: t5325: Remove platform device to instantiate audio
Andrew Lunn
5
-43
/
+0
2014-05-08
ARM: Kirkwood: Remove platform driver for codec
Andrew Lunn
1
-15
/
+0
2014-05-08
ARM: mvebu: Add thermal quirk for the Armada 375 DB board
Ezequiel Garcia
2
-0
/
+60
2014-05-08
ARM: mvebu: Select HAVE_ARM_TWD only if SMP is enabled
Ezequiel Garcia
1
-2
/
+2
2014-05-08
ARM: mvebu: fix the name of the parameter used in mvebu_get_soc_id
Gregory CLEMENT
1
-1
/
+1
2014-05-08
ARM: mvebu: remove unnecessary ifdef around l2x0_of_init
Gregory CLEMENT
1
-2
/
+0
2014-05-08
ARM: mvebu: register the cpuidle driver for the Armada XP SoCs
Gregory CLEMENT
1
-0
/
+37
2014-05-08
ARM: mvebu: Register notifier callback for the cpuidle transition
Gregory CLEMENT
1
-0
/
+18
2014-05-08
ARM: mvebu: refine which files are build in mach-mvebu
Thomas Petazzoni
1
-5
/
+8
2014-05-08
ARM: mvebu: Add the PMSU related part of the cpu idle functions
Gregory CLEMENT
1
-1
/
+131
2014-05-08
ARM: mvebu: Allow to power down L2 cache controller in idle mode
Gregory CLEMENT
1
-1
/
+19
2014-05-08
ARM: mvebu: Low level function to disable HW coherency support
Gregory CLEMENT
1
-0
/
+20
2014-05-08
ARM: mvebu: Split low level functions to manipulate HW coherency
Gregory CLEMENT
3
-35
/
+71
2014-05-08
ARM: mvebu: Remove the unused argument of set_cpu_coherent()
Gregory CLEMENT
3
-4
/
+4
2014-05-08
ARM: mvebu: ll_set_cpu_coherent always uses the current CPU
Gregory CLEMENT
5
-18
/
+12
2014-05-08
ARM: mvebu: remove the address parameter for ll_set_cpu_coherent
Gregory CLEMENT
3
-14
/
+23
2014-05-08
ARM: mvebu: add Armada 38x compatible string to pmsu
Thomas Petazzoni
1
-0
/
+1
2014-05-08
ARM: mvebu: add workaround for SMP support for Armada 375 stepping Z1
Gregory CLEMENT
2
-0
/
+44
2014-05-08
ARM: mvebu: add SMP support for Armada 375 and Armada 38x
Gregory CLEMENT
4
-1
/
+95
2014-05-08
ARM: mvebu: add function to set the resume boot address for Armada 375
Gregory CLEMENT
2
-1
/
+15
2014-05-08
Merge branch 'mvebu/irqchip' into mvebu/soc
Jason Cooper
2
-10
/
+0
2014-05-08
ARM: mvebu: use CPU_METHOD_OF_DECLARE for SMP on Armada XP
Thomas Petazzoni
1
-0
/
+3
2014-05-08
ARM: mvebu: move Armada XP specific SMP initialization to platsmp.c
Thomas Petazzoni
3
-26
/
+11
2014-05-08
Merge branch 'mvebu/soc-pmsu' into mvebu/soc
Jason Cooper
4
-20
/
+165
2014-05-08
irqchip: irq-armada-370-xp: Use cpu notifier to initialize secondary CPUs
Thomas Petazzoni
2
-7
/
+0
2014-05-08
irqchip: irq-armada-370-xp: Do the set_smp_cross_call() in the driver
Thomas Petazzoni
2
-3
/
+0
2014-04-24
ARM: mvebu: use a separate function to set the boot address of CPUs
Gregory CLEMENT
1
-2
/
+7
2014-04-24
ARM: mvebu: extend the PMSU registers
Gregory CLEMENT
1
-2
/
+12
2014-04-24
ARM: mvebu: improve PMSU driver to request its resource
Thomas Petazzoni
1
-5
/
+31
2014-04-24
ARM: mvebu: start using the CPU reset driver
Thomas Petazzoni
2
-26
/
+47
2014-04-24
ARM: mvebu: introduce CPU reset code
Thomas Petazzoni
3
-1
/
+84
2014-04-24
ARM: mvebu: add Armada 38x support to the coherency code
Thomas Petazzoni
1
-3
/
+11
2014-04-24
ARM: mvebu: implement Armada 375 coherency workaround
Thomas Petazzoni
1
-3
/
+165
2014-04-24
ARM: mvebu: add Armada 375 support to the coherency code
Thomas Petazzoni
1
-0
/
+14
2014-04-24
ARM: mvebu: enable the ARM SCU on Armada 375 and Armada 38x
Thomas Petazzoni
2
-0
/
+21
2014-04-24
ARM: mvebu: ARM: mvebu: use of_find_matching_node_and_match() in coherency.c
Thomas Petazzoni
1
-6
/
+3
2014-04-24
bus: mvebu: pass the coherency availability information at init time
Thomas Petazzoni
4
-4
/
+4
[next]