1. 1d72d9f frv: fix the broken preempt by Al Viro · 12 years ago
  2. 7b7ade1 frv: switch to saner kernel_execve() semantics by Al Viro · 12 years ago
  3. e7aa51b FRV: Fix the new-style kernel_thread() stuff by David Howells · 12 years ago
  4. 1ee6f56 FRV: Fix the preemption handling by David Howells · 12 years ago
  5. 5f0231d FRV: Don't objcopy the GNU build_id note by David Howells · 12 years ago
  6. a5788ca FRV: Add missing linux/export.h #inclusions by David Howells · 12 years ago
  7. b4b5087 FRV: Fix const sections change by Andi Kleen · 12 years ago
  8. ce7bfc7 FRV: Fix incorrect symbol in copy_thread() by David Howells · 12 years ago
  9. 819e1c5 FRV: Fix VLIW packing constraint violation in entry.S by David Howells · 12 years ago
  10. d25282d Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  11. 02a650e Merge tag 'disintegrate-misc-arches-20121010' of git://git.infradead.org/users/dhowells/linux-headers by Linus Torvalds · 12 years ago
  12. 8213a2f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  13. aa2c47e UAPI: (Scripted) Disintegrate arch/frv/include/asm by David Howells · 12 years ago
  14. 42859ee Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  15. 9e2d865 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  16. 9b2a60c Kconfig: clean up the long arch list for the DEBUG_BUGVERBOSE config option by Catalin Marinas · 12 years ago
  17. af1839e Kconfig: clean up the long arch list for the UID16 config option by Catalin Marinas · 12 years ago
  18. 50e0d10 Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 12 years ago
  19. 16f3e95 cross-arch: don't corrupt personality flags upon exec() by Jiri Kosina · 12 years ago
  20. 87be893 frv: kill used but uninitialized variable by Geert Uytterhoeven · 12 years ago
  21. 3f3247d sections: fix section conflicts in arch/frv by Andi Kleen · 12 years ago
  22. c37d615 Merge branch 'disintegrate-asm-generic' of git://git.infradead.org/users/dhowells/linux-headers into asm-generic by Arnd Bergmann · 12 years ago
  23. e7a570f asm-generic: Add default clkdev.h by Mark Brown · 12 years ago
  24. 4413e16 UAPI: (Scripted) Set up UAPI Kbuild files by David Howells · 12 years ago
  25. fdb2f9c Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 12 years ago
  26. 3cffdc8 Uninclude linux/freezer.h by Richard Weinberger · 12 years ago
  27. 7fa6239 frv: no need to raise SIGTRAP in setup_frame() by Al Viro · 12 years ago
  28. 16a8016 sanitize tsk_is_polling() by Al Viro · 12 years ago
  29. 8af4efa bury _TIF_RESTORE_SIGMASK by Al Viro · 12 years ago
  30. 49ed339 frv: switch to generic kernel_thread() by Al Viro · 12 years ago
  31. 019f96a frv: switch to generic kernel_execve by Al Viro · 12 years ago
  32. 460daba frv: switch to generic sys_execve() by Al Viro · 12 years ago
  33. 02ce496 frv: split ret_from_fork, simplify kernel_thread() a lot by Al Viro · 12 years ago
  34. 786d35d Make most arch asm/module.h files use asm-generic/module.h by David Howells · 12 years ago
  35. 41d8fe5 frv: Add missing RCU idle APIs on idle loop by Frederic Weisbecker · 12 years ago
  36. ddd03a1 get rid of generic instances of asm/exec.h by Al Viro · 12 years ago
  37. fd37683 frv/PCI: Use list_for_each_entry() for bus->devices traversal by Bjorn Helgaas · 12 years ago
  38. 27c1ee3 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  39. c1d7e01 ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSION by Will Deacon · 12 years ago
  40. 0cc41e4 arch: remove direct definitions of KERN_<LEVEL> uses by Joe Perches · 12 years ago
  41. 637e49a Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 12 years ago
  42. 84eda28 Merge branch 'kmap_atomic' of git://github.com/congwang/linux by Linus Torvalds · 12 years ago
  43. 368324a frv: remove km_type definitions by Cong Wang · 13 years ago
  44. 144cf86 frv: remove the second parameter of kmap_atomic_primary() by Cong Wang · 12 years ago
  45. da87058 Remove useless wrappers of asm-generic/cpumask.h by Paul Bolle · 12 years ago
  46. a914916 frv/PCI: move fixup hooks from __init to __devinit by Sebastian Andrzej Siewior · 12 years ago
  47. a393624 frv: Remove bogus closing parenthesis by Geert Uytterhoeven · 12 years ago
  48. 86c47b7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  49. 1193755 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  50. a2eddc7c FRV: Optimise the system call exit path in entry.S [ver #2] by David Howells · 12 years ago
  51. 1e5ef91 FRV: Shrink TIF_WORK_MASK [ver #2] by David Howells · 12 years ago
  52. 137c3c4 FRV: Prevent syscall exit tracing and notify_resume at end of kernel exceptions by David Howells · 12 years ago
  53. efee984 new helper: signal_delivered() by Al Viro · 12 years ago
  54. 77097ae most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set by Al Viro · 12 years ago
  55. 6fd84c0 TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is set by Al Viro · 12 years ago
  56. bf343dfd don't call try_to_freeze() from do_signal() by Al Viro · 12 years ago
  57. a610d6e pull clearing RESTORE_SIGMASK into block_sigmask() by Al Viro · 12 years ago
  58. b7f9a11 new helper: sigmask_to_save() by Al Viro · 12 years ago
  59. 51a7b44 new helper: restore_saved_sigmask() by Al Viro · 12 years ago
  60. fb21aff Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  61. bb8ac18 bury __kernel_nlink_t, make internal nlink_t consistent by Al Viro · 12 years ago
  62. 07acfc2 Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  63. a42c6de move key_repace_session_keyring() into tracehook_notify_resume() by Al Viro · 12 years ago
  64. f936991 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  65. d5b4bb4 Merge branch 'delete-mca' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/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. f0c22cd frv: missing checks of __get_user()/__put_user() return values by Al Viro · 12 years ago
  68. 7ebe0c5 frv: use set_current_blocked() and block_sigmask() by Matt Fleming · 12 years ago
  69. 68f3f16 new helper: sigsuspend() by Al Viro · 12 years ago
  70. 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
  71. 93c2d65 frv: delete incorrect task prototypes causing compile fail by Paul Gortmaker · 12 years ago
  72. bb8187d MCA: delete all remaining traces of microchannel bus support. by Paul Gortmaker · 12 years ago
  73. 55ccf3f fork: move the real prepare_to_copy() users to arch_dup_task_struct() by Suresh Siddha · 12 years ago
  74. c64872c frv: Use common threadinfo allocator by Thomas Gleixner · 12 years ago
  75. a6359d1 init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASK by Thomas Gleixner · 12 years ago
  76. cb0fcba frv: Use generic init_task by Thomas Gleixner · 12 years ago
  77. c6ae063 frv: Use core allocator for task_struct by Thomas Gleixner · 12 years ago
  78. cce4517 frv: Use correct size for task_struct allocation by Thomas Gleixner · 12 years ago
  79. 3b5d56b kvmclock: Add functions to check if the host has stopped the vm by Eric B Munson · 12 years ago
  80. 9a78da1 frv: fix warnings in mb93090-mb00/pci-dma.c about implicit EXPORT_SYMBOL by Paul Gortmaker · 12 years ago
  81. a591afc Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  82. 141124c Delete all instances of asm/system.h by David Howells · 12 years ago
  83. 49a7f04 Move all declarations of free_initmem() to linux/mm.h by David Howells · 12 years ago
  84. 40ab331 Disintegrate asm/system.h for FRV by David Howells · 12 years ago
  85. 9f39383 Merge branch 'kmap_atomic' of git://github.com/congwang/linux by Linus Torvalds · 12 years ago
  86. 3b59bf0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  87. 2ba6894 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  88. a24401b highmem: kill all __kmap_atomic() by Cong Wang · 13 years ago
  89. bd2f553 sched/rt: Use schedule_preempt_disabled() by Thomas Gleixner · 13 years ago
  90. 3bdc0eb net: Add framework to allow sending packets with customized CRC. by Ben Greear · 12 years ago
  91. ef64a54 sock: Introduce the SO_PEEK_OFF sock option by Pavel Emelyanov · 12 years ago
  92. 4fb16b5 frv: Use generic posix_types.h by H. Peter Anvin · 12 years ago
  93. 44a6839 Merge branch 'perf/fast' into perf/core by Ingo Molnar · 12 years ago
  94. dca88ad Merge branch 'for-next' of git://git.infradead.org/users/dhowells/linux-headers by Linus Torvalds · 12 years ago
  95. 7b67e75 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci by Linus Torvalds · 12 years ago
  96. 9f13a1f cpu: Register a generic CPU device on architectures that currently do not by Ben Hutchings · 13 years ago
  97. e343a89 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 12 years ago
  98. 9879326 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  99. eb59c50 Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 13 years ago
  100. 972b2c7 Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago