summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-25bpf: Fix pos computation for bpf_iter seq_ops->start()Yonghong Song
2020-07-25bpf: Support readonly/readwrite buffers in verifierYonghong Song
2020-07-25selftests/bpf: Test BPF socket lookup and reuseport with connectionsJakub Sitnicki
2020-07-25bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_tYonghong Song
2020-07-25bpf: Refactor bpf_iter_reg to have separate seq_info memberYonghong Song
2020-07-25udp: Don't discard reuseport selection when group has connectionsJakub Sitnicki
2020-07-25tools/bpftool: Strip BPF .o files before skeleton generationAndrii Nakryiko
2020-07-25driver-core: Introduce DEVICE_ATTR_ADMIN_{RO,RW}Dan Williams
2020-07-25tools/testing/nvdimm: Emulate firmware activation commandsDan Williams
2020-07-25tools/testing/nvdimm: Prepare nfit_ctl_test() for ND_CMD_CALL emulationDan Williams
2020-07-25tools/testing/nvdimm: Add command debug messagesDan Williams
2020-07-25tools/testing/nvdimm: Cleanup dimm index passingDan Williams
2020-07-25ACPI: NFIT: Define runtime firmware activation commandsDan Williams
2020-07-25ACPI: NFIT: Move bus_dsm_mask out of generic nvdimm_bus_descriptorDan Williams
2020-07-25libnvdimm: Validate command family indicesDan Williams
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-25Merge tag 'riscv-for-linus-5.8-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-07-25Merge tag 'x86-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-07-25Merge tag 'perf-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-07-25Merge tag 'timers-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-07-25Merge tag 'sched-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-07-25Merge tag 'efi-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-07-25Merge tag '5.8-rc6-cifs-fix' of git://git.samba.org/sfrench/cifs-2.6 into masterLinus Torvalds
2020-07-25Merge tag 'v5.8-rc6' into locking/core, to pick up fixesIngo Molnar
2020-07-25locking/lockdep: Fix overflow in presentation of average lock-timeChris Wilson
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net into masterLinus Torvalds
2020-07-25io-wq: update hash bitsPavel Begunkov
2020-07-25io_uring: fix missing io_queue_linked_timeout()Pavel Begunkov
2020-07-25io_uring: mark ->work uninitialised after cleanupPavel Begunkov
2020-07-25x86/xen/time: Set the X86_FEATURE_TSC_KNOWN_FREQ flag in xen_tsc_khz()Hayato Ohhashi
2020-07-25bcache: fix bio_{start,end}_io_acct with proper deviceColy Li
2020-07-25bcache: avoid extra memory consumption in struct bbio for large bucket sizeColy Li
2020-07-25bcache: avoid extra memory allocation from mempool c->fill_iterColy Li
2020-07-25bcache: add sysfs file to display feature sets information of cache setColy Li
2020-07-25bcache: add bucket_size_hi into struct cache_sb_disk for large bucketColy Li
2020-07-25bcache: handle btree node memory allocation properly for bucket size > 8MBColy Li
2020-07-25bcache: handle cache set verify_ondisk properly for bucket size > 8MBColy Li
2020-07-25bcache: handle cache prio_buckets and disk_buckets properly for bucket size >...Coly Li
2020-07-25bcache: handle c->uuids properly for bucket size > 8MBColy Li
2020-07-25bcache: introduce meta_bucket_pages() related helper routinesColy Li
2020-07-25bcache: struct cache_sb is only for in-memory super block nowColy Li
2020-07-25bcache: move bucket related code into read_super_common()Coly Li
2020-07-25bcache: increase super block version for cache device and backing deviceColy Li
2020-07-25bcache: fix super block seq numbers comparision in register_cache_set()Coly Li
2020-07-25bcache: disassemble the big if() checks in bch_cache_set_alloc()Coly Li
2020-07-25bcache: add more accurate error information in read_super_common()Coly Li
2020-07-25bcache: add read_super_common() to read major part of super blockColy Li
2020-07-25bcache: fix overflow in offset_to_stripe()Coly Li
2020-07-25bcache: avoid nr_stripes overflow in bcache_device_init()Coly Li
2020-07-25bcache: Use struct_size() in kzalloc()Gustavo A. R. Silva