summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.quota-compat' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-10-131-1/+0
|\
| * quota: simplify the quotactl compat handlingChristoph Hellwig2020-09-171-1/+0
* | Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-121-26/+102
|\ \
| * | kprobes: Fix to check probe enabled before disarm_kprobe_ftrace()Masami Hiramatsu2020-09-141-2/+3
| * | kprobes: Make local functions staticMasami Hiramatsu2020-09-081-5/+4
| * | kprobes: Free kretprobe_instance with RCU callbackMasami Hiramatsu2020-09-081-19/+6
| * | kprobes: Remove NMI context checkMasami Hiramatsu2020-09-081-12/+4
| * | kprobes: Add generic kretprobe trampoline handlerMasami Hiramatsu2020-09-081-0/+98
* | | Merge tag 'perf-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-10-122-50/+78
|\ \ \
| * | | perf/core: Fix race in the perf_mmap_close() functionJiri Olsa2020-10-121-3/+4
| * | | kprobes: Use module_name() macroJarkko Sakkinen2020-09-241-3/+4
| * | | perf/core: Pull pmu::sched_task() into perf_event_context_sched_out()Kan Liang2020-09-101-30/+17
| * | | perf/core: Pull pmu::sched_task() into perf_event_context_sched_in()Kan Liang2020-09-101-20/+31
| * | | perf/core: Add a new PERF_EV_CAP_SIBLING event capabilityKan Liang2020-08-181-5/+33
| | |/ | |/|
* | | Merge tag 'core-static_call-2020-10-12' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2020-10-1217-148/+687
|\ \ \
| * | | static_call: Fix return type of static_call_initNathan Chancellor2020-10-021-2/+3
| * | | tracepoint: Fix out of sync data passing by static callerSteven Rostedt (VMware)2020-10-021-6/+16
| * | | tracepoint: Optimize using static_call()Steven Rostedt (VMware)2020-09-011-4/+21
| * | | static_call: Allow early initPeter Zijlstra2020-09-011-4/+66
| * | | static_call: Handle tail-callsPeter Zijlstra2020-09-011-8/+13
| * | | static_call: Add simple self-test for static callsPeter Zijlstra2020-09-011-0/+43
| * | | static_call: Avoid kprobes on inline static_call()sPeter Zijlstra2020-09-012-0/+70
| * | | static_call: Add inline static call infrastructureJosh Poimboeuf2020-09-013-0/+309
| * | | jump_label,module: Fix module lifetime for __jump_label_mod_text_reserved()Peter Zijlstra2020-09-011-2/+8
| * | | module: Properly propagate MODULE_STATE_COMING failurePeter Zijlstra2020-09-011-3/+7
| * | | module: Fix up module_notifier return valuesPeter Zijlstra2020-09-015-7/+11
| * | | notifier: Fix broken error handling patternPeter Zijlstra2020-09-017-131/+139
* | | | Merge tag 'locking-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-1210-448/+1050
|\ \ \ \
| * \ \ \ Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...Ingo Molnar2020-10-096-153/+345
| |\ \ \ \
| | * | | | kcsan: Use tracing-safe version of prandomMarco Elver2020-08-311-6/+29
| | * | | | kcsan: Optimize debugfs stats countersMarco Elver2020-08-254-34/+23
| | * | | | kcsan: Use pr_fmt for consistencyMarco Elver2020-08-252-6/+10
| | * | | | kcsan: Show message if enabled earlyMarco Elver2020-08-251-2/+6
| | * | | | kcsan: Remove debugfs test commandMarco Elver2020-08-251-66/+0
| | * | | | kcsan: Simplify constant string handlingMarco Elver2020-08-252-6/+6
| | * | | | kcsan: Simplify debugfs counter to name mappingMarco Elver2020-08-251-20/+13
| | * | | | kcsan: Test support for compound instrumentationMarco Elver2020-08-251-14/+51
| | * | | | kcsan: Add missing CONFIG_KCSAN_IGNORE_ATOMICS checksMarco Elver2020-08-251-8/+22
| | * | | | kcsan: Skew delay to be longer for certain access typesMarco Elver2020-08-251-3/+7
| | * | | | kcsan: Support compounded read-write instrumentationMarco Elver2020-08-252-5/+22
| | * | | | kcsan: Add atomic builtin test caseMarco Elver2020-08-251-0/+63
| | * | | | kcsan: Add support for atomic builtinsMarco Elver2020-08-251-0/+110
| | | |/ / | | |/| |
| * | | | Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar2020-10-0950-182/+319
| |\ \ \ \
| | * | | | lockdep: Fix lockdep recursionPeter Zijlstra2020-10-091-40/+59
| | * | | | lockdep: Fix usage_traceoverflowPeter Zijlstra2020-10-092-19/+20
| * | | | | lockdep: Optimize the memory usage of circular queueBoqun Feng2020-09-291-39/+60
| * | | | | timekeeping: Use seqcount_latch_tAhmed S. Darwish2020-09-101-5/+5
| * | | | | time/sched_clock: Use seqcount_latch_tAhmed S. Darwish2020-09-101-2/+2
| * | | | | time/sched_clock: Use raw_read_seqcount_latch() during suspendAhmed S. Darwish2020-09-101-1/+1
| * | | | | lockdep: Take read/write status in consideration when generate chainkeyBoqun Feng2020-08-261-18/+35