summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | bpf: Change modules resolving for kprobe multi linkJiri Olsa2023-01-191-46/+47
| | * | | | livepatch: Improve the search performance of module_kallsyms_on_each_symbol()Zhen Lei2023-01-194-12/+15
| | * | | | bpf: Do not allow to load sleepable BPF_TRACE_RAW_TP programJiri Olsa2023-01-171-3/+19
| | * | | | bpf: btf: limit logging of ignored BTF mismatchesConnor O'Brien2023-01-101-11/+27
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-275-28/+60
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-207-38/+29
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-125-20/+76
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-0521-128/+253
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-01-046-143/+163
| |\ \ \ \ \ \ \ \
| | * | | | | | | | bpf: rename list_head -> graph_root in field info typesDave Marchevsky2022-12-283-22/+24
| | * | | | | | | | bpf: fix regs_exact() logic in regsafe() to remap IDs correctlyAndrii Nakryiko2022-12-271-7/+16
| | * | | | | | | | bpf: perform byte-by-byte comparison only when necessary in regsafe()Andrii Nakryiko2022-12-271-12/+9
| | * | | | | | | | bpf: reject non-exact register type matches in regsafe()Andrii Nakryiko2022-12-271-24/+21
| | * | | | | | | | bpf: generalize MAYBE_NULL vs non-MAYBE_NULL ruleAndrii Nakryiko2022-12-271-16/+15
| | * | | | | | | | bpf: reorganize struct bpf_reg_state fieldsAndrii Nakryiko2022-12-271-9/+8
| | * | | | | | | | bpf: teach refsafe() to take into account ID remappingAndrii Nakryiko2022-12-271-4/+12
| | * | | | | | | | bpf: Remove unused field initialization in bpf's ctl_tableRicardo Ribalda2022-12-221-1/+0
| | * | | | | | | | bpf: Reduce smap->elem_sizeMartin KaFai Lau2022-12-211-2/+2
| | * | | | | | | | bpf: Remove trace_printk_lockJiri Olsa2022-12-192-26/+25
| | * | | | | | | | bpf: Do cleanup in bpf_bprintf_cleanup only when neededJiri Olsa2022-12-192-10/+12
| | * | | | | | | | bpf: Add struct for bin_args arg in bpf_bprintf_prepareJiri Olsa2022-12-193-26/+35
* | | | | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2023-02-213-6/+119
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Compiler attributes: GCC cold function alignment workaroundsMark Rutland2023-01-241-1/+8
| * | | | | | | | | | ftrace: Add DYNAMIC_FTRACE_WITH_CALL_OPSMark Rutland2023-01-242-5/+111
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | uaccess: Add speculation barrier to copy_from_user()Dave Hansen2023-02-211-2/+0
* | | | | | | | | | Merge tag 'pm-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2023-02-213-13/+9
|\ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| *-----. \ \ \ \ \ \ \ \ \ Merge branches 'powercap', 'pm-domains', 'pm-em' and 'pm-opp'Rafael J. Wysocki2023-02-151-4/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | PM: EM: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-091-4/+1
| | | |/ / / / / / / / / / /
| | | | | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'pm-cpuidle', 'pm-core' and 'pm-sleep'Rafael J. Wysocki2023-02-152-9/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / | |/| | | | / / / / / / / / / | | | |_|_|/ / / / / / / / / | | |/| | | | | | | | | | |
| | | * | | | | | | | | | | PM: sleep: Remove "select SRCU"Paul E. McKenney2023-01-201-1/+0
| | | * | | | | | | | | | | PM: hibernate: swap: don't use /** for non-kernel-doc commentsRandy Dunlap2023-01-201-8/+8
| | | |/ / / / / / / / / /
* | | | | | | | | | | | | Merge tag 'seccomp-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-211-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | seccomp: fix kernel-doc function name warningRandy Dunlap2023-01-131-1/+1
* | | | | | | | | | | | | | Merge tag 'rcu.2023.02.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-2119-404/+1012
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'stall.2023.01.09a' into HEADPaul E. McKenney2023-02-027-4/+93
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | rcu: Allow up to five minutes expedited RCU CPU stall-warning timeoutsPaul E. McKenney2023-01-092-2/+2
| | * | | | | | | | | | | | | | rcu: Align the output of RCU CPU stall warning messagesZhen Lei2023-01-051-2/+2
| | * | | | | | | | | | | | | | rcu: Add RCU stall diagnosis informationZhen Lei2023-01-056-0/+84
| | * | | | | | | | | | | | | | sched: Add helper nr_context_switches_cpu()Zhen Lei2023-01-051-0/+5
| | | | | | | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \
| *---------. \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'doc.2023.01.05a', 'fixes.2023.01.23a', 'kvfree.2023.01.03a', ...Paul E. McKenney2023-02-0215-400/+919
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | | | | | | torture: Fix hang during kthread shutdown phaseJoel Fernandes (Google)2023-01-051-1/+1
| | | | | | | * | | | | | | | | | | | | | rcutorture: Drop sparse lock-acquisition annotationsPaul E. McKenney2023-01-051-6/+6
| | | | | | | * | | | | | | | | | | | | | locktorture: Make the rt_boost factor a tunableJoel Fernandes (Google)2023-01-051-5/+7
| | | | | | | * | | | | | | | | | | | | | locktorture: Allow non-rtmutex lock types to be boostedJoel Fernandes (Google)2023-01-051-43/+56
| | | | | | | * | | | | | | | | | | | | | refscale: Add tests using SLAB_TYPESAFE_BY_RCUPaul E. McKenney2023-01-051-0/+234
| | | | | | | * | | | | | | | | | | | | | refscale: Provide for initialization failurePaul E. McKenney2023-01-031-5/+11
| | | | | | | * | | | | | | | | | | | | | torture: Seed torture_random_state on CPUPaul E. McKenney2023-01-031-1/+1
| | |_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | | | | | | rcu-tasks: Handle queue-shrink/callback-enqueue race conditionZqiang2023-01-031-5/+8
| | | | | | * | | | | | | | | | | | | | rcu-tasks: Make rude RCU-Tasks work well with CPU hotplugZqiang2023-01-031-5/+3
| | | | | | * | | | | | | | | | | | | | rcu-tasks: Fix synchronize_rcu_tasks() VS zap_pid_ns_processes()Frederic Weisbecker2023-01-032-2/+30