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
/
arm
/
mach-pnx4008
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-28
ARM: entry: remove unused irq_prio_table macro
Russell King
1
-5
/
+0
2011-03-29
arm: Cleanup the irq namespace
Thomas Gleixner
1
-5
/
+5
2011-02-17
ARM: P2V: separate PHYS_OFFSET from platform definitions
Russell King
1
-1
/
+1
2011-01-15
Merge branch 'devel-stable' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
1
-29
/
+33
2011-01-13
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
1
-1
/
+1
2011-01-13
ARM: pnx4008: irq_data conversion.
Lennert Buytenhek
1
-29
/
+33
2011-01-06
Merge branch 'smp' into misc
Russell King
1
-1
/
+1
2010-12-22
Merge branch 'master' into for-next
Jiri Kosina
1
-1
/
+1
2010-11-26
ARM: 6483/1: arm & sh: factorised duplicated clkdev.c
Jean-Christop PLAGNIOL-VILLARD
1
-2
/
+1
2010-11-21
ARM: 6484/1: fix compile warning in mm/init.c
Anand Gadiyar
1
-1
/
+1
2010-11-16
suspend: constify platform_suspend_ops
Lionel Debroux
1
-1
/
+1
2010-10-20
arm: remove machine_desc.io_pg_offst and .phys_io
Nicolas Pitre
1
-2
/
+0
2010-10-20
arm: return both physical and virtual addresses from addruart
Jeremy Kerr
1
-6
/
+4
2010-10-01
ARM: do not define VMALLOC_END relative to PAGE_OFFSET
Nicolas Pitre
1
-1
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2
-0
/
+2
2010-02-25
Merge branches 'clks' and 'pnx' into devel
Russell King
8
-241
/
+181
2010-02-12
ARM: PNX4008: move i2c_adapter structure inside the drivers private data
Russell King
1
-15
/
+3
2010-02-12
ARM: PNX4008: kzalloc i2c drivers internal data
Russell King
1
-18
/
+7
2010-02-12
ARM: PNX4008: remove platform definitions from mach/timex.h
Russell King
4
-54
/
+74
2010-02-12
ARM: PNX4008: get i2c clock rate from clk API
Russell King
2
-12
/
+6
2010-02-12
ARM: PNX4008: convert i2c-pnx to use clk API enable/disable calls
Russell King
1
-6
/
+6
2010-02-12
ARM: PNX4008: move i2c clock start/stop into driver
Russell King
1
-36
/
+0
2010-02-12
ARM: PNX4008: move i2c suspend/resume callbacks into driver
Russell King
1
-24
/
+0
2010-02-12
ARM: PNX4008: convert i2c clocks to match by device only
Russell King
2
-9
/
+5
2010-02-12
ARM: PNX4008: convert watchdog to use clk API enable/disable calls
Russell King
1
-2
/
+2
2010-02-12
ARM: PNX4008: convert watchdog clocks to match by device only
Russell King
1
-1
/
+1
2010-02-12
ARM: PNX4008: provide clock enable/disable methods and initialization
Russell King
2
-13
/
+26
2010-02-12
ARM: PNX4008: simplify clk enable/disable paths
Russell King
1
-32
/
+23
2010-02-12
ARM: PNX4008: convert to clkdev
Russell King
3
-33
/
+42
2010-02-12
ARM: 5910/1: ARM: Add tmp register for addruart and loadsp
Tony Lindgren
1
-1
/
+1
2009-03-19
[ARM] pass reboot command line to arch_reset()
Russell King
1
-1
/
+1
2009-01-08
[ARM] fix pnx4008
Russell King
2
-0
/
+2
2008-11-30
[ARM] Add a common typesafe __io implementation
Russell King
1
-2
/
+2
2008-11-30
[ARM] pnx4008: fix definition of PHYS_OFFSET
Russell King
1
-1
/
+1
2008-11-29
[ARM] Hide ISA DMA API when ISA_DMA_API is unset
Russell King
1
-2
/
+1
2008-11-29
[ARM] move MAX_DMA_ADDRESS to mach/memory.h
Russell King
1
-2
/
+0
2008-11-28
[ARM] remove a common set of __virt_to_bus definitions
Nicolas Pitre
1
-3
/
+0
2008-09-06
[ARM] Convert asm/io.h to linux/io.h
Russell King
10
-11
/
+10
2008-08-08
[ARM] fix pnx4008 build errors
Russell King
1
-3
/
+0
2008-08-07
[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
Russell King
28
-22
/
+1338
2008-08-07
[ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead
Russell King
7
-7
/
+7
2008-08-07
[ARM] Eliminate useless includes of asm/mach-types.h
Russell King
2
-2
/
+0
2008-07-27
[ARM] 5179/1: Replace obsolete IRQT_* and __IRQT_* values with IRQ_TYPE_*
Dmitry Baryshkov
1
-5
/
+5
2008-04-18
arch: Remove unnecessary inclusions of asm/semaphore.h
Matthew Wilcox
2
-2
/
+0
2008-03-06
[ARM] replace remaining __FUNCTION__ occurrences
Harvey Harrison
2
-2
/
+2
2008-01-28
[ARM] Fix timer damage from d3d74453c34f8fd87674a8cf5b8a327c68f22e99
Russell King
1
-4
/
+0
2007-10-18
PM: Rename struct pm_ops and related things
Rafael J. Wysocki
1
-2
/
+2
2007-10-18
PM: Move definition of struct pm_ops to suspend.h
Rafael J. Wysocki
1
-1
/
+1
2007-05-11
[ARM] Spinlock initializer cleanup
Thomas Gleixner
1
-2
/
+2
2007-05-08
Add IRQF_IRQPOLL flag on arm
Bernhard Walle
1
-1
/
+1
[next]