1. 9f80d8b bma023: Add SFI translation for this device by William Douglas · 13 years ago
  2. 57e6319 vrtc: change its year offset from 1960 to 1972 by Feng Tang · 13 years ago
  3. f2ee442 ce4100: fix a build error by Zhang Rui · 13 years ago
  4. 3c00303 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 13 years ago
  5. b32fc0a Merge branch 'upstream/jump-label-noearly' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen by Linus Torvalds · 13 years ago
  6. 403299a Merge branch 'upstream/xen-settime' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen by Linus Torvalds · 13 years ago
  7. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  8. 02ebbbd Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 13 years ago
  9. 06d3814 Merge branch 'stable/vmalloc-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  10. 22f4521 mrst pmu: update comment by Len Brown · 13 years ago
  11. a0a4194 Merge branch 'for-next' of git://git.infradead.org/users/sameo/mfd-2.6 by Linus Torvalds · 13 years ago
  12. 6681ba7 Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac by Linus Torvalds · 13 years ago
  13. 092f4c5 Merge branch 'akpm' (Andrew's incoming - part two) by Linus Torvalds · 13 years ago
  14. b35a35b thp: share get_huge_page_tail() by Andrea Arcangeli · 13 years ago
  15. 70b50f9 mm: thp: tail page refcounting fix by Andrea Arcangeli · 13 years ago
  16. de0a534 Merge branch 'for-linus' of git://github.com/richardweinberger/linux by Linus Torvalds · 13 years ago
  17. 0d65ede um: Fix kmalloc argument order in um/vdso/vma.c by Dave Jones · 13 years ago
  18. 38b64ae um: we need sys/user.h only on i386 by Richard Weinberger · 13 years ago
  19. d0af6cb um: merge delay_{32,64}.c by Richard Weinberger · 13 years ago
  20. a34978c um: kill system-um.h by Al Viro · 13 years ago
  21. 46ecca8 um: segment.h is x86-only and needed only there by Al Viro · 13 years ago
  22. 966e803 um: unify ptrace_user.h by Al Viro · 13 years ago
  23. a10c95d um: unify KSTK_... by Al Viro · 13 years ago
  24. 4d21109 um: fix gcov build breakage by Al Viro · 13 years ago
  25. 3fb77d7 um: irq_vectors.h just shadows x86 one by Al Viro · 13 years ago
  26. ff9586e um: required-features.h is there only to shadow x86 one... by Al Viro · 13 years ago
  27. 8807c1d um: asm/apic.h is there only to shadow the x86 one... by Al Viro · 13 years ago
  28. b3ee571 um: take ldt.h to arch/x86/um/asm/mm_context.h by Al Viro · 13 years ago
  29. f67aa2f um: merge signal_{32,64}.c by Al Viro · 13 years ago
  30. fbe9868 um: no need to play with save_sp in signal frame setup anymore by Al Viro · 13 years ago
  31. c7ea591 um: increase stack growth cushion in pagefault by Al Viro · 13 years ago
  32. 3579a38 um: merge HOST_... of registers common on i386 and amd64 by Al Viro · 13 years ago
  33. 8edc414 um: sanitize paths in sys_call_table* includes by Al Viro · 13 years ago
  34. 1bbd5f2 um: merge os-Linux/tls.c into arch/x86/um/os-Linux/tls.c by Al Viro · 13 years ago
  35. c5cc32f um: move asm/desc.h into arch/x86/um/asm by Al Viro · 13 years ago
  36. 2014d01 um: merge host_ldt_{32,64}.h by Al Viro · 13 years ago
  37. 09e129a um: merge tls_{32,64}.h by Al Viro · 13 years ago
  38. 5ade887 um: kill shared/task.h and HOST_TASK_REGS by Al Viro · 13 years ago
  39. 0acdbbe um: bury unused macros around ptrace.h by Al Viro · 13 years ago
  40. 5c48b10 um: take arch/um/sys-x86 to arch/x86/um by Al Viro · 13 years ago
  41. dc47d38 Merge git://github.com/herbertx/crypto by Linus Torvalds · 13 years ago
  42. 4140c54 i7core_edac: Drop the edac_mce facility by Borislav Petkov · 13 years ago
  43. fcf6340 Cross Memory Attach by Christopher Yeoh · 13 years ago
  44. 39a0e33 lguest: add export.h to lguest files for THIS_MODULE/EXPORT_SYMBOL by Paul Gortmaker · 13 years ago
  45. 783ac47 x86: efi_32.c is implicitly getting asm/desc.h via module.h by Paul Gortmaker · 13 years ago
  46. 7c52d55 x86: fix up files really needing to include module.h by Paul Gortmaker · 13 years ago
  47. 69c60c8 x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULE by Paul Gortmaker · 13 years ago
  48. 2957402 x86: fix implicit include of <linux/topology.h> in vsyscall_64 by Paul Gortmaker · 13 years ago
  49. 4f4d7a9 x86: drop unused Kconfig symbol by Paul Bolle · 13 years ago
  50. f0cb545 x86, MCE: Use notifier chain only for MCE decoding by Borislav Petkov · 13 years ago
  51. 0cfdc72 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 13 years ago
  52. 1bc87b0 Merge branch 'kvm-updates/3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm by Linus Torvalds · 13 years ago
  53. f1c1da2 KVM: SVM: Keep intercepting task switching with NPT enabled by Jan Kiszka · 13 years ago
  54. ce94971 Merge git://github.com/rustyrussell/linux by Linus Torvalds · 13 years ago
  55. 0e59e7e7 Merge branch 'next-rebase' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci by Linus Torvalds · 13 years ago
  56. f362f98 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queue by Linus Torvalds · 13 years ago
  57. 1448c72 compat: sync compat_stats with statfs. by Eric W. Biederman · 13 years ago
  58. ca836a2 Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  59. d630ba5 Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  60. 5fd862f Merge branch 'x86-spinlocks-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  61. 8e6d539 Merge branch 'x86-rdrand-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  62. 8237eb9 Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  63. cc21fe5 Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  64. a93f3e9 Merge branch 'x86-geode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  65. 107095a Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  66. e34eb39 Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  67. 89cfc99 lguest: don't allow KVM-detection cpuid. by Rusty Russell · 13 years ago
  68. dfa4a42 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  69. 7b86572 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  70. 0791e98 Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  71. 39adff5 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  72. 8686a0e Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  73. 7115e3f Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  74. 3cfef95 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  75. 9826530 Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  76. aa77677 Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 13 years ago
  77. efb8d21 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 13 years ago
  78. e71a5be x86/jump_label: add arch_jump_label_transform_static() by Jeremy Fitzhardinge · 13 years ago
  79. b7e3155 x86/jump_label: drop arch_jump_label_text_poke_early() by Jeremy Fitzhardinge · 13 years ago
  80. 59e5253 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  81. 04a8752 Merge branches 'stable/drivers-3.2', 'stable/drivers.bugfixes-3.2' and 'stable/pci.fixes-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  82. 43a3beb Merge branch 'staging-next' into Linux 3.1 by Greg Kroah-Hartman · 13 years ago
  83. 31018ac Merge branches 'stable/bug.fixes-3.2' and 'stable/mmu.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  84. 5eef150 Merge branch 'stable/e820-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  85. 315eb8a x86: Fix compilation bug in kprobes' twobyte_is_boostable by Josh Stone · 13 years ago
  86. 360545c x86, mrst: add platform support for MSIC MFD driver by Mika Westerberg · 13 years ago
  87. 42c2544 x86, mrst: Some drivers need to known when an SCU is available by Alan Cox · 13 years ago
  88. 8548c84 x86: Fix S4 regression by Takashi Iwai · 13 years ago
  89. 1abb4ba Merge branches 'amd/fixes', 'debug/dma-api', 'arm/omap', 'arm/msm', 'core', 'iommu/fault-reporting' and 'api/iommu-ops-per-bus' into next by Joerg Roedel · 13 years ago
  90. a1b60c1 iommu/core: Convert iommu_found to iommu_present by Joerg Roedel · 13 years ago
  91. 906b2c9 crypto: twofish-x86_64-3way - fix ctr blocksize to 1 by Jussi Kivilinna · 13 years ago
  92. a516eba crypto: blowfish-x86_64 - fix ctr blocksize to 1 by Jussi Kivilinna · 13 years ago
  93. 8280daa crypto: twofish - add 3-way parallel x86_64 assembler implemention by Jussi Kivilinna · 13 years ago
  94. 91d41f1 crypto: twofish-x86-asm - make assembler functions use twofish_ctx instead of crypto_tfm by Jussi Kivilinna · 13 years ago
  95. a071d06 crypto: blowfish-x86_64 - add credits by Jussi Kivilinna · 13 years ago
  96. e827bb0 crypto: blowfish-x86_64 - improve x86_64 blowfish 4-way performance by Jussi Kivilinna · 13 years ago
  97. a491dbe xen/p2m/debugfs: Make type_name more obvious. by Konrad Rzeszutek Wilk · 13 years ago
  98. 8404877 xen/p2m/debugfs: Fix potential pointer exception. by Konrad Rzeszutek Wilk · 13 years ago
  99. 5e28783 xen/enlighten: Fix compile warnings and set cx to known value. by Konrad Rzeszutek Wilk · 13 years ago
  100. e659922 xen/irq: If we fail during msi_capability_init return proper error code. by Konrad Rzeszutek Wilk · 13 years ago