| Age | Commit message (Expand) | Author | Files | Lines |
| 2015-11-07 | zswap: use charp for zswap param strings | Dan Streetman | 1 | -40/+40 |
| 2015-11-07 | module: export param_free_charp() | Dan Streetman | 2 | -1/+3 |
| 2015-11-07 | mm/zswap.c: remove unneeded initialization to NULL in zswap_entry_find_get() | Alexey Klimov | 1 | -1/+1 |
| 2015-11-07 | zram: make is_partial_io/valid_io_request/page_zero_filled return boolean | Geliang Tang | 1 | -9/+9 |
| 2015-11-07 | zram: keep the exact overcommited value in mem_used_max | Sergey SENOZHATSKY | 1 | -2/+2 |
| 2015-11-07 | zram: introduce comp algorithm fallback functionality | Luis Henriques | 1 | -3/+3 |
| 2015-11-07 | mm/memcontrol.c: uninline mem_cgroup_usage | Andrew Morton | 1 | -1/+1 |
| 2015-11-07 | fs/sync.c: make sync_file_range(2) use WB_SYNC_NONE writeback | Jan Kara | 1 | -1/+2 |
| 2015-11-07 | thp: remove unused vma parameter from khugepaged_alloc_page | Aaron Tomlin | 1 | -5/+3 |
| 2015-11-07 | mm, fs: introduce mapping_gfp_constraint() | Michal Hocko | 19 | -30/+36 |
| 2015-11-07 | include/linux/mmzone.h: reflow comment | Andrew Morton | 1 | -6/+7 |
| 2015-11-07 | mm: page_alloc: hide some GFP internals and document the bits and flag combin... | Mel Gorman | 4 | -80/+194 |
| 2015-11-07 | mm, page_alloc: only enforce watermarks for order-0 allocations | Mel Gorman | 1 | -14/+39 |
| 2015-11-07 | mm, page_alloc: reserve pageblocks for high-order atomic allocations on demand | Mel Gorman | 3 | -10/+135 |
| 2015-11-07 | mm, page_alloc: remove MIGRATE_RESERVE | Mel Gorman | 4 | -150/+11 |
| 2015-11-07 | mm, page_alloc: delete the zonelist_cache | Mel Gorman | 2 | -286/+0 |
| 2015-11-07 | mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM | Mel Gorman | 38 | -68/+71 |
| 2015-11-07 | mm: page_alloc: remove GFP_IOFS | Mel Gorman | 10 | -13/+12 |
| 2015-11-07 | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep... | Mel Gorman | 66 | -172/+210 |
| 2015-11-07 | mm, page_alloc: use masks and shifts when converting GFP flags to migrate types | Mel Gorman | 2 | -6/+8 |
| 2015-11-07 | mm, page_alloc: remove unnecessary taking of a seqlock when cpusets are disabled | Mel Gorman | 1 | -0/+6 |
| 2015-11-07 | mm, page_alloc: remove unnecessary recalculations for dirty zone balancing | Mel Gorman | 2 | -4/+8 |
| 2015-11-07 | mm, page_alloc: remove unnecessary parameter from zone_watermark_ok_safe | Mel Gorman | 3 | -5/+6 |
| 2015-11-07 | mm/oom_kill.c: introduce is_sysrq_oom helper | Yaowei Bai | 1 | -4/+13 |
| 2015-11-07 | Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 44 | -1068/+2768 |
| 2015-11-07 | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 5 | -26/+46 |
| 2015-11-07 | Merge branch 'pm-opp' | Rafael J. Wysocki | 3 | -19/+41 |
| 2015-11-07 | Merge branches 'acpi-video' and 'acpi-cppc' | Rafael J. Wysocki | 3 | -14/+76 |
| 2015-11-07 | Merge branch 'acpi-pci' | Rafael J. Wysocki | 12 | -76/+144 |
| 2015-11-07 | PCI: ACPI: Add support for PCI device DMA coherency | Suthikulpanit, Suravee | 1 | -1/+11 |
| 2015-11-07 | PCI: OF: Move of_pci_dma_configure() to pci_dma_configure() | Suthikulpanit, Suravee | 3 | -23/+21 |
| 2015-11-07 | of/pci: Fix pci_get_host_bridge_device leak | Suthikulpanit, Suravee | 1 | -3/+2 |
| 2015-11-07 | device property: ACPI: Remove unused DMA APIs | Suthikulpanit, Suravee | 4 | -54/+0 |
| 2015-11-07 | device property: ACPI: Make use of the new DMA Attribute APIs | Suthikulpanit, Suravee | 4 | -9/+29 |
| 2015-11-07 | device property: Adding DMA Attribute APIs for Generic Devices | Suthikulpanit, Suravee | 2 | -0/+33 |
| 2015-11-07 | ACPI: Adding DMA Attribute APIs for ACPI Device | Suthikulpanit, Suravee | 3 | -0/+55 |
| 2015-11-07 | device property: Introducing enum dev_dma_attr | Suthikulpanit, Suravee | 1 | -0/+6 |
| 2015-11-07 | ACPI: Honor ACPI _CCA attribute setting | Jeremy Linton | 1 | -2/+3 |
| 2015-11-07 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 38 | -997/+1279 |
| 2015-11-07 | cpufreq: CPPC: Delete an unnecessary check before the function call kfree() | Markus Elfring | 1 | -2/+1 |
| 2015-11-07 | PM / OPP: Add opp_rcu_lockdep_assert() to _find_device_opp() | Viresh Kumar | 1 | -3/+7 |
| 2015-11-07 | PM / OPP: Hold dev_opp_list_lock for writers | Viresh Kumar | 1 | -0/+9 |
| 2015-11-07 | PM / OPP: Protect updates to list_dev with mutex | Viresh Kumar | 3 | -5/+8 |
| 2015-11-07 | PM / OPP: Propagate error properly from dev_pm_opp_set_sharing_cpus() | Viresh Kumar | 1 | -1/+1 |
| 2015-11-07 | UBIFS: Delete unnecessary checks before the function call "iput" | Markus Elfring | 1 | -4/+2 |
| 2015-11-07 | UBI: Remove in vain semicolon | Richard Weinberger | 1 | -1/+1 |
| 2015-11-07 | UBI: Fastmap: Fix PEB array type | Ezequiel GarcĂa | 1 | -1/+1 |
| 2015-11-07 | UBIFS: Fix possible memory leak in ubifs_readdir() | Richard Weinberger | 1 | -2/+3 |
| 2015-11-07 | fs/ubifs: remove unnecessary new_valid_dev check | Yaowei Bai | 2 | -10/+2 |
| 2015-11-07 | Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 32 | -100/+103 |