1. 460daba frv: switch to generic sys_execve() by Al Viro · 12 years ago
  2. 02ce496 frv: split ret_from_fork, simplify kernel_thread() a lot by Al Viro · 12 years ago
  3. 786d35d Make most arch asm/module.h files use asm-generic/module.h by David Howells · 12 years ago
  4. 41d8fe5 frv: Add missing RCU idle APIs on idle loop by Frederic Weisbecker · 12 years ago
  5. ddd03a1 get rid of generic instances of asm/exec.h by Al Viro · 12 years ago
  6. fd37683 frv/PCI: Use list_for_each_entry() for bus->devices traversal by Bjorn Helgaas · 12 years ago
  7. 27c1ee3 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  8. c1d7e01 ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSION by Will Deacon · 12 years ago
  9. 0cc41e4 arch: remove direct definitions of KERN_<LEVEL> uses by Joe Perches · 12 years ago
  10. 637e49a Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 12 years ago
  11. 84eda28 Merge branch 'kmap_atomic' of git://github.com/congwang/linux by Linus Torvalds · 12 years ago
  12. 368324a frv: remove km_type definitions by Cong Wang · 13 years ago
  13. 144cf86 frv: remove the second parameter of kmap_atomic_primary() by Cong Wang · 12 years ago
  14. da87058 Remove useless wrappers of asm-generic/cpumask.h by Paul Bolle · 12 years ago
  15. a914916 frv/PCI: move fixup hooks from __init to __devinit by Sebastian Andrzej Siewior · 12 years ago
  16. a393624 frv: Remove bogus closing parenthesis by Geert Uytterhoeven · 12 years ago
  17. 86c47b7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  18. 1193755 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  19. a2eddc7c FRV: Optimise the system call exit path in entry.S [ver #2] by David Howells · 12 years ago
  20. 1e5ef91 FRV: Shrink TIF_WORK_MASK [ver #2] by David Howells · 12 years ago
  21. 137c3c4 FRV: Prevent syscall exit tracing and notify_resume at end of kernel exceptions by David Howells · 12 years ago
  22. efee984 new helper: signal_delivered() by Al Viro · 12 years ago
  23. 77097ae most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set by Al Viro · 12 years ago
  24. 6fd84c0 TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is set by Al Viro · 12 years ago
  25. bf343dfd don't call try_to_freeze() from do_signal() by Al Viro · 12 years ago
  26. a610d6e pull clearing RESTORE_SIGMASK into block_sigmask() by Al Viro · 12 years ago
  27. b7f9a11 new helper: sigmask_to_save() by Al Viro · 12 years ago
  28. 51a7b44 new helper: restore_saved_sigmask() by Al Viro · 12 years ago
  29. fb21aff Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  30. bb8ac18 bury __kernel_nlink_t, make internal nlink_t consistent by Al Viro · 12 years ago
  31. 07acfc2 Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  32. a42c6de move key_repace_session_keyring() into tracehook_notify_resume() by Al Viro · 12 years ago
  33. f936991 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  34. d5b4bb4 Merge branch 'delete-mca' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 12 years ago
  35. 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
  36. f0c22cd frv: missing checks of __get_user()/__put_user() return values by Al Viro · 12 years ago
  37. 7ebe0c5 frv: use set_current_blocked() and block_sigmask() by Matt Fleming · 12 years ago
  38. 68f3f16 new helper: sigsuspend() by Al Viro · 12 years ago
  39. 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
  40. 93c2d65 frv: delete incorrect task prototypes causing compile fail by Paul Gortmaker · 12 years ago
  41. bb8187d MCA: delete all remaining traces of microchannel bus support. by Paul Gortmaker · 12 years ago
  42. 55ccf3f fork: move the real prepare_to_copy() users to arch_dup_task_struct() by Suresh Siddha · 12 years ago
  43. c64872c frv: Use common threadinfo allocator by Thomas Gleixner · 12 years ago
  44. a6359d1 init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASK by Thomas Gleixner · 12 years ago
  45. cb0fcba frv: Use generic init_task by Thomas Gleixner · 12 years ago
  46. c6ae063 frv: Use core allocator for task_struct by Thomas Gleixner · 12 years ago
  47. cce4517 frv: Use correct size for task_struct allocation by Thomas Gleixner · 12 years ago
  48. 3b5d56b kvmclock: Add functions to check if the host has stopped the vm by Eric B Munson · 12 years ago
  49. 9a78da1 frv: fix warnings in mb93090-mb00/pci-dma.c about implicit EXPORT_SYMBOL by Paul Gortmaker · 12 years ago
  50. 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
  51. 141124c Delete all instances of asm/system.h by David Howells · 12 years ago
  52. 49a7f04 Move all declarations of free_initmem() to linux/mm.h by David Howells · 12 years ago
  53. 40ab331 Disintegrate asm/system.h for FRV by David Howells · 12 years ago
  54. 9f39383 Merge branch 'kmap_atomic' of git://github.com/congwang/linux by Linus Torvalds · 12 years ago
  55. 3b59bf0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  56. 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
  57. a24401b highmem: kill all __kmap_atomic() by Cong Wang · 13 years ago
  58. bd2f553 sched/rt: Use schedule_preempt_disabled() by Thomas Gleixner · 13 years ago
  59. 3bdc0eb net: Add framework to allow sending packets with customized CRC. by Ben Greear · 12 years ago
  60. ef64a54 sock: Introduce the SO_PEEK_OFF sock option by Pavel Emelyanov · 12 years ago
  61. 4fb16b5 frv: Use generic posix_types.h by H. Peter Anvin · 12 years ago
  62. 44a6839 Merge branch 'perf/fast' into perf/core by Ingo Molnar · 12 years ago
  63. dca88ad Merge branch 'for-next' of git://git.infradead.org/users/dhowells/linux-headers by Linus Torvalds · 13 years ago
  64. 7b67e75 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci by Linus Torvalds · 13 years ago
  65. 9f13a1f cpu: Register a generic CPU device on architectures that currently do not by Ben Hutchings · 13 years ago
  66. e343a89 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 13 years ago
  67. 9879326 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  68. 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
  69. 972b2c7 Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  70. e2a7965 frv/PCI: convert to pci_scan_root_bus() for correct root bus resources by Bjorn Helgaas · 13 years ago
  71. fcd7700 PCI: frv: use generic pcibios_set_master() by Myron Stowe · 13 years ago
  72. 96c5590 PCI: Pull PCI 'latency timer' setup up into the core by Myron Stowe · 13 years ago
  73. 84dfa98 consolidate a bunch of ipcbuf.h instances by Al Viro · 13 years ago
  74. 0583fcc consolidate umode_t declarations by Al Viro · 13 years ago
  75. 35edc2a perf, arch: Rework perf_event_index() by Peter Zijlstra · 13 years ago
  76. cb0d935 UAPI: Make FRV use asm-generic/param.h by David Howells · 13 years ago
  77. 5322418 frv: switch to GENERIC_PCI_IOMAP by Michael S. Tsirkin · 13 years ago
  78. d88e4cb freezer: remove now unused TIF_FREEZE by Tejun Heo · 13 years ago
  79. 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
  80. 2290c0d Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  81. 6e3e939 net: add wireless TX status socket option by Johannes Berg · 13 years ago
  82. 50e1499 kgdb: follow rename pack_hex_byte() to hex_byte_pack() by Andy Shevchenko · 13 years ago
  83. 3007c48 treewide: remove commented out Kconfig entries by Paul Bolle · 13 years ago
  84. f5b9409 All Arch: remove linkage for sys_nfsservctl system call by NeilBrown · 13 years ago
  85. d0e323b Merge branch 'apei' into apei-release by Len Brown · 13 years ago
  86. df013ff Add Kconfig option ARCH_HAVE_NMI_SAFE_CMPXCHG by Huang Ying · 13 years ago
  87. dbfe898 frv: remove unnecessary code by Greg Dietsche · 13 years ago
  88. 7847777 atomic: cleanup asm-generic atomic*.h inclusion by Arun Sharma · 13 years ago
  89. f24219b atomic: move atomic_add_unless to generic code by Arun Sharma · 13 years ago
  90. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  91. 148817b asm-generic: add another generic ext2 atomic bitops by Akinobu Mita · 13 years ago
  92. 0e9a6cb ptrace: unify show_regs() prototype by Mike Frysinger · 13 years ago
  93. adc400f frv, exec: remove redundant set_fs(USER_DS) by Mathias Krause · 13 years ago
  94. 66574cc modules: make arch's use default loader hooks by Jonas Bonn · 13 years ago
  95. 571503e Merge branch 'setns' by Linus Torvalds · 13 years ago
  96. 7b21fdd ns: Wire up the setns system call by Eric W. Biederman · 13 years ago
  97. f23a5e1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 13 years ago
  98. 63e424c arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT} by Akinobu Mita · 13 years ago
  99. 1c39517 mm: now that all old mmu_gather code is gone, remove the storage by Peter Zijlstra · 13 years ago
  100. 3542580 PM / Hibernate: Remove arch_prepare_suspend() by Rafael J. Wysocki · 13 years ago