| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | tools: PCI: Fix compiler warning in pcitest | Alan Mikhak | 2019-05-29 | 1 | -1/+1 | |
| | * | | | | | | | | | | tools: PCI: Fix broken pcitest compilation | Alan Mikhak | 2019-05-29 | 1 | -3/+3 | |
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd... | Linus Torvalds | 2019-07-14 | 1 | -11/+46 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | memremap: provide an optional internal refcount in struct dev_pagemap | Christoph Hellwig | 2019-07-02 | 1 | -12/+46 | |
| | * | | | | | | | | | | memremap: pass a struct dev_pagemap to ->kill and ->cleanup | Christoph Hellwig | 2019-07-02 | 1 | -2/+2 | |
| | * | | | | | | | | | | memremap: move dev_pagemap callbacks into a separate structure | Christoph Hellwig | 2019-07-02 | 1 | -3/+4 | |
| * | | | | | | | | | | | Merge tag 'platform-drivers-x86-v5.3-1' of git://git.infradead.org/linux-plat... | Linus Torvalds | 2019-07-14 | 8 | -5/+3104 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | tools/power/x86/intel-speed-select: Add .gitignore file | Prarit Bhargava | 2019-07-12 | 1 | -0/+2 | |
| | * | | | | | | | | | | | tools/power/x86: A tool to validate Intel Speed Select commands | Srinivas Pandruvada | 2019-07-03 | 7 | -5/+3102 | |
| | | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2019-07-14 | 147 | -279/+375 | |
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | / / / | | |_|_|_|_|_|/ / / | |/| | | | | | | | | ||||||
| | * | | | | | | | | | Merge tag 'perf-core-for-mingo-5.3-20190709' of git://git.kernel.org/pub/scm/... | Ingo Molnar | 2019-07-13 | 147 | -279/+375 | |
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | | | ||||||
| | | * | | | | | | | | perf intel-pt: Fix potential NULL pointer dereference found by the smatch tool | Leo Yan | 2019-07-09 | 1 | -8/+5 | |
| | | * | | | | | | | | perf intel-bts: Fix potential NULL pointer dereference found by the smatch tool | Leo Yan | 2019-07-09 | 1 | -3/+2 | |
| | | * | | | | | | | | perf script: Assume native_arch for pipe mode | Song Liu | 2019-07-09 | 1 | -1/+2 | |
| | | * | | | | | | | | perf scripts python: export-to-sqlite.py: Fix DROP VIEW power_events_view | Adrian Hunter | 2019-07-09 | 1 | -1/+1 | |
| | | * | | | | | | | | perf scripts python: export-to-postgresql.py: Fix DROP VIEW power_events_view | Adrian Hunter | 2019-07-09 | 1 | -1/+1 | |
| | | * | | | | | | | | perf hists browser: Fix potential NULL pointer dereference found by the smatc... | Leo Yan | 2019-07-09 | 1 | -4/+11 | |
| | | * | | | | | | | | perf cs-etm: Fix potential NULL pointer dereference found by the smatch | Leo Yan | 2019-07-09 | 1 | -1/+1 | |
| | | * | | | | | | | | perf parse-events: Remove unused variable: error | Luke Mujica | 2019-07-09 | 1 | -1/+0 | |
| | | * | | | | | | | | perf parse-events: Remove unused variable 'i' | Luke Mujica | 2019-07-09 | 1 | -1/+0 | |
| | | * | | | | | | | | perf metricgroup: Add missing list_del_init() when flushing egroups list | Arnaldo Carvalho de Melo | 2019-07-09 | 1 | -0/+1 | |
| | | * | | | | | | | | perf tools: Use list_del_init() more thorougly | Arnaldo Carvalho de Melo | 2019-07-09 | 22 | -38/+38 | |
| | | * | | | | | | | | perf tools: Use zfree() where applicable | Arnaldo Carvalho de Melo | 2019-07-09 | 33 | -99/+100 | |
| | | * | | | | | | | | tools lib: Adopt zalloc()/zfree() from tools/perf | Arnaldo Carvalho de Melo | 2019-07-09 | 103 | -86/+135 | |
| | | * | | | | | | | | perf tools: Move get_current_dir_name() cond prototype out of util.h | Arnaldo Carvalho de Melo | 2019-07-09 | 4 | -7/+12 | |
| | | * | | | | | | | | perf namespaces: Move the conditional setns() prototype to namespaces.h | Arnaldo Carvalho de Melo | 2019-07-09 | 3 | -5/+7 | |
| | | * | | | | | | | | perf tools: Add missing headers, mostly stdlib.h | Arnaldo Carvalho de Melo | 2019-07-09 | 26 | -7/+35 | |
| | | * | | | | | | | | perf evsel: perf_evsel__name(NULL) is valid, no need to check evsel | Arnaldo Carvalho de Melo | 2019-07-09 | 2 | -2/+2 | |
| | | * | | | | | | | | perf session: Fix potential NULL pointer dereference found by the smatch tool | Leo Yan | 2019-07-09 | 1 | -0/+3 | |
| | | * | | | | | | | | perf inject: The tool->read() call may pass a NULL evsel, handle it | Arnaldo Carvalho de Melo | 2019-07-09 | 1 | -1/+1 | |
| | | * | | | | | | | | perf map: Fix potential NULL pointer dereference found by smatch tool | Leo Yan | 2019-07-09 | 1 | -2/+5 | |
| | | * | | | | | | | | perf trace: Fix potential NULL pointer dereference found by the smatch tool | Leo Yan | 2019-07-09 | 1 | -3/+3 | |
| | | * | | | | | | | | perf annotate: Fix dereferencing freed memory found by the smatch tool | Leo Yan | 2019-07-09 | 1 | -4/+2 | |
| | | * | | | | | | | | perf top: Fix potential NULL pointer dereference detected by the smatch tool | Leo Yan | 2019-07-09 | 1 | -2/+6 | |
| | | * | | | | | | | | perf stat: Fix use-after-freed pointer detected by the smatch tool | Leo Yan | 2019-07-09 | 1 | -1/+1 | |
| | | * | | | | | | | | perf test mmap-thread-lookup: Initialize variable to suppress memory sanitize... | Numfor Mbiziwo-Tiapo | 2019-07-09 | 1 | -1/+1 | |
| * | | | | | | | | | | Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2019-07-13 | 7 | -6/+6 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | powerpc/pseries: Move mm/book3s64/vphn.c under platforms/pseries/ | Naveen N. Rao | 2019-07-04 | 4 | -3/+3 | |
| | * | | | | | | | | | | selftests/powerpc: Add missing newline at end of file | Geert Uytterhoeven | 2019-07-03 | 1 | -1/+1 | |
| | * | | | | | | | | | | selftests/powerpc: ppc_asm.h: typo in the header guard | Denis Efremov | 2019-07-01 | 1 | -1/+1 | |
| | * | | | | | | | | | | Merge branch 'fixes' into next | Michael Ellerman | 2019-07-01 | 3 | -2/+92 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | selftests/powerpc: Fix earlyclobber in tm-vmxcopy | Gustavo Romero | 2019-06-19 | 1 | -1/+1 | |
| * | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2019-07-13 | 1 | -0/+117 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | tc-tests: updated skbedit tests | Roman Mashak | 2019-07-12 | 1 | -0/+117 | |
| | | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge tag 'linux-kselftest-5.3-rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2019-07-12 | 4 | -37/+35 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | rseq/selftests: Fix Thumb mode build failure on arm32 | Mathieu Desnoyers | 2019-07-08 | 1 | -28/+33 | |
| | * | | | | | | | | | | | kselftests: cgroup: remove duplicated include from test_freezer.c | YueHaibing | 2019-07-02 | 1 | -1/+0 | |
| | * | | | | | | | | | | | selftests: timestamping: Fix SIOCGSTAMP undeclared build failure | Shuah Khan | 2019-06-28 | 1 | -8/+1 | |
| | * | | | | | | | | | | | selftests: dma-buf: Adding kernel config fragment CONFIG_UDMABUF=y | Naresh Kamboju | 2019-06-28 | 1 | -0/+1 | |
| * | | | | | | | | | | | | Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 2019-07-12 | 2 | -3/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||

