summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-02-27scripts/spelling.txt: add "an user" pattern and fix typo instancesMasahiro Yamada
2017-02-27fs: add i_blocksize()Fabian Frederick
2017-02-27ipc/sem: add hysteresisManfred Spraul
2017-02-27include/linux/pid.h: use for_each_thread() in do_each_pid_thread()Tetsuo Handa
2017-02-27sigaltstack: support SS_AUTODISARM for CONFIG_COMPATStas Sergeev
2017-02-27autofs: remove duplicated AUTOFS_DEV_IOCTL_SIZE definitionTomohiro Kusumi
2017-02-27autofs: add command enum/macros for root-dir ioctlsTomohiro Kusumi
2017-02-27autofs: remove wrong commentTomohiro Kusumi
2017-02-27kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez
2017-02-26Merge tag 'watchdog-for-linus-v4.11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-02-25Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-02-25Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2017-02-25Merge branch 'i2c/for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-02-25Merge tag 'fbdev-v4.11' of git://github.com/bzolnier/linuxLinus Torvalds
2017-02-25treewide: Remove remaining executable attributes from source filesJoe Perches
2017-02-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-02-24Merge tag 'openrisc-for-linus' of git://github.com/openrisc/linuxLinus Torvalds
2017-02-24lib/lz4: remove back-compat wrappersSven Schmidt
2017-02-24lib: update LZ4 compressor moduleSven Schmidt
2017-02-24rbtree: use designated initializersKees Cook
2017-02-24linux/kernel.h: fix DIV_ROUND_CLOSEST to support negative divisorsNiklas Söderlund
2017-02-24bug: switch data corruption check to __must_checkKees Cook
2017-02-24compiler-gcc.h: add a new macro to wrap gcc attributeGideon Israel Dsouza
2017-02-24include/linux/iopoll.h: include <linux/ktime.h> instead of <linux/hrtimer.h>Masahiro Yamada
2017-02-24uapi: mqueue.h: add missing linux/types.h includeMike Frysinger
2017-02-24procfs: use an enum for possible hidepid valuesLafcadio Wluiki
2017-02-24kasan: drain quarantine of memcg slab objectsGreg Thelen
2017-02-24memory-hotplug: use dev_online for memhp_auto_onlineNathan Fontenot
2017-02-24mm: remove shmem_mapping() shmem_zero_setup() duplicatesHugh Dickins
2017-02-24mm/ksm: handle protnone saved writes when making page write protectAneesh Kumar K.V
2017-02-24mm/autonuma: let architecture override how the write bit should be stashed in...Aneesh Kumar K.V
2017-02-24mm, madvise: fail with ENOMEM when splitting vma will hit max_map_countDavid Rientjes
2017-02-24mm: wire up GFP flag passing in dma_alloc_from_contiguousLucas Stach
2017-02-24mm: cma_alloc: allow to specify GFP maskLucas Stach
2017-02-24mm: alloc_contig_range: allow to specify GFP maskLucas Stach
2017-02-24userfaultfd: non-cooperative: add event for exit() notificationMike Rapoport
2017-02-24userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport
2017-02-24mm: drop page_check_address{,_transhuge}Kirill A. Shutemov
2017-02-24mm: introduce page_vma_mapped_walk()Kirill A. Shutemov
2017-02-24mm/migration: make isolate_movable_page always definedYisheng Xie
2017-02-24mm/migration: make isolate_movable_page() return int typeYisheng Xie
2017-02-24mm: replace FAULT_FLAG_SIZE with parameter to huge_faultDave Jiang
2017-02-24mm, x86: add support for PUD-sized transparent hugepagesMatthew Wilcox
2017-02-24mm,fs,dax: change ->pmd_fault to ->huge_faultDave Jiang
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-02-24mm: vmscan: move dirty pages out of the way until they're flushedJohannes Weiner
2017-02-24mm: vmscan: kick flushers when we encounter dirty pages on the LRUJohannes Weiner
2017-02-24mm: vmscan: scan dirty pages even in laptop modeJohannes Weiner
2017-02-24userfaultfd: non-cooperative: rename *EVENT_MADVDONTNEED to *EVENT_REMOVEMike Rapoport