summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-28rbd: don't hold lock_rwsem while running_list is being drainedIlya Dryomov1-7/+5
2021-07-28hugetlbfs: fix mount mode command line processingMike Kravetz1-1/+1
2021-07-28mm: fix the deadlock in finish_fault()Qi Zheng1-1/+10
2021-07-28memblock: make for_each_mem_range() traverse MEMBLOCK_HOTPLUG regionsMike Rapoport2-3/+4
2021-07-28mm: page_alloc: fix page_poison=1 / INIT_ON_ALLOC_DEFAULT_ON interactionSergei Trofimovich1-13/+16
2021-07-28mm: call flush_dcache_page() in memcpy_to_page() and memzero_page()Christoph Hellwig1-0/+2
2021-07-28kfence: skip all GFP_ZONEMASK allocationsAlexander Potapenko1-0/+9
2021-07-28kfence: move the size check to the beginning of __kfence_alloc()Alexander Potapenko1-3/+7
2021-07-28userfaultfd: do not untag user pointersPeter Collingbourne2-22/+30
2021-07-28io_uring: fix early fdput() of fileJens Axboe1-2/+4
2021-07-28io_uring: remove double poll entry on arm failurePavel Begunkov1-0/+2
2021-07-28io_uring: explicitly count entries for poll reqsPavel Begunkov1-6/+10
2021-07-28selftest: use mmap instead of posix_memalign to allocate memoryPeter Collingbourne1-2/+4
2021-07-28posix-cpu-timers: Fix rearm racing against process tickFrederic Weisbecker1-5/+5
2021-07-28bus: mhi: pci_generic: Fix inbound IPCR channelLoic Poulain1-1/+17
2021-07-28bus: mhi: core: Validate channel ID when processing command completionsBhaumik Bhatt1-5/+12
2021-07-28bus: mhi: pci_generic: Apply no-op for wake using sideband wake booleanBhaumik Bhatt1-8/+19
2021-07-28driver core: auxiliary bus: Fix memory leak when driver_register() failPeter Ujfalusi1-1/+7
2021-07-28ixgbe: Fix packet corruption due to missing DMA syncMarkus Boehme1-1/+2
2021-07-28media: ngene: Fix out-of-bounds bug in ngene_command_config_free_buf()Gustavo A. R. Silva2-7/+9
2021-07-28btrfs: fix lock inversion problem when doing qgroup extent tracingFilipe Manana6-25/+48
2021-07-28btrfs: fix unpersisted i_size on fsync after expanding truncateFilipe Manana1-9/+22
2021-07-28btrfs: check for missing device in btrfs_trim_fsAnand Jain1-0/+3
2021-07-28tracing: Synthetic event field_pos is an index not a booleanSteven Rostedt (VMware)1-1/+1
2021-07-28tracing: Fix bug in rb_per_cpu_empty() that might cause deadloop.Haoran Luo1-4/+24
2021-07-28tracing/histogram: Rename "cpu" to "common_cpu"Steven Rostedt (VMware)3-7/+21
2021-07-28tracepoints: Update static_call before tp_funcs when adding a tracepointSteven Rostedt (VMware)1-1/+1
2021-07-28firmware/efi: Tell memblock about EFI iomem reservationsMarc Zyngier1-1/+12
2021-07-28usb: typec: stusb160x: Don't block probing of consumer of "connector" nodesAmelie Delaunay1-0/+9
2021-07-28usb: typec: stusb160x: register role switch before interrupt registrationAmelie Delaunay1-4/+7
2021-07-28usb: typec: tipd: Don't block probing of consumer of "connector" nodesMartin Kepplinger1-0/+9
2021-07-28usb: dwc2: gadget: Fix sending zero length packet in DDMA mode.Minas Harutyunyan1-4/+6
2021-07-28usb: dwc2: gadget: Fix GOUTNAK flow for Slave mode.Minas Harutyunyan1-0/+21
2021-07-28usb: dwc2: Skip clock gating on Samsung SoCsMarek Szyprowski4-3/+11
2021-07-28usb: gadget: Fix Unbalanced pm_runtime_enable in tegra_xudc_probeZhang Qilong1-0/+1
2021-07-28USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stickJohn Keeping1-0/+1
2021-07-28USB: serial: cp210x: fix comments for GE CS1000Ian Ray1-2/+2
2021-07-28USB: serial: option: add support for u-blox LARA-R6 familyMarco De Marco1-0/+3
2021-07-28usb: renesas_usbhs: Fix superfluous irqs happen after usb_pkt_pop()Yoshihiro Shimoda1-0/+7
2021-07-28usb: max-3421: Prevent corruption of freed memoryMark Tomlinson1-30/+14
2021-07-28USB: usb-storage: Add LaCie Rugged USB3-FW to IGNORE_UASJulian Sikorski1-0/+7
2021-07-28usb: hub: Fix link power management max exit latency (MEL) calculationsMathias Nyman1-24/+28
2021-07-28usb: hub: Disable USB 3 device initiated lpm if exit latency is too highMathias Nyman1-12/+56
2021-07-28KVM: PPC: Book3S HV Nested: Sanitise H_ENTER_NESTED TM stateNicholas Piggin1-0/+20
2021-07-28KVM: PPC: Book3S: Fix H_RTAS rets buffer overflowNicholas Piggin1-3/+22
2021-07-28usb: ehci: Prevent missed ehci interrupts with edge-triggered MSIDavid Jeffery1-4/+14
2021-07-28xhci: Fix lost USB 2 remote wakeMathias Nyman1-1/+2
2021-07-28usb: xhci: avoid renesas_usb_fw.mem when it's unusableGreg Thelen1-0/+7
2021-07-28Revert "usb: renesas-xhci: Fix handling of unknown ROM state"Moritz Fischer1-8/+8
2021-07-28ALSA: pcm: Fix mmap capability checkTakashi Iwai1-4/+10