aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* locking/seqlocks: Fix kernel-doc warningsMauro Carvalho Chehab2020-10-141-1/+1
* 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-127-34/+412
|\ \ \
| * | | 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-012-25/+66
| * | | 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
| * | | static_call: Avoid kprobes on inline static_call()sPeter Zijlstra2020-09-011-0/+11
| * | | static_call: Add inline static call infrastructureJosh Poimboeuf2020-09-013-1/+53
| * | | 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-121-0/+19
|\ \ \ \
| * | | | 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
| * | | | | efi: pstore: move workqueue handling out of efivarsArd Biesheuvel2020-09-291-3/+0
| * | | | | efi: pstore: disentangle from deprecated efivars moduleArd Biesheuvel2020-09-291-4/+0
| * | | | | cper,edac,efi: Memory Error Record: bank group/address and chip idAlex Kluver2020-09-171-0/+8
| * | | | | edac,ghes,cper: Add Row Extension to Memory Error RecordAlex Kluver2020-09-171-2/+14
| * | | | | efi: Support for MOK variable config tableLenny Szubowicz2020-09-161-0/+34
| * | | | | include: pe.h: Add RISC-V related PE definitionAtish Patra2020-09-111-0/+3
| |/ / / /
* | | | | Merge tag 'locking-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-127-195/+405
|\ \ \ \ \
| * \ \ \ \ Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...Ingo Molnar2020-10-092-15/+60
| |\ \ \ \ \
| | * | | | | instrumented.h: Introduce read-write instrumentation hooksMarco Elver2020-08-241-0/+30
| | * | | | | kcsan: Support compounded read-write instrumentationMarco Elver2020-08-241-15/+30
| | |/ / / /
| * | | | | Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar2020-10-0962-175/+814
| |\ \ \ \ \
| | * | | | | lockdep: Revert "lockdep: Use raw_cpu_*() for per-cpu variables"Peter Zijlstra2020-10-091-17/+9
| | * | | | | lockdep: Fix lockdep recursionPeter Zijlstra2020-10-091-5/+8
| | * | | | | lockdep: Fix usage_traceoverflowPeter Zijlstra2020-10-091-2/+6
| * | | | | | locking/seqlock: Tweak DEFINE_SEQLOCK() kernel docSebastian Andrzej Siewior2020-10-071-1/+1
| * | | | | | seqlock: Unbreak lockdeppeterz@infradead.org2020-09-161-8/+14
| * | | | | | seqlock: PREEMPT_RT: Do not starve seqlock_t writersAhmed S. Darwish2020-09-101-11/+21
| * | | | | | seqlock: seqcount_LOCKNAME_t: Introduce PREEMPT_RT supportAhmed S. Darwish2020-09-101-10/+51
| * | | | | | seqlock: seqcount_t: Implement all read APIs as statement expressionsAhmed S. Darwish2020-09-101-49/+45
| * | | | | | seqlock: Use unique prefix for seqcount_t property accessorsAhmed S. Darwish2020-09-101-9/+11
| * | | | | | seqlock: seqcount_LOCKNAME_t: Standardize naming conventionAhmed S. Darwish2020-09-101-39/+40
| * | | | | | seqlock: seqcount latch APIs: Only allow seqcount_latch_tAhmed S. Darwish2020-09-101-21/+15
| * | | | | | rbtree_latch: Use seqcount_latch_tAhmed S. Darwish2020-09-101-3/+3