summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* i40e: fix PTP bugJesse Brandeburg2014-08-151-1/+1
* i40e: Fix a few potential VF dereferencesAnjali Singhai Jain2014-08-151-11/+19
* i40e: Fix for recent kernel panicAnjali Singhai Jain2014-08-151-3/+15
* Merge tag 'pm+acpi-3.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-08-1415-878/+3051
|\
| * Merge branch 'pm-tools'Rafael J. Wysocki2014-08-111-836/+2981
| |\
| | * PM / tools: analyze_suspend.py: update to v3.0Todd E Brandt2014-08-091-836/+2981
| | |
| | \
| | \
| | \
| *---. \ Merge branches 'pm-sleep', 'pm-cpufreq' and 'pm-cpuidle'Rafael J. Wysocki2014-08-1111-40/+66
| |\ \ \ \
| | | | * | cpuidle: menu: Lookup CPU runqueues lessMel Gorman2014-08-064-19/+15
| | | | * | cpuidle: menu: Call nr_iowait_cpu less timesMel Gorman2014-08-061-7/+8
| | | | * | cpuidle: menu: Use ktime_to_us instead of reinventing the wheelMel Gorman2014-08-061-4/+1
| | | | * | cpuidle: menu: Use shifts when calculating averages where possibleMel Gorman2014-08-061-3/+11
| | | * | | cpufreq: arm_big_little: fix module license specUwe Kleine-König2014-08-092-1/+6
| | | * | | cpufreq: speedstep-smi: fix decimal printf specifiersHans Wennborg2014-08-071-2/+2
| | | * | | cpufreq: OPP: Avoid sleeping while atomicStephen Boyd2014-08-071-1/+1
| | | * | | cpufreq: cpu0: Do not print error message when deferringMarkus Pargmann2014-08-071-1/+1
| | | * | | cpufreq: integrator: Use set_cpus_allowed_ptrHimangi Saraogi2014-08-071-5/+5
| | * | | | PM / hibernate: avoid unsafe pages in e820 reserved regionsLee, Chun-Yi2014-08-061-1/+20
| | | | | |
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *---. \ \ \ \ Merge branches 'acpi-processor', 'acpi-hotplug' and 'acpi-battery'Rafael J. Wysocki2014-08-103-2/+4
| |\ \ \ \ \ \ \
| | | | * | | | | ACPI / battery: Fix warning message in acpi_battery_get_state()Mariusz Ceier2014-08-101-1/+1
| | | * | | | | | ACPI / hotplug: Check scan handlers in acpi_scan_hot_remove()Tang Chen2014-08-071-1/+2
| | * | | | | | | ACPI / processor: Make acpi_cpu_soft_notify() process CPU FROZEN eventsLan Tianyu2014-08-061-0/+1
* | | | | | | | | Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-08-14230-240/+242
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-12230-240/+242
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2014-08-144-5/+71
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | sparc: Hook up memfd_create system call.David S. Miller2014-08-133-4/+5
| * | | | | | | | | | sparc64: Properly claim resources as each PCI bus is probed.David S. Miller2014-08-131-0/+32
| * | | | | | | | | | sparc64: Skip bogus PCI bridge ranges.David S. Miller2014-08-131-0/+11
| * | | | | | | | | | sparc64: Expand PCI bridge probing debug logging.David S. Miller2014-08-131-1/+23
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-08-1444-214/+332
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge tag 'master-2014-08-14' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-08-146-6/+37
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | iwlwifi: mvm: disable scheduled scan to prevent firmware crashEmmanuel Grumbach2014-08-141-1/+2
| | * | | | | | | | | | | net: wireless: ipw2x00: ipw2200.c: Cleaning up missing null-terminate after s...Rickard Strandqvist2014-08-111-0/+1
| | * | | | | | | | | | | brcmfmac: fix memory leakage in msgbufArend van Spriel2014-08-111-0/+4
| | * | | | | | | | | | | brcmfmac: fix curly brace mistake in brcmf_pcie_handle_mb_data()Arend van Spriel2014-08-111-1/+2
| | * | | | | | | | | | | carl9170: fix sending URBs with wrong type when using full-speedRonald Wahl2014-08-112-4/+28
| * | | | | | | | | | | | netlink: Annotate RCU locking for seq_file walkerThomas Graf2014-08-141-0/+2
| * | | | | | | | | | | | rhashtable: fix annotations for rht_for_each_entry_rcu()Thomas Graf2014-08-141-8/+4
| * | | | | | | | | | | | rhashtable: unexport and make rht_obj() staticThomas Graf2014-08-142-8/+1
| * | | | | | | | | | | | rhashtable: RCU annotations for next pointersThomas Graf2014-08-142-3/+3
| * | | | | | | | | | | | tcp: fix ssthresh and undo for consecutive short FRTO episodesNeal Cardwell2014-08-141-5/+3
| * | | | | | | | | | | | tcp: don't allow syn packets without timestamps to pass tcp_tw_recycle logicHannes Frederic Sowa2014-08-143-6/+11
| * | | | | | | | | | | | tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell2014-08-146-5/+8
| * | | | | | | | | | | | sit: Fix ipip6_tunnel_lookup device matching criteriaShmulik Ladkani2014-08-141-3/+3
| * | | | | | | | | | | | net: ethernet: ibm: ehea: Remove duplicate object from MakefileAndreas Ruprecht2014-08-141-1/+1
| * | | | | | | | | | | | net: xgene: Check negative return value of xgene_enet_get_ring_size()Tobias Klauser2014-08-141-2/+5
| * | | | | | | | | | | | tcp: don't use timestamp from repaired skb-s to calculate RTT (v2)Andrey Vagin2014-08-143-9/+14
| * | | | | | | | | | | | net: xilinx: Remove .owner field for driverMichal Simek2014-08-143-3/+0
| * | | | | | | | | | | | Revert "macvlan: simplify the structure port"David S. Miller2014-08-141-5/+7
| * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/netDavid S. Miller2014-08-134-14/+15
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | e1000e: delete excessive space character in debug messageJean Sacren2014-08-121-1/+1