summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-03-08sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf18-17/+18
2023-03-08sched/idle: Make sure weak version of arch_cpu_idle_dead() doesn't returnJosh Poimboeuf1-1/+1
2023-03-08xtensa/cpu: Mark cpu_die() __noreturnJosh Poimboeuf1-1/+1
2023-03-08xtensa/cpu: Make sure cpu_die() doesn't returnJosh Poimboeuf1-0/+2
2023-03-08x86/cpu: Mark play_dead() __noreturnJosh Poimboeuf2-2/+2
2023-03-08x86/cpu: Make sure play_dead() doesn't returnJosh Poimboeuf1-0/+1
2023-03-08sparc/cpu: Mark cpu_play_dead() __noreturnJosh Poimboeuf1-1/+1
2023-03-08sh/cpu: Expose arch_cpu_idle_dead()'s prototype definitionJosh Poimboeuf1-0/+1
2023-03-08sh/cpu: Mark play_dead() __noreturnJosh Poimboeuf1-2/+2
2023-03-08sh/cpu: Make sure play_dead() doesn't returnJosh Poimboeuf1-0/+1
2023-03-08powerpc/cpu: Mark start_secondary_resume() __noreturnJosh Poimboeuf1-1/+1
2023-03-08mips/cpu: Mark play_dead() __noreturnJosh Poimboeuf1-1/+1
2023-03-08mips/cpu: Make sure play_dead() doesn't returnJosh Poimboeuf2-0/+3
2023-03-08mips/cpu: Expose play_dead()'s prototype definitionJosh Poimboeuf4-0/+5
2023-03-07loongarch/cpu: Mark play_dead() __noreturnJosh Poimboeuf1-1/+1
2023-03-07loongarch/cpu: Make sure play_dead() doesn't returnJosh Poimboeuf1-1/+1
2023-03-07ia64/cpu: Mark play_dead() __noreturnJosh Poimboeuf1-2/+2
2023-03-07csky/cpu: Make sure arch_cpu_idle_dead() doesn't returnJosh Poimboeuf1-0/+2
2023-03-07arm64/cpu: Mark cpu_die() __noreturnJosh Poimboeuf2-2/+2
2023-03-07arm/cpu: Add unreachable() to arch_cpu_idle_dead()Josh Poimboeuf1-0/+2
2023-03-07alpha/cpu: Make sure arch_cpu_idle_dead() doesn't returnJosh Poimboeuf1-0/+1
2023-03-07alpha/cpu: Expose arch_cpu_idle_dead()'s prototype declarationJosh Poimboeuf1-0/+1
2023-03-06Linux 6.3-rc1v6.3-rc1Linus Torvalds1-2/+2
2023-03-06cpumask: re-introduce constant-sized cpumask optimizationsLinus Torvalds4-72/+72
2023-03-05Merge tag 'v6.3-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds3-23/+53
2023-03-05Merge tag 'x86-urgent-2023-03-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-15/+51
2023-03-05Merge tag 'irq-urgent-2023-03-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-15/+44
2023-03-05Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2023-03-05Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds11-11/+48
2023-03-05Remove Intel compiler supportMasahiro Yamada11-287/+5
2023-03-05Adding VFS co-maintainerAl Viro1-0/+1
2023-03-05Merge tag 'i2c-for-6.3-rc1-part2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-15/+7
2023-03-05mm: avoid gcc complaint about pointer castingLinus Torvalds1-2/+8
2023-03-05Merge tag 'mm-hotfixes-stable-2023-03-04-13-12' of git://git.kernel.org/pub/s...Linus Torvalds19-82/+147
2023-03-04Merge tag 'powerpc-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds3-8/+2
2023-03-04Merge tag 'sound-fix-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds23-152/+263
2023-03-04Merge tag 'for-v6.3-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds3-7/+8
2023-03-04Merge tag '6.3-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds10-157/+190
2023-03-04umh: simplify the capability pointer logicLinus Torvalds1-13/+5
2023-03-04Merge tag 'cocci-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2-6/+6
2023-03-04Merge tag 'rust-fixes-6.3-rc1' of https://github.com/Rust-for-Linux/linuxLinus Torvalds1-0/+1
2023-03-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds36-252/+291
2023-03-03i2c: gxp: fix an error code in probeDan Carpenter1-1/+1
2023-03-03i2c: gxp: return proper error on address NACKWolfram Sang1-2/+4
2023-03-03i2c: gxp: remove "empty" switch statementWolfram Sang1-12/+1
2023-03-03i2c: Disable I2C_APPLE when I2C_PASEMI is a builtinBenjamin Gray1-0/+1
2023-03-03Merge tag 'thermal-6.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-11/+4
2023-03-03Merge tag 'acpi-6.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds3-48/+20
2023-03-03Merge tag 'pm-6.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds6-7/+7
2023-03-03Merge tag 'io_uring-6.3-2023-03-03' of git://git.kernel.dk/linuxLinus Torvalds9-62/+85