-
- Downloads
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Pull s390 patches from Martin Schwidefsky: "The biggest patch is the rework of the smp code, something I wanted to do for some time. There are some patches for our various dump methods and one new thing: z/VM LGR detection. LGR stands for linux-guest- relocation and is the guest migration feature of z/VM. For debugging purposes we keep a log of the systems where a specific guest has lived." Fix up trivial conflict in arch/s390/kernel/smp.c due to the scheduler cleanup having removed some code next to removed s390 code. * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux: [S390] kernel: Pass correct stack for smp_call_ipl_cpu() [S390] Ensure that vmcore_info pointer is never accessed directly [S390] dasd: prevent validate server for offline devices [S390] Remove monolithic build option for zcrypt driver. [S390] stack dump: fix indentation in output [S390] kernel: Add OS info memory interface [S390] Use block_sigmask() [S390] kernel: Add z/VM LGR detection [S390] irq: external interrupt code passing [S390] irq: set __ARCH_IRQ_EXIT_IRQS_DISABLED [S390] zfcpdump: Implement async sdias event processing [S390] Use copy_to_absolute_zero() instead of "stura/sturg" [S390] rework idle code [S390] rework smp code [S390] rename lowcore field [S390] Fix gcc 4.6.0 compile warning
No related branches found
No related tags found
Showing
- arch/s390/include/asm/cputime.h 1 addition, 8 deletionsarch/s390/include/asm/cputime.h
- arch/s390/include/asm/debug.h 1 addition, 0 deletionsarch/s390/include/asm/debug.h
- arch/s390/include/asm/hardirq.h 1 addition, 0 deletionsarch/s390/include/asm/hardirq.h
- arch/s390/include/asm/ipl.h 1 addition, 0 deletionsarch/s390/include/asm/ipl.h
- arch/s390/include/asm/irq.h 6 additions, 1 deletionarch/s390/include/asm/irq.h
- arch/s390/include/asm/lowcore.h 65 additions, 54 deletionsarch/s390/include/asm/lowcore.h
- arch/s390/include/asm/os_info.h 50 additions, 0 deletionsarch/s390/include/asm/os_info.h
- arch/s390/include/asm/sigp.h 0 additions, 132 deletionsarch/s390/include/asm/sigp.h
- arch/s390/include/asm/smp.h 22 additions, 41 deletionsarch/s390/include/asm/smp.h
- arch/s390/include/asm/system.h 34 additions, 0 deletionsarch/s390/include/asm/system.h
- arch/s390/include/asm/timer.h 2 additions, 2 deletionsarch/s390/include/asm/timer.h
- arch/s390/include/asm/vdso.h 2 additions, 2 deletionsarch/s390/include/asm/vdso.h
- arch/s390/kernel/Makefile 1 addition, 3 deletionsarch/s390/kernel/Makefile
- arch/s390/kernel/asm-offsets.c 16 additions, 11 deletionsarch/s390/kernel/asm-offsets.c
- arch/s390/kernel/compat_signal.c 1 addition, 5 deletionsarch/s390/kernel/compat_signal.c
- arch/s390/kernel/crash_dump.c 27 additions, 10 deletionsarch/s390/kernel/crash_dump.c
- arch/s390/kernel/debug.c 31 additions, 9 deletionsarch/s390/kernel/debug.c
- arch/s390/kernel/early.c 3 additions, 19 deletionsarch/s390/kernel/early.c
- arch/s390/kernel/entry.S 88 additions, 71 deletionsarch/s390/kernel/entry.S
- arch/s390/kernel/entry.h 14 additions, 3 deletionsarch/s390/kernel/entry.h
Loading
Please register or sign in to comment