summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-178-7/+432
|\
| * selftests/ptrace: add a test case for PTRACE_GET_SYSCALL_INFODmitry V. Levin2019-07-173-1/+273
| * ptrace: add PTRACE_GET_SYSCALL_INFO requestElvira Khabirova2019-07-171-4/+9
| * proc: test /proc/sysvipc vs setns(CLONE_NEWIPC)Alexey Dobriyan2019-07-173-0/+135
| * tools/testing/selftests/proc/proc-pid-vm.c: hide "segfault at ffffffffff60000...Alexey Dobriyan2019-07-171-2/+15
* | Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...Linus Torvalds2019-07-162-2/+2
|\ \
| * | docs: cgroup-v1: add it to the admin-guide bookMauro Carvalho Chehab2019-07-151-1/+1
| * | docs: blockdev: add it to the admin-guideMauro Carvalho Chehab2019-07-151-1/+1
| * | docs: blockdev: convert to ReSTMauro Carvalho Chehab2019-07-151-1/+1
* | | Merge tag 'safesetid-5.3' of git://github.com/micah-morton/linuxLinus Torvalds2019-07-161-11/+7Star
|\ \ \ | |_|/ |/| |
| * | LSM: SafeSetID: verify transitive constrainednessJann Horn2019-07-151-1/+3
| * | LSM: SafeSetID: rewrite userspace API to atomic updatesJann Horn2019-07-151-11/+5Star
| |/
* | Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-162-7/+6Star
|\ \ | |/ |/|
| * tools: PCI: Fix installation when `make tools/pci_install`Andy Shevchenko2019-07-091-3/+2Star
| * tools: PCI: Fix compiler warning in pcitestAlan Mikhak2019-05-291-1/+1
| * tools: PCI: Fix broken pcitest compilationAlan Mikhak2019-05-291-3/+3
* | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-07-151-11/+46
|\ \
| * | memremap: provide an optional internal refcount in struct dev_pagemapChristoph Hellwig2019-07-021-12/+46
| * | memremap: pass a struct dev_pagemap to ->kill and ->cleanupChristoph Hellwig2019-07-021-2/+2
| * | memremap: move dev_pagemap callbacks into a separate structureChristoph Hellwig2019-07-021-3/+4
* | | Merge tag 'platform-drivers-x86-v5.3-1' of git://git.infradead.org/linux-plat...Linus Torvalds2019-07-158-5/+3104
|\ \ \
| * | | tools/power/x86/intel-speed-select: Add .gitignore filePrarit Bhargava2019-07-121-0/+2
| * | | tools/power/x86: A tool to validate Intel Speed Select commandsSrinivas Pandruvada2019-07-037-5/+3102
| | |/ | |/|
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-07-14147-279/+375
|\ \ \
| * \ \ Merge tag 'perf-core-for-mingo-5.3-20190709' of git://git.kernel.org/pub/scm/...Ingo Molnar2019-07-13147-279/+375
| |\ \ \
| | * | | perf intel-pt: Fix potential NULL pointer dereference found by the smatch toolLeo Yan2019-07-091-8/+5Star
| | * | | perf intel-bts: Fix potential NULL pointer dereference found by the smatch toolLeo Yan2019-07-091-3/+2Star
| | * | | perf script: Assume native_arch for pipe modeSong Liu2019-07-091-1/+2
| | * | | perf scripts python: export-to-sqlite.py: Fix DROP VIEW power_events_viewAdrian Hunter2019-07-091-1/+1
| | * | | perf scripts python: export-to-postgresql.py: Fix DROP VIEW power_events_viewAdrian Hunter2019-07-091-1/+1
| | * | | perf hists browser: Fix potential NULL pointer dereference found by the smatc...Leo Yan2019-07-091-4/+11
| | * | | perf cs-etm: Fix potential NULL pointer dereference found by the smatchLeo Yan2019-07-091-1/+1
| | * | | perf parse-events: Remove unused variable: errorLuke Mujica2019-07-091-1/+0Star
| | * | | perf parse-events: Remove unused variable 'i'Luke Mujica2019-07-091-1/+0Star
| | * | | perf metricgroup: Add missing list_del_init() when flushing egroups listArnaldo Carvalho de Melo2019-07-091-0/+1
| | * | | perf tools: Use list_del_init() more thorouglyArnaldo Carvalho de Melo2019-07-0922-38/+38
| | * | | perf tools: Use zfree() where applicableArnaldo Carvalho de Melo2019-07-0933-99/+100
| | * | | tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo2019-07-09103-86/+135
| | * | | perf tools: Move get_current_dir_name() cond prototype out of util.hArnaldo Carvalho de Melo2019-07-094-7/+12
| | * | | perf namespaces: Move the conditional setns() prototype to namespaces.hArnaldo Carvalho de Melo2019-07-093-5/+7
| | * | | perf tools: Add missing headers, mostly stdlib.hArnaldo Carvalho de Melo2019-07-0926-7/+35
| | * | | perf evsel: perf_evsel__name(NULL) is valid, no need to check evselArnaldo Carvalho de Melo2019-07-092-2/+2
| | * | | perf session: Fix potential NULL pointer dereference found by the smatch toolLeo Yan2019-07-091-0/+3
| | * | | perf inject: The tool->read() call may pass a NULL evsel, handle itArnaldo Carvalho de Melo2019-07-091-1/+1
| | * | | perf map: Fix potential NULL pointer dereference found by smatch toolLeo Yan2019-07-091-2/+5
| | * | | perf trace: Fix potential NULL pointer dereference found by the smatch toolLeo Yan2019-07-091-3/+3
| | * | | perf annotate: Fix dereferencing freed memory found by the smatch toolLeo Yan2019-07-091-4/+2Star
| | * | | perf top: Fix potential NULL pointer dereference detected by the smatch toolLeo Yan2019-07-091-2/+6
| | * | | perf stat: Fix use-after-freed pointer detected by the smatch toolLeo Yan2019-07-091-1/+1
| | * | | perf test mmap-thread-lookup: Initialize variable to suppress memory sanitize...Numfor Mbiziwo-Tiapo2019-07-091-1/+1