aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-20bpf: Forbid XADD on spilled pointers for unprivileged usersJann Horn1-9/+19
2020-04-20cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabledToke Høiland-Jørgensen1-1/+1
2020-04-20audit: fix a net reference leak in audit_send_reply()Paul Moore1-21/+29
2020-04-20futex: get rid of a kernel-docs build warningMauro Carvalho Chehab1-0/+3
2020-04-20docs: filesystems: fix renamed referencesMauro Carvalho Chehab1-1/+1
2020-04-20audit: check the length of userspace generated audit recordsPaul Moore1-0/+3
2020-04-20dma-pool: add additional coherent pools to map to gfp maskDavid Rientjes2-49/+83
2020-04-20dma-remap: separate DMA atomic pools from direct remap codeDavid Rientjes4-121/+130
2020-04-20dma-debug: make __dma_entry_alloc_check_leak() staticJason Yan1-1/+1
2020-04-19Merge tag 'timers-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+14
2020-04-19Merge tag 'irq-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-44/+0
2020-04-19Merge tag 'sched-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-4/+21
2020-04-19Merge tag 'core-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2020-04-19smp: Use smp_call_func_t in on_each_cpu()Kaitao Cheng1-1/+1
2020-04-18Merge tag 'for-linus-2020-04-18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-10/+15
2020-04-17module: break nested ARCH_HAS_STRICT_MODULE_RWX and STRICT_MODULE_RWX #ifdefsJessica Yu1-11/+18
2020-04-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-12/+9
2020-04-16trace/bpf_trace: Open access for CAP_PERFMON privileged processAlexey Budankov1-1/+1
2020-04-16perf/core: open access to probes for CAP_PERFMON privileged processAlexey Budankov1-2/+2
2020-04-16perf/core: Open access to the core for CAP_PERFMON privileged processAlexey Budankov1-1/+1
2020-04-16gcov: Remove old GCC 3.4 supportWill Deacon3-599/+1
2020-04-16proc, time/namespace: Show clock symbolic names in /proc/pid/timens_offsetsAndrei Vagin1-1/+14
2020-04-15crash_dump: Remove no longer used saved_max_pfnKairui Song1-6/+0
2020-04-15sched/vtime: Work around an unitialized variable warningBorislav Petkov1-2/+2
2020-04-15sched/isolation: Allow "isolcpus=" to skip unknown sub-parametersPeter Xu1-2/+19
2020-04-15clone3: add build-time CLONE_ARGS_SIZE_VER* validity checksEugene Syromiatnikov1-0/+8
2020-04-15clone3: add a check for the user struct size if CLONE_INTO_CGROUP is setEugene Syromiatnikov1-1/+2
2020-04-15clone3: fix cgroup argument sanity checkEugene Syromiatnikov1-1/+1
2020-04-14tracing: Fix the race between registering 'snapshot' event trigger and trigge...Xiao Yang1-7/+3
2020-04-14bpf: remove unneeded conversion to bool in __mark_reg_unknownZou Wei1-2/+1
2020-04-14bpf: Prevent re-mmap()'ing BPF map as writable for initially r/o mappingAndrii Nakryiko1-9/+7
2020-04-14genirq: Remove setup_irq() and remove_irq()afzal mohammed1-44/+0
2020-04-14Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar1-1/+1
2020-04-13kcsan: Make reporting aware of KCSAN testsMarco Elver1-7/+23
2020-04-13kcsan: Fix function matching in reportMarco Elver1-9/+9
2020-04-13kcsan: Introduce scoped ASSERT_EXCLUSIVE macrosMarco Elver1-1/+15
2020-04-13kcsan: Add support for scoped accessesMarco Elver2-19/+97
2020-04-13kcsan: Avoid blocking producers in prepare_report()Marco Elver3-122/+124
2020-04-13kcsan: Introduce report access_info and other_infoMarco Elver3-78/+77
2020-04-13Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar147-3559/+7609
2020-04-12signal: use kill_proc_info instead of kill_pid_info in kill_something_infoZhiqiang Liu1-6/+2
2020-04-12signal: check sig before setting info in kill_pid_usb_asyncioZhiqiang Liu1-3/+3
2020-04-12Merge tag 'timers-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-0/+4
2020-04-12Merge tag 'sched-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-62/+51
2020-04-12Merge tag 'perf-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-31/+51
2020-04-12Merge tag 'locking-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-21/+33
2020-04-11Merge tag 'dma-mapping-5.7-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-4/+8
2020-04-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-3/+3
2020-04-10kernel/gcov/fs.c: gcov_seq_next() should increase position indexVasily Averin1-1/+1
2020-04-10kmod: make request_module() return an error when autoloading is disabledEric Biggers1-2/+2