messages from 2019-01-26 05:24:12 to 2019-02-03 09:39:20 UTC [more...]
[PATCH v2 00/21] Refine memblock API
2019-02-03 9:39 UTC (19+ messages)
` [PATCH v2 01/21] openrisc: prefer memblock APIs returning virtual address
` [PATCH v2 06/21] memblock: memblock_phys_alloc_try_nid(): don't panic
` [PATCH v2 09/21] memblock: drop memblock_alloc_base()
` [PATCH v2 10/21] memblock: refactor internal allocation functions
` [PATCH v2 19/21] treewide: add checks for the return value of memblock_alloc*()
` [PATCH v2 21/21] memblock: drop memblock_alloc_*_nopanic() variants
[PATCH] zcrypt: handle AP Info notification from CHSC SEI command
2019-02-03 9:25 UTC (16+ messages)
[PATCH net-next v5 00/12] net: y2038-safe socket timestamps
2019-02-02 15:34 UTC (3+ messages)
` [PATCH net-next v5 03/12] arch: Use asm-generic/socket.h when possible
` [PATCH net-next v5 09/12] socket: Add SO_TIMESTAMPING_NEW
WARN_ON_ONCE(!new_owner) within wake_futex_pi() triggered
2019-02-02 11:20 UTC (38+ messages)
` [PATCH] futex: Handle early deadlock return correctly
` WARN_ON_ONCE(!new_owner) within wake_futex_pi() triggerede
[PATCH net 0/9] net/smc: fixes 2019-01-30
2019-02-01 22:48 UTC (11+ messages)
` [PATCH net 1/9] net/smc: fix another sizeof to int comparison
` [PATCH net 2/9] net/smc: allow 16 byte pnetids in netlink policy
` [PATCH net 3/9] net/smc: prevent races between smc_lgr_terminate() and smc_conn_free()
` [PATCH net 4/9] net/smc: don't wait for send buffer space when data was already sent
` [PATCH net 5/9] net/smc: recvmsg and splice_read should return 0 after shutdown
` [PATCH net 6/9] net/smc: do not wait under send_lock
` [PATCH net 7/9] net/smc: call smc_cdc_msg_send() "
` [PATCH net 8/9] net/smc: use device link provided in qp_context
` [PATCH net 9/9] net/smc: fix use of variable in cleared area
[PATCH v3 0/7] perf: Communicate sink via event::attr:config2
2019-02-01 16:03 UTC (12+ messages)
` [PATCH v3 1/7] perf/aux: Make perf_event accessible to setup_aux()
` [PATCH v3 2/7] coresight: perf: Add "sinks" group to PMU directory
` [PATCH v3 3/7] coresight: Use event attributes for sink selection
` [PATCH v3 4/7] perf pmu: Moving EVENT_SOURCE_DEVICE_PATH to PMU header file
` [PATCH v3 5/7] perf tools: Use event attributes to send sink information to kernel
` [PATCH v3 6/7] perf tools: Removing CoreSight set_drv_config() API
` [PATCH v3 7/7] perf tools: Remove PMU::set_drv_config API
[PATCH net-next v4 03/12] arch: Use asm-generic/socket.h when possible
2019-02-01 15:43 UTC (2+ messages)
` [PATCH net-next v4 09/12] socket: Add SO_TIMESTAMPING_NEW
[PATCH v1] KVM: s390: vsie: fix Do the CRYCB validation first
2019-02-01 13:37 UTC (6+ messages)
[PATCH -next] s390: remove unused including <linux/version.h>
2019-02-01 11:53 UTC
[PATCH v7 00/15] KVM: s390: make use of the GIB
2019-02-01 9:36 UTC (23+ messages)
` [PATCH v7 01/15] KVM: s390: drop obsolete else path
` [PATCH v7 02/15] KVM: s390: make bitmap declaration consistent
` [PATCH v7 03/15] KVM: s390: move bitmap idle_mask into arch struct top level
` [PATCH v7 04/15] KVM: s390: coding style kvm_s390_gisa_init/clear()
` [PATCH v7 05/15] KVM: s390: use pending_irqs_no_gisa() where appropriate
` [PATCH v7 06/15] KVM: s390: remove kvm_s390_ from gisa static inline functions
` [PATCH v7 07/15] KVM: s390: introduce struct kvm_s390_gisa_interrupt
` [PATCH v7 08/15] s390/cio: add function chsc_sgib()
` [PATCH v7 09/15] KVM: s390: add the GIB and its related life-cyle functions
` [PATCH v7 10/15] KVM: s390: add kvm reference to struct sie_page2
` [PATCH v7 11/15] KVM: s390: add functions to (un)register GISC with GISA
` [PATCH v7 12/15] KVM: s390: kvm_s390_gisa_clear() now clears the IPM only
` [PATCH v7 13/15] KVM: s390: add gib_alert_irq_handler()
` [PATCH v7 14/15] KVM: s390: start using the GIB
` [PATCH v7 15/15] KVM: s390: fix possible null pointer dereference in pending_irqs()
` [PATCH v7 15/15] KVM: s390: test for non NULL gisa origin "
[PATCH RFC] virtio: hint if callbacks surprisingly might sleep
2019-01-31 15:41 UTC (3+ messages)
[PATCH v3 0/6] vfio-ccw: support hsch/csch (kernel part)
2019-01-31 12:34 UTC (13+ messages)
` [PATCH v3 1/6] vfio-ccw: make it safe to access channel programs
` [PATCH v3 2/6] vfio-ccw: rework ssch state handling
` [PATCH v3 3/6] vfio-ccw: protect the I/O region
` [PATCH v3 4/6] vfio-ccw: add capabilities chain
` [PATCH v3 5/6] s390/cio: export hsch to modules
` [PATCH v3 6/6] vfio-ccw: add handling for async channel instructions
[PATCH v2 0/7] perf: Communicate sink via event::attr:config2
2019-01-30 23:50 UTC (8+ messages)
` [PATCH v2 2/7] coresight: perf: Add "sinks" group to PMU directory
` [PATCH v2 3/7] coresight: Use event attributes for sink selection
` [PATCH v2 4/7] perf pmu: Moving EVENT_SOURCE_DEVICE_PATH to PMU header file
[PATCH v6 00/13] KVM: s390: make use of the GIB
2019-01-30 16:41 UTC (38+ messages)
` [PATCH v6 01/13] KVM: s390: drop obsolete else path
` [PATCH v6 02/13] KVM: s390: make bitmap declaration consitent
` [PATCH v6 03/13] KVM: s390: move bitmap idle_mask into arch struct top level
` [PATCH v6 04/13] KVM: s390: coding style kvm_s390_gisa_init/clear()
` [PATCH v6 05/13] KVM: s390: use pending_irqs_no_gisa() where appropriate
` [PATCH v6 06/13] KVM: s390: remove kvm_s390_ from gisa static inline functions
` [PATCH v6 07/13] KVM: s390: introduce struct kvm_s390_gisa_interrupt
` [PATCH v6 09/13] KVM: s390: add the GIB and its related life-cyle functions
` [PATCH v6 10/13] KVM: s390: add kvm reference to struct sie_page2
` [PATCH v6 11/13] KVM: s390: add functions to (un)register GISC with GISA
` [PATCH v6 12/13] KVM: s390: add gib_alert_irq_handler()
` [PATCH v6 13/13] KVM: s390: start using the GIB
kprobe string arg does not return proper value
2019-01-30 15:34 UTC
[PATCH v2 0/5] vfio-ccw: support hsch/csch (kernel part)
2019-01-30 14:32 UTC (34+ messages)
` [PATCH v2 2/5] vfio-ccw: concurrent I/O handling
` [PATCH v2 3/5] vfio-ccw: add capabilities chain
` [PATCH v2 5/5] vfio-ccw: add handling for async channel instructions
[PATCH] s390/jump_label: Correct asm contraint
2019-01-30 8:53 UTC (4+ messages)
[PATCH 4.14 64/68] x86/xen/time: Output xen sched_clock time from 0
2019-01-29 11:36 UTC
[PATCH] zfcp: fix sysfs block queue limit output for max_segment_size
2019-01-29 6:15 UTC
[PATCH AUTOSEL 4.4 46/80] KVM: s390: unregister debug feature on failing arch init
2019-01-28 16:23 UTC
[PATCH AUTOSEL 4.9 062/107] KVM: s390: unregister debug feature on failing arch init
2019-01-28 16:19 UTC
[PATCH AUTOSEL 4.14 058/170] s390/zcrypt: improve special ap message cmd handling
2019-01-28 16:10 UTC (2+ messages)
` [PATCH AUTOSEL 4.14 109/170] KVM: s390: unregister debug feature on failing arch init
[PATCH AUTOSEL 4.19 089/258] s390/zcrypt: improve special ap message cmd handling
2019-01-28 15:57 UTC (2+ messages)
` [PATCH AUTOSEL 4.19 172/258] KVM: s390: unregister debug feature on failing arch init
[PATCH AUTOSEL 4.20 031/304] s390/qeth: utilize virtual MAC for Layer2 OSD devices
2019-01-28 15:42 UTC (3+ messages)
` [PATCH AUTOSEL 4.20 103/304] s390/zcrypt: improve special ap message cmd handling
` [PATCH AUTOSEL 4.20 204/304] KVM: s390: unregister debug feature on failing arch init
[PATCH v15 23/26] sched: early boot clock
2019-01-26 16:11 UTC (11+ messages)
[PATCH net-next 0/8] s390/qeth: updates 2019-01-25
2019-01-26 5:24 UTC (2+ messages)
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