summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 's390-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2024-01-1150-456/+518
|\
| * Revert "s390: update defconfigs"Alexander Gordeev2023-12-183-13/+12
| * s390/cio: make sch->lock spinlock pointer a memberHalil Pasic2023-12-1210-115/+99
| * s390: update defconfigsHeiko Carstens2023-12-113-12/+13
| * s390/mm: convert pgste locking functions to CClaudio Imbrenda2023-12-111-19/+10
| * s390/fpu: get rid of MACHINE_HAS_VXHeiko Carstens2023-12-1119-54/+64
| * s390/als: add vector facility to z13 architecture level setHeiko Carstens2023-12-111-0/+1
| * s390/fpu: remove "novx" optionHeiko Carstens2023-12-112-12/+1
| * s390/fpu: remove ARCH_WANTS_DYNAMIC_TASK_STRUCT supportHeiko Carstens2023-12-114-24/+2
| * KVM: s390: remove superfluous save_fpu_regs() callHeiko Carstens2023-12-111-2/+0
| * s390/fpu: get rid of test_fp_ctl()Heiko Carstens2023-12-117-36/+29
| * KVM: s390: use READ_ONCE() to read fpc register valueHeiko Carstens2023-12-111-1/+1
| * KVM: s390: fix setting of fpc registerHeiko Carstens2023-12-111-5/+0
| * s390/ptrace: handle setting of fpc register correctlyHeiko Carstens2023-12-111-3/+3
| * s390/nmi: implement and use local_mcck_save() / local_mcck_restore()Heiko Carstens2023-12-113-8/+31
| * s390/nmi: consistently enable machine checks in trap_init()Heiko Carstens2023-12-112-4/+15
| * s390/ctlreg: return old register contents when changing bitsHeiko Carstens2023-12-111-10/+14
| * s390/ap: handle outband SE bind state changeHarald Freudenberger2023-11-303-50/+122
| * s390/ap: store TAPQ hwinfo in struct ap_cardHarald Freudenberger2023-11-308-115/+95
| * s390/vfio-ap: fix sysfs status attribute for AP queue devicesTony Krowiak2023-11-301-1/+15
| * s390/vfio-ap: improve reaction to response code 07 from PQAP(AQIC) commandTony Krowiak2023-11-301-1/+4
| * s390/vfio-ap: set status response code to 06 on gisc registration failureAnthony Krowiak2023-11-301-3/+3
| * s390/vfio-ap: unpin pages on gisc registration failureAnthony Krowiak2023-11-301-0/+1
| * s390/boot: always align vmalloc area on segment boundaryAlexander Gordeev2023-11-222-2/+3
| * s390/sysinfo: add variable capacity informationVasily Gorbik2023-11-222-0/+14
* | Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-1163-229/+203
|\ \
| * | asm-generic: Fix 32 bit __generic_cmpxchg_localDavid McKay2024-01-051-1/+1
| * | Hexagon: Make pfn accessors statics inlinesLinus Walleij2023-12-051-2/+13
| * | ARC: mm: Make virt_to_pfn() a static inlineLinus Walleij2023-12-052-10/+13
| * | mips: remove extraneous asm-generic/iomap.h includeArnd Bergmann2023-12-051-2/+0
| * | sparc: Use $(kecho) to announce kernel images being readyUwe Kleine-König2023-12-041-5/+5
| * | Merge branch 'asm-generic-prototypes' into asm-genericArnd Bergmann2023-11-2839-72/+85
| |\ \
| | * | arm64: vdso32: Define BUILD_VDSO32_64 to correct prototypesNathan Chancellor2023-11-281-0/+1
| | * | csky: fix arch_jump_label_transform_static overrideArnd Bergmann2023-11-231-0/+5
| | * | arch: add do_page_fault prototypesArnd Bergmann2023-11-235-0/+12
| | * | arch: add missing prepare_ftrace_return() prototypesArnd Bergmann2023-11-233-0/+9
| | * | arch: vdso: consolidate gettime prototypesArnd Bergmann2023-11-2310-38/+30
| | * | arch: include linux/cpu.h for trap_init() prototypeArnd Bergmann2023-11-2310-8/+7
| | * | arch: fix asm-offsets.c building with -Wmissing-prototypesArnd Bergmann2023-11-233-17/+17
| | * | arch: consolidate arch_irq_work_raise prototypesArnd Bergmann2023-11-238-10/+5
| * | | Merge branch 'asm-generic-io.h-cleanup' into asm-genericArnd Bergmann2023-11-2316-128/+81
| |\ \ \
| | * | | asm/io: remove unnecessary xlate_dev_mem_ptr() and unxlate_dev_mem_ptr()Kefeng Wang2023-11-239-58/+0
| | * | | mips: io: remove duplicated codesBaoquan He2023-11-231-23/+5
| | * | | arch/*/io.h: remove ioremap_uc in some architecturesBaoquan He2023-11-239-16/+5
| | * | | mips: add <asm-generic/io.h> includingJiaxun Yang2023-11-236-35/+75
| | |/ /
| * / / hexagon: Remove CONFIG_HEXAGON_ARCH_VERSION from uapi headerThomas Huth2023-11-233-9/+6
| |/ /
* | | Merge tag 'modules-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-112-2/+2
|\ \ \
| * | | kernel/module: improve documentation for try_module_get()Marco Pagani2023-12-211-1/+1
| * | | module: Remove redundant TASK_UNINTERRUPTIBLEKevin Hao2023-12-191-1/+1
* | | | Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2024-01-1132-102/+122
|\ \ \ \