summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2018-02-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-2/+176
2018-02-08compiler-gcc.h: __nostackprotector needs gcc-4.4 and upGeert Uytterhoeven1-2/+1
2018-02-08compiler-gcc.h: Introduce __optimize function attributeGeert Uytterhoeven2-0/+8
2018-02-08Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'pm-domains'Rafael J. Wysocki1-46/+79
2018-02-08cpufreq: Add and use cpufreq_for_each_{valid_,}entry_idx()Dominik Brodowski1-46/+79
2018-02-08Merge tag 'iversion-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-11/+11
2018-02-08Merge tag 'fbdev-v4.16' of git://github.com/bzolnier/linuxLinus Torvalds1-1/+4
2018-02-07SUNRPC: Queue latency-sensitive socket tasks to xprtiodTrond Myklebust1-0/+3
2018-02-07PCI: Add Ubiquiti Networks vendor IDTobias Schramm1-0/+2
2018-02-07x86: hibernate: fix swsusp_arch_resume() prototypeArnd Bergmann1-0/+2
2018-02-07seq_file: Introduce DEFINE_SHOW_ATTRIBUTE() helper macroAndy Shevchenko1-0/+14
2018-02-07ACPI: SPCR: Make SPCR available to x86Prarit Bhargava2-4/+7
2018-02-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds18-61/+89
2018-02-07Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-2/+62
2018-02-07Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-2/+2
2018-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+6
2018-02-07pipe: reject F_SETPIPE_SZ with size over UINT_MAXEric Biggers1-1/+1
2018-02-07pipe, sysctl: remove pipe_proc_fn()Eric Biggers2-4/+0
2018-02-07pipe, sysctl: drop 'min' parameter from pipe-max-size converterEric Biggers1-1/+1
2018-02-07crash_dump: is_kdump_kernel can be booleanYaowei Bai1-6/+6
2018-02-07kernel/mutex: mutex_is_locked can be booleanYaowei Bai1-2/+2
2018-02-07kernel/module: module_is_live can be booleanYaowei Bai1-1/+1
2018-02-07kernel/resource: iomem_is_exclusive can be booleanYaowei Bai1-1/+1
2018-02-07kernel/cpuset: current_cpuset_is_being_rebound can be booleanYaowei Bai1-3/+3
2018-02-07lib/lockref: __lockref_is_dead can be booleanYaowei Bai1-1/+1
2018-02-07mm/memblock: memblock_is_map/region_memory can be booleanYaowei Bai1-2/+2
2018-02-07build_bug.h: remove BUILD_BUG_ON_NULL()Masahiro Yamada1-2/+0
2018-02-07include/linux/genl_magic_func.h: remove own BUILD_BUG_ON*() definesMasahiro Yamada1-11/+1
2018-02-07pids: introduce find_get_task_by_vpid() helperMike Rapoport1-0/+5
2018-02-07cpumask: make cpumask_size() return "unsigned int"Alexey Dobriyan1-1/+1
2018-02-07kallsyms: let print_ip_sym() print raw addressesHuacai Chen1-1/+1
2018-02-07lib: optimize cpumask_next_and()Clement Courbet1-1/+5
2018-02-07include/linux/bitmap.h: make bitmap_fill() and bitmap_zero() consistentAndy Shevchenko1-5/+10
2018-02-07bitmap: replace bitmap_{from,to}_u32arrayYury Norov1-10/+1
2018-02-07bitmap: new bitmap_copy_safe and bitmap_{from,to}_arr32Yury Norov1-0/+31
2018-02-07uuid: cleanup <uapi/linux/uuid.h>Alexey Dobriyan1-0/+1
2018-02-07kasan: clean up KASAN_SHADOW_SCALE_SHIFT usageAndrey Konovalov1-2/+0
2018-02-07kasan: detect invalid frees for large mempool objectsDmitry Vyukov1-2/+2
2018-02-07kasan: don't use __builtin_return_address(1)Dmitry Vyukov1-4/+5
2018-02-07kasan: detect invalid frees for large objectsDmitry Vyukov1-2/+2
2018-02-07kasan: add compiler support for clangPaul Lawrence1-0/+8
2018-02-07Merge tag 'platform-drivers-x86-v4.16-1' of git://git.infradead.org/linux-pla...Linus Torvalds2-99/+144
2018-02-07arm/arm64: smccc: Implement SMCCC v1.1 inline primitiveMarc Zyngier1-0/+141
2018-02-07arm/arm64: smccc: Make function identifiers an unsigned quantityMarc Zyngier1-2/+4
2018-02-07firmware/psci: Expose SMCCC version through psci_opsMarc Zyngier1-0/+6
2018-02-07firmware/psci: Expose PSCI conduitMarc Zyngier1-0/+7
2018-02-07arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening supportMarc Zyngier1-0/+5
2018-02-07arm/arm64: KVM: Advertise SMCCC v1.1Marc Zyngier1-0/+13
2018-02-07idr: Add documentationMatthew Wilcox1-1/+15
2018-02-07idr: Make 1-based IDRs more efficientMatthew Wilcox1-29/+37