summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ARC: entry: replace 8 byte ADD.ne with 4 byte ADD2.neVineet Gupta2023-08-181-1/+1
* ARC: entry: replace 8 byte OR with 4 byte BSETVineet Gupta2023-08-181-2/+2
* ARC: entry: Add more common chores to EXCEPTION_PROLOGUEVineet Gupta2023-08-185-47/+24
* ARC: entry: EV_MachineCheck dont re-read ECRVineet Gupta2023-08-171-3/+2
* ARC: entry: ARcompact EV_ProtV to use r10 directlyVineet Gupta2023-08-171-4/+2
* ARC: entry: rework (non-functional)Vineet Gupta2023-08-176-37/+39
* ARC: __switch_to: move ksp to thread_info from thread_structVineet Gupta2023-08-175-23/+20
* ARC: __switch_to: asm with dwarf ops (vs. inline asm)Vineet Gupta2023-08-174-155/+61
* ARC: kernel stack: INIT_THREAD need not setup @init_stack in @kspVineet Gupta2023-08-171-3/+1
* ARC: entry: use gp to cache task pointer (vs. r25)Vineet Gupta2023-08-1713-154/+58
* ARC: boot log: eliminate struct cpuinfo_arc #4: boot log per ISAVineet Gupta2023-08-175-343/+268
* ARC: boot log: eliminate struct cpuinfo_arc #3: don't exportVineet Gupta2023-08-172-4/+0
* ARC: boot log: eliminate struct cpuinfo_arc #2: cacheVineet Gupta2023-08-174-115/+97
* ARC: boot log: eliminate struct cpuinfo_arc #1: mmVineet Gupta2023-08-174-67/+58
* ARCv2: memset: don't prefetch for len == 0 which happens a alotVineet Gupta2023-08-171-1/+2
* ARC: uaccess: elide unaliged handling if hardware supportsVineet Gupta2023-08-171-4/+6
* ARC: uaccess: use optimized generic __strnlen_user/__strncpy_from_userVineet Gupta2023-08-171-0/+2
* ARC: uaccess: remove arc specific out-of-line handles for -OsVineet Gupta2023-08-172-20/+2
* ARC: atomics: Add compiler barrier to atomic operations...Pavel Kozlov2023-08-152-6/+6
* ARC: -Wmissing-prototype warning fixesVineet Gupta2023-08-1317-10/+48
* Linux 6.5-rc6v6.5-rc6Linus Torvalds2023-08-131-1/+1
* Merge tag 'kbuild-fixes-v6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-08-132-2/+2
|\
| * alpha: remove __init annotation from exported page_is_ram()Masahiro Yamada2023-08-101-2/+1
| * scripts/kallsyms: Fix build failure by setting errno before calling getline()James Clark2023-07-291-0/+1
* | Merge tag 'platform-drivers-x86-v6.5-4' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-08-137-24/+64
|\ \
| * | platform/x86: lenovo-ymc: Only bind on machines with a convertible DMI chassi...Hans de Goede2023-08-131-0/+25
| * | platform: mellanox: Change register offset addressesVadim Pasternak2023-08-131-4/+4
| * | platform: mellanox: mlx-platform: Modify graceful shutdown callback and power...Vadim Pasternak2023-08-131-2/+2
| * | platform: mellanox: mlx-platform: Fix signals polarity and latch maskVadim Pasternak2023-08-131-4/+4
| * | platform: mellanox: Fix order in exit flowVadim Pasternak2023-08-131-2/+1
| * | platform/x86: ISST: Reduce noise for missing numa information in logsSrinivas Pandruvada2023-08-091-2/+2
| * | platform/x86: msi-ec: Fix the buildJean Delvare2023-08-091-9/+9
| * | ACPI: scan: Create platform device for CS35L56Simon Trimmer2023-07-312-0/+15
| * | platform/x86/amd/pmf: Fix unsigned comparison with less than zeroYang Li2023-07-311-1/+2
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2023-08-1311-41/+68
|\ \ \
| * | | scsi: qedf: Fix firmware halt over suspend and resumeNilesh Javali2023-08-071-0/+18
| * | | scsi: qedi: Fix firmware halt over suspend and resumeNilesh Javali2023-08-071-0/+18
| * | | scsi: qedi: Fix potential deadlock on &qedi_percpu->p_work_lockChengfeng Ye2023-08-071-2/+3
| * | | scsi: lpfc: Remove reftag check in DIF pathsJustin Tee2023-08-071-17/+3
| * | | scsi: ufs: renesas: Fix private allocationYoshihiro Shimoda2023-08-071-1/+1
| * | | scsi: snic: Fix possible memory leak if device_add() failsZhu Wang2023-08-071-0/+1
| * | | scsi: core: Fix possible memory leak if device_add() failsZhu Wang2023-08-071-0/+1
| * | | scsi: core: Fix legacy /proc parsing buffer overflowTony Battersby2023-07-311-13/+17
| * | | scsi: 53c700: Check that command slot is not NULLAlexandra Diupina2023-07-311-1/+1
| * | | scsi: fnic: Replace return codes in fnic_clean_pending_aborts()Karan Tilak Kumar2023-07-312-3/+5
| * | | scsi: storvsc: Fix handling of virtual Fibre Channel timeoutsMichael Kelley2023-07-311-4/+0
* | | | Merge tag 'for-6.5-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-08-128-20/+99
|\ \ \ \
| * | | | btrfs: set cache_block_group_error if we find an errorJosef Bacik2023-08-101-1/+4
| * | | | btrfs: reject invalid reloc tree root keys with stack dumpQu Wenruo2023-08-102-1/+16
| * | | | btrfs: exit gracefully if reloc roots don't matchQu Wenruo2023-08-101-8/+37