summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | staging: mt7621-dma: Fix a resource leak in an error handling pathChristophe JAILLET2020-12-281-1/+3
| * | | | | | Staging: comedi: Return -EFAULT if copy_to_user() failsDan Carpenter2020-12-281-1/+3
| * | | | | | staging: spmi: hisi-spmi-controller: Fix some error handling pathsChristophe JAILLET2020-12-281-6/+15
| |/ / / / /
* | | | | | Merge tag 'char-misc-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-01-1021-217/+322
|\ \ \ \ \ \
| * | | | | | Fonts: font_ter16x32: Update font with new upstream Terminus releaseAmanoel Dawod2021-01-071-3/+3
| * | | | | | misc: pvpanic: Check devm_ioport_map() for NULLAndy Shevchenko2021-01-071-4/+15
| * | | | | | Merge tag 'icc-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/dja...Greg Kroah-Hartman2021-01-064-10/+20
| |\ \ \ \ \ \
| | * | | | | | MAINTAINERS: Update Georgi's email addressGeorgi Djakov2021-01-041-1/+1
| | * | | | | | interconnect: imx8mq: Use icc_sync_stateMartin Kepplinger2020-12-281-0/+2
| | * | | | | | interconnect: imx: Remove a useless testChristophe JAILLET2020-12-281-1/+1
| | * | | | | | interconnect: imx: Add a missing of_node_put after of_device_is_availableChristophe JAILLET2020-12-281-0/+1
| | * | | | | | interconnect: qcom: fix rpmh link failuresArnd Bergmann2020-12-281-8/+15
| | |/ / / / /
| * | | | | | speakup: Add github repository URL and bug trackerSamuel Thibault2021-01-051-0/+2
| * | | | | | crypto: asym_tpm: correct zero out potential secretsGreg Kroah-Hartman2020-12-311-1/+1
| * | | | | | Merge tag 'misc-habanalabs-fixes-2020-12-30' of https://git.kernel.org/pub/sc...Greg Kroah-Hartman2020-12-3014-199/+281
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | habanalabs: Fix memleak in hl_device_resetDinghao Liu2020-12-291-0/+2
| | * | | | | habanalabs: fix order of status checkOded Gabbay2020-12-281-3/+3
| | * | | | | habanalabs: register to pci shutdown callbackOded Gabbay2020-12-281-0/+1
| | * | | | | habanalabs: add validation cs counter, fix misplaced countersAlon Mizrahi2020-12-284-18/+68
| | * | | | | habanalabs/gaudi: retry loading TPC f/w on -EINTROded Gabbay2020-12-281-2/+8
| | * | | | | habanalabs: adjust pci controller init to new firmwareOded Gabbay2020-12-283-14/+21
| | * | | | | habanalabs: update comment in hl_boot_if.hOded Gabbay2020-12-281-1/+1
| | * | | | | habanalabs/gaudi: enhance reset messageOded Gabbay2020-12-281-4/+8
| | * | | | | habanalabs: full FW hard reset supportOfir Bitton2020-12-281-14/+41
| | * | | | | habanalabs/gaudi: disable CGM at HW initializationOded Gabbay2020-12-282-3/+16
| | * | | | | habanalabs: Revise comment to align with mirror list nameTomer Tayar2020-12-281-1/+1
| | * | | | | habanalabs/gaudi: do not set EB in collective slave queuesAlon Mizrahi2020-12-284-7/+10
| | * | | | | habanalabs: preboot hard reset supportOfir Bitton2020-12-284-25/+31
| | * | | | | habanalabs: remove generic gaudi get_pll_freq functionAlon Mizrahi2020-12-283-94/+41
| | * | | | | habanalabs: fetch PSOC PLL frequency from F/W in goyaAlon Mizrahi2020-12-281-23/+38
| | * | | | | habanalabs: add comment for pll frequency ioctl opcodeAlon Mizrahi2020-12-281-0/+1
| | * | | | | habanalabs: Fix a missing-braces warningTomer Tayar2020-12-281-1/+1
| |/ / / / /
* | | | | | Merge tag 'arc-5.11-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-01-105-232/+3
|\ \ \ \ \ \
| * | | | | | ARC: [hsdk]: Enable FPU_SAVE_RESTOREVineet Gupta2021-01-081-0/+1
| * | | | | | ARC: unbork 5.11 bootup: fix snafu in _TIF_NOTIFY_SIGNAL handlingVineet Gupta2021-01-071-1/+1
| * | | | | | include/soc: remove headers for EZChip NPSVineet Gupta2021-01-052-231/+0
| * | | | | | arch/arc: add copy_user_page() to <asm/page.h> to fix build error on ARCRandy Dunlap2021-01-051-0/+1
* | | | | | | Merge tag 'powerpc-5.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-01-102-1/+10
|\ \ \ \ \ \ \
| * | | | | | | powerpc: Handle .text.{hot,unlikely}.* in linker scriptNathan Chancellor2021-01-061-1/+1
| * | | | | | | powerpc/32s: Fix RTAS machine check with VMAP stackChristophe Leroy2021-01-041-0/+9
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'x86_urgent_for_v5.11_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-01-108-83/+94
|\ \ \ \ \ \ \
| * | | | | | | x86/resctrl: Don't move a task to the same resource groupFenghua Yu2021-01-081-0/+7
| * | | | | | | x86/resctrl: Use an IPI instead of task_work_add() to update PQR_ASSOC MSRFenghua Yu2021-01-081-69/+43
| * | | | | | | x86/mtrr: Correct the range check before performing MTRR type lookupsYing-Tsun Huang2021-01-061-3/+3
| * | | | | | | x86/sev-es: Fix SEV-ES OUT/IN immediate opcode vc handlingPeter Gonda2021-01-051-2/+2
| * | | | | | | x86/mm: Fix leak of pmd ptlockDan Williams2021-01-051-0/+2
| * | | | | | | fanotify: Fix sys_fanotify_mark() on native x86-32Brian Gerst2020-12-284-10/+38
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'hwmon-for-v5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-01-093-3/+14
|\ \ \ \ \ \ \
| * | | | | | | hwmon: (amd_energy) fix allocation of hwmon_channel_info configDavid Arcari2021-01-081-1/+2
| * | | | | | | hwmon: (pwm-fan) Ensure that calculation doesn't discard big period valuesUwe Kleine-König2020-12-301-1/+11