summaryrefslogtreecommitdiff
path: root/scripts/stackusage
diff options
context:
space:
mode:
authorHiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>2009-02-27 10:29:09 -0800
committerIngo Molnar <mingo@elte.hu>2009-02-28 09:17:30 +0100
commit36a4526583ad61fe7cb7432f53bce52ea198813a (patch)
tree38684599ce88fa96aaa33689dc37823041836a41 /scripts/stackusage
parent97286a2b64725aac2d584ddd1f94871f9991d5a1 (diff)
downloadkernel-36a4526583ad61fe7cb7432f53bce52ea198813a.tar.gz
x86: signal: use 16 bytes boundary for rt_sigframe
Impact: cleanup Supporting xsave/xrestore introduces 64 bytes boundary for save_i387_xstate(). 16 bytes boundary is OK for rt_sigframe. Signed-off-by: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions
q_desc_decSatish Kharat 2025-03-11enic: enable rq extended cq supportSatish Kharat 2025-03-11enic: enic rq extended cq definesSatish Kharat 2025-03-11enic: enic rq code reorgSatish Kharat 2025-03-11enic: Move function from header file to c fileSatish Kharat 2025-02-25enic: add dependency on Page PoolJohn Daley 2025-02-06enic: remove copybreak tunableJohn Daley 2025-02-06enic: Use the Page Pool API for RXJohn Daley 2025-02-06enic: Simplify RX handler functionJohn Daley 2025-02-06enic: Move RX functions to their own fileJohn Daley 2025-01-09enic: Fix typo in comment in table indexed by link speedJohn Daley 2025-01-09enic: Obtain the Link speed only after the link comes upJohn Daley 2025-01-09enic: Move RX coalescing set functionJohn Daley 2024-11-18Revert "net: ethtool: Avoid thousands of -Wflex-array-member-not-at-end warni...Kees Cook 2024-11-15enic: Move kdump check into enic_adjust_resources()Nelson Escobar 2024-11-15enic: Move enic resource adjustments to separate functionNelson Escobar 2024-11-15enic: Adjust used MSI-X wq/rq/cq/interrupt resources in a more robust wayNelson Escobar 2024-11-15enic: Allocate arrays in enic struct based on VIC configNelson Escobar 2024-11-15enic: Save resource counts we read from HWNelson Escobar 2024-11-15enic: Make MSI-X I/O interrupts come after the other required onesNelson Escobar 2024-11-15enic: Create enic_wq/rq structures to bundle per wq/rq dataNelson Escobar 2024-11-03net: ethtool: Avoid thousands of -Wflex-array-member-not-at-end warningsGustavo A. R. Silva 2024-09-13enic: Report some per queue statistics in ethtoolNelson Escobar 2024-09-13enic: Report per queue statistics in netdev qstatsNelson Escobar 2024-09-13enic: Collect per queue statisticsNelson Escobar 2024-09-13enic: Use macro instead of static const variables for array sizesNelson Escobar 2024-09-09enic: Remove setting of RX software timestampGal Pressman 2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent 2024-06-28enic: add ethtool get_channel supportJon Kohler 2024-05-27enic: Validate length of nl attributes in enic_set_vf_portRoded Zats 2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet 2024-04-25enic: Replace hardcoded values for vnic descriptor by definesSatish Kharat 2024-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2024-02-19enic: Avoid false positive under FORTIFY_SOURCEKees Cook 2024-02-14net: remove stale mentions of dev_base_lock in commentsEric Dumazet 2023-12-13net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki