1. 4ba9920 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  2. cf07440 firmware/dmi_scan: generalize for use by other archs by Ard Biesheuvel · 11 years ago
  3. c28aa1f printk/cache: mark printk_once test variable __read_mostly by Joe Perches · 11 years ago
  4. 6ffbe7d Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  5. 47933ad arch: Introduce smp_load_acquire(), smp_store_release() by Peter Zijlstra · 11 years ago
  6. e3fec2f lib: Add missing arch generic-y entries for asm-generic/hash.h by David S. Miller · 11 years ago
  7. d52eefb ia64/xen: Remove Xen support for ia64 by Boris Ostrovsky · 11 years ago
  8. 82023bb Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  9. 4007162 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  10. f080480 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  11. eda670c Merge tag 'stable/for-linus-3.13-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 11 years ago
  12. ca973d8 ia64: handle pgtable_page_ctor() fail by Kirill A. Shutemov · 11 years ago
  13. 7b19981 ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_node by Rafael J. Wysocki · 11 years ago
  14. 00d1a39 preempt: Make PREEMPT_ACTIVE generic by Thomas Gleixner · 11 years ago
  15. d049f74 exec/ptrace: fix get_dumpable() incorrect tests by Kees Cook · 11 years ago
  16. 69019d7 Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  17. d96eb2c kvm/x86: Convert iommu_flags to iommu_noncoherent by Alex Williamson · 11 years ago
  18. 7100b07 xen: introduce xen_dma_map/unmap_page and xen_dma_sync_single_for_cpu/device by Stefano Stabellini · 11 years ago
  19. bbba793 KVM: ia64: Get rid of KVM_HPAGE defines by Christoffer Dall · 11 years ago
  20. d6fe76c xen: introduce xen_alloc/free_coherent_pages by Stefano Stabellini · 11 years ago
  21. a787870 sched, arch: Create asm/preempt.h by Peter Zijlstra · 11 years ago
  22. 1bda20d Merge tag 'please-pull-misc-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 11 years ago
  23. d02d054 ia64: add early_memremap() alias for early_ioremap() by Leif Lindholm · 11 years ago
  24. 71c7356 lockref: Implement lockref for Itanium by Luck, Tony · 11 years ago
  25. 6832d96 Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  26. 44fd81f [IA64] Use asm-generic/bitops/builtin-ffs.h by Akinobu Mita · 11 years ago
  27. ab10596 [IA64] dmi.h: Make dmi_alloc use kzalloc by Joe Perches · 12 years ago
  28. 2b04725 Fix TLB gather virtual address range invalidation corner cases by Linus Torvalds · 11 years ago
  29. a5725ac vtime: Describe overriden functions in dedicated arch headers by Frederic Weisbecker · 12 years ago
  30. 37577505 Merge tag 'please-pull-root_bus_hotplug' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 12 years ago
  31. 0c46d68 Merge branch 'core-mutexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  32. 63580e5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  33. 40d158e consolidate io_remap_pfn_range definitions by Al Viro · 12 years ago
  34. a41b56e arch: Make __mutex_fastpath_lock_retval return whether fastpath succeeded or not by Maarten Lankhorst · 12 years ago
  35. c9e391c PCI/IA64: fix memleak for create pci root bus fail by Jiang Liu · 12 years ago
  36. 5cd7595 PCI/IA64: embed pci hostbridge resources into pci_root_info by Yijing Wang · 12 years ago
  37. f757731 [IA64] Fix include dependency in asm/irqflags.h by David Daney · 12 years ago
  38. 29eb778 arch, mm: Remove tlb_fast_mode() by Peter Zijlstra · 12 years ago
  39. 01227a8 Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  40. 08d7676 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  41. 8700c95 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  42. 106c992 mm/hugetlb: add more arch-defined huge_pte functions by Gerald Schaefer · 12 years ago
  43. 22e6402 KVM: IA64: Carry non-ia64 changes into ia64 by Alexander Graf · 12 years ago
  44. 2412aa1 ia64: Make sure interrupts enabled when we "safe_halt()" by Luck, Tony · 12 years ago
  45. ee761f6 arch: Consolidate tsk_is_polling() by Thomas Gleixner · 12 years ago
  46. eee46b3 Fix build error for numa_clear_node() under IA64 by Yijing Wang · 12 years ago
  47. d303e9e Fix initialization of CMCI/CMCP interrupts by Tony Luck · 12 years ago
  48. 136f39d Wrong asm register contraints in the futex implementation by Stephan Schreiber · 12 years ago
  49. e1b5bb6 consolidate cond_syscall and SYSCALL_ALIAS declarations by Al Viro · 12 years ago
  50. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  51. e72837e default SET_PERSONALITY() in linux/elf.h by Al Viro · 12 years ago
  52. 89f8833 Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  53. 9e2d59a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  54. 8793422 Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  55. d64008a burying unused conditionals by Al Viro · 12 years ago
  56. 574c486 consolidate kernel-side struct sigaction declarations by Al Viro · 12 years ago
  57. 92a3ce4 consolidate declarations of k_sigaction by Al Viro · 12 years ago
  58. eaca6ea sanitize rt_sigaction() situation a bit by Al Viro · 12 years ago
  59. abf917c cputime: Generic on-demand virtual cputime accounting by Frederic Weisbecker · 12 years ago
  60. 3961376 cputime: Librarize per nsecs resolution cputime definitions by Frederic Weisbecker · 12 years ago
  61. 0947c6d ACPICA: Update compilation environment settings. by Lv Zheng · 12 years ago
  62. 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
  63. 5b5e76e IA64: drivers: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  64. 062fe95 Wire up finit_module syscall by Luck, Tony · 12 years ago
  65. 54d46ea Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  66. 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
  67. 1ca97bb new helper: current_user_stack_pointer() by Al Viro · 12 years ago
  68. ae903ca Bury the conditionals from kernel_thread/kernel_execve series by Al Viro · 12 years ago
  69. 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
  70. 0743247 KVM: Make KVM_PRIVATE_MEM_SLOTS optional by Alex Williamson · 12 years ago
  71. bbacc0c KVM: Rename KVM_MEMORY_SLOTS -> KVM_USER_MEM_SLOTS by Alex Williamson · 12 years ago
  72. 9977d9b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  73. 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
  74. 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
  75. 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
  76. 4f4202f unify default ptrace_signal_deliver by Al Viro · 12 years ago
  77. 27fa0ab ia64: dma_debug: add debug_dma_mapping_error support by Shuah Khan · 12 years ago
  78. e3942ba vtime: Consolidate a bit the ctx switch code by Frederic Weisbecker · 12 years ago
  79. d05f06e Merge branch 'arch-frv' into no-rebases by Al Viro · 12 years ago
  80. 06f64c8 driver core / ACPI: Move ACPI support to core device and driver types by Mika Westerberg · 12 years ago
  81. 8cbd9cc tracing,x86: Add a TSC trace_clock by David Sharp · 12 years ago
  82. e64de3b Merge 3.7-rc3 into char-misc-next by Greg Kroah-Hartman · 12 years ago
  83. 7e6735c /dev/mem: use phys_addr_t for physical addresses by Cyril Chemparathy · 12 years ago
  84. 71b4ecc3 ia64: switch to generic sys_execve() by Al Viro · 12 years ago
  85. 54d496c ia64: switch to generic kernel_thread()/kernel_execve() by Al Viro · 12 years ago
  86. 7e3cdf2 UAPI: Make arch/ia64/include/asm/kvm_para.h generic by David Howells · 12 years ago
  87. d25282d Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  88. 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
  89. 8213a2f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  90. 42859ee Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  91. 43e40f2 UAPI: (Scripted) Disintegrate arch/ia64/include/asm by David Howells · 12 years ago
  92. 9e2d865 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  93. 5d3a551 mm: hugetlb: add arch hook for clearing page flags before entering pool by Will Deacon · 12 years ago
  94. 50e0d10 Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 12 years ago
  95. 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
  96. c37d615 Merge branch 'disintegrate-asm-generic' of git://git.infradead.org/users/dhowells/linux-headers into asm-generic by Arnd Bergmann · 12 years ago
  97. e7a570f asm-generic: Add default clkdev.h by Mark Brown · 12 years ago
  98. 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
  99. 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
  100. 16a8016 sanitize tsk_is_polling() by Al Viro · 13 years ago