summaryrefslogtreecommitdiff
path: root/scripts/stackusage
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@ozlabs.org>2017-02-28 11:05:47 +1100
committerPaul Mackerras <paulus@ozlabs.org>2017-03-01 11:54:10 +1100
commit4e5acdc23a3dcbd6ad6dc93a9783dd9c838987c8 (patch)
treea8f9058470d24185e98dc02df00f2e1f9d24d08a /scripts/stackusage
parent70cd4c10b290dd77fff6dc702a9a2c8c679df121 (diff)
downloadkernel-4e5acdc23a3dcbd6ad6dc93a9783dd9c838987c8.tar.gz
KVM: PPC: Book3S HV: Don't use ASDR for real-mode HPT faults on POWER9
In HPT mode on POWER9, the ASDR register is supposed to record segment information for hypervisor page faults. It turns out that POWER9 DD1 does not record the page size information in the ASDR for faults in guest real mode. We have the necessary information in memory already, so by moving the checks for real mode that already existed, we can use the in-memory copy. Since a load is likely to be faster than reading an SPR, we do this unconditionally (not just for POWER9 DD1). Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions
3140ec'>net: airoha: Add airoha_ppe_get_num_stats_entries() and airoha_ppe_get_num_to...Lorenzo Bianconi 2025-10-21net: airoha: ppe: Dynamically allocate foe_check_time array in airoha_ppe structLorenzo Bianconi 2025-09-26net: airoha: npu: Add a NPU callback to initialize flow statsLorenzo Bianconi 2025-08-25net: airoha: Introduce check_skb callback in ppe_dev opsLorenzo Bianconi 2025-08-25net: airoha: Add airoha_ppe_dev struct definitionLorenzo Bianconi 2025-08-25net: airoha: Rely on airoha_eth struct in airoha_ppe_flow_offload_cmd signatureLorenzo Bianconi 2025-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2025-08-21net: airoha: ppe: Do not invalid PPE entries in case of SW hash collisionLorenzo Bianconi 2025-08-19net: airoha: Add wlan flowtable TX offloadLorenzo Bianconi 2025-08-12net: airoha: Add airoha_offload.h headerLorenzo Bianconi 2025-08-01net: airoha: Fix PPE table access in airoha_ppe_debugfs_foe_show()Lorenzo Bianconi 2025-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2025-06-19net: airoha: Always check return value from airoha_ppe_foe_get_entry()Lorenzo Bianconi 2025-06-10net: airoha: Add PPPoE offload supportLorenzo Bianconi 2025-06-03net: airoha: Fix smac_id configuration in bridge modeLorenzo Bianconi 2025-06-03net: airoha: Fix IPv6 hw acceleration in bridge modeLorenzo Bianconi 2025-06-03net: airoha: Initialize PPE UPDMEM source-mac tableLorenzo Bianconi 2025-05-26net: airoha: Add the capability to allocate hfwd descriptors in SRAMLorenzo Bianconi 2025-05-20net: airoha: ppe: Disable packet keepaliveLorenzo Bianconi 2025-05-20net: airoha: Add FLOW_CLS_STATS callback supportLorenzo Bianconi 2025-04-17net: airoha: Add matchall filter offload supportLorenzo Bianconi 2025-04-11net: airoha: Add L2 hw acceleration supportLorenzo Bianconi 2025-04-11net: airoha: Add l2_flows rhashtableLorenzo Bianconi 2025-04-03net: airoha: Validate egress gdm port in airoha_ppe_foe_entry_prepare()Lorenzo Bianconi 2025-03-04net: airoha: Introduce PPE debugfs supportLorenzo Bianconi 2025-03-04net: airoha: Add loopback support for GDM2Lorenzo Bianconi 2025-03-04net: airoha: Introduce flowtable offload supportLorenzo Bianconi