Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | Merge tag 'coresight-next-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/... | Greg Kroah-Hartman | 2023-02-02 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | kernel: events: Export perf_report_aux_output_id() | Mike Leach | 2023-01-19 | 1 | -0/+1 | |
* | | | | | | | | | | | | | | Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2023-02-23 | 6 | -7/+111 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | hung_task: print message when hung_task_warnings gets down to zero. | fuyuanli | 2023-02-09 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | | kexec: introduce sysctl parameters kexec_load_limit_* | Ricardo Ribalda | 2023-02-02 | 3 | -7/+95 | |
| * | | | | | | | | | | | | | | kexec: factor out kexec_load_permitted | Ricardo Ribalda | 2023-02-02 | 3 | -3/+12 | |
| * | | | | | | | | | | | | | | userns: fix a struct's kernel-doc notation | Randy Dunlap | 2023-02-02 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | kthread_worker: check all delayed works when destroy kthread worker | Zqiang | 2023-02-02 | 1 | -0/+5 | |
* | | | | | | | | | | | | | | | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2023-02-23 | 12 | -32/+126 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | mm: replace vma->vm_flags direct modifications with modifier calls | Suren Baghdasaryan | 2023-02-09 | 5 | -7/+7 | |
| * | | | | | | | | | | | | | | | mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK | Suren Baghdasaryan | 2023-02-09 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | kernel/fork: convert vma assignment to a memcpy | Suren Baghdasaryan | 2023-02-09 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | mm/mmap: remove __vma_adjust() | Liam R. Howlett | 2023-02-09 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | sched: convert to vma iterator | Liam R. Howlett | 2023-02-09 | 1 | -7/+7 | |
| * | | | | | | | | | | | | | | | kernel/fork: convert forking to using the vmi iterator | Liam R. Howlett | 2023-02-09 | 1 | -11/+8 | |
| * | | | | | | | | | | | | | | | mm: implement memory-deny-write-execute as a prctl | Joey Gouly | 2023-02-02 | 1 | -0/+33 | |
| * | | | | | | | | | | | | | | | mm: remove munlock_vma_page() | Matthew Wilcox (Oracle) | 2023-02-02 | 1 | -1/+0 | |
| * | | | | | | | | | | | | | | | mm: remove 'First tail page' members from struct page | Matthew Wilcox (Oracle) | 2023-02-02 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only export | Alistair Popple | 2023-02-02 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | mm/memfd: add MFD_NOEXEC_SEAL and MFD_EXEC | Jeff Xu | 2023-01-18 | 2 | -0/+65 | |
| |/ / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | Merge tag 'sysctl-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 2023-02-23 | 1 | -19/+24 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | sysctl: fix proc_dobool() usability | Ondrej Mosnacek | 2023-02-21 | 1 | -19/+24 | |
| | |_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Merge tag 'modules-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2023-02-23 | 2 | -2/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | module: Use kstrtobool() instead of strtobool() | Christophe JAILLET | 2023-01-25 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | | kernel/params.c: Use kstrtobool() instead of strtobool() | Christophe JAILLET | 2023-01-25 | 1 | -1/+2 | |
* | | | | | | | | | | | | | | | | Merge tag 'livepatching-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2023-02-23 | 1 | -13/+49 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | livepatch,x86: Clear relocation targets on a module removal | Song Liu | 2023-02-03 | 1 | -13/+49 | |
* | | | | | | | | | | | | | | | | | Merge tag 'printk-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2023-02-23 | 3 | -130/+225 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'rework/buffers-cleanup' into for-linus | Petr Mladek | 2023-02-21 | 2 | -129/+224 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | printk: Use scnprintf() to print the message about the dropped messages on a ... | Petr Mladek | 2023-01-18 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | printk: adjust string limit macros | John Ogness | 2023-01-11 | 2 | -26/+25 | |
| | * | | | | | | | | | | | | | | | | | printk: use printk_buffers for devkmsg | John Ogness | 2023-01-11 | 1 | -27/+22 | |
| | * | | | | | | | | | | | | | | | | | printk: introduce console_prepend_dropped() for dropped messages | John Ogness | 2023-01-11 | 2 | -33/+61 | |
| | * | | | | | | | | | | | | | | | | | printk: introduce printk_get_next_message() and printk_message | John Ogness | 2023-01-11 | 2 | -35/+96 | |
| | * | | | | | | | | | | | | | | | | | printk: introduce struct printk_buffers | John Ogness | 2023-01-11 | 2 | -31/+36 | |
| | * | | | | | | | | | | | | | | | | | printk: move size limit macros into internal.h | John Ogness | 2023-01-11 | 2 | -17/+24 | |
| * | | | | | | | | | | | | | | | | | | kernel/printk/index.c: fix memory leak with using debugfs_lookup() | Greg Kroah-Hartman | 2023-02-03 | 1 | -1/+1 | |
| |/ / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | Merge tag 'probes-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trac... | Linus Torvalds | 2023-02-23 | 5 | -25/+21 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | tracing/eprobe: no need to check for negative ret value for snprintf | Quanfa Fu | 2023-02-21 | 1 | -8/+4 | |
| * | | | | | | | | | | | | | | | | | tracing/probe: add a char type to show the character value of traced arguments | Donglin Peng | 2023-02-21 | 3 | -1/+4 | |
| * | | | | | | | | | | | | | | | | | tracing/eprobe: Fix to add filter on eprobe description in README file | Masami Hiramatsu (Google) | 2023-02-21 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | x86/kprobes: Fix arch_check_optimized_kprobe check within optimized_kprobe range | Yang Jihong | 2023-02-21 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | x86/kprobes: Fix __recover_optprobed_insn check optimizing logic | Yang Jihong | 2023-02-21 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | kprobes: Fix to handle forcibly unoptimized kprobes on freeing_list | Masami Hiramatsu (Google) | 2023-02-21 | 1 | -13/+10 | |
| | |_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | Merge tag 'trace-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace... | Linus Torvalds | 2023-02-23 | 14 | -72/+483 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | tracing: Remove unnecessary NULL assignment | Wang ShaoBo | 2023-02-18 | 1 | -2/+0 | |
| * | | | | | | | | | | | | | | | | | tracepoint: Allow livepatch module add trace event | Jianlin Lv | 2023-02-18 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | tracing: Always use canonical ftrace path | Ross Zwisler | 2023-02-18 | 5 | -14/+14 | |
| * | | | | | | | | | | | | | | | | | tracing/histogram: Fix stacktrace key | Tom Zanussi | 2023-02-16 | 1 | -3/+31 | |
| * | | | | | | | | | | | | | | | | | tracing/histogram: Fix a few problems with stacktrace variable printing | Tom Zanussi | 2023-02-16 | 1 | -8/+18 |