- b9aa527 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid by Linus Torvalds · 4 years, 5 months ago
- 6a9dc5f lib: Revert use of fallthrough pseudo-keyword in lib/ by Gustavo A. R. Silva · 4 years, 5 months ago
- 9907ab3 Merge tag 'for-5.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years, 5 months ago
- c41c3ec Merge tag 'io_uring-5.9-2020-08-23' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 5 months ago
- 2bf7477 Merge tag 'fallthrough-pseudo-keyword-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux by Linus Torvalds · 4 years, 5 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
- d012a71 Linux 5.9-rc2 by Linus Torvalds · 4 years, 5 months ago
- cb95712 Merge tag 'powerpc-5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 4 years, 5 months ago
- 550c212 Merge tag 'x86-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
- cea05c1 Merge tag 'perf-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
- 10c091b Merge tag 'efi-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
- e99b2507 Merge tag 'core-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
- d9232cb Merge tag 'edac_urgent_for_v5.9_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras by Linus Torvalds · 4 years, 5 months ago
- 9d045ed Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 5 months ago
- f320ac6 Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 5 months ago
- 52c4796 do_epoll_ctl(): clean the failure exits up a bit by Al Viro · 4 years, 5 months ago
- a9ed4a6 epoll: Keep a reference on files added to the check list by Marc Zyngier · 4 years, 5 months ago
- eeaac36 net: nexthop: don't allow empty NHA_GROUP by Nikolay Aleksandrov · 4 years, 5 months ago
- c3d8f22 Merge tag 'kbuild-fixes-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 5 months ago
- dd105d6 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 5 months ago
- d57ce84 Merge tag 's390-5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 4 years, 5 months ago
- b2d9e996 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 5 months ago
- 9e574b7 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 5 months ago
- d6af633 Merge tag 'devicetree-fixes-for-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 4 years, 5 months ago
- 2d62e6b null_blk: fix passing of REQ_FUA flag in null_handle_rq by Hou Pu · 4 years, 5 months ago
- 0d3b6a8 nvmet: Disable keep-alive timer when kato is cleared to 0h by Amit Engel · 4 years, 5 months ago
- 5eac5f3 nvme: redirect commands on dying queue by Chao Leng · 4 years, 5 months ago
- 1e41f3b nvme: just check the status code type in nvme_is_path_error by Christoph Hellwig · 4 years, 5 months ago
- 5ddaabe nvme: refactor command completion by Christoph Hellwig · 4 years, 5 months ago
- 2eb81a3 nvme: rename and document nvme_end_request by Christoph Hellwig · 4 years, 5 months ago
- c41ad98 nvme: skip noiob for zoned devices by Keith Busch · 4 years, 5 months ago
- c61b82c nvme-pci: fix PRP pool size by Christoph Hellwig · 4 years, 5 months ago
- 7442ddc nvme-pci: Use u32 for nvme_dev.q_depth and nvme_queue.q_depth by John Garry · 4 years, 5 months ago
- ecbcdf0 nvme: Use spin_lock_irq() when taking the ctrl->lock by Logan Gunthorpe · 4 years, 5 months ago
- 7ee51cf nvmet: call blk_mq_free_request() directly by Chaitanya Kulkarni · 4 years, 5 months ago
- a2138fd nvmet: fix oops in pt cmd execution by Chaitanya Kulkarni · 4 years, 5 months ago
- 4db69a3 nvmet: add ns tear down label for pt-cmd handling by Chaitanya Kulkarni · 4 years, 5 months ago
- e398863 nvme: multipath: round-robin: eliminate "fallback" variable by Martin Wilck · 4 years, 5 months ago
- 93eb038 nvme: multipath: round-robin: fix single non-optimized path case by Martin Wilck · 4 years, 5 months ago
- f34448cd nvme-fc: Fix wrong return value in __nvme_fc_init_request() by Tianjia Zhang · 4 years, 6 months ago
- 0ceeab9 nvmet-passthru: Reject commands with non-sgl flags set by Logan Gunthorpe · 4 years, 6 months ago
- 382fee1 nvmet: fix a memory leak by Sagi Grimberg · 4 years, 6 months ago
- 27029b4 blkcg: fix memleak for iolatency by Yufen Yu · 4 years, 5 months ago
- 0c8b9c3 MAINTAINERS: Add missing header files to BLOCK LAYER section by Geert Uytterhoeven · 4 years, 5 months ago
- e4b469c block: fix get_max_io_size() by Keith Busch · 4 years, 5 months ago
- db03f88 blk-mq: insert request not through ->queue_rq into sw/scheduler queue by Ming Lei · 4 years, 5 months ago
- 17bc103 block/rnbd: Ensure err is always initialized in process_rdma by Nathan Chancellor · 4 years, 5 months ago
- 5cd841d dt-bindings: vendor-prefixes: Remove trailing whitespace by Geert Uytterhoeven · 4 years, 5 months ago
- b533137 KVM: arm64: Only reschedule if MMU_NOTIFIER_RANGE_BLOCKABLE is not set by Will Deacon · 4 years, 5 months ago
- fdfe7cb KVM: Pass MMU notifier range flags to kvm_unmap_hva_range() by Will Deacon · 4 years, 5 months ago
- 5f53584 dt-bindings: net: correct description of phy-connection-type by Madalin Bucur · 4 years, 5 months ago
- f873db9a Merge tag 'io_uring-5.9-2020-08-21' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 5 months ago
- a326462 dt-bindings: PCI: intel,lgm-pcie: Fix matching on all snps,dw-pcie instances by Rob Herring · 4 years, 5 months ago
- 349111f Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 5 months ago
- 4af7b32 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 4 years, 5 months ago
- f22c557 Merge tag 'riscv-for-linus-5.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 4 years, 5 months ago
- c0a4f5b Merge tag 'for-linus-5.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 4 years, 5 months ago
- 985c788 Merge tag 'pm-5.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 5 months ago
- b16fc09 bpf: Fix two typos in uapi/linux/bpf.h by Tobias Klauser · 4 years, 5 months ago
- 774d977 net: dsa: b53: check for timeout by Tom Rix · 4 years, 5 months ago
- 8d75785 ARM64: vdso32: Install vdso32 from vdso_install by Stephen Boyd · 4 years, 5 months ago
- d723b99 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 5 months ago
- 5e0b17b afs: Fix NULL deref in afs_dynroot_depopulate() by David Howells · 4 years, 5 months ago
- cd02217 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 4 years, 5 months ago
- 7f04f3e Merge tag 'sound-5.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 4 years, 5 months ago
- 43d387a Merge tag 'drm-fixes-2020-08-21' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 4 years, 5 months ago
- 88e8ac1 mm, page_alloc: fix core hung in free_pcppages_bulk() by Charan Teja Reddy · 4 years, 5 months ago
- e08d3fd mm: include CMA pages in lowmem_reserve at boot by Doug Berger · 4 years, 5 months ago
- f26044c squashfs: avoid bio_alloc() failure with 1Mbyte blocks by Phillip Lougher · 4 years, 5 months ago
- c17c3dc uprobes: __replace_page() avoid BUG in munlock_vma_page() by Hugh Dickins · 4 years, 5 months ago
- 71e8432 kernel/relay.c: fix memleak on destroy relay channel by Wei Yongjun · 4 years, 5 months ago
- bcf85fc romfs: fix uninitialized memory leak in romfs_dev_read() by Jann Horn · 4 years, 5 months ago
- 86f54bb mm/rodata_test.c: fix missing function declaration by Leon Romanovsky · 4 years, 5 months ago
- e47110e mm/vunmap: add cond_resched() in vunmap_pmd_range by Aneesh Kumar K.V · 4 years, 5 months ago
- f3f99d6 khugepaged: adjust VM_BUG_ON_MM() in __khugepaged_enter() by Hugh Dickins · 4 years, 5 months ago
- d5a1695 hugetlb_cgroup: convert comma to semicolon by Xu Wang · 4 years, 5 months ago
- 00c54a8 mailmap: add Andi Kleen by Nick Desaulniers · 4 years, 5 months ago
- d88d59b core/entry: Respect syscall number rewrites by Thomas Gleixner · 4 years, 5 months ago
- 6a3ea3e x86/entry/64: Do not use RDPID in paranoid entry to accomodate KVM by Sean Christopherson · 4 years, 5 months ago
- f6da70d MAINTAINERS: Update Mellanox and Cumulus Network addresses to new domain by Leon Romanovsky · 4 years, 5 months ago
- 64ef8f2 powerpc/perf/hv-24x7: Move cpumask file to top folder of hv-24x7 driver by Kajol Jain · 4 years, 5 months ago
- 541cebb powerpc/32s: Fix module loading failure when VMALLOC_END is over 0xf0000000 by Christophe Leroy · 4 years, 5 months ago
- abf532c KVM: arm64: Print warning when cpu erratum can cause guests to deadlock by Rob Herring · 4 years, 6 months ago
- bf87bb0 arm64: Allow booting of late CPUs affected by erratum 1418040 by Marc Zyngier · 4 years, 6 months ago
- d49f7d7 arm64: Move handling of erratum 1418040 into C code by Marc Zyngier · 4 years, 6 months ago
- a84d5d4 btrfs: detect nocow for swap after snapshot delete by Boris Burkov · 4 years, 5 months ago
- fb2fecb btrfs: check the right error variable in btrfs_del_dir_entries_in_log by Josef Bacik · 4 years, 5 months ago
- 510bc3cb kconfig: qconf: replace deprecated QString::sprintf() with QTextStream by Masahiro Yamada · 4 years, 5 months ago
- 68fd110 kconfig: qconf: remove redundant help in the info view by Masahiro Yamada · 4 years, 5 months ago
- 53efe2e kconfig: qconf: remove qInfo() to get back Qt4 support by Masahiro Yamada · 4 years, 5 months ago
- 0790e63 Merge tag 'drm-intel-fixes-2020-08-20' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes by Dave Airlie · 4 years, 5 months ago
- ba9086a Merge tag 'amd-drm-fixes-5.9-2020-08-20' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 4 years, 5 months ago
- f6db909 tipc: call rcu_read_lock() in tipc_aead_encrypt_done() by Xin Long · 4 years, 5 months ago
- eda814b net/sched: act_ct: Fix skb double-free in tcf_ct_handle_fragments() error flow by Alaa Hleihel · 4 years, 5 months ago
- ab921f3 net: sctp: Fix negotiation of the number of data streams. by David Laight · 4 years, 5 months ago
- 41506bf dt-bindings: net: renesas, ether: Improve schema validation by Geert Uytterhoeven · 4 years, 5 months ago
- 272502f gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPY by Mark Tomlinson · 4 years, 5 months ago
- e14fd8d Merge branch 'hv_netvsc-Some-fixes-for-the-select_queue' by David S. Miller · 4 years, 5 months ago
- c3d897e hv_netvsc: Fix the queue_mapping in netvsc_vf_xmit() by Haiyang Zhang · 4 years, 5 months ago
- 4d82054 hv_netvsc: Remove "unlikely" from netvsc_select_queue by Haiyang Zhang · 4 years, 5 months ago