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
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-13
radeon: Call pci_clear_master() instead of open-coding it.
Michel Dänzer
2
-14
/
+3
2012-01-13
gma500: Discard modes that don't fit in stolen memory
Alan Cox
4
-8
/
+24
2012-01-13
drm/radeon/kms: Fix module parameter description format
Jean Delvare
1
-1
/
+1
2012-01-13
drm/radeon/kms/ni: fix packet2 handling for VM IB parser
Alex Deucher
1
-1
/
+2
2012-01-13
ttm/dma: Remove the WARN() which is not useful.
Konrad Rzeszutek Wilk
1
-3
/
+2
2012-01-12
Merge branch 'akpm' (aka "Andrew's patch-bomb, take two")
Linus Torvalds
5
-22
/
+32
2012-01-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
43
-395
/
+577
2012-01-12
ramoops: update parameters only after successful init
Kees Cook
1
-8
/
+9
2012-01-12
ramoops: fix use of rounddown_pow_of_two()
Marco Stornelli
1
-2
/
+2
2012-01-12
drivers/parport/parport_pc.c: fix warnings
Andrew Morton
1
-2
/
+2
2012-01-12
kdump: add udev events for memory online/offline
Michael Holzheu
1
-3
/
+14
2012-01-12
kexec: remove KMSG_DUMP_KEXEC
WANG Cong
2
-4
/
+2
2012-01-12
drivers/video/nvidia/nvidia.c: fix warning
Andrew Morton
1
-3
/
+3
2012-01-12
pptp: Accept packet with seq zero
Bradley Peterson
1
-2
/
+2
2012-01-12
net: fsl: fec: handle 10Mbps speed in RMII mode
Eric Benard
2
-3
/
+10
2012-01-12
drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c: add missing iounmap
Julia Lawall
1
-1
/
+1
2012-01-12
drivers/net/ethernet/tundra/tsi108_eth.c: add missing iounmap
Julia Lawall
1
-2
/
+4
2012-01-12
ksz884x: fix mtu for VLAN
Doug Kehn
1
-1
/
+1
2012-01-12
module_param: make bool parameters really bool (drivers/video/i810)
Rusty Russell
1
-5
/
+5
2012-01-12
dp83640: Fix NOHZ local_softirq_pending 08 warning
Manfred Rudigier
1
-1
/
+1
2012-01-12
gianfar: Fix invalid TX frames returned on error queue when time stamping
Manfred Rudigier
2
-10
/
+23
2012-01-12
gianfar: Fix missing sock reference when processing TX time stamps
Manfred Rudigier
1
-0
/
+4
2012-01-12
phylib: introduce mdiobus_alloc_size()
Timur Tabi
1
-5
/
+19
2012-01-13
intelfbdrv.c: bailearly is an int module_param
Rusty Russell
1
-1
/
+1
2012-01-13
paride/pcd: fix bool verbose module parameter.
Rusty Russell
1
-1
/
+1
2012-01-13
module_param: make bool parameters really bool (drivers & misc)
Rusty Russell
272
-444
/
+450
2012-01-13
lirc_parallel: fix module parameter description.
Rusty Russell
1
-1
/
+1
2012-01-13
module_param: avoid bool abuse, add bint for special cases.
Rusty Russell
3
-3
/
+3
2012-01-13
module_param: check type correctness for module_param_array
Rusty Russell
4
-5
/
+7
2012-01-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
10
-14
/
+109
2012-01-12
Merge tag 'to-linus' of git://github.com/rustyrussell/linux
Linus Torvalds
12
-158
/
+713
2012-01-12
brcmsmac: fix reading of PCI sprom contents
Linus Torvalds
1
-11
/
+20
2012-01-12
mmc: fix a deadlock between system suspend and MMC block IO
Guennadi Liakhovetski
1
-3
/
+6
2012-01-12
mmc: sdhci: restore the enabled dma when do reset all
Shaohui Xie
1
-0
/
+5
2012-01-12
mmc: dw_mmc: miscaculated the fifo-depth with wrong bit operation
Jaehoon Chung
1
-1
/
+1
2012-01-12
mmc: host: Adds support for eMMC 4.5 HS200 mode
Girish K S
2
-15
/
+43
2012-01-12
mmc: core: HS200 mode support for eMMC 4.5
Girish K S
5
-12
/
+163
2012-01-12
mmc: dw_mmc: fixed wrong bit operation for SDMMC_GET_FCNT()
Jaehoon Chung
1
-1
/
+1
2012-01-12
mmc: core: Separate the timeout value for cache-ctrl
Seungwon Jeon
2
-11
/
+23
2012-01-12
mmc: sdhci-spear: Fix compilation error
Viresh Kumar
1
-2
/
+1
2012-01-12
mmc: sdhci: Deal with failure case in sdhci_suspend_host
Aaron Lu
1
-3
/
+14
2012-01-12
mmc: dw_mmc: Clear the DDR mode for non-DDR
Seungwon Jeon
1
-4
/
+7
2012-01-12
mmc: sd: Fix SDR12 timing regression
Alexander Elbs
1
-2
/
+1
2012-01-12
mmc: sdhci: Fix tuning timer incorrect setting when suspending host
Aaron Lu
1
-2
/
+1
2012-01-12
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
7
-10
/
+11
2012-01-12
i2c/gpio-i2cmux: Convert to use module_platform_driver()
Axel Lin
1
-12
/
+1
2012-01-12
i2c/busses: Use module_platform_driver()
Axel Lin
18
-247
/
+24
2012-01-12
i2c-dev: Use memdup_user
Thomas Meyer
1
-9
/
+4
2012-01-12
i2c: Convert to DEFINE_PCI_DEVICE_TABLE
Axel Lin
19
-19
/
+19
2012-01-12
i2c-ali1535: enable SPARC support
corentin.labbe
1
-7
/
+20
[prev]
[next]