summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-06firmware/psci: Don't register with debugfs if PSCI isn't availableMarc Zyngier1-0/+3
2023-01-06firmware/psci: Fix MEM_PROTECT_RANGE function numbersWill Deacon1-2/+2
2023-01-06s390: define RUNTIME_DISCARD_EXIT to fix link error with GNU ld < 2.36Masahiro Yamada1-0/+2
2023-01-06s390: expicitly align _edata and _end symbols on page boundaryAlexander Gordeev1-0/+2
2023-01-06s390/debug: add _ASM_S390_ prefix to header guardNiklas Schnelle1-3/+3
2023-01-06usb: dwc3: gadget: Ignore End Transfer delay on teardownThinh Nguyen1-1/+4
2023-01-06usb: dwc3: xilinx: include linux/gpio/consumer.hArnd Bergmann1-0/+1
2023-01-06HID: amd_sfh: Fix warning unwind gotoBasavaraj Natikar2-2/+2
2023-01-06udf: initialize newblock to 0Tom Rix1-3/+1
2023-01-06udf: Fix extension of the last extent in the fileJan Kara1-1/+1
2023-01-06tipc: fix unexpected link reset due to discovery messagesTung Nguyen1-4/+8
2023-01-06rxrpc: Move client call connection to the I/O threadDavid Howells14-530/+297
2023-01-06rxrpc: Move the client conn cache management to the I/O threadDavid Howells6-86/+62
2023-01-06rxrpc: Remove call->state_lockDavid Howells12-184/+142
2023-01-06rxrpc: Move call state changes from recvmsg to I/O threadDavid Howells5-111/+109
2023-01-06rxrpc: Move call state changes from sendmsg to I/O threadDavid Howells3-60/+63
2023-01-06rxrpc: Wrap accesses to get call state to put the barrier in one placeDavid Howells5-24/+38
2023-01-06rxrpc: Split out the call state changing functions into their own fileDavid Howells4-89/+108
2023-01-06rxrpc: Set up a connection bundle from a call, not rxrpc_conn_parametersDavid Howells7-75/+76
2023-01-06rxrpc: Offload the completion of service conn security to the I/O threadDavid Howells4-14/+40
2023-01-06rxrpc: Make the set of connection IDs per local endpointDavid Howells5-38/+35
2023-01-06rxrpc: Tidy up abort generation infrastructureDavid Howells17-444/+484
2023-01-06rxrpc: Clean up connection abortDavid Howells8-213/+188
2023-01-06rxrpc: Implement a mechanism to send an event notification to a connectionDavid Howells6-9/+55
2023-01-06rxrpc: Only disconnect calls in the I/O threadDavid Howells5-15/+9
2023-01-06rxrpc: Only set/transmit aborts in the I/O threadDavid Howells7-18/+50
2023-01-06rxrpc: Separate call retransmission from other conn eventsDavid Howells3-30/+8
2023-01-06rxrpc: Make the local endpoint hold a ref on a connected callDavid Howells4-13/+23
2023-01-06rxrpc: Stash the network namespace pointer in rxrpc_localDavid Howells5-23/+21
2023-01-06Merge tag 'drm-intel-fixes-2023-01-05' of git://anongit.freedesktop.org/drm/d...Daniel Vetter8-48/+80
2023-01-06drm: Add orientation quirk for Lenovo ideapad D330-10IGLPatrick Thompson1-0/+6
2023-01-06usb: fotg210-udc: fix error return code in fotg210_udc_probe()Yang Yingliang1-0/+2
2023-01-06Revert "arm64: dts: meson-sm1-odroid-hc4: disable unused USB PHY0"Pierre-Olivier Mercier1-6/+2
2023-01-06net: usb: cdc_ether: add support for Thales Cinterion PLS62-W modemHui Wang1-0/+6
2023-01-06stmmac: dwmac-mediatek: remove the dwmac_fix_mac_speedBiao Huang1-26/+0
2023-01-06drm/msm/a6xx: Avoid gx gbit halt during rpm suspendAkhil P Oommen3-6/+17
2023-01-06drm/msm/adreno: Make adreno quirks not overwrite each otherKonrad Dybcio1-6/+4
2023-01-06Merge tag 'thermal-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+4
2023-01-06drm/msm: another fix for the headless Adreno GPUDmitry Baryshkov1-1/+1
2023-01-06dt-bindings: msm: dsi-controller-main: Fix description of core clockBryan O'Donoghue1-1/+1
2023-01-06dt-bindings: msm: dsi-controller-main: Fix power-domain constraintBryan O'Donoghue1-1/+0
2023-01-06dt-bindings: msm: dsi-controller-main: Fix operating-points-v2 constraintBryan O'Donoghue1-1/+0
2023-01-05Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds128-840/+1984
2023-01-05riscv: uaccess: fix type of 0 variable on error in get_user()Ben Dooks1-1/+1
2023-01-05riscv, kprobes: Stricter c.jr/c.jalr decodingBjörn Töpel1-2/+2
2023-01-05Merge tag 'gpio-fixes-for-v6.2-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-24/+43
2023-01-05lib/scatterlist: Fix to merge contiguous pages into the last SG properlyYishai Hadas1-1/+1
2023-01-05drm/amdgpu: fix missing dma_fence_put in error pathChristian König1-1/+3
2023-01-05drm/amdgpu: fix another missing fence reference in the CS codeChristian König1-1/+4
2023-01-05Merge tag 'fbdev-for-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-19/+25