summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* staging: vc04_services: Replace vchiq_status return type to intUmang Jain2023-01-178-90/+88
* staging: vchiq_core: Add comments to remote event partsPhil Elwell2023-01-172-0/+28
* staging: greybus: gpio: Replace macro irq_data_to_gpio_chip with functionBrent Pappas2023-01-171-1/+5
* staging: vme_user: Replace the "<<" with BIT macroAbhirup Deb2023-01-171-12/+14
* staging: greybus: Replace zero-length array by DECLARE_FLEX_ARRAY() helperDeepak R Varma2023-01-171-1/+1
* staging: vme_user: replace 'unsigned' with 'unsigned int'Matt Jan2023-01-171-1/+1
* staging: vme_user: remove unnecessary spacesMatt Jan2023-01-171-16/+16
* staging: vme_user: add the spaces around the "*"Matt Jan2023-01-171-1/+1
* staging: rts5208: Added value checkDenis Arefev2023-01-171-0/+2
* Linux 6.2-rc4v6.2-rc4Linus Torvalds2023-01-151-1/+1
* Merge tag 'x86_urgent_for_v6.2_rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-01-155-20/+52
|\
| * x86/mm: fix poking_init() for Xen PV guestsJuergen Gross2023-01-121-0/+4
| * x86/resctrl: Fix event counts regression in reused RMIDsPeter Newman2023-01-101-16/+33
| * x86/resctrl: Fix task CLOSID/RMID update racePeter Newman2023-01-101-1/+11
| * x86/pat: Fix pat_x_mtrr_type() for MTRR disabled caseJuergen Gross2023-01-101-1/+2
| * x86/boot: Avoid using Intel mnemonics in AT&T syntax asmPeter Zijlstra2023-01-101-2/+2
* | Merge tag 'edac_urgent_for_v6.2_rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-01-153-12/+14
|\ \
| * | EDAC/highbank: Fix memory leak in highbank_mc_probe()Miaoqian Lin2023-01-031-2/+5
| * | EDAC/device: Fix period calculation in edac_device_reset_delay_period()Eliav Farber2022-12-302-10/+9
* | | Merge tag 'powerpc-6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-01-154-72/+72
|\ \ \
| * | | powerpc/64s/hash: Make stress_hpt_timer_fn() staticYang Yingliang2023-01-121-1/+1
| * | | powerpc/imc-pmu: Fix use of mutex in IRQs disabled sectionKajol Jain2023-01-112-71/+67
| * | | powerpc/boot: Fix incorrect version calculation issue in ld_versionOjaswin Mujoo2023-01-111-0/+4
* | | | Merge tag 'iommu-fixes-v6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-01-145-17/+35
|\ \ \ \
| * | | | iommu/mediatek-v1: Fix an error handling path in mtk_iommu_v1_probe()Christophe JAILLET2023-01-131-1/+3
| * | | | iommu/iova: Fix alloc iova overflows issueYunfei Wang2023-01-131-2/+2
| * | | | iommu: Fix refcount leak in iommu_device_claim_dma_ownerMiaoqian Lin2023-01-131-3/+5
| * | | | iommu/arm-smmu-v3: Don't unregister on shutdownVladimir Oltean2023-01-131-1/+3
| * | | | iommu/arm-smmu: Don't unregister on shutdownVladimir Oltean2023-01-131-8/+14
| * | | | iommu/arm-smmu: Report IOMMU_CAP_CACHE_COHERENCY even bettererRobin Murphy2023-01-131-2/+8
| | |_|/ | |/| |
* | | | Merge tag 'fixes-2023-01-14' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-01-142-1/+11
|\ \ \ \
| * | | | mm: Always release pages to the buddy allocator in memblock_free_late().Aaron Thompson2023-01-082-1/+11
* | | | | Merge tag 'hardening-v6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-01-144-2/+10
|\ \ \ \ \
| * | | | | kbuild: Fix CFI hash randomization with KASANSami Tolvanen2023-01-132-0/+2
| * | | | | firmware: coreboot: Check size of table entry and use flex-arrayKees Cook2023-01-132-2/+8
* | | | | | Merge tag 'modules-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-01-141-15/+6
|\ \ \ \ \ \
| * | | | | | kallsyms: Fix scheduling with interrupts disabled in self-testNicholas Piggin2023-01-131-15/+6
| |/ / / / /
* | | | | | Merge tag '6.2-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-01-147-34/+49
|\ \ \ \ \ \
| * | | | | | cifs: Fix uninitialized memory read for smb311 posix symlink createVolker Lendecke2023-01-121-0/+1
| * | | | | | cifs: fix potential memory leaks in session setupPaulo Alcantara2023-01-103-0/+4
| * | | | | | cifs: do not query ifaces on smb1 mountsPaulo Alcantara2023-01-101-3/+6
| * | | | | | cifs: fix double free on failed kerberos authPaulo Alcantara2023-01-101-1/+4
| * | | | | | cifs: remove redundant assignment to the variable matchColin Ian King2023-01-101-1/+0
| * | | | | | cifs: fix file info setting in cifs_open_file()Paulo Alcantara2023-01-091-26/+28
| * | | | | | cifs: fix file info setting in cifs_query_path_info()Paulo Alcantara2023-01-091-3/+6
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2023-01-141-2/+2
|\ \ \ \ \ \
| * | | | | | scsi: hisi_sas: Set a port invalid only if there are no devices attached when...Yihang Li2023-01-121-1/+1
| * | | | | | scsi: hisi_sas: Use abort task set to reset SAS disks when discoveredXingui Yang2023-01-121-1/+1
* | | | | | | Merge tag 'ata-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds2023-01-141-0/+1
|\ \ \ \ \ \ \
| * | | | | | | ata: pata_cs5535: Don't build on UMLPeter Foley2023-01-141-0/+1