summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* scripts/spelling.txt: add "partiton" pattern and fix typo instancesMasahiro Yamada2017-02-272-2/+2
* scripts/spelling.txt: add "an union" pattern and fix typo instancesMasahiro Yamada2017-02-271-2/+2
* fs: add i_blocksize()Fabian Frederick2017-02-271-0/+5
* ipc/sem: add hysteresisManfred Spraul2017-02-271-1/+1
* include/linux/pid.h: use for_each_thread() in do_each_pid_thread()Tetsuo Handa2017-02-271-2/+2
* sigaltstack: support SS_AUTODISARM for CONFIG_COMPATStas Sergeev2017-02-271-1/+3
* kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez2017-02-272-24/+3
* Merge tag 'watchdog-for-linus-v4.11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-02-261-0/+7
|\
| * watchdog: Introduce watchdog_stop_on_unregister helperGuenter Roeck2017-02-241-0/+7
* | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2017-02-252-0/+202
|\ \
| * | platform/x86: fix typo in commentPierre-Louis Bossart2017-01-261-1/+1
| * | arch/x86/platform/atom: Move pmc_atom to drivers/platform/x86Irina Tirdea2017-01-261-0/+158
| * | clk: x86: Add Atom PMC platform clocksIrina Tirdea2017-01-261-0/+44
* | | Merge branch 'i2c/for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-02-251-0/+1
|\ \ \
| * | | i2c: core: helper function to detect slave modeLuis Oliveira2017-01-281-0/+1
* | | | Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-253-22/+36
|\ \ \ \
| * | | | lib/dma-virt: Add dma_virt_opsBart Van Assche2017-01-241-0/+1
| * | | | treewide: Consolidate get_dma_ops() implementationsBart Van Assche2017-01-241-0/+7
| * | | | treewide: Consolidate set_dma_ops() implementationsBart Van Assche2017-01-241-0/+5
| * | | | treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche2017-01-241-0/+1
| * | | | treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-242-22/+22
* | | | | Merge tag 'fbdev-v4.11' of git://github.com/bzolnier/linuxLinus Torvalds2017-02-252-6/+2
|\ \ \ \ \
| * | | | | video: fbdev: fsl-diu-fb: fix spelling mistake "palette"Colin Ian King2017-02-201-2/+2
| * | | | | video: fbdev: imxfb: remove the macros for initializing the DMACRMartin Kaiser2017-01-111-4/+0
| | |_|/ / | |/| | |
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-02-2527-173/+902
|\ \ \ \ \
| * | | | | lib/lz4: remove back-compat wrappersSven Schmidt2017-02-241-69/+0
| * | | | | lib: update LZ4 compressor moduleSven Schmidt2017-02-241-66/+696
| * | | | | rbtree: use designated initializersKees Cook2017-02-241-1/+3
| * | | | | linux/kernel.h: fix DIV_ROUND_CLOSEST to support negative divisorsNiklas Söderlund2017-02-241-4/+6
| * | | | | bug: switch data corruption check to __must_checkKees Cook2017-02-241-5/+7
| * | | | | compiler-gcc.h: add a new macro to wrap gcc attributeGideon Israel Dsouza2017-02-241-0/+1
| * | | | | include/linux/iopoll.h: include <linux/ktime.h> instead of <linux/hrtimer.h>Masahiro Yamada2017-02-241-1/+1
| * | | | | procfs: use an enum for possible hidepid valuesLafcadio Wluiki2017-02-241-0/+6
| * | | | | kasan: drain quarantine of memcg slab objectsGreg Thelen2017-02-241-2/+2
| * | | | | memory-hotplug: use dev_online for memhp_auto_onlineNathan Fontenot2017-02-241-3/+0
| * | | | | mm: remove shmem_mapping() shmem_zero_setup() duplicatesHugh Dickins2017-02-242-10/+7
| * | | | | mm, madvise: fail with ENOMEM when splitting vma will hit max_map_countDavid Rientjes2017-02-241-2/+4
| * | | | | mm: wire up GFP flag passing in dma_alloc_from_contiguousLucas Stach2017-02-241-2/+2
| * | | | | mm: cma_alloc: allow to specify GFP maskLucas Stach2017-02-241-1/+2
| * | | | | mm: alloc_contig_range: allow to specify GFP maskLucas Stach2017-02-241-1/+1
| * | | | | userfaultfd: non-cooperative: add event for exit() notificationMike Rapoport2017-02-241-0/+7
| * | | | | userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport2017-02-242-5/+27
| * | | | | mm: drop page_check_address{,_transhuge}Kirill A. Shutemov2017-02-241-36/+0
| * | | | | mm: introduce page_vma_mapped_walk()Kirill A. Shutemov2017-02-241-0/+26
| * | | | | mm/migration: make isolate_movable_page always definedYisheng Xie2017-02-241-0/+2
| * | | | | mm/migration: make isolate_movable_page() return int typeYisheng Xie2017-02-241-1/+1
| * | | | | mm: replace FAULT_FLAG_SIZE with parameter to huge_faultDave Jiang2017-02-242-7/+10
| * | | | | mm, x86: add support for PUD-sized transparent hugepagesMatthew Wilcox2017-02-244-6/+133
| * | | | | mm,fs,dax: change ->pmd_fault to ->huge_faultDave Jiang2017-02-242-7/+9
| * | | | | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-243-10/+8