summaryrefslogtreecommitdiff
path: root/include/linux (follow)
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | tracing: Add 'enable_event' and 'disable_event' event trigger commandsTom Zanussi2013-12-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | tracing: Add 'stacktrace' event trigger commandTom Zanussi2013-12-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | tracing: Add 'snapshot' event trigger commandTom Zanussi2013-12-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | tracing: Add 'traceon' and 'traceoff' event trigger commandsTom Zanussi2013-12-20
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | tracing: Add basic event trigger frameworkTom Zanussi2013-12-20
| | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2014-01-21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm/migrate: remove unused function, fail_migrate_page()Joonsoo Kim2014-01-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm/migrate: remove putback_lru_pages, fix comment on putback_movable_pagesJoonsoo Kim2014-01-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: compaction: encapsulate defer reset logicVlastimil Babka2014-01-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: numa: limit scope of lock for NUMA migrate rate limitingMel Gorman2014-01-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm/memblock: add memblock memory allocation apisSantosh Shilimkar2014-01-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm/memblock: switch to use NUMA_NO_NODE instead of MAX_NUMNODESGrygorii Strashko2014-01-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm/memblock: reorder parameters of memblock_find_in_range_nodeGrygorii Strashko2014-01-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm/bootmem: remove duplicated declaration of __free_pages_bootmem()Grygorii Strashko2014-01-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | introduce for_each_thread() to replace the buggy while_each_thread()Oleg Nesterov2014-01-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm/rmap: use rmap_walk() in page_referenced()Joonsoo Kim2014-01-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm/rmap: use rmap_walk() in try_to_munlock()Joonsoo Kim2014-01-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm/rmap: use rmap_walk() in try_to_unmap()Joonsoo Kim2014-01-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm/rmap: extend rmap_walk_xxx() to cope with different casesJoonsoo Kim2014-01-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm/rmap: make rmap_walk to get the rmap_walk_control argumentJoonsoo Kim2014-01-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | memblock, mem_hotplug: make memblock skip hotpluggable regions if neededTang Chen2014-01-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | memblock: make memblock_set_node() support different memblock_typeTang Chen2014-01-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | memblock, mem_hotplug: introduce MEMBLOCK_HOTPLUG flag to mark hotpluggable r...Tang Chen2014-01-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | memblock, numa: introduce flags field into memblockTang Chen2014-01-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: add overcommit_kbytes sysctl variableJerome Marchand2014-01-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm, show_mem: remove SHOW_MEM_FILTER_PAGE_COUNTMel Gorman2014-01-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm, mempolicy: remove unneeded functions for UMA configsDavid Rientjes2014-01-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: create a separate slab for page->ptl allocationKirill A. Shutemov2014-01-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: get rid of unnecessary pageblock scanning in setup_zone_migrate_reserveYasuaki Ishimatsu2014-01-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: thp: turn compound_head() into BUG_ON(!PageTail) in get_huge_page_tail()Oleg Nesterov2014-01-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: tail page refcounting optimization for slab and hugetlbfsAndrea Arcangeli2014-01-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: thp: optimize compound_trans_hugeAndrea Arcangeli2014-01-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: hugetlbfs: Add some VM_BUG_ON()s to catch non-hugetlbfs pagesDave Hansen2014-01-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: Make {,set}page_address() static inline if WANT_PAGE_VIRTUALGeert Uytterhoeven2014-01-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | posix_acl: uninliningAndrew Morton2014-01-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | fsnotify: remove .should_send_event callbackJan Kara2014-01-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | fsnotify: do not share events between notification groupsJan Kara2014-01-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | dma-debug: introduce debug_dma_assert_idle()Dan Williams2014-01-21
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2014-01-21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libata: disable LPM for some WD SATA-I devicesTejun Heo2014-01-16
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-01-21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup: remove stray references to css_idHugh Dickins2014-01-13
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup: remove for_each_root_subsys()Tejun Heo2013-12-06
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup: unify pidlist and other file handlingTejun Heo2013-12-05
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup: replace cftype->read_seq_string() with cftype->seq_show()Tejun Heo2013-12-05
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup: attach cgroup_open_file to all cgroup filesTejun Heo2013-12-05
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup: remove cftype->read(), ->read_map() and ->write()Tejun Heo2013-12-05
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup: don't guarantee cgroup.procs is sorted if sane_behaviorTejun Heo2013-11-29
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup: remove cftype->release()Tejun Heo2013-11-29
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup: Merge branch 'memcg_event' into for-3.14Tejun Heo2013-11-22
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |