summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2020-05-11workqueue: Fix an use after free in init_rescuer()Dan Carpenter
2020-05-11livepatch: Make klp_apply_object_relocs staticSamuel Zou
2020-05-10parisc: add sysctl file interface panic_on_stackoverflowXiaoming Ni
2020-05-09bpf: Support variable length array in tracing programsYonghong Song
2020-05-09bpf: Handle spilled PTR_TO_BTF_ID properly when checking stack_boundaryYonghong Song
2020-05-09bpf: Add bpf_seq_printf and bpf_seq_write helpersYonghong Song
2020-05-09bpf: Add PTR_TO_BTF_ID_OR_NULL supportYonghong Song
2020-05-09bpf: Add task and task/file iterator targetsYonghong Song
2020-05-09bpf: Add bpf_map iteratorYonghong Song
2020-05-09bpf: Implement common macros/helpers for target iteratorsYonghong Song
2020-05-09bpf: Create file bpf iteratorYonghong Song
2020-05-09bpf: Create anonymous bpf iteratorYonghong Song
2020-05-09bpf: Implement bpf_seq_read() for bpf iteratorYonghong Song
2020-05-09bpf: Support bpf tracing/iter programs for BPF_LINK_UPDATEYonghong Song
2020-05-09bpf: Support bpf tracing/iter programs for BPF_LINK_CREATEYonghong Song
2020-05-09bpf: Allow loading of a bpf_iter programYonghong Song
2020-05-09bpf: Implement an interface to register bpf_iter targetsYonghong Song
2020-05-09Stop the ad-hoc games with -Wno-maybe-initializedLinus Torvalds
2020-05-09nsproxy: add struct nssetChristian Brauner
2020-05-08umh: fix memory leak on execve failureVincent Minet
2020-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2020-05-08kthread: save thread functionJ. Bruce Fields
2020-05-08Merge tag 'driver-core-5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-05-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-05-08fork: prevent accidental access to clone3 featuresChristian Brauner
2020-05-08Merge branch 'kcsan-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git...Thomas Gleixner
2020-05-08crypto: lib/sha1 - rename "sha" to "sha1"Eric Biggers
2020-05-07kernel/kcov.c: fix typos in kcov_remote_start documentationMaciej Grochowski
2020-05-07Merge tag 'trace-v5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-05-08module: Make module_enable_ro() static againJosh Poimboeuf
2020-05-08x86/module: Use text_mutex in apply_relocate_add()Josh Poimboeuf
2020-05-08module: Remove module_disable_ro()Josh Poimboeuf
2020-05-08livepatch: Remove module_disable_ro() usageJosh Poimboeuf
2020-05-08livepatch: Prevent module-specific KLP rela sections from referencing vmlinux...Josh Poimboeuf
2020-05-08livepatch: Remove .klp.archPeter Zijlstra
2020-05-08livepatch: Apply vmlinux-specific KLP relocations earlyJosh Poimboeuf
2020-05-08livepatch: Disallow vmlinux.koJosh Poimboeuf
2020-05-07exec: Merge install_exec_creds into setup_new_execEric W. Biederman
2020-05-07tracing: Make tracing_snapshot_instance_cond() staticZou Wei
2020-05-07tracing: Add a vmalloc_sync_mappings() for safe measureSteven Rostedt (VMware)
2020-05-07tracing: Wait for preempt irq delay thread to finishSteven Rostedt (VMware)
2020-05-07Merge branches 'fixes.2020.04.27a', 'kfree_rcu.2020.04.27a', 'rcu-tasks.2020....Paul E. McKenney
2020-05-07rcutorture: Convert ULONG_CMP_LT() to time_before()Paul E. McKenney
2020-05-07rcutorture: Make rcu_fwds and rcu_fwd_emergency_stop staticJason Yan
2020-05-07rcu: Allow rcutorture to starve grace-period kthreadPaul E. McKenney
2020-05-07rcutorture: Add flag to produce non-busy-wait task stallsPaul E. McKenney
2020-05-07kgdb: Drop malformed kernel doc commentAndy Shevchenko
2020-05-07cpu/hotplug: Remove __freeze_secondary_cpus()Qais Yousef
2020-05-07cpu/hotplug: Remove disable_nonboot_cpus()Qais Yousef
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller