Age | Commit message (Expand) | Author | Files | Lines |
2020-05-06 | tracing/kprobes: Fix a double initialization typo | Masami Hiramatsu | 1 | -1/+1 |
2020-04-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -0/+1 |
2020-04-25 | Merge tag 'sched-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -7/+2 |
2020-04-25 | Merge tag 'perf-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -3/+10 |
2020-04-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 3 | -14/+39 |
2020-04-24 | bpf: Make bpf_link_fops static | Zou Wei | 1 | -1/+1 |
2020-04-24 | bpf: Propagate expected_attach_type when verifying freplace programs | Toke Høiland-Jørgensen | 1 | -0/+8 |
2020-04-24 | bpf: Fix leak in LINK_UPDATE and enforce empty old_prog_fd | Andrii Nakryiko | 1 | -2/+9 |
2020-04-24 | proc: Put thread_pid in release_task not proc_flush_pid | Eric W. Biederman | 1 | -0/+1 |
2020-04-24 | Merge tag 'trace-v5.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 3 | -3/+11 |
2020-04-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -1/+5 |
2020-04-22 | tracing: Convert local functions in tracing_map.c to static | Jason Yan | 1 | -3/+3 |
2020-04-22 | ftrace: Fix memory leak caused by not freeing entry in unregister_ftrace_dire... | Steven Rostedt (VMware) | 1 | -0/+1 |
2020-04-22 | tracing: Fix memory leaks in trace_events_hist.c | Vamshi K Sthambamkadi | 1 | -0/+7 |
2020-04-22 | perf/core: fix parent pid/tid in task exit events | Ian Rogers | 1 | -3/+10 |
2020-04-22 | sched/core: Fix reset-on-fork from RT with uclamp | Quentin Perret | 1 | -7/+2 |
2020-04-21 | signal: Avoid corrupting si_pid and si_uid in do_notify_parent | Eric W. Biederman | 1 | -1/+5 |
2020-04-20 | bpf: Fix handling of XADD on BTF memory | Jann Horn | 1 | -1/+1 |
2020-04-20 | bpf: Forbid XADD on spilled pointers for unprivileged users | Jann Horn | 1 | -9/+19 |
2020-04-20 | cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabled | Toke Høiland-Jørgensen | 1 | -1/+1 |
2020-04-20 | audit: check the length of userspace generated audit records | Paul Moore | 1 | -0/+3 |
2020-04-19 | Merge tag 'timers-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+14 |
2020-04-19 | Merge tag 'irq-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -44/+0 |
2020-04-19 | Merge tag 'sched-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -4/+21 |
2020-04-19 | Merge tag 'core-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
2020-04-18 | Merge tag 'for-linus-2020-04-18' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -10/+15 |
2020-04-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 3 | -12/+9 |
2020-04-16 | proc, time/namespace: Show clock symbolic names in /proc/pid/timens_offsets | Andrei Vagin | 1 | -1/+14 |
2020-04-15 | sched/vtime: Work around an unitialized variable warning | Borislav Petkov | 1 | -2/+2 |
2020-04-15 | sched/isolation: Allow "isolcpus=" to skip unknown sub-parameters | Peter Xu | 1 | -2/+19 |
2020-04-15 | clone3: add build-time CLONE_ARGS_SIZE_VER* validity checks | Eugene Syromiatnikov | 1 | -0/+8 |
2020-04-15 | clone3: add a check for the user struct size if CLONE_INTO_CGROUP is set | Eugene Syromiatnikov | 1 | -1/+2 |
2020-04-15 | clone3: fix cgroup argument sanity check | Eugene Syromiatnikov | 1 | -1/+1 |
2020-04-14 | tracing: Fix the race between registering 'snapshot' event trigger and trigge... | Xiao Yang | 1 | -7/+3 |
2020-04-14 | bpf: remove unneeded conversion to bool in __mark_reg_unknown | Zou Wei | 1 | -2/+1 |
2020-04-14 | bpf: Prevent re-mmap()'ing BPF map as writable for initially r/o mapping | Andrii Nakryiko | 1 | -9/+7 |
2020-04-14 | genirq: Remove setup_irq() and remove_irq() | afzal mohammed | 1 | -44/+0 |
2020-04-14 | Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | 1 | -1/+1 |
2020-04-12 | signal: use kill_proc_info instead of kill_pid_info in kill_something_info | Zhiqiang Liu | 1 | -6/+2 |
2020-04-12 | signal: check sig before setting info in kill_pid_usb_asyncio | Zhiqiang Liu | 1 | -3/+3 |
2020-04-12 | Merge tag 'timers-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -0/+4 |
2020-04-12 | Merge tag 'sched-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 5 | -62/+51 |
2020-04-12 | Merge tag 'perf-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -31/+51 |
2020-04-12 | Merge tag 'locking-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -21/+33 |
2020-04-11 | Merge tag 'dma-mapping-5.7-1' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2 | -4/+8 |
2020-04-10 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2 | -3/+3 |
2020-04-10 | kernel/gcov/fs.c: gcov_seq_next() should increase position index | Vasily Averin | 1 | -1/+1 |
2020-04-10 | kmod: make request_module() return an error when autoloading is disabled | Eric Biggers | 1 | -2/+2 |
2020-04-10 | printk: queue wake_up_klogd irq_work only if per-CPU areas are ready | Sergey Senozhatsky | 3 | -10/+40 |
2020-04-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -0/+1 |