tools/kvm_stat: remove pid filter on empty input
Stefan Raspl authored

Improve consistency in the interactive dialogue for pid filtering by
removing any filters on empty input (in addition to entering 0).
Signed-off-by: default avatarStefan Raspl <raspl@linux.vnet.ibm.com>
Reviewed-by: default avatarJanosch Frank <frankja@linux.vnet.ibm.com>
Reviewed-by: default avatarMarc Hartmayer <mhartmay@linux.vnet.ibm.com>
Signed-off-by: default avatarRadim Krčmář <rkrcmar@redhat.com>
be03ea3b
Name Last commit Last update
Documentation KVM: Documentation: document MCE ioctls
arch KVM: x86: cleanup the page tracking SRCU instance
block blk-mq-sched: don't run the queue async from blk_mq_try_issue_directly()
certs certs: Add a secondary system keyring that can be added to dynamically
crypto net: Work around lockdep limitation in sockets that use sockets
drivers PTP: fix ptr_ret.cocci warnings
firmware WHENCE: use https://linuxtv.org for LinuxTV URLs
fs Merge tag 'nfs-for-4.11-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
include KVM: kvm_io_bus_unregister_dev() should never fail
init Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random
ipc Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
kernel Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
lib mm: convert generic code to 5-level paging
mm mm/swap: don't BUG_ON() due to uninitialized swap slot cache
net Merge tag 'nfs-for-4.11-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
samples Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
scripts Merge branch 'akpm' (patches from Andrew)
security Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
sound scripts/spelling.txt: add "disble(d)" pattern and fix typo instances
tools tools/kvm_stat: remove pid filter on empty input
usr kbuild: initramfs cleanup, set target from Kconfig
virt KVM: pci-assign: do not map smm memory slot pages in vt-d page tables
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Add hch to .get_maintainer.ignore
.gitattributes .gitattributes: set git diff driver for C source code files
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.