summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* kexec: split kexec_load syscall from kexec core codeDave Young2015-09-101-3/+3
* kexec: split kexec_file syscall code to kexec_file.cDave Young2015-09-101-0/+11
* seq_file: provide an analogue of print_hex_dump()Andy Shevchenko2015-09-101-0/+4
* kmod: use system_unbound_wq instead of khelperFrederic Weisbecker2015-09-101-2/+0
* lib/string_helpers: rename "esc" arg to "only"Kees Cook2015-09-101-7/+7
* hexdump: do not print debug dumps for !CONFIG_DEBUGLinus Walleij2015-09-101-2/+8
* include/linux/printk.h: include pr_fmt in pr_debug_ratelimitedJason A. Donenfeld2015-09-101-2/+2
* include/linux/poison.h: remove not-used poison pointer macrosVasily Kulikov2015-09-101-7/+0
* include/linux/poison.h: fix LIST_POISON{1,2} offsetVasily Kulikov2015-09-101-2/+2
* mm: introduce idle page trackingVladimir Davydov2015-09-104-0/+127
* mmu-notifier: add clear_young callbackVladimir Davydov2015-09-101-0/+44
* memcg: zap try_get_mem_cgroup_from_pageVladimir Davydov2015-09-101-8/+1
* memcg: add page_cgroup_ino helperVladimir Davydov2015-09-101-0/+1
* zpool: add zpool_has_pool()Dan Streetman2015-09-101-0/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-09-095-1/+16
|\
| * IB/mlx4: Implement ib_device callbacksMoni Shoua2015-08-301-1/+2
| * net/mlx4: Postpone the registration of net_deviceMoni Shoua2015-08-301-0/+1
| * net: Add info for NETDEV_CHANGEUPPER eventMatan Barak2015-08-301-0/+14
| * svcrdma: Use max_sge_rd for destination read depthsSteve Wise2015-08-281-0/+1
| * mlx5: Fix missing device local_dma_lkeySagi Grimberg2015-08-282-0/+12
* | Merge tag 'for-linus-4.3' of git://git.code.sf.net/p/openipmi/linux-ipmiLinus Torvalds2015-09-081-1/+6
|\ \
| * | ipmi: Don't flush messages in sender() in run-to-completion modeHidehiro Kawai2015-09-031-0/+5
| * | ipmi: Make some data const that was only readCorey Minyard2015-09-031-1/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-09-0818-123/+543
|\ \ \
| * | | mm: zbud: constify the zbud_opsKrzysztof Kozlowski2015-09-081-1/+1
| * | | mm: zpool: constify the zpool_opsKrzysztof Kozlowski2015-09-081-2/+2
| * | | mm: swap: zswap: maybe_preload & refactoringDmitry Safonov2015-09-081-0/+3
| * | | zsmalloc: account the number of compacted pagesSergey Senozhatsky2015-09-081-2/+2
| * | | zsmalloc/zram: introduce zs_pool_stats apiSergey Senozhatsky2015-09-081-0/+6
| * | | mm: use numa_mem_id() in alloc_pages_node()Vlastimil Babka2015-09-081-2/+3
| * | | mm: unify checks in alloc_pages_node() and __alloc_pages_node()Vlastimil Babka2015-09-081-5/+5
| * | | mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka2015-09-081-8/+15
| * | | mm/hwpoison: fix race between soft_offline_page and unpoison_memoryWanpeng Li2015-09-081-0/+14
| * | | mm/hwpoison: introduce num_poisoned_pages wrappersNaoya Horiguchi2015-09-081-0/+23
| * | | mm/hwpoison: introduce put_hwpoison_page to put refcount for memory error han...Wanpeng Li2015-09-081-0/+1
| * | | pci: mm: add pci_pool_zalloc() callSean O. Stalley2015-09-081-0/+2
| * | | mm: add dma_pool_zalloc() call to DMA APISean O. Stalley2015-09-081-0/+6
| * | | mm: drop __nocast from vm_flags_t definitionKirill A. Shutemov2015-09-081-1/+1
| * | | mm, page_isolation: make set/unset_migratetype_isolate() file-localNaoya Horiguchi2015-09-081-5/+0
| * | | mem-hotplug: handle node hole when initializing numa_meminfo.Tang Chen2015-09-081-0/+2
| * | | mm/memblock.c: make memblock_overlaps_region() return bool.Tang Chen2015-09-081-1/+1
| * | | hugetlbfs: add hugetlbfs_fallocate()Mike Kravetz2015-09-081-0/+3
| * | | hugetlbfs: New huge_add_to_page_cache helper routineMike Kravetz2015-09-081-0/+2
| * | | hugetlbfs: truncate_hugepages() takes a range of pagesMike Kravetz2015-09-081-1/+3
| * | | mm/hugetlb: expose hugetlb fault mutex for use by fallocateMike Kravetz2015-09-081-0/+5
| * | | mm/hugetlb: add cache of descriptors to resv_map for region_addMike Kravetz2015-09-081-0/+3
| * | | mm: rename and move get/set_freepage_migratetypeVlastimil Babka2015-09-081-12/+0
| * | | memcg: get rid of extern for functions in memcontrol.hMichal Hocko2015-09-081-8/+8
| * | | memcg: get rid of mem_cgroup_root_css for !CONFIG_MEMCGMichal Hocko2015-09-081-2/+0
| * | | memcg: export struct mem_cgroupMichal Hocko2015-09-082-34/+346