Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | cxgb4vf: Fix ethtool get_settings for VF driver | Hariprasad Shenai | 2014-12-22 | 4 | -41/+161 | |
* | caif: Fix napi poll list corruption | Herbert Xu | 2014-12-22 | 1 | -2/+0 | |
* | net/mlx4_en: Doorbell is byteswapped in Little Endian archs | Amir Vadai | 2014-12-22 | 1 | -1/+11 | |
* | 8139too: Add netif_napi_del in the driver | Jia-Ju Bai | 2014-12-22 | 1 | -0/+2 | |
* | 8139too: Fix the lack of pci_disable_device | Jia-Ju Bai | 2014-12-22 | 1 | -1/+1 | |
* | net: ethernet: stmicro: stmmac: drop owner assignment from platform_drivers | Wolfram Sang | 2014-12-22 | 1 | -1/+0 | |
* | net: s6gmac: remove driver | Daniel Glöckner | 2014-12-22 | 3 | -1071/+0 | |
* | net: ethernet: micrel: ksz884x.c: Remove unused function | Rickard Strandqvist | 2014-12-22 | 1 | -6/+0 | |
* | tg3: tg3_disable_ints using uninitialized mailbox value to disable interrupts | Prashant Sreedharan | 2014-12-22 | 1 | -17/+17 | |
* | hyperv: Fix some variable name typos in send-buffer init/revoke | Haiyang Zhang | 2014-12-22 | 2 | -7/+9 | |
* | virtio_net: Fix napi poll list corruption | Herbert Xu | 2014-12-22 | 1 | -2/+0 | |
* | stmmac: Don't init ptp again when resume from suspend/hibernation | Huacai Chen | 2014-12-22 | 1 | -6/+8 | |
* | enic: fix rx skb checksum | Govindarajulu Varadarajan | 2014-12-19 | 1 | -4/+8 | |
* | sunvnet: fix a memory leak in vnet_handle_offloads | Li RongQing | 2014-12-19 | 1 | -0/+1 | |
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2014-12-19 | 6 | -96/+154 | |
|\ | ||||||
| * | virtio_pci: restore module attributes | Herbert Xu | 2014-12-16 | 1 | -0/+5 | |
| * | mic/host: fix up virtio 1.0 APIs | Michael S. Tsirkin | 2014-12-15 | 1 | -6/+12 | |
| * | vringh: update for virtio 1.0 APIs | Michael S. Tsirkin | 2014-12-15 | 1 | -47/+74 | |
| * | vringh: 64 bit features | Michael S. Tsirkin | 2014-12-15 | 1 | -2/+2 | |
| * | virtio_pci: move probe to common file | Michael S. Tsirkin | 2014-12-14 | 3 | -26/+38 | |
| * | virtio_pci_common.h: drop VIRTIO_PCI_NO_LEGACY | Michael S. Tsirkin | 2014-12-11 | 1 | -1/+0 | |
| * | virtio: set VIRTIO_CONFIG_S_FEATURES_OK on restore | Michael S. Tsirkin | 2014-12-11 | 1 | -14/+23 | |
* | | Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2014-12-19 | 38 | -119/+151 | |
|\ \ | ||||||
| | \ | ||||||
| | \ | ||||||
| | \ | ||||||
| | \ | ||||||
| *---. \ | Merge branches 'pm-opp', 'pm-cpufreq' and 'pm-tools' | Rafael J. Wysocki | 2014-12-18 | 2 | -34/+78 | |
| |\ \ \ \ | ||||||
| | | * | | | intel_pstate: Add a few comments | Kristen Carlson Accardi | 2014-12-11 | 1 | -1/+31 | |
| | | * | | | intel_pstate: add kernel parameter to force loading | Ethan Zhao | 2014-12-11 | 1 | -1/+5 | |
| | * | | | | PM / OPP: do error handling at the bottom of dev_pm_opp_add_dynamic() | Viresh Kumar | 2014-12-10 | 1 | -7/+10 | |
| | * | | | | PM / OPP: handle allocation of device_opp in a separate routine | Viresh Kumar | 2014-12-10 | 1 | -15/+22 | |
| | * | | | | PM / OPP: reuse find_device_opp() instead of duplicating code | Viresh Kumar | 2014-12-10 | 1 | -7/+2 | |
| | * | | | | PM / OPP: Staticize __dev_pm_opp_remove() | Viresh Kumar | 2014-12-10 | 1 | -1/+2 | |
| | * | | | | PM / OPP: replace kfree with kfree_rcu while freeing 'struct device_opp' | Viresh Kumar | 2014-12-10 | 1 | -2/+6 | |
| * | | | | | Merge branch 'pm-runtime' | Rafael J. Wysocki | 2014-12-18 | 29 | -64/+40 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | power / PM: Eliminate CONFIG_PM_RUNTIME | Rafael J. Wysocki | 2014-12-15 | 1 | -4/+0 | |
| | * | | | | | NFC / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM | Rafael J. Wysocki | 2014-12-15 | 1 | -1/+1 | |
| | * | | | | | SCSI / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM | Rafael J. Wysocki | 2014-12-15 | 4 | -27/+10 | |
| | * | | | | | mmc: atmel-mci: use SET_RUNTIME_PM_OPS() macro | Ludovic Desroches | 2014-12-13 | 1 | -1/+1 | |
| | * | | | | | PM / Kconfig: Replace PM_RUNTIME with PM in dependencies | Rafael J. Wysocki | 2014-12-13 | 7 | -8/+8 | |
| | * | | | | | phy / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM | Rafael J. Wysocki | 2014-12-13 | 2 | -2/+2 | |
| | * | | | | | video / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM | Rafael J. Wysocki | 2014-12-13 | 2 | -3/+3 | |
| | * | | | | | tty / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM | Rafael J. Wysocki | 2014-12-13 | 5 | -9/+6 | |
| | * | | | | | spi: Replace CONFIG_PM_RUNTIME with CONFIG_PM | Rafael J. Wysocki | 2014-12-13 | 6 | -9/+9 | |
| | | | | | | | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| *---. \ \ \ \ \ | Merge branches 'acpi-fan', 'acpi-video' and 'acpi-ec' | Rafael J. Wysocki | 2014-12-18 | 3 | -3/+17 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | ACPI / EC: Fix unexpected ec_remove_handlers() invocations | Lv Zheng | 2014-12-15 | 1 | -0/+2 | |
| | | * | | | | | | | ACPI / video: update the skip case for acpi_video_device_in_dod() | Aaron Lu | 2014-12-15 | 1 | -2/+8 | |
| | * | | | | | | | | ACPI / Fan: Use bus id as the name for non PNP0C0B (Fan) devices | Srinivas Pandruvada | 2014-12-11 | 1 | -1/+7 | |
| | | |/ / / / / / | | |/| | | | | | | ||||||
| | | | | | | | | | ||||||
| | \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ | ||||||
| *---. \ \ \ \ \ \ \ | Merge branches 'acpi-scan', 'acpi-utils' and 'acpi-pm' | Rafael J. Wysocki | 2014-12-18 | 3 | -15/+13 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | | ACPI / PM: Do not disable wakeup GPEs that have not been enabled | Rafael J. Wysocki | 2014-12-12 | 1 | -2/+10 | |
| | | * | | | | | | | | | ACPI / utils: Drop error messages from acpi_evaluate_reference() | Rafael J. Wysocki | 2014-12-12 | 1 | -11/+1 | |
| | | | |/ / / / / / / | | | |/| | | | | | | | ||||||
| | * | | | | | | | | | ACPI / scan: Change the level of _DEP-related messages to KERN_DEBUG | Rafael J. Wysocki | 2014-12-12 | 1 | -2/+2 | |
| * | | | | | | | | | | Merge branch 'fixes' | Rafael J. Wysocki | 2014-12-11 | 2 | -3/+3 | |
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | | |