#!/bin/bash perf record -m 16384 -e sched:sched_wakeup -e sched:sched_wakeup_new -e sched:sched_switch -e sched:sched_migrate_task $@ title='Atom feed' href='https://universe.0xinfinity.dev/distro/kernel/atom/net/x25/af_x25.c?h=0x221E-v0.0-v7.0' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/net/x25/af_x25.c
AgeCommit message (Expand)Author
2017-08-03X25: constify null_x25_addressJulia Lawall
2017-05-18net: x25: fix one potential use-after-free issuelinzhang
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-09-09net: x25: remove null checks on arrays calling_ae and called_aeColin Ian King