messages from 2019-09-24 17:12:09 to 2019-10-06 17:19:58 UTC [more...]
[PATCH 4.4 20/36] hypfs: Fix error number left in struct pointer member
2019-10-06 17:19 UTC
[PATCH v6 01/10] mm/memunmap: Don't access uninitialized memmap in memunmap_pages()
2019-10-06 8:56 UTC (9+ messages)
` [PATCH v6 02/10] mm/memmap_init: Update variable name in memmap_init_zone
` [PATCH v6 03/10] mm/memory_hotplug: Don't access uninitialized memmaps in shrink_pgdat_span()
` [PATCH v6 04/10] mm/memory_hotplug: Don't access uninitialized memmaps in shrink_zone_span()
` [PATCH v6 06/10] mm/memory_hotplug: Poison memmap in remove_pfn_range_from_zone()
` [PATCH v6 07/10] mm/memory_hotplug: We always have a zone in find_(smallest|biggest)_section_pfn
` [PATCH v6 08/10] mm/memory_hotplug: Don't check for "all holes" in shrink_zone_span()
` [PATCH v6 09/10] mm/memory_hotplug: Drop local variables "
` [PATCH v6 10/10] mm/memory_hotplug: Cleanup __remove_pages()
[PATCH v5 01/10] mm/memunmap: Use the correct start and end pfn when removing pages from zone
2019-10-06 8:13 UTC (20+ messages)
` [PATCH v5 02/10] mm/memmap_init: Update variable name in memmap_init_zone
` [PATCH v5 03/10] mm/memory_hotplug: Don't access uninitialized memmaps in shrink_pgdat_span()
` [PATCH v5 04/10] mm/memory_hotplug: Don't access uninitialized memmaps in shrink_zone_span()
` [PATCH v5 06/10] mm/memory_hotplug: Poison memmap in remove_pfn_range_from_zone()
` [PATCH v5 07/10] mm/memory_hotplug: We always have a zone in find_(smallest|biggest)_section_pfn
` [PATCH v5 08/10] mm/memory_hotplug: Don't check for "all holes" in shrink_zone_span()
` [PATCH v5 09/10] mm/memory_hotplug: Drop local variables "
` [PATCH v5 10/10] mm/memory_hotplug: Cleanup __remove_pages()
[GIT PULL] s390 updates for 5.4-rc2
2019-10-05 20:05 UTC (2+ messages)
[PATCH] s390/mm: fix -Wunused-but-set-variable warnings
2019-10-04 9:00 UTC (2+ messages)
[PATCH] zfcp: fix reaction on bit error theshold notification with adapter close
2019-10-04 1:47 UTC (10+ messages)
` [PATCH v2] "
memory leaks in dasd_eckd_check_characteristics() error paths
2019-10-02 19:33 UTC
[PATCH] KVM: s390: Cleanup kvm_arch_init error path
2019-10-02 18:32 UTC (7+ messages)
[PATCH v2 00/21] Refine memblock API
2019-10-02 11:14 UTC (14+ messages)
[PATCH 5.4-rc1 BUILD FIX] s390: mark __cpacf_query() as __always_inline
2019-10-02 8:21 UTC (7+ messages)
[PATCH 00/29] vmlinux.lds.h: Refactor EXCEPTION_TABLE and NOTES
2019-10-01 15:48 UTC (33+ messages)
` [PATCH 01/29] powerpc: Rename "notes" PT_NOTE to "note"
` [PATCH 02/29] powerpc: Remove PT_NOTE workaround
` [PATCH 03/29] powerpc: Rename PT_LOAD identifier "kernel" to "text"
` [PATCH 04/29] alpha: "
` [PATCH 05/29] ia64: Rename PT_LOAD identifier "code" "
` [PATCH 06/29] s390: Move RO_DATA into "text" PT_LOAD Program Header
` [PATCH 07/29] x86: Restore "text" Program Header with dummy section
` [PATCH 08/29] vmlinux.lds.h: Provide EMIT_PT_NOTE to indicate export of .notes
` [PATCH 09/29] vmlinux.lds.h: Move Program Header restoration into NOTES macro
` [PATCH 10/29] vmlinux.lds.h: Move NOTES into RO_DATA
` [PATCH 11/29] vmlinux.lds.h: Replace RODATA with RO_DATA
` [PATCH 12/29] vmlinux.lds.h: Replace RO_DATA_SECTION "
` [PATCH 13/29] vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATA
` [PATCH 14/29] vmlinux.lds.h: Allow EXCEPTION_TABLE to live in RO_DATA
` [PATCH 15/29] x86: Actually use _etext for end of text segment
` [PATCH 16/29] x86: Move EXCEPTION_TABLE to RO_DATA segment
` [PATCH 17/29] alpha: "
` [PATCH 18/29] arm64: "
` [PATCH 19/29] c6x: "
` [PATCH 20/29] h8300: "
` [PATCH 21/29] ia64: "
` [PATCH 22/29] microblaze: "
` [PATCH 23/29] parisc: "
` [PATCH 24/29] powerpc: "
` [PATCH 25/29] xtensa: "
` [PATCH 26/29] x86/mm: Remove redundant &s on addresses
` [PATCH 27/29] x86/mm: Report which part of kernel image is freed
` [PATCH 28/29] x86/mm: Report actual image regions in /proc/iomem
` [PATCH 29/29] x86: Use INT3 instead of NOP for linker fill bytes
[PATCH 0/2] s390/dasd: fixes for thin provisioning support
2019-10-01 15:45 UTC (4+ messages)
` [PATCH 1/2] s390/dasd: Fix error handling during online processing
` [PATCH 2/2] Revert "s390/dasd: Add discard support for ESE volumes"
[PATCH v13 0/9] namei: openat2(2) path resolution restrictions
2019-10-01 5:06 UTC (16+ messages)
` [PATCH v13 1/9] namei: obey trailing magic-link DAC permissions
` [PATCH v13 2/9] procfs: switch magic-link modes to be more sane
` [PATCH v13 3/9] open: O_EMPTYPATH: procfs-less file descriptor re-opening
` [PATCH v13 4/9] namei: O_BENEATH-style path resolution flags
` [PATCH v13 5/9] namei: LOOKUP_IN_ROOT: chroot-like path resolution
` [PATCH v13 6/9] namei: permit ".." resolution with LOOKUP_{IN_ROOT,BENEATH}
` [PATCH v13 7/9] open: openat2(2) syscall
` [PATCH v13 8/9] selftests: add openat2(2) selftests
` [PATCH v13 9/9] Documentation: update path-lookup to mention trailing magic-links
[PATCH RESEND v3 00/26] Add definition for the number of standard PCI BARs
2019-09-30 19:58 UTC (3+ messages)
` [PATCH RESEND v3 01/26] PCI: Add define "
[PATCH v3 06/26] s390/pci: Use PCI_STD_NUM_BARS
2019-09-30 19:47 UTC (2+ messages)
[PATCH v2 1/1] s390/cio: fix virtio-ccw DMA without PV
2019-09-30 16:10 UTC (2+ messages)
[PATCH 1/1] s390/cio: fix virtio-ccw DMA without PV
2019-09-30 15:32 UTC (3+ messages)
[PATCH] mm/page_alloc: fix a crash in free_pages_prepare()
2019-09-30 11:22 UTC (14+ messages)
[PATCH AUTOSEL 4.4 7/9] hypfs: Fix error number left in struct pointer member
2019-09-29 17:36 UTC
[PATCH AUTOSEL 4.9 11/13] hypfs: Fix error number left in struct pointer member
2019-09-29 17:36 UTC
[PATCH AUTOSEL 4.14 20/23] hypfs: Fix error number left in struct pointer member
2019-09-29 17:35 UTC
[PATCH AUTOSEL 4.19 25/33] hypfs: Fix error number left in struct pointer member
2019-09-29 17:34 UTC
[PATCH AUTOSEL 5.2 34/42] hypfs: Fix error number left in struct pointer member
2019-09-29 17:32 UTC
[PATCH AUTOSEL 5.3 39/49] hypfs: Fix error number left in struct pointer member
2019-09-29 17:30 UTC
[RFC PATCH 0/3] fix dma_mask for CCW devices
2019-09-27 21:21 UTC (7+ messages)
` [RFC PATCH 1/3] dma-mapping: make overriding GFP_* flags arch customizable
[PATCH V2 0/8] mdev based hardware virtio offloading support
2019-09-27 8:37 UTC (19+ messages)
` [PATCH V2 2/8] mdev: class id support
` [PATCH V2 5/8] mdev: introduce device specific ops
` [PATCH V2 6/8] mdev: introduce virtio device and its device ops
[GIT PULL] s390 patches for the 5.4 merge window #2
2019-09-26 20:10 UTC (2+ messages)
[PATCH v6] numa: make node_to_cpumask_map() NUMA_NO_NODE aware
2019-09-26 12:10 UTC (19+ messages)
[kvm-unit-tests PATCH 0/2] s390x: Quick fixes
2019-09-25 15:51 UTC (5+ messages)
` [kvm-unit-tests PATCH 1/2] s390x: Add missing include in smp.h
` [kvm-unit-tests PATCH 2/2] s390x: Free allocated page in iep test
[kvm-unit-tests PATCH v3 0/6] s390x: Add multiboot and smp
2019-09-25 13:39 UTC (13+ messages)
` [kvm-unit-tests PATCH v3 5/6] s390x: Prepare for external calls
` [kvm-unit-tests PATCH v3 6/6] s390x: SMP test
[PATCH 0/6] mdev based hardware virtio offloading support
2019-09-25 11:56 UTC (6+ messages)
` [PATCH 5/6] vringh: fix copy direction of vringh_iov_push_kern()
[PATCH V3 0/2] mm/debug: Add tests for architecture exported page table helpers
2019-09-25 3:36 UTC (4+ messages)
[PATCH] seccomp: remove unused arg from secure_computing()
2019-09-24 17:11 UTC (3+ messages)
` [PATCH v1] seccomp: simplify secure_computing()
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).