summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* objtool: Improve UACCESS coveragePeter Zijlstra2019-07-252-4/+6
* objtool: Support conditional retpolinesJosh Poimboeuf2019-07-182-2/+11
* objtool: Convert insn type to enumJosh Poimboeuf2019-07-184-26/+20
* objtool: Fix seg fault on bad switch table entryJosh Poimboeuf2019-07-181-1/+1
* objtool: Support repeated uses of the same C jump tableJann Horn2019-07-183-25/+30
* objtool: Refactor jump table codeJosh Poimboeuf2019-07-183-40/+46
* objtool: Refactor sibling call detection logicJosh Poimboeuf2019-07-181-32/+33
* objtool: Do frame pointer check before dead end checkJosh Poimboeuf2019-07-181-9/+9
* objtool: Change dead_end_function() to return booleanJosh Poimboeuf2019-07-181-22/+14
* objtool: Warn on zero-length functionsJosh Poimboeuf2019-07-181-0/+6
* objtool: Refactor function alias logicJosh Poimboeuf2019-07-182-8/+10
* objtool: Track original function across branchesJosh Poimboeuf2019-07-181-16/+12
* objtool: Add mcsafe_handle_tail() to the uaccess safe listJosh Poimboeuf2019-07-181-0/+1
* Merge branch 'x86/debug' into core/urgentThomas Gleixner2019-07-181-7/+20
|\
| * objtool: Add support for C jump tablesJosh Poimboeuf2019-07-091-7/+20
* | objtool: Rename elf_open() to prevent conflict with libelf from elftoolchainMichael Forney2019-07-183-3/+3
* | objtool: Use Elf_Scn typedef instead of assuming struct nameMichael Forney2019-07-181-1/+1
* | 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-163-1/+273
| * | ptrace: add PTRACE_GET_SYSCALL_INFO requestElvira Khabirova2019-07-161-4/+9
| * | proc: test /proc/sysvipc vs setns(CLONE_NEWIPC)Alexey Dobriyan2019-07-163-0/+135
| * | tools/testing/selftests/proc/proc-pid-vm.c: hide "segfault at ffffffffff60000...Alexey Dobriyan2019-07-161-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/+7
|\ \ \ \ | |_|/ / |/| | |
| * | | LSM: SafeSetID: verify transitive constrainednessJann Horn2019-07-151-1/+3
| * | | LSM: SafeSetID: rewrite userspace API to atomic updatesJann Horn2019-07-151-11/+5
| |/ /
* | | Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-152-7/+6
|\ \ \ | |/ / |/| |
| * | tools: PCI: Fix installation when `make tools/pci_install`Andy Shevchenko2019-07-091-3/+2
| * | 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-141-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-148-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/+5
| | * | | | perf intel-bts: Fix potential NULL pointer dereference found by the smatch toolLeo Yan2019-07-091-3/+2
| | * | | | 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/+0