aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/kernel-docs.txt (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-13stacktrace: introduce snprint_stack_trace for buffer outputJoonsoo Kim2-0/+37
2014-12-13mm/nommu: use alloc_pages_exact() rather than its own implementationJoonsoo Kim1-22/+11
2014-12-13mm/debug-pagealloc: make debug-pagealloc boottime configurableJoonsoo Kim9-7/+57
2014-12-13mm/debug-pagealloc: prepare boottime configurable on/offJoonsoo Kim8-44/+106
2014-12-13mm/page_ext: resurrect struct page extending code for debuggingJoonsoo Kim7-0/+485
2014-12-13mm, gfp: escalatedly define GFP_HIGHUSER and GFP_HIGHUSER_MOVABLEJianyu Zhan1-5/+2
2014-12-13include/linux/kmemleak.h: needs slab.hAndrew Morton1-0/+2
2014-12-13mm/memcontrol.c: remove the unused arg in __memcg_kmem_get_cache()Zhang Zhen2-4/+3
2014-12-13mm: move swp_entry_t definition to include/linux/mm_types.hTejun Heo2-8/+8
2014-12-13memory-hotplug: remove redundant call of page_to_pfnZhang Zhen1-2/+2
2014-12-13iommu/amd: use handle_mm_fault directlyJesse Barnes1-31/+53
2014-12-13mm: export find_extend_vma() and handle_mm_fault() for driver useJesse Barnes2-0/+3
2014-12-13hugetlb: hugetlb_register_all_nodes(): add __init markerLuiz Capitulino1-1/+1
2014-12-13hugetlb: alloc_bootmem_huge_page(): use IS_ALIGNED()Luiz Capitulino1-1/+1
2014-12-13hugetlb: fix hugepages= entry in kernel-parameters.txtLuiz Capitulino1-3/+1
2014-12-13memcg: turn memcg_kmem_skip_account into a bit fieldVladimir Davydov2-35/+7
2014-12-13memcg: only check memcg_kmem_skip_account in __memcg_kmem_get_cacheVladimir Davydov1-28/+0
2014-12-13memcg: zap kmem_account_flagsVladimir Davydov1-21/+10
2014-12-13mm: mincore: add hwpoison page handleWeijie Yang1-2/+5
2014-12-13mm/rmap: calculate page offset when neededDavidlohr Bueso1-2/+4
2014-12-13mm/debug-pagealloc: cleanup page guard codeJoonsoo Kim1-19/+19
2014-12-13mm/memblock.c: refactor functions to set/clear MEMBLOCK_HOTPLUGTony Luck1-23/+20
2014-12-13memcg: do not abuse memcg_kmem_skip_accountVladimir Davydov1-7/+0
2014-12-13memcg: don't check mm in __memcg_kmem_{get_cache,newpage_charge}Vladimir Davydov1-2/+2
2014-12-13memcg: __mem_cgroup_free: remove stale disarm_static_keys commentVladimir Davydov1-11/+0
2014-12-13mm: cma: align to physical address, not CMA region positionGregory Fong1-3/+16
2014-12-13lib: bitmap: add alignment offset for bitmap_find_next_zero_area()Michal Nazarewicz2-16/+44
2014-12-13mm/memory.c: share the i_mmap_rwsemDavidlohr Bueso1-2/+2
2014-12-13mm/nommu: share the i_mmap_rwsemDavidlohr Bueso1-5/+4
2014-12-13mm/memory-failure: share the i_mmap_rwsemDavidlohr Bueso1-2/+2
2014-12-13mm/xip: share the i_mmap_rwsemDavidlohr Bueso1-14/+9
2014-12-13uprobes: share the i_mmap_rwsemDavidlohr Bueso1-2/+2
2014-12-13mm/rmap: share the i_mmap_rwsemDavidlohr Bueso2-3/+13
2014-12-13mm: convert i_mmap_mutex to rwsemDavidlohr Bueso10-29/+30
2014-12-13mm: use new helper functions around the i_mmap_mutexDavidlohr Bueso12-40/+40
2014-12-13mm,fs: introduce helpers around the i_mmap_mutexDavidlohr Bueso1-0/+10
2014-12-13MAINTAINERS: update Xiubo's email addressXiubo Li1-1/+1
2014-12-13rtc: snvs: fix build with CONFIG_PM_SLEEP disabledGuenter Roeck1-2/+9
2014-12-12HID: rmi: The address of query8 must be calculated based on which query registers are presentAndrew Duggan1-12/+12
2014-12-12HID: rmi: Check for additional ACM registers appended to F11 data reportAndrew Duggan1-9/+52
2014-12-12HID: i2c-hid: prevent buffer overflow in early IRQGwendal Grignou1-1/+1
2014-12-11HID: logitech-hidpp: disable io in probe error pathPeter Wu1-1/+3
2014-12-11HID: logitech-hidpp: add boundary check for name retrievalPeter Wu1-0/+3
2014-12-11HID: logitech-hidpp: check name retrieval return codePeter Wu1-2/+8
2014-12-11HID: logitech-hidpp: do not return the name lengthPeter Wu1-13/+6
2014-12-11HID: wacom: Report input events for each finger on generic devicesJason Gerecke2-28/+59
2014-12-11pstore-ram: Allow optional mapping with pgprot_noncachedTony Lindgren4-14/+47
2014-12-11pstore-ram: Fix hangs by using write-combine mappingsRob Herring1-2/+2
2014-12-11Fix race condition between vxlan_sock_add and vxlan_sock_releaseMarcelo Leitner1-7/+3
2014-12-11net/macb: fix compilation warning for print_hex_dump() called with skb->mac_headerCyrille Pitchen1-1/+1