summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm/sparsemem: prepare for sub-section rangesDan Williams2019-07-183-54/+81
* mm: kill is_dev_zone() helperDan Williams2019-07-182-13/+1
* mm/hotplug: kill is_dev_zone() usage in __remove_pages()Dan Williams2019-07-181-3/+1
* mm/sparsemem: convert kmalloc_section_memmap() to populate_section_memmap()Dan Williams2019-07-184-33/+46
* mm/hotplug: prepare shrink_{zone, pgdat}_span for sub-section removalDan Williams2019-07-181-25/+12
* mm/sparsemem: add helpers track active portions of a section at bootDan Williams2019-07-183-3/+75
* mm/sparsemem: introduce a SECTION_IS_EARLY flagDan Williams2019-07-182-12/+16
* mm/sparsemem: introduce struct mem_section_usageDan Williams2019-07-184-53/+76
* drivers/base/memory.c: get rid of find_memory_block_hinted()David Hildenbrand2019-07-182-28/+14
* mm/memory_hotplug: move and simplify walk_memory_blocks()David Hildenbrand2019-07-184-57/+45
* mm/memory_hotplug: rename walk_memory_range() and pass start+size instead of ...David Hildenbrand2019-07-185-41/+32
* mm: make register_mem_sect_under_node() staticDavid Hildenbrand2019-07-182-8/+2
* drivers/base/memory: use "unsigned long" for block idsDavid Hildenbrand2019-07-181-11/+11
* mm: section numbers use the type "unsigned long"David Hildenbrand2019-07-183-22/+21
* resource: avoid unnecessary lookups in find_next_iomem_res()Nadav Amit2019-07-181-7/+22
* resource: fix locking in find_next_iomem_res()Nadav Amit2019-07-181-10/+10
* mm: thp: fix false negative of shmem vma's THP eligibilityYang Shi2019-07-184-5/+14
* mm: thp: make transhuge_vma_suitable available for anonymous THPYang Shi2019-07-184-31/+41
* mm/sparse.c: set section nid for hot-add memoryWei Yang2019-07-181-0/+1
* mm/memory_hotplug: remove "zone" parameter from sparse_remove_one_sectionDavid Hildenbrand2019-07-183-4/+4
* mm/memory_hotplug: make unregister_memory_block_under_nodes() never failDavid Hildenbrand2019-07-182-16/+7
* mm/memory_hotplug: remove memory block devices before arch_remove_memory()David Hildenbrand2019-07-185-31/+30
* mm/memory_hotplug: drop MHP_MEMBLOCK_APIDavid Hildenbrand2019-07-182-14/+3
* mm/memory_hotplug: create memory block devices after arch_add_memory()David Hildenbrand2019-07-183-36/+63
* mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand2019-07-1812-28/+0
* drivers/base/memory: pass a block_id to init_memory_block()David Hildenbrand2019-07-181-16/+11
* arm64/mm: add temporary arch_remove_memory() implementationDavid Hildenbrand2019-07-181-0/+19
* s390x/mm: implement arch_remove_memory()David Hildenbrand2019-07-181-6/+7
* s390x/mm: fail when an altmap is used for arch_add_memory()David Hildenbrand2019-07-181-0/+3
* mm/memory_hotplug: simplify and fix check_hotplug_memory_range()David Hildenbrand2019-07-181-8/+3
* Merge tag 'sound-fix-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-1810-27/+62
|\
| * ALSA: hda - Don't resume forcibly i915 HDMI/DP codecTakashi Iwai2019-07-163-3/+13
| * ALSA: hda/hdmi - Fix i915 reverse port/pin mappingTakashi Iwai2019-07-161-5/+19
| * ALSA: hda/hdmi - Remove duplicated defineTakashi Iwai2019-07-161-1/+0
| * ALSA: seq: Break too long mutex context in the write loopTakashi Iwai2019-07-161-1/+10
| * ALSA: hda/realtek: apply ALC891 headset fixup to one Dell machineHui Wang2019-07-161-0/+5
| * ALSA: rme9652: Unneeded variable: "result".Hariprasad Kelam2019-07-151-2/+1
| * ALSA: emu10k1: Remove unneeded variable "change"Hariprasad Kelam2019-07-151-2/+1
| * ALSA: au88x0: Remove unneeded variable: "changed"Hariprasad Kelam2019-07-151-8/+7
| * ALSA: hda/realtek - Fixed Headphone Mic can't record on Dell platformKailang Yang2019-07-151-1/+4
| * ALSA: ps3: Remove Unneeded variable: "ret"Hariprasad Kelam2019-07-101-2/+1
| * ALSA: lx6464es: Remove unneeded variable errHariprasad Kelam2019-07-101-2/+1
* | Merge tag 'pm-5.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2019-07-1837-699/+1196
|\ \
| * \ Merge branch 'pm-cpufreq'Rafael J. Wysocki2019-07-1829-184/+378
| |\ \
| | * | cpufreq: Make cpufreq_generic_init() return voidViresh Kumar2019-07-1620-71/+46
| | * | cpufreq: imx-cpufreq-dt: Add i.MX8MN supportAnson Huang2019-07-081-1/+2
| | * | cpufreq: Add QoS requests for userspace constraintsViresh Kumar2019-07-082-49/+57
| | * | cpufreq: intel_pstate: Reuse refresh_frequency_limits()Viresh Kumar2019-07-083-7/+4
| | * | cpufreq: Register notifiers with the PM QoS frameworkViresh Kumar2019-07-082-30/+108
| | * | PM / QoS: Add support for MIN/MAX frequency constraintsViresh Kumar2019-07-042-14/+109