index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
net
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-10-15
ARM: imx: move debug macros to include/debug
Shawn Guo
2
-11
/
+30
2012-10-15
video: imxfb: remove cpu_is_xxx by using platform_device_id
Shawn Guo
7
-23
/
+51
2012-10-15
mmc: mxcmmc: remove cpu_is_xxx by using platform_device_id
Shawn Guo
8
-21
/
+50
2012-10-15
media: mx2_camera: remove cpu_is_xxx by using platform_device_id
Shawn Guo
5
-35
/
+85
2012-10-15
dma: imx-dma: remove cpu_is_xxx by using platform_device_id
Shawn Guo
10
-18
/
+66
2012-10-15
dma: imx-dma: retrieve MEM and IRQ from resources
Shawn Guo
6
-20
/
+45
2012-10-15
dma: imx-dma: use devm_kzalloc and devm_request_irq
Shawn Guo
1
-39
/
+15
2012-10-15
rtc: mxc_rtc: remove cpu_is_xxx by using platform_device_id
Shawn Guo
6
-10
/
+40
2012-10-15
mtd: mxc_nand: remove cpu_is_xxx by using platform_device_id
Shawn Guo
10
-52
/
+79
2012-10-15
i2c: imx: remove cpu_is_xxx by using platform_device_id
Shawn Guo
18
-54
/
+87
2012-10-15
watchdog: imx2_wdt: remove unneeded mach/hardware.h inclusion
Shawn Guo
1
-1
/
+0
2012-10-15
video: mx3fb: remove unneeded mach/hardware.h inclusion
Shawn Guo
1
-1
/
+0
2012-10-15
usb: ehci-mxc: remove unneeded mach/hardware.h inclusion
Shawn Guo
1
-1
/
+0
2012-10-15
ASoC: imx-ssi: remove unneeded mach/hardware.h inclusion
Shawn Guo
1
-1
/
+0
2012-10-15
dma: imx-sdma: remove unneeded mach/hardware.h inclusion
Shawn Guo
1
-1
/
+0
2012-10-15
dma: ipu: rename mach/ipu.h to include/linux/dma/ipu-dma.h
Shawn Guo
5
-9
/
+7
2012-10-15
ARM: imx: remove mach/dma-mx1-mx2.h
Shawn Guo
1
-10
/
+0
2012-10-15
ARM: imx: include ulpi.h rather than mach/ulpi.h
Shawn Guo
16
-16
/
+15
2012-10-15
ARM: imx: include iram.h rather than mach/iram.h
Shawn Guo
2
-1
/
+2
2012-10-15
ARM: imx: include iim.h rather than mach/iim.h
Shawn Guo
4
-3
/
+5
2012-10-15
ARM: imx: ARM: imx: include cpuidle.h rather than mach/cpuidle.h
Shawn Guo
3
-2
/
+2
2012-10-15
ARM: imx: include common.h rather than mach/common.h
Shawn Guo
77
-77
/
+93
2012-10-15
ARM: imx: merge plat-mxc into mach-imx
Shawn Guo
46
-104
/
+98
2012-10-15
ARM: imx: move platform device code into mach-imx
Shawn Guo
52
-49
/
+51
2012-10-15
ARM: imx: remove unnecessary inclusion from device-imx*.h
Shawn Guo
9
-8
/
+1
2012-10-15
ARM: imx: move iomux drivers and headers into mach-imx
Shawn Guo
68
-70
/
+79
2012-10-15
ARM: imx: include board headers in the same folder
Shawn Guo
21
-15
/
+15
2012-10-14
Linux 3.7-rc1
v3.7-rc1
Linus Torvalds
1
-2
/
+2
2012-10-14
x86, boot: Explicitly include autoconf.h for hostprogs
Matt Fleming
1
-1
/
+2
2012-10-14
perf: Fix UAPI fallout
Ingo Molnar
10
-11
/
+11
2012-10-13
ARM: config: make sure that platforms are ordered by option string
Russell King
1
-38
/
+38
2012-10-13
ARM: config: sort select statements alphanumerically
Russell King
39
-767
/
+765
2012-10-13
UAPI: (Scripted) Disintegrate include/linux/byteorder
David Howells
6
-206
/
+214
2012-10-13
UAPI: (Scripted) Disintegrate include/linux
David Howells
578
-30108
/
+32659
2012-10-13
UAPI: Unexport linux/blk_types.h
David Howells
2
-61
/
+59
2012-10-13
UAPI: Unexport part of linux/ppp-comp.h
David Howells
1
-0
/
+4
2012-10-13
perf: Handle new rbtree implementation
Markus Trippelsdorf
2
-1
/
+4
2012-10-13
procfs: don't need a PATH_MAX allocation to hold a string representation of a...
Jeff Layton
1
-2
/
+3
2012-10-13
vfs: embed struct filename inside of names_cache allocation if possible
Jeff Layton
2
-20
/
+50
2012-10-13
audit: make audit_inode take struct filename
Jeff Layton
5
-19
/
+42
2012-10-13
vfs: make path_openat take a struct filename pointer
Jeff Layton
7
-21
/
+42
2012-10-13
vfs: turn do_path_lookup into wrapper around struct filename variant
Jeff Layton
1
-7
/
+23
2012-10-13
audit: allow audit code to satisfy getname requests from its names_list
Jeff Layton
3
-0
/
+38
2012-10-13
vfs: define struct filename and have getname() return it
Jeff Layton
40
-175
/
+218
2012-10-13
btrfs: Fix compilation with user namespace support enabled
Eric W. Biederman
1
-2
/
+2
2012-10-12
userns: Fix posix_acl_file_xattr_userns gid conversion
Eric W. Biederman
1
-1
/
+1
2012-10-12
userns: Properly print bluetooth socket uids
Eric W. Biederman
1
-1
/
+1
2012-10-12
dm: store dm_target_io in bio front_pad
Mikulas Patocka
1
-59
/
+49
2012-10-12
dm thin: move bio_prison code to separate module
Mike Snitzer
5
-404
/
+499
2012-10-12
dm thin: prepare to separate bio_prison code
Mike Snitzer
1
-90
/
+131
[next]