1. 86c47b7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  2. 1193755 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  3. efee984 new helper: signal_delivered() by Al Viro · 12 years ago
  4. 77097ae most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set by Al Viro · 12 years ago
  5. edd63a2 set_restore_sigmask() is never called without SIGPENDING (and never should be) by Al Viro · 12 years ago
  6. 6fd84c0 TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is set by Al Viro · 12 years ago
  7. a610d6e pull clearing RESTORE_SIGMASK into block_sigmask() by Al Viro · 12 years ago
  8. b7f9a11 new helper: sigmask_to_save() by Al Viro · 12 years ago
  9. 51a7b44 new helper: restore_saved_sigmask() by Al Viro · 12 years ago
  10. 4ebefe3 new helpers: {clear,test,test_and_clear}_restore_sigmask() by Al Viro · 12 years ago
  11. fb21aff Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  12. 657bec8 ia64, sparc64: convert wrappers around do_mremap() to sys_mremap() by Al Viro · 12 years ago
  13. bb8ac18 bury __kernel_nlink_t, make internal nlink_t consistent by Al Viro · 12 years ago
  14. e49e6ff sparc: fix sparc64 build due to leon.h inclusion by Sam Ravnborg · 12 years ago
  15. 4fd8bc6 sparc32: remove unused variable in head_32.S by Sam Ravnborg · 12 years ago
  16. 1ddb22e sparc32,leon: fix leon bootup by Sam Ravnborg · 12 years ago
  17. d4511e6 sparc32: Export leon_dma_ops to modules. by David S. Miller · 12 years ago
  18. 9583533 sparc32: support leon + sun in dma_make_coherent() by Sam Ravnborg · 12 years ago
  19. 87e677c sparc32,leon: always support leon in ioport by Sam Ravnborg · 12 years ago
  20. 556626a sparc32,leon: always include leon_pmc in build by Sam Ravnborg · 12 years ago
  21. 3732106 sparc32: refactor cpu_idle() by Sam Ravnborg · 12 years ago
  22. 805918f sparc32: srmmu_probe now knows about leon too by Sam Ravnborg · 12 years ago
  23. b0acd24 sparc32: drop LEON hack for ASI_M_MMUREGS by Sam Ravnborg · 12 years ago
  24. 6729cf7 sparc32: introduce run-time patching of srmmu access functions by Sam Ravnborg · 12 years ago
  25. 1ec8cf6 sparc32: introduce support for run-time patching for all shared assembler code by Sam Ravnborg · 12 years ago
  26. 080f888 sparc32,leon: fix section mismatch warning by Sam Ravnborg · 12 years ago
  27. 3107948 sparc32,leon: always include leon_smp + leon_mm in build by Sam Ravnborg · 12 years ago
  28. 5561cd2 sparc32,leon: always include leon_kernel in build by Sam Ravnborg · 12 years ago
  29. 93bb32f sparc32,leon: clean up leon.h by Sam Ravnborg · 12 years ago
  30. d87d8c1 sparc32: handle leon in cpu.c by Sam Ravnborg · 12 years ago
  31. b08b5c9 sparc32: handle leon in irq_32.c by Sam Ravnborg · 12 years ago
  32. 5b8b93c sparc32: add support for run-time patching of leon/sun single instructions by Sam Ravnborg · 12 years ago
  33. 4efb55e sparc32: introduce sparc32_start_kernel called from head_32.S by Sam Ravnborg · 12 years ago
  34. 30005ef sparc32: implement proper LEON support in head_32 (after highmem) by Sam Ravnborg · 12 years ago
  35. 7b372d6 sparc32: implement proper LEON support in head_32 (before highmem) by Sam Ravnborg · 12 years ago
  36. ec24158 sparc32: string and whitespace cleanup in head_32.S by Sam Ravnborg · 12 years ago
  37. 492c24e sparc: fix bad merge of sparc Kconfig by Stephen Rothwell · 12 years ago
  38. c2e1ff3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by David S. Miller · 12 years ago
  39. 2c66f62 sparc: use the new generic strnlen_user() function by David Miller · 12 years ago
  40. 36126f8 word-at-a-time: make the interfaces truly generic by Linus Torvalds · 12 years ago
  41. 456d3d4 sparc64: Fix several bugs in quad floating point emulation. by David S. Miller · 12 years ago
  42. 07acfc2 Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  43. ce00417 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 12 years ago
  44. b1bf7d4 Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 12 years ago
  45. c538983 sparc: Fix user_addr_max() definition. by David S. Miller · 12 years ago
  46. 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
  47. 2922585 lib: Sparc's strncpy_from_user is generic enough, move under lib/ by David S. Miller · 12 years ago
  48. 4469690 kernel: Move REPEAT_BYTE definition into linux/kernel.h by David S. Miller · 12 years ago
  49. 35c9646 sparc: Increase portability of strncpy_from_user() implementation. by David S. Miller · 12 years ago
  50. 4efcac3 sparc: Optimize strncpy_from_user() zero byte search. by David S. Miller · 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. 644473e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  54. 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
  55. ff06dff sparc: Add full proper error handling to strncpy_from_user(). by David S. Miller · 12 years ago
  56. d79ee93 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. 2ff2b28 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  58. 29af0eb sparc32: use the common implementation of alloc_thread_info_node() by Sam Ravnborg · 12 years ago
  59. 899dfaa sparc: kill ancient comment in sparc_sigaction() by Al Viro · 12 years ago
  60. 187cd44 sparc: missing checks of __get_user()/__put_user() return values by Al Viro · 12 years ago
  61. 68f3f16 new helper: sigsuspend() by Al Viro · 12 years ago
  62. cb60e3e Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  63. 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
  64. 764e0da timers: Fixup the Kconfig consolidation fallout by Thomas Gleixner · 12 years ago
  65. e47b65b net: drop NET dependency from HAVE_BPF_JIT by Sam Ravnborg · 12 years ago
  66. 9daeaa3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next by Linus Torvalds · 12 years ago
  67. ded1cc5 sparc: Use: generic time config by Anna-Maria Gleixner · 12 years ago
  68. 1edc178 sparc32: use flushi when run-time patching in per_cpu_patch by Sam Ravnborg · 12 years ago
  69. 9cd5f82 sparc32: fix cpuid_patch run-time patching by Sam Ravnborg · 12 years ago
  70. 8578149 sparc32: drop unused inline functions in srmmu.c by Sam Ravnborg · 12 years ago
  71. 3d5f7d3 sparc32: drop unused functions in pgtsrmmu.h by Sam Ravnborg · 12 years ago
  72. accf032 sparc32,leon: move leon mmu functions to leon_mm.c by Sam Ravnborg · 12 years ago
  73. f6678d3 sparc32,leon: remove duplicate definitions in leon.h by Sam Ravnborg · 12 years ago
  74. 123521e sparc32,leon: remove duplicate UART register definitions by Sam Ravnborg · 12 years ago
  75. 28b7723 sparc32,leon: move leon ASI definitions to asi.h by Sam Ravnborg · 12 years ago
  76. c64d752 sparc32: move trap table to a separate file by Sam Ravnborg · 12 years ago
  77. b979542 sparc64: renamed ttable.S to ttable_64.S by Sam Ravnborg · 12 years ago
  78. 97b5cf9 sparc32: Remove asm/sysen.h header. by David S. Miller · 12 years ago
  79. 4f722a6 sparc32: Delete asm/smpprim.h by David S. Miller · 12 years ago
  80. a11b246 sparc32: Remove unused empty_bad_page{,_table} declarations. by David S. Miller · 12 years ago
  81. 837ebf0 sparc32: Kill boot_cpu_id4 by David S. Miller · 12 years ago
  82. 0bfcee9 sparc32: Move GET_PROCESSOR*_ID() out of asm/asmmacro.h by David S. Miller · 12 years ago
  83. d0be6b1 sparc32: Remove completely unused code from asm/cache.h by David S. Miller · 12 years ago
  84. 74c7b28 sparc32: Add ucmpdi2.o to obj-y instead of lib-y. by David S. Miller · 12 years ago
  85. de36e66 sparc32: add ucmpdi2 by Sam Ravnborg · 12 years ago
  86. 0289403 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  87. 55ccf3f fork: move the real prepare_to_copy() users to arch_dup_task_struct() by Suresh Siddha · 12 years ago
  88. a7c1938 userns: Convert stat to return values mapped from kuids and kgids by Eric W. Biederman · 12 years ago
  89. e1d7de8 sparc: introduce arch/sparc/Kbuild by Sam Ravnborg · 12 years ago
  90. 3875358 sparc: clean up Makefile by Sam Ravnborg · 12 years ago
  91. 04d0ca4 sparc32: delete muldiv.o from Makefile by Sam Ravnborg · 12 years ago
  92. 1b35a57 sparc32: Kill off software 32-bit multiply/divide routines. by David S. Miller · 12 years ago
  93. 2119ff6 sparc32: Build kernel with -mcpu=v8 by David S. Miller · 12 years ago
  94. 70168df sparc32: cleanup mm/fault_32.c by Sam Ravnborg · 12 years ago
  95. c7020eb sparc32: Remove cypress cpu support. by David S. Miller · 12 years ago
  96. 834b97f sparc64: Remove pointless assignment in floppy support. by David S. Miller · 12 years ago
  97. 3bd7df8 sparc32: Kill unused hard_smp{4m,4d,leon}_processor_id() inlined. by David S. Miller · 12 years ago
  98. 51f19cf sparc32: drop build time btfixup patching by Sam Ravnborg · 12 years ago
  99. 50544bc sparc32: remove runtime btfix support by Sam Ravnborg · 12 years ago
  100. 08c9388 sparc32: remove remaining users of btfixup by Sam Ravnborg · 12 years ago