aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-6/+5
2018-02-07netfilter: nf_flow_offload: fix use-after-free and a resource leakFelix Fietkau1-1/+0
2018-02-07netfilter: remove useless prototypeTaehee Yoo1-5/+0
2018-02-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds21-64/+111
2018-02-06Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-10/+128
2018-02-06Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+3
2018-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-13/+19
2018-02-06pipe: reject F_SETPIPE_SZ with size over UINT_MAXEric Biggers1-1/+1
2018-02-06pipe, sysctl: remove pipe_proc_fn()Eric Biggers2-4/+0
2018-02-06pipe, sysctl: drop 'min' parameter from pipe-max-size converterEric Biggers1-1/+1
2018-02-06crash_dump: is_kdump_kernel can be booleanYaowei Bai1-6/+6
2018-02-06kernel/mutex: mutex_is_locked can be booleanYaowei Bai1-2/+2
2018-02-06kernel/module: module_is_live can be booleanYaowei Bai1-1/+1
2018-02-06kernel/resource: iomem_is_exclusive can be booleanYaowei Bai1-1/+1
2018-02-06kernel/cpuset: current_cpuset_is_being_rebound can be booleanYaowei Bai1-3/+3
2018-02-06lib/lockref: __lockref_is_dead can be booleanYaowei Bai1-1/+1
2018-02-06mm/memblock: memblock_is_map/region_memory can be booleanYaowei Bai1-2/+2
2018-02-06build_bug.h: remove BUILD_BUG_ON_NULL()Masahiro Yamada1-2/+0
2018-02-06include/linux/genl_magic_func.h: remove own BUILD_BUG_ON*() definesMasahiro Yamada1-11/+1
2018-02-06pids: introduce find_get_task_by_vpid() helperMike Rapoport1-0/+5
2018-02-06cpumask: make cpumask_size() return "unsigned int"Alexey Dobriyan1-1/+1
2018-02-06<asm-generic/siginfo.h>: fix language in commentsRandy Dunlap1-2/+2
2018-02-06kallsyms: let print_ip_sym() print raw addressesHuacai Chen1-1/+1
2018-02-06lib: optimize cpumask_next_and()Clement Courbet2-1/+25
2018-02-06include/linux/bitmap.h: make bitmap_fill() and bitmap_zero() consistentAndy Shevchenko1-5/+10
2018-02-06bitmap: replace bitmap_{from,to}_u32arrayYury Norov1-10/+1
2018-02-06bitmap: new bitmap_copy_safe and bitmap_{from,to}_arr32Yury Norov1-0/+31
2018-02-06uuid: cleanup <uapi/linux/uuid.h>Alexey Dobriyan2-1/+1
2018-02-06kasan: clean up KASAN_SHADOW_SCALE_SHIFT usageAndrey Konovalov1-2/+0
2018-02-06kasan: detect invalid frees for large mempool objectsDmitry Vyukov1-2/+2
2018-02-06kasan: don't use __builtin_return_address(1)Dmitry Vyukov1-4/+5
2018-02-06kasan: detect invalid frees for large objectsDmitry Vyukov1-2/+2
2018-02-06kasan: add compiler support for clangPaul Lawrence1-0/+8
2018-02-07netfilter: nf_tables: fix flowtable freePablo Neira Ayuso1-0/+2
2018-02-07netfilter: nft_flow_offload: move flowtable cleanup routines to nf_flow_tablePablo Neira Ayuso1-0/+3
2018-02-06Merge tag 'platform-drivers-x86-v4.16-1' of git://git.infradead.org/linux-platform-drivers-x86Linus Torvalds3-99/+145
2018-02-06media: videobuf2: fix up for "media: annotate ->poll() instances"Stephen Rothwell1-5/+5
2018-02-06Merge branch 'linus' into sched/urgent, to resolve conflictsIngo Molnar535-7295/+23015
2018-02-06Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds58-1232/+5228
2018-02-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds4-21/+34
2018-02-06Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds6-133/+75
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds14-344/+298
2018-02-06net: erspan: fix metadata extractionWilliam Tu1-13/+13
2018-02-06locking/qrwlock: include asm/byteorder.h as neededArnd Bergmann1-0/+1
2018-02-06jump_label: Add branch hints to static_branch_{un,}likely()Peter Zijlstra1-2/+2
2018-02-06sched/fair: Use a recently used CPU as an idle candidate and the basis for SISMel Gorman1-0/+8
2018-02-05Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-0/+2
2018-02-05membarrier: Provide core serializing command, *_SYNC_COREMathieu Desnoyers2-1/+49
2018-02-05locking: Introduce sync_core_before_usermode()Mathieu Desnoyers1-0/+21
2018-02-05membarrier: Provide GLOBAL_EXPEDITED commandMathieu Desnoyers2-9/+39