summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-05-26isdn: netjet - blacklist Digium TDM400PPrarit Bhargava1-0/+6
2011-05-26via-velocity: don't annotate MAC registers as packedUlrich Hecht1-1/+1
2011-05-26xen: netfront: hold RTNL when updating features.Ian Campbell1-0/+2
2011-05-26sctp: fix memory leak of the ASCONF queue when free asocWei Yongjun1-0/+16
2011-05-26net: make dev_disable_lro use physical device if passed a vlan dev (v2)Neil Horman1-0/+7
2011-05-26net: move is_vlan_dev into public header file (v2)Neil Horman2-5/+5
2011-05-26jbd2: fix a potential leak of a journal_head on an error pathDing Dinghua1-1/+1
2011-05-26ext4: teach ext4_ext_split to calculate extents efficientlyYongqiang Yang1-38/+46
2011-05-26ext4: Convert ext4 to new truncate calling conventionJan Kara2-4/+1
2011-05-26mmc: core: eMMC bus width may not work on all platformsPhilip Rakity1-10/+102
2011-05-26mmc: sdhci: Auto-CMD23 fixes.Andrei Warkentin1-2/+2
2011-05-26mmc: sdhci: Auto-CMD23 support.Andrei Warkentin3-1/+19
2011-05-26mmc: core: Block CMD23 support for UHS104/SDXC cards.Andrei Warkentin4-4/+12
2011-05-26mmc: sdhci: Implement MMC_CAP_CMD23 for SDHCI.Andrei Warkentin3-17/+49
2011-05-26mmc: core: Use CMD23 for multiblock transfers when we can.Andrei Warkentin5-29/+93
2011-05-25arch/tile: prefer "tilepro" as the name of the 32-bit architectureChris Metcalf2-0/+3
2011-05-25Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds4-10/+28
2011-05-25Merge branch 'packaging' of git://git.kernel.org/pub/scm/linux/kernel/git/mma...Linus Torvalds2-3/+20
2011-05-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds11-75/+173
2011-05-25hwmon: New driver for the SMSC EMC6W201Jean Delvare4-0/+592
2011-05-25hwmon: (abituguru) Depend on DMIJean Delvare3-18/+2
2011-05-25hwmon: (it87) Use request_muxed_regionNat Gurumoorthy1-12/+19
2011-05-25hwmon: (sch5627) Trigger Vbat measurementsHans de Goede1-1/+22
2011-05-25hwmon: (sch5627) Add sch5627_send_cmd functionHans de Goede1-4/+19
2011-05-25i8k: Integrate with the hwmon subsystemJean Delvare2-0/+163
2011-05-25hwmon: (max6650) Properly support the MAX6650Jean Delvare2-10/+36
2011-05-25hwmon: (max6650) Drop device detectionJean Delvare2-45/+8
2011-05-25Move ACPI power meter driver to hwmonJean Delvare5-12/+11
2011-05-25hwmon: (f71882fg) Add support for F71808AHans de Goede3-4/+89
2011-05-25hwmon: (f71882fg) Split has_beep in fan_has_beep and temp_has_beepHans de Goede1-7/+21
2011-05-25hwmon: (asc7621) Drop duplicate dependencyJean Delvare1-1/+1
2011-05-25hwmon: (jc42) Change detection classJean Delvare2-2/+2
2011-05-25hwmon: Add driver for AMD family 15h processor power informationAndreas Herrmann5-0/+284
2011-05-25hwmon: (k10temp) Add support for Fam15h (Bulldozer)Andre Przywara3-5/+7
2011-05-25hwmon: Use helper functions to set and get driver dataJean Delvare6-27/+27
2011-05-25i8k: Avoid lahf in 64-bit codeLuca Tettamanti1-2/+2
2011-05-25Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/...David S. Miller142-976/+1820
2011-05-25signal: sys_pause() should check signal_pending()Oleg Nesterov1-2/+4
2011-05-25ptrace: ptrace_resume() shouldn't wake up !TASK_TRACED threadOleg Nesterov1-1/+1
2011-05-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds11-59/+55
2011-05-25Merge branch 'for-2.6.40/splice' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-18/+15
2011-05-25Merge branch 'for-2.6.40/drivers' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds27-307/+2677
2011-05-25Merge branch 'for-2.6.40/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds25-317/+785
2011-05-25Merge branch 'timers-ptp-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds29-3/+4406
2011-05-25Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-11/+15
2011-05-25xfs: correctly decrement the extent buffer index in xfs_bmap_del_extentChristoph Hellwig1-0/+2
2011-05-25xfs: check for valid indices in xfs_iext_get_ext and xfs_iext_idx_to_irecChristoph Hellwig1-2/+6
2011-05-25xfs: fix up asserts in xfs_iflush_forkChristoph Hellwig1-4/+1
2011-05-25xfs: do not do pointer arithmetic on extent recordsChristoph Hellwig1-3/+6
2011-05-25xfs: do not use unchecked extent indices in xfs_bunmapiChristoph Hellwig1-8/+8