summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2013-07-04rapidio: convert switch drivers to modulesAlexandre Bounine2-34/+24
2013-07-04kernel/fork.c:copy_process(): don't add the uninitialized child to thread/tas...Oleg Nesterov1-4/+2
2013-07-04exit.c: unexport __set_special_pids()Oleg Nesterov1-2/+0
2013-07-04ptrace: add ability to get/set signal-blocked maskAndrey Vagin1-0/+3
2013-07-04lcd: add devm_lcd_device_{register,unregister}()Jingoo Han1-0/+5
2013-07-04backlight: add devm_backlight_device_{register,unregister}()Jingoo Han1-0/+6
2013-07-04drivers/dma: remove unused support for MEMSET operationsBartlomiej Zolnierkiewicz2-9/+0
2013-07-04dmi: add support for exact DMI matches in addition to substring matchingJani Nikula1-2/+4
2013-07-04drivers: avoid format strings in names passed to alloc_workqueue()Kees Cook1-3/+4
2013-07-04err.h: IS_ERR() can accept __user pointersDan Carpenter1-5/+5
2013-07-04sparsemem: add BUILD_BUG_ON when sizeof mem_section is non-power-of-2Cody P Schafer1-0/+4
2013-07-04mm: kill free_all_bootmem_node()Jiang Liu1-1/+0
2013-07-04mm: introduce helper function set_max_mapnr()Jiang Liu1-1/+8
2013-07-04mm: kill global variable num_physpagesJiang Liu1-1/+0
2013-07-04mm: introduce helper function mem_init_print_info() to simplify mem_init()Jiang Liu1-0/+12
2013-07-04vmlinux.lds: add comments for global variables and clean up useless declarationsJiang Liu1-1/+20
2013-07-04mm: use a dedicated lock to protect totalram_pages and zone->managed_pagesJiang Liu2-8/+12
2013-07-04mm: accurately calculate zone->managed_pages for highmem zonesJiang Liu1-0/+1
2013-07-04mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu1-3/+4
2013-07-04mm: change signature of free_reserved_area() to fix building warningsJiang Liu1-3/+2
2013-07-04swap: discard while swapping only if SWAP_FLAG_DISCARD_PAGESRafael Aquini1-4/+9
2013-07-04mm: tune vm_committed_as percpu_counter batching sizeTim Chen1-1/+7
2013-07-04mm/hugetlb: remove hugetlb_prefaultWanpeng Li1-2/+0
2013-07-04mm/pageblock: remove get/set_pageblock_flagsWanpeng Li1-6/+0
2013-07-04mm: remove lru parameter from __lru_cache_add and lru_cache_add_lruMel Gorman1-4/+7
2013-07-04mm: remove lru parameter from __pagevec_lru_add and remove parts of pagevec APIMel Gorman1-33/+1
2013-07-04mm: add tracepoints for LRU activation and insertionsMel Gorman1-0/+89
2013-07-04vmalloc: introduce remap_vmalloc_range_partialHATAYAMA Daisuke1-0/+4
2013-07-04include/linux/mm.h: add PAGE_ALIGNED() helperAndrew Morton1-0/+3
2013-07-04mmzone: note that node_size_lock should be manipulated via pgdat_resize_lock()Cody P Schafer1-0/+3
2013-07-04mm: fix comment referring to non-existent size_seqlock, change to span_seqlockCody P Schafer1-1/+1
2013-07-04mm: vmscan: take page buffers dirty and locked state into accountMel Gorman2-0/+4
2013-07-04mm: vmscan: block kswapd if it is encountering pages under writebackMel Gorman1-0/+8
2013-07-04mm: vmscan: have kswapd writeback pages based on dirty pages encountered, not...Mel Gorman1-0/+9
2013-07-04mm, memcg: don't take task_lock in task_in_mem_cgroupDavid Rientjes1-4/+5
2013-07-04mm: soft-dirty bits for user memory changes trackingPavel Emelyanov1-0/+22
2013-07-04include/linux/smp.h:on_each_cpu(): switch back to a macroAndrew Morton1-12/+8
2013-07-04Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds18-105/+422
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2-1/+4
2013-07-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-1/+312
2013-07-04Merge tag 'stable/for-linus-3.11-rc0-tag-two' of git://git.kernel.org/pub/scm...Linus Torvalds1-2/+2
2013-07-04Merge tags 'modules-next-for-linus' and 'virtio-next-for-linus' of git://git....Linus Torvalds3-8/+6
2013-07-03Merge tag 'regulator-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-4/+32
2013-07-03Merge tag 'clk-for-linus-3.11' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds6-13/+95
2013-07-03Merge tag 'spi-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2-1/+3
2013-07-03Merge tag 'pinctrl-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-50/+94
2013-07-03Merge tag 'regmap-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2-0/+66
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-0/+1
2013-07-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds4-2/+8
2013-07-03Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-1/+1