summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-134-67/+28
|\
| * mm: remove compat_process_vm_{readv,writev}Christoph Hellwig2020-10-032-12/+2
| * fs: remove compat_sys_vmspliceChristoph Hellwig2020-10-032-5/+1
| * fs: remove the compat readv/writev syscallsChristoph Hellwig2020-10-032-6/+2
| * fs: remove various compat readv/writev helpersChristoph Hellwig2020-10-031-10/+10
| * iov_iter: transparently handle compat iovecs in import_iovecChristoph Hellwig2020-10-031-8/+0
| * iov_iter: refactor rw_copy_check_uvector and import_iovecChristoph Hellwig2020-10-033-27/+14
| * compat.h: fix a spelling error in <linux/compat.h>Christoph Hellwig2020-09-251-1/+1
* | Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-133-21/+15
|\ \
| * | saner calling conventions for csum_and_copy_..._user()Al Viro2020-08-201-9/+6
| * | csum_partial_copy_nocheck(): drop the last argumentAl Viro2020-08-201-2/+2
| * | unify generic instances of csum_partial_copy_nocheck()Al Viro2020-08-202-12/+9
| * | skb_copy_and_csum_bits(): don't bother with the last argumentAl Viro2020-08-201-1/+1
* | | Merge tag 'docs-5.10' of git://git.lwn.net/linuxLinus Torvalds2020-10-131-1/+1
|\ \ \
| * | | iio: iio.h: fix a warning at the kernel-doc markupMauro Carvalho Chehab2020-09-111-1/+1
| |/ /
* | | Merge tag 'x86-paravirt-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-131-20/+0
|\ \ \
| * | | x86/paravirt: Remove set_pte_at() pv-opJuergen Gross2020-08-151-20/+0
* | | | Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-121-20/+31
|\ \ \ \
| * | | | kprobes: Make local functions staticMasami Hiramatsu2020-09-081-15/+0
| * | | | kprobes: Free kretprobe_instance with RCU callbackMasami Hiramatsu2020-09-081-2/+4
| * | | | kprobes: Add generic kretprobe trampoline handlerMasami Hiramatsu2020-09-081-4/+28
* | | | | Merge tag 'perf-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-10-121-11/+23
|\ \ \ \ \
| * | | | | perf/core: Pull pmu::sched_task() into perf_event_context_sched_out()Kan Liang2020-09-101-1/+0
| * | | | | perf/x86/intel: Support per-thread RDPMC TopDown metricsKan Liang2020-08-181-10/+19
| * | | | | perf/core: Add a new PERF_EV_CAP_SIBLING event capabilityKan Liang2020-08-181-0/+4
| | |_|/ / | |/| | |
* | | | | Merge tag 'core-static_call-2020-10-12' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2020-10-129-41/+432
|\ \ \ \ \
| * | | | | static_call: Fix return type of static_call_initNathan Chancellor2020-10-021-3/+3
| * | | | | tracepoint: Fix overly long tracepoint namespeterz@infradead.org2020-09-081-9/+9
| * | | | | tracepoint: Optimize using static_call()Steven Rostedt (VMware)2020-09-013-32/+73
| * | | | | static_call: Allow early initPeter Zijlstra2020-09-011-2/+13
| * | | | | static_call: Handle tail-callsPeter Zijlstra2020-09-012-2/+9
| * | | | | static_call: Add static_call_cond()Peter Zijlstra2020-09-011-0/+86
| * | | | | x86/static_call: Add inline static call implementation for x86-64Josh Poimboeuf2020-09-011-0/+6
| * | | | | static_call: Avoid kprobes on inline static_call()sPeter Zijlstra2020-09-011-0/+11
| * | | | | static_call: Add inline static call infrastructureJosh Poimboeuf2020-09-014-1/+60
| * | | | | static_call: Add basic static call infrastructureJosh Poimboeuf2020-09-012-0/+171
| * | | | | compiler.h: Make __ADDRESSABLE() symbol truly uniqueJosh Poimboeuf2020-09-011-1/+1
| * | | | | notifier: Fix broken error handling patternPeter Zijlstra2020-09-011-8/+7
* | | | | | Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-122-7/+61
|\ \ \ \ \ \
| * | | | | | vmlinux.lds.h: Add PGO and AutoFDO input sectionsNick Desaulniers2020-09-011-1/+4
| * | | | | | vmlinux.lds.h: Add .symtab, .strtab, and .shstrtab to ELF_DETAILSKees Cook2020-09-011-1/+4
| * | | | | | vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook2020-09-011-2/+6
| * | | | | | vmlinux.lds.h: Avoid KASAN and KCSAN's unwanted sectionsKees Cook2020-09-011-0/+20
| * | | | | | vmlinux.lds.h: Add .gnu.version* to COMMON_DISCARDSKees Cook2020-09-011-1/+3
| * | | | | | vmlinux.lds.h: Create COMMON_DISCARDSKees Cook2020-09-011-3/+6
| * | | | | | x86/boot/compressed: Force hidden visibility for all symbol referencesArd Biesheuvel2020-08-141-0/+19
* | | | | | | Merge tag 'efi-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-123-13/+60
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar2020-10-121-0/+1
| |\ \ \ \ \ \ \
| | * | | | | | | efi: Add definition of EFI_MEMORY_CPU_CRYPTO and ability to report itArd Biesheuvel2020-09-251-0/+1
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | efi: efivars: un-export efivars_sysfs_init()Ard Biesheuvel2020-09-291-4/+0