summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* bpf: Do not allow btf_ctx_access with __int128 typesJohn Fastabend2020-06-251-2/+2
* bpf: Restore behaviour of CAP_SYS_ADMIN allowing the loading of networking bp...Maciej Żenczykowski2020-06-231-1/+1
* bpf: Set the number of exception entries properly for subprogramsYonghong Song2020-06-231-1/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-06-173-25/+40
|\
| * bpf: Don't return EINVAL from {get,set}sockopt when optlen > PAGE_SIZEStanislav Fomichev2020-06-171-20/+33
| * devmap: Use bpf_map_area_alloc() for allocating hash bucketsToke Høiland-Jørgensen2020-06-171-4/+6
| * bpf: bpf_probe_read_kernel_str() has to return amount of data read on successAndrii Nakryiko2020-06-171-1/+1
* | tracing/probe: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-1/+1
|/
* Merge tag 'LSM-add-setgid-hook-5.8-author-fix' of git://github.com/micah-mort...Linus Torvalds2020-06-141-1/+14
|\
| * security: Add LSM hooks to set*gid syscallsThomas Cedeno2020-06-141-1/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-136-22/+21
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-06-136-22/+21
| |\ \
| | * | bpf: Undo internal BPF_PROBE_MEM in BPF insns dumpAndrii Nakryiko2020-06-121-5/+12
| | * | bpf: Devmap adjust uapi for attach bpf programJesper Dangaard Brouer2020-06-091-13/+4
| | * | bpf: cgroup: Allow multi-attach program to replace itselfLorenz Bauer2020-06-091-1/+1
| | * | bpf: Reset data_meta before running programs attached to devmap entryDavid Ahern2020-06-091-0/+1
| | * | tracing/probe: Fix bpf_task_fd_query() for kprobes and uprobesJean-Philippe Brucker2020-06-092-2/+2
| | * | bpf: Fix an error code in check_btf_func()Dan Carpenter2020-06-041-1/+1
* | | | Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-06-133-17/+17
|\ \ \ \
| * | | | treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-143-17/+17
* | | | | Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-06-136-24/+54
|\ \ \ \ \
| * | | | | lockdep: __always_inline more for noinstrPeter Zijlstra2020-06-111-2/+2
| * | | | | x86/entry: Rename trace_hardirqs_off_prepare()Peter Zijlstra2020-06-111-5/+5
| * | | | | x86/entry: Clarify irq_{enter,exit}_rcu()Peter Zijlstra2020-06-111-7/+14
| * | | | | genirq: Provide irq_enter/exit_rcu()Thomas Gleixner2020-06-111-8/+27
| * | | | | x86/mce: Address objtools noinstr complaintsThomas Gleixner2020-06-111-1/+1
| * | | | | bug: Annotate WARN/BUG/stackfail as noinstr safeThomas Gleixner2020-06-111-1/+3
| * | | | | context_tracking: Ensure that the critical path cannot be instrumentedThomas Gleixner2020-06-111-6/+8
| |/ / / /
* | | | | Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-06-132-0/+656
|\ \ \ \ \
| * | | | | pipe: Add notification lossage handlingDavid Howells2020-05-191-0/+2
| * | | | | pipe: Allow buffers to be marked read-whole-or-error for notificationsDavid Howells2020-05-191-1/+1
| * | | | | pipe: Add general notification queue supportDavid Howells2020-05-192-0/+658
* | | | | | Merge tag 'printk-for-5.8-kdb-nmi' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-06-122-13/+8
|\ \ \ \ \ \
| * | | | | | printk/kdb: Redirect printk messages into kdb in any contextPetr Mladek2020-06-112-13/+8
* | | | | | | Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-06-1112-0/+2253
|\ \ \ \ \ \ \
| * | | | | | | kcsan: Support distinguishing volatile accessesMarco Elver2020-06-111-0/+43
| * | | | | | | Rebase locking/kcsan to locking/urgentThomas Gleixner2020-06-1112-0/+2210
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | Merge branch 'kcsan-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git...Thomas Gleixner2020-05-085-249/+465
| | |\ \ \ \ \ \
| | | * | | | | | kcsan: Add __kcsan_{enable,disable}_current() variantsMarco Elver2020-05-061-0/+7
| | | * | | | | | kcsan: Use GFP_ATOMIC under spin lockWei Yongjun2020-04-271-2/+2
| | | * | | | | | kcsan: Make reporting aware of KCSAN testsMarco Elver2020-04-131-7/+23
| | | * | | | | | kcsan: Fix function matching in reportMarco Elver2020-04-131-9/+9
| | | * | | | | | kcsan: Introduce scoped ASSERT_EXCLUSIVE macrosMarco Elver2020-04-131-1/+15
| | | * | | | | | kcsan: Add support for scoped accessesMarco Elver2020-04-132-19/+97
| | | * | | | | | kcsan: Avoid blocking producers in prepare_report()Marco Elver2020-04-133-122/+124
| | | * | | | | | kcsan: Introduce report access_info and other_infoMarco Elver2020-04-133-78/+77
| | | * | | | | | kcsan: Fix a typo in a commentQiujun Huang2020-03-251-1/+1
| | | * | | | | | kcsan: Add current->state to implicitly atomic accessesMarco Elver2020-03-253-30/+40
| | | * | | | | | kcsan: Add option for verbose reportingMarco Elver2020-03-253-3/+107
| | | * | | | | | kcsan: Add option to allow watcher interruptionsMarco Elver2020-03-251-24/+10