summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | Merge tag 'coresight-next-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2023-02-021-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | kernel: events: Export perf_report_aux_output_id()Mike Leach2023-01-191-0/+1
* | | | | | | | | | | | | | Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-02-236-7/+111
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | hung_task: print message when hung_task_warnings gets down to zero.fuyuanli2023-02-091-0/+2
| * | | | | | | | | | | | | | kexec: introduce sysctl parameters kexec_load_limit_*Ricardo Ribalda2023-02-023-7/+95
| * | | | | | | | | | | | | | kexec: factor out kexec_load_permittedRicardo Ribalda2023-02-023-3/+12
| * | | | | | | | | | | | | | userns: fix a struct's kernel-doc notationRandy Dunlap2023-02-021-1/+1
| * | | | | | | | | | | | | | kthread_worker: check all delayed works when destroy kthread workerZqiang2023-02-021-0/+5
* | | | | | | | | | | | | | | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-2312-32/+126
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-095-7/+7
| * | | | | | | | | | | | | | | mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASKSuren Baghdasaryan2023-02-091-1/+1
| * | | | | | | | | | | | | | | kernel/fork: convert vma assignment to a memcpySuren Baghdasaryan2023-02-091-1/+1
| * | | | | | | | | | | | | | | mm/mmap: remove __vma_adjust()Liam R. Howlett2023-02-091-1/+1
| * | | | | | | | | | | | | | | sched: convert to vma iteratorLiam R. Howlett2023-02-091-7/+7
| * | | | | | | | | | | | | | | kernel/fork: convert forking to using the vmi iteratorLiam R. Howlett2023-02-091-11/+8
| * | | | | | | | | | | | | | | mm: implement memory-deny-write-execute as a prctlJoey Gouly2023-02-021-0/+33
| * | | | | | | | | | | | | | | mm: remove munlock_vma_page()Matthew Wilcox (Oracle)2023-02-021-1/+0
| * | | | | | | | | | | | | | | mm: remove 'First tail page' members from struct pageMatthew Wilcox (Oracle)2023-02-021-2/+2
| * | | | | | | | | | | | | | | mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only exportAlistair Popple2023-02-021-1/+1
| * | | | | | | | | | | | | | | mm/memfd: add MFD_NOEXEC_SEAL and MFD_EXECJeff Xu2023-01-182-0/+65
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge tag 'sysctl-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-02-231-19/+24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | sysctl: fix proc_dobool() usabilityOndrej Mosnacek2023-02-211-19/+24
| | |_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge tag 'modules-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-232-2/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | module: Use kstrtobool() instead of strtobool()Christophe JAILLET2023-01-251-1/+2
| * | | | | | | | | | | | | | | kernel/params.c: Use kstrtobool() instead of strtobool()Christophe JAILLET2023-01-251-1/+2
* | | | | | | | | | | | | | | | Merge tag 'livepatching-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-02-231-13/+49
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | livepatch,x86: Clear relocation targets on a module removalSong Liu2023-02-031-13/+49
* | | | | | | | | | | | | | | | | Merge tag 'printk-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2023-02-233-130/+225
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'rework/buffers-cleanup' into for-linusPetr Mladek2023-02-212-129/+224
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | printk: Use scnprintf() to print the message about the dropped messages on a ...Petr Mladek2023-01-181-1/+1
| | * | | | | | | | | | | | | | | | | printk: adjust string limit macrosJohn Ogness2023-01-112-26/+25
| | * | | | | | | | | | | | | | | | | printk: use printk_buffers for devkmsgJohn Ogness2023-01-111-27/+22
| | * | | | | | | | | | | | | | | | | printk: introduce console_prepend_dropped() for dropped messagesJohn Ogness2023-01-112-33/+61
| | * | | | | | | | | | | | | | | | | printk: introduce printk_get_next_message() and printk_messageJohn Ogness2023-01-112-35/+96
| | * | | | | | | | | | | | | | | | | printk: introduce struct printk_buffersJohn Ogness2023-01-112-31/+36
| | * | | | | | | | | | | | | | | | | printk: move size limit macros into internal.hJohn Ogness2023-01-112-17/+24
| * | | | | | | | | | | | | | | | | | kernel/printk/index.c: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-031-1/+1
| |/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Merge tag 'probes-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds2023-02-235-25/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | tracing/eprobe: no need to check for negative ret value for snprintfQuanfa Fu2023-02-211-8/+4
| * | | | | | | | | | | | | | | | | tracing/probe: add a char type to show the character value of traced argumentsDonglin Peng2023-02-213-1/+4
| * | | | | | | | | | | | | | | | | tracing/eprobe: Fix to add filter on eprobe description in README fileMasami Hiramatsu (Google)2023-02-211-1/+1
| * | | | | | | | | | | | | | | | | x86/kprobes: Fix arch_check_optimized_kprobe check within optimized_kprobe rangeYang Jihong2023-02-211-1/+1
| * | | | | | | | | | | | | | | | | x86/kprobes: Fix __recover_optprobed_insn check optimizing logicYang Jihong2023-02-211-1/+1
| * | | | | | | | | | | | | | | | | kprobes: Fix to handle forcibly unoptimized kprobes on freeing_listMasami Hiramatsu (Google)2023-02-211-13/+10
| | |_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge tag 'trace-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2023-02-2314-72/+483
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | tracing: Remove unnecessary NULL assignmentWang ShaoBo2023-02-181-2/+0
| * | | | | | | | | | | | | | | | | tracepoint: Allow livepatch module add trace eventJianlin Lv2023-02-181-2/+2
| * | | | | | | | | | | | | | | | | tracing: Always use canonical ftrace pathRoss Zwisler2023-02-185-14/+14
| * | | | | | | | | | | | | | | | | tracing/histogram: Fix stacktrace keyTom Zanussi2023-02-161-3/+31
| * | | | | | | | | | | | | | | | | tracing/histogram: Fix a few problems with stacktrace variable printingTom Zanussi2023-02-161-8/+18