summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2020-10-11Merge tag 'perf-urgent-2020-10-11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-10-09perf: Fix task_function_call() error handlingKajol Jain
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2020-10-08bpf: Fix scalar32_min_max_or bounds trackingDaniel Borkmann
2020-10-06usermodehelper: reset umask to default before executing user processLinus Torvalds
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-10-01Merge tag 'trace-v5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-09-29ftrace: Move RCU is watching check after recursion checkSteven Rostedt (VMware)
2020-09-29tracing: Fix trace_find_next_entry() accounting of temp buffer sizeSteven Rostedt (VMware)
2020-09-27mm/fork: Pass new vma pointer into copy_page_range()Peter Xu
2020-09-27mm: Introduce mm_struct.has_pinnedPeter Xu
2020-09-25Merge tag 'pm-5.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-09-22Merge tag 'trace-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-09-21bpf: Fix sysfs export of empty BTF sectionTony Ambardar
2020-09-21Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds
2020-09-21rcu/tree: Export rcu_idle_{enter,exit} to modulesBorislav Petkov
2020-09-20Merge tag 'core_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-09-20Merge tag 'locking_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2020-09-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-09-19stackleak: let stack_erasing_sysctl take a kernel pointer bufferTobias Klauser
2020-09-19ftrace: let ftrace_enable_sysctl take a kernel pointer bufferTobias Klauser
2020-09-19kprobes: fix kill kprobe which has been marked as goneMuchun Song
2020-09-18Merge tag 's390-5.9-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2020-09-18kprobes: tracing/kprobes: Fix to kill kprobes on initmem after bootMasami Hiramatsu
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-17mm: allow a controlled amount of unfairness in the page lockLinus Torvalds
2020-09-16rcu-tasks: Prevent complaints of unused show_rcu_tasks_classic_gp_kthread()Paul 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: 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-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-04gcov: Disable gcov build with GCC 10Leon Romanovsky
2020-09-04x86/entry: Unbreak 32bit fast syscallThomas Gleixner