summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2020-09-18tracing: fix double freeTom Rix
2020-09-18ftrace: Let ftrace_enable_sysctl take a kernel pointer bufferTobias Klauser
2020-09-18tracing: Make the space reserved for the pid widerSebastian Andrzej Siewior
2020-09-18ftrace: Fix missing synchronize_rcu() removing trampoline from kallsymsAdrian Hunter
2020-09-18ftrace: Free the trampoline when ftrace_startup() failsMiroslav Benes
2020-09-18kprobes: Fix to check probe enabled before disarm_kprobe_ftrace()Masami Hiramatsu
2020-09-17bpf: Add abnormal return checks.Alexei Starovoitov
2020-09-17bpf: allow for tailcalls in BPF subprograms for x64 JITMaciej Fijalkowski
2020-09-17bpf, x64: rework pro/epilogue and tailcall handling in JITMaciej Fijalkowski
2020-09-17bpf: Limit caller's stack depth 256 for subprogs with tailcallsMaciej Fijalkowski
2020-09-17bpf: rename poke descriptor's 'ip' member to 'tailcall_target'Maciej Fijalkowski
2020-09-17bpf: propagate poke descriptors to subprogramsMaciej Fijalkowski
2020-09-17mm: allow a controlled amount of unfairness in the page lockLinus Torvalds
2020-09-16rcu-tasks: Enclose task-list scan in rcu_read_lock()Paul E. McKenney
2020-09-16rcu-tasks: Fix low-probability task_struct leakPaul E. McKenney
2020-09-16rcu-tasks: Fix grace-period/unlock race in RCU Tasks TracePaul E. McKenney
2020-09-16rcu-tasks: Shorten per-grace-period sleep for RCU Tasks TracePaul E. McKenney
2020-09-16rcu-tasks: Selectively enable more RCU Tasks Trace IPIsPaul E. McKenney
2020-09-16rcu-tasks: Prevent complaints of unused show_rcu_tasks_classic_gp_kthread()Paul E. McKenney
2020-09-16rcu-tasks: Use more aggressive polling for RCU Tasks TracePaul E. McKenney
2020-09-16rcu-tasks: Mark variables staticPaul E. McKenney
2020-09-16locking/percpu-rwsem: Use this_cpu_{inc,dec}() for read_countHou Tao
2020-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-09-15bpf: Add BPF_PROG_BIND_MAP syscallYiFei Zhu
2020-09-15bpf: Mutex protect used_maps array and countYiFei Zhu
2020-09-15bpf: Fix a rcu warning for bpffs map pretty-printYonghong Song
2020-09-14core/entry: Report syscall correctly for trace and auditKees Cook
2020-09-14lockdep: fix order in trace_hardirqs_off_caller()Sven Schnelle
2020-09-12Merge tag 'seccomp-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-09-11gcov: add support for GCC 10.1Peter Oberparleiter
2020-09-09Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-09-08bpf: Permit map_ptr arithmetic with opcode add and offset 0Yonghong Song
2020-09-08seccomp: don't leave dangling ->notif if file allocation failsTycho Andersen
2020-09-08seccomp: don't leak memory when filter install racesTycho Andersen
2020-09-06Merge tag 'x86-urgent-2020-09-06' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-09-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-09-05fork: adjust sysctl_max_threads definition to match prototypeTobias Klauser
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-09-04gcov: Disable gcov build with GCC 10Leon Romanovsky
2020-09-04x86/entry: Unbreak 32bit fast syscallThomas Gleixner
2020-09-04padata: fix possible padata_works_lock deadlockDaniel Jordan
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-09-03bpf: Do not use bucket_lock for hashmap iteratorYonghong Song
2020-09-03locking/lockdep: Fix "USED" <- "IN-NMI" inversionspeterz@infradead.org
2020-09-02bpf: Avoid iterating duplicated files for task_file iteratorYonghong Song
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-09-01bpf: {cpu,dev}map: Change various functions return type from int to voidBjörn Töpel
2020-08-31bpf: Remove bpf_lsm_file_mprotect from sleepable list.Alexei Starovoitov
2020-08-31bpf: Fix build without BPF_LSM.Alexei Starovoitov
2020-08-30Merge tag 'x86-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds