summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* nmi_backtrace: generate one-line reports for idle cpusChris Metcalf2016-10-072-0/+11
* nmi_backtrace: add more trigger_*_cpu_backtrace() methodsChris Metcalf2016-10-071-5/+26
* min/max: remove sparse warnings when they're nestedJohannes Berg2016-10-071-20/+28
* seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not charJoe Perches2016-10-071-2/+2
* linux/mm.h: canonicalize macro PAGE_ALIGNED() definitionzijun_hu2016-10-071-1/+1
* mm: remove unnecessary condition in remove_inode_hugepageszhong jiang2016-10-071-1/+1
* mm: consolidate warn_alloc_failed usersMichal Hocko2016-10-071-3/+2
* mm: vma_merge: fix vm_page_prot SMP race condition against rmap_walkAndrea Arcangeli2016-10-071-2/+8
* mm: vm_page_prot: update with WRITE_ONCE/READ_ONCEAndrea Arcangeli2016-10-071-1/+1
* mm/hugetlb: check for reserved hugepages during memory offlineGerald Schaefer2016-10-071-3/+3
* mm: memcontrol: consolidate cgroup socket trackingJohannes Weiner2016-10-071-2/+4
* mm: move phys_mem_access_prot_allowed() declaration to pgtable.hBaoyou Xie2016-10-071-0/+3
* mm, compaction: restrict full priority to non-costly ordersVlastimil Babka2016-10-071-0/+1
* mm: remove page_file_indexHuang Ying2016-10-072-13/+1
* mm, swap: use offset of swap entry as key of swap cacheHuang Ying2016-10-071-4/+4
* thp: reduce usage of huge zero page's atomic counterAaron Lu2016-10-072-4/+5
* thp, dax: add thp_get_unmapped_area for pmd mappingsToshi Kani2016-10-071-0/+7
* mm: don't use radix tree writeback tags for pages in swap cacheHuang Ying2016-10-071-0/+12
* mm/nobootmem.c: remove duplicate macro ARCH_LOW_ADDRESS_LIMIT statementszijun_hu2016-10-071-4/+5
* mm/memblock.c: expose total reserved memorySrikar Dronamraju2016-10-071-0/+1
* mm: introduce arch_reserved_kernel_pages()Srikar Dronamraju2016-10-071-0/+3
* mm: make sure that kthreads will not refault oom reaped memoryMichal Hocko2016-10-071-0/+1
* mm, oom: enforce exit_oom_victim on current taskTetsuo Handa2016-10-071-1/+1
* oom, suspend: fix oom_killer_disable vs. pm suspend properlyMichal Hocko2016-10-071-1/+1
* mm, oom: get rid of signal_struct::oom_victimsMichal Hocko2016-10-072-2/+6
* kernel, oom: fix potential pgd_lock deadlock from __mmdropMichal Hocko2016-10-072-2/+14
* oom: keep mm of the killed task availableMichal Hocko2016-10-071-0/+2
* mm,oom_reaper: do not attempt to reap a task twiceTetsuo Handa2016-10-071-1/+0
* mm, swap: add swap_cluster_listHuang Ying2016-10-071-4/+7
* mm: pagewalk: fix the comment for test_walkJames Morse2016-10-071-2/+2
* mm/page_owner: don't define fields on struct page_ext by hard-codingJoonsoo Kim2016-10-071-6/+0
* mm/page_ext: support extra space allocation by page_ext userJoonsoo Kim2016-10-071-0/+2
* mm/page_owner: move page_owner specific function to page_owner.cJoonsoo Kim2016-10-071-0/+2
* mm, vmscan: get rid of throttle_vm_writeoutMichal Hocko2016-10-071-1/+0
* mm, compaction: create compact_gap wrapperVlastimil Babka2016-10-071-0/+23
* mm, compaction: add the ultimate direct compaction priorityVlastimil Babka2016-10-071-1/+2
* mm, compaction: rename COMPACT_PARTIAL to COMPACT_SUCCESSVlastimil Babka2016-10-072-5/+5
* mm, compaction: cleanup unused functionsVlastimil Babka2016-10-071-5/+0
* mm/vmalloc.c: fix align value calculation errorzijun_hu2016-10-071-10/+26
* mm: oom: deduplicate victim selection code for memcg and global oomVladimir Davydov2016-10-072-39/+19
* jiffies: add time comparison functions for 64 bit jiffiesJason A. Donenfeld2016-10-071-0/+4
* fanotify: use notification_lock instead of access_lockJan Kara2016-10-071-1/+0
* fsnotify: convert notification_mutex to a spinlockJan Kara2016-10-071-1/+1
* Merge branch 'i2c/for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2016-10-073-10/+49
|\
| * lockdep: make MAX_LOCKDEP_SUBCLASSES unconditionally visibleBartosz Golaszewski2016-09-241-2/+2
| * i2c: export i2c_adapter_depth()Bartosz Golaszewski2016-09-241-0/+1
| * i2c: move locking operations to their own structPeter Rosin2016-08-301-7/+18
| * Merge branch 'i2c-mux-dt-3' of https://github.com/peda-r/i2c-mux into i2c/for...Wolfram Sang2016-08-261-2/+6
| |\
| | * i2c: mux: add support for 'i2c-mux', 'i2c-arb' and 'i2c-gate' DT subnodesPeter Rosin2016-08-251-2/+6
| * | i2c: core: Add function for finding the bus speed from ACPI, take 2Jarkko Nikula2016-08-261-0/+9