summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-07-13Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-07-13Merge tag 'vfio-v4.13-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds
2017-07-13Merge tag 'rtc-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds
2017-07-13Merge tag 'for-linus-20170713' of git://git.infradead.org/linux-mtdLinus Torvalds
2017-07-13Merge tag 'drm-fixes-for-v4.13-rc1' of git://people.freedesktop.org/~airlied/...Linus Torvalds
2017-07-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2017-07-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-07-13Merge tag 'drm-misc-next-fixes-2017-07-10' of git://anongit.freedesktop.org/g...Dave Airlie
2017-07-12writeback: rework wb_[dec|inc]_stat family of functionsNikolay Borisov
2017-07-12ARM: samsung: usb-ohci: move inline before return typeJoe Perches
2017-07-12mm, migration: do not trigger OOM killer when migrating memoryMichal Hocko
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko
2017-07-12random,stackprotect: introduce get_random_canary functionRik van Riel
2017-07-12include/linux/string.h: add the option of fortified string.h functionsDaniel Micay
2017-07-12kernel/watchdog: split up config optionsNicholas Piggin
2017-07-12kernel/watchdog: introduce arch_touch_nmi_watchdog()Nicholas Piggin
2017-07-12kernel/watchdog: remove unused declarationNicholas Piggin
2017-07-12include/linux/sem.h: correctly document sem_ctimeManfred Spraul
2017-07-12ipc: merge ipc_rcu and kern_ipc_permManfred Spraul
2017-07-12ipc/sem.c: remove sem_base, embed struct semManfred Spraul
2017-07-12fault-inject: support systematic fault injectionDmitry Vyukov
2017-07-12kcmp: fs/epoll: wrap kcmp code with CONFIG_CHECKPOINT_RESTORECyrill Gorcunov
2017-07-12kcmp: add KCMP_EPOLL_TFD mode to compare epoll target filesCyrill Gorcunov
2017-07-12sysctl: add unsigned int range supportLuis R. Rodriguez
2017-07-12kdump: protect vmcoreinfo data under the crash memoryXunlei Pang
2017-07-12powerpc/fadump: use the correct VMCOREINFO_NOTE_SIZE for phdrXunlei Pang
2017-07-12kexec: move vmcoreinfo out of the kernel's .bss sectionXunlei Pang
2017-07-12kernel.h: handle pointers to arrays better in container_of()Ian Abbott
2017-07-12include/linux/dcache.h: use unsigned chars in struct name_snapshotStephen Rothwell
2017-07-12socket: add documentation for missing elementsstephen hemminger
2017-07-12rtc: Remove wrong deprecation commentAlexandre Belloni
2017-07-12Merge branch 'i2c/for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-07-12Merge tag 'iommu-updates-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-07-12Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-07-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-07-11Merge tag 'ceph-for-4.13-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2017-07-11Merge tag 'chrome-platform-for-linus-4.13' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2017-07-11proc: Fix proc_sys_prune_dcache to hold a sb referenceEric W. Biederman
2017-07-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-07-10lib/extable.c: use bsearch() library function in search_extable()Thomas Meyer
2017-07-10bitmap: use memcmp optimisation in more situationsMatthew Wilcox
2017-07-10include/linux/bitmap.h: turn bitmap_set and bitmap_clear into memset when pos...Matthew Wilcox
2017-07-10bitmap: optimise bitmap_set and bitmap_clear of a single bitMatthew Wilcox
2017-07-10ARM: fix rd_size declarationBart Van Assche
2017-07-10bug: split BUILD_BUG stuff out into <linux/build_bug.h>Ian Abbott
2017-07-10linux/bug.h: correct "space required before that '-'"Ian Abbott
2017-07-10linux/bug.h: correct "(foo*)" should be "(foo *)"Ian Abbott
2017-07-10linux/bug.h: correct formatting of block commentIan Abbott
2017-07-10asm-generic/bug.h: declare struct pt_regs; before function prototypeIan Abbott
2017-07-10mm: disallow early_pfn_to_nid on configurations which do not implement itMichal Hocko