summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2013-09-30 14:32:32 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2013-09-30 14:32:32 -0700
commit522d6d38f83a3809d26db7e24fafc56404693606 (patch)
tree7f08a58f5562b915c5e81e13347fa664c894898e /tools/perf/scripts/python/bin
parentdf532d54d024f69446a13c31898cad6ac6b775ca (diff)
parent314a8ad0f18ac37887896b288939acd8cb17e208 (diff)
downloadkernel-522d6d38f83a3809d26db7e24fafc56404693606.tar.gz
Merge branch 'akpm' (fixes from Andrew Morton)
Merge misc fixes from Andrew Morton. * emailed patches from Andrew Morton <akpm@linux-foundation.org>: (22 commits) pidns: fix free_pid() to handle the first fork failure ipc,msg: prevent race with rmid in msgsnd,msgrcv ipc/sem.c: update sem_otime for all operations mm/hwpoison: fix the lack of one reference count against poisoned page mm/hwpoison: fix false report on 2nd attempt at page recovery mm/hwpoison: fix test for a transparent huge page mm/hwpoison: fix traversal of hugetlbfs pages to avoid printk flood block: change config option name for cmdline partition parsing mm/mlock.c: prevent walking off the end of a pagetable in no-pmd configuration mm: avoid reinserting isolated balloon pages into LRU lists arch/parisc/mm/fault.c: fix uninitialized variable usage include/asm-generic/vtime.h: avoid zero-length file nilfs2: fix issue with race condition of competition between segments for dirty blocks Documentation/kernel-parameters.txt: replace kernelcore with Movable mm/bounce.c: fix a regression where MS_SNAP_STABLE (stable pages snapshotting) was ignored kernel/kmod.c: check for NULL in call_usermodehelper_exec() ipc/sem.c: synchronize the proc interface ipc/sem.c: optimize sem_lock() ipc/sem.c: fix race in sem_lock() mm/compaction.c: periodically schedule when freeing pages ...
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
rinivasan 2012-09-04Tools: hv: Correctly type string variablesK. Y. Srinivasan 2012-09-04Tools: hv: Get rid of some unused variablesK. Y. Srinivasan 2012-08-17Tools: hv: Gather ipv[4,6] gateway informationK. Y. Srinivasan 2012-08-17Tools: hv: Represent the ipv6 mask using CIDR notationK. Y. Srinivasan 2012-08-17Tools: hv: Gather subnet informationK. Y. Srinivasan 2012-08-17Tools: hv: Gather address family informationK. Y. Srinivasan 2012-08-17Tools: hv: Further refactor kvp_get_ip_address()K. Y. Srinivasan 2012-08-17Tools: hv: Prepare to expand kvp_get_ip_address() functionalityK. Y. Srinivasan 2012-08-16Drivers: hv: kvp: Cleanup error handling in KVPK. Y. Srinivasan 2012-08-16Drivers: hv: Add KVP definitions for IP address injectionK. Y. Srinivasan 2012-06-10Tools: hv: verify origin of netlink connector messageOlaf Hering 2012-03-16Tools: hv: Support enumeration from all the poolsK. Y. Srinivasan 2012-03-16Tools: hv: Fully support the new KVP verbs in the user level daemonK. Y. Srinivasan 2012-03-16Drivers: hv: Support the newly introduced KVP messages in the driverK. Y. Srinivasan 2012-03-13Drivers: hv: Add new message types to enhance KVPK. Y. Srinivasan 2012-02-09drivers: hv: kvp: Cleanup the kernel/user protocolK. Y. Srinivasan 2012-02-09tools: hv: Use hyperv.h to get the KVP definitionsK. Y. Srinivasan 2012-02-02drivers: hv: kvp: Add/cleanup connector definesK. Y. Srinivasan 2011-10-10Staging: hv: move hyperv code out of staging directoryGreg Kroah-Hartman