1. 11b8d24 UAPI: Make arch/mn10300/include/uapi/asm/setup.h non-empty by David Howells · 12 years ago
  2. d25282d Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  3. 02a650e Merge tag 'disintegrate-misc-arches-20121010' of git://git.infradead.org/users/dhowells/linux-headers by Linus Torvalds · 12 years ago
  4. 8213a2f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  5. 3b2267e UAPI: (Scripted) Disintegrate arch/mn10300/include/asm by David Howells · 12 years ago
  6. 42859ee Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  7. 50e0d10 Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 12 years ago
  8. 16f3e95 cross-arch: don't corrupt personality flags upon exec() by Jiri Kosina · 12 years ago
  9. 9957423 mn10300: only add -mmem-funcs to KBUILD_CFLAGS if gcc supports it by Geert Uytterhoeven · 12 years ago
  10. c37d615 Merge branch 'disintegrate-asm-generic' of git://git.infradead.org/users/dhowells/linux-headers into asm-generic by Arnd Bergmann · 12 years ago
  11. e7a570f asm-generic: Add default clkdev.h by Mark Brown · 12 years ago
  12. 4413e16 UAPI: (Scripted) Set up UAPI Kbuild files by David Howells · 12 years ago
  13. 548916e mn10300: don't bother with SIGTRAP in setup_frame() by Al Viro · 12 years ago
  14. 16a8016 sanitize tsk_is_polling() by Al Viro · 12 years ago
  15. 8af4efa bury _TIF_RESTORE_SIGMASK by Al Viro · 12 years ago
  16. 6fdb6fb mn10300: get rid of calling do_notify_resume() when returning to kernel mode by Al Viro · 12 years ago
  17. 61b7fbc mn10300: convert to generic kernel_thread() by Al Viro · 12 years ago
  18. 6e75421 mn10300: switch to generic kernel_execve() by Al Viro · 12 years ago
  19. 8f1597e mn10300: switch to generic sys_execve() by Al Viro · 12 years ago
  20. 255461c mn10300: split ret_from_fork, simplify kernel_thread() by Al Viro · 12 years ago
  21. 786d35d Make most arch asm/module.h files use asm-generic/module.h by David Howells · 12 years ago
  22. 5b0753a mn10300: Add missing RCU idle APIs on idle loop by Frederic Weisbecker · 12 years ago
  23. ddd03a1 get rid of generic instances of asm/exec.h by Al Viro · 12 years ago
  24. 27c1ee3 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  25. c1d7e01 ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSION by Will Deacon · 12 years ago
  26. 637e49a Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 12 years ago
  27. 55acddd Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  28. b45f933 mn10300: fix "pull clearing RESTORE_SIGMASK into block_sigmask()" fallout by Geert Uytterhoeven · 12 years ago
  29. 00c3e27 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  30. 6b4fa63 mn10300: use "#elif defined(CONFIG_*)" instead of "#elif CONFIG_*" by Geert Uytterhoeven · 12 years ago
  31. 77cb621 mn10300: mm/dma-alloc.c needs <linux/export.h> by Geert Uytterhoeven · 12 years ago
  32. cea7c58 mn10300: kernel/traps.c needs <linux/export.h> by Geert Uytterhoeven · 12 years ago
  33. 7a63091 mn10300: kernel/internal.h needs <linux/irqreturn.h> by Geert Uytterhoeven · 12 years ago
  34. 1c20c3d mn10300: remove duplicate definition of PTRACE_O_TRACESYSGOOD by Geert Uytterhoeven · 12 years ago
  35. 325c117 mn10300: move setup_jiffies_interrupt() to cevt-mn10300.c by Geert Uytterhoeven · 12 years ago
  36. 43224b73 MN10300: Fix a missing semicolon by David Howells · 12 years ago
  37. 00cd7dc Remove useless wrappers of asm-generic/ipc.h by Paul Bolle · 12 years ago
  38. 4cbd19f mn10300: SMP: Remove call to ipi_call_lock()/ipi_call_unlock() by Yong Zhang · 12 years ago
  39. 86c47b7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  40. 1193755 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  41. efee984 new helper: signal_delivered() by Al Viro · 12 years ago
  42. 77097ae most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set by Al Viro · 12 years ago
  43. 6fd84c0 TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is set by Al Viro · 12 years ago
  44. a610d6e pull clearing RESTORE_SIGMASK into block_sigmask() by Al Viro · 12 years ago
  45. b7f9a11 new helper: sigmask_to_save() by Al Viro · 12 years ago
  46. 51a7b44 new helper: restore_saved_sigmask() by Al Viro · 12 years ago
  47. fb21aff Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  48. bb8ac18 bury __kernel_nlink_t, make internal nlink_t consistent by Al Viro · 12 years ago
  49. 07acfc2 Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  50. 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
  51. a42c6de move key_repace_session_keyring() into tracehook_notify_resume() by Al Viro · 12 years ago
  52. f936991 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  53. 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
  54. 00f3578 mn10300: use set_current_blocked() and block_sigmask() by Matt Fleming · 12 years ago
  55. 68f3f16 new helper: sigsuspend() by Al Viro · 12 years ago
  56. 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
  57. 764e0da timers: Fixup the Kconfig consolidation fallout by Thomas Gleixner · 12 years ago
  58. ea53320 mn10300: Use generic time config by Anna-Maria Gleixner · 12 years ago
  59. 55ccf3f fork: move the real prepare_to_copy() users to arch_dup_task_struct() by Suresh Siddha · 12 years ago
  60. 568b445 mn10300/CPU hotplug: Add missing call to notify_cpu_starting() by Srivatsa S. Bhat · 12 years ago
  61. c03a6a7 mn10300: Use common threadinfo allocator by Thomas Gleixner · 12 years ago
  62. a6359d1 init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASK by Thomas Gleixner · 12 years ago
  63. fe285f5 mn10300: Use generic init_task by Thomas Gleixner · 12 years ago
  64. 8239c25 smp: Add task_struct argument to __cpu_up() by Thomas Gleixner · 12 years ago
  65. 3b5d56b kvmclock: Add functions to check if the host has stopped the vm by Eric B Munson · 12 years ago
  66. 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
  67. 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
  68. 141124c Delete all instances of asm/system.h by David Howells · 12 years ago
  69. 1c80f22 Disintegrate asm/system.h for MN10300 by David Howells · 12 years ago
  70. 8e3ade2 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  71. d314d74 nmi watchdog: do not use cpp symbol in Kconfig by Cong Wang · 12 years ago
  72. 475c77e Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci by Linus Torvalds · 12 years ago
  73. 9f39383 Merge branch 'kmap_atomic' of git://github.com/congwang/linux by Linus Torvalds · 12 years ago
  74. 3b59bf0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  75. a24401b highmem: kill all __kmap_atomic() by Cong Wang · 13 years ago
  76. bd2f553 sched/rt: Use schedule_preempt_disabled() by Thomas Gleixner · 13 years ago
  77. 3bdc0eb net: Add framework to allow sending packets with customized CRC. by Ben Greear · 12 years ago
  78. fb127cb PCI: collapse pcibios_resource_to_bus by Bjorn Helgaas · 12 years ago
  79. 4b84b6e mn10300/PCI: get rid of device resource fixups by Bjorn Helgaas · 12 years ago
  80. ef64a54 sock: Introduce the SO_PEEK_OFF sock option by Pavel Emelyanov · 12 years ago
  81. e96d322 mn10300: Use generic posix_types.h by H. Peter Anvin · 12 years ago
  82. dca88ad Merge branch 'for-next' of git://git.infradead.org/users/dhowells/linux-headers by Linus Torvalds · 13 years ago
  83. ff2d8b1 treewide: convert uses of ATTRIB_NORETURN to __noreturn by Joe Perches · 13 years ago
  84. 7b67e75 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci by Linus Torvalds · 13 years ago
  85. e343a89 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 13 years ago
  86. 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
  87. 972b2c7 Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  88. 9a45800 mn10300/PCI: convert to pci_scan_root_bus() for correct root bus resources by Bjorn Helgaas · 13 years ago
  89. be0adee PCI: mn10300: use generic pcibios_set_master() by Myron Stowe · 13 years ago
  90. 96c5590 PCI: Pull PCI 'latency timer' setup up into the core by Myron Stowe · 13 years ago
  91. 84dfa98 consolidate a bunch of ipcbuf.h instances by Al Viro · 13 years ago
  92. 0583fcc consolidate umode_t declarations by Al Viro · 13 years ago
  93. b0b8c55 UAPI: Make MN10300 use asm-generic/param.h by David Howells · 13 years ago
  94. 34f1bde mn10300: switch to GENERIC_PCI_IOMAP by Michael S. Tsirkin · 13 years ago
  95. 2ebf5d0 mn10300: add missing __iomap markers by Michael S. Tsirkin · 13 years ago
  96. d88e4cb freezer: remove now unused TIF_FREEZE by Tejun Heo · 13 years ago
  97. e11c259 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 13 years ago
  98. 6e3e939 net: add wireless TX status socket option by Johannes Berg · 13 years ago
  99. 50e1499 kgdb: follow rename pack_hex_byte() to hex_byte_pack() by Andy Shevchenko · 13 years ago
  100. 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