- c3dca1a perf tools: Remove PRI[xu] macros from perf.h by Arnaldo Carvalho de Melo · 8 years ago
- fd20e81 perf tools: Including missing inttypes.h header by Arnaldo Carvalho de Melo · 8 years ago
- b640985 perf tools: Remove unused macros from util.h by Arnaldo Carvalho de Melo · 8 years ago
- 68289cb tools include: Drop ARRAY_SIZE() definition from linux/hashtable.h by Arnaldo Carvalho de Melo · 8 years ago
- 0061459 objtool: Drop ARRAY_SIZE() definition, tools/include/linux/kernel.h has it now by Arnaldo Carvalho de Melo · 8 years ago
- 877a7a1 perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used by Arnaldo Carvalho de Melo · 8 years ago
- 8607c1e tools include: Move ARRAY_SIZE() to linux/kernel.h by Arnaldo Carvalho de Melo · 8 years ago
- f6441af tools include: Adopt __same_type() and __must_be_array() from the kernel by Arnaldo Carvalho de Melo · 8 years ago
- 379d61b tools include: Introduce linux/bug.h, from the kernel sources by Arnaldo Carvalho de Melo · 8 years ago
- 7909675 perf tools: Remove FLEX_ARRAY definition by Arnaldo Carvalho de Melo · 8 years ago
- 4c38c8f perf unwind arm64: Add missing errno.h header by Arnaldo Carvalho de Melo · 8 years ago
- e720c19 Merge tag 'perf-core-for-mingo-4.12-20170413' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 8 years ago
- fd583ad perf/x86: Fix spurious NMI with PEBS Load Latency event by Kan Liang · 8 years ago
- 18c5c7c Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 8 years ago
- f2200ac perf/x86: Avoid exposing wrong/stale data in intel_pmu_lbr_read_32() by Peter Zijlstra · 8 years ago
- 16eb813 Revert "perf tools: Fix include of linux/mman.h" by David Carrillo-Cisneros · 8 years ago
- 570eda0 perf util: Hint missing file when tool tips fail to load by David Carrillo-Cisneros · 8 years ago
- 9961aa6 tools build: Fix feature detection redefinion of build flags by David Carrillo-Cisneros · 8 years ago
- e5e992a perf tools: Disable JVMTI if no ELF support available by David Carrillo-Cisneros · 8 years ago
- 739cf30 perf trace: Add usage of --no-syscalls in man page by Ravi Bangoria · 8 years ago
- db49a71 perf stat: Fix bug in handling events in error state by Stephane Eranian · 8 years ago
- 7be6b31 perf tools: Pass PYTHON config to feature detection by David Carrillo-Cisneros · 8 years ago
- a8d11cd kprobes/x86: Consolidate insn decoder users for copying code by Masami Hiramatsu · 8 years ago
- ea1e34f kprobes/x86: Use probe_kernel_read() instead of memcpy() by Masami Hiramatsu · 8 years ago
- d0381c8 kprobes/x86: Set kprobes pages read-only by Masami Hiramatsu · 8 years ago
- 490154b kprobes/x86: Make boostable flag boolean by Masami Hiramatsu · 8 years ago
- 804dec5 kprobes/x86: Do not modify singlestep buffer while resuming by Masami Hiramatsu · 8 years ago
- 17880e4 kprobes/x86: Use instruction decoder for booster by Masami Hiramatsu · 8 years ago
- 129d17e kprobes/x86: Fix the description of __copy_instruction() by Masami Hiramatsu · 8 years ago
- bd0b906 kprobes/x86: Fix kprobe-booster not to boost far call instructions by Masami Hiramatsu · 8 years ago
- ef0eb2e Merge tag 'perf-core-for-mingo-4.12-20170411' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 8 years ago
- 1c4f8ad Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 8 years ago
- 0718b33 Merge tag 'perf-urgent-for-mingo-4.11-20170411' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 8 years ago
- 986a5bc perf annotate: Use stripped line instead of raw disassemble line by Taeung Song · 8 years ago
- 4597cf0 perf annotate: Refactor the code to parse disassemble lines with {l,r}trim() by Taeung Song · 8 years ago
- c9d1c93 perf tools: Do not print missing features in pipe-mode by David Carrillo-Cisneros · 8 years ago
- 0973ad9 perf session: Don't rely on evlist in pipe mode by David Carrillo-Cisneros · 8 years ago
- 6ab11f3 perf annotate: Process attr and build_id records by David Carrillo-Cisneros · 8 years ago
- 6d13491 perf tools: Describe pipe mode in perf.data-file-fomat.txt by David Carrillo-Cisneros · 8 years ago
- 1e0d4f0 perf inject: Copy events when reordering events in pipe mode by David Carrillo-Cisneros · 8 years ago
- bb8d521 perf inject: Don't proceed if perf_session__process_event() fails by David Carrillo-Cisneros · 8 years ago
- d9f8dfa perf annotate s390: Implement jump types for perf annotate by Christian Borntraeger · 8 years ago
- e77852b perf annotate s390: Fix perf annotate error -95 (4.10 regression) by Christian Borntraeger · 8 years ago
- ecbe5e1 perf string: Simplify ltrim() implementation by Arnaldo Carvalho de Melo · 8 years ago
- bdd97ca perf tools: Refactor the code to strip command name with {l,r}trim() by Taeung Song · 8 years ago
- aa4beb1 perf pmu: Refactor wordwrap() with ltrim() by Taeung Song · 8 years ago
- e21600f perf ui browser: Refactor the code to parse color configs with ltrim() by Taeung Song · 8 years ago
- b07c40d perf stat: Refactor the code to strip csv output with ltrim() by Taeung Song · 8 years ago
- 32ccb13 perf evsel: Return exact sub event which failed with EPERM for wildcards by Jin Yao · 8 years ago
- 49346e8 perf script: Use strtok_r() when parsing output field list by Arnaldo Carvalho de Melo · 8 years ago
- dadafc3 perf callchains: Switch from strtok() to strtok_r() when parsing options by Arnaldo Carvalho de Melo · 8 years ago
- 9df9078 perf/amd/uncore: Fix pr_fmt() prefix by Borislav Petkov · 8 years ago
- 68e8038 perf/amd/uncore: Clean up per-family setup by Borislav Petkov · 8 years ago
- c2628f9 perf/amd/uncore: Do feature check first, before assignments by Borislav Petkov · 8 years ago
- 84b1e36 Merge tag 'v4.11-rc6' into perf/core, to pick up fixes by Ingo Molnar · 8 years ago
- c08e611 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
- 39da7c5 Linux 4.11-rc6 by Linus Torvalds · 8 years ago
- 84ced7f Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 8 years ago
- 462e9a3 Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 8 years ago
- 5b50be7 Merge tag 'driver-core-4.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 8 years ago
- 62e1fd0 Merge tag 'staging-4.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 8 years ago
- 2a610b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 78d91a7 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
- c3df1c7 Merge tag 'pinctrl-v4.11-4' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 8 years ago
- 894ca30 Merge tag 'powerpc-4.11-7' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
- cf01fb9 mm/mempolicy.c: fix error handling in set_mempolicy and mbind. by Chris Salls · 8 years ago
- 425fffd sysctl: report EINVAL if value is larger than UINT_MAX for proc_douintvec by Liping Zhang · 8 years ago
- 27f395b MAINTAINERS: separate out kernfs maintainership by Tejun Heo · 8 years ago
- c8a139d sysfs: be careful of error returns from ops->show() by NeilBrown · 8 years ago
- cf903e9 Documentation: stable-kernel-rules: fix stable-tag format by Johan Hovold · 8 years ago
- 97fbfef staging: android: ashmem: lseek failed due to no FMODE_LSEEK. by Shuxiao Zhang · 8 years ago
- 8b65bb5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 8 years ago
- 542380a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
- 62fedca Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
- 56c2997 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
- ce61287 mm: move pcp and lru-pcp draining into single wq by Michal Hocko · 8 years ago
- cdcf4330 mailmap: update Yakir Yang email address by Jeffy Chen · 8 years ago
- 460bcec mm, swap_cgroup: reschedule when neeed in swap_cgroup_swapoff() by David Rientjes · 8 years ago
- e11f8b7 dax: fix radix tree insertion race by Ross Zwisler · 8 years ago
- 4fad7fb mm, thp: fix setting of defer+madvise thp defrag mode by David Rientjes · 8 years ago
- 5402e97 ptrace: fix PTRACE_LISTEN race corrupting task->state by bsegall@google.com · 8 years ago
- d79bf21 vmlinux.lds: add missing VMLINUX_SYMBOL macros by Jessica Yu · 8 years ago
- 1f06b81 mm/page_alloc.c: fix print order in show_free_areas() by Alexander Polakov · 8 years ago
- 045098e userfaultfd: report actual registered features in fdinfo by Mike Rapoport · 8 years ago
- d75450f mm: fix page_vma_mapped_walk() for ksm pages by Hugh Dickins · 8 years ago
- cefdc26 orangefs: move features validation to fix filesystem hang by Martin Brandenburg · 8 years ago
- c2eb7be Merge tag 'pci-v4.11-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
- 6d8c6c0 blk-mq: Restart a single queue if tag sets are shared by Bart Van Assche · 8 years ago
- 6077c2d dm rq: Avoid that request processing stalls sporadically by Bart Van Assche · 8 years ago
- 36e3cf2 scsi: Avoid that SCSI queues get stuck by Bart Van Assche · 8 years ago
- 7587a5a blk-mq: Introduce blk_mq_delay_run_hw_queue() by Bart Van Assche · 8 years ago
- 81d4bab Merge tag 'dm-4.11-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 8 years ago
- dc25ad3 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
- 4f0d14b Merge tag 'metag-for-v4.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag by Linus Torvalds · 8 years ago
- 7ab6618 Merge tag 'acpi-4.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
- 50bdd7a Merge tag 'for-linus-4.11b-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 years ago
- 5380e56 sysctl: don't print negative flag for proc_douintvec by Liping Zhang · 8 years ago
- 1680a38 sysctl: add sanity check for proc_douintvec by Liping Zhang · 8 years ago
- 3c1a427 perf annotate s390: Fix perf annotate error -95 (4.10 regression) by Christian Borntraeger · 8 years ago
- ebe8bdd blk-mq: remap queues when adding/removing hardware queues by Omar Sandoval · 8 years ago