summaryrefslogtreecommitdiff
path: root/astraceroute.zsh
AgeCommit message (Expand)AuthorFilesLines
2013-08-21astraceroute: zsh: add auto-completion entryDaniel Borkmann1-0/+1
2013-07-14astraceroute.zsh: Fix typo of ``numeric''Tobias Klauser1-1/+1
2013-06-03zsh: update zsh autocompletion functions to implementationHideo Hattori1-4/+2
2013-05-13zsh: add netsniff-ng zsh auto completion supportDaniel Borkmann1-0/+50
2016-12-13 09:16:11 -0800 commit52281b38bc28e188a8aad17c3bf200e670a37aba (patch) tree00dd517406337ffe33834a743e78860d36c14457 /fs parentdaf34710a9e8849e04867d206692dc42d6d22263 (diff)parentfc46d4e453f50d2b376267f180cae250b54f9fb4 (diff)
Merge tag 'pstore-v4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Pull pstore updates from Kees Cook: "Improvements and fixes to pstore subsystem: - add additional checks for bad platform data - remove bounce buffer in console writer - protect read/unlink race with a mutex - correctly give up during dump locking failures - increase ftrace bandwidth by splitting ftrace buffers per CPU" * tag 'pstore-v4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux: ramoops: add pdata NULL check to ramoops_probe pstore: Convert console write to use ->write_buf pstore: Protect unlink with read_mutex pstore: Use global ftrace filters for function trace filtering ftrace: Provide API to use global filtering for ftrace ops pstore: Clarify context field przs as dprzs pstore: improve error report for failed setup pstore: Merge per-CPU ftrace records into one pstore: Add ftrace timestamp counter ramoops: Split ftrace buffer space into per-CPU zones pstore: Make ramoops_init_przs generic for other prz arrays pstore: Allow prz to control need for locking pstore: Warn on PSTORE_TYPE_PMSG using deprecated function pstore: Make spinlock per zone instead of global pstore: Actually give up during locking failure
Diffstat (limited to 'fs')