summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2020-10-148-13/+42
|\
| *-----. Merge branches 'pm-core', 'pm-sleep', 'pm-pci' and 'pm-domains'Rafael J. Wysocki2020-10-132-3/+3
| |\ \ \ \
| | | | | * PM: domains: Rename power state enums for genpdUlf Hansson2020-10-021-2/+2
| | * | | | PM: runtime: Fix timer_expires data type on 32-bit archesGrygorii Strashko2020-09-281-1/+1
| | |/ / /
| | | | |
| | \ \ \
| *-. \ \ \ Merge branches 'pm-cpuidle' and 'pm-devfreq'Rafael J. Wysocki2020-10-134-7/+21
| |\ \ \ \ \
| | | * | | | PM / devfreq: event: Change prototype of devfreq_event_get_edev_by_phandle fu...Chanwoo Choi2020-09-291-4/+10
| | | * | | | PM / devfreq: Change prototype of devfreq_get_devfreq_by_phandle functionChanwoo Choi2020-09-291-2/+3
| | | * | | | PM / devfreq: Add devfreq_get_devfreq_by_node functionLeonard Crestez2020-09-291-0/+6
| | | | |_|/ | | | |/| |
| | * | | | Merge back cpuidle material for 5.10.Rafael J. Wysocki2020-10-052-1/+2
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | cpuidle: record state entry rejection statisticsLina Iyer2020-09-231-0/+1
| | | * | | firmware: psci: Extend psci_set_osi_mode() to allow reset to PC modeUlf Hansson2020-09-221-1/+1
| | | |/ /
| * | | | Merge branch 'pm-cpufreq'Rafael J. Wysocki2020-10-132-3/+18
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | cpufreq,arm,arm64: restructure definitions of arch_set_freq_scale()Ionela Voinescu2020-10-082-3/+10
| | * | | Merge back cpufreq material for 5.10.Rafael J. Wysocki2020-10-052-2/+10
| | |\ \ \ | | | |/ / | | |/| |
| | | * | arch_topology, arm, arm64: define arch_scale_freq_invariant()Valentin Schneider2020-09-181-0/+2
| | | * | arch_topology, cpufreq: constify arch_* cpumasksValentin Schneider2020-09-182-2/+3
| | | * | cpufreq: report whether cpufreq supports Frequency Invariance (FI)Ionela Voinescu2020-09-181-0/+5
* | | | | Merge tag 'platform-drivers-x86-v5.10-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-10-141-30/+4
|\ \ \ \ \
| * | | | | platform_data/mlxreg: Extend core platform structureVadim Pasternak2020-10-071-0/+2
| * | | | | platform_data/mlxreg: Update module licenseVadim Pasternak2020-10-071-30/+2
* | | | | | Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-141-1/+67
|\ \ \ \ \ \
| * | | | | | hv: hyperv.h: Introduce some hvpfn helper functionsBoqun Feng2020-09-281-0/+5
| * | | | | | Drivers: hv: vmbus: Move virt_to_hvpfn() to hyperv headerBoqun Feng2020-09-281-0/+15
| * | | | | | Drivers: hv: vmbus: Introduce types of GPADLBoqun Feng2020-09-281-1/+47
* | | | | | | Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-142-35/+129
|\ \ \ \ \ \ \
| * | | | | | | objtool: Make unwind hint definitions available to other architecturesJulien Thierry2020-09-101-0/+88
| * | | | | | | objtool: Only include valid definitions depending on source file typeJulien Thierry2020-09-101-0/+6
| * | | | | | | objtool: Rename frame.h -> objtool.hJulien Thierry2020-09-101-3/+3
* | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-10-1430-131/+269
|\ \ \ \ \ \ \ \
| * | | | | | | | mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessarySuren Baghdasaryan2020-10-142-0/+2
| * | | | | | | | memblock: use separate iterators for memory and reserved regionsMike Rapoport2020-10-141-3/+16
| * | | | | | | | memblock: implement for_each_reserved_mem_region() using __next_mem_region()Mike Rapoport2020-10-141-8/+4
| * | | | | | | | memblock: remove unused memblock_mem_size()Mike Rapoport2020-10-141-1/+0
| * | | | | | | | memblock: reduce number of parameters in for_each_mem_range()Mike Rapoport2020-10-141-10/+31
| * | | | | | | | memblock: make memblock_debug and related functionality privateMike Rapoport2020-10-141-11/+1
| * | | | | | | | memblock: make for_each_memblock_type() iterator privateMike Rapoport2020-10-141-5/+0
| * | | | | | | | mm: remove unused alloc_page_vma_node()Wei Yang2020-10-141-2/+0
| * | | | | | | | include/linux/compaction.h: clean code by removing unused enum valueMateusz Nosek2020-10-141-3/+0
| * | | | | | | | include/linux/gfp.h: clarify usage of GFP_ATOMIC in !preemptible contextsMichal Hocko2020-10-141-1/+3
| * | | | | | | | mmzone: clean code by removing unused macro parameterMateusz Nosek2020-10-141-1/+1
| * | | | | | | | mm: document semantics of ZONE_MOVABLEDavid Hildenbrand2020-10-141-0/+35
| * | | | | | | | KUnit: KASAN IntegrationPatricia Alfonso2020-10-142-0/+11
| * | | | | | | | kasan/kunit: add KUnit Struct to Current TaskPatricia Alfonso2020-10-141-0/+4
| * | | | | | | | include/linux/huge_mm.h: remove mincore_huge_pmd declarationyuleixzhang2020-10-141-3/+0
| * | | | | | | | mm: remove src/dst mm parameter in copy_page_range()Peter Xu2020-10-141-2/+2
| * | | | | | | | mm: simplify PageDoubleMap with PF_SECOND policyMatthew Wilcox (Oracle)2020-10-141-30/+10
| * | | | | | | | mm: move PageDoubleMap bitMatthew Wilcox (Oracle)2020-10-141-1/+1
| * | | | | | | | mmap locking API: add mmap_lock_is_contended()Chinwen Chang2020-10-141-0/+5
| * | | | | | | | mm: account PMD tables like PTE tablesMatthew Wilcox2020-10-141-4/+20
| * | | | | | | | mm/memcg: unify swap and memsw page countersWaiman Long2020-10-141-5/+8