1. e8b7ea4 perf tools: Improve setting of gcc debug option by Martin Liska · 9 years ago
  2. 5bcaaca perf tools: Assign default value for some pointers by Martin Liška · 9 years ago
  3. 4bb7123d perf tools: Use maps__first()/map__next() by Arnaldo Carvalho de Melo · 9 years ago
  4. 614c6b5 perf tools: Leave DSO destruction to the map destruction by Arnaldo Carvalho de Melo · 9 years ago
  5. 0170b14 perf machine: Mark removed threads as such by Arnaldo Carvalho de Melo · 9 years ago
  6. 9402e23 perf tools: Import rb_erase_init from block/ in the kernel sources by Arnaldo Carvalho de Melo · 9 years ago
  7. f7e365e perf tools: Nuke unused map_groups__flush() by Arnaldo Carvalho de Melo · 9 years ago
  8. fdce6a4 perf tools: Remove redundant initialization of thread linkage members by Arnaldo Carvalho de Melo · 9 years ago
  9. 4d4dee9 perf tools: Rename maps__next by Arnaldo Carvalho de Melo · 9 years ago
  10. 4bb11d0 perf tools: Add dso__data_get/put_fd() by Namhyung Kim · 9 years ago
  11. e840238 perf tools: Get rid of dso__data_fd() from dso__data_size() by Namhyung Kim · 9 years ago
  12. 71ff824 perf tools: Fix dso__data_read_offset() file opening by Namhyung Kim · 9 years ago
  13. 8e160b2 perf machine: Do not call map_groups__delete(), drop refcnt instead by Arnaldo Carvalho de Melo · 9 years ago
  14. 86c1952 perf comm: Use atomic.h for refcounting by Arnaldo Carvalho de Melo · 9 years ago
  15. e7e0efc perf hists: Rename add_hist_entry to hists__findnew_entry by Arnaldo Carvalho de Melo · 9 years ago
  16. 063bd93 perf hists: Reducing arguments of hist_entry_iter__add() by Namhyung Kim · 9 years ago
  17. 554e92e perf session: Fix perf_session__peek_event() by Adrian Hunter · 9 years ago
  18. 05b4177 perf build: Fix libunwind feature detection on 32-bit x86 by Adrian Hunter · 9 years ago
  19. a6ced2b perf tools: Fix parse_events_error dereferences by Adrian Hunter · 9 years ago
  20. bb78ce7 perf tools: Fix function declarations needed by parse-events.y by Adrian Hunter · 9 years ago
  21. 128c32e perf tools: Separate the tests and tools in installation by Nam T. Nguyen · 9 years ago
  22. 7a2a24c arm: perf: remove singleton PMU restriction by Mark Rutland · 9 years ago
  23. 0e3038d arm: perf: probe number of counters on affine CPUs by Mark Rutland · 9 years ago
  24. c904e32 arm: perf: filter unschedulable events by Mark Rutland · 9 years ago
  25. cc88116 arm: perf: treat PMUs as CPU affine by Mark Rutland · 9 years ago
  26. 64d0d394 arm: perf: make of_pmu_irq_cfg take arm_pmu by Mark Rutland · 9 years ago
  27. d06f23e Merge branch 'perf/core' into perf/updates by Will Deacon · 9 years ago
  28. b3eac02 arm: perf: Fix callchain parse error with kernel tracepoint events by Hou Pengyang · 9 years ago
  29. 66eb579 perf: allow for PMU-specific event filtering by Mark Rutland · 9 years ago
  30. 985e871 ring-buffer: Add trace_recursive checks to ring_buffer_write() by Steven Rostedt (Red Hat) · 9 years ago
  31. 6776221 ring-buffer: Allways do the trace_recursive checks by Steven Rostedt (Red Hat) · 9 years ago
  32. 58a09ec ring-buffer: Move recursive check to per_cpu descriptor by Steven Rostedt (Red Hat) · 9 years ago
  33. c208358 efi: Add 'systab' information to Documentation/ABI by Matt Fleming · 9 years ago
  34. 2a910d1 soc: mediatek: Add compile dependency to pmic-wrapper by Matthias Brugger · 9 years ago
  35. 0fa372b ALSA: hda - Fix noise on AMD radeon 290x controller by Takashi Iwai · 9 years ago
  36. 3a14075 dm: fix NULL pointer when clone_and_map_rq returns !DM_MAPIO_REMAPPED by Junichi Nomura · 9 years ago
  37. 960d447 x86: Remove cpu_sibling_mask() and cpu_core_mask() by Bartosz Golaszewski · 9 years ago
  38. 7d79a7b x86: Replace cpu_**_mask() with topology_**_cpumask() by Bartosz Golaszewski · 9 years ago
  39. 265ea62 speedstep-ich: Replace cpu_sibling_mask() with topology_sibling_cpumask() by Bartosz Golaszewski · 9 years ago
  40. 3280c3c acpi-cpufreq: Replace cpu_**_mask() with topology_**_cpumask() by Bartosz Golaszewski · 9 years ago
  41. b60f9a7 p4-clockmod: Replace cpu_sibling_mask() with topology_sibling_cpumask() by Bartosz Golaszewski · 9 years ago
  42. 38c52e6 powernow-k8: Replace cpu_core_mask() with topology_core_cpumask() by Bartosz Golaszewski · 9 years ago
  43. 19a34ee coretemp: Replace cpu_sibling_mask() with topology_sibling_cpumask() by Bartosz Golaszewski · 9 years ago
  44. 54a5369 Documentation: Update cputopology.txt by Bartosz Golaszewski · 9 years ago
  45. 06931e6 sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask() by Bartosz Golaszewski · 9 years ago
  46. a5edce4 fbcon: Avoid deleting a timer in IRQ context by Thierry Reding · 9 years ago
  47. fbe7193 x86/mm/pat: Export pat_enabled() by Luis R. Rodriguez · 9 years ago
  48. cb32edf x86/mm/pat: Wrap pat_enabled into a function API by Luis R. Rodriguez · 9 years ago
  49. f962610 x86/mm/mtrr: Generalize runtime disabling of MTRRs by Luis R. Rodriguez · 9 years ago
  50. 7d010fd x86/mm/mtrr: Avoid #ifdeffery with phys_wc_to_mtrr_index() by Luis R. Rodriguez · 9 years ago
  51. 2f9e897 x86/mm/mtrr, pat: Document Write Combining MTRR type effects on PAT / non-PAT pages by Luis R. Rodriguez · 9 years ago
  52. 9e76561 x86/mm/pat: Convert to pr_*() usage by Luis R. Rodriguez · 9 years ago
  53. b73522e x86/mm/mtrr: Enhance MTRR checks in kernel mapping helpers by Toshi Kani · 9 years ago
  54. 0cc705f x86/mm/mtrr: Clean up mtrr_type_lookup() by Toshi Kani · 9 years ago
  55. 3d3ca41 x86/mm/mtrr: Use symbolic define as a retval for disabled MTRRs by Toshi Kani · 9 years ago
  56. 9b3aca6 x86/mm/mtrr: Fix MTRR state checks in mtrr_type_lookup() by Toshi Kani · 9 years ago
  57. 7f0431e x86/mm/mtrr: Fix MTRR lookup to handle an inclusive entry by Toshi Kani · 9 years ago
  58. 10455f6 x86/mm/kconfig: Simplify conditions for HAVE_ARCH_HUGE_VMAP by Toshi Kani · 9 years ago
  59. d563a6b Merge tag 'v4.1-rc5' into x86/mm, to refresh the tree before applying new changes by Ingo Molnar · 9 years ago
  60. 113b5e3 x86/Documentation: Adapt Ingo's explanation on printing backtraces by Borislav Petkov · 9 years ago
  61. d724a9a x86/Documentation: Remove STACKFAULT_STACK bulletpoint by Borislav Petkov · 9 years ago
  62. 54fd157 x86/Documentation: Move kernel-stacks doc one level up by Borislav Petkov · 9 years ago
  63. 5c31b28 x86/mce: Fix monarch timeout setting through the mce= cmdline option by Xie XiuQi · 9 years ago
  64. adafb98 x86/cpu: Strip any /proc/cpuinfo model name field whitespace by Prarit Bhargava · 9 years ago
  65. 0fb0328 sched/x86: Drop repeated word from mwait_idle() comment by Huang Rui · 9 years ago
  66. e0c2153 mfd: da9052: Fix broken regulator probe by Johan Hovold · 9 years ago
  67. 83242c5 x86/fpu: Make WARN_ON_FPU() more robust in the !CONFIG_X86_DEBUG_FPU case by Ingo Molnar · 9 years ago
  68. c5a1330 arm64: psci: remove ACPI coupling by Mark Rutland · 9 years ago
  69. c8cc427 arm64: psci: kill psci_power_state by Mark Rutland · 9 years ago
  70. ff3010e arm64: psci: account for Trusted OS instances by Mark Rutland · 9 years ago
  71. a06eed3 arm64: psci: support unsigned return values by Mark Rutland · 9 years ago
  72. 2a7cd0e arm64: psci: remove unnecessary id indirection by Mark Rutland · 9 years ago
  73. 6b99c68c arm64: smp: consistently use error codes by Mark Rutland · 9 years ago
  74. 6ee3c78 arm64: smp_plat: add get_logical_index by Mark Rutland · 9 years ago
  75. 538b9b2 arm/arm64: kvm: add missing PSCI include by Mark Rutland · 9 years ago
  76. d956b80 soc: mediatek: PMIC wrap: Fix register state machine handling by Sascha Hauer · 9 years ago
  77. d71c11f soc: mediatek: PMIC wrap: Fix clock rate handling by Sascha Hauer · 9 years ago
  78. d65fcd6 x86/fpu: Simplify copy_kernel_to_xregs_booting() by Ingo Molnar · 9 years ago
  79. 003e2e8 x86/fpu: Standardize the parameter type of copy_kernel_to_fpregs() by Ingo Molnar · 9 years ago
  80. 9ccc27a x86/fpu: Remove error return values from copy_kernel_to_*regs() functions by Ingo Molnar · 9 years ago
  81. 3e1bf47 x86/fpu: Rename copy_fpstate_to_fpregs() to copy_kernel_to_fpregs() by Ingo Molnar · 9 years ago
  82. 43b287b x86/fpu: Add debugging checks to all copy_kernel_to_*() functions by Ingo Molnar · 9 years ago
  83. ce2a1e6 x86/fpu: Add debugging check to fpu__restore() by Ingo Molnar · 9 years ago
  84. 343763c x86/fpu: Optimize fpu__activate_fpstate_write() by Ingo Molnar · 9 years ago
  85. 6a81d7e x86/fpu: Rename fpu__activate_fpstate() to fpu__activate_fpstate_write() by Ingo Molnar · 9 years ago
  86. 9ba6b79 x86/fpu: Optimize fpu__activate_fpstate_read() by Ingo Molnar · 9 years ago
  87. 05602812 x86/fpu: Split out the fpu__activate_fpstate_read() method by Ingo Molnar · 9 years ago
  88. dec169e ieee802154: fix typo for file name by Varka Bhadram · 9 years ago
  89. 0f999b0 ieee802154: add set transmit power support by Varka Bhadram · 9 years ago
  90. d63f820 drm/i915: Remove unnecessary null check in execlists_context_unqueue by Michel Thierry · 9 years ago
  91. 5ceecb2 drm: Fix off-by-one in vblank hardware counter wraparound handling by Michel Dänzer · 9 years ago
  92. 47f01e8 x86/fpu: Fix FPU register read access to the current task by Ingo Molnar · 9 years ago
  93. 2421a8c Btrfs: sysfs: don't fail seeding for the sake of sysfs kobject issue by Anand Jain · 10 years ago
  94. 24bd69c Btrfs: sysfs: add support to add parent for fsid by Anand Jain · 10 years ago
  95. b7c35e8 Btrfs: sysfs: separate kobject and attribute creation by Anand Jain · 10 years ago
  96. 1d1c1be Btrfs: sysfs: btrfs_sysfs_remove_fsid() make it non static by Anand Jain · 10 years ago
  97. ef1a0da Btrfs: sysfs: make btrfs_sysfs_add_device() non static by Anand Jain · 10 years ago
  98. 0c10e2d Btrfs: sysfs: make btrfs_sysfs_add_fsid() non static by Anand Jain · 10 years ago
  99. 6c14a16 Btrfs: sysfs btrfs_kobj_rm_device() pass fs_devices instead of fs_info by Anand Jain · 10 years ago
  100. 1ba4381 Btrfs: sysfs btrfs_kobj_add_device() pass fs_devices instead of fs_info by Anand Jain · 10 years ago