1. d25282d Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  2. 91a27b2 vfs: define struct filename and have getname() return it by Jeff Layton · 12 years ago
  3. 8213a2f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  4. 42859ee Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  5. 9e2d865 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  6. 45cac65 readahead: fault retry breaks mmap file read random detection by Shaohua Li · 12 years ago
  7. e79bee2 atomic: implement generic atomic_dec_if_positive() by Shaohua Li · 12 years ago
  8. b69ec42 Kconfig: clean up the long arch list for the DEBUG_KMEMLEAK config option by Catalin Marinas · 12 years ago
  9. 50e0d10 Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 12 years ago
  10. 5cad359 Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 12 years ago
  11. 16f3e95 cross-arch: don't corrupt personality flags upon exec() by Jiri Kosina · 12 years ago
  12. c37d615 Merge branch 'disintegrate-asm-generic' of git://git.infradead.org/users/dhowells/linux-headers into asm-generic by Arnd Bergmann · 12 years ago
  13. 94fda49 Revert "microblaze_mmu_v2: Update signal returning address" by Michal Simek · 13 years ago
  14. c74c8b1 microblaze: Added more support for PCI by John Linn · 14 years ago
  15. aaa5241 microblaze: Prefer to use pr_XXX instead of printk(KERN_XX) by Michal Simek · 12 years ago
  16. fcc1c0f microblaze: Fix bug with passing command line by Michal Simek · 12 years ago
  17. c7e9a21 microblaze: Remove PAGE properties duplication by Michal Simek · 12 years ago
  18. 1f26076 microblaze: Remove additional andi which has been already done by Michal Simek · 12 years ago
  19. 9183671 microblaze: Use predefined macro for ESR_DIZ by Michal Simek · 12 years ago
  20. 6e80cff microblaze: Support 4k/16k/64k pages by Michal Simek · 12 years ago
  21. 9f78d3b microblaze: Do not used hardcoded value in exception handler by Michal Simek · 12 years ago
  22. 88d23b4 microblaze: Added fdt chosen capability for timer by Michal Simek · 13 years ago
  23. 9998517 microblaze: Add support for ioreadXX/iowriteXX_rep by Michal Simek · 13 years ago
  24. 191d5ec microblaze: Improve failure handling for GPIO reset by Stephan Linz · 12 years ago
  25. 3676d24 microblaze: clinkage.h by Paul Bolle · 12 years ago
  26. e7a570f asm-generic: Add default clkdev.h by Mark Brown · 12 years ago
  27. 4413e16 UAPI: (Scripted) Set up UAPI Kbuild files by David Howells · 12 years ago
  28. a1ce392 UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel system headers by David Howells · 12 years ago
  29. 7f1c616 microblaze: don't bother with SIGTRAP in setup_rt_frame() by Al Viro · 12 years ago
  30. 8ca8230 bury the rest of TIF_IRET by Al Viro · 12 years ago
  31. 16a8016 sanitize tsk_is_polling() by Al Viro · 12 years ago
  32. 786d35d Make most arch asm/module.h files use asm-generic/module.h by David Howells · 12 years ago
  33. ddd03a1 get rid of generic instances of asm/exec.h by Al Viro · 12 years ago
  34. 587a9e1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 12 years ago
  35. c1d7e01 ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSION by Will Deacon · 12 years ago
  36. 6dd53aa Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 12 years ago
  37. 74a7f08 devicetree: add helper inline for retrieving a node's full name by Grant Likely · 12 years ago
  38. 85a00dd Merge branch 'pci/myron-pcibios_setup' into next by Bjorn Helgaas · 12 years ago
  39. 483dae5 microblaze/PCI: factor out pcibios_setup() by Myron Stowe · 12 years ago
  40. 363737d mtd/uclinux: Use generic __bss_stop instead of _ebss by Geert Uytterhoeven · 12 years ago
  41. b918c62 PCI: replace struct pci_bus secondary/subordinate with busn_res by Yinghai Lu · 12 years ago
  42. efee984 new helper: signal_delivered() by Al Viro · 12 years ago
  43. 77097ae most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set by Al Viro · 12 years ago
  44. edd63a2 set_restore_sigmask() is never called without SIGPENDING (and never should be) by Al Viro · 12 years ago
  45. a610d6e pull clearing RESTORE_SIGMASK into block_sigmask() by Al Viro · 12 years ago
  46. b7f9a11 new helper: sigmask_to_save() by Al Viro · 12 years ago
  47. 51a7b44 new helper: restore_saved_sigmask() by Al Viro · 12 years ago
  48. 4ebefe3 new helpers: {clear,test,test_and_clear}_restore_sigmask() by Al Viro · 12 years ago
  49. fb21aff Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  50. fb8b006 Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 12 years ago
  51. d5c15f1 microblaze: Setup correct pointer to TLS area by Edgar E. Iglesias · 12 years ago
  52. 8d95e12 microblaze: Add TLS support to sys_clone by Edgar E. Iglesias · 12 years ago
  53. d65987a microblaze: ftrace: Pass the first calling instruction for dynamic ftrace by Michal Simek · 12 years ago
  54. f397c07 microblaze: Port OOM changes to do_page_fault by Kautuk Consul · 12 years ago
  55. 59516b0 microblaze: Do not select GENERIC_GPIO by default by Lars-Peter Clausen · 12 years ago
  56. 07acfc2 Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  57. b1bf7d4 Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 12 years ago
  58. c7523a7c Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  59. a42c6de move key_repace_session_keyring() into tracehook_notify_resume() by Al Viro · 12 years ago
  60. f936991 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  61. 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
  62. 8314019 microblaze: drop 'oldset' argument of do_notify_resume() by Al Viro · 12 years ago
  63. 969a961 microblaze: handle TIF_NOTIFY_RESUME by Al Viro · 12 years ago
  64. ae28b38 microblaze: bury sys_rt_sigsuspend_wrapper in nommu case too by Al Viro · 12 years ago
  65. 58e4257 microblaze: ->restart_block.fn needs to be reset on rt_sigreturn by Al Viro · 12 years ago
  66. 60c5975 microblaze: use set_current_blocked() and block_sigmask() by Matt Fleming · 12 years ago
  67. bcb8c8d microblaze: fix signal masking by Matt Fleming · 12 years ago
  68. a12c369 microblaze: no need to reset handler if SA_ONESHOT by Matt Fleming · 12 years ago
  69. de8f2dd microblaze: don't reimplement force_sigsegv() by Matt Fleming · 12 years ago
  70. cb60e3e Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  71. 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
  72. 764e0da timers: Fixup the Kconfig consolidation fallout by Thomas Gleixner · 12 years ago
  73. d6412e2 microblaze: Use generic time config by Anna-Maria Gleixner · 12 years ago
  74. 55ccf3f fork: move the real prepare_to_copy() users to arch_dup_task_struct() by Suresh Siddha · 12 years ago
  75. 5420e46 microblaze/PCI: fix "io_offset undeclared" error by Bjorn Helgaas · 12 years ago
  76. 7563bbf gpiolib/arches: Centralise bolierplate asm/gpio.h by Mark Brown · 12 years ago
  77. a6359d1 init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASK by Thomas Gleixner · 12 years ago
  78. 16caadb microblaze: Use generic init_task by Thomas Gleixner · 12 years ago
  79. e4da89d seccomp: ignore secure_computing return values by Will Drewry · 12 years ago
  80. 3b5d56b kvmclock: Add functions to check if the host has stopped the vm by Eric B Munson · 12 years ago
  81. 58bca4a Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 12 years ago
  82. 464662b Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 12 years ago
  83. 0dd90aa microblaze: Fix ret_from_fork declaration by Michal Simek · 12 years ago
  84. 0fc7374 microblaze: Do not use tlb_skip in early_printk by Michal Simek · 12 years ago
  85. 923f797 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 12 years ago
  86. 90c0d80 microblaze: Add missing headers caused by disintegration asm/system.h by Michal Simek · 12 years ago
  87. 6a4770e Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into next by Michal Simek · 12 years ago
  88. ac64a9c microblaze: Fix stack usage in PAGE_SIZE copy_tofrom_user by Michal Simek · 12 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 · 12 years ago
  90. 141124c Delete all instances of asm/system.h by David Howells · 12 years ago
  91. 49a7f04 Move all declarations of free_initmem() to linux/mm.h by David Howells · 12 years ago
  92. c40d04d Disintegrate asm/system.h for Microblaze by David Howells · 12 years ago
  93. 988624e Microblaze: adapt for dma_map_ops changes by Andrzej Pietrasiewicz · 12 years ago
  94. a28d73c microblaze: Fix tlb_skip variable on noMMU system by Michal Simek · 12 years ago
  95. 8cf662e microblaze: Fix __futex_atomic_op macro register usage by Michal Simek · 12 years ago
  96. 30eebb5 Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 12 years ago
  97. e339364 Kbuild: centralize MKIMAGE and cmd_uimage definitions by Stephen Warren · 12 years ago
  98. 8e3ade2 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  99. 03ff3ef Remove remaining bits of io_remap_page_range() by Javi Merino · 12 years ago
  100. 475c77e Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci by Linus Torvalds · 12 years ago