summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorChris Yungmann <yungmann.chris@gmail.com>2012-06-03 00:57:57 -0500
committerJohn W. Linville <linville@tuxdriver.com>2012-06-06 15:20:23 -0400
commit2b0446c4205fb3e77b205276ecd36d30b82cbb84 (patch)
treea31e25524d9dbf97384a74dcaf1f3f31d55cc5e4 /tools/perf/scripts/python/syscall-counts.py
parentebf348fcd088e3ffc6e76f6f349e27d30604865b (diff)
downloadkernel-2b0446c4205fb3e77b205276ecd36d30b82cbb84.tar.gz
brcm80211: brcmsmac: fixed checkpatch and sparse warnings
Fixed checkpatch and sparse warnings related to aiutils.* Signed-off-by: Chris Yungmann <yungmann.chris@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions
7-11-02 11:10:55 +0100'>2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-10-11fix address space warnings in ipc/Linus Torvalds 2017-09-14Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds 2017-09-08ipc: optimize semget/shmget/msgget for lots of keysGuillaume Knispel 2017-09-03ipc: msg: Make msg_queue timestamps y2038 safeDeepa Dinamani 2017-08-02ipc: add missing container_of()s for randstructKees Cook 2017-07-15msgrcv(2), msgsnd(2): move compat to nativeAl Viro 2017-07-15ipc: make use of compat ipc_perm helpersAl Viro 2017-07-15msgctl(): move compat to nativeAl Viro 2017-07-15msgctl(): split the actual work from copyin/copyoutAl Viro 2017-07-12ipc/msg: remove special msg_alloc/freeKees Cook 2017-07-12ipc: move atomic_set() to where it is neededKees Cook 2017-07-12ipc/msg.c: avoid ipc_rcu_putref for failed ipc_addid()Manfred Spraul 2017-07-12ipc/msg: avoid ipc_rcu_alloc()Kees Cook 2017-07-12ipc/msg: do not use ipc_rcu_free()Kees Cook 2017-07-12ipc: merge ipc_rcu and kern_ipc_permManfred Spraul 2017-03-02sched/headers: Move the wake-queue types and interfaces from sched.h into <li...Ingo Molnar 2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar 2016-12-14ipc: msg, make msgrcv work with LONG_MINJiri Slaby 2016-11-21sched/wake_q: Rename WAKE_Q to DEFINE_WAKE_QWaiman Long 2016-10-11ipc/msg: avoid waking sender upon full queueDavidlohr Bueso 2016-10-11ipc/msg: make ss_wakeup() kill arg booleanDavidlohr Bueso 2016-10-11ipc/msg: batch queue sender wakeupsDavidlohr Bueso 2016-10-11ipc/msg: implement lockless pipelined wakeupsSebastian Andrzej Siewior 2016-08-02sysv, ipc: fix security-layer leakingFabian Frederick 2015-09-30Initialize msg/shm IPC objects before doing ipc_addid()Linus Torvalds 2015-06-30ipc: rename ipc_obtain_objectDavidlohr Bueso 2015-06-30ipc,msg: provide barrier pairings for lockless receiveDavidlohr Bueso