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. af1839e Kconfig: clean up the long arch list for the UID16 config option by Catalin Marinas · 12 years ago
  8. 50e0d10 Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 12 years ago
  9. 16f3e95 cross-arch: don't corrupt personality flags upon exec() by Jiri Kosina · 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. 9b2e077c Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linux-headers by Linus Torvalds · 12 years ago
  12. e7a570f asm-generic: Add default clkdev.h by Mark Brown · 12 years ago
  13. b463036 Merge tag 'cris-for-linus-3.7' of git://jni.nu/cris by Linus Torvalds · 12 years ago
  14. d75d806 CRIS: Remove VCS simulator specific code by Jesper Nilsson · 12 years ago
  15. 227c6fc cris/PCI: remove pcibios_assign_resources() by Bjorn Helgaas · 12 years ago
  16. 4413e16 UAPI: (Scripted) Set up UAPI Kbuild files by David Howells · 12 years ago
  17. abbf159 UAPI: Partition the header include path sets and add uapi/ header directories by David Howells · 12 years ago
  18. a1ce392 UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel system headers by David Howells · 12 years ago
  19. 16a8016 sanitize tsk_is_polling() by Al Viro · 12 years ago
  20. 8af4efa bury _TIF_RESTORE_SIGMASK 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. c633f9e cris: 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. c1d7e01 ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSION by Will Deacon · 12 years ago
  25. f3328a0 cris/PCI: factor out pcibios_setup() by Myron Stowe · 12 years ago
  26. 86c47b7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  27. 1193755 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  28. efee984 new helper: signal_delivered() by Al Viro · 12 years ago
  29. 77097ae most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set by Al Viro · 12 years ago
  30. a610d6e pull clearing RESTORE_SIGMASK into block_sigmask() by Al Viro · 12 years ago
  31. b7f9a11 new helper: sigmask_to_save() by Al Viro · 12 years ago
  32. 51a7b44 new helper: restore_saved_sigmask() by Al Viro · 12 years ago
  33. fb21aff Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  34. bb8ac18 bury __kernel_nlink_t, make internal nlink_t consistent by Al Viro · 12 years ago
  35. 4c9c6a1 cris: select GENERIC_ATOMIC64 by Cong Wang · 12 years ago
  36. 4b7eba4 Merge tag 'cris-for-linus' of git://jni.nu/cris by Linus Torvalds · 12 years ago
  37. 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
  38. a42c6de move key_repace_session_keyring() into tracehook_notify_resume() by Al Viro · 12 years ago
  39. f936991 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  40. 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
  41. 24d696a cris: missing checks of __get_user()/__put_user() return values by Al Viro · 12 years ago
  42. 6eef019 cris: don't open-code force_sigsegv() by Al Viro · 12 years ago
  43. a4e075c cris: SA_ONESHOT handling is done by get_signal_to_deliver() by Al Viro · 12 years ago
  44. f3b5e82 cris: use set_current_blocked() and block_sigmask() by Matt Fleming · 12 years ago
  45. 68f3f16 new helper: sigsuspend() by Al Viro · 12 years ago
  46. 5227b63 cris: Use generic time config by Anna-Maria Gleixner · 12 years ago
  47. 55ccf3f fork: move the real prepare_to_copy() users to arch_dup_task_struct() by Suresh Siddha · 12 years ago
  48. 803fc74 cris: Use common threadinfo allocator by Thomas Gleixner · 12 years ago
  49. a6359d1 init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASK by Thomas Gleixner · 12 years ago
  50. c172ede cris: Use generic init_task by Thomas Gleixner · 12 years ago
  51. a4cfc31 cris: Use generic idle thread allocation by Thomas Gleixner · 12 years ago
  52. 8239c25 smp: Add task_struct argument to __cpu_up() by Thomas Gleixner · 12 years ago
  53. 7b91747 cris: Remove old legacy "-traditional" flag from arch-v10/lib/Makefile by Paul Gortmaker · 12 years ago
  54. 9c75fc8 CRIS: Remove legacy RTC drivers by Jesper Nilsson · 12 years ago
  55. 4d5914d cris/mm/fault.c: Port OOM changes to do_page_fault by Kautuk Consul · 12 years ago
  56. dfb73a0 cris:fix the wrong function declear by Wanlong Gao · 13 years ago
  57. 473e162 CRIS: Add _sdata to vmlinux.lds.S by Jesper Nilsson · 13 years ago
  58. 74f077d cris: posix_types.h, include asm-generic/posix_types.h by Jiri Slaby · 12 years ago
  59. a52bdec cris/arch-v32: cryptocop: Use kzalloc by Jesper Nilsson · 13 years ago
  60. 4bade04 cris:removed the unused variable by Wanlong Gao · 13 years ago
  61. 06e4484 CRISv32: Correct name of read_mostly section. by Jesper Nilsson · 13 years ago
  62. 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
  63. 141124c Delete all instances of asm/system.h by David Howells · 12 years ago
  64. b1a154d Disintegrate asm/system.h for CRIS by David Howells · 12 years ago
  65. 3b59bf0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  66. bd2f553 sched/rt: Use schedule_preempt_disabled() by Thomas Gleixner · 13 years ago
  67. 3bdc0eb net: Add framework to allow sending packets with customized CRC. by Ben Greear · 12 years ago
  68. ef64a54 sock: Introduce the SO_PEEK_OFF sock option by Pavel Emelyanov · 12 years ago
  69. 4d6232b cris: Use generic posix_types.h by H. Peter Anvin · 12 years ago
  70. e343a89 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 12 years ago
  71. 7b3480f Merge tag 'for-linus-3.3' of git://git.infradead.org/mtd-2.6 by Linus Torvalds · 12 years ago
  72. 7086c19 mtd: introduce mtd_block_isbad interface by Artem Bityutskiy · 13 years ago
  73. 329ad39 mtd: introduce mtd_read interface by Artem Bityutskiy · 13 years ago
  74. 9879326 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  75. 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
  76. 972b2c7 Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  77. 9753dfe Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 13 years ago
  78. 84dfa98 consolidate a bunch of ipcbuf.h instances by Al Viro · 13 years ago
  79. 0583fcc consolidate umode_t declarations by Al Viro · 13 years ago
  80. 0518469 Merge branch 'fortglx/3.3/tip/timers/core' of git://git.linaro.org/people/jstultz/linux into timers/core by Thomas Gleixner · 13 years ago
  81. 4673ca8 lib: move GENERIC_IOMAP to lib/Kconfig by Michael S. Tsirkin · 13 years ago
  82. 027f6ad clocksource: cris: Convert to clocksource_register_khz by John Stultz · 14 years ago
  83. d88e4cb freezer: remove now unused TIF_FREEZE by Tejun Heo · 13 years ago
  84. efd0bf9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  85. 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
  86. 2290c0d Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  87. 1e49570 net: Fix references to deleted NET_ETHERNET Kconfig setting. by David S. Miller · 13 years ago
  88. 6e3e939 net: add wireless TX status socket option by Johannes Berg · 13 years ago
  89. e0d6511 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 13 years ago
  90. 50e1499 kgdb: follow rename pack_hex_byte() to hex_byte_pack() by Andy Shevchenko · 13 years ago
  91. bfc994b Kconfig: remove a few puzzling comments by Paul Bolle · 13 years ago
  92. 8a9ea32 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 13 years ago
  93. c0b5bf0 cris: remove arch/cris/arch-v32/lib/nand_init.S by Paul Bolle · 13 years ago
  94. 0348299 Fix file references in Kconfig files by Johann Felix Soden · 13 years ago
  95. 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  96. aaba215 MII: fix Kconfig dependencies for MII by Jeff Kirsher · 13 years ago
  97. bb9ebd4 mtd: nand: rename NAND_USE_FLASH_BBT by Brian Norris · 13 years ago
  98. a40f734 mtd: nand: consolidate redundant flash-based BBT flags by Brian Norris · 13 years ago
  99. f5b9409 All Arch: remove linkage for sys_nfsservctl system call by NeilBrown · 13 years ago
  100. 02016bc cris: add arch/cris/include/asm/serial.h by WANG Cong · 13 years ago