summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* lcd: add devm_lcd_device_{register,unregister}()Jingoo Han2013-07-041-0/+5
* backlight: add devm_backlight_device_{register,unregister}()Jingoo Han2013-07-041-0/+6
* drivers/dma: remove unused support for MEMSET operationsBartlomiej Zolnierkiewicz2013-07-042-9/+0Star
* dmi: add support for exact DMI matches in addition to substring matchingJani Nikula2013-07-041-2/+4
* drivers: avoid format strings in names passed to alloc_workqueue()Kees Cook2013-07-041-3/+4
* err.h: IS_ERR() can accept __user pointersDan Carpenter2013-07-041-5/+5
* sparsemem: add BUILD_BUG_ON when sizeof mem_section is non-power-of-2Cody P Schafer2013-07-041-0/+4
* mm: kill free_all_bootmem_node()Jiang Liu2013-07-041-1/+0Star
* mm: introduce helper function set_max_mapnr()Jiang Liu2013-07-041-1/+8
* mm: kill global variable num_physpagesJiang Liu2013-07-041-1/+0Star
* mm: introduce helper function mem_init_print_info() to simplify mem_init()Jiang Liu2013-07-041-0/+12
* vmlinux.lds: add comments for global variables and clean up useless declarationsJiang Liu2013-07-041-1/+20
* mm: use a dedicated lock to protect totalram_pages and zone->managed_pagesJiang Liu2013-07-042-8/+12
* mm: accurately calculate zone->managed_pages for highmem zonesJiang Liu2013-07-041-0/+1
* mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu2013-07-041-3/+4
* mm: change signature of free_reserved_area() to fix building warningsJiang Liu2013-07-041-3/+2Star
* swap: discard while swapping only if SWAP_FLAG_DISCARD_PAGESRafael Aquini2013-07-041-4/+9
* mm: tune vm_committed_as percpu_counter batching sizeTim Chen2013-07-041-1/+7
* mm/hugetlb: remove hugetlb_prefaultWanpeng Li2013-07-041-2/+0Star
* mm/pageblock: remove get/set_pageblock_flagsWanpeng Li2013-07-041-6/+0Star
* mm: remove lru parameter from __lru_cache_add and lru_cache_add_lruMel Gorman2013-07-041-4/+7
* mm: remove lru parameter from __pagevec_lru_add and remove parts of pagevec APIMel Gorman2013-07-041-33/+1Star
* mm: add tracepoints for LRU activation and insertionsMel Gorman2013-07-041-0/+89
* vmalloc: introduce remap_vmalloc_range_partialHATAYAMA Daisuke2013-07-041-0/+4
* include/linux/mm.h: add PAGE_ALIGNED() helperAndrew Morton2013-07-041-0/+3
* mmzone: note that node_size_lock should be manipulated via pgdat_resize_lock()Cody P Schafer2013-07-041-0/+3
* mm: fix comment referring to non-existent size_seqlock, change to span_seqlockCody P Schafer2013-07-041-1/+1
* mm: vmscan: take page buffers dirty and locked state into accountMel Gorman2013-07-042-0/+4
* mm: vmscan: block kswapd if it is encountering pages under writebackMel Gorman2013-07-041-0/+8
* mm: vmscan: have kswapd writeback pages based on dirty pages encountered, not...Mel Gorman2013-07-041-0/+9
* mm, memcg: don't take task_lock in task_in_mem_cgroupDavid Rientjes2013-07-041-4/+5
* mm: soft-dirty bits for user memory changes trackingPavel Emelyanov2013-07-041-0/+22
* include/linux/smp.h:on_each_cpu(): switch back to a macroAndrew Morton2013-07-041-12/+8Star
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds2013-07-034-2/+8
|\
| * Merge branch 'for-next/hugepages' of git://git.linaro.org/people/stevecapper/...Catalin Marinas2013-07-012-1/+5
| |\
| | * mm: thp: Correct the HPAGE_PMD_ORDER check.Steve Capper2013-06-141-1/+1
| | * mm: hugetlb: Copy huge_pmd_share from x86 to mm.Steve Capper2013-06-141-0/+4
| * | Merge branch 'kvm-arm64/kvm-for-3.11' of git://git.kernel.org/pub/scm/linux/k...Catalin Marinas2013-06-121-0/+2
| |\ \
| | * | arm64: KVM: enable initialization of a 32bit vcpuMarc Zyngier2013-06-121-0/+1
| | * | arm64: KVM: system register handlingMarc Zyngier2013-06-071-0/+1
| | |/
| * | Merge tag 'xen-arm64-3.1-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...Catalin Marinas2013-06-121-1/+1
| |\ \ | | |/ | |/|
| | * arm64/xen: use XEN_IO_PROTO_ABI_ARM on ARM64Stefano Stabellini2013-06-071-1/+1
* | | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-07-031-1/+1
|\ \ \
| * \ \ Merge branch 'devel-stable' into for-nextRussell King2013-06-291-1/+1
| |\ \ \
| | * | | clocksource: arch_timer: use virtual countersMark Rutland2013-06-071-1/+1
| | | |/ | | |/|
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-034-32/+40
|\ \ \ \
| * | | | vfs: export lseek_execute() to modulesJie Liu2013-07-031-0/+1
| * | | | locks: add a new "lm_owner_key" lock operationJeff Layton2013-06-291-0/+1
| * | | | locks: convert fl_link to a hlist_nodeJeff Layton2013-06-291-1/+1
| * | | | locks: protect most of the file_lock handling with i_lockJeff Layton2013-06-291-11/+0Star