summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* pipe, sysctl: remove pipe_proc_fn()Eric Biggers2018-02-062-4/+0
* pipe, sysctl: drop 'min' parameter from pipe-max-size converterEric Biggers2018-02-061-1/+1
* crash_dump: is_kdump_kernel can be booleanYaowei Bai2018-02-061-6/+6
* kernel/mutex: mutex_is_locked can be booleanYaowei Bai2018-02-061-2/+2
* kernel/module: module_is_live can be booleanYaowei Bai2018-02-061-1/+1
* kernel/resource: iomem_is_exclusive can be booleanYaowei Bai2018-02-061-1/+1
* kernel/cpuset: current_cpuset_is_being_rebound can be booleanYaowei Bai2018-02-061-3/+3
* lib/lockref: __lockref_is_dead can be booleanYaowei Bai2018-02-061-1/+1
* mm/memblock: memblock_is_map/region_memory can be booleanYaowei Bai2018-02-061-2/+2
* build_bug.h: remove BUILD_BUG_ON_NULL()Masahiro Yamada2018-02-061-2/+0
* include/linux/genl_magic_func.h: remove own BUILD_BUG_ON*() definesMasahiro Yamada2018-02-061-11/+1
* pids: introduce find_get_task_by_vpid() helperMike Rapoport2018-02-061-0/+5
* cpumask: make cpumask_size() return "unsigned int"Alexey Dobriyan2018-02-061-1/+1
* <asm-generic/siginfo.h>: fix language in commentsRandy Dunlap2018-02-061-2/+2
* kallsyms: let print_ip_sym() print raw addressesHuacai Chen2018-02-061-1/+1
* lib: optimize cpumask_next_and()Clement Courbet2018-02-062-1/+25
* include/linux/bitmap.h: make bitmap_fill() and bitmap_zero() consistentAndy Shevchenko2018-02-061-5/+10
* bitmap: replace bitmap_{from,to}_u32arrayYury Norov2018-02-061-10/+1
* bitmap: new bitmap_copy_safe and bitmap_{from,to}_arr32Yury Norov2018-02-061-0/+31
* uuid: cleanup <uapi/linux/uuid.h>Alexey Dobriyan2018-02-062-1/+1
* kasan: clean up KASAN_SHADOW_SCALE_SHIFT usageAndrey Konovalov2018-02-061-2/+0
* kasan: detect invalid frees for large mempool objectsDmitry Vyukov2018-02-061-2/+2
* kasan: don't use __builtin_return_address(1)Dmitry Vyukov2018-02-061-4/+5
* kasan: detect invalid frees for large objectsDmitry Vyukov2018-02-061-2/+2
* kasan: add compiler support for clangPaul Lawrence2018-02-061-0/+8
* Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-051-0/+2
|\
| * vfs: factor out helpers d_instantiate_anon() and d_alloc_anon()Miklos Szeredi2018-01-241-0/+2
* | Merge tag 'rproc-v4.16' of git://github.com/andersson/remoteprocLinus Torvalds2018-02-051-5/+16
|\ \
| * | remoteproc: Drop dangling find_rsc_table dummiesBjorn Andersson2018-01-151-4/+0
| * | remoteproc: Move resource table load logic to findBjorn Andersson2018-01-151-0/+2
| * | remoteproc: Merge rproc_ops and rproc_fw_opsBjorn Andersson2018-01-151-2/+15
| * | remoteproc: Clone rproc_ops in rproc_alloc()Bjorn Andersson2018-01-151-1/+1
| * | remoteproc: Cache resource table sizeBjorn Andersson2018-01-151-0/+2
| * | remoteproc: Remove depricated crash completionBjorn Andersson2018-01-151-2/+0
* | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-043-2/+84
|\ \ \
| * | | x86/retpoline: Avoid retpolines for built-in __init functionsDavid Woodhouse2018-02-021-1/+8
| * | | vfs, fdtable: Prevent bounds-check bypass via speculative executionDan Williams2018-01-301-1/+4
| * | | array_index_nospec: Sanitize speculative array de-referencesDan Williams2018-01-301-0/+72
| * | | Merge tag 'v4.15' into x86/pti, to be able to merge dependent changesIngo Molnar2018-01-30674-9333/+14714
| |\ \ \
* | \ \ \ Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-02-041-0/+2
|\ \ \ \ \
| * | | | | x86/power: Fix swsusp_arch_resume prototypeArnd Bergmann2018-02-021-0/+2
* | | | | | Merge tag 'for-linus-20180204' of git://git.kernel.dk/linux-blockLinus Torvalds2018-02-042-1/+22
|\ \ \ \ \ \
| * | | | | | buffer: Avoid setting buffer bits that are already setKemi Wang2018-02-021-1/+4
| * | | | | | blk-mq: introduce BLK_STS_DEV_RESOURCEMing Lei2018-01-301-0/+18
* | | | | | | Merge tag 'ntb-4.16' of git://github.com/jonmason/ntbLinus Torvalds2018-02-042-26/+48
|\ \ \ \ \ \ \
| * | | | | | | NTB: Fix UB/bug in ntb_mw_get_align()Serge Semin2018-01-281-1/+1
| * | | | | | | NTB: Rename NTB messaging API methodsSerge Semin2018-01-281-18/+16
| * | | | | | | ntb_hw_switchtec: Add initialization code for crosslinkLogan Gunthorpe2018-01-281-6/+9
| * | | | | | | ntb_hw_switchtec: Expand PFF CSR registersLogan Gunthorpe2018-01-281-1/+14
| * | | | | | | ntb_hw_switchtec: Allow using Switchtec NTB in multi-partition setupsKelvin Cao2018-01-281-0/+8
| | |_|_|/ / / | |/| | | | |