summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-08-03printk: add kernel parameter to control writes to /dev/kmsgBorislav Petkov1-0/+9
2016-08-03ratelimit: extend to print suppressed messages on releaseBorislav Petkov1-5/+33
2016-08-03printk: create pr_<level> functionsJoe Perches1-15/+33
2016-08-03dynamic_debug: only add header when usedLuis de Bethencourt2-2/+2
2016-08-03include: mman: use bool instead of int for the return value of arch_validate_...Chen Gang1-1/+1
2016-08-03uapi: move forward declarations of internal structuresAlexey Dobriyan4-4/+2
2016-08-03treewide: replace obsolete _refok by __refFabian Frederick3-8/+2
2016-08-03mm/kasan: get rid of ->state in struct kasan_alloc_metaAndrey Ryabinin1-0/+3
2016-08-02Merge tag 'drm-for-v4.8' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds38-651/+1607
2016-08-02Merge tag 'please-pull-misc-4.8' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2016-08-02Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Linus Torvalds5-1/+171
2016-08-02Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds14-39/+456
2016-08-02Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds6-32/+108
2016-08-02Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+1
2016-08-01Merge tag 'mfd-for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-38/+107
2016-08-01Merge tag 'iommu-updates-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-0/+88
2016-08-01Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working...Linus Torvalds1-0/+56
2016-08-01Merge tag 'mmc-v4.8' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds5-14/+49
2016-08-01Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds1-1/+5
2016-08-01Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+133
2016-07-31Merge tag 'sound-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds12-23/+149
2016-07-31Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds5-0/+148
2016-07-31Merge tag 'nfs-for-4.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds6-7/+18
2016-07-30Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+0
2016-07-30Merge tag 'clk-for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds13-29/+425
2016-07-30Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-2/+0
2016-07-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds13-17/+260
2016-07-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds6-32/+70
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds10-47/+124
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2-0/+14
2016-07-29Revert "vfs: add lookup_hash() helper"Linus Torvalds1-2/+0
2016-07-29drm/ttm: partial revert "cleanup ttm_tt_(unbind|destroy)" v3Christian König1-0/+9
2016-07-29mm: export filemap_check_errors() to modulesMiklos Szeredi1-0/+1
2016-07-29Merge tag 'trace-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds5-10/+22
2016-07-29Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-110/+50
2016-07-29Merge tag 'pinctrl-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2-0/+1326
2016-07-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds26-226/+418
2016-07-29mm, compaction: simplify contended compaction handlingVlastimil Babka1-11/+2
2016-07-29mm, compaction: introduce direct compaction priorityVlastimil Babka2-15/+19
2016-07-29mm, thp: remove __GFP_NORETRY from khugepaged and madvised allocationsVlastimil Babka2-6/+9
2016-07-29mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUBAlexander Potapenko3-1/+8
2016-07-29mm, kasan: account for object redzone in SLUB's nearest_obj()Alexander Potapenko1-4/+6
2016-07-29mm/memblock.c: add new infrastructure to address the mem limit issueDennis Chen1-0/+1
2016-07-29kdb: use task_cpu() instead of task_thread_info()->cpuAndy Lutomirski1-1/+1
2016-07-29mm: fix memcg stack accounting for sub-page stacksAndy Lutomirski1-1/+1
2016-07-29mm: track NR_KERNEL_STACK in KiB instead of number of stacksAndy Lutomirski1-1/+1
2016-07-29mm: cleanup ifdef guards for vmem_altmapDan Williams1-1/+1
2016-07-29mm, THP: clean up return value of madvise_free_huge_pmdHuang Ying1-1/+1
2016-07-29mm: remove reclaim and compaction retry approximationsMel Gorman2-0/+2
2016-07-29mm, vmscan: remove highmem_file_pagesMel Gorman1-17/+0