summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | ring-buffer: Have the shortest_full queue be the shortest not longestSteven Rostedt (Google)2022-09-281-1/+1
| * | | | | | | | | ring-buffer: Allow splice to read previous partially read pagesSteven Rostedt (Google)2022-09-271-1/+9
| * | | | | | | | | ftrace: Fix recursive locking direct_mutex in ftrace_modify_direct_callerSong Liu2022-09-271-1/+5
| * | | | | | | | | ftrace: Properly unset FTRACE_HASH_FL_MODZheng Yejian2022-09-271-2/+6
| * | | | | | | | | tracing/eprobe: Fix alloc event dir failed when event name no setTao Chen2022-09-271-2/+1
| * | | | | | | | | tracing: Disable interrupt or preemption before acquiring arch_spinlock_tWaiman Long2022-09-271-0/+23
| * | | | | | | | | rv/monitor: Add __init/__exit annotations to module init/exit funcsXiu Jianfeng2022-09-272-4/+4
| * | | | | | | | | tracing/osnoise: Fix possible recursive locking in stop_per_cpu_kthreadsNico Pache2022-09-261-1/+2
| * | | | | | | | | tracing: kprobe: Make gen test module work in arm and riscvYipeng Zou2022-09-261-4/+43
| * | | | | | | | | tracing: kprobe: Fix kprobe event gen test module on exitYipeng Zou2022-09-261-1/+1
| * | | | | | | | | tracepoint: Optimize the critical region of mutex_lock in tracepoint_module_c...Zhen Lei2022-09-261-8/+6
| * | | | | | | | | tracing/filter: Call filter predicate functions directly via a switch statementSteven Rostedt (Google)2022-09-261-73/+157
| * | | | | | | | | tracing: Move struct filter_pred into trace_events_filter.cSteven Rostedt (Google)2022-09-262-13/+13
| * | | | | | | | | tracing/hist: Call hist functions directly via a switch statementSteven Rostedt (Google)2022-09-261-77/+169
| * | | | | | | | | tracing: Add numeric delta time to the trace event benchmarkSteven Rostedt (Google)2022-09-262-4/+6
| * | | | | | | | | rv/monitors: add 'static' qualifier for local symbolsZeng Heng2022-09-262-4/+4
| * | | | | | | | | tracing/eprobe: Add eprobe filter supportMasami Hiramatsu (Google)2022-09-262-9/+98
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'sysctl-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2022-10-102-33/+32
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | kernel/sysctl-test: use SYSCTL_{ZERO/ONE_HUNDRED} instead of i_{zero/one_hund...Liu Shixin2022-09-091-23/+20
| * | | | | | | | | kernel/sysctl.c: move sysctl_vals and sysctl_long_vals to sysctl.cLiu Shixin2022-09-091-1/+8
| * | | | | | | | | sysctl: remove max_extfrag_thresholdLiu Shixin2022-09-091-6/+1
| * | | | | | | | | kernel/sysctl.c: remove unnecessary (void*) conversionsDong Chuanjian2022-09-091-3/+3
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | module: tracking: Keep a record of tainted unloaded modules onlyAaron Tomlin2022-10-101-0/+3
* | | | | | | | | Merge tag 'modules-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-102-1/+69
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | module/decompress: generate sysfs string at compile timeDavid Disseldorp2022-09-091-1/+1
| * | | | | | | | | module: Add debugfs interface to view unloaded tainted modulesAaron Tomlin2022-09-091-0/+68
| |/ / / / / / / /
* | | | | | | | | Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2022-10-101-3/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | kbuild: build init/built-in.a just onceMasahiro Yamada2022-09-281-3/+3
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'livepatching-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-102-3/+35
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'for-6.1/sysfs-patched-object' into for-linusPetr Mladek2022-10-051-0/+18
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | livepatch: add sysfs entry "patched" for each klp_objectSong Liu2022-09-231-0/+18
| * | | | | | | | | | livepatch: Add a missing newline character in klp_module_coming()Zhen Lei2022-09-011-1/+1
| * | | | | | | | | | livepatch: fix race between fork and KLP transitionRik van Riel2022-09-011-2/+16
| |/ / / / / / / / /
* | | | | | | | | | Merge tag 'printk-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-10-101-15/+4
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'rework/kthreads' into for-linusPetr Mladek2022-10-041-15/+4
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | printk: Mark __printk percpu data ready __ro_after_initThomas Gleixner2022-09-291-1/+1
| | * | | | | | | | | | printk: Remove bogus comment vs. boot consolesThomas Gleixner2022-09-291-3/+0
| | * | | | | | | | | | printk: Remove write only variable nr_ext_console_driversThomas Gleixner2022-09-291-9/+0
| | * | | | | | | | | | printk: Make pr_flush() staticThomas Gleixner2022-09-291-2/+3
* | | | | | | | | | | | Merge tag 'cgroup-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-10-105-342/+663
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | cgroup: use strscpy() is more robust and saferye xingchen2022-09-241-1/+1
| * | | | | | | | | | | | cgroup: simplify code in cgroup_apply_controlWilliam Dean2022-09-241-5/+1
| * | | | | | | | | | | | cgroup: Make cgroup_get_from_id() prettierTejun Heo2022-09-231-9/+10
| * | | | | | | | | | | | Merge branch 'for-6.0-fixes' into for-6.1Tejun Heo2022-09-2318-85/+181
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | cgroup/cpuset: remove unreachable codeJiapeng Chong2022-09-071-2/+0
| * | | | | | | | | | | | | cgroup: Remove CFTYPE_PRESSURETejun Heo2022-09-061-27/+37
| * | | | | | | | | | | | | cgroup: Improve cftype add/rm error handlingTejun Heo2022-09-061-7/+20
| * | | | | | | | | | | | | cgroup/cpuset: Make partition invalid if cpumask change violates exclusivity ...Waiman Long2022-09-041-9/+60
| * | | | | | | | | | | | | cgroup/cpuset: Relocate a code block in validate_change()Waiman Long2022-09-041-16/+16
| * | | | | | | | | | | | | cgroup/cpuset: Show invalid partition reason stringWaiman Long2022-09-041-18/+75