Age | Commit message (Expand) | Author | Files | Lines |
2009-03-29 | maple: fix Error in kernel-doc notation | Randy Dunlap | 1 | -1/+1 |
2009-03-29 | Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 | Linus Torvalds | 17 | -262/+515 |
2009-03-29 | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 71 | -1503/+2167 |
2009-03-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-async-for-30 | Linus Torvalds | 1 | -2/+3 |
2009-03-28 | Merge branch 'percpu-cpumask-x86-for-linus-2' of git://git.kernel.org/pub/scm... | Linus Torvalds | 32 | -188/+335 |
2009-03-28 | i2c-core: Some style cleanups | Zhenwen Xu | 1 | -13/+13 |
2009-03-28 | i2c-piix4: Add support for the Broadcom HT1100 chipset | Flavio Leitner | 2 | -1/+4 |
2009-03-28 | i2c-piix4: Add support to SB800 SMBus changes | Shane Huang | 1 | -1/+72 |
2009-03-28 | i2c-pca-platform: Use defaults if no platform_data given | Wolfram Sang | 1 | -7/+12 |
2009-03-28 | i2c-algo-pca: Use timeout for checking the state machine | Wolfram Sang | 3 | -33/+46 |
2009-03-28 | i2c-algo-pca: Rework waiting for a free bus | Wolfram Sang | 2 | -8/+11 |
2009-03-28 | i2c-algo-pca: Add PCA9665 support | Marco Aurelio da Costa | 4 | -26/+185 |
2009-03-28 | i2c: Adapt debug macros for KERN_* constants | Frank Seidel | 1 | -5/+9 |
2009-03-28 | i2c-davinci: Fix timeout handling | Jean Delvare | 1 | -5/+3 |
2009-03-28 | i2c: Adapter timeout is in jiffies | Jean Delvare | 4 | -10/+9 |
2009-03-28 | i2c: Set a default timeout value for all adapters | Jean Delvare | 3 | -4/+6 |
2009-03-28 | i2c: Add missing KERN_* constants to printks | Frank Seidel | 4 | -8/+11 |
2009-03-28 | i2c-algo-pcf: Handle timeout correctly | Roel Kluin | 1 | -8/+10 |
2009-03-28 | i2c-algo-pcf: Style cleanups | Roel Kluin | 1 | -135/+115 |
2009-03-28 | eeprom/at24: Remove EXPERIMENTAL | Wolfram Sang | 1 | -1/+1 |
2009-03-28 | i2c-nforce2: Add support for MCP67, MCP73, MCP78S and MCP79 | Jean Delvare | 1 | -2/+10 |
2009-03-28 | i2c: Clarify which clients are auto-removed | Jean Delvare | 1 | -1/+4 |
2009-03-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 92 | -1796/+26877 |
2009-03-28 | Merge branch 'master' into devel | Russell King | 1 | -1/+1 |
2009-03-28 | Merge branch 'origin' into devel | Russell King | 1338 | -94783/+123080 |
2009-03-28 | ide/net: flip the order of SATA and network init | Arjan van de Ven | 1 | -2/+3 |
2009-03-28 | Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into devel | Russell King | 1 | -2/+40 |
2009-03-28 | Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/... | Russell King | 2 | -4/+4 |
2009-03-28 | [ARM] pxa: fix the bad assumption that PCMCIA sockets always start with 0 | Marek Vasut | 2 | -4/+4 |
2009-03-28 | Merge branch 'linus' into percpu-cpumask-x86-for-linus-2 | Ingo Molnar | 165 | -3528/+13423 |
2009-03-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 121 | -1329/+9566 |
2009-03-28 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee... | Linus Torvalds | 21 | -892/+1499 |
2009-03-28 | mac80211/iwlwifi: move virtual A-MDPU queue bookkeeping to iwlwifi | Johannes Berg | 9 | -17/+71 |
2009-03-28 | mac80211: unify and fix TX aggregation start | Johannes Berg | 1 | -1/+1 |
2009-03-28 | iwlwifi: show current driver status in user readable format | Wey-Yi Guy | 1 | -1/+53 |
2009-03-28 | b43: Add BCM4307 PCI-ID | Michael Buesch | 1 | -0/+1 |
2009-03-28 | ath5k: properly drop packets from ops->tx | Bob Copeland | 1 | -4/+6 |
2009-03-28 | ar9170: single module build | Christian Lamparter | 6 | -60/+7 |
2009-03-28 | ath9k: fix dma mapping leak of rx buffer upon rmmod | Luis R. Rodriguez | 1 | -1/+6 |
2009-03-28 | rt2x00: New USB ID for rt73usb | Ivo van Doorn | 1 | -0/+2 |
2009-03-28 | ath5k: warn and correct rate for unknown hw rate indexes | Bob Copeland | 2 | -4/+13 |
2009-03-28 | b43: fix b43_plcp_get_bitrate_idx_ofdm return type | Lorenzo Nava | 1 | -1/+1 |
2009-03-28 | p54: Kconfig maintenance | Christian Lamparter | 1 | -28/+4 |
2009-03-28 | ar9170: simplify & deBUG tx_status queueing and reporting | Christian Lamparter | 3 | -103/+49 |
2009-03-28 | ath5k: Support LED's on Acer Extensa 5620z | Tulio Magno Quites Machado Filho | 1 | -0/+2 |
2009-03-28 | ar9170: update Makefile, Kconfig and MAINTAINERS | Christian Lamparter | 4 | -0/+35 |
2009-03-28 | ar9170: ar9170: USB frontend driver | Christian Lamparter | 2 | -0/+821 |
2009-03-28 | ar9170: mac/bbp and phy code | Christian Lamparter | 2 | -0/+1692 |
2009-03-28 | ar9170: ar9170: mac80211 interaction code | Christian Lamparter | 5 | -0/+2377 |
2009-03-28 | ar9170: hardware and eeprom header files | Christian Lamparter | 2 | -0/+585 |