summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-07-25Linux 5.14-rc3v5.14-rc3Linus Torvalds1-1/+1
2021-07-25smpboot: fix duplicate and misplaced inlining directiveLinus Torvalds1-1/+1
2021-07-25Merge tag 'powerpc-5.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds5-8/+68
2021-07-25Merge tag 'timers-urgent-2021-07-25' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-8/+10
2021-07-25Merge tag 'locking-urgent-2021-07-25' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+4
2021-07-25Merge tag 'efi-urgent-2021-07-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-7/+23
2021-07-25Merge tag 'core-urgent-2021-07-25' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2021-07-25Merge tag 'dma-mapping-5.14-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-2/+10
2021-07-24Merge tag '5.14-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds6-55/+247
2021-07-24Merge tag 'riscv-for-linus-5.14-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-21/+48
2021-07-24ACPI: fix NULL pointer dereferenceLinus Torvalds1-1/+2
2021-07-24Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds6-92/+78
2021-07-24Merge tag 'io_uring-5.14-2021-07-24' of git://git.kernel.dk/linux-blockLinus Torvalds2-17/+45
2021-07-24Merge tag 'block-5.14-2021-07-24' of git://git.kernel.dk/linux-blockLinus Torvalds6-19/+32
2021-07-24Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-12/+9
2021-07-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds15-51/+93
2021-07-23riscv: __asm_copy_to-from_user: Fix: Typos in commentsAkira Tsukamoto1-9/+9
2021-07-23riscv: __asm_copy_to-from_user: Remove unnecessary size checkAkira Tsukamoto1-1/+0
2021-07-23riscv: __asm_copy_to-from_user: Fix: fail on RV32Akira Tsukamoto1-1/+1
2021-07-23riscv: __asm_copy_to-from_user: Fix: overrun copyAkira Tsukamoto1-3/+3
2021-07-23hugetlbfs: fix mount mode command line processingMike Kravetz1-1/+1
2021-07-23mm: fix the deadlock in finish_fault()Qi Zheng1-1/+10
2021-07-23mm: mmap_lock: fix disabling preemption directlyMuchun Song1-2/+2
2021-07-23mm/secretmem: wire up ->set_page_dirtyMike Rapoport1-0/+1
2021-07-23writeback, cgroup: do not reparent dax inodesRoman Gushchin1-0/+3
2021-07-23writeback, cgroup: remove wb from offline list before releasing refcntRoman Gushchin1-1/+1
2021-07-23memblock: make for_each_mem_range() traverse MEMBLOCK_HOTPLUG regionsMike Rapoport2-3/+4
2021-07-23mm: page_alloc: fix page_poison=1 / INIT_ON_ALLOC_DEFAULT_ON interactionSergei Trofimovich1-13/+16
2021-07-23mm: use kmap_local_page in memzero_pageChristoph Hellwig1-2/+2
2021-07-23mm: call flush_dcache_page() in memcpy_to_page() and memzero_page()Christoph Hellwig1-0/+2
2021-07-23kfence: skip all GFP_ZONEMASK allocationsAlexander Potapenko1-0/+9
2021-07-23kfence: move the size check to the beginning of __kfence_alloc()Alexander Potapenko1-3/+7
2021-07-23kfence: defer kfence_test_init to ensure that kunit debugfs is createdWeizhao Ouyang1-1/+1
2021-07-23selftest: use mmap instead of posix_memalign to allocate memoryPeter Collingbourne1-2/+4
2021-07-23userfaultfd: do not untag user pointersPeter Collingbourne2-22/+30
2021-07-23riscv: stacktrace: pin the task's stack in get_wchanJisheng Zhang1-1/+5
2021-07-23io_uring: explicitly catch any illegal async queue attemptJens Axboe2-1/+17
2021-07-23io_uring: never attempt iopoll reissue from release pathJens Axboe1-7/+7
2021-07-23Merge tag 'for-5.14-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds12-47/+79
2021-07-23Merge tag 'ceph-for-5.14-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds2-21/+14
2021-07-23Merge tag 'trace-v5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-20/+53
2021-07-23Merge tag 'm68k-for-v5.14-tag2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2021-07-23Merge tag 'acpi-5.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds5-15/+6
2021-07-23Merge tag 'driver-core-5.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-3/+11
2021-07-23Merge tag 'char-misc-5.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-16/+58
2021-07-23Merge tag 'usb-5.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds36-127/+264
2021-07-23Merge tag 'sound-5.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds23-96/+195
2021-07-23Merge branch 'acpi-utils'Rafael J. Wysocki4-14/+5
2021-07-23tracepoints: Update static_call before tp_funcs when adding a tracepointSteven Rostedt (VMware)1-1/+1
2021-07-23ftrace: Remove redundant initialization of variable retColin Ian King1-1/+1
2021-07-23ftrace: Avoid synchronize_rcu_tasks_rude() call when not necessaryNicolas Saenz Julienne1-1/+2
2021-07-23tracing: Clean up alloc_synth_event()Steven Rostedt (VMware)1-5/+3
2021-07-23tracing/histogram: Rename "cpu" to "common_cpu"Steven Rostedt (VMware)3-7/+21
2021-07-23tracing: Synthetic event field_pos is an index not a booleanSteven Rostedt (VMware)1-1/+1
2021-07-23KVM: PPC: Book3S HV Nested: Sanitise H_ENTER_NESTED TM stateNicholas Piggin1-0/+20
2021-07-23KVM: PPC: Book3S: Fix H_RTAS rets buffer overflowNicholas Piggin1-3/+22
2021-07-22riscv: Make sure the kernel mapping does not overlap with IS_ERR_VALUEAlexandre Ghiti1-2/+16
2021-07-22riscv: Make sure the linear mapping does not use the kernel mappingAlexandre Ghiti1-0/+2
2021-07-22Merge tag 'drm-fixes-2021-07-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds44-788/+457
2021-07-22riscv: Fix memory_limit for 64-bit kernelAlexandre Ghiti1-2/+9
2021-07-22cifs: fix fallocate when trying to allocate a hole.Ronnie Sahlberg1-5/+18
2021-07-22Merge tag 'fallthrough-fixes-clang-5.14-rc3' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+1
2021-07-23Merge tag 'drm-misc-fixes-2021-07-22' of git://anongit.freedesktop.org/drm/dr...Dave Airlie9-17/+60
2021-07-23Merge tag 'drm-intel-fixes-2021-07-22' of git://anongit.freedesktop.org/drm/d...Dave Airlie6-288/+109
2021-07-22io_uring: fix early fdput() of fileJens Axboe1-2/+4
2021-07-22Merge tag 'array-bounds-fixes-5.14-rc3' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-7/+9
2021-07-22Merge tag 'nvme-5.14-2021-07-22' of git://git.infradead.org/nvme into block-5.14Jens Axboe5-18/+31
2021-07-22CIFS: Clarify SMB1 code for POSIX delete fileSteve French1-2/+5
2021-07-22Merge tag 'usb-serial-5.14-rc3' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2-2/+6
2021-07-22CIFS: Clarify SMB1 code for POSIX CreateSteve French1-1/+2
2021-07-22Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds5-59/+40
2021-07-22Merge tag 'hyperv-fixes-signed-20210722' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-33/+65
2021-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds77-269/+1217
2021-07-22Merge tag 'mmc-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds2-24/+31
2021-07-22cifs: support share failover when remountingPaulo Alcantara4-40/+203
2021-07-22cifs: only write 64kb at a time when fallocating a small region of a fileRonnie Sahlberg1-7/+19
2021-07-22tracing: Fix bug in rb_per_cpu_empty() that might cause deadloop.Haoran Luo1-4/+24
2021-07-22btrfs: store a block_device in struct btrfs_ordered_extentChristoph Hellwig4-13/+6
2021-07-22btrfs: fix lock inversion problem when doing qgroup extent tracingFilipe Manana6-25/+48
2021-07-22btrfs: check for missing device in btrfs_trim_fsAnand Jain1-0/+3
2021-07-22btrfs: fix unpersisted i_size on fsync after expanding truncateFilipe Manana1-9/+22
2021-07-22dpaa2-switch: seed the buffer pool after allocating the swpIoana Ciornei1-8/+8
2021-07-22drm/panel: raspberrypi-touchscreen: Prevent double-freeMaxime Ripard1-1/+0
2021-07-22net: sched: cls_api: Fix the the wrong parameterYajun Deng1-1/+1
2021-07-22net: sparx5: fix unmet dependencies warningRandy Dunlap1-0/+1
2021-07-22ALSA: usb-audio: Add registration quirk for JBL Quantum headsetsAlexander Tsoy1-0/+3
2021-07-21Merge branch 'ksz-dsa-fixes'David S. Miller2-5/+18
2021-07-21net: dsa: tag_ksz: dont let the hardware process the layer 4 checksumLino Sanfilippo1-0/+9
2021-07-21net: dsa: ensure linearized SKBs in case of tail taggersLino Sanfilippo1-5/+9
2021-07-21RISC-V: load initrd wherever it fits into memoryHeinrich Schuchardt1-2/+2
2021-07-21ravb: Remove extra TABBiju Das1-1/+1
2021-07-21ravb: Fix a typo in commentBiju Das1-1/+1
2021-07-21net: dsa: sja1105: make VID 4095 a bridge VLAN tooVladimir Oltean1-0/+6
2021-07-21tcp: disable TFO blackhole logic by defaultWei Wang3-3/+10
2021-07-21Merge remote-tracking branch 'riscv/riscv-fix-32bit' into fixesPalmer Dabbelt1-0/+1
2021-07-21riscv: Fix 32-bit RISC-V boot failureBin Meng1-1/+3
2021-07-22Merge tag 'amd-drm-fixes-5.14-2021-07-21' of https://gitlab.freedesktop.org/a...Dave Airlie29-483/+288
2021-07-21drm/amdgpu - Corrected the video codecs array name for yellow carpVeerabadhran Gopalakrishnan1-2/+2
2021-07-21sctp: do not update transport pathmtu if SPP_PMTUD_ENABLE is not setXin Long1-2/+2
2021-07-21Merge tag 's390-5.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds9-37/+49
2021-07-21Merge tag 'spi-fix-v5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-65/+90
2021-07-21Merge tag 'regulator-fix-v5.14-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-23/+30
2021-07-21Merge tag 'afs-fixes-20210721' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-33/+87
2021-07-21drm/amd/display: Fix ASSR regression on embedded panelsStylon Wang1-3/+5
2021-07-21drm/amdgpu: add yellow carp pci id (v2)Aaron Liu1-0/+4
2021-07-21drm/amdgpu: update yellow carp external rev_id handlingAaron Liu1-1/+4
2021-07-21drm/amd/pm: Support board calibration on aldebaranLijo Lazar3-12/+40
2021-07-21drm/amd/display: change zstate allow msg conditionEric Yang3-25/+45
2021-07-21drm/amd/display: Populate dtbclk entries for dcn3.02/3.03Bindu Ramamurthy2-2/+10
2021-07-21drm/amd/display: Line Buffer changesNevenko Stupar4-19/+10
2021-07-21drm/amd/display: Remove MALL function from DCN3.1Mikita Lipski1-1/+0
2021-07-21drm/amd/display: Only set default brightness for OLEDCamille Cho1-3/+1
2021-07-21drm/amd/display: Update bounding box for DCN3.1Nicholas Kazlauskas1-0/+1
2021-07-21drm/amd/display: Query VCO frequency from register for DCN3.1Nicholas Kazlauskas2-55/+42
2021-07-21drm/amd/display: Populate socclk entries for dcn3.02/3.03Bindu Ramamurthy3-4/+14
2021-07-21drm/amd/display: Fix max vstartup calculation for modes with bordersNicholas Kazlauskas1-2/+4
2021-07-21drm/amd/display: implement workaround for riommu related hangEric Yang6-2/+27
2021-07-21drm/amd/display: Fix comparison error in dcn21 DMLVictor Lu1-1/+1
2021-07-21Merge tag 'asoc-fix-v5.14-rc2' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai16-88/+152
2021-07-21USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stickJohn Keeping1-0/+1
2021-07-21net: ixp46x: fix ptp build failureArnd Bergmann1-0/+2
2021-07-21ibmvnic: Remove the proper scrq flushSukadev Bhattiprolu1-1/+1
2021-07-21Revert "x86/hyperv: fix logical processor creation"Wei Liu1-1/+1
2021-07-21Merge branch 'pmtu-esp'David S. Miller4-19/+298
2021-07-21selftests: net: add ESP-in-UDP PMTU testVadim Fedorenko2-7/+260
2021-07-21drm/i915: Correct the docs for intel_engine_cmd_parserJason Ekstrand1-3/+1
2021-07-21udp: check encap socket in __udp_lib_errVadim Fedorenko2-12/+38
2021-07-21sctp: update active_key for asoc when old key is being replacedXin Long1-0/+2
2021-07-21driver core: Prevent warning when removing a device link from unregistered co...Adrian Hunter1-2/+4
2021-07-21nvme: set the PRACT bit when using Write Zeroes with T10 PIChristoph Hellwig1-1/+4
2021-07-21rbd: resurrect setting of disk->private_data in rbd_init_disk()Ilya Dryomov1-0/+1
2021-07-21r8169: Avoid duplicate sysfs entry creation errorSayanta Pattanayak1-1/+2
2021-07-21driver core: auxiliary bus: Fix memory leak when driver_register() failPeter Ujfalusi1-1/+7
2021-07-21afs: Remove redundant assignment to retJiapeng Chong1-4/+6
2021-07-21afs: Fix setting of writeback_indexDavid Howells1-1/+1
2021-07-21afs: check function returnTom Rix1-5/+11
2021-07-21afs: Fix tracepoint string placement with built-in AFSDavid Howells2-23/+69
2021-07-21nds32: fix up stack guard gapGreg Kroah-Hartman1-1/+1
2021-07-21MAINTAINERS: Change ACRN HSM driver maintainerShuo Liu1-1/+1
2021-07-21MAINTAINERS: Update for VMCI driverJorgen Hansen1-0/+8
2021-07-21bus: mhi: pci_generic: Fix inbound IPCR channelLoic Poulain1-1/+17
2021-07-21bus: mhi: core: Validate channel ID when processing command completionsBhaumik Bhatt1-5/+12
2021-07-21bus: mhi: pci_generic: Apply no-op for wake using sideband wake booleanBhaumik Bhatt1-8/+19
2021-07-21drm/ttm: add missing NULL checksPavel Skripkin2-0/+6
2021-07-21Revert "mm/pgtable: add stubs for {pmd/pub}_{set/clear}_huge"Jonathan Marek4-56/+34
2021-07-21arm64: smccc: Save lr before calling __arm_smccc_sve_check()Jean-Philippe Brucker1-3/+6
2021-07-21Revert "USB: quirks: ignore remote wake-up on Fibocom L850-GL LTE modem"Vincent Palatin1-4/+0
2021-07-21usb: cdc-wdm: fix build error when CONFIG_WWAN_CORE is not setWei Yongjun1-3/+3
2021-07-21nvme: fix nvme_setup_command metadata trace eventKeith Busch1-3/+3
2021-07-21nvme: fix refcounting imbalance when all paths are downHannes Reinecke3-13/+21
2021-07-21nvme-pci: don't WARN_ON in nvme_reset_work if ctrl.state is not RESETTINGZhihao Cheng1-1/+3
2021-07-21Revert "arm64: dts: qcom: Harmonize DWC USB3 DT nodes name"Greg Kroah-Hartman9-14/+14
2021-07-21usb: dwc2: gadget: Fix sending zero length packet in DDMA mode.Minas Harutyunyan1-4/+6
2021-07-21usb: dwc2: Skip clock gating on Samsung SoCsMarek Szyprowski4-3/+11
2021-07-21usb: renesas_usbhs: Fix superfluous irqs happen after usb_pkt_pop()Yoshihiro Shimoda1-0/+7
2021-07-21usb: dwc2: gadget: Fix GOUTNAK flow for Slave mode.Minas Harutyunyan1-0/+21
2021-07-21usb: phy: Fix page fault from usb_phy_ueventArtur Petrosyan1-2/+8
2021-07-21usb: xhci: avoid renesas_usb_fw.mem when it's unusableGreg Thelen1-0/+7
2021-07-21usb: gadget: u_serial: remove WARN_ON on null portColin Ian King1-1/+1
2021-07-21usb: dwc3: avoid NULL access of usb_gadget_driverLinyu Yuan3-9/+23
2021-07-21usb: max-3421: Prevent corruption of freed memoryMark Tomlinson1-30/+14
2021-07-21usb: gadget: Fix Unbalanced pm_runtime_enable in tegra_xudc_probeZhang Qilong1-0/+1
2021-07-21MAINTAINERS: repair reference in USB IP DRIVER FOR HISILICON KIRIN 970Lukas Bulwahn1-1/+1
2021-07-21usb: typec: stusb160x: Don't block probing of consumer of "connector" nodesAmelie Delaunay1-0/+9
2021-07-21usb: typec: stusb160x: register role switch before interrupt registrationAmelie Delaunay1-4/+7
2021-07-21USB: usb-storage: Add LaCie Rugged USB3-FW to IGNORE_UASJulian Sikorski1-0/+7
2021-07-21usb: ehci: Prevent missed ehci interrupts with edge-triggered MSIDavid Jeffery1-4/+14
2021-07-21usb: hub: Disable USB 3 device initiated lpm if exit latency is too highMathias Nyman1-12/+56
2021-07-21usb: hub: Fix link power management max exit latency (MEL) calculationsMathias Nyman1-24/+28
2021-07-21usb: typec: tipd: Don't block probing of consumer of "connector" nodesMartin Kepplinger1-0/+9
2021-07-21xhci: Fix lost USB 2 remote wakeMathias Nyman1-1/+2
2021-07-21Revert "usb: renesas-xhci: Fix handling of unknown ROM state"Moritz Fischer1-8/+8
2021-07-21drm/ttm: Force re-init if ttm_global_init() failsJason Ekstrand1-0/+2
2021-07-20scsi: target: Fix NULL dereference on XCOPY completionDavid Disseldorp1-1/+1
2021-07-20ixgbe: Fix packet corruption due to missing DMA syncMarkus Boehme1-1/+2
2021-07-20i2c: mpc: Poll for MCFChris Packham1-2/+2
2021-07-20Merge tag 'at24-fixes-for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel...Wolfram Sang1-10/+7
2021-07-20s390: update defconfigsHeiko Carstens3-17/+34
2021-07-20s390/cpumf: fix semicolon.cocci warningskernel test robot1-1/+1
2021-07-20s390/boot: fix use of expolines in the DMA codeAlexander Egorenkov1-15/+4
2021-07-20ceph: don't WARN if we're still opening a session to an MDSLuis Henriques1-1/+1
2021-07-20rbd: don't hold lock_rwsem while running_list is being drainedIlya Dryomov1-7/+5
2021-07-20rbd: always kick acquire on "acquired" and "released" notificationsIlya Dryomov1-13/+7
2021-07-20ALSA: hda/hdmi: Add quirk to force pin connectivity on NUC10Kai Vehmanen1-0/+1
2021-07-20Revert "qed: fix possible unpaired spin_{un}lock_bh in _qed_mcp_cmd_and_union()"Jia He1-17/+6
2021-07-20ipv6: fix another slab-out-of-bounds in fib6_nh_flush_exceptionsPaolo Abeni1-1/+1
2021-07-20fsl/fman: Add fibre supportMaxim Kochetkov1-0/+1
2021-07-20net/sched: act_skbmod: Skip non-Ethernet packetsPeilin Ye1-4/+8
2021-07-20mt7530 mt7530_fdb_write only set ivl bit vid larger than 1Eric Woudstra1-1/+2
2021-07-20Merge branch 'octeon-DMAC'David S. Miller10-32/+427
2021-07-20drm: Return -ENOTTY for non-drm ioctlsCharles Baylis2-0/+4
2021-07-20io_uring: fix memleak in io_init_wq_offload()Yang Yingliang1-1/+5
2021-07-20io_uring: remove double poll entry on arm failurePavel Begunkov1-0/+2
2021-07-20io_uring: explicitly count entries for poll reqsPavel Begunkov1-6/+10
2021-07-20spi: spi-bcm2835: Fix deadlockAlexandru Tachici1-5/+7
2021-07-20Merge tag 'efi-urgent-for-v5.14-rc2' of git://git.kernel.org/pub/scm/linux/ke...Ingo Molnar4-7/+23
2021-07-20Merge branch 'net-hns3-fixes-for-net'Jakub Kicinski5-4/+41
2021-07-20net: hns3: fix rx VLAN offload state inconsistent issueJian Shen1-0/+10
2021-07-20net: hns3: disable port VLAN filter when support function level VLAN filter c...Jian Shen1-2/+6
2021-07-20net: hns3: add match_id to check mailbox response from PF to VFPeng Li2-0/+20