Show patches with: Submitter = Srivatsa S. Bhat       |   520 patches
« 1 2 3 45 6 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[RFC,v4,23/40] mm: Fix vmstat to also account for freepages in the region allocator - - - --- 2013-09-25 Srivatsa S. Bhat RFC
[RFC,v4,22/40] mm: Propagate the sorted-buddy bias for picking free regions, to region allocator - - - --- 2013-09-25 Srivatsa S. Bhat RFC
[RFC,v4,21/40] mm: Maintain the counter for freepages in the region allocator - - - --- 2013-09-25 Srivatsa S. Bhat RFC
[RFC,v4,20/40] mm: Provide a mechanism to request free memory from the region allocator - - - --- 2013-09-25 Srivatsa S. Bhat RFC
[RFC,v4,19/40] mm: Provide a mechanism to release free memory to the region allocator - - - --- 2013-09-25 Srivatsa S. Bhat RFC
[RFC,v4,18/40] mm: Provide a mechanism to delete pages from buddy freelists in bulk - - - --- 2013-09-25 Srivatsa S. Bhat RFC
[RFC,v4,17/40] mm: Add a mechanism to add pages to buddy freelists in bulk - - - --- 2013-09-25 Srivatsa S. Bhat RFC
[RFC,v4,16/40] mm: Introduce a "Region Allocator" to manage entire memory regions - - - --- 2013-09-25 Srivatsa S. Bhat RFC
[RFC,v4,15/40] mm: Add aggressive bias to prefer lower regions during page allocation - - - --- 2013-09-25 Srivatsa S. Bhat RFC
[RFC,v4,14/40] mm: Enable per-memory-region fragmentation stats in pagetypeinfo - - - --- 2013-09-25 Srivatsa S. Bhat RFC
[RFC,v4,13/40] mm: Print memory region statistics to understand the buddy allocator behavior - - - --- 2013-09-25 Srivatsa S. Bhat RFC
[RFC,v4,12/40] mm: Add support to accurately track per-memory-region allocation - - - --- 2013-09-25 Srivatsa S. Bhat RFC
[RFC,v4,11/40] mm: A new optimized O(log n) sorting algo to speed up buddy-sorting - - - --- 2013-09-25 Srivatsa S. Bhat RFC
[RFC,v4,10/40] bitops: Document the difference in indexing between fls() and __fls() - - - --- 2013-09-25 Srivatsa S. Bhat RFC
[RFC,v4,09/40] mm: Add an optimized version of del_from_freelist to keep page allocation fast - - - --- 2013-09-25 Srivatsa S. Bhat RFC
[RFC,v4,08/40] mm: Use the correct migratetype during buddy merging - - - --- 2013-09-25 Srivatsa S. Bhat RFC
[RFC,v4,07/40] mm: Track the freepage migratetype of pages accurately - - - --- 2013-09-25 Srivatsa S. Bhat RFC
[RFC,v4,06/40] mm: Demarcate and maintain pageblocks in region-order in the zones' freelists - - - --- 2013-09-25 Srivatsa S. Bhat RFC
[RFC,v4,05/40] mm: Add data-structures to describe memory regions within the zones' freelists - - - --- 2013-09-25 Srivatsa S. Bhat RFC
[RFC,v4,04/40] mm: Add helpers to retrieve node region and zone region for a given page - - - --- 2013-09-25 Srivatsa S. Bhat RFC
[RFC,v4,03/40] mm: Introduce and initialize zone memory regions - - - --- 2013-09-25 Srivatsa S. Bhat RFC
[RFC,v4,02/40] mm: Initialize node memory regions during boot - - - --- 2013-09-25 Srivatsa S. Bhat RFC
[RFC,v4,01/40] mm: Introduce memory regions data-structure to capture region boundaries within nodes - - - --- 2013-09-25 Srivatsa S. Bhat RFC
cpufreq: Detect spurious invocations of update_policy_cpu() - - - --- 2013-09-12 Srivatsa S. Bhat Accepted
[3/3] cpufreq: Prevent problems in update_policy_cpu() if last_cpu == new_cpu - - - --- 2013-09-11 Srivatsa S. Bhat Accepted
[2/3] cpufreq: Restructure if/else block to avoid unintended behavior - - - --- 2013-09-11 Srivatsa S. Bhat Accepted
[1/3] cpufreq: Fix crash in cpufreq-stats during suspend/resume - - - --- 2013-09-11 Srivatsa S. Bhat Accepted
cpufreq: Fix crash in cpufreq-stats during suspend/resume - - - --- 2013-09-11 Srivatsa S. Bhat Superseded
cpufreq_stats NULL deref on second system suspend - - - --- 2013-09-11 Srivatsa S. Bhat Superseded
cpufreq_stats NULL deref on second system suspend - - - --- 2013-09-11 Srivatsa S. Bhat Superseded
cpufreq_stats NULL deref on second system suspend - - - --- 2013-09-11 Srivatsa S. Bhat Superseded
[5/5] cpufreq: Use signed type for 'ret' variable, to store negative error values - - - --- 2013-09-06 Srivatsa S. Bhat Accepted
[4/5] cpufreq: Remove temporary fix for race between CPU hotplug and sysfs-writes - - - --- 2013-09-06 Srivatsa S. Bhat Accepted
[3/5] cpufreq: Synchronize the cpufreq store_*() routines with CPU hotplug - - - --- 2013-09-06 Srivatsa S. Bhat Accepted
[2/5] cpufreq: Invoke __cpufreq_remove_dev_finish() after releasing cpu_hotplug.lock - - - --- 2013-09-06 Srivatsa S. Bhat Accepted
[1/5] cpufreq: Split __cpufreq_remove_dev() into 2 parts (kobj cleanup & the rest) - - - --- 2013-09-06 Srivatsa S. Bhat Accepted
[2/2] cpufreq: serialize calls to __cpufreq_governor() - - - --- 2013-09-03 Srivatsa S. Bhat Superseded
[RFC,v3,35/35] mm: Use a cache between page-allocator and region-allocator - - - --- 2013-08-30 Srivatsa S. Bhat RFC
[RFC,v3,34/35] mm: Set pageblock migratetype when allocating regions from region allocator - - - --- 2013-08-30 Srivatsa S. Bhat RFC
[RFC,v3,33/35] mm: Never change migratetypes of pageblocks during freepage stealing - - - --- 2013-08-30 Srivatsa S. Bhat RFC
[RFC,v3,32/35] mm: Modify move_freepages() to handle pages in the region allocator properly - - - --- 2013-08-30 Srivatsa S. Bhat RFC
[RFC,v3,31/35] mm: Add a way to request pages of a particular region from the region allocator - - - --- 2013-08-30 Srivatsa S. Bhat RFC
[RFC,v3,30/35] mm: Provide a mechanism to check if a given page is in the region allocator - - - --- 2013-08-30 Srivatsa S. Bhat RFC
[RFC,v3,29/35] mm: Update the freepage migratetype of pages during region allocation - - - --- 2013-08-30 Srivatsa S. Bhat RFC
[RFC,v3,28/35] mm: Connect Page Allocator(PA) to Region Allocator(RA); add PA <= RA flow - - - --- 2013-08-30 Srivatsa S. Bhat RFC
[RFC,v3,27/35] mm: Connect Page Allocator(PA) to Region Allocator(RA); add PA => RA flow - - - --- 2013-08-30 Srivatsa S. Bhat RFC
[RFC,v3,26/35] mm: Drop some very expensive sorted-buddy related checks under DEBUG_PAGEALLOC - - - --- 2013-08-30 Srivatsa S. Bhat RFC
[RFC,v3,25/35] mm: Fix vmstat to also account for freepages in the region allocator - - - --- 2013-08-30 Srivatsa S. Bhat RFC
[RFC,v3,24/35] mm: Propagate the sorted-buddy bias for picking free regions, to region allocator - - - --- 2013-08-30 Srivatsa S. Bhat RFC
[RFC,v3,23/35] mm: Maintain the counter for freepages in the region allocator - - - --- 2013-08-30 Srivatsa S. Bhat RFC
[RFC,v3,22/35] mm: Provide a mechanism to request free memory from the region allocator - - - --- 2013-08-30 Srivatsa S. Bhat RFC
[RFC,v3,21/35] mm: Provide a mechanism to release free memory to the region allocator - - - --- 2013-08-30 Srivatsa S. Bhat RFC
[RFC,v3,20/35] mm: Provide a mechanism to delete pages from buddy freelists in bulk - - - --- 2013-08-30 Srivatsa S. Bhat RFC
[RFC,v3,19/35] mm: Add a mechanism to add pages to buddy freelists in bulk - - - --- 2013-08-30 Srivatsa S. Bhat RFC
[RFC,v3,18/35] mm: Introduce a "Region Allocator" to manage entire memory regions - - - --- 2013-08-30 Srivatsa S. Bhat RFC
[RFC,v3,17/35] mm: Add aggressive bias to prefer lower regions during page allocation - - - --- 2013-08-30 Srivatsa S. Bhat RFC
[RFC,v3,16/35] mm: Enable per-memory-region fragmentation stats in pagetypeinfo - - - --- 2013-08-30 Srivatsa S. Bhat RFC
[RFC,v3,15/35] mm: Print memory region statistics to understand the buddy allocator behavior - - - --- 2013-08-30 Srivatsa S. Bhat RFC
[RFC,v3,14/35] mm: Add support to accurately track per-memory-region allocation - - - --- 2013-08-30 Srivatsa S. Bhat RFC
[RFC,v3,13/35] mm: A new optimized O(log n) sorting algo to speed up buddy-sorting - - - --- 2013-08-30 Srivatsa S. Bhat RFC
[RFC,v3,12/35] bitops: Document the difference in indexing between fls() and __fls() - - - --- 2013-08-30 Srivatsa S. Bhat RFC
[RFC,v3,11/35] mm: Add an optimized version of del_from_freelist to keep page allocation fast - - - --- 2013-08-30 Srivatsa S. Bhat RFC
[RFC,v3,10/35] mm: Use the correct migratetype during buddy merging - - - --- 2013-08-30 Srivatsa S. Bhat RFC
[RFC,v3,09/35] mm: Track the freepage migratetype of pages accurately - - - --- 2013-08-30 Srivatsa S. Bhat RFC
[RFC,v3,08/35] mm: Demarcate and maintain pageblocks in region-order in the zones' freelists - - - --- 2013-08-30 Srivatsa S. Bhat RFC
[RFC,v3,07/35] mm: Add data-structures to describe memory regions within the zones' freelists - - - --- 2013-08-30 Srivatsa S. Bhat RFC
[RFC,v3,06/35] mm: Add helpers to retrieve node region and zone region for a given page - - - --- 2013-08-30 Srivatsa S. Bhat RFC
[RFC,v3,05/35] mm: Introduce and initialize zone memory regions - - - --- 2013-08-30 Srivatsa S. Bhat RFC
[RFC,v3,04/35] mm: Initialize node memory regions during boot - - - --- 2013-08-30 Srivatsa S. Bhat RFC
[RFC,v3,03/35] mm: Introduce memory regions data-structure to capture region boundaries within nodes - - - --- 2013-08-30 Srivatsa S. Bhat RFC
[RFC,v3,02/35] mm: Fix the value of fallback_migratetype in alloc_extfrag tracepoint - - - --- 2013-08-30 Srivatsa S. Bhat RFC
[RFC,v3,01/35] mm: Restructure free-page stealing code and fix a bug - - - --- 2013-08-30 Srivatsa S. Bhat RFC
[RFC,v3,15/35] mm: Print memory region statistics to understand the buddy allocator behavior - - - --- 2013-08-30 Srivatsa S. Bhat RFC
[RFC,v3,14/35] mm: Add support to accurately track per-memory-region allocation - - - --- 2013-08-30 Srivatsa S. Bhat RFC
[RFC,v3,13/35] mm: A new optimized O(log n) sorting algo to speed up buddy-sorting - - - --- 2013-08-30 Srivatsa S. Bhat RFC
[RFC,v3,12/35] bitops: Document the difference in indexing between fls() and __fls() - - - --- 2013-08-30 Srivatsa S. Bhat RFC
[RFC,v3,11/35] mm: Add an optimized version of del_from_freelist to keep page allocation fast - - - --- 2013-08-30 Srivatsa S. Bhat RFC
[RFC,v3,10/35] mm: Use the correct migratetype during buddy merging - - - --- 2013-08-30 Srivatsa S. Bhat RFC
[RFC,v3,09/35] mm: Track the freepage migratetype of pages accurately - - - --- 2013-08-30 Srivatsa S. Bhat RFC
[RFC,v3,08/35] mm: Demarcate and maintain pageblocks in region-order in the zones' freelists - - - --- 2013-08-30 Srivatsa S. Bhat RFC
[RFC,v3,07/35] mm: Add data-structures to describe memory regions within the zones' freelists - - - --- 2013-08-30 Srivatsa S. Bhat RFC
[RFC,v3,06/35] mm: Add helpers to retrieve node region and zone region for a given page - - - --- 2013-08-30 Srivatsa S. Bhat RFC
[RFC,v3,05/35] mm: Introduce and initialize zone memory regions - - - --- 2013-08-30 Srivatsa S. Bhat RFC
[RFC,v3,04/35] mm: Initialize node memory regions during boot - - - --- 2013-08-30 Srivatsa S. Bhat RFC
[RFC,v3,03/35] mm: Introduce memory regions data-structure to capture region boundaries within nodes - - - --- 2013-08-30 Srivatsa S. Bhat RFC
[RFC,v3,02/35] mm: Fix the value of fallback_migratetype in alloc_extfrag tracepoint - - - --- 2013-08-30 Srivatsa S. Bhat RFC
[RFC,v3,01/35] mm: Restructure free-page stealing code and fix a bug - - - --- 2013-08-30 Srivatsa S. Bhat RFC
[v2,7/7] cpufreq: Perform light-weight init/teardown during suspend/resume - - - --- 2013-07-29 Srivatsa S. Bhat Accepted
[v2,6/7] cpufreq: Preserve policy structure across suspend/resume - - - --- 2013-07-29 Srivatsa S. Bhat Accepted
[v2,5/7] cpufreq: Introduce a flag ('frozen') to separate full vs temporary init/teardown - - - --- 2013-07-29 Srivatsa S. Bhat Accepted
[v2,4/7] cpufreq: Extract the handover of policy cpu to a helper function - - - --- 2013-07-29 Srivatsa S. Bhat Accepted
[v2,3/7] cpufreq: Extract non-interface related stuff from cpufreq_add_dev_interface - - - --- 2013-07-29 Srivatsa S. Bhat Accepted
[v2,2/7] cpufreq: Add helper to perform alloc/free of policy structure - - - --- 2013-07-29 Srivatsa S. Bhat Accepted
[v2,1/7] cpufreq: Fix misplaced call to cpufreq_update_policy() - - - --- 2013-07-29 Srivatsa S. Bhat Accepted
stable 3-10-3: strange output of "lsmod | grep ^acpi_cpufreq" - - - --- 2013-07-29 Srivatsa S. Bhat Not Applicable
stable 3-10-3: strange output of "lsmod | grep ^acpi_cpufreq" - - - --- 2013-07-29 Srivatsa S. Bhat Superseded
[LOCKDEP] cpufreq: possible circular locking dependency detected - - - --- 2013-07-15 Srivatsa S. Bhat Accepted
[7/8] cpufreq: Preserve policy structure across suspend/resume - - - --- 2013-07-15 Srivatsa S. Bhat Not Applicable
[8/8] cpufreq: Perform light-weight init/teardown during suspend/resume - - - --- 2013-07-11 Srivatsa S. Bhat Accepted
[7/8] cpufreq: Preserve policy structure across suspend/resume - - - --- 2013-07-11 Srivatsa S. Bhat Superseded
« 1 2 3 45 6 »