1. 4956964 Merge tag 'driver-core-3.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  2. 5b5e76e IA64: drivers: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  3. 062fe95 Wire up finit_module syscall by Luck, Tony · 12 years ago
  4. 54d46ea Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  5. 787314c Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 12 years ago
  6. 031b656 unify SS_ONSTACK/SS_DISABLE definitions by Al Viro · 12 years ago
  7. 1ca97bb new helper: current_user_stack_pointer() by Al Viro · 12 years ago
  8. ae903ca Bury the conditionals from kernel_thread/kernel_execve series by Al Viro · 12 years ago
  9. 9c6ecf6 Merge branches 'iommu/fixes', 'dma-debug', 'x86/amd', 'x86/vt-d', 'arm/tegra' and 'arm/omap' into next by Joerg Roedel · 12 years ago
  10. 6be35c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  11. 9977d9b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  12. f57d54b Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  13. 090f8cc Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  14. 6a5971d Merge tag 'char-misc-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 12 years ago
  15. 4f4202f unify default ptrace_signal_deliver by Al Viro · 12 years ago
  16. 27fa0ab ia64: dma_debug: add debug_dma_mapping_error support by Shuah Khan · 12 years ago
  17. e3942ba vtime: Consolidate a bit the ctx switch code by Frederic Weisbecker · 12 years ago
  18. d05f06e Merge branch 'arch-frv' into no-rebases by Al Viro · 12 years ago
  19. 06f64c8 driver core / ACPI: Move ACPI support to core device and driver types by Mika Westerberg · 12 years ago
  20. 8cbd9cc tracing,x86: Add a TSC trace_clock by David Sharp · 12 years ago
  21. d4185bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  22. a8fc927 sk-filter: Add ability to get socket filter program (v2) by Pavel Emelyanov · 12 years ago
  23. e64de3b Merge 3.7-rc3 into char-misc-next by Greg Kroah-Hartman · 12 years ago
  24. 7e6735c /dev/mem: use phys_addr_t for physical addresses by Cyril Chemparathy · 12 years ago
  25. 71b4ecc3 ia64: switch to generic sys_execve() by Al Viro · 12 years ago
  26. 54d496c ia64: switch to generic kernel_thread()/kernel_execve() by Al Viro · 12 years ago
  27. 7e3cdf2 UAPI: Make arch/ia64/include/asm/kvm_para.h generic by David Howells · 12 years ago
  28. 0420c87 UAPI: Put a comment into uapi/asm-generic/kvm_para.h and use it from arches by David Howells · 12 years ago
  29. d25282d Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  30. 0c4a479 Merge tag 'please-pull-dhowells-uapi' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 12 years ago
  31. 8213a2f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  32. 42859ee Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  33. 43e40f2 UAPI: (Scripted) Disintegrate arch/ia64/include/asm by David Howells · 12 years ago
  34. 9e2d865 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  35. 5d3a551 mm: hugetlb: add arch hook for clearing page flags before entering pool by Will Deacon · 12 years ago
  36. 50e0d10 Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 12 years ago
  37. f1c6872 Merge tag 'stable/for-linus-3.7-arm-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  38. c37d615 Merge branch 'disintegrate-asm-generic' of git://git.infradead.org/users/dhowells/linux-headers into asm-generic by Arnd Bergmann · 12 years ago
  39. 9b2e077c Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linux-headers by Linus Torvalds · 12 years ago
  40. e7a570f asm-generic: Add default clkdev.h by Mark Brown · 12 years ago
  41. 56d92aa Merge tag 'stable/for-linus-3.7-x86-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  42. 4413e16 UAPI: (Scripted) Set up UAPI Kbuild files by David Howells · 12 years ago
  43. a57d985 Merge tag 'please-pull-ia64-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 12 years ago
  44. 16a8016 sanitize tsk_is_polling() by Al Viro · 12 years ago
  45. 786d35d Make most arch asm/module.h files use asm-generic/module.h by David Howells · 12 years ago
  46. ddd03a1 get rid of generic instances of asm/exec.h by Al Viro · 12 years ago
  47. 25a765b Merge branch 'x86/platform' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into stable/for-linus-3.7 by Konrad Rzeszutek Wilk · 12 years ago
  48. 7cd10a6 [IA64] Fix a node distance bug by Jianguo Wu · 12 years ago
  49. bd3f79b xen: Introduce xen_pfn_t for pfn and mfn types by Stefano Stabellini · 12 years ago
  50. 4d9310e xen: missing includes by Stefano Stabellini · 12 years ago
  51. baa3604 cputime: Consolidate vtime handling on context switch by Frederic Weisbecker · 12 years ago
  52. 256f631 xen/arm: Introduce xen_ulong_t for unsigned long by Stefano Stabellini · 12 years ago
  53. 6d8a97a Merge tag 'please-pull-ia64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 12 years ago
  54. a119365 [IA64] Redefine ATOMIC_INIT and ATOMIC64_INIT to drop the casts by Tony Luck · 12 years ago
  55. f9445a3 [IA64] Rename platform_name to ia64_platform_name by Fengguang Wu · 12 years ago
  56. 97027da Merge tag 'iommu-updates-v3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 12 years ago
  57. 7d43c2e iommu: Remove group_mf by Alex Williamson · 12 years ago
  58. a1e4ccb KVM: Introduce __KVM_HAVE_IRQ_LINE by Christoffer Dall · 12 years ago
  59. 86c47b7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  60. edd63a2 set_restore_sigmask() is never called without SIGPENDING (and never should be) by Al Viro · 13 years ago
  61. 4ebefe3 new helpers: {clear,test,test_and_clear}_restore_sigmask() by Al Viro · 13 years ago
  62. bb8ac18 bury __kernel_nlink_t, make internal nlink_t consistent by Al Viro · 12 years ago
  63. 07acfc2 Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  64. b1bf7d4 Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 12 years ago
  65. 3813d40 Merge tag 'ia64-3.5-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 12 years ago
  66. ec0d7f1 Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  67. d79ee93 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  68. bf67f3a Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  69. 55ccf3f fork: move the real prepare_to_copy() users to arch_dup_task_struct() by Suresh Siddha · 12 years ago
  70. 98e4cff [IA64] Add cmpxchg.h to exported userspace headers by maximilian attems · 12 years ago
  71. c717327 [IA64] Removed "task_size" element from thread_struct - it is now constant by Tony Luck · 12 years ago
  72. 7563bbf gpiolib/arches: Centralise bolierplate asm/gpio.h by Mark Brown · 13 years ago
  73. cb83b62 sched/numa: Rewrite the CONFIG_NUMA sched domain support by Peter Zijlstra · 13 years ago
  74. f5e1028 task_allocator: Use config switches instead of magic defines by Thomas Gleixner · 12 years ago
  75. bbe78cb ia64: Remove unused cpu_idle_wait() by Thomas Gleixner · 12 years ago
  76. 8a8f422 iommu: rename intr_remapping.[ch] to irq_remapping.[ch] by Suresh Siddha · 13 years ago
  77. 95a02e9 iommu: rename intr_remapping references to irq_remapping by Suresh Siddha · 13 years ago
  78. 736baef iommu/vt-d: Make intr-remapping initialization generic by Joerg Roedel · 13 years ago
  79. f78146b KVM: Fix page-crossing MMIO by Avi Kivity · 13 years ago
  80. eac0556 Merge branch 'linus' into queue by Marcelo Tosatti · 13 years ago
  81. c76f39b ia64: fix futex_atomic_cmpxchg_inatomic() by Luck, Tony · 13 years ago
  82. 85f8f77 ia64: populate the cmpxchg header with appropriate code by Paul Gortmaker · 13 years ago
  83. 3b5d56b kvmclock: Add functions to check if the host has stopped the vm by Eric B Munson · 13 years ago
  84. b6d3383 KVM: Factor out kvm_vcpu_kick to arch-generic code by Christoffer Dall · 13 years ago
  85. 58bca4a Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 13 years ago
  86. 40380f1 ia64: Fixup asm/cmpxchg.h by David Howells · 13 years ago
  87. a591afc Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  88. 93f3788 Fix ia64 build errors (fallout from system.h disintegration) by Luck, Tony · 13 years ago
  89. 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 13 years ago
  90. 2e7580b Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
  91. 141124c Delete all instances of asm/system.h by David Howells · 13 years ago
  92. c140d87 Disintegrate asm/system.h for IA64 by David Howells · 13 years ago
  93. baa676f X86 & IA64: adapt for dma_map_ops changes by Andrzej Pietrasiewicz · 13 years ago
  94. 475c77e Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci by Linus Torvalds · 13 years ago
  95. d4c6fa7 Merge tag 'stable/for-linus-3.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  96. 3b59bf0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 13 years ago
  97. 843ec55 Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 13 years ago
  98. 73c154c xen/enlighten: Expose MWAIT and MWAIT_LEAF if hypervisor OKs it. by Konrad Rzeszutek Wilk · 13 years ago
  99. 6efb6b7 hpsim, initialize chip for assigned irqs by Jiri Slaby · 13 years ago
  100. db3fe4e KVM: Introduce kvm_memory_slot::arch and move lpage_info into it by Takuya Yoshikawa · 13 years ago