aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-05-27Merge tag 'fsnotify_for_v5.7-rc8' of git://git.kernel.org/pub/scm/linux/kerne...HEADmasterLinus Torvalds2-3/+2
2020-05-27Merge branch 'for-5.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-30/+29
2020-05-27fanotify: turn off support for FAN_DIR_MODIFYAmir Goldstein2-3/+2
2020-05-27Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds1-0/+1
2020-05-26exec: Always set cap_ambient in cap_bprm_set_credsEric W. Biederman1-0/+1
2020-05-25Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds7-93/+127
2020-05-24Linux 5.7-rc7Linus Torvalds1-1/+1
2020-05-24Merge tag 'efi-urgent-2020-05-24' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds12-39/+124
2020-05-24Merge tag 'x86-urgent-2020-05-24' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+9
2020-05-24Merge tag 'sched-urgent-2020-05-24' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-14/+39
2020-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds112-454/+940
2020-05-23net: smsc911x: Fix runtime PM imbalance on errorDinghao Liu1-4/+5
2020-05-23Merge tag 'mlx5-fixes-2020-05-22' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller16-48/+168
2020-05-23net/mlx4_core: fix a memory leak bug.Qiushi Wu1-1/+1
2020-05-23net: ethernet: ti: cpsw: fix ASSERT_RTNL() warning during suspendGrygorii Strashko1-0/+4
2020-05-23net: phy: mscc: fix initialization of the MACsec protocol modeAntoine Tenart5-10/+21
2020-05-23net: stmmac: don't attach interface until resume finishesLeon Yu1-2/+2
2020-05-23net: Fix return value about devm_platform_ioremap_resource()Tiezhu Yang4-4/+7
2020-05-23sparc32: fix page table traversal in srmmu_nocache_init()Mike Rapoport1-2/+2
2020-05-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds12-28/+46
2020-05-23Merge tag 'driver-core-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-18/+37
2020-05-23Merge tag 'char-misc-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-2/+10
2020-05-23Merge tag 'staging-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds11-34/+61
2020-05-23Merge tag 'tty-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+1
2020-05-23Merge tag 's390-5.7-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds5-8/+227
2020-05-23MAINTAINERS: add files related to kdumpBaoquan He1-0/+5
2020-05-23z3fold: fix use-after-free when freeing handlesUladzislau Rezki1-5/+6
2020-05-23sparc32: use PUD rather than PGD to get PMD in srmmu_nocache_init()Mike Rapoport1-1/+1
2020-05-23MAINTAINERS: update email address for Naoya HoriguchiNaoya Horiguchi1-1/+1
2020-05-23sh: include linux/time_types.h for sockiosArnd Bergmann1-0/+2
2020-05-23kasan: disable branch tracing for core runtimeMarco Elver3-10/+8
2020-05-23selftests/vm/write_to_hugetlbfs.c: fix unused variable warningJohn Hubbard1-2/+0
2020-05-23selftests/vm/.gitignore: add mremap_dontunmapJohn Hubbard1-0/+1
2020-05-23rapidio: fix an error in get_user_pages_fast() error handlingJohn Hubbard1-0/+5
2020-05-23x86: bitops: fix build regressionNick Desaulniers1-6/+6
2020-05-23device-dax: don't leak kernel memory to user space after unloading kmemDavid Hildenbrand1-3/+11
2020-05-23Revert "kobject: Make sure the parent does not get released before its children"Greg Kroah-Hartman1-20/+10
2020-05-22Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds3-5/+9
2020-05-22Merge tag 'drm-fixes-2020-05-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds25-103/+137
2020-05-22net/mlx5: Fix error flow in case of function_setup failureShay Drory1-1/+2
2020-05-22net/mlx5e: CT: Correctly get flow ruleRoi Dayan2-3/+6
2020-05-22net/mlx5e: Update netdev txq on completions during closureMoshe Shemesh1-3/+6
2020-05-22net/mlx5: Annotate mutex destroy for root nsRoi Dayan1-0/+6
2020-05-22net/mlx5: Don't maintain a case of del_sw_func being nullRoi Dayan1-8/+9
2020-05-22net/mlx5: Fix cleaning unmanaged flow tablesRoi Dayan1-5/+6
2020-05-22net/mlx5: Fix memory leak in mlx5_events_initMoshe Shemesh1-1/+3
2020-05-22net/mlx5e: Fix inner tirs handlingRoi Dayan4-10/+12
2020-05-22net/mlx5e: kTLS, Destroy key object after destroying the TISTariq Toukan1-1/+1
2020-05-22net/mlx5e: Fix allowed tc redirect merged eswitch offload casesMaor Dickman3-14/+41
2020-05-22net/mlx5: Avoid processing commands before cmdif is readyEran Ben Elisha3-0/+23
2020-05-22net/mlx5: Fix a race when moving command interface to events modeEran Ben Elisha3-4/+40
2020-05-22net/mlx5: Add command entry handling completionMoshe Shemesh2-0/+15
2020-05-22Merge tag 'rxrpc-fixes-20200523-v2' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2-3/+2
2020-05-23rxrpc: Fix a memory leak in rxkad_verify_response()Qiushi Wu1-2/+1
2020-05-23rxrpc: Fix a warningDavid Howells1-1/+1
2020-05-22net: sun: fix missing release regions in cas_init_one().Qiushi Wu1-2/+1
2020-05-22net: mscc: ocelot: fix address ageing time (again)Vladimir Oltean1-1/+1
2020-05-22r8169: fix OCP access on RTL8117Heiner Kallweit1-2/+15
2020-05-22Merge branch 'mlxsw-Various-fixes'David S. Miller3-3/+21
2020-05-22selftests: mlxsw: qos_mc_aware: Specify arping timeout as an integerAmit Cohen1-1/+1
2020-05-22mlxsw: spectrum: Fix use-after-free of split/unsplit/type_set in case reload ...Jiri Pirko2-2/+20
2020-05-22net: ethernet: stmmac: Enable interface clocks on probe for IPQ806xJonathan McDowell1-0/+13
2020-05-22Merge branch 'netdevsim-Two-small-fixes'David S. Miller2-2/+5
2020-05-22selftests: netdevsim: Always initialize 'RET' variableIdo Schimmel1-0/+4
2020-05-22netdevsim: Ensure policer drop counter always increasesIdo Schimmel1-2/+1
2020-05-22Merge tag 'rxrpc-fixes-20200520' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller17-159/+335
2020-05-22net/ethernet/freescale: rework quiesce/activate for ucc_gethValentin Longchamp1-6/+7
2020-05-22sctp: Start shutdown on association restart if in SHUTDOWN-SENT state and soc...Jere Leppänen1-4/+5
2020-05-22tipc: block BH before using dst_cacheEric Dumazet1-1/+5
2020-05-22net: mvpp2: fix RX hashing for non-10G portsRussell King1-1/+1
2020-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller5-11/+69
2020-05-22felix: Fix initialization of ioremap resourcesClaudiu Manoil3-27/+24
2020-05-22mptcp: use untruncated hash in ADD_ADDR HMACTodd Malsbary4-25/+24
2020-05-22Merge tag 'io_uring-5.7-2020-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-26/+34
2020-05-22Merge tag 'block-5.7-2020-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds2-0/+11
2020-05-22Merge tag 'riscv-for-linus-5.7-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+2
2020-05-22Merge tag 'efi-fixes-for-v5.7-rc6' of git://git.kernel.org/pub/scm/linux/kern...Borislav Petkov12-39/+124
2020-05-22x86/unwind/orc: Fix unwind_get_return_address_ptr() for inactive tasksJosh Poimboeuf1-0/+7
2020-05-22Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-4/+5
2020-05-22Merge tag 'sound-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds3-1/+7
2020-05-22arm64: Add get_user() type annotation on the !access_ok() pathAl Viro1-1/+1
2020-05-22Merge tag 'powerpc-5.7-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds4-14/+19
2020-05-22misc: rtsx: Add short delay after exit from ASPMKlaus Doth1-0/+3
2020-05-21flow_dissector: Drop BPF flow dissector prog ref on netns cleanupJakub Sitnicki1-5/+21
2020-05-22Merge tag 'amd-drm-fixes-5.7-2020-05-21' of git://people.freedesktop.org/~agd...Dave Airlie18-95/+126
2020-05-21net: sgi: ioc3-eth: Fix return value check in ioc3eth_probe()Tang Bin1-4/+4
2020-05-21net: don't return invalid table id error when we fall back to PF_UNSPECSabrina Dubroca5-6/+4
2020-05-22Merge branch 'etnaviv/fixes' of https://git.pengutronix.de/git/lst/linux into...Dave Airlie2-2/+4
2020-05-21net: ipip: fix wrong address family in init error pathVadim Fedorenko1-1/+1
2020-05-21Merge branch 'net-tls-fix-encryption-error-path'David S. Miller1-7/+10
2020-05-21net/tls: free record only on encryption errorVadim Fedorenko1-2/+4
2020-05-21net/tls: fix encryption error checkingVadim Fedorenko1-5/+6
2020-05-21Merge branch 'net-ethernet-ti-fix-some-return-value-check'David S. Miller4-6/+7
2020-05-21net: ethernet: ti: am65-cpsw-nuss: fix error handling of am65_cpsw_nuss_probeWei Yongjun1-1/+2
2020-05-21net: ethernet: ti: fix some return value check of cpsw_ale_create()Wei Yongjun3-5/+5
2020-05-21net: qrtr: Fix passing invalid reference to qrtr_local_enqueue()Manivannan Sadhasivam1-1/+1
2020-05-21ethtool: count header size in reply size estimateMichal Kubecek2-3/+2
2020-05-21Merge tag 'apparmor-pr-2020-05-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-4/+5
2020-05-21exfat: add the dummy mount options to be backward compatible with staging/exfatNamjae Jeon1-0/+19
2020-05-21apparmor: Fix use-after-free in aa_audit_rule_initNavid Emamdoost1-1/+2
2020-05-21apparmor: Fix aa_label refcnt leak in policy_updateXiyu Yang1-1/+2
2020-05-21apparmor: fix potential label refcnt leak in aa_change_profileXiyu Yang1-2/+1
2020-05-21RISC-V: gp_in_global needs register keywordPalmer Dabbelt1-1/+1
2020-05-21Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-10/+9
2020-05-21Merge tag 'dmaengine-fix-5.7-rc7' of git://git.infradead.org/users/vkoul/slav...Linus Torvalds7-21/+40
2020-05-21Merge tag 'fiemap-regression-fix' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-32/+34
2020-05-21null_blk: don't allow discard for zoned modeChaitanya Kulkarni1-0/+7
2020-05-21null_blk: return error for invalid zone sizeChaitanya Kulkarni1-0/+4
2020-05-22powerpc/64s: Disable STRICT_KERNEL_RWXMichael Ellerman1-1/+1
2020-05-21kobject: Make sure the parent does not get released before its childrenHeikki Krogerus1-10/+20
2020-05-21driver core: Fix handling of SYNC_STATE_ONLY + STATELESS device linksSaravana Kannan1-3/+5
2020-05-20net: nlmsg_cancel() if put fails for nhmsgStephen Worley1-0/+1
2020-05-20ax25: fix setsockopt(SO_BINDTODEVICE)Eric Dumazet1-2/+4
2020-05-20Merge branch 'wireguard-fixes'David S. Miller8-59/+71
2020-05-20wireguard: noise: separate receive counter from send counterJason A. Donenfeld5-53/+48
2020-05-20wireguard: queueing: preserve flow hash across packet scrubbingJason A. Donenfeld4-4/+17
2020-05-20wireguard: noise: read preshared key while taking lockJason A. Donenfeld1-1/+5
2020-05-20wireguard: selftests: use newer iproute2 for gcc-10Jason A. Donenfeld1-1/+1
2020-05-20bpf: Prevent mmap()'ing read-only maps as writableAndrii Nakryiko3-4/+34
2020-05-20security: Fix hook iteration for secid_to_secctxKP Singh1-2/+14
2020-05-20riscv: Fix print_vm_layout build error if NOMMUKefeng Wang1-1/+1
2020-05-20drm/amd/display: Defer cursor lock until after VUPDATENicholas Kazlauskas6-1/+81
2020-05-20drm/amd/display: Remove dml_common_def fileRodrigo Siqueira11-94/+18
2020-05-20drm/amd/display: DP training to set properly SCRAMBLING_DISABLEVladimir Stempen1-0/+27
2020-05-20Merge tag 'fixes-for-5.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-3/+6
2020-05-20Merge tag 'for-linus-5.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-39/+9
2020-05-20Merge tag 'for-linus-5.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-2/+3
2020-05-20Merge tag 'pm-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2-12/+9
2020-05-20Merge tag 'ovl-fixes-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-0/+21
2020-05-20pipe: Fix pipe_full() test in opipe_prep().Tetsuo Handa1-1/+1
2020-05-20rxrpc: Fix ack discardDavid Howells1-4/+26
2020-05-20rxrpc: Trace discarded ACKsDavid Howells2-2/+45
2020-05-20io_uring: reset -EBUSY error when io sq thread is waken upXiaoguang Wang1-0/+1
2020-05-20Revert "powerpc/32s: reorder Linux PTE bits to better match Hash PTE bits."Christophe Leroy3-13/+18
2020-05-20arm64: Fix PTRACE_SYSEMU semanticsKeno Fischer1-3/+4
2020-05-20s390/kaslr: add support for R_390_JMP_SLOT relocation typeGerald Schaefer1-0/+1
2020-05-20s390/mm: fix set_huge_pte_at() for empty ptesGerald Schaefer1-3/+6
2020-05-19io_uring: don't add non-IO requests to iopoll pending listJens Axboe1-1/+2
2020-05-20drm/edid: Add Oculus Rift S to non-desktop listJan Schmidt1-1/+2
2020-05-20Merge branch 'vmwgfx-fixes-5.7' of git://people.freedesktop.org/~sroland/linu...Dave Airlie4-5/+5
2020-05-19Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2020-05-19sctp: Don't add the shutdown timer if its already been addedNeil Horman1-3/+11
2020-05-19Merge tag 'arc-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds9-16/+16
2020-05-19__netif_receive_skb_core: pass skb by referenceBoris Sukholitko1-5/+15
2020-05-19net: inet_csk: Fix so_reuseport bind-address cache in tb->fast*Martin KaFai Lau1-19/+24
2020-05-19fix multiplication overflow in copy_fdtable()Al Viro1-1/+1
2020-05-19io_uring: don't use kiocb.private to store buf_indexBijan Mottahedeh1-8/+8
2020-05-19r8152: support additional Microsoft Surface Ethernet Adapter variantMarc Payne2-2/+10
2020-05-19mptcp: use rightmost 64 bits in ADD_ADDR HMACTodd Malsbary1-2/+2
2020-05-19Merge tag 'wireless-drivers-2020-05-19' of git://git.kernel.org/pub/scm/linux...David S. Miller1-0/+4
2020-05-19ext4: fix fiemap size checks for bitmap filesChristoph Hellwig2-31/+33
2020-05-19net: bmac: Fix read of MAC address from ROMJeremy Kerr1-1/+1
2020-05-19ext4: fix EXT4_MAX_LOGICAL_BLOCK macroRitesh Harjani1-1/+1
2020-05-19Merge branch 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds10-16/+58
2020-05-19Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+17
2020-05-19Merge tag 'iommu-fixes-v5.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-11/+18
2020-05-19vsprintf: don't obfuscate NULL and error pointersIlya Dryomov2-1/+25
2020-05-19sched/fair: Fix unthrottle_cfs_rq() for leaf_cfs_rq listVincent Guittot1-12/+30
2020-05-19sched/debug: Fix requested task uclamp values shown in procfsPavankumar Kondeti1-2/+2
2020-05-19sched/fair: Fix enqueue_task_fair() warning some morePhil Auld1-0/+7
2020-05-19x86/mmiotrace: Use cpumask_available() for cpumask_var_t variablesNathan Chancellor1-2/+2
2020-05-19dmaengine: tegra210-adma: Fix an error handling path in 'tegra_adma_probe()'Christophe JAILLET1-1/+1
2020-05-19driver core: Fix SYNC_STATE_ONLY device link implementationSaravana Kannan1-22/+39
2020-05-19iommu: Fix deferred domain attachmentJoerg Roedel1-6/+11
2020-05-19ARM: 8977/1: ptrace: Fix mask for thumb breakpoint hookFredrik Strupe1-2/+2
2020-05-19drm/etnaviv: Fix a leak in submit_pin_objects()Dan Carpenter1-1/+3
2020-05-19drm/etnaviv: fix perfmon domain interationChristian Gmeiner1-1/+1
2020-05-19mtd:rawnand: brcmnand: Fix PM resume crashKamal Dasu1-2/+1
2020-05-19ALSA: hda/realtek - Add more fixup entries for Clevo machinesPeiSen Hou1-0/+3
2020-05-18net sched: fix reporting the first-time use timestampRoman Mashak1-1/+2
2020-05-18mtd: Fix mtd not registered due to nvmem name collisionRicardo Ribalda Delgado1-1/+1
2020-05-18mtd: spinand: Propagate ECC information to the MTD structureMiquel Raynal1-0/+4
2020-05-18Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/l...Linus Torvalds5-34/+40
2020-05-18ALSA: iec1712: Initialize STDSP24 properly when using the model=staudio optionScott Bahling1-1/+2
2020-05-18Merge tag 'for-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/link...Linus Torvalds2-6/+8
2020-05-18afs: Don't unlock fetched data pages until the op completes successfullyDavid Howells2-8/+8
2020-05-18io_uring: cancel work if task_work_add() failsJens Axboe1-3/+5
2020-05-18ACPI: EC: PM: Avoid flushing EC work when EC GPE is inactiveRafael J. Wysocki2-12/+9
2020-05-18ALSA: hda/realtek - Fix silent output on Gigabyte X570 Aorus XtremeChristian Lachner1-0/+1
2020-05-18ALSA: pcm: fix incorrect hw_base increaseBrent Lu1-0/+1
2020-05-18exfat: fix possible memory leak in exfat_find()Wei Yongjun1-0/+1
2020-05-18exfat: use iter_file_splice_writeEric Sandeen1-6/+7
2020-05-17Linux 5.7-rc6Linus Torvalds1-1/+1
2020-05-17Merge tag 'for-linus-5.7-2' of git://github.com/cminyard/linux-ipmiLinus Torvalds1-2/+2
2020-05-17ubi: Fix seq_file usage in detailed_erase_block_info debugfs fileRichard Weinberger1-10/+2
2020-05-17ubifs: fix wrong use of crypto_shash_descsize()Eric Biggers2-24/+6
2020-05-17io_uring: remove dead check in io_splice()Jens Axboe1-4/+1
2020-05-17net: phy: propagate an error back to the callers of phy_sfp_probeLeon Romanovsky1-2/+2
2020-05-17net: revert "net: get rid of an signed integer overflow in ip_idents_reserve()"Yuqi Jin1-8/+6
2020-05-17Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-66/+58
2020-05-17dt-bindings: net: dsa: b53: Add missing size and address cells to exampleKurt Kanzenbach1-0/+3
2020-05-17Merge tag 'usb-5.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds22-123/+448
2020-05-17Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds1-2/+2
2020-05-17Merge tag 'objtool-urgent-2020-05-17' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-7/+9
2020-05-17Merge tag 'x86_urgent_for_v5.7-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-1/+23
2020-05-17nexthop: Fix attribute checking for groupsDavid Ahern1-1/+1
2020-05-17exec: Move would_dump into flush_old_execEric W. Biederman1-2/+2
2020-05-17io_uring: fix FORCE_ASYNC req preparationPavel Begunkov1-3/+9
2020-05-17io_uring: don't prepare DRAIN reqs twicePavel Begunkov1-6/+7
2020-05-17io_uring: initialize ctx->sqo_wait earlierJens Axboe1-1/+1