aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-13net: stmmac: use __napi_schedule() for PREEMPT_RTSeb Laveze1-2/+2
2021-01-13objtool: Don't add empty symbols to the rbtreeJosh Poimboeuf1-0/+7
2021-01-13ALSA: usb-audio: Always apply the hw constraints for implicit fb syncTakashi Iwai1-63/+108
2021-01-13can: mcp251xfd: mcp251xfd_handle_rxif_one(): fix wrong NULL pointer checkQinglang Miao1-1/+1
2021-01-13can: isotp: isotp_getname(): fix kernel information leakOliver Hartkopp1-0/+1
2021-01-13Merge tag 'sound-5.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds37-128/+370
2021-01-13cifs: style: replace one-element array with flexible-arrayYANG LI1-1/+1
2021-01-13cifs: connect: style: Simplify bool comparisonYANG LI1-1/+1
2021-01-13fs: cifs: remove unneeded variable in smb3_fs_context_dupMenglong Dong1-3/+1
2021-01-13cifs: fix interrupted close commandsPaulo Alcantara1-1/+1
2021-01-13cifs: check pointer before freeingTom Rix1-1/+2
2021-01-13rxrpc: Call state should be read with READ_ONCE() under some circumstancesBaptiste Lepers1-1/+1
2021-01-13rxrpc: Fix handling of an unsupported token type in rxrpc_read()David Howells1-2/+4
2021-01-13Merge v5.11-rc3Mark Brown546-3299/+5080
2021-01-13Merge v5.11-rc3Mark Brown552-3304/+5150
2021-01-13ASoC: SOF: Intel: fix page fault at probe if i915 init failsKai Vehmanen1-9/+9
2021-01-13fs: fix lazytime expiration handling in __writeback_single_inode()Eric Biggers1-11/+13
2021-01-13ALSA: hda: Add AlderLake-P PCI ID and HDMI codec vidKai Vehmanen2-0/+4
2021-01-13io_uring: do sqo disable on install_fd errorPavel Begunkov1-0/+1
2021-01-13io_uring: fix null-deref in io_disable_sqo_submitPavel Begunkov1-1/+2
2021-01-13ASoC: SOF: Intel: hda: Avoid checking jack on system suspendKai-Heng Feng1-1/+2
2021-01-13ASoC: SOF: Intel: hda: Modify existing helper to disable WAKEENKai-Heng Feng3-12/+12
2021-01-13ASoC: SOF: Intel: hda: Resume codec to do jack detectionKai-Heng Feng1-2/+1
2021-01-13x86/xen: Fix xen_hvm_smp_init() when vector callback not availableDavid Woodhouse1-10/+17
2021-01-13x86/xen: Don't register Xen IPIs when they aren't going to be usedDavid Woodhouse1-2/+2
2021-01-13x86/xen: Add xen_no_vector_callback option to test PCI INTX deliveryDavid Woodhouse2-1/+14
2021-01-13xen: Set platform PCI device INTX affinity to CPU0David Woodhouse1-0/+7
2021-01-13xen: Fix event channel callback via INTX/GSIDavid Woodhouse7-35/+70
2021-01-13arm64: make atomic helpers __always_inlineArnd Bergmann2-8/+8
2021-01-13arm64: rename S_FRAME_SIZE to PT_REGS_SIZEJianlin Lv4-17/+17
2021-01-13Revert "arm64: Enable perf events based hard lockup detector"Will Deacon4-48/+2
2021-01-13genirq: Export irq_check_status_bit()Thomas Gleixner1-0/+1
2021-01-13SUNRPC: Move the svc_xdr_recvfrom tracepoint againChuck Lever2-8/+55
2021-01-13arm64: entry: remove redundant IRQ flag tracingMark Rutland2-15/+1
2021-01-13MAINTAINERS: update references to stm32 audio bindingsMauro Carvalho Chehab1-1/+1
2021-01-13xen/privcmd: allow fetching resource sizesRoger Pau Monne1-6/+19
2021-01-13mmc: sdhci-brcmstb: Fix mmc timeout errors on S5 suspendAl Cooper1-5/+1
2021-01-13platform/x86: ideapad-laptop: Disable touchpad_switch for ELAN0634Jiaxun Yang1-1/+14
2021-01-13MIPS: OCTEON: fix unreachable code in octeon_irq_init_ciuMenglong Dong1-1/+1
2021-01-13MIPS: relocatable: fix possible boot hangup with KASLR enabledAlexander Lobakin1-2/+8
2021-01-13Merge tag 'misc-habanalabs-fixes-2021-01-13' of https://git.kernel.org/pub/sc...Greg Kroah-Hartman7-10/+27
2021-01-12riscv: Fixup CONFIG_GENERIC_TIME_VSYSCALLGuo Ren2-2/+2
2021-01-12scsi: fnic: Fix memleak in vnic_dev_init_devcmd2Dinghao Liu1-3/+5
2021-01-12riscv: cacheinfo: Fix using smp_processor_id() in preemptibleKefeng Wang1-1/+10
2021-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski3-3/+13
2021-01-12Merge branch 'net-smc-fix-out-of-bound-access-in-netlink-interface'Jakub Kicinski3-11/+18
2021-01-12net/smc: use memcpy instead of snprintf to avoid out of bounds readGuvenc Gulce3-10/+16
2021-01-12smc: fix out of bound access in smc_nl_get_sys_info()Jakub Kicinski1-1/+2
2021-01-12riscv: Trace irq on only interrupt is enabledAtish Patra1-3/+3
2021-01-12Merge branch 'mptcp-a-couple-of-fixes'Jakub Kicinski1-46/+18