summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* percpu-refcount: improve WARN messagesTejun Heo2014-09-201-3/+5
* percpu: fix locking regression in the failure path of pcpu_alloc()Tejun Heo2014-09-091-0/+1
* percpu-refcount: add @gfp to percpu_ref_init()Tejun Heo2014-09-086-10/+15
* proportions: add @gfp to init functionsTejun Heo2014-09-086-15/+17
* percpu_counter: add @gfp to percpu_counter_init()Tejun Heo2014-09-0823-42/+49
* percpu_counter: make percpu_counters_lock irq-safeTejun Heo2014-09-081-6/+10
* percpu: implement asynchronous chunk populationTejun Heo2014-09-022-6/+115
* percpu: rename pcpu_reclaim_work to pcpu_balance_workTejun Heo2014-09-021-15/+12
* percpu: implmeent pcpu_nr_empty_pop_pages and chunk->nr_populatedTejun Heo2014-09-022-10/+114
* percpu: make sure chunk->map array has available spaceTejun Heo2014-09-021-8/+45
* percpu: implement [__]alloc_percpu_gfp()Tejun Heo2014-09-022-27/+46
* percpu: indent the population block in pcpu_alloc()Tejun Heo2014-09-021-17/+21
* percpu: make pcpu_alloc_area() capable of allocating only from populated areasTejun Heo2014-09-021-7/+58
* percpu: restructure lockingTejun Heo2014-09-022-40/+37
* percpu: make percpu-km set chunk->populated bitmap properlyTejun Heo2014-09-021-0/+3
* percpu: move region iterations out of pcpu_[de]populate_chunk()Tejun Heo2014-09-023-54/+28
* percpu: move common parts out of pcpu_[de]populate_chunk()Tejun Heo2014-09-023-40/+31
* percpu: remove @may_alloc from pcpu_get_pages()Tejun Heo2014-09-021-7/+8
* percpu: remove the usage of separate populated bitmap in percpu-vmTejun Heo2014-09-021-68/+25
* percpu: free percpu allocation info for uniprocessor systemHonggang Li2014-08-161-0/+2
* percpu: perform tlb flush after pcpu_map_pages() failureTejun Heo2014-08-151-0/+1
* percpu: fix pcpu_alloc_pages() failure pathTejun Heo2014-08-151-6/+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