aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-06-16net/packet: annotate accesses to po->bindEric Dumazet1-8/+8
2021-06-16Merge tag 'linux-can-fixes-for-5.13-20210616' of git://git.kernel.org/pub/scm...David S. Miller5-56/+200
2021-06-16net: ipv4: fix memory leak in ip_mc_add1_srcChengyang Fan1-0/+1
2021-06-16Merge branch 'fec-ptp-fixes'David S. Miller1-3/+5
2021-06-16net: fec_ptp: fix issue caused by refactor the fec_devtypeJoakim Zhang1-3/+1
2021-06-16net: fec_ptp: add clock rate zero checkFugang Duan1-0/+4
2021-06-16net: usb: fix possible use-after-free in smsc75xx_bindDongliang Mu1-4/+6
2021-06-16net: stmmac: disable clocks in stmmac_remove_config_dt()Joakim Zhang1-0/+2
2021-06-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds22-152/+386
2021-06-16mm/sparse: fix check_usemap_section_nr warningsMiles Chen1-2/+11
2021-06-16mm: thp: replace DEBUG_VM BUG with VM_WARN when unmap fails for splitYang Shi1-17/+7
2021-06-16mm/thp: unmap_mapping_page() to fix THP truncate_cleanup_page()Hugh Dickins3-24/+63
2021-06-16mm/thp: fix page_address_in_vma() on file THP tailsJue Wang1-4/+4
2021-06-16mm/thp: fix vma_address() if virtual address below file offsetHugh Dickins3-32/+53
2021-06-16mm/thp: try_to_unmap() use TTU_SYNC for safe splittingHugh Dickins4-2/+29
2021-06-16mm/thp: make is_huge_zero_pmd() safe and quickerHugh Dickins2-2/+11
2021-06-16mm/thp: fix __split_huge_pmd_locked() on shmem migration entryHugh Dickins2-12/+20
2021-06-16mm, thp: use head page in __migration_entry_wait()Xu Yu1-0/+1
2021-06-16mm/slub.c: include swab.hAndrew Morton1-0/+1
2021-06-16crash_core, vmcoreinfo: append 'SECTION_SIZE_BITS' to vmcoreinfoPingfan Liu1-0/+1
2021-06-16mm/memory-failure: make sure wait for page writeback in memory_failureyangerkun1-1/+6
2021-06-16mm/hugetlb: expand restore_reserve_on_error functionalityMike Kravetz3-23/+100
2021-06-16mm/slub: actually fix freelist pointer vs redzoningKees Cook1-11/+3
2021-06-16mm/slub: fix redzoning for small allocationsKees Cook2-5/+6
2021-06-16mm/slub: clarify verification reportingKees Cook2-12/+12
2021-06-16mm/swap: fix pte_same_as_swp() not removing uffd-wp bit when comparePeter Xu2-5/+12
2021-06-16mm,hwpoison: fix race with hugetlb page allocationNaoya Horiguchi3-2/+48
2021-06-16Merge tag 'dmaengine-fix-5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds14-26/+122
2021-06-16Merge tag 'clang-features-v5.13-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+4
2021-06-16drm/vc4: hdmi: Make sure the controller is powered in detectMaxime Ripard1-0/+4
2021-06-16drm/vc4: hdmi: Move the HSM clock enable to runtime_pmMaxime Ripard1-10/+30
2021-06-16can: mcba_usb: fix memory leak in mcba_usbPavel Skripkin1-2/+15
2021-06-16can: bcm: fix infoleak in struct bcm_msg_headNorbert Slusarek1-0/+3
2021-06-16can: bcm/raw/isotp: use per module netdevice notifierTetsuo Handa3-40/+142
2021-06-16can: j1939: fix Use-after-Free, hold skb ref while in useOleksij Rempel1-14/+40
2021-06-16printk: Move EXPORT_SYMBOL() closer to vprintk definitionPunit Agrawal1-1/+1
2021-06-16Merge tag 'usb-v5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/pe...Greg Kroah-Hartman1-2/+14
2021-06-16usb: chipidea: imx: Fix Battery Charger 1.2 CDP detectionBreno Lima1-2/+14
2021-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller10-16/+115
2021-06-15lantiq: net: fix duplicated skb in rx descriptor ringAleksander Jan Bajkowski1-1/+2
2021-06-15qmi_wwan: Do not call netif_rx from rx_fixupKristian Evensen1-1/+1
2021-06-15net: cdc_ncm: switch to eth%d interface namingMaciej Żenczykowski1-1/+1
2021-06-15net: inline function get_net_ns_by_fd if NET_NS is disabledChangbin Du2-8/+7
2021-06-15ptp: improve max_adj check against unreasonable valuesJakub Kicinski2-4/+4
2021-06-15proc: only require mm_struct for writingLinus Torvalds1-1/+3
2021-06-15x86/sgx: Add missing xa_destroy() when virtual EPC is destroyedKai Huang1-0/+1
2021-06-15afs: Fix an IS_ERR() vs NULL checkDan Carpenter1-2/+2
2021-06-15powerpc: Fix initrd corruption with relative jump labelsMichael Ellerman1-1/+1
2021-06-15usb: dwc3: core: fix kernel panic when do rebootPeter Chen1-1/+1
2021-06-15quota: finish disable quotactl_path syscallMarcin Juszkiewicz1-2/+1
2021-06-14Makefile: lto: Pass -warn-stack-size only on LLD < 13.0.0Tor Vic1-1/+4
2021-06-14net: mhi_net: Update the transmit handler prototypeSubash Abhinov Kasiviswanathan1-1/+1
2021-06-14bpf, selftests: Adjust few selftest outcomes wrt unreachable codeDaniel Borkmann8-8/+53
2021-06-14bpf: Fix leakage under speculation on mispredicted branchesDaniel Borkmann1-4/+40
2021-06-14bpf: Do not mark insn as seen under speculative path verificationDaniel Borkmann1-2/+18
2021-06-14bpf: Inherit expanded/patched seen count from old aux dataDaniel Borkmann1-1/+3
2021-06-14Merge tag 'for-net-2021-06-14' of git://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller1-3/+3
2021-06-14sched/fair: Correctly insert cfs_rq's to list on unthrottleOdin Ugedal1-19/+25
2021-06-14Bluetooth: SMP: Fix crash when receiving new connection when debug is enabledLuiz Augusto von Dentz1-3/+3
2021-06-14net: qrtr: fix OOB Read in qrtr_endpoint_postPavel Skripkin1-1/+1
2021-06-14ipv4: Fix device used for dst_alloc with local routesDavid Ahern2-1/+39
2021-06-14net: caif: fix memory leak in ldisc_openPavel Skripkin1-0/+1
2021-06-14cxgb4: fix wrong ethtool n-tuple rule lookupRahul Lakkireddy1-8/+16
2021-06-14netxen_nic: Fix an error handling path in 'netxen_nic_probe()'Christophe JAILLET1-0/+2
2021-06-14qlcnic: Fix an error handling path in 'qlcnic_probe()'Christophe JAILLET1-0/+1
2021-06-14ethtool: strset: fix message length calculationJakub Kicinski1-0/+2
2021-06-14net: qualcomm: rmnet: don't over-count statisticsAlex Elder1-9/+9
2021-06-14sch_cake: revise docs for RFC 8622 LE PHB supportTyson Moore1-6/+6
2021-06-14spi: spi-nxp-fspi: move the register operation after the clock enableHaibo Chen1-6/+5
2021-06-14Revert "cpufreq: CPPC: Add support for frequency invariance"Viresh Kumar4-245/+12
2021-06-14powerpc/signal64: Copy siginfo before changing regs->nipMichael Ellerman1-5/+4
2021-06-14mmc: meson-gx: use memcpy_to/fromio for dram-access-quirkNeil Armstrong1-5/+45
2021-06-14fanotify: fix copy_event_to_user() fid error clean upMatthew Bobrowski1-2/+2
2021-06-13Linux 5.13-rc6Linus Torvalds1-1/+1
2021-06-13Merge tag 'perf-tools-fixes-for-v5.13-2021-06-13' of git://git.kernel.org/pub...Linus Torvalds2-5/+3
2021-06-13Merge tag 'nfs-for-5.13-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds5-13/+33
2021-06-13Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-21/+26
2021-06-12riscv: sifive: fix Kconfig errata warningRandy Dunlap1-0/+1
2021-06-12riscv32: Use medany C model for modulesKhem Raj1-1/+1
2021-06-12Merge tag 'riscv-for-linus-5.13-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-16/+36
2021-06-12mm: relocate 'write_protect_seq' in struct mm_structFeng Tang1-7/+20
2021-06-12net: make get_net_ns return error if NET_NS is disabledChangbin Du4-15/+19
2021-06-12Merge tag 'usb-5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds40-144/+357
2021-06-12Merge tag 'tty-5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-1/+5
2021-06-12Merge tag 'staging-5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-3/+1
2021-06-12Merge tag 'driver-core-5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2021-06-12Merge tag 'char-misc-5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds17-20/+93
2021-06-12Merge tag 'pinctrl-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-17/+19
2021-06-12Merge tag 'block-5.13-2021-06-12' of git://git.kernel.dk/linux-blockLinus Torvalds8-52/+17
2021-06-12Merge tag 'io_uring-5.13-2021-06-12' of git://git.kernel.dk/linux-blockLinus Torvalds2-22/+39
2021-06-12Merge tag 'sched-urgent-2021-06-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-25/+41
2021-06-12Merge tag 'perf-urgent-2021-06-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-8/+10
2021-06-12Merge tag 'objtool-urgent-2021-06-12' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-1/+28
2021-06-11riscv: Fix BUILTIN_DTB for sifive and microchip socAlexandre Ghiti2-0/+2
2021-06-11Merge tag 'trace-v5.13-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-2/+13
2021-06-11Merge tag 'clang-features-v5.13-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+3
2021-06-11Merge tag 'gpio-fixes-for-v5.13-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2021-06-11net: stmmac: dwmac1000: Fix extended MAC address registers definitionJisheng Zhang1-4/+4
2021-06-11Merge tag 'drm-fixes-2021-06-11' of git://anongit.freedesktop.org/drm/drmLinus Torvalds19-79/+232
2021-06-11Merge branch 'cxgb4-fixes'David S. Miller3-24/+48
2021-06-11cxgb4: halt chip before flashing PHY firmware imageRahul Lakkireddy1-3/+19
2021-06-11cxgb4: fix sleep in atomic when flashing PHY firmwareRahul Lakkireddy3-4/+2
2021-06-11cxgb4: fix endianness when flashing boot imageRahul Lakkireddy1-17/+27
2021-06-11alx: Fix an error handling path in 'alx_probe()'Christophe JAILLET1-0/+1
2021-06-11Merge tag 'devicetree-fixes-for-5.13-3' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-3/+1
2021-06-11Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/so...Jens Axboe1-1/+2
2021-06-11Merge tag 'acpi-5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2-22/+9
2021-06-11block: loop: fix deadlock between open and removeChristoph Hellwig2-18/+8
2021-06-11Merge tag 'sound-5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds13-20/+148
2021-06-11x86, lto: Pass -stack-alignment only on LLD < 13.0.0Tor Vic1-2/+3
2021-06-11net: phy: dp83867: perform soft reset and retain established linkPraneeth Bajjuri1-5/+1
2021-06-11Merge tag 'hwmon-for-v5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-3/+39
2021-06-11Merge tag 'mmc-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds1-2/+7
2021-06-11Merge branch 'acpi-bus'Rafael J. Wysocki1-19/+8
2021-06-11KVM: x86/mmu: Calculate and check "full" mmu_role for nested MMUSean Christopherson1-1/+25
2021-06-11tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo1-5/+2
2021-06-11perf session: Correct buffer copying when peeking eventsLeo Yan1-0/+1
2021-06-11KVM: X86: Fix x86_emulator slab cache leakWanpeng Li1-0/+1
2021-06-11KVM: SVM: Call SEV Guest Decommission if ASID binding failsAlper Gun1-5/+15
2021-06-11Merge tag 'usb-serial-5.13-rc6' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman1-6/+78
2021-06-11Revert "usb: gadget: fsl: Re-enable driver for ARM SoCs"Greg Kroah-Hartman1-1/+1
2021-06-11objtool: Only rewrite unconditional retpoline thunk callsPeter Zijlstra1-0/+4
2021-06-10riscv: alternative: fix typo in macro nameVitaly Wool1-2/+2
2021-06-10async_xor: check src_offs is not NULL before updating itXiao Ni1-1/+2
2021-06-11Merge tag 'amd-drm-fixes-5.13-2021-06-09' of https://gitlab.freedesktop.org/a...Dave Airlie5-11/+28
2021-06-11Merge tag 'drm-misc-fixes-2021-06-10' of git://anongit.freedesktop.org/drm/dr...Dave Airlie9-26/+80
2021-06-11Merge tag 'drm-msm-fixes-2021-06-10' of https://gitlab.freedesktop.org/drm/ms...Dave Airlie5-42/+124
2021-06-10ARC: fix CONFIG_HARDENED_USERCOPYVineet Gupta1-1/+1
2021-06-10ARCv2: save ABI registers across signal handlingVineet Gupta2-0/+44
2021-06-10Merge branch 'mptcp-fixes'David S. Miller4-84/+88
2021-06-10mptcp: fix soft lookup in subflow_error_report()Paolo Abeni2-36/+48
2021-06-10selftests: mptcp: enable syncookie only in absence of reordersPaolo Abeni1-3/+8
2021-06-10mptcp: do not warn on bad input from the networkPaolo Abeni1-5/+5
2021-06-10mptcp: wake-up readers only for in sequence dataPaolo Abeni3-36/+21
2021-06-10mptcp: try harder to borrow memory from subflow under pressurePaolo Abeni1-4/+6
2021-06-10riscv: code patching only works on !XIP_KERNELJisheng Zhang1-9/+9
2021-06-10riscv: xip: support runtime trap patchingVitaly Wool2-5/+23
2021-06-10io_uring: add feature flag for rsrc tagsPavel Begunkov2-1/+3
2021-06-10io_uring: change registration/upd/rsrc tagging ABIPavel Begunkov2-21/+36
2021-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller4-47/+283
2021-06-10Merge branch 'tcp-options-oob-fixes'David S. Miller3-1/+12
2021-06-10sch_cake: Fix out of bounds when parsing TCP options and headerMaxim Mikityanskiy1-1/+5
2021-06-10mptcp: Fix out of bounds when parsing TCP optionsMaxim Mikityanskiy1-0/+2
2021-06-10netfilter: synproxy: Fix out of bounds when parsing TCP optionsMaxim Mikityanskiy1-0/+5
2021-06-10net/packet: annotate data race in packet_sendmsg()Eric Dumazet1-3/+6
2021-06-10inet: annotate date races around sk->sk_txhashEric Dumazet1-3/+7
2021-06-10net: annotate data race in sock_error()Eric Dumazet1-1/+6
2021-06-10Merge branch 'bridge-egress-fixes'David S. Miller2-16/+26
2021-06-10net: bridge: fix vlan tunnel dst refcnt when egressingNikolay Aleksandrov1-2/+2
2021-06-10net: bridge: fix vlan tunnel dst null pointer dereferenceNikolay Aleksandrov2-16/+26
2021-06-10coredump: Limit what can interrupt coredumpsEric W. Biederman1-1/+1
2021-06-10ping: Check return value of function 'ping_queue_rcv_skb'Zheng Yongjun1-5/+7
2021-06-10skbuff: fix incorrect msg_zerocopy copy notificationsWillem de Bruijn1-1/+3
2021-06-10Merge tag 'mlx5-fixes-2021-06-09' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller17-72/+112
2021-06-10Merge branch 'for-5.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+4
2021-06-10usb: typec: mux: Fix copy-paste mistake in typec_mux_matchBjorn Andersson1-1/+1
2021-06-10usb: typec: ucsi: Clear PPM capability data in ucsi_init() error pathMayank Rana1-0/+1
2021-06-10usb: gadget: fsl: Re-enable driver for ARM SoCsJoel Stanley1-1/+1
2021-06-10usb: typec: wcove: Use LE to CPU conversion when accessing msg->headerAndy Shevchenko1-1/+1
2021-06-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds11-18/+38
2021-06-10irqchip/gic-v3: Workaround inconsistent PMR setting on NMI entryMarc Zyngier1-1/+35
2021-06-10hwmon: (tps23861) correct shunt LSB valuesRobert Marko1-2/+2
2021-06-10hwmon: (tps23861) set current shunt valueRobert Marko1-0/+12
2021-06-10hwmon: (tps23861) define regmap max registerRobert Marko1-0/+1
2021-06-10ALSA: seq: Fix race of snd_seq_timer_open()Takashi Iwai1-1/+9
2021-06-10USB: serial: cp210x: fix CP2102N-A01 modem controlJohan Hovold1-5/+59
2021-06-10drm/msm/dsi: Stash away calculated vco frequency on recalcStephen Boyd2-0/+2
2021-06-10cgroup1: don't allow '\n' in renamingAlexander Kuznetsov1-0/+4
2021-06-10KVM: x86: Immediately reset the MMU context when the SMM flag is clearedSean Christopherson1-1/+4
2021-06-10IB/mlx5: Fix initializing CQ fragments bufferAlaa Hleihel1-5/+4
2021-06-10RDMA/mlx5: Delete right entry from MR signature databaseAharon Landau1-2/+2
2021-06-10RDMA: Verify port when creating flow ruleMaor Gottlieb3-6/+7
2021-06-10KVM: x86: Fix fall-through warnings for ClangGustavo A. R. Silva2-0/+2
2021-06-10KVM: SVM: fix doc warningsChenXiaoSong1-3/+3
2021-06-10KVM: selftests: Fix compiling errors when initializing the static structureYanan Wang1-19/+19
2021-06-10drm: Lock pointer access in drm_master_release()Desmond Cheong Zhi Xi1-1/+2
2021-06-10objtool: Fix .symtab_shndx handling for elf_create_undef_symbol()Peter Zijlstra1-1/+24
2021-06-10x86/nmi_watchdog: Fix old-style NMI watchdog regression on old Intel CPUsCodyYao-oc1-2/+2
2021-06-10irq_work: Make irq_work_queue() NMI-safe againPeter Zijlstra1-3/+0
2021-06-10USB: serial: cp210x: fix alternate function for CP2102N QFN20Stefan Agner1-1/+19
2021-06-10x86/fpu: Reset state for all signal restore failuresThomas Gleixner1-11/+15
2021-06-09net/mlx5e: Block offload of outer header csum for GRE tunnelAya Levin1-6/+3
2021-06-09net/mlx5e: Block offload of outer header csum for UDP tunnelsAya Levin1-7/+3
2021-06-09Revert "net/mlx5: Arm only EQs with EQEs"Shay Drory1-2/+4
2021-06-09net/mlx5e: Fix select queue to consider SKBTX_HW_TSTAMPAya Levin3-23/+25
2021-06-09net/mlx5e: Don't update netdev RQs with PTP-RQAya Levin1-2/+0
2021-06-09net/mlx5e: Verify dev is present in get devlink port ndoChris Mi1-0/+2
2021-06-09net/mlx5: DR, Don't use SW steering when RoCE is not supportedMaor Gottlieb1-4/+5
2021-06-09net/mlx5: Consider RoCE cap before init RDMA resourcesMaor Gottlieb1-0/+3
2021-06-09net/mlx5e: Fix page reclaim for dead peer hairpinDima Chumak3-7/+26
2021-06-09net/mlx5e: Remove dependency in IPsec initialization flowsHuy Nguyen1-3/+0
2021-06-09net/mlx5e: Fix use-after-free of encap entry in neigh update handlerVlad Buslov4-17/+40
2021-06-09net/mlx5e: Fix an error code in mlx5e_arfs_create_tables()Yang Li1-1/+1
2021-06-09Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2-8/+25
2021-06-09net/sched: act_ct: handle DNAT tuple collisionMarcelo Ricardo Leitner1-8/+13
2021-06-09Merge tag 'platform-drivers-x86-v5.13-3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds5-5/+10
2021-06-09rtnetlink: Fix regression in bridge VLAN configurationIdo Schimmel1-3/+5
2021-06-09Merge tag 'compiler-attributes-for-linus-v5.13-rc6' of git://github.com/ojeda...Linus Torvalds1-0/+1
2021-06-09Merge tag 'clang-format-for-linus-v5.13-rc6' of git://github.com/ojeda/linuxLinus Torvalds1-2/+11
2021-06-09Merge tag 'mac80211-for-net-2021-06-09' of git://git.kernel.org/pub/scm/linux...David S. Miller14-52/+109