summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'io_uring-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-131-0/+6
|\
| * io_uring: don't rely on weak ->files referencesJens Axboe2020-09-301-0/+6
* | Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-133-38/+22
|\ \
| * | block: add a bdget_part helperChristoph Hellwig2020-10-051-7/+2
| * | block: add a bdev_is_partition helperChristoph Hellwig2020-09-251-1/+1
| * | PM: mm: cleanup swsusp_swap_checkChristoph Hellwig2020-09-231-6/+4
| * | mm: split swap_type_ofChristoph Hellwig2020-09-232-21/+12
| * | PM: rewrite is_hibernate_resume_dev to not require an inodeChristoph Hellwig2020-09-231-6/+6
| * | blktrace: make function blk_trace_bio_get_cgid() staticWang Hai2020-09-071-1/+1
* | | Merge branch 'work.quota-compat' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-10-121-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-301-6/+29
| | * | | | | kcsan: Optimize debugfs stats countersMarco Elver2020-08-244-34/+23
| | * | | | | kcsan: Use pr_fmt for consistencyMarco Elver2020-08-242-6/+10
| | * | | | | kcsan: Show message if enabled earlyMarco Elver2020-08-241-2/+6
| | * | | | | kcsan: Remove debugfs test commandMarco Elver2020-08-241-66/+0
| | * | | | | kcsan: Simplify constant string handlingMarco Elver2020-08-242-6/+6
| | * | | | | kcsan: Simplify debugfs counter to name mappingMarco Elver2020-08-241-20/+13
| | * | | | | kcsan: Test support for compound instrumentationMarco Elver2020-08-241-14/+51
| | * | | | | kcsan: Add missing CONFIG_KCSAN_IGNORE_ATOMICS checksMarco Elver2020-08-241-8/+22
| | * | | | | kcsan: Skew delay to be longer for certain access typesMarco Elver2020-08-241-3/+7
| | * | | | | kcsan: Support compounded read-write instrumentationMarco Elver2020-08-242-5/+22
| | * | | | | kcsan: Add atomic builtin test caseMarco Elver2020-08-241-0/+63