Linux S390
[Prev Page][Next Page]
- Re: [PATCH v2 29/29] y2038: add 64-bit time_t syscalls to all 32-bit architectures, (continued)
[kvm-unit-tests PATCH v6 00/11] s390x: Add cross hypervisor and disk boot,
Janosch Frank
- [kvm-unit-tests PATCH v6 01/11] s390x: Add Sigp header file, Janosch Frank
- [kvm-unit-tests PATCH v6 02/11] s390x: Rename and cleanup sclp-ascii.c, Janosch Frank
- [kvm-unit-tests PATCH v6 03/11] s390x: Make tests bootable from disk, Janosch Frank
- [kvm-unit-tests PATCH v6 05/11] s390x: Add BSS clearing for non ELF boot, Janosch Frank
- [kvm-unit-tests PATCH v6 04/11] s390x: Switch to z/Arch and enable 64 bit addressing mode, Janosch Frank
- [kvm-unit-tests PATCH v6 07/11] s390x: Use interrupts in SCLP and add locking, Janosch Frank
- [kvm-unit-tests PATCH v6 06/11] s390x: Move common sclp data and functions to sclp.c, Janosch Frank
- [kvm-unit-tests PATCH v6 08/11] s390x: Add linemode console, Janosch Frank
- [kvm-unit-tests PATCH v6 09/11] s390x: Add linemode buffer to fix newline on every print, Janosch Frank
- [kvm-unit-tests PATCH v6 10/11] s390x: Add binary generation to makefile, Janosch Frank
- [kvm-unit-tests PATCH v6 11/11] s390x: Initialize the physical allocator on mem init, Janosch Frank
- Re: [kvm-unit-tests PATCH v6 00/11] s390x: Add cross hypervisor and disk boot, Thomas Huth
[PATCH] hugetlb: allow to free gigantic pages regardless of the configuration,
Alexandre Ghiti
[PATCH v2 1/4] kbuild: simplify rules of data compression with size appending,
Masahiro Yamada
[PATCH 00/21] Refine memblock API,
Mike Rapoport
- [PATCH 02/21] powerpc: use memblock functions returning virtual address, Mike Rapoport
- [PATCH 07/21] memblock: memblock_phys_alloc(): don't panic, Mike Rapoport
- [PATCH 08/21] memblock: drop __memblock_alloc_base(), Mike Rapoport
- [PATCH 10/21] memblock: refactor internal allocation functions, Mike Rapoport
- [PATCH 13/21] arch: don't memset(0) memory returned by memblock_alloc(), Mike Rapoport
- [PATCH 14/21] ia64: add checks for the return value of memblock_alloc*(), Mike Rapoport
- [PATCH 16/21] mm/percpu: add checks for the return value of memblock_alloc*(), Mike Rapoport
- [PATCH 17/21] init/main: add checks for the return value of memblock_alloc*(), Mike Rapoport
- [PATCH 03/21] memblock: replace memblock_alloc_base(ANYWHERE) with memblock_phys_alloc, Mike Rapoport
- [PATCH 21/21] memblock: drop memblock_alloc_*_nopanic() variants, Mike Rapoport
- [PATCH 19/21] treewide: add checks for the return value of memblock_alloc*(), Mike Rapoport
- [PATCH 20/21] memblock: memblock_alloc_try_nid: don't panic, Mike Rapoport
- [PATCH 18/21] swiotlb: add checks for the return value of memblock_alloc*(), Mike Rapoport
- [PATCH 15/21] sparc: add checks for the return value of memblock_alloc*(), Mike Rapoport
- [PATCH 12/21] arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0), Mike Rapoport
- [PATCH 11/21] memblock: make memblock_find_in_range_node() and choose_memblock_flags() static, Mike Rapoport
- [PATCH 09/21] memblock: drop memblock_alloc_base(), Mike Rapoport
- [PATCH 06/21] memblock: memblock_phys_alloc_try_nid(): don't panic, Mike Rapoport
- [PATCH 05/21] memblock: emphasize that memblock_alloc_range() returns a physical address, Mike Rapoport
- [PATCH 04/21] memblock: drop memblock_alloc_base_nid(), Mike Rapoport
- [PATCH 01/21] openrisc: prefer memblock APIs returning virtual address, Mike Rapoport
[PATCH 0/5] s390: rework compat wrapper generation,
Arnd Bergmann
[PATCH 0/7] perf: Communicate sink via event::attr:config2,
Mathieu Poirier
[PATCH v1] iommu/s390: Declare s390 iommu reserved regions,
Pierre Morel
[PATCH v2 9/9] mm: better document PG_reserved, David Hildenbrand
[PATCH v2 8/9] ia64: perfmon: Don't mark buffer pages as PG_reserved, David Hildenbrand
[PATCH v2 7/9] arm64: kdump: No need to mark crashkernel pages manually PG_reserved,
David Hildenbrand
[PATCH v2 2/9] s390/vdso: don't clear PG_reserved, David Hildenbrand
[PATCH v2 3/9] powerpc/vdso: don't clear PG_reserved, David Hildenbrand
[PATCH v2 6/9] arm64: kexec: no need to ClearPageReserved(),
David Hildenbrand
[PATCH v2 5/9] m68k/mm: use __ClearPageReserved(),
David Hildenbrand
[PATCH v2 4/9] riscv/vdso: don't clear PG_reserved,
David Hildenbrand
[PATCH v2 1/9] agp: efficeon: no need to set PG_reserved on GATT tables, David Hildenbrand
[PATCH v1] s390/smp: Fix calling smp_call_ipl_cpu() from ipl CPU,
David Hildenbrand
[PATCH 00/11] y2038: add time64 syscalls,
Arnd Bergmann
- [PATCH 02/11] time: Add struct __kernel_timex, Arnd Bergmann
- [PATCH 03/11] time: fix sys_timer_settime prototype, Arnd Bergmann
- [PATCH 05/11] timex: use __kernel_timex internally, Arnd Bergmann
- [PATCH 01/11] time: make adjtime compat handling available for 32 bit, Arnd Bergmann
- [PATCH 04/11] sparc64: add custom adjtimex/clock_adjtime functions, Arnd Bergmann
- [PATCH 08/11] y2038: use time32 syscall names on 32-bit, Arnd Bergmann
- [PATCH 06/11] timex: change syscalls to use struct __kernel_timex, Arnd Bergmann
- [PATCH 09/11] y2038: remove struct definition redirects, Arnd Bergmann
- [PATCH 10/11] y2038: rename old time and utime syscalls, Arnd Bergmann
- [PATCH 11/11] y2038: add 64-bit time_t syscalls to all 32-bit architectures, Arnd Bergmann
- Message not available
[PATCH 00/15] arch: synchronize syscall tables in preparation for y2038,
Arnd Bergmann
- [PATCH 05/15] alpha: update syscall macro definitions, Arnd Bergmann
- [PATCH 10/15] sh: add statx system call, Arnd Bergmann
- [PATCH 09/15] sh: remove duplicate unistd_32.h file, Arnd Bergmann
- [PATCH 14/15] arch: add split IPC system calls where needed, Arnd Bergmann
- [PATCH 13/15] ipc: rename old-style shmctl/semctl/msgctl syscalls, Arnd Bergmann
- [PATCH 15/15] arch: add pkey and rseq syscall numbers everywhere, Arnd Bergmann
- [PATCH 07/15] ARM: add kexec_file_load system call number, Arnd Bergmann
- [PATCH 08/15] m68k: assign syscall number for seccomp, Arnd Bergmann
- [PATCH 06/15] ARM: add migrate_pages() system call, Arnd Bergmann
- [PATCH 04/15] alpha: wire up io_pgetevents system call, Arnd Bergmann
- [PATCH 02/15] ia64: add statx and io_pgetevents syscalls, Arnd Bergmann
- [PATCH 03/15] ia64: assign syscall numbers for perf and seccomp, Arnd Bergmann
- [PATCH 11/15] mips: fix n32 compat_ipc_parse_version, Arnd Bergmann
- [PATCH 12/15] sparc64: fix sparc_ipc type conversion, Arnd Bergmann
- [PATCH 01/15] ia64: add __NR_umount2 definition, Arnd Bergmann
- Re: [PATCH 00/15] arch: synchronize syscall tables in preparation for y2038, Geert Uytterhoeven
- Re: [PATCH 00/15] arch: synchronize syscall tables in preparation for y2038, Joseph Myers
[kvm-unit-tests PATCH v5 00/11] s390x: Add cross hypervisor and disk boot,
Janosch Frank
- [kvm-unit-tests PATCH v5 01/11] s390x: Add Sigp header file, Janosch Frank
- [kvm-unit-tests PATCH v5 02/11] s390x: Rename and cleanup sclp-ascii.c, Janosch Frank
- [kvm-unit-tests PATCH v5 03/11] s390x: Make tests bootable from disk, Janosch Frank
- [kvm-unit-tests PATCH v5 04/11] s390x: Switch to z/Arch and enable 64 bit addressing mode, Janosch Frank
- [kvm-unit-tests PATCH v5 06/11] s390x: Move common sclp data and functions to sclp.c, Janosch Frank
- [kvm-unit-tests PATCH v5 07/11] s390x: Use interrupts in SCLP and add locking, Janosch Frank
- [kvm-unit-tests PATCH v5 08/11] s390x: Add linemode console, Janosch Frank
- [kvm-unit-tests PATCH v5 05/11] s390x: Add BSS clearing for non ELF boot, Janosch Frank
- [kvm-unit-tests PATCH v5 09/11] s390x: Add binary generation to makefile, Janosch Frank
- [kvm-unit-tests PATCH v5 10/11] s390x: Add linemode buffer to fix newline on every print, Janosch Frank
- [kvm-unit-tests PATCH v5 11/11] s390x: Initialize the physical allocator on mem init, Janosch Frank
[kvm-unit-tests PATCH] s390x: Initialize the physical allocator on mem init,
Janosch Frank
[PATCH] s390/hypfs: Use struct_size() in kzalloc(),
Gustavo A. R. Silva
[PATCH 14/14] syscall_get_arch: add "struct task_struct *" argument, Dmitry V. Levin
Kconfig label updates,
Bjorn Helgaas
[PATCH v3 0/8] net: y2038-safe socket timestamps,
Deepa Dinamani
[PATCH 1/1] s390/virtio: handle find on invalid queue gracefully,
Halil Pasic
[PATCH v7 20/22] syscall_get_arch: add "struct task_struct *" argument, Dmitry V. Levin
[PATCH] virtio-ccw: wire up ->bus_name callback,
Cornelia Huck
[kvm-unit-tests PATCH v4 00/13] 390x: Add cross hypervisor and disk boot,
Janosch Frank
- [kvm-unit-tests PATCH v4 02/13] s390x: Rename and cleanup sclp-ascii.c, Janosch Frank
- [kvm-unit-tests PATCH v4 03/13] s390x: Make tests bootable from disk, Janosch Frank
- [kvm-unit-tests PATCH v4 04/13] s390x: Switch to z/Arch, Janosch Frank
- [kvm-unit-tests PATCH v4 06/13] s390x: Move common sclp data and functions to sclp.c, Janosch Frank
- [kvm-unit-tests PATCH v4 09/13] s390x: Add binary generation to makefile, Janosch Frank
- [kvm-unit-tests PATCH v4 07/13] s390x: Use interrupts in SCLP, Janosch Frank
- [kvm-unit-tests PATCH v4 11/13] s390x: Add sclp busy indication locking, Janosch Frank
- [kvm-unit-tests PATCH v4 10/13] s390x: Add linemode buffer to fix newline on every print, Janosch Frank
- [kvm-unit-tests PATCH v4 12/13] s390x: Add time functions to lib, Janosch Frank
- [kvm-unit-tests PATCH v4 13/13] lib/report: Add stamps to reports, Janosch Frank
- [kvm-unit-tests PATCH v4 08/13] s390x: Add linemode console, Janosch Frank
- [kvm-unit-tests PATCH v4 05/13] s390x: Add BSS clearing for non ELF boot, Janosch Frank
- [kvm-unit-tests PATCH v4 01/13] s390x: Add Sigp header file, Janosch Frank
[PATCH] kbuild: use assignment instead of define ... endef for filechk_* rules,
Masahiro Yamada
[RFC PATCH 1/1] s390/virtio: handle find on invalid queue gracefully,
Halil Pasic
Re: jump_label: move 'asm goto' support test to Kconfig,
Sedat Dilek
KASAN: use-after-free Read in __smc_diag_dump, syzbot
general protection fault in __smc_diag_dump,
syzbot
[GIT PULL] s390 patches for the 4.21 merge window,
Martin Schwidefsky
[PATCH v4 0/6] memblock: simplify several early memory allocation,
Mike Rapoport
[PATCH 2/4] kbuild: change filechk to surround the given command with { }, Masahiro Yamada
[PATCH] jump_label: move 'asm goto' support test to Kconfig,
Masahiro Yamada
4.19.5 and later has tons of false messages "BUG: non-zero pgtables_bytes on freeing mm: -16384",
Christian Borntraeger
[PATCH v5 00/15] KVM: s390: make use of the GIB,
Michael Mueller
- [PATCH v5 01/15] KVM: s390: unregister debug feature on failing arch init, Michael Mueller
- [PATCH v5 05/15] KVM: s390: unify pending_irqs() and pending_irqs_no_gisa(), Michael Mueller
- [PATCH v5 06/15] KVM: s390: remove prefix kvm_s390_gisa_ from static inline functions, Michael Mueller
- [PATCH v5 07/15] s390/cio: add function chsc_sgib(), Michael Mueller
- [PATCH v5 09/15] KVM: s390: add kvm reference to struct sie_page2, Michael Mueller
- [PATCH v5 15/15] KVM: s390: start using the GIB, Michael Mueller
- [PATCH v5 13/15] KVM: s390: add function process_gib_alert_list(), Michael Mueller
- [PATCH v5 14/15] KVM: s390: add and wire function gib_alert_irq_handler(), Michael Mueller
- [PATCH v5 12/15] KVM: s390: do not restore IAM immediately before SIE entry, Michael Mueller
- [PATCH v5 11/15] KVM: s390: restore IAM in get_ipm() when IPM is clean, Michael Mueller
- [PATCH v5 10/15] KVM: s390: add functions to (un)register GISC with GISA, Michael Mueller
- [PATCH v5 08/15] KVM: s390: add the GIB and its related life-cyle functions, Michael Mueller
- [PATCH v5 04/15] KVM: s390: use pending_irqs_no_gisa() where appropriate, Michael Mueller
- [PATCH v5 03/15] KVM: s390: factor out nullify_gisa(), Michael Mueller
- [PATCH v5 02/15] KVM: s390: coding style issue kvm_s390_gisa_init/clear(), Michael Mueller
[PATCH] s390: remove the ptep_modify_prot_{start,commit} exports,
Christoph Hellwig
[PULL 0/1] virtio-ccw: one more patch for 4.21,
Cornelia Huck
[GIT PULL 0/2] KVM: s390: Fixes for 4.21,
Christian Borntraeger
[PATCH v3] net/smc: fix TCP fallback socket release,
Myungho Jung
[PATCH] virtio-ccw: diag 500 may return a negative cookie,
Cornelia Huck
[kvm-unit-tests PATCH v3 00/13] 390x: Add cross hypervisor and disk boot,
Janosch Frank
- [kvm-unit-tests PATCH v3 01/13] s390x: Add Sigp order codes, Janosch Frank
- [kvm-unit-tests PATCH v3 02/13] s390x: Rename and cleanup sclp-ascii.c, Janosch Frank
- [kvm-unit-tests PATCH v3 03/13] s390x: Make tests bootable from disk, Janosch Frank
- [kvm-unit-tests PATCH v3 04/13] s390x: Switch to z/Arch if needed, Janosch Frank
- [kvm-unit-tests PATCH v3 05/13] s390x: Add BSS clearing for non ELF boot, Janosch Frank
- [kvm-unit-tests PATCH v3 06/13] s390x: Move common sclp data and functions to sclp.c, Janosch Frank
- [kvm-unit-tests PATCH v3 07/13] s390x: Use interrupts in SCLP, Janosch Frank
- [kvm-unit-tests RFC v3 10/13] s390x: Add linemode buffer to fix newline on every print, Janosch Frank
- [kvm-unit-tests RFC v3 11/13] s390x: Add sclp busy indication locking, Janosch Frank
- [kvm-unit-tests PATCH v3 08/13] s390x: Add linemode console, Janosch Frank
- [kvm-unit-tests RFC v3 12/13] s390x: Add time functions to lib, Janosch Frank
- [kvm-unit-tests RFC v3 13/13] lib/report: Add stamps to reports, Janosch Frank
- [kvm-unit-tests PATCH v3 09/13] s390x: Add binary generation to makefile, Janosch Frank
[RESEND PATCH v5 0/6] perf: Add ioctl for PMU driver configuration,
Mathieu Poirier
[-next] lots of messages due to "mm, memory_hotplug: be more verbose for memory offline failures",
Heiko Carstens
[-next] strace tests fail because of "y2038: socket: Add compat_sys_recvmmsg_time64",
Heiko Carstens
[PATCH v2] net/smc: fix TCP fallback socket release,
Myungho Jung
[PATCH] net/smc: fix TCP fallback socket release,
Myungho Jung
[PATCH v1 9/9] mm: better document PG_reserved,
David Hildenbrand
[PATCH v1 1/9] agp: efficeon: no need to set PG_reserved on GATT tables, David Hildenbrand
[PATCH v1 8/9] ia64: perfmon: Don't mark buffer pages as PG_reserved, David Hildenbrand
[PATCH v1 7/9] arm64: kdump: No need to mark crashkernel pages manually PG_reserved, David Hildenbrand
[PATCH v1 4/9] riscv/vdso: don't clear PG_reserved, David Hildenbrand
[PATCH v1 3/9] powerpc/vdso: don't clear PG_reserved,
David Hildenbrand
[PATCH v1 2/9] s390/vdso: don't clear PG_reserved, David Hildenbrand
[PATCH v1 6/9] arm64: kexec: no need to ClearPageReserved(),
David Hildenbrand
[PATCH v1 5/9] m68k/mm: use __ClearPageReserved(), David Hildenbrand
ensure dma_alloc_coherent always returns zeroed memory,
Christoph Hellwig
[PATCH] seccomp, s390: fix build for syscall type change,
Tycho Andersen
[PATCH v6 24/27] syscall_get_arch: add "struct task_struct *" argument, Dmitry V. Levin
[PULL 0/2] vfio-ccw changes for 4.21,
Cornelia Huck
[PATCH] MAINTAINERS/vfio-ccw: add Farhan and Eric, make Halil Reviewer,
Christian Borntraeger
[PATCH V5 0/9] Remove fs specific fscrypt and fsverity build config options,
Chandan Rajendra
[PATCH V4 0/9] Remove fs specific fscrypt and fsverity build config options,
Chandan Rajendra
[PATCH v2 0/8] net: y2038-safe socket timestamps,
Deepa Dinamani
[PATCH] mm/zsmalloc.c: Fix zsmalloc 32-bit PAE support,
Rafael David Tinoco
[PATCH v5 22/25] syscall_get_arch: add "struct task_struct *" argument, Dmitry V. Levin
[PATCH V3 0/9] Remove fs specific fscrypt and fsverity build config options,
Chandan Rajendra
- [PATCH V3 1/9] ext4: use IS_ENCRYPTED() to check encryption status, Chandan Rajendra
- [PATCH V3 2/9] f2fs: use IS_ENCRYPTED() to check encryption status, Chandan Rajendra
- [PATCH V3 3/9] fscrypt: remove filesystem specific build config option, Chandan Rajendra
- [PATCH V3 4/9] Add S_VERITY and IS_VERITY(), Chandan Rajendra
- [PATCH V3 5/9] ext4: use IS_VERITY() to check inode's fsverity status, Chandan Rajendra
- [PATCH V3 6/9] f2fs: use IS_VERITY() to check inode's fsverity status, Chandan Rajendra
- [PATCH V3 7/9] fsverity: Remove filesystem specific build config option, Chandan Rajendra
- [PATCH V3 8/9] fsverity: Move verity status check to fsverity_file_open, Chandan Rajendra
- [PATCH V3 9/9] fsverity: Move verity status check to fsverity_prepare_setattr, Chandan Rajendra
- Re: [PATCH V3 0/9] Remove fs specific fscrypt and fsverity build config options, Theodore Y. Ts'o
[PATCH v2 0/2] Use DIAG318 to set Control Program Name & Version Codes,
Collin Walling
[PATCH 0/2] zfcp: small bugfix on top of previous v4.21 patches,
Steffen Maier
Re: [PATCH 2/6] __wr_after_init: write rare for static allocation,
Andy Lutomirski
Re: [PATCH net-next 0/8] Pass extack to NETDEV_PRE_UP, David Miller
Re: [0/3] vfio-ccw: support hsch/csch (kernel part),
Jason J. Herne
[kvm-unit-tests PATCH v2 0/6] 390x: Add cross hypervisor and disk boot,
Janosch Frank
[PATCH RFC 0/7] mm: PG_reserved cleanups and documentation,
David Hildenbrand
[PATCH AUTOSEL 4.19 026/123] s390/cio: Fix cleanup when unsupported IDA format is used, Sasha Levin
[PATCH AUTOSEL 4.19 098/123] s390/qeth: fix length check in SNMP processing, Sasha Levin
[PATCH AUTOSEL 4.14 12/69] s390/cpum_cf: Reject request for sampling in event initialization, Sasha Levin
[PATCH AUTOSEL 4.9 07/45] s390/cpum_cf: Reject request for sampling in event initialization, Sasha Levin
[PATCH AUTOSEL 4.4 04/33] s390/cpum_cf: Reject request for sampling in event initialization, Sasha Levin
[PATCH AUTOSEL 3.18 04/26] s390/cpum_cf: Reject request for sampling in event initialization, Sasha Levin
[PATCH AUTOSEL 3.18 17/26] s390/qeth: fix length check in SNMP processing, Sasha Levin
[PATCH AUTOSEL 4.4 23/33] s390/qeth: fix length check in SNMP processing, Sasha Levin
[Index of Archives]
[Kernel Development]
[Kernel Announce]
[Kernel Newbies]
[Linux RAID]
[Linux ATA RAID]
[IETF Annouce]
[Git]
[Security]
[Netfilter]
[Bugtraq]
[More Archives]