summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | PCI: Add Virtual Channel to save/restore supportAlex Williamson2013-12-182-4/+26
| | * | | | PCI: Add support for save/restore of extended capabilitiesAlex Williamson2013-12-181-1/+8
| | * | | | PCI: Add pci_wait_for_pending() (refactor pci_wait_for_pending_transaction())Alex Williamson2013-12-181-0/+1
| | |/ / /
| * | | | Merge branch 'pci/pciehp' into nextBjorn Helgaas2013-12-181-0/+8
| |\ \ \ \
| | * | | | PCI: pciehp: Use symbolic constants for Slot Control fieldsBjorn Helgaas2013-12-161-0/+8
| | |/ / /
| * | | | Merge branch 'pci/misc' into nextBjorn Helgaas2013-12-131-2/+2
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | PCI: Drop "irq" param from *_restore_msi_irqs()DuanZhenzhong2013-12-131-2/+2
| | |/ /
* | | | Merge tag 'trace-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2014-01-233-10/+160
|\ \ \ \
| * | | | tracing: Consolidate event trigger codeSteven Rostedt (Red Hat)2014-01-102-19/+121
| * | | | tracing: Add generic tracing_lseek() functionSteven Rostedt (Red Hat)2014-01-021-2/+0
| * | | | tracing: Add and use generic set_trigger_filter() implementationTom Zanussi2013-12-222-13/+44
| * | | | tracing: Add 'enable_event' and 'disable_event' event trigger commandsTom Zanussi2013-12-221-0/+1
| * | | | tracing: Add 'stacktrace' event trigger commandTom Zanussi2013-12-221-0/+1
| * | | | tracing: Add 'snapshot' event trigger commandTom Zanussi2013-12-221-0/+1
| * | | | tracing: Add 'traceon' and 'traceoff' event trigger commandsTom Zanussi2013-12-211-0/+1
| * | | | tracing: Add basic event trigger frameworkTom Zanussi2013-12-212-0/+15
| | |_|/ | |/| |
* | | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2014-01-2220-243/+543
|\ \ \ \
| * | | | mm/migrate: remove unused function, fail_migrate_page()Joonsoo Kim2014-01-221-4/+0
| * | | | mm/migrate: remove putback_lru_pages, fix comment on putback_movable_pagesJoonsoo Kim2014-01-221-2/+0
| * | | | mm: compaction: encapsulate defer reset logicVlastimil Babka2014-01-221-0/+16
| * | | | mm: compaction: trace compaction begin and endMel Gorman2014-01-221-0/+42
| * | | | sched: add tracepoints related to NUMA task migrationMel Gorman2014-01-221-0/+87
| * | | | mm: numa: trace tasks that fail migration due to rate limitingMel Gorman2014-01-221-0/+26
| * | | | mm: numa: limit scope of lock for NUMA migrate rate limitingMel Gorman2014-01-221-4/+1
| * | | | mm/memblock: add memblock memory allocation apisSantosh Shilimkar2014-01-221-0/+152
| * | | | mm/memblock: switch to use NUMA_NO_NODE instead of MAX_NUMNODESGrygorii Strashko2014-01-221-2/+2
| * | | | mm/memblock: reorder parameters of memblock_find_in_range_nodeGrygorii Strashko2014-01-221-2/+3
| * | | | mm/bootmem: remove duplicated declaration of __free_pages_bootmem()Grygorii Strashko2014-01-221-1/+0
| * | | | introduce for_each_thread() to replace the buggy while_each_thread()Oleg Nesterov2014-01-222-0/+14
| * | | | mm/rmap: use rmap_walk() in page_referenced()Joonsoo Kim2014-01-222-3/+1
| * | | | mm/rmap: use rmap_walk() in try_to_munlock()Joonsoo Kim2014-01-221-6/+0
| * | | | mm/rmap: use rmap_walk() in try_to_unmap()Joonsoo Kim2014-01-221-4/+1
| * | | | mm/rmap: extend rmap_walk_xxx() to cope with different casesJoonsoo Kim2014-01-221-0/+15
| * | | | mm/rmap: make rmap_walk to get the rmap_walk_control argumentJoonsoo Kim2014-01-222-6/+10
| * | | | memblock, mem_hotplug: make memblock skip hotpluggable regions if neededTang Chen2014-01-221-0/+24
| * | | | memblock: make memblock_set_node() support different memblock_typeTang Chen2014-01-221-1/+2
| * | | | memblock, mem_hotplug: introduce MEMBLOCK_HOTPLUG flag to mark hotpluggable r...Tang Chen2014-01-221-0/+17
| * | | | memblock, numa: introduce flags field into memblockTang Chen2014-01-221-0/+1
| * | | | mm: add overcommit_kbytes sysctl variableJerome Marchand2014-01-222-0/+10
| * | | | mm, show_mem: remove SHOW_MEM_FILTER_PAGE_COUNTMel Gorman2014-01-221-1/+0
| * | | | mm, mempolicy: remove unneeded functions for UMA configsDavid Rientjes2014-01-221-32/+0
| * | | | mm: create a separate slab for page->ptl allocationKirill A. Shutemov2014-01-221-0/+12
| * | | | mm: get rid of unnecessary pageblock scanning in setup_zone_migrate_reserveYasuaki Ishimatsu2014-01-221-0/+6
| * | | | mm: thp: turn compound_head() into BUG_ON(!PageTail) in get_huge_page_tail()Oleg Nesterov2014-01-221-4/+3
| * | | | mm: tail page refcounting optimization for slab and hugetlbfsAndrea Arcangeli2014-01-222-7/+31
| * | | | mm: thp: optimize compound_trans_hugeAndrea Arcangeli2014-01-221-0/+23
| * | | | mm: hugetlbfs: Add some VM_BUG_ON()s to catch non-hugetlbfs pagesDave Hansen2014-01-221-0/+1
| * | | | mm: Make {,set}page_address() static inline if WANT_PAGE_VIRTUALGeert Uytterhoeven2014-01-221-5/+8
| * | | | posix_acl: uninliningAndrew Morton2014-01-221-72/+6
| * | | | fsnotify: remove .should_send_event callbackJan Kara2014-01-221-4/+0