summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-08-26dmaengine: usb-dmac: Fix PM reference leak in usb_dmac_probe()Yu Kuai1-1/+1
2021-08-26KVM: nSVM: avoid picking up unsupported bits from L2 in int_ctl (CVE-2021-3653)Maxim Levitsky2-1/+7
2021-08-26vmlinux.lds.h: Handle clang's module.{c,d}tor sectionsNathan Chancellor1-0/+1
2021-08-26PCI/MSI: Enforce MSI[X] entry updates to be visibleThomas Gleixner1-0/+5
2021-08-26PCI/MSI: Enforce that MSI-X table entry is masked for updateThomas Gleixner1-3/+16
2021-08-26PCI/MSI: Mask all unused MSI-X entriesThomas Gleixner1-14/+31
2021-08-26PCI/MSI: Protect msi_desc::masked for multi-MSIThomas Gleixner4-10/+13
2021-08-26PCI/MSI: Use msi_mask_irq() in pci_msi_shutdown()Thomas Gleixner1-1/+1
2021-08-26PCI/MSI: Correct misleading commentsThomas Gleixner1-4/+1
2021-08-26PCI/MSI: Do not set invalid bits in MSI maskThomas Gleixner1-4/+4
2021-08-26PCI/MSI: Enable and mask MSI-X earlyThomas Gleixner1-13/+15
2021-08-26x86/tools: Fix objdump version check againRandy Dunlap1-0/+1
2021-08-26xen/events: Fix race in set_evtchn_to_irqMaximilian Heyne1-6/+14
2021-08-26net: Fix memory leak in ieee802154_raw_deliverTakeshi Misawa1-1/+6
2021-08-26i2c: dev: zero out array used for i2c reads from userspaceGreg Kroah-Hartman1-2/+3
2021-08-26ASoC: intel: atom: Fix reference to PCM buffer addressTakashi Iwai1-2/+1
2021-08-15Linux 4.4.281v4.4.281Greg Kroah-Hartman1-1/+1
2021-08-15ovl: prevent private clone if bind mount is not allowedMiklos Szeredi1-15/+27
2021-08-15net: xilinx_emaclite: Do not print real IOMEM pointerYueHaibing1-3/+2
2021-08-15USB:ehci:fix Kunpeng920 ehci hardware problemLongfang Liu1-0/+3
2021-08-15pipe: increase minimum default pipe size to 2 pagesAlex Xu (Hello71)1-1/+16
2021-08-15net/qla3xxx: fix schedule while atomic in ql_wait_for_drvr_lock and ql_adapte...Letu Ren1-3/+3
2021-08-15alpha: Send stop IPI to send to online CPUsPrarit Bhargava1-1/+1
2021-08-15reiserfs: check directory items on read from diskShreyansh Chouhan1-5/+26
2021-08-15reiserfs: add check for root_inode in reiserfs_fill_superYu Kuai1-0/+8
2021-08-15pcmcia: i82092: fix a null pointer dereference bugZheyu Ma1-0/+1
2021-08-15MIPS: Malta: Do not byte-swap accesses to the CBUS UARTMaciej W. Rozycki1-1/+2
2021-08-15serial: 8250: Mask out floating 16/32-bit bus bitsMaciej W. Rozycki1-3/+9
2021-08-15media: rtl28xxu: fix zero-length control requestJohan Hovold1-1/+10
2021-08-15scripts/tracing: fix the bug that can't parse raw_trace_funcHui Su1-3/+3
2021-08-15USB: serial: ftdi_sio: add device ID for Auto-M3 OP-COM v2David Bauer2-0/+4
2021-08-15USB: serial: ch341: fix character loss at high transfer ratesWilly Tarreau1-0/+1
2021-08-15USB: serial: option: add Telit FD980 composition 0x1056Daniele Palmas1-0/+2
2021-08-15Bluetooth: defer cleanup of resources in hci_unregister_dev()Tetsuo Handa4-24/+45
2021-08-15net: vxge: fix use-after-free in vxge_device_unregisterPavel Skripkin1-3/+3
2021-08-15net: pegasus: fix uninit-value in get_interrupt_intervalPavel Skripkin1-3/+11
2021-08-15bnx2x: fix an error code in bnx2x_nic_load()Dan Carpenter1-1/+2
2021-08-15mips: Fix non-POSIX regexpH. Nikolaus Schaller1-1/+1
2021-08-15net: natsemi: Fix missing pci_disable_device() in probe and removeWang Hai1-6/+2
2021-08-15media: videobuf2-core: dequeue if start_streaming failsHans Verkuil1-1/+12
2021-08-15scsi: sr: Return correct event when media event code is 3Li Manyi1-1/+1
2021-08-15ALSA: seq: Fix racy deletion of subscriberTakashi Iwai1-12/+27
2021-08-10Linux 4.4.280v4.4.280Greg Kroah-Hartman1-1/+1
2021-08-10rcu: Update documentation of rcu_read_unlock()Anna-Maria Gleixner1-3/+1
2021-08-10futex,rt_mutex: Fix rt_mutex_cleanup_proxy_lock()Peter Zijlstra1-6/+18
2021-08-10futex: Avoid freeing an active timerThomas Gleixner1-1/+3
2021-08-10futex: Handle transient "ownerless" rtmutex state correctlyMike Galbraith1-2/+14
2021-08-10rtmutex: Make wait_lock irq safeThomas Gleixner1-63/+72
2021-08-10futex: Futex_unlock_pi() determinismPeter Zijlstra1-13/+11
2021-08-10futex: Rework futex_lock_pi() to use rt_mutex_*_proxy_lock()Peter Zijlstra3-42/+62