aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-25btrfs: backref: introduce the skeleton of btrfs_backref_iterGravatar Qu Wenruo 2-0/+148
2020-05-25btrfs: add missing annotation for btrfs_tree_lock()Gravatar Jules Irenge 1-0/+1
2020-05-25btrfs: add missing annotation for btrfs_lock_cluster()Gravatar Jules Irenge 1-0/+1
2020-05-24Linux 5.7-rc7v5.7-rc7Gravatar Linus Torvalds 1-1/+1
2020-05-24Merge tag 'efi-urgent-2020-05-24' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 12-39/+124
2020-05-24Merge tag 'x86-urgent-2020-05-24' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-2/+9
2020-05-24Merge tag 'sched-urgent-2020-05-24' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-14/+39
2020-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 112-454/+940
2020-05-23net: smsc911x: Fix runtime PM imbalance on errorGravatar Dinghao Liu 1-4/+5
2020-05-23Merge tag 'mlx5-fixes-2020-05-22' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar David S. Miller 16-48/+168
2020-05-23net/mlx4_core: fix a memory leak bug.Gravatar Qiushi Wu 1-1/+1
2020-05-23net: ethernet: ti: cpsw: fix ASSERT_RTNL() warning during suspendGravatar Grygorii Strashko 1-0/+4
2020-05-23net: phy: mscc: fix initialization of the MACsec protocol modeGravatar Antoine Tenart 5-10/+21
2020-05-23net: stmmac: don't attach interface until resume finishesGravatar Leon Yu 1-2/+2
2020-05-23net: Fix return value about devm_platform_ioremap_resource()Gravatar Tiezhu Yang 4-4/+7
2020-05-23sparc32: fix page table traversal in srmmu_nocache_init()Gravatar Mike Rapoport 1-2/+2
2020-05-23Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 12-28/+46
2020-05-23Merge tag 'driver-core-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-18/+37
2020-05-23Merge tag 'char-misc-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 5-2/+10
2020-05-23Merge tag 'staging-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 11-34/+61
2020-05-23Merge tag 'tty-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-0/+1
2020-05-23Merge tag 's390-5.7-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 5-8/+227
2020-05-23MAINTAINERS: add files related to kdumpGravatar Baoquan He 1-0/+5
2020-05-23z3fold: fix use-after-free when freeing handlesGravatar Uladzislau Rezki 1-5/+6
2020-05-23sparc32: use PUD rather than PGD to get PMD in srmmu_nocache_init()Gravatar Mike Rapoport 1-1/+1
2020-05-23MAINTAINERS: update email address for Naoya HoriguchiGravatar Naoya Horiguchi 1-1/+1
2020-05-23sh: include linux/time_types.h for sockiosGravatar Arnd Bergmann 1-0/+2
2020-05-23kasan: disable branch tracing for core runtimeGravatar Marco Elver 3-10/+8
2020-05-23selftests/vm/write_to_hugetlbfs.c: fix unused variable warningGravatar John Hubbard 1-2/+0
2020-05-23selftests/vm/.gitignore: add mremap_dontunmapGravatar John Hubbard 1-0/+1
2020-05-23rapidio: fix an error in get_user_pages_fast() error handlingGravatar John Hubbard 1-0/+5
2020-05-23x86: bitops: fix build regressionGravatar Nick Desaulniers 1-6/+6
2020-05-23device-dax: don't leak kernel memory to user space after unloading kmemGravatar David Hildenbrand 1-3/+11
2020-05-23Revert "kobject: Make sure the parent does not get released before its children"Gravatar Greg Kroah-Hartman 1-20/+10
2020-05-22Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Gravatar Linus Torvalds 3-5/+9
2020-05-22Merge tag 'drm-fixes-2020-05-23' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 25-103/+137
2020-05-22net/mlx5: Fix error flow in case of function_setup failureGravatar Shay Drory 1-1/+2
2020-05-22net/mlx5e: CT: Correctly get flow ruleGravatar Roi Dayan 2-3/+6
2020-05-22net/mlx5e: Update netdev txq on completions during closureGravatar Moshe Shemesh 1-3/+6
2020-05-22net/mlx5: Annotate mutex destroy for root nsGravatar Roi Dayan 1-0/+6
2020-05-22net/mlx5: Don't maintain a case of del_sw_func being nullGravatar Roi Dayan 1-8/+9
2020-05-22net/mlx5: Fix cleaning unmanaged flow tablesGravatar Roi Dayan 1-5/+6
2020-05-22net/mlx5: Fix memory leak in mlx5_events_initGravatar Moshe Shemesh 1-1/+3
2020-05-22net/mlx5e: Fix inner tirs handlingGravatar Roi Dayan 4-10/+12
2020-05-22net/mlx5e: kTLS, Destroy key object after destroying the TISGravatar Tariq Toukan 1-1/+1
2020-05-22net/mlx5e: Fix allowed tc redirect merged eswitch offload casesGravatar Maor Dickman 3-14/+41
2020-05-22net/mlx5: Avoid processing commands before cmdif is readyGravatar Eran Ben Elisha 3-0/+23
2020-05-22net/mlx5: Fix a race when moving command interface to events modeGravatar Eran Ben Elisha 3-4/+40
2020-05-22net/mlx5: Add command entry handling completionGravatar Moshe Shemesh 2-0/+15
2020-05-22Merge tag 'rxrpc-fixes-20200523-v2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar David S. Miller 2-3/+2