summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2018-02-06pipe, sysctl: drop 'min' parameter from pipe-max-size converterEric Biggers-1/+1
2018-02-06crash_dump: is_kdump_kernel can be booleanYaowei Bai-6/+6
2018-02-06kernel/mutex: mutex_is_locked can be booleanYaowei Bai-2/+2
2018-02-06kernel/module: module_is_live can be booleanYaowei Bai-1/+1
2018-02-06kernel/resource: iomem_is_exclusive can be booleanYaowei Bai-1/+1
2018-02-06kernel/cpuset: current_cpuset_is_being_rebound can be booleanYaowei Bai-3/+3
2018-02-06lib/lockref: __lockref_is_dead can be booleanYaowei Bai-1/+1
2018-02-06mm/memblock: memblock_is_map/region_memory can be booleanYaowei Bai-2/+2
2018-02-06build_bug.h: remove BUILD_BUG_ON_NULL()Masahiro Yamada-2/+0
2018-02-06include/linux/genl_magic_func.h: remove own BUILD_BUG_ON*() definesMasahiro Yamada-11/+1
2018-02-06pids: introduce find_get_task_by_vpid() helperMike Rapoport-0/+5
2018-02-06cpumask: make cpumask_size() return "unsigned int"Alexey Dobriyan-1/+1
2018-02-06<asm-generic/siginfo.h>: fix language in commentsRandy Dunlap-2/+2
2018-02-06kallsyms: let print_ip_sym() print raw addressesHuacai Chen-1/+1
2018-02-06lib: optimize cpumask_next_and()Clement Courbet-1/+25
2018-02-06include/linux/bitmap.h: make bitmap_fill() and bitmap_zero() consistentAndy Shevchenko-5/+10
2018-02-06bitmap: replace bitmap_{from,to}_u32arrayYury Norov-10/+1
2018-02-06bitmap: new bitmap_copy_safe and bitmap_{from,to}_arr32Yury Norov-0/+31
2018-02-06uuid: cleanup <uapi/linux/uuid.h>Alexey Dobriyan-1/+1
2018-02-06kasan: clean up KASAN_SHADOW_SCALE_SHIFT usageAndrey Konovalov-2/+0
2018-02-06kasan: detect invalid frees for large mempool objectsDmitry Vyukov-2/+2
2018-02-06kasan: don't use __builtin_return_address(1)Dmitry Vyukov-4/+5
2018-02-06kasan: detect invalid frees for large objectsDmitry Vyukov-2/+2
2018-02-06kasan: add compiler support for clangPaul Lawrence-0/+8
2018-02-07netfilter: nf_tables: fix flowtable freePablo Neira Ayuso-0/+2
2018-02-07netfilter: nft_flow_offload: move flowtable cleanup routines to nf_flow_tablePablo Neira Ayuso-0/+3
2018-02-06Merge tag 'platform-drivers-x86-v4.16-1' of git://git.infradead.org/linux-pla...Linus Torvalds-99/+145
2018-02-06arm/arm64: smccc: Implement SMCCC v1.1 inline primitiveMarc Zyngier-0/+141
2018-02-06arm/arm64: smccc: Make function identifiers an unsigned quantityMarc Zyngier-2/+4
2018-02-06firmware/psci: Expose SMCCC version through psci_opsMarc Zyngier-0/+6
2018-02-06firmware/psci: Expose PSCI conduitMarc Zyngier-0/+7
2018-02-06arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening supportMarc Zyngier-0/+5
2018-02-06arm/arm64: KVM: Turn kvm_psci_version into a static inlineMarc Zyngier-1/+20
2018-02-06arm/arm64: KVM: Advertise SMCCC v1.1Marc Zyngier-1/+14
2018-02-06arm/arm64: KVM: Implement PSCI 1.0 supportMarc Zyngier-0/+3
2018-02-06arm/arm64: KVM: Add PSCI_VERSION helperMarc Zyngier-2/+7
2018-02-06arm/arm64: KVM: Consolidate the PSCI include filesMarc Zyngier-0/+27
2018-02-06media: videobuf2: fix up for "media: annotate ->poll() instances"Stephen Rothwell-5/+5
2018-02-06idr: Add documentationMatthew Wilcox-1/+15
2018-02-06idr: Make 1-based IDRs more efficientMatthew Wilcox-29/+37
2018-02-06idr: Rename idr_for_each_entry_extMatthew Wilcox-20/+32
2018-02-06idr: Remove idr_alloc_extMatthew Wilcox-66/+2
2018-02-06idr: Add idr_alloc_u32 helperMatthew Wilcox-0/+2
2018-02-06idr: Delete idr_find_ext functionMatthew Wilcox-6/+1
2018-02-06idr: Delete idr_replace_ext functionMatthew Wilcox-2/+1
2018-02-06idr: Delete idr_remove_ext functionMatthew Wilcox-6/+1
2018-02-06Merge branch 'linus' into sched/urgent, to resolve conflictsIngo Molnar-7295/+23015
2018-02-06Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds-1232/+5228
2018-02-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-21/+34
2018-02-06Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-133/+75