summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2019-07-14Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds-11/+46
2019-07-14Merge tag 'platform-drivers-x86-v5.3-1' of git://git.infradead.org/linux-plat...Linus Torvalds-5/+3104
2019-07-14Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-279/+375
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-6/+6
2019-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-0/+117
2019-07-13Merge tag 'perf-core-for-mingo-5.3-20190709' of git://git.kernel.org/pub/scm/...Ingo Molnar-279/+375
2019-07-12Merge tag 'linux-kselftest-5.3-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-37/+35
2019-07-12Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-3/+3
2019-07-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-43/+64
2019-07-12tc-tests: updated skbedit testsRoman Mashak-0/+117
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-11/+72
2019-07-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds-48/+70
2019-07-12tools/vm/slabinfo: add sorting info to help menuTobin C. Harding-0/+2
2019-07-12tools/vm/slabinfo: add option to sort by partial slabsTobin C. Harding-2/+7
2019-07-12tools/vm/slabinfo: add partial slab listing to -XTobin C. Harding-13/+28
2019-07-12tools/vm/slabinfo: order command line optionsTobin C. Harding-35/+35
2019-07-12tools/power/x86/intel-speed-select: Add .gitignore filePrarit Bhargava-0/+2
2019-07-11Merge tag 'staging-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+2
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-1979/+21802
2019-07-11Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini-2397/+2471
2019-07-10Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-42/+437
2019-07-11kbuild: replace KBUILD_SRCTREE with boolean building_out_of_srctreeMasahiro Yamada-3/+3
2019-07-09tc-testing: introduce scapyPlugin for basic trafficLucas Bates-0/+148
2019-07-09tc-testing: Allow tdc plugins to see test case dataLucas Bates-8/+7
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds-5/+5
2019-07-09tc-tests: Add tc action ct testsPaul Blakey-0/+314
2019-07-09Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1524/+7557
2019-07-09Merge tag 'acpi-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds-4/+4
2019-07-09Merge tag 'pm-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-212/+1261
2019-07-09Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds-1/+1
2019-07-09perf intel-pt: Fix potential NULL pointer dereference found by the smatch toolLeo Yan-8/+5
2019-07-09perf intel-bts: Fix potential NULL pointer dereference found by the smatch toolLeo Yan-3/+2
2019-07-09perf script: Assume native_arch for pipe modeSong Liu-1/+2
2019-07-09perf scripts python: export-to-sqlite.py: Fix DROP VIEW power_events_viewAdrian Hunter-1/+1
2019-07-09perf scripts python: export-to-postgresql.py: Fix DROP VIEW power_events_viewAdrian Hunter-1/+1
2019-07-09perf hists browser: Fix potential NULL pointer dereference found by the smatc...Leo Yan-4/+11
2019-07-09perf cs-etm: Fix potential NULL pointer dereference found by the smatchLeo Yan-1/+1
2019-07-09perf parse-events: Remove unused variable: errorLuke Mujica-1/+0
2019-07-09perf parse-events: Remove unused variable 'i'Luke Mujica-1/+0
2019-07-09perf metricgroup: Add missing list_del_init() when flushing egroups listArnaldo Carvalho de Melo-0/+1
2019-07-09perf tools: Use list_del_init() more thorouglyArnaldo Carvalho de Melo-38/+38
2019-07-09perf tools: Use zfree() where applicableArnaldo Carvalho de Melo-99/+100
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo-86/+135
2019-07-09perf tools: Move get_current_dir_name() cond prototype out of util.hArnaldo Carvalho de Melo-7/+12
2019-07-09perf namespaces: Move the conditional setns() prototype to namespaces.hArnaldo Carvalho de Melo-5/+7
2019-07-09perf tools: Add missing headers, mostly stdlib.hArnaldo Carvalho de Melo-7/+35
2019-07-09perf evsel: perf_evsel__name(NULL) is valid, no need to check evselArnaldo Carvalho de Melo-2/+2
2019-07-09perf session: Fix potential NULL pointer dereference found by the smatch toolLeo Yan-0/+3
2019-07-09perf inject: The tool->read() call may pass a NULL evsel, handle itArnaldo Carvalho de Melo-1/+1
2019-07-09perf map: Fix potential NULL pointer dereference found by smatch toolLeo Yan-2/+5