messages from 2018-07-04 15:35:44 to 2018-07-19 20:55:31 UTC [more...]
[PATCH v15 00/26] Early boot time stamps
2018-07-19 20:55 UTC (13+ messages)
` [PATCH v15 01/26] x86/kvmclock: Remove memblock dependency
` [PATCH v15 02/26] x86/kvmclock: Remove page size requirement from wall_clock
` [PATCH v15 03/26] x86/kvmclock: Decrapify kvm_register_clock()
` [PATCH v15 04/26] x86/kvmclock: Cleanup the code
` [PATCH v15 05/26] x86/kvmclock: Mark variables __initdata and __ro_after_init
` [PATCH v15 06/26] x86/kvmclock: Move kvmclock vsyscall param and init to kvmclock
` [PATCH v15 07/26] x86/kvmclock: Switch kvmclock data to a PER_CPU variable
` [PATCH v15 08/26] x86: text_poke() may access uninitialized struct pages
` [PATCH v15 09/26] x86: initialize static branching early
` [PATCH v15 10/26] x86/CPU: Call detect_nopl() only on the BSP
` [PATCH v15 11/26] x86/tsc: redefine notsc to behave as tsc=unstable
` [PATCH v15 12/26] x86/xen/time: initialize pv xen time in init_hypervisor_platform
[PATCH v14 00/25] Early boot time stamps
2018-07-19 20:46 UTC (43+ messages)
` [PATCH v14 01/25] x86/kvmclock: Remove memblock dependency
` [PATCH v14 02/25] x86/kvmclock: Remove page size requirement from wall_clock
` [PATCH v14 03/25] x86/kvmclock: Decrapify kvm_register_clock()
` [PATCH v14 04/25] x86/kvmclock: Cleanup the code
` [PATCH v14 05/25] x86/kvmclock: Mark variables __initdata and __ro_after_init
` [PATCH v14 06/25] x86/kvmclock: Move kvmclock vsyscall param and init to kvmclock
` [PATCH v14 07/25] x86/kvmclock: Switch kvmclock data to a PER_CPU variable
` [PATCH v14 08/25] x86/kvmclock: Avoid TSC recalibration
` [PATCH v14 09/25] x86: text_poke() may access uninitialized struct pages
` [PATCH v14 10/25] x86: initialize static branching early
` [PATCH v14 11/25] x86/CPU: Call detect_nopl() only on the BSP
` [PATCH v14 12/25] x86/tsc: redefine notsc to behave as tsc=unstable
` [PATCH v14 13/25] x86/xen/time: initialize pv xen time in init_hypervisor_platform
` [PATCH v14 14/25] x86/xen/time: output xen sched_clock time from 0
` [PATCH v14 15/25] s390/time: add read_persistent_wall_and_boot_offset()
` [PATCH v14 16/25] time: replace read_boot_clock64() with read_persistent_wall_and_boot_offset()
` [PATCH v14 17/25] time: default boot time offset to local_clock()
` [PATCH v14 18/25] s390/time: remove read_boot_clock64()
` [PATCH v14 19/25] ARM/time: "
` [PATCH v14 20/25] x86/tsc: calibrate tsc only once
` [PATCH v14 21/25] x86/tsc: initialize cyc2ns when tsc freq. is determined
` [PATCH v14 22/25] x86/tsc: use tsc early
` [PATCH v14 23/25] sched: move sched clock initialization and merge with generic clock
` [PATCH v14 24/25] sched: early boot clock
` [PATCH v14 25/25] sched: use static key for sched_clock_running
[PATCH 4/7] x86,tlb: make lazy TLB mode lazier
2018-07-19 17:04 UTC
[PATCH] s390/hypfs: Replace PTR_RET with PTR_ERR_OR_ZERO
2018-07-19 14:41 UTC (2+ messages)
[PATCH] s390/dasd: replace PTR_RET with PTR_ERR_OR_ZERO
2018-07-19 14:40 UTC (2+ messages)
[PATCH] s390/ap_bus: replace PTR_RET with PTR_ERR_OR_ZERO
2018-07-19 14:40 UTC (3+ messages)
[PATCH] s390/tape: replace PTR_RET with PTR_ERR_OR_ZERO
2018-07-19 14:40 UTC (2+ messages)
[PATCH net-next 00/11] s390/qeth: updates 2018-07-19
2018-07-19 10:43 UTC (12+ messages)
` [PATCH net-next 01/11] s390/qeth: fix race in used-buffer accounting
` [PATCH net-next 02/11] s390/qeth: reset layer2 attribute on layer switch
` [PATCH net-next 03/11] s390/qeth: remove redundant netif_carrier_ok() checks
` [PATCH net-next 04/11] s390/qeth: allocate netdevice early
` [PATCH net-next 05/11] s390/qeth: don't cache HW port number
` [PATCH net-next 06/11] s390/qeth: simplify max MTU handling
` [PATCH net-next 07/11] s390/qeth: use core MTU range checking
` [PATCH net-next 08/11] s390/qeth: add statistics for consumed buffer elements
` [PATCH net-next 09/11] s390/qeth: merge linearize-check into HW header construction
` [PATCH net-next 10/11] s390/qeth: add support for constrained HW headers
` [PATCH net-next 11/11] s390/qeth: speed up L2 IQD xmit
[PATCH net 0/3] net/smc: fixes 2018-07-18
2018-07-18 17:59 UTC (5+ messages)
` [PATCH net 1/3] net/smc: optimize consumer cursor updates
` [PATCH net 2/3] net/smc: add error handling for get_user()
` [PATCH net 3/3] net/smc: reset recv timeout after clc handshake
[PATCH v13 00/18] Early boot time stamps
2018-07-18 1:59 UTC (33+ messages)
` [PATCH v13 01/18] x86: text_poke() may access uninitialized struct pages
` [PATCH v13 02/18] x86: initialize static branching early
` [PATCH v13 03/18] x86/CPU: Call detect_nopl() only on the BSP
` [PATCH v13 04/18] x86/tsc: redefine notsc to behave as tsc=unstable
` [PATCH v13 05/18] kvm/x86: remove kvm memblock dependency
` [PATCH v13 06/18] x86/xen/time: initialize pv xen time in init_hypervisor_platform
` [PATCH v13 07/18] x86/xen/time: output xen sched_clock time from 0
` [PATCH v13 08/18] s390/time: add read_persistent_wall_and_boot_offset()
` [PATCH v13 09/18] time: replace read_boot_clock64() with read_persistent_wall_and_boot_offset()
` [PATCH v13 10/18] time: default boot time offset to local_clock()
` [PATCH v13 11/18] s390/time: remove read_boot_clock64()
` [PATCH v13 12/18] ARM/time: "
` [PATCH v13 13/18] x86/tsc: calibrate tsc only once
` [PATCH v13 14/18] x86/tsc: initialize cyc2ns when tsc freq. is determined
` [PATCH v13 15/18] x86/tsc: use tsc early
` [PATCH v13 16/18] sched: move sched clock initialization and merge with generic clock
` [PATCH v13 17/18] sched: early boot clock
` [PATCH v13 18/18] sched: use static key for sched_clock_running
[PATCH net V2 1/1] net/smc: take sock lock in smc_ioctl()
2018-07-16 21:45 UTC (3+ messages)
[PATCH 14/32] PCI: hotplug: Demidlayer registration with the core
2018-07-16 14:14 UTC (4+ messages)
[PATCH] KVM: s390/vsie: avoid sparse warning
2018-07-16 13:41 UTC
general protection fault in smc_ioctl (2)
2018-07-15 13:56 UTC (2+ messages)
KASAN: null-ptr-deref Read in smc_ioctl
2018-07-13 20:13 UTC
[PATCH v6 00/21] s390: vfio-ap: guest dedicated crypto adapters
2018-07-13 16:38 UTC (39+ messages)
` [PATCH v6 08/21] s390: vfio-ap: register matrix device with VFIO mdev framework
` [PATCH v6 09/21] s390: vfio-ap: structure for storing mdev matrix
` [PATCH v6 10/21] s390: vfio-ap: sysfs interfaces to configure adapters
` [PATCH v6 11/21] s390: vfio-ap: sysfs interfaces to configure domains
` [PATCH v6 13/21] s390: vfio-ap: sysfs interface to view matrix mdev matrix
` [PATCH v6 14/21] s390: vfio-ap: implement mediated device open callback
` [PATCH v6 15/21] s390: vfio-ap: configure the guest's AP matrix
` [PATCH v6 21/21] s390: doc: detailed specifications for AP virtualization
Livepatch consistency model, objtool, and s390x arch
2018-07-13 15:15 UTC
[PATCH net-next 00/10] s390/qeth: updates 2018-07-11
2018-07-12 23:43 UTC (12+ messages)
` [PATCH net-next 01/10] s390/qeth: various buffer management cleanups
` [PATCH net-next 02/10] s390/qeth: remove unused buffer->aob pointer
` [PATCH net-next 03/10] s390/qeth: fine-tune RX modesetting
` [PATCH net-next 04/10] s390/qeth: clean up Output Queue selection
` [PATCH net-next 05/10] s390/qeth: consolidate ccwgroup driver definition
` [PATCH net-next 06/10] s390/qeth: clean up exported symbols
` [PATCH net-next 07/10] s390/qeth: increase GSO max size for eligible L3 devices
` [PATCH net-next 08/10] s390/qeth: add a L3 xmit wrapper
` [PATCH net-next 09/10] s390/qeth: speed-up L3 IQD xmit
` [PATCH net-next 10/10] s390/qeth: speed-up IPv4 OSA xmit
[PATCH v3 0/8] vfio: ccw: Refactoring the VFIO CCW state machine
2018-07-12 15:22 UTC (6+ messages)
INFO: task hung in flush_work
2018-07-11 15:18 UTC (2+ messages)
[PATCH v5 0/2] KVM: s390: fix storage attributes migration
2018-07-11 8:14 UTC
[PATCH v12 00/11] Early boot time stamps for x86
2018-07-09 23:16 UTC (21+ messages)
` [PATCH v12 04/11] kvm/x86: remove kvm memblock dependency
` [PATCH v12 09/11] x86/tsc: prepare for early sched_clock
Build/qemu test results for v4.18-rc4
2018-07-09 18:30 UTC (6+ messages)
[GIT PULL] s390 patches for 4.18-rc4
2018-07-06 6:58 UTC
[PULL 0/1] vfio-ccw for 4.18-rc
2018-07-06 6:35 UTC (2+ messages)
` [PULL 1/1] MAINTAINERS: Remove myself as maintainer
[PATCH 1/1] MAINTAINERS: Remove myself as maintainer
2018-07-06 6:25 UTC (2+ messages)
WARNING in smc_unhash_sk
2018-07-05 14:17 UTC (3+ messages)
[PATCH v2 0/4] Assigning NULL to gfn of dax_direct_access if useless
2018-07-04 17:16 UTC (8+ messages)
` [PATCH v2 1/4] nvdimm/pmem: check the validity of the pointer pfn
` [PATCH v2 2/4] nvdimm/pmem-dax: "
` [PATCH v2 3/4] s390/block/dcssblk: "
` [PATCH v2 4/4] fs/dax: Assign NULL to gfn of dax_direct_access if useless
[PATCH 1/3] nvdimm/pmem: check the validity of the pointer pfn
2018-07-04 15:35 UTC (7+ messages)
` [PATCH 3/3] fs/dax: Assigning NULL to gfn of dax_direct_access if useless
` [External] "
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