summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-152-6/+26
|\
| * Merge tag 'v6.1-rc6' into x86/core, to resolve conflictsIngo Molnar2022-11-2132-286/+570
| |\
| * | kallsyms: Revert "Take callthunks into account"Peter Zijlstra2022-11-011-40/+5
| * | x86/ftrace: Make it call depth tracking awarePeter Zijlstra2022-10-171-1/+8
| * | kallsyms: Take callthunks into accountPeter Zijlstra2022-10-171-5/+40
| * | static_call: Add call depth tracking supportPeter Zijlstra2022-10-171-5/+18
* | | Merge tag 'v6.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2022-12-141-5/+10
|\ \ \
| * | | padata: Fix list iterator in padata_do_serial()Daniel Jordan2022-11-251-2/+5
| * | | padata: Always leave BHs disabled when running ->parallel()Daniel Jordan2022-11-251-3/+5
| |/ /
* | | Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-146-15/+112
|\ \ \
| * | | signal: Initialize the info in ksignalhaifeng.xu2022-12-021-0/+1
| * | | panic: Expose "warn_count" to sysfsKees Cook2022-12-021-2/+20
| * | | panic: Introduce warn_limitKees Cook2022-12-021-0/+14
| * | | panic: Consolidate open-coded panic_on_warn checksKees Cook2022-12-023-6/+9
| * | | exit: Allow oops_limit to be disabledKees Cook2022-12-021-1/+1
| * | | exit: Expose "oops_count" to sysfsKees Cook2022-12-011-2/+20
| * | | exit: Put an upper limit on how often we can oopsJann Horn2022-12-011-0/+42
| * | | panic: Separate sysctl logic from CONFIG_SMPKees Cook2022-12-011-1/+3
| * | | cred: Do not default to init_cred in prepare_kernel_cred()Kees Cook2022-11-011-8/+7
| |/ /
* | | Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-141-0/+1
|\ \ \
| * \ \ Merge tag 'v6.1-rc7' into iommufd.git for-nextJason Gunthorpe2022-12-0220-171/+298
| |\ \ \
| * | | | kernel/user: Allow user_struct::locked_vm to be usable for iommufdJason Gunthorpe2022-12-011-0/+1
* | | | | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-144-8/+22
|\ \ \ \ \
| * | | | | lockdep: allow instrumenting lockdep.c with KMSANAlexander Potapenko2022-12-121-1/+0
| * | | | | Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2022-12-101-1/+0
| |\ \ \ \ \
| | * | | | | memcg: fix possible use-after-free in memcg_write_event_control()Tejun Heo2022-12-101-1/+0
| * | | | | | percpu_counter: add percpu_counter_sum_all interfaceShakeel Butt2022-12-011-0/+5
| * | | | | | mm: convert mm's rss stats into percpu_counterShakeel Butt2022-12-011-1/+15
| * | | | | | Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2022-11-301-0/+2
| |\| | | | |
| * | | | | | swap: add a limit for readahead page-cluster valueKairui Song2022-11-091-0/+1
| * | | | | | memory: move hotplug memory notifier priority to same file for easy sortingLiu Shixin2022-11-091-1/+1
| * | | | | | cgroup/cpuset: use hotplug_memory_notifier() directlyLiu Shixin2022-11-091-6/+1
* | | | | | | Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-1427-1623/+4459
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2022-12-128-299/+605
| |\ \ \ \ \ \ \
| | * | | | | | | bpf: use check_ids() for active_lock comparisonEduard Zingerman2022-12-101-3/+13
| | * | | | | | | bpf: states_equal() must build idmap for all function framesEduard Zingerman2022-12-101-1/+2
| | * | | | | | | bpf: regsafe() must not skip check_ids()Eduard Zingerman2022-12-101-21/+8
| | * | | | | | | bpf: Use memmove for bpf_dynptr_{read,write}Kumar Kartikeya Dwivedi2022-12-091-2/+10
| | * | | | | | | bpf: Move PTR_TO_STACK alignment check to process_dynptr_funcKumar Kartikeya Dwivedi2022-12-091-5/+8
| | * | | | | | | bpf: Rework check_func_arg_reg_offKumar Kartikeya Dwivedi2022-12-091-25/+38
| | * | | | | | | bpf: Rework process_dynptr_funcKumar Kartikeya Dwivedi2022-12-092-67/+178
| | * | | | | | | bpf: Propagate errors from process_* checks in check_func_argKumar Kartikeya Dwivedi2022-12-091-10/+15
| | * | | | | | | bpf: Refactor ARG_PTR_TO_DYNPTR checks into process_dynptr_funcKumar Kartikeya Dwivedi2022-12-091-64/+70
| | * | | | | | | bpf: Skip rcu_barrier() if rcu_trace_implies_rcu_gp() is trueHou Tao2022-12-091-1/+9
| | * | | | | | | bpf: Reuse freed element in free_by_rcu during allocationHou Tao2022-12-091-3/+18
| | * | | | | | | bpf: Fix comment error in fixup_kfunc_call functionYang Jihong2022-12-081-1/+1
| | * | | | | | | bpf: Do not zero-extend kfunc return valuesBjörn Töpel2022-12-081-0/+4
| | * | | | | | | bpf/docs: Document struct cgroup * kfuncsDavid Vernet2022-12-081-1/+1
| | * | | | | | | bpf/docs: Document struct task_struct * kfuncsDavid Vernet2022-12-081-1/+1
| | * | | | | | | bpf: Remove unused insn_cnt argument from visit_[func_call_]insn()Andrii Nakryiko2022-12-071-6/+5