summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2009-10-04 21:00:17 -0700
committerDavid S. Miller <davem@davemloft.net>2009-10-04 21:00:17 -0700
commit24df31acaff8465d797f0006437b45ad0f2a5cb1 (patch)
treed1c8af78ca05fd77eea48de83182e802be42e21d /tools/perf/scripts/python/stackcollapse.py
parent01f1afaf7b77a16198e65e909e3c410c036eb0d0 (diff)
downloadkernel-24df31acaff8465d797f0006437b45ad0f2a5cb1.tar.gz
Revert "ide: try to use PIO Mode 0 during probe if possible"
This reverts commit 6029336426a2b43e4bc6f4a84be8789a047d139e. Based upon a report by David Fries, wherein his system hangs on bootup with sis5513 controller, right after the CDROM is registered by ide-cd.c and the TOC is first read. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions
9fe91811158a'>tcp: optimize inet_use_bhash2_on_bind()Eric Dumazet 2025-02-14inet: consolidate inet_csk_clone_lock()Eric Dumazet 2025-02-14inet: reduce inet_csk_clone_lock() indent levelEric Dumazet 2025-02-07tcp: rename inet_csk_{delete|reset}_keepalive_timer()Eric Dumazet 2024-12-20ipv4: Use inet_sk_init_flowi4() in inet_csk_rebuild_route().Guillaume Nault 2024-11-28tcp: Fix use-after-free of nreq in reqsk_timer_handler().Kuniyuki Iwashima 2024-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni 2024-10-15tcp/dccp: Don't use timer_pending() in reqsk_queue_unlink().Kuniyuki Iwashima 2024-10-04tcp: add a fast path in tcp_delack_timer()Eric Dumazet 2024-10-04tcp: annotate data-races around icsk->icsk_pendingEric Dumazet 2024-09-18Merge tag 'slab-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds 2024-09-10memcg: add charging of already allocated slab objectsShakeel Butt 2024-08-26net/ipv4: fix macro definition sk_for_each_bound_bhashHongbo Li 2024-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2024-06-25Fix race for duplicate reqsk on identical SYNluoxuanqiang 2024-06-06tcp: move reqsk_alloc() to inet_connection_sock.cEric Dumazet 2024-06-06tcp: move inet_reqsk_alloc() close to inet_reqsk_clone()Eric Dumazet 2024-05-13net: pass back whether socket was empty post acceptJens Axboe 2024-05-13net: change proto and proto_ops accept typeJens Axboe 2024-03-29tcp: Fix bind() regression for v6-only wildcard and v4(-mapped-v6) non-wildca...Kuniyuki Iwashima 2024-03-29tcp: Fix bind() regression for v6-only wildcard and v4-mapped-v6 non-wildcard...Kuniyuki Iwashima 2024-03-25tcp: properly terminate timers for kernel socketsEric Dumazet 2024-03-05sock: Use unsafe_memcpy() for sock_copy()Kees Cook 2024-02-12ipv4: Set the routing scope properly in ip_route_output_ports().Guillaume Nault 2024-01-19tcp: make sure init the accept_queue's spinlocks onceZhengchao Shao 2023-12-22tcp: Remove dead code and fields for bhash2.Kuniyuki Iwashima 2023-12-22tcp: Link sk and twsk to tb2->owners using skc_bind_node.Kuniyuki Iwashima 2023-12-22tcp: Check hlist_empty(&tb->bhash2) instead of hlist_empty(&tb->owners).Kuniyuki Iwashima 2023-12-22tcp: Iterate tb->bhash2 in inet_csk_bind_conflict().Kuniyuki Iwashima 2023-12-22tcp: Rearrange tests in inet_csk_bind_conflict().Kuniyuki Iwashima 2023-12-22tcp: Link bhash2 to bhash.Kuniyuki Iwashima 2023-12-22tcp: Use bhash2 for v4-mapped-v6 non-wildcard address.Kuniyuki Iwashima 2023-12-15inet: returns a bool from inet_sk_get_local_port_range()Eric Dumazet 2023-12-08Use READ/WRITE_ONCE() for IP local_port_range.David Laight