Age | Commit message (Expand) | Author |
2018-10-31 | perf intel-pt: Insert callchain context into synthesized callchains | Adrian Hunter |
2018-10-31 | perf tools: Don't clone maps from parent when synthesizing forks | David Miller |
2018-10-31 | perf top: Start display thread earlier | David Miller |
2018-10-31 | tools headers uapi: Update linux/if_link.h header copy | Arnaldo Carvalho de Melo |
2018-10-31 | tools headers uapi: Update linux/netlink.h header copy | Arnaldo Carvalho de Melo |
2018-10-31 | tools headers: Sync the various kvm.h header copies | Arnaldo Carvalho de Melo |
2018-10-31 | tools include uapi: Update linux/mmap.h copy | Arnaldo Carvalho de Melo |
2018-10-31 | perf trace beauty: Use the mmap flags table generated from headers | Arnaldo Carvalho de Melo |
2018-10-31 | perf beauty: Wire up the mmap flags table generator to the Makefile | Arnaldo Carvalho de Melo |
2018-10-31 | perf beauty: Add a generator for MAP_ mmap's flag constants | Arnaldo Carvalho de Melo |
2018-10-31 | tools include uapi: Update asound.h copy | Arnaldo Carvalho de Melo |
2018-10-31 | tools arch uapi: Update asm-generic/unistd.h and arm64 unistd.h copies | Arnaldo Carvalho de Melo |
2018-10-31 | tools include uapi: Update linux/fs.h copy | Arnaldo Carvalho de Melo |
2018-10-31 | perf callchain: Honour the ordering of PERF_CONTEXT_{USER,KERNEL,etc} | David S. Miller |
2018-10-31 | perf cs-etm: Correct CPU mode for samples | Leo Yan |
2018-10-31 | perf unwind: Take pgoff into account when reporting elf to libdwfl | Milian Wolff |
2018-10-31 | perf top: Do not use overwrite mode by default | Arnaldo Carvalho de Melo |
2018-10-30 | perf top: Allow disabling the overwrite mode | Arnaldo Carvalho de Melo |
2018-10-30 | perf trace: Beautify mount's first pathname arg | Arnaldo Carvalho de Melo |
2018-10-30 | perf trace: Beautify the umount's 'name' argument | Arnaldo Carvalho de Melo |
2018-10-30 | perf trace: Consider syscall aliases too | Arnaldo Carvalho de Melo |
2018-10-30 | perf trace beauty: Beautify mount/umount's 'flags' argument | Arnaldo Carvalho de Melo |
2018-10-30 | perf trace beauty: Allow syscalls to mask an argument before considering it | Arnaldo Carvalho de Melo |
2018-10-30 | perf beauty: Introduce strarray__scnprintf_flags() | Arnaldo Carvalho de Melo |
2018-10-30 | perf beauty: Switch from GPL v2.0 to LGPL v2.1 | Arnaldo Carvalho de Melo |
2018-10-30 | perf beauty: Add a generator for MS_ mount/umount's flag constants | Arnaldo Carvalho de Melo |
2018-10-30 | tools include uapi: Grab a copy of linux/fs.h | Arnaldo Carvalho de Melo |
2018-10-30 | perf/core: Clean up inconsisent indentation | Colin Ian King |
2018-10-29 | Merge branch 'linus' into perf/urgent, to pick up fixes | Ingo Molnar |
2018-10-27 | i2c-hid: properly terminate i2c_hid_dmi_desc_override_table[] array | Linus Torvalds |
2018-10-26 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2018-10-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2018-10-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds |
2018-10-26 | hugetlbfs: dirty pages as they are added to pagecache | Mike Kravetz |
2018-10-26 | mm: export add_swap_extent() | Omar Sandoval |
2018-10-26 | mm: split SWP_FILE into SWP_ACTIVATED and SWP_FS | Omar Sandoval |
2018-10-26 | tools/testing/selftests/vm/map_fixed_noreplace.c: add test for MAP_FIXED_NORE... | Michael Ellerman |
2018-10-26 | mm: thp: relocate flush_cache_range() in migrate_misplaced_transhuge_page() | Andrea Arcangeli |
2018-10-26 | mm: thp: fix mmu_notifier in migrate_misplaced_transhuge_page() | Andrea Arcangeli |
2018-10-26 | mm: thp: fix MADV_DONTNEED vs migrate_misplaced_transhuge_page race condition | Andrea Arcangeli |
2018-10-26 | mm/kasan/quarantine.c: make quarantine_lock a raw_spinlock_t | Clark Williams |
2018-10-26 | mm/gup: cache dev_pagemap while pinning pages | Keith Busch |
2018-10-26 | Revert "x86/e820: put !E820_TYPE_RAM regions into memblock.reserved" | Masayoshi Mizuma |
2018-10-26 | mm: return zero_resv_unavail optimization | Pavel Tatashin |
2018-10-26 | mm: zero remaining unavailable struct pages | Naoya Horiguchi |
2018-10-26 | tools/testing/selftests/vm/gup_benchmark.c: add MAP_HUGETLB option | Keith Busch |
2018-10-26 | tools/testing/selftests/vm/gup_benchmark.c: add MAP_SHARED option | Keith Busch |
2018-10-26 | tools/testing/selftests/vm/gup_benchmark.c: allow user specified file | Keith Busch |
2018-10-26 | tools/testing/selftests/vm/gup_benchmark.c: fix 'write' flag usage | Keith Busch |
2018-10-26 | mm/gup_benchmark.c: add additional pinning methods | Keith Busch |