Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Merge tag 'pm-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 2019-03-06 | 9 | -34/+75 | |
|\ | ||||||
| * | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 2019-03-04 | 4 | -22/+52 | |
| |\ | ||||||
| | * | Merge back earlier cpufreq material for v5.1. | Rafael J. Wysocki | 2019-02-24 | 4 | -22/+52 | |
| | |\ | ||||||
| | | * | Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k... | Rafael J. Wysocki | 2019-02-19 | 1 | -0/+19 | |
| | | |\ | ||||||
| | | | * | cpufreq: davinci: move configuration to include/linux/platform_data | Bartosz Golaszewski | 2019-02-18 | 1 | -0/+19 | |
| | | * | | ACPI / CPPC: Add a helper to get desired performance | Xiongfeng Wang | 2019-02-18 | 1 | -0/+1 | |
| | | * | | Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k... | Rafael J. Wysocki | 2019-02-13 | 1 | -0/+6 | |
| | | |\ \ | ||||||
| | | | * \ | Merge branch 'opp/power' into cpufreq/qcom-hw | Viresh Kumar | 2019-02-08 | 1 | -0/+6 | |
| | | | |\ \ | ||||||
| | | | | * | | PM / OPP: Introduce a power estimation helper | Quentin Perret | 2019-02-07 | 1 | -0/+6 | |
| | | | | |/ | ||||||
| | | * | | | cpufreq: Allow light-weight tear down and bring up of CPUs | Viresh Kumar | 2019-02-12 | 1 | -0/+2 | |
| | | * | | | cpufreq: Auto-register the driver as a thermal cooling device if asked | Amit Kucheria | 2019-01-30 | 1 | -0/+9 | |
| | | * | | | cpufreq: Use struct kobj_attribute instead of struct global_attr | Viresh Kumar | 2019-01-29 | 1 | -10/+2 | |
| | | * | | | cpufreq: Replace open-coded << with BIT() | Amit Kucheria | 2019-01-21 | 1 | -12/+13 | |
| | | |/ / | ||||||
| | | | | | ||||||
| | \ \ \ | ||||||
| *-. \ \ \ | Merge branches 'pm-cpuidle' and 'powercap' | Rafael J. Wysocki | 2019-03-04 | 1 | -5/+3 | |
| |\ \ \ \ \ | ||||||
| | * \ \ \ \ | Merge back earlier cpuidle material for v5.1. | Rafael J. Wysocki | 2019-02-01 | 1 | -5/+3 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | cpuidle: use BIT() for idle state flags and remove CPUIDLE_DRIVER_FLAGS_MASK | Yangtao Li | 2019-01-17 | 1 | -5/+3 | |
| | | | |_|/ / | | | |/| | | | ||||||
| | | | | | | | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| *-----. \ \ \ \ \ | Merge branches 'pm-core', 'pm-sleep', 'pm-qos', 'pm-domains' and 'pm-em' | Rafael J. Wysocki | 2019-03-04 | 4 | -7/+20 | |
| |\ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / | | | |/| | | | / / | | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
| | | | | * | | | | PM / Domains: Mark "name" const in dev_pm_domain_attach_by_name() | Douglas Anderson | 2019-02-15 | 1 | -2/+2 | |
| | | | | * | | | | PM / Domains: Mark "name" const in genpd_dev_pm_attach_by_name() | Douglas Anderson | 2019-02-15 | 1 | -2/+2 | |
| | | | |/ / / / | ||||||
| | * | | | | | | Merge back earlier PM core material for v5.1. | Rafael J. Wysocki | 2019-02-24 | 3 | -3/+16 | |
| |/| | | | | | | ||||||
| | * | | | | | | PM / core: Add support to skip power management in device/driver model | Sudeep Holla | 2019-02-19 | 2 | -0/+11 | |
| | * | | | | | | Merge back earlier PM core material for v5.1. | Rafael J. Wysocki | 2019-02-01 | 2 | -3/+5 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | PM-runtime: Replace jiffies-based accounting with ktime-based accounting | Thara Gopinath | 2019-01-31 | 1 | -3/+3 | |
| | | * | | | | | | PM-runtime: Add new interface to get accounted time | Vincent Guittot | 2019-01-15 | 1 | -0/+2 | |
| | | | |_|/ / / | | | |/| | | | | ||||||
* | | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2019-03-06 | 30 | -119/+305 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | writeback: fix inode cgroup switching comment | Greg Thelen | 2019-03-06 | 2 | -2/+2 | |
| * | | | | | | | | mm: remove zone_lru_lock() function, access ->lru_lock directly | Andrey Ryabinin | 2019-03-06 | 2 | -5/+1 | |
| * | | | | | | | | mm/workingset: remove unused @mapping argument in workingset_eviction() | Andrey Ryabinin | 2019-03-06 | 1 | -1/+1 | |
| * | | | | | | | | include/linux/compaction.h: fix potential build error | Yu Zhao | 2019-03-06 | 1 | -1/+1 | |
| * | | | | | | | | mm: page_cache_add_speculative(): refactor out some code duplication | john.hubbard@gmail.com | 2019-03-06 | 1 | -22/+9 | |
| * | | | | | | | | mm/page_poison: update comment after code moved | Michael S. Tsirkin | 2019-03-06 | 1 | -1/+1 | |
| * | | | | | | | | numa: make "nr_online_nodes" unsigned int | Alexey Dobriyan | 2019-03-06 | 1 | -2/+2 | |
| * | | | | | | | | numa: make "nr_node_ids" unsigned int | Alexey Dobriyan | 2019-03-06 | 1 | -2/+2 | |
| * | | | | | | | | mm: swap: use mem_cgroup_is_root() instead of deferencing css->parent | Yang Shi | 2019-03-06 | 1 | -1/+1 | |
| * | | | | | | | | mm/memfd: add an F_SEAL_FUTURE_WRITE seal to memfd | Joel Fernandes (Google) | 2019-03-06 | 1 | -0/+1 | |
| * | | | | | | | | mm: update get_user_pages_longterm to migrate pages allocated from CMA region | Aneesh Kumar K.V | 2019-03-06 | 2 | -1/+4 | |
| * | | | | | | | | mm/cma: add PF flag to force non cma alloc | Aneesh Kumar K.V | 2019-03-06 | 2 | -8/+41 | |
| * | | | | | | | | mm: better document PG_reserved | David Hildenbrand | 2019-03-06 | 1 | -2/+31 | |
| * | | | | | | | | mm: rid swapoff of quadratic complexity | Vineeth Remanan Pillai | 2019-03-06 | 2 | -1/+9 | |
| * | | | | | | | | mm/hugetlb: add prot_modify_start/commit sequence for hugetlb update | Aneesh Kumar K.V | 2019-03-06 | 1 | -0/+20 | |
| * | | | | | | | | mm: update ptep_modify_prot_commit to take old pte value as arg | Aneesh Kumar K.V | 2019-03-06 | 1 | -1/+1 | |
| * | | | | | | | | mm: update ptep_modify_prot_start/commit to take vm_area_struct as arg | Aneesh Kumar K.V | 2019-03-06 | 1 | -8/+8 | |
| * | | | | | | | | mm: fix some typos in mm directory | Wei Yang | 2019-03-06 | 1 | -1/+1 | |
| * | | | | | | | | mm, memcg: create mem_cgroup_from_seq | Chris Down | 2019-03-06 | 1 | -0/+10 | |
| * | | | | | | | | kernel: cgroup: add poll file operation | Johannes Weiner | 2019-03-06 | 1 | -0/+4 | |
| * | | | | | | | | fs: kernfs: add poll file operation | Johannes Weiner | 2019-03-06 | 1 | -0/+6 | |
| * | | | | | | | | mm, compaction: capture a page under direct compaction | Mel Gorman | 2019-03-06 | 2 | -1/+6 | |
| * | | | | | | | | mm, compaction: be selective about what pageblocks to clear skip hints | Mel Gorman | 2019-03-06 | 1 | -0/+2 | |
| * | | | | | | | | mm, compaction: use free lists to quickly locate a migration source | Mel Gorman | 2019-03-06 | 1 | -0/+11 | |
| * | | | | | | | | mm: shuffle GFP_* flags | Alexey Dobriyan | 2019-03-06 | 1 | -15/+15 |