summaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: replace vma->sharead.linear with vma->sharedKirill A. Shutemov2015-02-10
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rmap: drop support of non-linear mappingsKirill A. Shutemov2015-02-10
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov2015-02-10
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: drop support of non-linear mapping from fault codepathKirill A. Shutemov2015-02-10
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: drop support of non-linear mapping from unmap/zap codepathKirill A. Shutemov2015-02-10
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: replace remap_file_pages() syscall with emulationKirill A. Shutemov2015-02-10
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: don't use compound_head() in virt_to_head_page()Joonsoo Kim2015-02-10
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fsnotify: fix handling of renames in auditJan Kara2015-02-10
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2015-02-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | quota: Store maximum space limit in bytesJan Kara2015-01-30
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | quota: Remove quota_on_meta callbackJan Kara2015-01-30
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | quota: Add ->quota_{enable,disable} callbacks for VFS quotasJan Kara2015-01-30
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | quota: Wire up ->quota_{enable,disable} callbacks into Q_QUOTA{ON,OFF}Jan Kara2015-01-30
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | quota: Split ->set_xstate callback into twoJan Kara2015-01-30
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'for_linus' into for_nextJan Kara2015-01-30
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | quota: Cleanup flags definitionsJan Kara2015-01-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jbd: drop jbd_ENOSYS debugDavidlohr Bueso2015-01-15
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'locks-v3.20-1' of git://git.samba.org/jlayton/linuxLinus Torvalds2015-02-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | locks: update comments that refer to inode->i_flockJeff Layton2015-01-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | locks: keep a count of locks on the flctx listsJeff Layton2015-01-16
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | locks: clean up the lm_change prototypeJeff Layton2015-01-16
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | locks: add a dedicated spinlock to protect i_flctx listsJeff Layton2015-01-16
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | locks: remove i_flock field from struct inodeJeff Layton2015-01-16
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | locks: convert lease handling to file_lock_contextJeff Layton2015-01-16
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | locks: convert posix locks to file_lock_contextJeff Layton2015-01-16
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | locks: add a new struct file_locking_context pointer to struct inodeJeff Layton2015-01-16
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | locks: add new struct list_head to struct file_lockJeff Layton2015-01-16
| | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-02-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'pm-cpufreq'Rafael J. Wysocki2015-02-10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cpufreq: remove CPUFREQ_UPDATE_POLICY_CPU notificationsViresh Kumar2015-01-23
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cpufreq: Remove (now) unused 'last_cpu' from struct cpufreq_policyViresh Kumar2015-01-23
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cpufreq: stats: get rid of per-cpu cpufreq_stats_tableViresh Kumar2015-01-23
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'pm-domains'Rafael J. Wysocki2015-02-10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PM: Convert dev_pm_put_subsys_data() into a void functionUlf Hansson2015-02-03
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PM / Domains: Eliminate the mutex for the generic_pm_domain_dataUlf Hansson2015-02-03
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PM / Domains: Remove reference counting for the generic_pm_domain_dataUlf Hansson2015-02-03
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PM / Domains: Remove pm_genpd_dev_need_restore() APIUlf Hansson2015-01-23
| | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'pm-qos', 'pm-opp' and 'pm-devfreq'Rafael J. Wysocki2015-02-10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PM / devfreq: event: Add devfreq_event classChanwoo Choi2015-01-30
| | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'acpi-resources'Rafael J. Wysocki2015-02-10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ACPI: Add interfaces to parse IOAPIC ID for IOAPIC hotplugYinghai Lu2015-02-05
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PCI: Use common resource list management code instead of private implementationJiang Liu2015-02-05
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | resources: Move struct resource_list_entry from ACPI into resource coreJiang Liu2015-02-05
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ACPI: Introduce helper function acpi_dev_filter_resource_type()Jiang Liu2015-02-03
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ACPI: Add field offset to struct resource_list_entryJiang Liu2015-02-03
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ACPI: Return translation offset when parsing ACPI address space resourcesJiang Liu2015-02-03
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'acpica' into acpi-resourcesRafael J. Wysocki2015-02-03
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'acpica'Rafael J. Wysocki2015-02-10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ACPICA: Events: Introduce ACPI_GPE_DISPATCH_RAW_HANDLER to fix 2 issues for t...Lv Zheng2015-02-05
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ACPICA: Update version to 20150204David E. Box2015-02-05