summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-158-80/+107
|\
| * Merge tag 'timers_urgent_for_v6.8_rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-02-111-0/+3
| |\
| | * hrtimer: Report offline hrtimer enqueueFrederic Weisbecker2024-02-061-0/+3
| * | Merge tag 'mm-hotfixes-stable-2024-02-10-11-16' of git://git.kernel.org/pub/s...Linus Torvalds2024-02-102-25/+35
| |\ \
| | * | exit: wait_task_zombie: kill the no longer necessary spin_lock_irq(siglock)Oleg Nesterov2024-02-071-7/+3
| | * | getrusage: use sig->stats_lock rather than lock_task_sighand()Oleg Nesterov2024-02-071-3/+13
| | * | getrusage: move thread_group_cputime_adjusted() outside of lock_task_sighand()Oleg Nesterov2024-02-071-15/+19
| | |/
| * | Merge tag 'trace-v6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2024-02-092-38/+47
| |\ \
| | * | tracing: Fix wasted memory in saved_cmdlines logicSteven Rostedt (Google)2024-02-091-38/+37
| | * | ftrace: Fix DIRECT_CALLS to use SAVE_REGS by defaultMasami Hiramatsu (Google)2024-02-091-0/+10
| * | | kprobes: Remove unnecessary initial values of variablesLi zeming2024-02-081-2/+2
| * | | tracing/probes: Fix to set arg size and fmt after setting type from BTFMasami Hiramatsu (Google)2024-02-081-12/+13
| * | | tracing/probes: Fix to show a parse error for bad type for $commMasami Hiramatsu (Google)2024-02-082-3/+7
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-082-4/+4
|\| |
| * | Merge tag 'trace-v6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2024-02-022-4/+4
| |\|
| | * tracing/timerlat: Move hrtimer_init to timerlat_fd open()Daniel Bristot de Oliveira2024-02-011-3/+3
| | * ring-buffer: Clean ring_buffer_poll_wait() error returnVincent Donnefort2024-01-311-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-017-11/+55
|\| |
| * | Merge tag 'trace-v6.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-01-291-2/+4
| |\|
| | * tracing/trigger: Fix to return error if failed to alloc snapshotMasami Hiramatsu (Google)2024-01-261-2/+4
| * | Merge tag 'mm-hotfixes-stable-2024-01-28-23-21' of git://git.kernel.org/pub/s...Linus Torvalds2024-01-291-1/+1
| |\ \
| | * | uprobes: use pagesize-aligned virtual address when replacing pagesDavid Hildenbrand2024-01-251-1/+1
| * | | Merge tag 'locking_urgent_for_v6.8_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2024-01-282-6/+20
| |\ \ \
| | * | | futex: Prevent the reuse of stale pi_stateSebastian Andrzej Siewior2024-01-192-6/+20
| * | | | Merge tag 'irq_urgent_for_v6.8_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-281-1/+1
| |\ \ \ \
| | * | | | genirq: Initialize resend_node hlist for all interrupt descriptorsDawei Li2024-01-241-1/+1
| | | |/ / | | |/| |
| * | | | Merge tag 'timers_urgent_for_v6.8_rc2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-282-1/+29
| |\ \ \ \
| | * | | | tick/sched: Preserve number of idle sleeps across CPU hotplug eventsTim Chen2024-01-251-0/+5
| | * | | | clocksource: Skip watchdog check for large watchdog intervalsJiri Wiesner2024-01-251-1/+24
| | |/ / /
* | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-01-2614-388/+1323
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | bpf: Fix error checks against bpf_get_btf_vmlinux().Kui-Feng Lee2024-01-252-1/+6
| * | | | bpf: Support symbolic BPF FS delegation mount optionsAndrii Nakryiko2024-01-241-38/+211
| * | | | bpf: Fail BPF_TOKEN_CREATE if no delegation option was set on BPF FSAndrii Nakryiko2024-01-241-1/+9
| * | | | bpf,lsm: Add BPF token LSM hooksAndrii Nakryiko2024-01-242-1/+15
| * | | | bpf,lsm: Refactor bpf_map_alloc/bpf_map_free LSM hooksAndrii Nakryiko2024-01-242-5/+5
| * | | | bpf,lsm: Refactor bpf_prog_alloc/bpf_prog_free LSM hooksAndrii Nakryiko2024-01-242-14/+16
| * | | | bpf: Consistently use BPF token throughout BPF verifier logicAndrii Nakryiko2024-01-243-9/+8
| * | | | bpf: Take into account BPF token when fetching helper protosAndrii Nakryiko2024-01-244-9/+10
| * | | | bpf: Add BPF token support to BPF_PROG_LOAD commandAndrii Nakryiko2024-01-244-27/+97
| * | | | bpf: Add BPF token support to BPF_BTF_LOAD commandAndrii Nakryiko2024-01-241-2/+21
| * | | | bpf: Add BPF token support to BPF_MAP_CREATE commandAndrii Nakryiko2024-01-243-15/+63
| * | | | bpf: Introduce BPF token objectAndrii Nakryiko2024-01-244-6/+242
| * | | | bpf: Add BPF token delegation mount options to BPF FSAndrii Nakryiko2024-01-241-12/+78
| * | | | bpf: Align CAP_NET_ADMIN checks with bpf_capable() approachAndrii Nakryiko2024-01-241-4/+9
| * | | | bpf: export btf_ctx_access to modules.Kui-Feng Lee2024-01-231-0/+1
| * | | | bpf, net: switch to dynamic registrationKui-Feng Lee2024-01-233-103/+95
| * | | | bpf: validate value_typeKui-Feng Lee2024-01-231-33/+60
| * | | | bpf: hold module refcnt in bpf_struct_ops map creation and prog verification.Kui-Feng Lee2024-01-232-6/+34
| * | | | bpf: pass attached BTF to the bpf_struct_ops subsystemKui-Feng Lee2024-01-233-22/+54
| * | | | bpf: lookup struct_ops types from a given module BTF.Kui-Feng Lee2024-01-232-6/+7