aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-20mm: memcontrol: drop unused @css argument in memcg_init_kmemJohannes Weiner1-1/+2
2016-01-20dma-mapping: use offset_in_page macroGeliang Tang1-2/+2
2016-01-20dma-mapping: remove <asm-generic/dma-coherent.h>Christoph Hellwig2-38/+28
2016-01-20dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig4-481/+361
2016-01-20ipc/shm.c: is_file_shm_hugepages() can be booleanYaowei Bai1-3/+3
2016-01-20lz4: fix wrong compress buffer size for 64-bitsBongkyu Kim1-2/+2
2016-01-20UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin1-0/+3
2016-01-20rbtree: use READ_ONCE in RB_EMPTY_ROOTDavidlohr Bueso1-1/+1
2016-01-20kexec: move some memembers and definitions within the scope of CONFIG_KEXEC_FILEXunlei Pang1-37/+25
2016-01-20kernel/cpu.c: make set_cpu_* static inlinesRasmus Villemoes1-4/+39
2016-01-20kernel/cpu.c: eliminate cpu_*_maskRasmus Villemoes1-4/+4
2016-01-20kernel/cpu.c: export __cpu_*_maskRasmus Villemoes1-0/+4
2016-01-20ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn1-1/+23
2016-01-20epoll: add EPOLLEXCLUSIVE flagJason Baron1-0/+3
2016-01-20include/linux/radix-tree.h: fix error in docs about locksAdam Barth1-1/+1
2016-01-20lib/iomap_copy.c: add __ioread32_copy()Stephen Boyd1-0/+1
2016-01-19Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+8
2016-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds4-24/+121
2016-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-4/+0
2016-01-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egtvedt/linux-avr32Linus Torvalds2-23/+3
2016-01-18Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-1/+2
2016-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-3/+7
2016-01-18Merge tag 'rtc-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds1-0/+2
2016-01-18Merge tag 'fbdev-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linuxLinus Torvalds3-53/+19
2016-01-18numa: remove stale node_has_online_mem() defineChris Metcalf1-4/+0
2016-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds10-24/+70
2016-01-17Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-100/+104
2016-01-17Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds41-921/+3508
2016-01-18Merge tag 'topic/drm-misc-2016-01-17' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie5-9/+49
2016-01-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds31-373/+798
2016-01-17Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds4-116/+81
2016-01-17Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2-18/+23
2016-01-17Merge tag 'sound-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds34-89/+569
2016-01-17net/mlx5_core: Fix trimming down IRQ numberDoron Tsur2-3/+4
2016-01-17tcp_memcontrol: Forward declare cgroup_subsys and mem_cgroup stuctsGeert Uytterhoeven1-0/+3
2016-01-16printk: help pr_debug and pr_devel to optimize out argumentsAaron Conole1-6/+6
2016-01-16printk: do cond_resched() between lines while outputting to consolesTejun Heo1-0/+1
2016-01-16asm/sections: add helpers to check for section dataThierry Reding1-0/+65
2016-01-16err.h: add (missing) unlikely() to IS_ERR_OR_NULL()Viresh Kumar1-1/+1
2016-01-16include/linux/kdev_t.h: remove new_valid_dev()Yaowei Bai1-5/+0
2016-01-16include/linux/kernel.h: change abs() macro so it uses consistent return typeMichal Nazarewicz1-18/+18
2016-01-16include/linux/poison.h: use POISON_POINTER_DELTA for poison pointersVasily Kulikov1-2/+2
2016-01-15Merge tag 'clk-for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds13-7/+1528
2016-01-15Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/stagingLinus Torvalds1-0/+1
2016-01-15mm/mlock.c: change can_do_mlock return value type to booleanWang Xiaoqiang1-1/+1
2016-01-15memblock: fix section mismatchKirill A. Shutemov1-9/+9
2016-01-15mm: bring in additional flag for fixup_user_fault to signal unlockDominik Dingel1-2/+3
2016-01-15mm, x86: get_user_pages() for dax mappingsDan Williams2-19/+50
2016-01-15mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmdDan Williams2-2/+10
2016-01-15mm, dax, pmem: introduce {get|put}_dev_pagemap() for dax-gupDan Williams3-2/+63