summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* get rid of 'parent' argument of ->d_compare()Al Viro2016-07-311-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2016-07-292-0/+14
|\
| * mm: export filemap_check_errors() to modulesMiklos Szeredi2016-07-291-0/+1
| * new helper: wait_event_killable_exclusive()Al Viro2016-07-191-0/+13
* | Revert "vfs: add lookup_hash() helper"Linus Torvalds2016-07-291-2/+0
* | Merge tag 'trace-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2016-07-285-10/+22
|\ \
| * | printk, tracing: Avoiding unneeded blank linesDaniel Bristot de Oliveira2016-07-151-0/+8
| * | tracing: Use __get_str() when manipulating stringsDaniel Bristot de Oliveira2016-07-151-2/+2
| * | tracing, RAS: Cleanup on __get_str() usageDaniel Bristot de Oliveira2016-07-151-2/+2
| * | tracing: Use outer () on __get_str() definitionDaniel Bristot de Oliveira2016-07-152-2/+2
| * | ftrace: Reduce size of function graph entriesNamhyung Kim2016-07-051-4/+8
* | | Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-07-288-110/+50
|\ \ \
| * \ \ Merge branch 'for-4.8/libnvdimm' into libnvdimm-for-nextDan Williams2016-07-247-109/+49
| |\ \ \
| | * | | nfit, libnvdimm: allow an ARS scrub to be triggered on demandVishal Verma2016-07-231-0/+1
| | * | | libnvdimm: move ->module to struct nvdimm_bus_descriptorDan Williams2016-07-211-4/+3
| | * | | pmem: kill __pmem address spaceDan Williams2016-07-124-59/+21
| | * | | pmem: kill wmb_pmem()Dan Williams2016-07-121-43/+4
| | * | | libnvdimm, pmem: flush posted-write queues on shutdownDan Williams2016-07-121-0/+1
| | * | | libnvdimm: introduce nvdimm_flush() and nvdimm_has_flush()Dan Williams2016-07-111-0/+2
| | * | | libnvdimm, nfit: move flush hint mapping to region-device driver-dataDan Williams2016-07-111-1/+3
| | * | | libnvdimm, nfit: remove nfit_spa_map() infrastructureDan Williams2016-07-111-1/+0
| | * | | libnvdimm: introduce devm_nvdimm_memremap(), convert nfit_spa_map() usersDan Williams2016-07-071-0/+9
| | * | | libnvdimm, pmem: allow nfit_test to override pmem_direct_access()Dan Williams2016-06-241-1/+4
| | * | | nfit: add Microsoft NVDIMM DSM command set to white liststuart hayes2016-06-201-0/+1
| | |/ /
* | | | Merge tag 'pinctrl-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2016-07-282-0/+1326
|\ \ \ \
| * | | | includes: dt-bindings: Add STM32F746 pinctrl DT bindingsAlexandre TORGUE2016-07-051-0/+1324
| * | | | pinctrl: pinconf: Add generic helper function for freeing mappingsJon Hunter2016-06-231-0/+2
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-2826-226/+418
|\ \ \ \ \
| * | | | | mm, compaction: simplify contended compaction handlingVlastimil Babka2016-07-281-11/+2
| * | | | | mm, compaction: introduce direct compaction priorityVlastimil Babka2016-07-282-15/+19
| * | | | | mm, thp: remove __GFP_NORETRY from khugepaged and madvised allocationsVlastimil Babka2016-07-282-6/+9
| * | | | | mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUBAlexander Potapenko2016-07-283-1/+8
| * | | | | mm, kasan: account for object redzone in SLUB's nearest_obj()Alexander Potapenko2016-07-281-4/+6
| * | | | | mm/memblock.c: add new infrastructure to address the mem limit issueDennis Chen2016-07-281-0/+1
| * | | | | kdb: use task_cpu() instead of task_thread_info()->cpuAndy Lutomirski2016-07-281-1/+1
| * | | | | mm: fix memcg stack accounting for sub-page stacksAndy Lutomirski2016-07-281-1/+1
| * | | | | mm: track NR_KERNEL_STACK in KiB instead of number of stacksAndy Lutomirski2016-07-281-1/+1
| * | | | | mm: cleanup ifdef guards for vmem_altmapDan Williams2016-07-281-1/+1
| * | | | | mm, THP: clean up return value of madvise_free_huge_pmdHuang Ying2016-07-281-1/+1
| * | | | | mm: remove reclaim and compaction retry approximationsMel Gorman2016-07-282-0/+2
| * | | | | mm, vmscan: remove highmem_file_pagesMel Gorman2016-07-281-17/+0
| * | | | | mm: add per-zone lru list statMinchan Kim2016-07-282-0/+8
| * | | | | mm, vmscan: Update all zone LRU sizes before updating memcgMel Gorman2016-07-282-4/+3
| * | | | | mm, vmstat: remove zone and node double accounting by approximating retriesMel Gorman2016-07-283-8/+17
| * | | | | mm: vmstat: account per-zone stalls and pages skipped during reclaimMel Gorman2016-07-281-1/+3
| * | | | | mm: vmstat: replace __count_zone_vm_events with a zone id equivalentMel Gorman2016-07-281-3/+2
| * | | | | mm, page_alloc: remove fair zone allocation policyMel Gorman2016-07-281-5/+0
| * | | | | mm, vmscan: add classzone information to tracepointsMel Gorman2016-07-281-20/+31
| * | | | | mm: convert zone_reclaim to node_reclaimMel Gorman2016-07-283-14/+15
| * | | | | mm: move vmscan writes and file write accounting to the nodeMel Gorman2016-07-282-6/+6