summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2014-04-01HID: uhid: Add UHID_CREATE2 + UHID_INPUT2Petri Gynther
2014-03-14HID: remove hid_output_raw_report transport implementationsBenjamin Tissoires
2014-03-14HID: sony: do not rely on hid_output_raw_reportBenjamin Tissoires
2014-02-24HID: make .raw_request mandatoryBenjamin Tissoires
2014-02-17HID: core: check parameters when sending/receiving data from the deviceBenjamin Tissoires
2014-02-17HID: core: implement generic .request()Benjamin Tissoires
2014-02-17HID: introduce helper to access hid_output_raw_report()Benjamin Tissoires
2014-02-17HID: remove hid_get_raw_report in struct hid_deviceBenjamin Tissoires
2014-02-17HID: remove hidinput_input_event handlerBenjamin Tissoires
2014-02-17HID: add inliners for ll_driver transport-layer callbacksBenjamin Tissoires
2014-01-29HID: Add transport-driver callbacks to the hid_ll_driver structFrank Praznik
2014-01-22Merge tag 'dm-3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-01-22Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds
2014-01-22Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-01-22Merge tag 'trace-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2014-01-21dm log userspace: allow mark requests to piggyback on flush requestsDongmao Zhang
2014-01-21Merge branch 'akpm' (incoming from Andrew)Linus Torvalds
2014-01-21Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds
2014-01-21Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2014-01-21Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-01-21mm/migrate: remove unused function, fail_migrate_page()Joonsoo Kim
2014-01-21mm/migrate: remove putback_lru_pages, fix comment on putback_movable_pagesJoonsoo Kim
2014-01-21mm: compaction: encapsulate defer reset logicVlastimil Babka
2014-01-21mm: compaction: trace compaction begin and endMel Gorman
2014-01-21sched: add tracepoints related to NUMA task migrationMel Gorman
2014-01-21mm: numa: trace tasks that fail migration due to rate limitingMel Gorman
2014-01-21mm: numa: limit scope of lock for NUMA migrate rate limitingMel Gorman
2014-01-21mm/memblock: add memblock memory allocation apisSantosh Shilimkar
2014-01-21mm/memblock: switch to use NUMA_NO_NODE instead of MAX_NUMNODESGrygorii Strashko
2014-01-21mm/memblock: reorder parameters of memblock_find_in_range_nodeGrygorii Strashko
2014-01-21mm/bootmem: remove duplicated declaration of __free_pages_bootmem()Grygorii Strashko
2014-01-21introduce for_each_thread() to replace the buggy while_each_thread()Oleg Nesterov
2014-01-21mm/rmap: use rmap_walk() in page_referenced()Joonsoo Kim
2014-01-21mm/rmap: use rmap_walk() in try_to_munlock()Joonsoo Kim
2014-01-21mm/rmap: use rmap_walk() in try_to_unmap()Joonsoo Kim
2014-01-21mm/rmap: extend rmap_walk_xxx() to cope with different casesJoonsoo Kim
2014-01-21mm/rmap: make rmap_walk to get the rmap_walk_control argumentJoonsoo Kim
2014-01-21memblock, mem_hotplug: make memblock skip hotpluggable regions if neededTang Chen
2014-01-21memblock: make memblock_set_node() support different memblock_typeTang Chen
2014-01-21memblock, mem_hotplug: introduce MEMBLOCK_HOTPLUG flag to mark hotpluggable r...Tang Chen
2014-01-21memblock, numa: introduce flags field into memblockTang Chen
2014-01-21mm: add overcommit_kbytes sysctl variableJerome Marchand
2014-01-21mm, show_mem: remove SHOW_MEM_FILTER_PAGE_COUNTMel Gorman
2014-01-21mm, mempolicy: remove unneeded functions for UMA configsDavid Rientjes
2014-01-21mm: create a separate slab for page->ptl allocationKirill A. Shutemov
2014-01-21mm: get rid of unnecessary pageblock scanning in setup_zone_migrate_reserveYasuaki Ishimatsu
2014-01-21mm: thp: turn compound_head() into BUG_ON(!PageTail) in get_huge_page_tail()Oleg Nesterov
2014-01-21mm: tail page refcounting optimization for slab and hugetlbfsAndrea Arcangeli
2014-01-21mm: thp: optimize compound_trans_hugeAndrea Arcangeli
2014-01-21mm: hugetlbfs: Add some VM_BUG_ON()s to catch non-hugetlbfs pagesDave Hansen