summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2018-02-07seq_file: Introduce DEFINE_SHOW_ATTRIBUTE() helper macroAndy Shevchenko
2018-02-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-02-06Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-02-06Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2018-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-02-06pipe: reject F_SETPIPE_SZ with size over UINT_MAXEric Biggers
2018-02-06pipe, sysctl: remove pipe_proc_fn()Eric Biggers
2018-02-06pipe, sysctl: drop 'min' parameter from pipe-max-size converterEric Biggers
2018-02-06crash_dump: is_kdump_kernel can be booleanYaowei Bai
2018-02-06kernel/mutex: mutex_is_locked can be booleanYaowei Bai
2018-02-06kernel/module: module_is_live can be booleanYaowei Bai
2018-02-06kernel/resource: iomem_is_exclusive can be booleanYaowei Bai
2018-02-06kernel/cpuset: current_cpuset_is_being_rebound can be booleanYaowei Bai
2018-02-06lib/lockref: __lockref_is_dead can be booleanYaowei Bai
2018-02-06mm/memblock: memblock_is_map/region_memory can be booleanYaowei Bai
2018-02-06build_bug.h: remove BUILD_BUG_ON_NULL()Masahiro Yamada
2018-02-06include/linux/genl_magic_func.h: remove own BUILD_BUG_ON*() definesMasahiro Yamada
2018-02-06pids: introduce find_get_task_by_vpid() helperMike Rapoport
2018-02-06cpumask: make cpumask_size() return "unsigned int"Alexey Dobriyan
2018-02-06<asm-generic/siginfo.h>: fix language in commentsRandy Dunlap
2018-02-06kallsyms: let print_ip_sym() print raw addressesHuacai Chen
2018-02-06lib: optimize cpumask_next_and()Clement Courbet
2018-02-06include/linux/bitmap.h: make bitmap_fill() and bitmap_zero() consistentAndy Shevchenko
2018-02-06bitmap: replace bitmap_{from,to}_u32arrayYury Norov
2018-02-06bitmap: new bitmap_copy_safe and bitmap_{from,to}_arr32Yury Norov
2018-02-06uuid: cleanup <uapi/linux/uuid.h>Alexey Dobriyan
2018-02-06kasan: clean up KASAN_SHADOW_SCALE_SHIFT usageAndrey Konovalov
2018-02-06kasan: detect invalid frees for large mempool objectsDmitry Vyukov
2018-02-06kasan: don't use __builtin_return_address(1)Dmitry Vyukov
2018-02-06kasan: detect invalid frees for large objectsDmitry Vyukov
2018-02-06kasan: add compiler support for clangPaul Lawrence
2018-02-06Merge tag 'platform-drivers-x86-v4.16-1' of git://git.infradead.org/linux-pla...Linus Torvalds
2018-02-06media: videobuf2: fix up for "media: annotate ->poll() instances"Stephen Rothwell
2018-02-06Merge branch 'linus' into sched/urgent, to resolve conflictsIngo Molnar
2018-02-06Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2018-02-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-02-06Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-02-06net: erspan: fix metadata extractionWilliam Tu
2018-02-06locking/qrwlock: include asm/byteorder.h as neededArnd Bergmann
2018-02-06jump_label: Add branch hints to static_branch_{un,}likely()Peter Zijlstra
2018-02-06sched/fair: Use a recently used CPU as an idle candidate and the basis for SISMel Gorman
2018-02-05Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-02-05membarrier: Provide core serializing command, *_SYNC_COREMathieu Desnoyers
2018-02-05locking: Introduce sync_core_before_usermode()Mathieu Desnoyers
2018-02-05membarrier: Provide GLOBAL_EXPEDITED commandMathieu Desnoyers
2018-02-05membarrier: Document scheduler barrier requirementsMathieu Desnoyers
2018-02-05powerpc, membarrier: Skip memory barrier in switch_mm()Mathieu Desnoyers
2018-02-05Merge tag 'rproc-v4.16' of git://github.com/andersson/remoteprocLinus Torvalds
2018-02-05mlx5: fix mlx5_get_vector_affinity to start from completion vector 0Sagi Grimberg