1. e722d8d profile: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  2. ade356b profile: hide unused functions when !CONFIG_PROC_FS by Arnd Bergmann · 8 years ago
  3. cb25176 sched/debug: Make schedstats a runtime tunable that is disabled by default by Mel Gorman · 8 years ago
  4. 96db800 mm: rename alloc_pages_exact_node() to __alloc_pages_node() by Vlastimil Babka · 9 years ago
  5. ccbd59c profile: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 9 years ago
  6. f3da64d kernel/profile.c: use static const char instead of static char by Fabian Frederick · 10 years ago
  7. aba871f kernel/profile.c: convert printk to pr_foo() by Fabian Frederick · 10 years ago
  8. 467a9e1 Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  9. c96d666 kernel: audit/fix non-modular users of module_init in core code by Paul Gortmaker · 10 years ago
  10. c270a81 profile: Fix CPU hotplug callback registration by Srivatsa S. Bhat · 10 years ago
  11. e97ca8e mm: fix GFP_THISNODE callers and clarify by Johannes Weiner · 10 years ago
  12. 0db0628 kernel: delete __cpuinit usage from all core kernel files by Paul Gortmaker · 11 years ago
  13. 271a15e proc: Supply PDE attribute setting accessor functions by David Howells · 11 years ago
  14. fbd387a create_proc_cpu_mask() doesn't need an argument... by Al Viro · 11 years ago
  15. ba6fdda profiling: Remove unused timer hook by Frederic Weisbecker · 11 years ago
  16. 6d49e35 propagate name change to comments in kernel source by Nadia Yvette Chambers · 11 years ago
  17. 9984de1 kernel: Map most files to use export.h instead of module.h by Paul Gortmaker · 13 years ago
  18. 6f7bd76 kernel/profile.c: remove some duplicate code from profile_hits() by Rakib Mullick · 13 years ago
  19. 559fa6e profile: Use vzalloc() rather than vmalloc() & memset() by Jesper Juhl · 14 years ago
  20. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  21. 3dd6b5f numa: in-kernel profiling: use cpu_to_mem() for per cpu allocations by Lee Schermerhorn · 14 years ago
  22. 80b5184 kernel/: convert cpu notifier to return encapsulate errno value by Akinobu Mita · 14 years ago
  23. 16a2164 profile: fix stats and data leakage by Hugh Dickins · 14 years ago
  24. 583a22e kernel/profile.c: Switch /proc/irq/prof_cpu_mask to seq_file by Alexey Dobriyan · 15 years ago
  25. b62f495 profile: suppress warning about large allocations when profile=1 is specified by Mel Gorman · 15 years ago
  26. 6484eb3 page allocator: do not check NUMA node ID when the caller knows the node is valid by Mel Gorman · 15 years ago
  27. 38c7fed x86: remove some alloc_bootmem_cpumask_var calling by Yinghai Lu · 15 years ago
  28. acd8957 profiling: fix broken profiling regression by Hugh Dickins · 15 years ago
  29. 26e5438 profile: don't include <asm/ptrace.h> twice. by KOSAKI Motohiro · 15 years ago
  30. c309b91 cpumask: convert kernel/profile.c by Rusty Russell · 15 years ago
  31. 33edcf1 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Rusty Russell · 15 years ago
  32. 29c0177 cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpulist_scnprintf to take pointers. by Rusty Russell · 15 years ago
  33. b8307db Merge commit 'v2.6.28-rc7' into tracing/core by Ingo Molnar · 15 years ago
  34. 8419641 cpuinit fixes in kernel/* by Al Viro · 15 years ago
  35. 60a5151 profiling: clean up profile_nop() by Andrew Morton · 15 years ago
  36. e270219f kernel/profile.c: fix section mismatch warning by Rakib Mullick · 15 years ago
  37. ce05fcc kernel/profile: fix profile_init() section mismatch by Paul Mundt · 16 years ago
  38. 22b8ce9 profiling: dynamically enable readprofile at runtime by Dave Hansen · 16 years ago
  39. b03f648 build kernel/profile.o only when requested by Adrian Bunk · 16 years ago
  40. 15c8b6c on_each_cpu(): kill unused 'retry' parameter by Jens Axboe · 16 years ago
  41. c33fff0 kernel: use non-racy method for proc entries creation by Denis V. Lunev · 16 years ago
  42. a655020 kernel: Remove unnecessary inclusions of asm/semaphore.h by Matthew Wilcox · 16 years ago
  43. f8db694 Nuke a duplicate include from profile.c by Jesper Juhl · 16 years ago
  44. 1ad82fd debug: clean up kernel/profile.c by Paolo Ciarrocchi · 16 years ago
  45. b3da2a7 sched: document profile=sleep requiring CONFIG_SCHEDSTATS by Mel Gorman · 17 years ago
  46. b012d34 make kernel/profile.c:time_hook static by Adrian Bunk · 17 years ago
  47. 4199cfa Memoryless nodes: Allow profiling data to fall back to other nodes by Christoph Lameter · 17 years ago
  48. cd5bfea fix compilation with gcc 4.2 by Peter Chubb · 17 years ago
  49. e8edc6e Detach sched.h from mm.h by Alexey Dobriyan · 17 years ago
  50. 8bb7844 Add suspend-related notifications for CPU hotplug by Rafael J. Wysocki · 17 years ago
  51. b653d081 [PATCH] proc: remove useless (and buggy) ->nlink settings by Alexey Dobriyan · 17 years ago
  52. bbe1a59b [PATCH] fix "kvm: add vm exit profiling" by Andrew Morton · 17 years ago
  53. 07031e1 [PATCH] KVM: add VM-exit profiling by Ingo Molnar · 17 years ago
  54. a75acf8 [PATCH] profiling: fix sched profiling typo by Ingo Molnar · 17 years ago
  55. 15ad7cd [PATCH] struct seq_operations and struct file_operations constification by Helge Deller · 17 years ago
  56. 02316067 [PATCH] hotplug CPU: clean up hotcpu_notifier() use by Ingo Molnar · 17 years ago
  57. ece8a68 [PATCH] sleep profiling by Ingo Molnar · 17 years ago
  58. 064b022 [PATCH] profile: fix uaccess handling by Heiko Carstens · 17 years ago
  59. 01a3ee2 [PATCH] bitmap: parse input from kernel and user buffers by Reinette Chatre · 18 years ago
  60. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  61. fbd9816 [PATCH] Profiling: require buffer allocation on the correct node by Christoph Lameter · 18 years ago
  62. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  63. 9c7b216 [PATCH] cpu hotplug: revert init patch submitted for 2.6.17 by Chandra Seetharaman · 18 years ago
  64. 83d722f [PATCH] Remove __devinit and __cpuinit from notifier_call definitions by Chandra Seetharaman · 18 years ago
  65. e041c68 [PATCH] Notifier chain update: API changes by Alan Stern · 18 years ago
  66. 97d1f15 [PATCH] sem2mutex: kernel/ by Arjan van de Ven · 18 years ago
  67. 6c03652 [PATCH] mostly_read data section by Christoph Lameter · 19 years ago
  68. dfaa9c9 [PATCH] profile.c: `schedule' parsing fix by William Lee Irwin III · 19 years ago
  69. fbd568a3e [PATCH] Change synchronize_kernel to _rcu and _sched by Paul E. McKenney · 19 years ago
  70. d59dd46 [PATCH] use smp_mb/wmb/rmb where possible by akpm@osdl.org · 19 years ago
  71. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago