aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-1/+1
|\
| * mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-07-031-1/+1
* | Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2022-08-0524-49/+1910
|\ \
| * | rv: Unlock on error path in rv_unregister_reactor()Dan Carpenter2022-08-041-2/+4
| * | tracing/eprobe: Show syntax error logs in error_log fileMasami Hiramatsu (Google)2022-08-022-3/+13
| * | tracing: Use free_trace_buffer() in allocate_trace_buffers()Zhiqiang Liu2022-08-021-14/+11
| * | rv/reactor: Add the panic reactorDaniel Bristot de Oliveira2022-07-303-0/+52
| * | rv/reactor: Add the printk reactorDaniel Bristot de Oliveira2022-07-303-1/+52
| * | rv/monitor: Add the wwnr monitorDaniel Bristot de Oliveira2022-07-304-0/+146
| * | rv/monitor: Add the wip monitorDaniel Bristot de Oliveira2022-07-303-36/+29
| * | rv/monitor: Add the wip monitor skeleton created by dot2kDaniel Bristot de Oliveira2022-07-302-0/+155
| * | Documentation/rv: Add a basic documentationDaniel Bristot de Oliveira2022-07-302-0/+6
| * | rv/include: Add deterministic automata monitor definition via C macrosDaniel Bristot de Oliveira2022-07-303-0/+30
| * | rv: Add runtime reactors interfaceDaniel Bristot de Oliveira2022-07-305-0/+564
| * | rv: Add Runtime Verification (RV) interfaceDaniel Bristot de Oliveira2022-07-308-0/+844
| * | tracing: Auto generate event name when creating a group of eventsLinyu Yuan2022-07-246-27/+40
| * | tracing: eprobe: Remove duplicate is_good_name() operationLinyu Yuan2022-07-241-2/+0
| * | tracing: eprobe: Add missing log indexLinyu Yuan2022-07-241-0/+1
| * | tracing/histograms: Simplify create_hist_fields()Zheng Yejian2022-07-121-3/+2
| * | tracing/user_events: Fix syntax errors in commentsXiang wangx2022-07-121-1/+1
* | | Merge tag 'for-linus-6.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-08-042-28/+1
|\ \ \
| * | | kernel: remove platform_has() infrastructureJuergen Gross2022-08-012-28/+1
* | | | Merge tag 'char-misc-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-08-043-3/+21
|\ \ \ \
| * \ \ \ Merge 5.19-rc6 into char-misc-nextGreg Kroah-Hartman2022-07-114-72/+52
| |\ \ \ \
| * | | | | remove CONFIG_ANDROIDChristoph Hellwig2022-07-012-3/+1
| * | | | | pm/sleep: Add PM_USERSPACE_AUTOSLEEP KconfigKalesh Singh2022-07-011-0/+20
| | |_|_|/ | |/| | |
* | | | | Merge tag 'drm-next-2022-08-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-08-031-0/+9
|\ \ \ \ \
| * \ \ \ \ Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie2022-07-1328-680/+267
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Merge tag 'amd-drm-next-5.20-2022-07-05' of https://gitlab.freedesktop.org/ag...Dave Airlie2022-07-121-0/+9
| |\ \ \ \ \
| | * | | | | Revert "workqueue: remove unused cancel_work()"Andrey Grodzovsky2022-06-101-0/+9
* | | | | | | Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-08-0324-550/+1911
|\ \ \ \ \ \ \
| * | | | | | | wireguard: ratelimiter: use hrtimer in selftestJason A. Donenfeld2022-08-021-0/+1
| * | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-07-293-6/+9
| |\ \ \ \ \ \ \
| | * | | | | | | bpf: Remove unneeded semicolonYang Li2022-07-291-1/+1
| | * | | | | | | bpf: Fix NULL pointer dereference when registering bpf trampolineXu Kuohai2022-07-291-1/+4
| | * | | | | | | bpf: Fix test_progs -j error with fentry/fexit testsSong Liu2022-07-291-1/+1
| | * | | | | | | bpf: btf: Fix vsnprintf return value checkFedor Tokarev2022-07-291-1/+1
| | * | | | | | | bpf, devmap: Compute proper xdp_frame len redirecting framesLorenzo Bianconi2022-07-261-2/+2
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-283-47/+114
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-07-2215-282/+724
| |\ \ \ \ \ \ \ \
| | * | | | | | | | bpf: Simplify bpf_prog_pack_[size|mask]Song Liu2022-07-221-54/+17
| | * | | | | | | | bpf: Support bpf_trampoline on functions with IPMODIFY (e.g. livepatch)Song Liu2022-07-221-17/+141
| | * | | | | | | | ftrace: Allow IPMODIFY and DIRECT ops on the same functionSong Liu2022-07-221-26/+216
| | * | | | | | | | ftrace: Add modify_ftrace_direct_multi_nolockSong Liu2022-07-221-24/+62
| | * | | | | | | | bpf: Add support for forcing kfunc args to be trustedKumar Kartikeya Dwivedi2022-07-211-3/+14
| | * | | | | | | | bpf: Switch to new kfunc flags infrastructureKumar Kartikeya Dwivedi2022-07-212-66/+54
| | * | | | | | | | bpf: Check attach_func_proto more carefully in check_helper_callStanislav Fomichev2022-07-211-1/+3
| | * | | | | | | | bpf: remove obsolete KMALLOC_MAX_SIZE restriction on array map value sizeAndrii Nakryiko2022-07-191-4/+2
| | * | | | | | | | bpf: make uniform use of array->elem_size everywhere in arraymap.cAndrii Nakryiko2022-07-191-6/+8
| | * | | | | | | | bpf: fix potential 32-bit overflow when accessing ARRAY map elementAndrii Nakryiko2022-07-191-8/+12