summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2020-06-24tracing: Make ftrace packed events have align of 1Steven Rostedt (VMware)
2020-06-24bpf: Undo internal BPF_PROBE_MEM in BPF insns dumpAndrii Nakryiko
2020-06-24tracing/probe: Fix bpf_task_fd_query() for kprobes and uprobesJean-Philippe Brucker
2020-06-24blktrace: fix endianness for blk_log_remap()Chaitanya Kulkarni
2020-06-24blktrace: fix endianness in get_pdu_int()Chaitanya Kulkarni
2020-06-24blktrace: use errno instead of bi_statusChaitanya Kulkarni
2020-06-24bpf: Fix an error code in check_btf_func()Dan Carpenter
2020-06-24/dev/mem: Revoke mappings when a driver claims the regionDan Williams
2020-06-22kernel/cpu_pm: Fix uninitted local in cpu_pmDouglas Anderson
2020-06-22clocksource: Remove obsolete ifdefThomas Gleixner
2020-06-22bpf: Fix map permissions checkAnton Protopopov
2020-06-22sched: Defend cfs and rt bandwidth quota against overflowHuaixin Chang
2020-06-22sched/core: Fix illegal RCU from offline CPUsPeter Zijlstra
2020-06-22exit: Move preemption fixup up, move blocking operations downJann Horn
2020-06-22audit: fix a net reference leak in audit_list_rules_send()Paul Moore
2020-06-22audit: fix a net reference leak in audit_send_reply()Paul Moore
2020-06-22kgdb: Prevent infinite recursive entries to the debuggerDouglas Anderson
2020-06-22kgdb: Disable WARN_CONSOLE_UNLOCKED for all kgdbDouglas Anderson
2020-06-22sched/fair: Refill bandwidth before scalingHuaixin Chang
2020-06-17perf: Add cond_resched() to task_function_call()Barret Rhoden
2020-06-17padata: add separate cpuhp node for CPUHP_PADATA_DEADDaniel Jordan
2020-06-10uprobes: ensure that uprobe->offset and ->ref_ctr_offset are properly alignedOleg Nesterov
2020-06-07kernel/relay.c: handle alloc_percpu returning NULL in relay_openDaniel Axtens
2020-05-31Merge tag 'sched-urgent-2020-05-31' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-05-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-05-29bpf: Fix a verifier issue when assigning 32bit reg states to 64bit onesJohn Fastabend
2020-05-29bpf: Fix use-after-free in fmod_ret checkAlexei Starovoitov
2020-05-27Merge branch 'for-5.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-05-26sched/fair: Don't NUMA balance for kthreadsJens Axboe
2020-05-24Merge tag 'sched-urgent-2020-05-24' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-05-20bpf: Prevent mmap()'ing read-only maps as writableAndrii Nakryiko
2020-05-19sched/fair: Fix unthrottle_cfs_rq() for leaf_cfs_rq listVincent Guittot
2020-05-19sched/debug: Fix requested task uclamp values shown in procfsPavankumar Kondeti
2020-05-19sched/fair: Fix enqueue_task_fair() warning some morePhil Auld
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-05-15bpf: Restrict bpf_trace_printk()'s %s usage and add %pks, %pus specifierDaniel Borkmann
2020-05-15bpf: Add bpf_probe_read_{user, kernel}_str() to do_refine_retval_rangeDaniel Borkmann
2020-05-15bpf: Restrict bpf_probe_read{, str}() only to archs where they workDaniel Borkmann
2020-05-14bpf: Enforce returning 0 for fentry/fexit progsYonghong Song
2020-05-14bpf: Fix bug in mmap() implementation for BPF array mapAndrii Nakryiko
2020-05-14Merge tag 'for-linus-2020-05-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-05-14Merge tag 'trace-v5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-05-14ring-buffer: Remove all BUG() callsSteven Rostedt (VMware)
2020-05-14ring-buffer: Don't deactivate the ring buffer on failed iterator readsSteven Rostedt (VMware)
2020-05-12x86/ftrace: Have ftrace trampolines turn read-only at the end of system boot upSteven Rostedt (VMware)
2020-05-12Merge tag 'trace-v5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-05-11tracing: Wait for preempt irq delay thread to executeSteven Rostedt (VMware)
2020-05-09Stop the ad-hoc games with -Wno-maybe-initializedLinus Torvalds
2020-05-08umh: fix memory leak on execve failureVincent Minet