| Commit message (Expand) | Author | Age | Files | Lines |
* | ata: Convert dev_printk(KERN_<LEVEL> to dev_<level>( | Joe Perches | 2011-07-23 | 27 | -230/+189 |
* | Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2011-07-21 | 4 | -39/+56 |
|\ |
|
| * | drm/i915: Fix unfenced alignment on pre-G33 hardware | Chris Wilson | 2011-07-18 | 3 | -38/+41 |
| * | drm/i915: Add quirk to disable SSC on Lenovo U160 LVDS | Keith Packard | 2011-07-13 | 2 | -1/+15 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2011-07-18 | 2 | -5/+2 |
|\ \ |
|
| * | | pppoe: Must flush connections when MAC address changes too. | David S. Miller | 2011-07-18 | 1 | -1/+2 |
| * | | tulip: dmfe: Remove old log spamming pr_debugs | Joe Perches | 2011-07-18 | 1 | -4/+0 |
* | | | si4713-i2c: avoid potential buffer overflow on si4713 | Mauro Carvalho Chehab | 2011-07-18 | 1 | -2/+2 |
* | | | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2011-07-18 | 3 | -1/+13 |
|\ \ \
| |/ /
|/| | |
|
| * | | hwmon: (max1111) Fix race condition causing NULL pointer exception | Pavel Herrmann | 2011-07-17 | 1 | -0/+11 |
| * | | hwmon: (it87) Fix label group removal | Jean Delvare | 2011-07-17 | 1 | -1/+1 |
| * | | hwmon: (asus_atk0110) Fix memory leak | Luca Tettamanti | 2011-07-17 | 1 | -0/+1 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2011-07-17 | 4 | -12/+29 |
|\ \ \ |
|
| * | | | gianfar: rx parser | Sebastian Pöhn | 2011-07-15 | 2 | -6/+21 |
| * | | | r6040: only disable RX interrupt if napi_schedule_prep is successful | Michael Thalmeier | 2011-07-15 | 1 | -3/+5 |
| * | | | net: remove NETIF_F_ALL_TX_OFFLOADS | Michał Mirosław | 2011-07-14 | 1 | -3/+3 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog | Linus Torvalds | 2011-07-17 | 1 | -2/+1 |
|\ \ \ \ |
|
| * | | | | watchdog: hpwdt depends on PCI | Randy Dunlap | 2011-07-17 | 1 | -1/+1 |
| * | | | | watchdog: fix hpwdt Kconfig regression in 3.0-rc | Olaf Hering | 2011-07-16 | 1 | -1/+0 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2011-07-17 | 6 | -18/+30 |
|\ \ \ \ |
|
| * | | | | [media] tuner-core: fix a 2.6.39 regression with mt20xx | Mauro Carvalho Chehab | 2011-07-13 | 1 | -4/+12 |
| * | | | | [media] dvb_frontend: fix race condition in stopping/starting frontend | Devin Heitmueller | 2011-07-13 | 1 | -0/+8 |
| * | | | | [media] media: fix radio-sf16fmr2 build when SND is not enabled | Randy Dunlap | 2011-07-13 | 1 | -1/+1 |
| * | | | | [media] MEDIA: Fix non-ISA_DMA_API link failure of sound code | Ralf Baechle | 2011-07-13 | 1 | -1/+1 |
| * | | | | [media] nuvoton-cir: make idle timeout more sane | Jarod Wilson | 2011-07-11 | 1 | -1/+1 |
| * | | | | [media] mceusb: increase default timeout to 100ms | Rafi Rubin | 2011-07-11 | 1 | -1/+1 |
| * | | | | [media] mceusb: Timeout unit corrections | Rafi Rubin | 2011-07-11 | 1 | -3/+4 |
| * | | | | [media] Revert "V4L/DVB: cx23885: Enable Message Signaled Interrupts(MSI)" | Jarod Wilson | 2011-07-11 | 1 | -7/+2 |
* | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2011-07-17 | 2 | -18/+11 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| | | | | | |
| | \ \ \ | |
| *-. \ \ \ | Merge branches 'd3cold', 'bugzilla-37412' and 'bugzilla-38152' into release | Len Brown | 2011-07-14 | 2 | -18/+11 |
| |\ \ \ \ \ |
|
| | | * | | | | ACPI: Fix lockdep false positives in acpi_power_off() | Rafael J. Wysocki | 2011-07-13 | 1 | -17/+0 |
| | |/ / / /
| |/| | | | |
|
| | * | | | | ACPI, APEI, HEST, Detect duplicated hardware error source ID | Huang Ying | 2011-07-13 | 1 | -1/+11 |
| |/ / / / |
|
* | | | | | Merge branch 'gpio/merge' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2011-07-15 | 1 | -0/+1 |
|\ \ \ \ \ |
|
| * | | | | | gpio: wm831x: add a missing break in wm831x_gpio_dbg_show | Axel Lin | 2011-07-15 | 1 | -0/+1 |
* | | | | | | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2011-07-15 | 2 | -15/+15 |
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
|
| * | | | | | hwmon: (adm1275) Fix coefficients per datasheet revision B | Guenter Roeck | 2011-07-15 | 1 | -5/+5 |
| * | | | | | hwmon: (pmbus) Use long variables for register to data conversions | Guenter Roeck | 2011-07-12 | 1 | -10/+10 |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb... | Linus Torvalds | 2011-07-13 | 1 | -27/+50 |
|\ \ \ \ \ \ |
|
| * | | | | | | mmc: core: Bus width testing needs to handle suspend/resume | Philip Rakity | 2011-07-13 | 1 | -27/+50 |
* | | | | | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air... | Linus Torvalds | 2011-07-13 | 7 | -15/+38 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | drm/radeon/kms/evergreen: emit SQ_LDS_RESOURCE_MGMT for blits | Alex Deucher | 2011-07-13 | 1 | -2/+7 |
| * | | | | | | | agp/intel: Fix typo in G4x_GMCH_SIZE_VT_2M | Chris Wilson | 2011-07-13 | 1 | -3/+4 |
| * | | | | | | | drm/radeon/kms: fix typo in read_disabled vbios code | Alex Deucher | 2011-07-12 | 2 | -6/+17 |
| * | | | | | | | drm/radeon/kms: use correct BUS_CNTL reg on rs600 | Alex Deucher | 2011-07-12 | 1 | -3/+3 |
| * | | | | | | | drm/radeon/kms: fix backend map typo on juniper | Alex Deucher | 2011-07-12 | 1 | -1/+1 |
| * | | | | | | | drm/radeon/kms: fix regression in hotplug | Alex Deucher | 2011-07-12 | 1 | -0/+6 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2011-07-13 | 9 | -22/+33 |
|\ \ \ \ \ \ \
| |_|_|_|/ / /
|/| | | | | | |
|
| * | | | | | | slip: fix wrong SLIP6 ifdef-endif placing | Matvejchikov Ilya | 2011-07-11 | 1 | -1/+1 |
| * | | | | | | natsemi: fix another dma-debug report | Jim Cromie | 2011-07-10 | 1 | -2/+2 |
| * | | | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 2011-07-08 | 6 | -15/+25 |
| |\ \ \ \ \ \ |
|