summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-07zswap: use charp for zswap param stringsDan Streetman1-40/+40
2015-11-07module: export param_free_charp()Dan Streetman2-1/+3
2015-11-07mm/zswap.c: remove unneeded initialization to NULL in zswap_entry_find_get()Alexey Klimov1-1/+1
2015-11-07zram: make is_partial_io/valid_io_request/page_zero_filled return booleanGeliang Tang1-9/+9
2015-11-07zram: keep the exact overcommited value in mem_used_maxSergey SENOZHATSKY1-2/+2
2015-11-07zram: introduce comp algorithm fallback functionalityLuis Henriques1-3/+3
2015-11-07mm/memcontrol.c: uninline mem_cgroup_usageAndrew Morton1-1/+1
2015-11-07fs/sync.c: make sync_file_range(2) use WB_SYNC_NONE writebackJan Kara1-1/+2
2015-11-07thp: remove unused vma parameter from khugepaged_alloc_pageAaron Tomlin1-5/+3
2015-11-07mm, fs: introduce mapping_gfp_constraint()Michal Hocko19-30/+36
2015-11-07include/linux/mmzone.h: reflow commentAndrew Morton1-6/+7
2015-11-07mm: page_alloc: hide some GFP internals and document the bits and flag combin...Mel Gorman4-80/+194
2015-11-07mm, page_alloc: only enforce watermarks for order-0 allocationsMel Gorman1-14/+39
2015-11-07mm, page_alloc: reserve pageblocks for high-order atomic allocations on demandMel Gorman3-10/+135
2015-11-07mm, page_alloc: remove MIGRATE_RESERVEMel Gorman4-150/+11
2015-11-07mm, page_alloc: delete the zonelist_cacheMel Gorman2-286/+0
2015-11-07mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman38-68/+71
2015-11-07mm: page_alloc: remove GFP_IOFSMel Gorman10-13/+12
2015-11-07mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman66-172/+210
2015-11-07mm, page_alloc: use masks and shifts when converting GFP flags to migrate typesMel Gorman2-6/+8
2015-11-07mm, page_alloc: remove unnecessary taking of a seqlock when cpusets are disabledMel Gorman1-0/+6
2015-11-07mm, page_alloc: remove unnecessary recalculations for dirty zone balancingMel Gorman2-4/+8
2015-11-07mm, page_alloc: remove unnecessary parameter from zone_watermark_ok_safeMel Gorman3-5/+6
2015-11-07mm/oom_kill.c: introduce is_sysrq_oom helperYaowei Bai1-4/+13
2015-11-07Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds44-1068/+2768
2015-11-07Merge branch 'pm-cpufreq'Rafael J. Wysocki5-26/+46
2015-11-07Merge branch 'pm-opp'Rafael J. Wysocki3-19/+41
2015-11-07Merge branches 'acpi-video' and 'acpi-cppc'Rafael J. Wysocki3-14/+76
2015-11-07Merge branch 'acpi-pci'Rafael J. Wysocki12-76/+144
2015-11-07PCI: ACPI: Add support for PCI device DMA coherencySuthikulpanit, Suravee1-1/+11
2015-11-07PCI: OF: Move of_pci_dma_configure() to pci_dma_configure()Suthikulpanit, Suravee3-23/+21
2015-11-07of/pci: Fix pci_get_host_bridge_device leakSuthikulpanit, Suravee1-3/+2
2015-11-07device property: ACPI: Remove unused DMA APIsSuthikulpanit, Suravee4-54/+0
2015-11-07device property: ACPI: Make use of the new DMA Attribute APIsSuthikulpanit, Suravee4-9/+29
2015-11-07device property: Adding DMA Attribute APIs for Generic DevicesSuthikulpanit, Suravee2-0/+33
2015-11-07ACPI: Adding DMA Attribute APIs for ACPI DeviceSuthikulpanit, Suravee3-0/+55
2015-11-07device property: Introducing enum dev_dma_attrSuthikulpanit, Suravee1-0/+6
2015-11-07ACPI: Honor ACPI _CCA attribute settingJeremy Linton1-2/+3
2015-11-07Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds38-997/+1279
2015-11-07cpufreq: CPPC: Delete an unnecessary check before the function call kfree()Markus Elfring1-2/+1
2015-11-07PM / OPP: Add opp_rcu_lockdep_assert() to _find_device_opp()Viresh Kumar1-3/+7
2015-11-07PM / OPP: Hold dev_opp_list_lock for writersViresh Kumar1-0/+9
2015-11-07PM / OPP: Protect updates to list_dev with mutexViresh Kumar3-5/+8
2015-11-07PM / OPP: Propagate error properly from dev_pm_opp_set_sharing_cpus()Viresh Kumar1-1/+1
2015-11-07UBIFS: Delete unnecessary checks before the function call "iput"Markus Elfring1-4/+2
2015-11-07UBI: Remove in vain semicolonRichard Weinberger1-1/+1
2015-11-07UBI: Fastmap: Fix PEB array typeEzequiel GarcĂ­a1-1/+1
2015-11-07UBIFS: Fix possible memory leak in ubifs_readdir()Richard Weinberger1-2/+3
2015-11-07fs/ubifs: remove unnecessary new_valid_dev checkYaowei Bai2-10/+2
2015-11-07Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds32-100/+103