Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | ACPI: APEI: Fix BERT resources conflict with ACPI NVS area | Huang Ying | 2017-02-27 | 1 | -8/+12 | |
* | | | | | | Merge tag 'pm-extra-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-03-02 | 12 | -362/+286 | |
|\ \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| *---. \ \ \ \ \ | Merge branches 'pm-cpuidle', 'pm-cpufreq' and 'pm-sleep' | Rafael J. Wysocki | 2017-03-03 | 7 | -185/+161 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | PM / hibernate: Define pr_fmt() and use pr_*() instead of printk() | Rafael J. Wysocki | 2017-02-27 | 1 | -31/+29 | |
| | | | * | | | | | | PM / hibernate: Untangle power_down() | Rafael J. Wysocki | 2017-02-27 | 1 | -19/+16 | |
| | | * | | | | | | | cpufreq: intel_pstate: Fix limits issue with operation mode switching | Rafael J. Wysocki | 2017-02-28 | 1 | -43/+22 | |
| | | * | | | | | | | cpufreq: qoriq: clean up unused code | Tang Yuantian | 2017-02-23 | 1 | -4/+0 | |
| | * | | | | | | | | intel_idle: stop exposing platform acronyms in sysfs | Len Brown | 2017-03-01 | 1 | -86/+86 | |
| | * | | | | | | | | cpuidle: menu: Avoid taking spinlock for accessing QoS values | Rafael J. Wysocki | 2017-02-27 | 3 | -3/+9 | |
| | | | | | | | | | | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| *-----. \ \ \ \ \ \ \ \ | Merge branches 'pm-core', 'pm-qos', 'pm-domains' and 'pm-opp' | Rafael J. Wysocki | 2017-03-03 | 7 | -177/+125 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | PM / OPP: Documentation: Fix opp-microvolt in examples | Viresh Kumar | 2017-03-01 | 1 | -22/+22 | |
| | | | | * | | | | | | | | PM / OPP: fix off-by-one bug in dev_pm_opp_get_max_volt_latency loop | Andrzej Hajda | 2017-02-23 | 1 | -1/+2 | |
| | | | * | | | | | | | | | PM / Domains: Power off masters immediately in the power off sequence | Ulf Hansson | 2017-02-23 | 1 | -6/+11 | |
| | | | * | | | | | | | | | PM / Domains: Rename is_async to one_dev_on for genpd_power_off() | Ulf Hansson | 2017-02-23 | 1 | -6/+9 | |
| | | | * | | | | | | | | | PM / Domains: Move genpd_power_off() above genpd_power_on() | Ulf Hansson | 2017-02-23 | 1 | -81/+81 | |
| | | * | | | | | | | | | | PM / QoS: Remove global notifiers | Viresh Kumar | 2017-02-23 | 3 | -66/+5 | |
| | * | | | | | | | | | | | PM / runtime: Fix some typos | Christophe Jaillet | 2017-02-23 | 1 | -3/+3 | |
* | | | | | | | | | | | | | Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-03-02 | 32 | -656/+861 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'for-chris-4.11-part2' of git://git.kernel.org/pub/scm/linux/ker... | Chris Mason | 2017-02-28 | 31 | -626/+673 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | btrfs: add dummy callback for readpage_io_failed and drop checks | David Sterba | 2017-02-28 | 4 | -3/+10 | |
| | * | | | | | | | | | | | | | btrfs: drop checks for mandatory extent_io_ops callbacks | David Sterba | 2017-02-28 | 1 | -4/+3 | |
| | * | | | | | | | | | | | | | btrfs: document existence of extent_io ops callbacks | David Sterba | 2017-02-28 | 3 | -11/+26 | |
| | * | | | | | | | | | | | | | btrfs: let writepage_end_io_hook return void | David Sterba | 2017-02-28 | 3 | -11/+6 | |
| | * | | | | | | | | | | | | | btrfs: do proper error handling in btrfs_insert_xattr_item | David Sterba | 2017-02-28 | 1 | -1/+2 | |
| | * | | | | | | | | | | | | | btrfs: handle allocation error in update_dev_stat_item | David Sterba | 2017-02-28 | 1 | -1/+2 | |
| | * | | | | | | | | | | | | | btrfs: remove BUG_ON from __tree_mod_log_insert | David Sterba | 2017-02-28 | 1 | -2/+0 | |
| | * | | | | | | | | | | | | | btrfs: derive maximum output size in the compression implementation | David Sterba | 2017-02-28 | 5 | -14/+9 | |
| | * | | | | | | | | | | | | | btrfs: use predefined limits for calculating maximum number of pages for comp... | David Sterba | 2017-02-28 | 1 | -5/+6 | |
| | * | | | | | | | | | | | | | btrfs: export compression buffer limits in a header | David Sterba | 2017-02-28 | 2 | -10/+15 | |
| | * | | | | | | | | | | | | | btrfs: merge nr_pages input and output parameter in compress_pages | David Sterba | 2017-02-28 | 5 | -15/+11 | |
| | * | | | | | | | | | | | | | btrfs: merge length input and output parameter in compress_pages | David Sterba | 2017-02-28 | 5 | -20/+18 | |
| | * | | | | | | | | | | | | | btrfs: constify name of subvolume in creation helpers | David Sterba | 2017-02-28 | 1 | -3/+3 | |
| | * | | | | | | | | | | | | | btrfs: constify buffers used by compression helpers | David Sterba | 2017-02-28 | 3 | -3/+3 | |
| | * | | | | | | | | | | | | | btrfs: constify input buffer of btrfs_csum_data | David Sterba | 2017-02-28 | 2 | -3/+3 | |
| | * | | | | | | | | | | | | | btrfs: constify device path passed to relevant helpers | David Sterba | 2017-02-28 | 4 | -18/+22 | |
| | * | | | | | | | | | | | | | btrfs: make btrfs_inode_resume_unlocked_dio take btrfs_inode | Nikolay Borisov | 2017-02-28 | 2 | -4/+3 | |
| | * | | | | | | | | | | | | | btrfs: make btrfs_inode_block_unlocked_dio take btrfs_inode | Nikolay Borisov | 2017-02-28 | 2 | -3/+3 | |
| | * | | | | | | | | | | | | | btrfs: Make btrfs_add_nondir take btrfs_inode | Nikolay Borisov | 2017-02-28 | 1 | -9/+13 | |
| | * | | | | | | | | | | | | | btrfs: Make btrfs_add_link take btrfs_inode | Nikolay Borisov | 2017-02-28 | 3 | -23/+26 | |
| | * | | | | | | | | | | | | | btrfs: Make btrfs_del_delalloc_inode take btrfs_inode | Nikolay Borisov | 2017-02-28 | 1 | -7/+7 | |
| | * | | | | | | | | | | | | | btrfs: Make get_extent_t take btrfs_inode | Nikolay Borisov | 2017-02-28 | 8 | -54/+59 | |
| | * | | | | | | | | | | | | | btrfs: Make check_extent_to_block take btrfs_inode | Nikolay Borisov | 2017-02-28 | 1 | -5/+6 | |
| | * | | | | | | | | | | | | | btrfs: Make clone_update_extent_map take btrfs_inode | Nikolay Borisov | 2017-02-28 | 1 | -14/+13 | |
| | * | | | | | | | | | | | | | btrfs: Make btrfs_clear_bit_hook take btrfs_inode | Nikolay Borisov | 2017-02-28 | 3 | -21/+25 | |
| | * | | | | | | | | | | | | | btrfs: Make btrfs_extent_item_to_extent_map take btrfs_inode | Nikolay Borisov | 2017-02-28 | 4 | -8/+10 | |
| | * | | | | | | | | | | | | | btrfs: make btrfs_log_inode_parent take btrfs_inode | Nikolay Borisov | 2017-02-28 | 1 | -26/+24 | |
| | * | | | | | | | | | | | | | btrfs: Make check_parent_dirs_for_sync take btrfs_inode | Nikolay Borisov | 2017-02-28 | 1 | -14/+14 | |
| | * | | | | | | | | | | | | | btrfs: Make btrfs_orphan_add take btrfs_inode | Nikolay Borisov | 2017-02-28 | 4 | -22/+24 | |
| | * | | | | | | | | | | | | | btrfs: make btrfs_orphan_del take btrfs_inode | Nikolay Borisov | 2017-02-28 | 1 | -20/+20 | |
| | * | | | | | | | | | | | | | btrfs: make btrfs_free_io_failure_record take btrfs_inode | Nikolay Borisov | 2017-02-28 | 3 | -7/+9 |