summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* proc/sysctl: add shared variables for range checkMatteo Croce2019-07-195-25/+15
* libnvdimm/pfn: stop padding pmem namespaces to section alignmentDan Williams2019-07-192-78/+13
* libnvdimm/pfn: fix fsdax-mode namespace info-block zero-fieldsDan Williams2019-07-193-4/+17
* drivers/base/memory.c: get rid of find_memory_block_hinted()David Hildenbrand2019-07-191-26/+14
* mm/memory_hotplug: move and simplify walk_memory_blocks()David Hildenbrand2019-07-191-0/+42
* mm/memory_hotplug: rename walk_memory_range() and pass start+size instead of ...David Hildenbrand2019-07-192-17/+7
* mm: make register_mem_sect_under_node() staticDavid Hildenbrand2019-07-191-1/+2
* drivers/base/memory: use "unsigned long" for block idsDavid Hildenbrand2019-07-191-11/+11
* mm: section numbers use the type "unsigned long"David Hildenbrand2019-07-191-14/+13
* mm/memory_hotplug: make unregister_memory_block_under_nodes() never failDavid Hildenbrand2019-07-191-13/+5
* mm/memory_hotplug: remove memory block devices before arch_remove_memory()David Hildenbrand2019-07-192-24/+24
* mm/memory_hotplug: create memory block devices after arch_add_memory()David Hildenbrand2019-07-191-28/+54
* mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand2019-07-191-2/+0
* drivers/base/memory: pass a block_id to init_memory_block()David Hildenbrand2019-07-191-16/+11
* Merge tag 'pm-5.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2019-07-1832-676/+989
|\
| * Merge branch 'pm-cpufreq'Rafael J. Wysocki2019-07-1826-161/+327
| |\
| | * cpufreq: Make cpufreq_generic_init() return voidViresh Kumar2019-07-1619-70/+45
| | * cpufreq: imx-cpufreq-dt: Add i.MX8MN supportAnson Huang2019-07-081-1/+2
| | * cpufreq: Add QoS requests for userspace constraintsViresh Kumar2019-07-081-43/+55
| | * cpufreq: intel_pstate: Reuse refresh_frequency_limits()Viresh Kumar2019-07-082-7/+3
| | * cpufreq: Register notifiers with the PM QoS frameworkViresh Kumar2019-07-081-30/+105
| | * PM / QoS: Add support for MIN/MAX frequency constraintsViresh Kumar2019-07-041-14/+97
| | * PM / QOS: Pass request type to dev_pm_qos_read_value()Viresh Kumar2019-07-042-6/+13
| | * PM / QOS: Rename __dev_pm_qos_read_value() and dev_pm_qos_raw_read_value()Viresh Kumar2019-07-044-7/+12
| | * PM / QOS: Pass request type to dev_pm_qos_{add|remove}_notifier()Viresh Kumar2019-07-042-5/+17
| * | powercap/rapl: Add Ice Lake NNPI support to RAPL driverRajneesh Bhardwaj2019-07-111-0/+1
| * | powercap/intel_rapl: add support for ICX-DZhang Rui2019-07-111-0/+1
| * | powercap/intel_rapl: add support for ICXZhang Rui2019-07-111-0/+1
| * | powercap/intel_rapl: add support for IceLake desktopZhang Rui2019-07-111-0/+1
| * | intel_rapl: Fix module autoloading issueZhang Rui2019-07-112-21/+48
| * | int340X/processor_thermal_device: add support for MMIO RAPLZhang Rui2019-07-112-6/+173
| * | intel_rapl: support two power limits for every RAPL domainZhang Rui2019-07-112-47/+26
| * | intel_rapl: support 64 bit registerZhang Rui2019-07-112-7/+10
| * | intel_rapl: abstract RAPL common codeZhang Rui2019-07-114-326/+388
| * | intel_rapl: cleanup hardcoded MSR accessZhang Rui2019-07-111-16/+22
| * | intel_rapl: cleanup some functionsZhang Rui2019-07-111-31/+31
| * | intel_rapl: abstract register access operationsZhang Rui2019-07-111-53/+57
| * | intel_rapl: abstract register addressZhang Rui2019-07-111-40/+33
| * | intel_rapl: introduce struct rapl_if_privateZhang Rui2019-07-111-30/+29
| * | intel_rapl: introduce intel_rapl.hZhang Rui2019-07-111-99/+2
| * | intel_rapl: remove hardcoded register indexZhang Rui2019-07-111-22/+22
| * | intel_rapl: use reg instead of msrZhang Rui2019-07-111-49/+49
* | | Merge tag 'acpi-5.3-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-07-184-17/+52
|\ \ \
| | \ \
| | \ \
| *-. \ \ Merge branches 'acpi-misc' and 'acpi-video'Rafael J. Wysocki2019-07-182-0/+41
| |\ \ \ \
| | | * | | ACPI: video: Add new hw_changes_brightness quirk, set it on PB Easynote MZ35Hans de Goede2019-07-161-0/+37
| | * | | | ACPI: blacklist: fix clang warning for unused DMI tableArnd Bergmann2019-07-111-0/+4
| * | | | | ACPICA: Update table load object initializationErik Schmauss2019-07-112-17/+11
| | |/ / / | |/| | |
* | | | | Merge branch 'floppy'Linus Torvalds2019-07-181-2/+32
|\ \ \ \ \
| * | | | | floppy: fix out-of-bounds read in copy_bufferDenis Efremov2019-07-171-2/+4
| * | | | | floppy: fix invalid pointer dereference in drive_nameDenis Efremov2019-07-171-3/+8