summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-09io_uring: allow O_NONBLOCK async retryJens Axboe
2020-06-10libbpf: Define __WORDSIZE if not availableArnaldo Carvalho de Melo
2020-06-09net: flow_offload: remove indirect flow_block declarations leftoverPablo Neira Ayuso
2020-06-09Merge tag 'fuse-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-06-09Merge tag 'ovl-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2020-06-09Merge tag 'afs-fixes-20200609' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-06-09selftests/net: in rxtimestamp getopt_long needs terminating null entrytannerlove
2020-06-09net: mvneta: do not redirect frames during reconfigurationLorenzo Bianconi
2020-06-09clk: mediatek: Remove ifr{0,1}_cfg_regs structuresStephen Boyd
2020-06-09clk: baikal-t1: remove redundant assignment to variable 'divider'Colin Ian King
2020-06-09clk: baikal-t1: fix spelling mistake "Uncompatible" -> "Incompatible"Colin Ian King
2020-06-09dt-bindings: clock: Add a missing include to MMP Audio Clock bindingLubomir Rintel
2020-06-09dccp: Fix possible memleak in dccp_init and dccp_finiWang Hai
2020-06-09ionic: wait on queue start until after IFF_UPShannon Nelson
2020-06-09net: sched: export __netdev_watchdog_up()Valentin Longchamp
2020-06-09net: change addr_list_lock back to static keyCong Wang
2020-06-09Input: adi - work around module name confictArnd Bergmann
2020-06-09bpf: Selftests and tools use struct bpf_devmap_val from uapiJesper Dangaard Brouer
2020-06-09bpf: Devmap adjust uapi for attach bpf programJesper Dangaard Brouer
2020-06-09Merge tag 'f2fs-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2020-06-09Merge tag 'exfat-for-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-06-09bpf: cgroup: Allow multi-attach program to replace itselfLorenz Bauer
2020-06-09bpf: Reset data_meta before running programs attached to devmap entryDavid Ahern
2020-06-09tracing/probe: Fix bpf_task_fd_query() for kprobes and uprobesJean-Philippe Brucker
2020-06-09scripts: Require pahole v1.16 when generating BTFLorenz Bauer
2020-06-09bpf, sockhash: Synchronize delete from bucket list on map freeJakub Sitnicki
2020-06-09bpf, sockhash: Fix memory leak when unlinking sockets in sock_hash_freeJakub Sitnicki
2020-06-09bpf/sockmap: Fix kernel panic at __tcp_bpf_recvmsgdihu
2020-06-09x86: use proper parentheses around new uaccess macro argument usesLinus Torvalds
2020-06-09Revert "fs: remove dio_end_io()"David Sterba
2020-06-09Revert "btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK"David Sterba
2020-06-09Revert "btrfs: split btrfs_direct_IO to read and write part"David Sterba
2020-06-09afs: Make afs_zap_data() staticDavid Howells
2020-06-09afs: Remove afs_zero_fid as it's not usedDavid Howells
2020-06-09afs: Fix debugging statements with %px to be %pDavid Howells
2020-06-09Merge tag 'trace-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2020-06-09Merge tag 'linux-kselftest-kunit-5.8-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2020-06-09Merge tag 'linux-kselftest-5.8-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-06-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-09uprobes: ensure that uprobe->offset and ->ref_ctr_offset are properly alignedOleg Nesterov
2020-06-09include/linux/cache.h: expand documentation over __read_mostlyLuis Chamberlain
2020-06-09maccess: return -ERANGE when probe_kernel_read() failsChristoph Hellwig
2020-06-09x86: use non-set_fs based maccess routinesChristoph Hellwig
2020-06-09maccess: allow architectures to provide kernel probing directlyChristoph Hellwig
2020-06-09maccess: move user access routines togetherChristoph Hellwig
2020-06-09maccess: always use strict semantics for probe_kernel_readChristoph Hellwig
2020-06-09maccess: remove strncpy_from_unsafeChristoph Hellwig
2020-06-09tracing/kprobes: handle mixed kernel/userspace probes betterChristoph Hellwig
2020-06-09bpf: rework the compat kernel probe handlingChristoph Hellwig
2020-06-09bpf:bpf_seq_printf(): handle potentially unsafe format string betterAndrew Morton