summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-08-26spi: spi-zynq-qspi: use wait_for_completion_timeout to make zynq_qspi_exec_me...Quanyang Wang1-4/+4
2021-08-26Merge series "Use raw spinlocks in the ls-extirq driver" from Vladimir Oltean...Mark Brown3-5/+36
2021-08-26usb: dwc3: gadget: Stop EP0 transfers during pullup disableWesley Cheng1-4/+3
2021-08-26Merge tag 'reset-fixes-for-v5.14' of git://git.pengutronix.de/pza/linux into ...Arnd Bergmann2-2/+3
2021-08-26usb: dwc3: gadget: Fix dwc3_calc_trbs_left()Thinh Nguyen1-8/+8
2021-08-26drm/i915/dp: Drop redundant debug printSwati Sharma1-7/+2
2021-08-26drm/i915: Fix syncmap memory leakMatthew Brost1-0/+9
2021-08-26net: fix NULL pointer reference in cipso_v4_doi_free王贇1-8/+10
2021-08-26spi: add sprd ADI for sc9863 and ums512Chunyan Zhang1-0/+2
2021-08-26spi: Convert sprd ADI bindings to yamlChunyan Zhang2-63/+102
2021-08-26spi: sprd: Add ADI r3 supportChunyan Zhang1-50/+165
2021-08-26spi: sprd: Fix the wrong WDG_LOAD_VALChunyan Zhang1-1/+1
2021-08-26rtnetlink: Return correct error on changing device netnsAndrey Ignatov1-1/+2
2021-08-26regmap: teach regmap to use raw spinlocks if requested in the configVladimir Oltean3-5/+36
2021-08-26Merge branch 'dsa-hellcreek-fixes'David S. Miller1-4/+4
2021-08-26net: dsa: hellcreek: Adjust schedule look ahead windowKurt Kanzenbach1-1/+1
2021-08-26net: dsa: hellcreek: Fix incorrect setting of GCLKurt Kanzenbach1-3/+3
2021-08-26cxgb4: dont touch blocked freelist bitmap after freeRahul Lakkireddy1-4/+3
2021-08-26Merge branch 'inet-siphash'David S. Miller2-12/+20
2021-08-26ipv4: use siphash instead of Jenkins in fnhe_hashfun()Eric Dumazet1-6/+6
2021-08-26ipv6: use siphash in rt6_exception_hash()Eric Dumazet1-6/+14
2021-08-26Merge tag 'linux-can-fixes-for-5.14-20210826' of git://git.kernel.org/pub/scm...David S. Miller1-2/+2
2021-08-26Merge tag 'usb-serial-5.14-rc8' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2-1/+2
2021-08-26perf/x86/amd/power: Assign pmu.moduleKim Phillips1-0/+1
2021-08-26perf/x86/amd/ibs: Extend PERF_PMU_CAP_NO_EXCLUDE to IBS OpKim Phillips1-0/+1
2021-08-26perf/x86/amd/ibs: Work around erratum #1197Kim Phillips1-0/+8
2021-08-26perf/x86/intel/uncore: Fix integer overflow on 23 bit left shift of a u32Colin Ian King1-1/+1
2021-08-26can: usb: esd_usb2: esd_usb2_rx_event(): fix the interchange of the CAN RX an...Stefan Mätje1-2/+2
2021-08-26net: usb: asix: ax88772: fix boolconv.cocci warningskernel test robot1-1/+1
2021-08-25SUNRPC: Fix XPT_BUSY flag leakage in svc_handle_xprt()...Trond Myklebust1-1/+2
2021-08-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-1/+2
2021-08-25MAINTAINERS: exfat: update my email addressNamjae Jeon1-1/+1
2021-08-25mm/memory_hotplug: fix potential permanent lru cache disableMiaohe Lin1-0/+1
2021-08-25PM: domains: Improve runtime PM performance state handlingDmitry Osipenko1-2/+8
2021-08-25pipe: do FASYNC notifications for every pipe IO, not just state changesLinus Torvalds1-12/+8
2021-08-25Merge branch 'for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2-10/+10
2021-08-25Merge remote-tracking branch 'regulator/for-5.15' into regulator-nextMark Brown29-407/+1552
2021-08-25Merge remote-tracking branch 'regulator/for-5.14' into regulator-linusMark Brown1-18/+18
2021-08-25ceph: fix possible null-pointer dereference in ceph_mdsmap_decode()Tuo Li1-3/+5
2021-08-25ceph: correctly handle releasing an embedded cap flushXiubo Li4-12/+22
2021-08-25perf/x86/intel/pt: Fix mask of num_address_rangesXiaoyao Li1-1/+1
2021-08-25regulator: vctrl: Avoid lockdep warning in enable/disable opsChen-Yu Tsai1-30/+42
2021-08-25regulator: vctrl: Use locked regulator_get_voltage in probe pathChen-Yu Tsai1-1/+2
2021-08-25Revert "btrfs: compression: don't try to compress if we don't have enough pages"Qu Wenruo1-1/+1
2021-08-25Partially revert "arm64/mm: drop HAVE_ARCH_PFN_VALID"Will Deacon3-0/+39
2021-08-25net/sched: ets: fix crash when flipping from 'strict' to 'quantum'Davide Caratti1-0/+7
2021-08-25qede: Fix memset corruptionShai Malin1-1/+1
2021-08-25net: stmmac: fix kernel panic due to NULL pointer dereference of buf->xdpSong Yoong Siang1-4/+4
2021-08-25net: stmmac: fix kernel panic due to NULL pointer dereference of xsk_poolSong Yoong Siang1-6/+6
2021-08-25net: macb: Add a NULL check on desc_ptpHarini Katakam1-1/+10