aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds13-239/+195
2015-06-25Merge tag 'rtc-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds1-7/+13
2015-06-25Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working/fujitsu/integrationLinus Torvalds2-1/+3
2015-06-25Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds2-9/+127
2015-06-25Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/stagingLinus Torvalds1-1/+3
2015-06-25lib/string.c: introduce strreplace()Rasmus Villemoes1-0/+1
2015-06-25check_syslog_permissions() cleanupVasily Averin1-3/+3
2015-06-25printk: implement support for extended console driversTejun Heo1-0/+1
2015-06-25printk: guard the amount written per line by devkmsg_read()Tejun Heo1-0/+2
2015-06-25clone: support passing tls argument via C rather than pt_regs magicJosh Triplett2-3/+18
2015-06-25stddef.h: move offsetofend inside #ifndef/#endif guard, neatenJoe Perches1-4/+4
2015-06-25compiler-intel: fix wrong compiler barrier() macroDaniel Borkmann1-0/+2
2015-06-25compiler-gcc: integrate the various compiler-gcc[345].h filesJoe Perches4-185/+116
2015-06-25compiler-gcc.h: neateningJoe Perches1-40/+45
2015-06-25zpool: remove zpool_evict()Dan Streetman1-3/+2
2015-06-25Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds2-1/+12
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds11-194/+1609
2015-06-25Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockLinus Torvalds3-10/+34
2015-06-25Merge branch 'for-4.2/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-20/+11
2015-06-25Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds8-53/+71
2015-06-25Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-2/+2
2015-06-25firmware: dmi: struct dmi_header should be packedJean Delvare1-1/+1
2015-06-25firmware: dmi_scan: add SBMIOS entry and DMI tablesIvan Khoronzhuk1-0/+2
2015-06-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds14-46/+157
2015-06-24Merge tag 'for-f2fs-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-0/+8
2015-06-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds3-45/+2
2015-06-24Merge tag 'pinctrl-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds3-3/+7
2015-06-24Merge tag 'backlight-for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlightLinus Torvalds1-2/+6
2015-06-24mm: kmemleak_alloc_percpu() should follow the gfp from per_alloc()Larry Finger1-2/+4
2015-06-24frontswap: allow multiple backendsDan Streetman1-7/+7
2015-06-24x86, mirror: x86 enabling - find mirrored memory rangesTony Luck1-0/+3
2015-06-24mm/memblock: allocate boot time data structures from mirrored memoryTony Luck1-0/+8
2015-06-24mm/memblock: add extra "flags" to memblock to allow selection of memory based on attributeTony Luck1-15/+26
2015-06-24mm: clarify that the function operates on hugepage pteAneesh Kumar K.V1-6/+6
2015-06-24memory-failure: change type of action_result's param 3 to enumXie XiuQi1-1/+1
2015-06-24memory-failure: export page_type and action resultXie XiuQi1-0/+34
2015-06-24mm: oom_kill: simplify OOM killer lockingJohannes Weiner1-3/+2
2015-06-24mm: oom_kill: clean up victim marking and exiting interfacesJohannes Weiner1-3/+4
2015-06-24mm/memory-failure: introduce get_hwpoison_page() for consistent refcount handlingNaoya Horiguchi1-0/+1
2015-06-24mm: avoid tail page refcounting on non-THP compound pagesKirill A. Shutemov1-1/+1
2015-06-24mm: only define hashdist variable when neededRasmus Villemoes1-4/+4
2015-06-24mm: new arch_remap() hookLaurent Dufour1-0/+9
2015-06-24mm: new mm hook frameworkLaurent Dufour1-0/+16
2015-06-24linux/slab.h: fix three off-by-one typos in commentRasmus Villemoes1-2/+2
2015-06-24mm/slab_common: support the slub_debug boot option on specific object sizeGavin Guo1-0/+22
2015-06-24watchdog: add watchdog_cpumask sysctl to assist nohzChris Metcalf1-0/+3
2015-06-24smpboot: allow excluding cpus from the smpboot threadsChris Metcalf1-0/+5
2015-06-24configfs: unexport/make static config_item_init()Fabian Frederick1-1/+0
2015-06-24fsnotify: remove obsolete documentationNikolay Borisov1-2/+0
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds51-349/+7598