messages from 2023-10-19 07:33:13 to 2023-11-03 14:03:50 UTC [more...]
[PATCH rfc 00/18] mm: convert to use folio mm counter
2023-11-03 14:01 UTC (4+ messages)
` [PATCH 01/18] mm: add mm_counter_folio() and mm_counter_file_folio()
` [PATCH 02/18] uprobes: use mm_counter_file_folio()
` [PATCH 04/18] mm: rmap: use mm_counter_[file]_folio()
[kvm-unit-tests PATCH v7 0/8] s390x: Add support for running guests without MSO/MSL
2023-11-03 13:56 UTC (13+ messages)
` [kvm-unit-tests PATCH v7 1/8] lib: s390x: introduce bitfield for PSW mask
` [kvm-unit-tests PATCH v7 2/8] s390x: add function to set DAT mode for all interrupts
` [kvm-unit-tests PATCH v7 3/8] s390x: sie: switch to home space mode before entering SIE
` [kvm-unit-tests PATCH v7 4/8] s390x: lib: don't forward PSW when handling exception in SIE
` [kvm-unit-tests PATCH v7 5/8] s390x: lib: sie: don't reenter SIE on pgm int
` [kvm-unit-tests PATCH v7 6/8] s390x: add test source dir to include paths
` [kvm-unit-tests PATCH v7 7/8] s390x: add a test for SIE without MSO/MSL
` [kvm-unit-tests PATCH v7 8/8] lib: s390x: interrupt: remove TEID_ASCE defines
[kvm-unit-tests PATCH v1 0/2] s390x: Align SIE tests to 2GB
2023-11-03 13:33 UTC (6+ messages)
` [kvm-unit-tests PATCH v1 1/2] s390x: spec_ex-sie: refactor to use snippet API
` [kvm-unit-tests PATCH v1 2/2] s390x: sie: ensure guests are aligned to 2GB
[PATCH 0/3] Use new wrappers to copy userspace arrays
2023-11-03 11:55 UTC (5+ messages)
` [PATCH 1/3] arch/x86/kvm: copy user-array with overflow-check
` [PATCH 2/3] arch/s390/kvm: copy userspace-array safely
` [PATCH 3/3] virt/kvm: "
[PATCH net v2 0/3] bugfixs for smc
2023-11-03 8:13 UTC (5+ messages)
` [PATCH net v2 1/3] net/smc: fix dangling sock under state SMC_APPFINCLOSEWAIT
` [PATCH net v2 2/3] net/smc: allow cdc msg send rather than drop it with NULL sndbuf_desc
` [PATCH net v2 3/3] net/smc: put sk reference if close work was canceled
[PATCH] net/smc: avoid atomic_set and smp_wmb in the tx path when possible
2023-11-03 4:56 UTC (5+ messages)
[PATCH net v1 0/3] bugfixs for smc
2023-11-02 13:28 UTC (6+ messages)
` [PATCH net v1 1/3] net/smc: fix dangling sock under state SMC_APPFINCLOSEWAIT
` [PATCH net v1 2/3] net/smc: allow cdc msg send rather than drop it with NULL sndbuf_desc
` [PATCH net v1 3/3] net/smc: put sk reference if close work was canceled
[PATCH v2 00/13] ip_tunnel: convert __be16 tunnel flags to bitmaps
2023-11-02 11:48 UTC (7+ messages)
` [PATCH v2 11/13] "
[PATCH 1/2] kexec: fix KEXEC_FILE dependencies
2023-11-02 8:03 UTC (12+ messages)
` [PATCH 2/2] kexec: select CRYPTO from KEXEC_FILE instead of depending on it
[PATCH 00/10] Handle set_memory_XXcrypted() errors
2023-11-01 14:40 UTC (18+ messages)
` [PATCH 04/10] swiotlb: Use free_decrypted_pages()
` [PATCH 06/10] dma: "
[PATCH 1/1] s390/cio: make sch->lock a spinlock (is a pointer)
2023-11-01 11:57 UTC
[PATCH net 0/3] bugfixs for smc
2023-11-01 8:36 UTC (8+ messages)
` [PATCH net 1/3] net/smc: fix dangling sock under state SMC_APPFINCLOSEWAIT
` [PATCH net 2/3] net/smc: allow cdc msg send rather than drop it with NULL sndbuf_desc
` [PATCH net 3/3] net/smc: put sk reference if close work was canceled
[PATCH v3 0/3] livepatch: Move modules to selftests and add a new test
2023-10-31 21:10 UTC (4+ messages)
` [PATCH v3 1/3] kselftests: lib.mk: Add TEST_GEN_MODS_DIR variable
` [PATCH v3 2/3] livepatch: Move tests from lib/livepatch to selftests/livepatch
` [PATCH v3 3/3] selftests: livepatch: Test livepatching a heavily called syscall
[GIT PULL 0/2] KVM: s390: Changes for 6.7
2023-10-31 14:10 UTC (4+ messages)
` [GIT PULL 1/2] KVM: s390: add stat counter for shadow gmap events
` [GIT PULL 2/2] KVM: s390: add tracepoint in gmap notifier
[PATCH net 0/5] net/smc: bugfixs for smc-r
2023-10-31 3:04 UTC (25+ messages)
` [PATCH net 1/5] net/smc: fix dangling sock under state SMC_APPFINCLOSEWAIT
` [PATCH net 4/5] net/smc: protect connection state transitions in listen work
` [PATCH net 5/5] net/smc: put sk reference if close work was canceled
[kvm-unit-tests PATCH v3 00/10] s390x: topology: Fixes and extension
2023-10-30 16:03 UTC (11+ messages)
` [kvm-unit-tests PATCH v3 01/10] s390x: topology: Introduce enums for polarization & cpu type
` [kvm-unit-tests PATCH v3 02/10] s390x: topology: Fix report message
` [kvm-unit-tests PATCH v3 03/10] s390x: topology: Use function parameter in stsi_get_sysib
` [kvm-unit-tests PATCH v3 04/10] s390x: topology: Fix parsing loop
` [kvm-unit-tests PATCH v3 05/10] s390x: topology: Make some report messages unique
` [kvm-unit-tests PATCH v3 06/10] s390x: topology: Refine stsi header test
` [kvm-unit-tests PATCH v3 07/10] s390x: topology: Rename topology_core to topology_cpu
` [kvm-unit-tests PATCH v3 08/10] s390x: topology: Rewrite topology list test
` [kvm-unit-tests PATCH v3 09/10] scripts: Implement multiline strings for extra_params
` [kvm-unit-tests PATCH v3 10/10] s390x: topology: Add complex topology test
s390x stack unwinding with perf?
2023-10-30 13:19 UTC (7+ messages)
[kvm-unit-tests PATCH 00/10] s390x: topology: Fixes and extension
2023-10-30 7:30 UTC (21+ messages)
` [kvm-unit-tests PATCH 01/10] s390x: topology: Introduce enums for polarization & cpu type
` [kvm-unit-tests PATCH 02/10] s390x: topology: Fix report message
` [kvm-unit-tests PATCH 03/10] s390x: topology: Use function parameter in stsi_get_sysib
` [kvm-unit-tests PATCH 04/10] s390x: topology: Fix parsing loop
` [kvm-unit-tests PATCH 05/10] s390x: topology: Make some report messages unique
` [kvm-unit-tests PATCH 06/10] s390x: topology: Refine stsi header test
` [kvm-unit-tests PATCH 07/10] s390x: topology: Rename topology_core to topology_cpu
` [kvm-unit-tests PATCH 08/10] s390x: topology: Rewrite topology list test
` [kvm-unit-tests PATCH 09/10] scripts: Implement multiline strings for extra_params
` [kvm-unit-tests PATCH 10/10] s390x: topology: Add complex topology test
[PATCH v3 00/13] mm: jit/text allocator
2023-10-30 7:00 UTC (14+ messages)
` [PATCH v3 03/13] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v3 04/13] mm/execmem, arch: convert remaining "
` [PATCH v3 07/13] arm64, execmem: extend execmem_params for generated code allocations
[PATCH AUTOSEL 6.5 30/52] s390/kasan: handle DCSS mapping in memory holes
2023-10-29 22:53 UTC
[Bug report] More xfs courruption issue found on s390x
2023-10-29 4:33 UTC
[PATCH 1/5] csky: remove unused cmd_vdso_install
2023-10-27 19:48 UTC (3+ messages)
` [PATCH 4/5] kbuild: unify vdso_install rules
[PATCH v2 0/3] a couple of corrections to the IRQ enablement function
2023-10-27 17:06 UTC (12+ messages)
` [PATCH v2 1/3] s390/vfio-ap: unpin pages on gisc registration failure
` [PATCH v2 2/3] s390/vfio-ap: set status response code to 06 "
` [PATCH v2 3/3] s390/vfio-ap: improve reaction to response code 07 from PQAP(AQIC) command
[PATCH v3 0/3] a couple of corrections to the IRQ enablement function
2023-10-27 11:19 UTC (6+ messages)
` [PATCH v3 1/3] s390/vfio-ap: unpin pages on gisc registration failure
` [PATCH v3 2/3] s390/vfio-ap: set status response code to 06 "
` [PATCH v3 3/3] s390/vfio-ap: improve reaction to response code 07 from PQAP(AQIC) command
[PATCH 0/2] s390/dasd: fix kernel panic with statistics
2023-10-25 13:24 UTC (3+ messages)
` [PATCH 1/2] s390/dasd: resolve spelling mistake
` [PATCH 2/2] s390/dasd: protect device queue against concurrent access
[PATCH] drivers: s390: dasd_int.h: resolved spelling mistake
2023-10-25 13:20 UTC (2+ messages)
[PATCH] s390/cio: replace deprecated strncpy with strscpy
2023-10-25 10:25 UTC (4+ messages)
[PATCH] s390/sclp: replace deprecated strncpy with strtomem
2023-10-25 10:23 UTC (4+ messages)
[PATCH] s390/ctcm: replace deprecated strncpy with strscpy
2023-10-25 1:10 UTC (4+ messages)
[PATCH] s390/qeth: replace deprecated strncpy with strscpy
2023-10-25 1:10 UTC (4+ messages)
Wycena paneli fotowoltaicznych
2023-10-24 8:15 UTC
[GIT PULL] s390 fixes for 6.6-rc7
2023-10-23 16:31 UTC (9+ messages)
` [PATCH] s390/pci: remove custom and misleading bitmap_vzalloc
[PATCH net v2 0/2] net/smc: correct the reason code in smc_listen_find_device when fallback
2023-10-23 11:09 UTC (6+ messages)
` [PATCH net v2 2/2] "
[PATCH] s390/vfio-ap: fix sysfs status attribute for AP queue devices
2023-10-20 20:48 UTC
[linux-next:master] BUILD REGRESSION 4230ea146b1e64628f11e44290bb4008e391bc24
2023-10-19 23:54 UTC
[linux-next:master] BUILD REGRESSION 2dac75696c6da3c848daa118a729827541c89d33
2023-10-19 23:23 UTC (3+ messages)
[kvm-unit-tests PATCH 0/9] s390x: topology: Fixes and extension
2023-10-19 10:58 UTC (3+ messages)
` [kvm-unit-tests PATCH 9/9] s390x: topology: Add complex topology test
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