1. 6eef019 cris: don't open-code force_sigsegv() by Al Viro · 12 years ago
  2. 5d71c55 blackfin: don't open-code force_sigsegv() by Al Viro · 12 years ago
  3. fe49c1c avr32: need to clear RESTORE_SIGMASK on successful signal delivery by Al Viro · 12 years ago
  4. ae28b38 microblaze: bury sys_rt_sigsuspend_wrapper in nommu case too by Al Viro · 12 years ago
  5. a4e075c cris: SA_ONESHOT handling is done by get_signal_to_deliver() by Al Viro · 12 years ago
  6. 7ae4e32 h8300: switch to saved_sigmask-based sigsuspend/rt_sigsuspend by Al Viro · 12 years ago
  7. 8b6c330 h8300: don't change blocked signals' mask if setting frame up fails by Al Viro · 12 years ago
  8. 9ef461a sh: switch to saved_sigmask-based sigsuspend()/rt_sigsuspend() by Al Viro · 12 years ago
  9. 9ccc9c7 xtensa: switch to generic rt_sigsuspend(2) by Al Viro · 12 years ago
  10. ea4d26a raid5: add AVX optimized RAID5 checksumming by Jim Kukunas · 12 years ago
  11. 446cdd1 avr32: ->restart_block.fn needs to be reset on rt_sigreturn by Al Viro · 12 years ago
  12. 188f677 xtensa: ->restart_block.fn needs to be reset on rt_sigreturn by Al Viro · 12 years ago
  13. f2ccfb3 score: ->restart_block.fn needs to be reset on rt_sigreturn by Al Viro · 12 years ago
  14. 58e4257 microblaze: ->restart_block.fn needs to be reset on rt_sigreturn by Al Viro · 12 years ago
  15. ef9b122 hexagon: ->restart_block.fn needs to be reset on rt_sigreturn by Al Viro · 12 years ago
  16. 2a3fdc1 c6x: ->restart_block.fn needs to be reset on rt_sigreturn by Al Viro · 12 years ago
  17. 85a847f parisc: resetting ->restart_block.fn needs to be done on rt_sigreturn() by Al Viro · 12 years ago
  18. 43a3599 m68k: use set_current_blocked() and block_sigmask() by Matt Fleming · 12 years ago
  19. 3334bf1 hexagon: do_notify_resume() needs tracehook_notify_resume() by Oleg Nesterov · 12 years ago
  20. 54bbf3e avr32: use block_sigmask() by Matt Fleming · 12 years ago
  21. 4920959 avr32: use set_current_blocked() in handle_signal/sys_rt_sigreturn by Oleg Nesterov · 12 years ago
  22. e1b1fd7 avr32: don't mask signals in the error path by Matt Fleming · 12 years ago
  23. 3883e30 m32r: use set_current_blocked() and block_sigmask() by Matt Fleming · 12 years ago
  24. 00f3578 mn10300: use set_current_blocked() and block_sigmask() by Matt Fleming · 12 years ago
  25. f3b5e82 cris: use set_current_blocked() and block_sigmask() by Matt Fleming · 12 years ago
  26. 7a076e4 ia64: use set_current_blocked() and block_sigmask() by Matt Fleming · 12 years ago
  27. 60c5975 microblaze: use set_current_blocked() and block_sigmask() by Matt Fleming · 12 years ago
  28. bcb8c8d microblaze: fix signal masking by Matt Fleming · 12 years ago
  29. a12c369 microblaze: no need to reset handler if SA_ONESHOT by Matt Fleming · 12 years ago
  30. de8f2dd microblaze: don't reimplement force_sigsegv() by Matt Fleming · 12 years ago
  31. 4c3181b score: use set_current_blocked() and block_sigmask() by Matt Fleming · 12 years ago
  32. 80c1dfa score: don't mask signals if we fail to setup signal stack by Matt Fleming · 12 years ago
  33. 97c47bb h8300: use set_current_blocked() and block_sigmask() by Matt Fleming · 12 years ago
  34. 9ae3679 unicore32: use block_sigmask() by Matt Fleming · 12 years ago
  35. 8e3f9f6 blackfin: use set_current_blocked() and block_sigmask() by Matt Fleming · 12 years ago
  36. 7ebe0c5 frv: use set_current_blocked() and block_sigmask() by Matt Fleming · 12 years ago
  37. ade7728 parisc: 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. 4713685 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  40. cb60e3e Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  41. 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
  42. 226da0d Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  43. 5ec29e3 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  44. abd209b Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  45. 06930b9 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 12 years ago
  46. f4c16c5 Merge tag 'for-3.5' of git://openrisc.net/jonas/linux by Linus Torvalds · 12 years ago
  47. 3bb07f1 Merge tag 'pci-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 12 years ago
  48. ff8ce5f Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  49. 764e0da timers: Fixup the Kconfig consolidation fallout by Thomas Gleixner · 12 years ago
  50. 2ccf62b Merge branch 'for-um' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal into for-3.5 by Richard Weinberger · 12 years ago
  51. ffc51be um: missing checks of __put_user()/__get_user() return values by Al Viro · 12 years ago
  52. 0088b6e um: stub_rt_sigsuspend isn't needed these days anymore by Al Viro · 12 years ago
  53. 243412b um/x86: merge (and trim) 32- and 64-bit variants of ptrace.h by Al Viro · 12 years ago
  54. e47b65b net: drop NET dependency from HAVE_BPF_JIT by Sam Ravnborg · 12 years ago
  55. 8e95a53 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lliubbo/blackfin by Linus Torvalds · 12 years ago
  56. cd975ae Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreaming by Linus Torvalds · 12 years ago
  57. 881bcab Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 12 years ago
  58. e60b9a0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 12 years ago
  59. b2d668d x86, relocs: Build clean fix by Jarkko Sakkinen · 12 years ago
  60. d13a822 Merge commit 'v3.4' into x86/urgent by H. Peter Anvin · 12 years ago
  61. 985a94a um: Remove CONFIG_IRQ_RELEASE_METHOD by Richard Weinberger · 12 years ago
  62. 8e514b2 um: Remove usage of irq_chip->release() by Richard Weinberger · 12 years ago
  63. fa7a044 um: Implement um_free_irq() by Richard Weinberger · 12 years ago
  64. 2b76eba um: Fix __swp_type() by Richard Weinberger · 13 years ago
  65. f15b900 um: Implement a custom pte_same() function by Richard Weinberger · 13 years ago
  66. 62179d47 um: Add BUG() to do_ops()'s error path by Richard Weinberger · 13 years ago
  67. 54ce925 um: Remove unused variables by Richard Weinberger · 13 years ago
  68. 70b58d8 arm: don't open-code ptrace_report_syscall() by Al Viro · 12 years ago
  69. 7d181b9 arm: bury unused _TIF_RESTORE_SIGMASK by Al Viro · 12 years ago
  70. fa18484 arm: remove unused restart trampoline by Al Viro · 12 years ago
  71. 6b5c804 arm: new way of handling ERESTART_RESTARTBLOCK by Al Viro · 12 years ago
  72. 21c1176 arm: if we get into work_pending while returning to kernel mode, just go away by Al Viro · 12 years ago
  73. d9be5ea arm: don't call try_to_freeze() from do_signal() by Al Viro · 12 years ago
  74. 7dfae72 arm: if there's no handler we need to restore sigmask, syscall or no syscall by Al Viro · 12 years ago
  75. 84849b3 arm: trim _TIF_WORK_MASK, get rid of useless test and branch... by Al Viro · 12 years ago
  76. 7f1b5a9 arm: missing checks of __get_user()/__put_user() return values by Al Viro · 12 years ago
  77. c6802f4 um: bury unused _TIF_RESTORE_SIGMASK by Al Viro · 12 years ago
  78. 5a30a79 um: wrong sigmask saved in case of multiple sigframes by Al Viro · 12 years ago
  79. d50349b um: add TIF_NOTIFY_RESUME by Al Viro · 12 years ago
  80. 3b7d15b um: ->restart_block.fn needs to be reset on sigreturn by Al Viro · 12 years ago
  81. 68c2c39 xen: do not map the same GSI twice in PVHVM guests. by Stefano Stabellini · 12 years ago
  82. 9daeaa3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next by Linus Torvalds · 12 years ago
  83. 29d679f x86, printk: Add missing KERN_CONT to NMI selftest by Sasha Levin · 12 years ago
  84. cb62ab7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  85. 7e5cb5e Merge branch 'vfs-cleanups' (random vfs cleanups) by Linus Torvalds · 12 years ago
  86. 8c12fec Merge branch 'stat-cleanups' (clean up copying of stat info to user space) by Linus Torvalds · 12 years ago
  87. 4ab1056 Merge branch 'v3-removal' into for-linus by Russell King · 12 years ago
  88. 4175160 Merge branch 'misc' into for-linus by Russell King · 12 years ago
  89. ddf90a2 Merge branches 'amba', 'devel-stable', 'fixes', 'mach-types', 'mmci', 'pci' and 'versatile' into for-linus by Russell King · 12 years ago
  90. 39faa24 MIPS: Remove all -Wall and almost all -Werror usage from arch/mips. by Ralf Baechle · 12 years ago
  91. d41ced0 MIPS: lantiq: implement support for FALCON soc by John Crispin · 12 years ago
  92. cdb8612 watchdog: MIPS: lantiq: implement OF support and minor fixes by John Crispin · 13 years ago
  93. 5238f7b GPIO: MIPS: lantiq: move gpio-stp and gpio-ebu to the subsystem folder by John Crispin · 12 years ago
  94. 57c8cb8 MIPS: pci: convert lantiq driver to OF by John Crispin · 12 years ago
  95. ddd4eec MIPS: lantiq: convert dma to platform driver by John Crispin · 13 years ago
  96. 287e3f3 MIPS: lantiq: implement support for clkdev api by John Crispin · 12 years ago
  97. bd51db7 MIPS: lantiq: drop ltq_gpio_request() and gpio_to_irq() by John Crispin · 12 years ago
  98. 3645da0 OF: MIPS: lantiq: implement irq_domain support by John Crispin · 12 years ago
  99. a039222 OF: MIPS: lantiq: implement OF support by John Crispin · 13 years ago
  100. cd93b48 MIPS: lantiq: drop mips_machine support by John Crispin · 13 years ago