messages from 2016-06-12 17:56:44 to 2016-06-21 13:12:53 UTC [more...]
[GIT PULL 00/51] KVM: s390: vSIE (nested virtualization) feature for 4.8 (kvm/next)
2016-06-21 13:12 UTC (16+ messages)
` [GIT PULL 01/51] s390/kvm: page table invalidation notifier
` [GIT PULL 02/51] s390/mm: use RCU for gmap notifier list and the per-mm gmap list
` [GIT PULL 03/51] s390/mm: extended gmap pte notifier
` [GIT PULL 04/51] s390/mm: add reference counter to gmap structure
` [GIT PULL 05/51] s390/mm: add shadow gmap support
` [GIT PULL 06/51] s390/mm: add kvm shadow fault function
` [GIT PULL 07/51] s390/mm: flush tlb of shadows in all situations
` [GIT PULL 08/51] s390/mm: shadow pages with real guest requested protection
` [GIT PULL 09/51] s390/mm: avoid races on region/segment/page table shadowing
` [GIT PULL 10/51] s390/mm: fix races on gmap_shadow creation
` [GIT PULL 11/51] s390/mm: take the mmap_sem in kvm_s390_shadow_fault()
` [GIT PULL 12/51] s390/mm: protection exceptions are corrrectly shadowed
` [GIT PULL 13/51] s390/mm: take ipte_lock during shadow faults
` [GIT PULL 14/51] s390/mm: push ste protection down to shadow pte
` [GIT PULL 15/51] s390/mm: prepare for EDAT1/EDAT2 support in gmap shadow
[PATCH 0/1] introduce page_ref_inc_return
2016-06-20 23:11 UTC (3+ messages)
` [PATCH 1/1] mm/page_ref: "
[RFC PATCH-tip v2 0/6] locking/rwsem: Enable reader optimistic spinning
2016-06-20 7:59 UTC (44+ messages)
` [RFC PATCH-tip v2 1/6] locking/osq: Make lock/unlock proper acquire/release barrier
` [RFC PATCH-tip v2 2/6] locking/rwsem: Stop active read lock ASAP
` [RFC PATCH-tip v2 3/6] locking/rwsem: Enable count-based spinning on reader
` [RFC PATCH-tip v2 4/6] locking/rwsem: move down rwsem_down_read_failed function
` [RFC PATCH-tip v2 5/6] locking/rwsem: Change RWSEM_WAITING_BIAS for better disambiguation
` [RFC PATCH-tip v2 6/6] locking/rwsem: Enable spinning readers
[GIT PULL] s390 patches for 4.7-rc5
2016-06-20 6:10 UTC
[RFC PATCH-tip/locking/core v3 00/10] locking/rwsem: Enable reader optimistic spinning
2016-06-17 15:41 UTC (11+ messages)
` [RFC PATCH-tip/locking/core v3 01/10] locking/osq: Make lock/unlock proper acquire/release barrier
` [RFC PATCH-tip/locking/core v3 02/10] locking/rwsem: Stop active read lock ASAP
` [RFC PATCH-tip/locking/core v3 03/10] locking/rwsem: Make rwsem_spin_on_owner() return a tri-state value
` [RFC PATCH-tip/locking/core v3 04/10] locking/rwsem: Enable count-based spinning on reader
` [RFC PATCH-tip/locking/core v3 05/10] locking/rwsem: move down rwsem_down_read_failed function
` [RFC PATCH-tip/locking/core v3 06/10] locking/rwsem: Move common rwsem macros to asm-generic/rwsem_types.h
` [RFC PATCH-tip/locking/core v3 07/10] locking/rwsem: Change RWSEM_WAITING_BIAS for better disambiguation
` [RFC PATCH-tip/locking/core v3 08/10] locking/rwsem: Enable spinning readers
` [RFC PATCH-tip/locking/core v3 09/10] locking/rwsem: Enable reactivation of reader spinning
` [RFC PATCH-tip/locking/core v3 10/10] locking/rwsem: Add a boot parameter to reader spinning threshold
[PATCH] s390/oprofile: Remove deprecated create_workqueue
2016-06-17 9:08 UTC (8+ messages)
[PATCH net-next 00/13] s390: qeth patches
2016-06-17 5:16 UTC (15+ messages)
` [PATCH net-next 01/13] qeth: Include error message for "OS Mismatch"
` [PATCH net-next 02/13] qeth: refactor calculation of SBALE count
` [PATCH net-next 03/13] qeth: clean up condition when tso is used
` [PATCH net-next 04/13] qeth: fill netdevice->gso_* attributes accurately
` [PATCH net-next 05/13] qeth: enable scatter/gather in layer 2 mode
` [PATCH net-next 06/13] qeth: enable scatter/gather by default
` [PATCH net-next 07/13] qeth: introduce linearization fail count to stats
` [PATCH net-next 08/13] qeth: optimize IP handling in rx_mode callback
` [PATCH net-next 09/13] qeth layer 2 and layer 3 common feature handling
` [PATCH net-next 10/13] qeth: add network device features for VLAN devices
` [PATCH net-next 11/13] qeth: improve set_features error handling
` [PATCH net-next 12/13] qeth: omit outbound queue 3 for unicast packets in Priority Queuing on HiperSockets
` [PATCH net-next 13/13] s390/qeth: fix indentation in qeth_l3_arp_query
[PATCH v6 00/21] ILP32 for ARM64
2016-06-16 11:21 UTC (12+ messages)
` [PATCH 13/23] arm64: introduce is_a32_task and is_a32_thread (for AArch32 compat)
` [PATCH 16/23] arm64: ilp32: introduce binfmt_ilp32.c
` [PATCH 21/23] arm64: ilp32: introduce ilp32-specific handlers for sigframe and ucontext
[PATCH net-next 0/3] s390: af_iucv patches
2016-06-15 19:21 UTC (5+ messages)
` [PATCH net-next 1/3] af_iucv: use paged SKBs for big outbound messages
` [PATCH net-next 2/3] af_iucv: remove fragment_skb() to use paged SKBs
` [PATCH net-next 3/3] af_iucv: use paged SKBs for big inbound messages
[RFC PATCH-tip 0/6] locking/rwsem: Enable reader optimistic spinning
2016-06-15 18:55 UTC (13+ messages)
` [RFC PATCH-tip 1/6] locking/rwsem: Stop active read lock ASAP
` [RFC PATCH-tip 2/6] locking/rwsem: Enable optional count-based spinning on reader
` [RFC PATCH-tip 3/6] locking/rwsem: move down rwsem_down_read_failed function
` [RFC PATCH-tip 4/6] locking/rwsem: Change RWSEM_WAITING_BIAS for better disambiguation
` [RFC PATCH-tip 5/6] locking/rwsem: Enable spinning readers
` [RFC PATCH-tip 6/6] xfs: Enable reader optimistic spinning for DAX inodes
[PATCH 16/23] arm64: ilp32: introduce binfmt_ilp32.c
2016-06-15 0:40 UTC (2+ messages)
[PATCH 01/23] all: syscall wrappers: add documentation
2016-06-14 23:08 UTC (7+ messages)
[GIT PULL 01/52] s390: hypfs: Move diag implementation and data definitions
2016-06-14 18:57 UTC (64+ messages)
` [GIT PULL 02/52] s390: Make cpc_name accessible
` [GIT PULL 03/52] s390: Make diag224 public
` [GIT PULL 04/52] KVM: s390: Add operation exception interception handler
` [GIT PULL 05/52] KVM: s390: Extend diag 204 fields
` [GIT PULL 06/52] KVM: s390: Add sthyi emulation
` [GIT PULL 07/52] KVM: s390: Limit sthyi execution
` [GIT PULL 08/52] KVM: s390: Add mnemonic print to kvm_s390_intercept_prog
` [GIT PULL 09/52] KVM: s390: interface to query and configure cpu features
` [GIT PULL 10/52] KVM: s390: forward ESOP if available
` [GIT PULL 11/52] KVM: s390: gaccess: store guest address on ALC prot exceptions
` [GIT PULL 12/52] KVM: s390: gaccess: function for preparing translation exceptions
` [GIT PULL 13/52] KVM: s390: gaccess: convert kvm_s390_check_low_addr_prot_real()
` [GIT PULL 14/52] KVM: s390: gaccess: convert guest_translate_address()
` [GIT PULL 15/52] KVM: s390: gaccess: convert guest_page_range()
` [GIT PULL 16/52] KVM: s390: gaccess: convert get_vcpu_asce()
` [GIT PULL 17/52] s390/crypto: allow to query all known cpacf functions
` [GIT PULL 18/52] KVM: s390: interface to query and configure cpu subfunctions
` [GIT PULL 19/52] s390/sclp: detect 64-bit-SCAO facility
` [GIT PULL 20/52] KVM: s390: handle missing "
` [GIT PULL 21/52] s390/sclp: detect guest-PER enhancement
` [GIT PULL 22/52] KVM: s390: guestdbg: signal missing hardware support
` [GIT PULL 23/52] s390/sclp: detect cmma
` [GIT PULL 24/52] KVM: s390: enable CMMA if the interpration is available
` [GIT PULL 25/52] KVM: s390: provide CMMA attributes only if available
` [GIT PULL 26/52] s390/sclp: detect guest-storage-limit-suppression
` [GIT PULL 27/52] KVM: s390: handle missing guest-storage-limit-suppression
` [GIT PULL 28/52] s390/sclp: detect intervention bypass facility
` [GIT PULL 29/52] KVM: s390: enable ib only if available
` [GIT PULL 30/52] s390/sclp: detect conditional-external-interception facility
` [GIT PULL 31/52] KVM: s390: enable cei only if available
` [GIT PULL 32/52] s390/sclp: detect PFMF interpretation facility
` [GIT PULL 33/52] KVM: s390: enable PFMFI only if available
` [GIT PULL 34/52] s390/sclp: detect interlock-and-broadcast-suppression facility
` [GIT PULL 35/52] KVM: s390: enable ibs only if available
` [GIT PULL 36/52] KVM: s390: enable host-protection-interruption only with ESOP
` [GIT PULL 37/52] KVM: s390: turn on tx even without ctx
` [GIT PULL 38/52] KVM: s390: provide logging for diagnose 0x500
` [GIT PULL 39/52] KVM: s390: fixup I/O interrupt traces
` [GIT PULL 40/52] s390/mm: don't drop errors in get_guest_storage_key
` [GIT PULL 41/52] s390/mm: set and get guest storage key mmap locking
` [GIT PULL 42/52] s390/mm: simplify get_guest_storage_key
` [GIT PULL 43/52] s390/mm: return key via pointer in get_guest_storage_key
` [GIT PULL 44/52] KVM: s390: storage keys fit into a char
` [GIT PULL 45/52] KVM: s390: pfmf: fix end address calculation
` [GIT PULL 46/52] KVM: s390: pfmf: MR and MC are ignored without CSSKE
` [GIT PULL 47/52] KVM: s390: pfmf: take care of amode when setting reg2
` [GIT PULL 48/52] KVM: s390: pfmf: support conditional-sske facility
` [GIT PULL 49/52] KVM: s390: pfmf: handle address overflows
` [GIT PULL 50/52] s390/sclp: detect storage-key facility
` [GIT PULL 51/52] KVM: s390: trace and count all skey intercepts
` [GIT PULL 52/52] KVM: s390: handle missing storage-key facility
[GIT PULL 51/52] KVM: s390: trace and count all skey intercepts
2016-06-14 18:57 UTC
[GIT PULL 45/52] KVM: s390: pfmf: fix end address calculation
2016-06-14 18:57 UTC
[GIT PULL 34/52] s390/sclp: detect interlock-and-broadcast-suppression facility
2016-06-14 18:57 UTC
[GIT PULL 27/52] KVM: s390: handle missing guest-storage-limit-suppression
2016-06-14 18:57 UTC
[GIT PULL 19/52] s390/sclp: detect 64-bit-SCAO facility
2016-06-14 18:56 UTC
[GIT PULL 16/52] KVM: s390: gaccess: convert get_vcpu_asce()
2016-06-14 18:56 UTC
[GIT PULL 10/52] KVM: s390: forward ESOP if available
2016-06-14 18:56 UTC
[GIT PULL 00/52] KVM: s390: Features and fixes for 4.8 part1
2016-06-14 18:56 UTC
[LKP] [lkp] [mm] 5c0a85fad9: unixbench.score -6.3% regression
2016-06-14 14:03 UTC
[PATCH 00/14] run seccomp after ptrace
2016-06-14 2:27 UTC (5+ messages)
` [PATCH 06/14] x86/ptrace: "
[PATCH 1/6] genhd: Add GENHD_FL_DAX to gendisk flags
2016-06-13 22:21 UTC
[PATCH] iucv: properly clone LSM attributes to newly created child sockets
2016-06-13 14:38 UTC (3+ messages)
[GIT PULL 0/2] KVM: s390: 4.7: fixup and missing stat
2016-06-13 11:44 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