1. afa86fc flagday: don't pass regs to copy_thread() by Al Viro · 12 years ago
  2. 135c37b bfin: switch to generic vfork, get rid of pointless wrappers by Al Viro · 12 years ago
  3. 3e41f9b xtensa: switch to generic clone() by Al Viro · 12 years ago
  4. 39d91a9 openrisc: switch to use of generic fork and clone by Al Viro · 12 years ago
  5. cb56217 unicore32: switch to generic clone(2) by Al Viro · 12 years ago
  6. eda9697 score: switch to generic fork/vfork/clone by Al Viro · 12 years ago
  7. 951b396 c6x: sanitize copy_thread(), get rid of clone(2) wrapper, switch to generic clone() by Al Viro · 12 years ago
  8. 24465a4 take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.h by Al Viro · 12 years ago
  9. 1ea2a016 mn10300: switch to generic fork/vfork/clone by Al Viro · 12 years ago
  10. 3416e80 h8300: switch to generic fork/vfork/clone by Al Viro · 12 years ago
  11. e9eac30 tile: switch to generic clone() by Al Viro · 12 years ago
  12. 20ecc91 m68k: sanitize copy_thread(), fork/vfork/clone wrappers, switch to generic fork/vfork by Al Viro · 12 years ago
  13. dfe09ae alpha: switch to generic fork/vfork/clone by Al Viro · 12 years ago
  14. 87f1ca8 s390: switch to generic fork/vfork/clone by Al Viro · 12 years ago
  15. f3268ed microblaze: switch to generic fork/vfork/clone by Al Viro · 12 years ago
  16. f01acea hexagon: switch to generic clone() by Al Viro · 12 years ago
  17. 0ad9513 sh: switch to generic fork/vfork/clone by Al Viro · 12 years ago
  18. 415bfae parisc: switch to generic fork/vfork/clone by Al Viro · 12 years ago
  19. 92bbe6c m32r: switch to generic fork/vfork/clone by Al Viro · 12 years ago
  20. 27d892f cris: switch to generic fork/vfork/clone by Al Viro · 12 years ago
  21. 584271b avr32: sanitize copy_thread(), switch to generic fork/vfork/clone, kill wrappers by Al Viro · 12 years ago
  22. 9ac0800 arm64: sanitize copy_thread(), switch to generic fork/vfork/clone by Al Viro · 12 years ago
  23. b9763ce frv: switch to generic fork/vfork/clone by Al Viro · 12 years ago
  24. 0bcfe54 powerpc: switch to generic fork/clone/vfork by Al Viro · 12 years ago
  25. 38a61b6 arm: switch to generic fork/vfork/clone by Al Viro · 12 years ago
  26. 1d4b4b2 x86, um: switch to generic fork/vfork/clone by Al Viro · 12 years ago
  27. 71613c3 get rid of pt_regs argument of ->load_binary() by Al Viro · 12 years ago
  28. 3c456bf get rid of pt_regs argument of search_binary_handler() by Al Viro · 12 years ago
  29. 835ab32 get rid of pt_regs argument of do_execve_common() by Al Viro · 12 years ago
  30. da3d4c5 get rid of pt_regs argument of do_execve() by Al Viro · 12 years ago
  31. d03d26e make compat_do_execve() static, lose pt_regs argument by Al Viro · 12 years ago
  32. 910cdc5 kill stray kernel_thread() garbage by Al Viro · 12 years ago
  33. c62d773 audit: no nested contexts anymore... by Al Viro · 12 years ago
  34. 6b94631 consolidate sys_execve() prototype by Al Viro · 12 years ago
  35. f409132 Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arch-h8300', 'arch-m32r', 'arch-mn10300', 'arch-score', 'arch-sh' and 'arch-powerpc' into for-next by Al Viro · 12 years ago
  36. d212504 generic sys_fork / sys_vfork / sys_clone by Al Viro · 12 years ago
  37. 2590673 alpha: reorganize copy_process(), prepare to saner fork_idle() by Al Viro · 12 years ago
  38. b960f30 alpha: don't pass useless arguments to do_{,rt_},sigreturn() by Al Viro · 12 years ago
  39. e0e431a alpha: simplify fork and friends by Al Viro · 12 years ago
  40. 2b067fc um: don't bother looking at regs in copy_thread() - current_pt_regs() is what we'll get by Al Viro · 12 years ago
  41. 8cddebd um: don't bother with passing sp to do_fork() for fork(2)/vfork(2) by Al Viro · 12 years ago
  42. c414467 kill daemonize() by Al Viro · 12 years ago
  43. 02232f8 microblaze: rt_sigreturn is too trigger-happy about sigaltstack errors by Al Viro · 12 years ago
  44. afd3f96 score: do_sigaltstack() expects a userland pointer... by Al Viro · 12 years ago
  45. 9dc87c7 sh64: fix altstack switching on sigreturn by Al Viro · 12 years ago
  46. d26654e openrisk: fix altstack switching on sigreturn by Al Viro · 12 years ago
  47. 9436d5c um: get_safe_registers() should be done in flush_thread(), not start_thread() by Al Viro · 12 years ago
  48. a2b6dfae Merge branch 'arch-tile' into no-rebases by Al Viro · 12 years ago
  49. e3cb7e9 tile: compat rt_sigreturn gets too enthusiastic about sigaltstack errors by Al Viro · 12 years ago
  50. 3fcb6eb video: exynos_dp: remove redundant parameters by Ajay Kumar · 12 years ago
  51. 2f85f97 video: exynos_dp: Fix incorrect setting for INT_CTL by Ajay Kumar · 12 years ago
  52. 22ce19c video: exynos_dp: Reset and initialize DP before requesting irq by Ajay Kumar · 12 years ago
  53. c30ffb9 video: exynos_dp: Enable hotplug interrupts by Sean Paul · 12 years ago
  54. 784fa9a video: exynos_dp: Move hotplug into a workqueue by Sean Paul · 12 years ago
  55. 2c95a81 video: exynos_dp: Remove sink control to D0 by Sean Paul · 12 years ago
  56. 1cefc1d video: exynos_dp: Fix bug when checking dp->irq by Sean Paul · 12 years ago
  57. 99f5415 video: exynos_dp: Improve EDID error handling by Sean Paul · 12 years ago
  58. 49ce41f video: exynos_dp: Get pll lock before pattern set by Sean Paul · 12 years ago
  59. fadec4b video: exynos_dp: Clean up SW link training by Sean Paul · 12 years ago
  60. ace2d7f video: exynos_dp: Check DPCD return codes by Sean Paul · 12 years ago
  61. 825e90d video: exynos_dp: device tree documentation by Ajay Kumar · 12 years ago
  62. c4e235c video: exynos_dp: Add device tree support to DP driver by Ajay Kumar · 12 years ago
  63. e6c7d32 KVM: VMX: fix invalid cpu passed to smp_call_function_single by Xiao Guangrong · 12 years ago
  64. a8f559e drm/nouveau/device: Remove duplicate inclusion of core/device.h by Sachin Kamat · 12 years ago
  65. 24c89e9 drm/nouveau: remove duplicate inclusion of nouveau_ttm.h by Sachin Kamat · 12 years ago
  66. edc260d drm/nouveau/fifo: trigger engine context unload before zeroing context pointer by Ben Skeggs · 12 years ago
  67. c9aa763 drm/nouveau: prevent log mangling by Daniel J Blueman · 12 years ago
  68. 04c8c21 drm/nouveau: unpin various bo's before destroying by Marcin Slusarz · 12 years ago
  69. 124ea29 drm/nouveau: unpin pushbuffer bo before destroying it by Marcin Slusarz · 12 years ago
  70. 3f69e76 drm/nouveau: remove misleading comment from nouveau_prime_new by Marcin Slusarz · 12 years ago
  71. ae4ba73 drm/nouveau: raise reporting levels of some messages by Marcin Slusarz · 12 years ago
  72. 507ceb1 drm/nouveau/core: fix the assumption that NVDEV_XXXX is always under 32 by Martin Peres · 12 years ago
  73. d1be7e9 drm/nouveau/ppp: remove nouveau_ppp base class by Ben Skeggs · 12 years ago
  74. fb9bff2 nve0/ppp: enable support via nvc0's implementation by Ben Skeggs · 12 years ago
  75. 4a79501 nvc0/ppp: initial implementation of engine by Maarten Lankhorst · 12 years ago
  76. 7d8bd91 nvc0/vp: initial implementation of engine by Maarten Lankhorst · 12 years ago
  77. 23c14ed nvc0/bsp: initial implementation of engine by Maarten Lankhorst · 12 years ago
  78. 66433c2 drm/nouveau/vdec: remove nouveau_{bsp,vp} base classes, use nouveau_engine directly by Ben Skeggs · 12 years ago
  79. f3295b3 drm/nve0/fifo: allow for future binding of ppp contexts by Ben Skeggs · 12 years ago
  80. a7416d0 drm/nve0/vp: implement initial support for engine by Ben Skeggs · 12 years ago
  81. b2f04fc drm/nve0/bsp: implement initial support for engine by Ben Skeggs · 12 years ago
  82. 4946980 drm/nve0: allow specification of channel engine type in abi16 call by Ben Skeggs · 12 years ago
  83. 4359887 drm/nouveau/core: implement shortcut for simple engctx construction by Ben Skeggs · 12 years ago
  84. e5e454f drm/nvc0/copy: share interrupt handler with nva3 by Ben Skeggs · 12 years ago
  85. 874309a drm/nv50/fb: implement trap handler as subdev interrupt handler by Ben Skeggs · 12 years ago
  86. e0cdd1e drm/nouveau/mc: allow calling of multiple handlers for a give intr bit by Ben Skeggs · 12 years ago
  87. 3cb0ebd drm/nouveau/copy: remove nouveau_copy base class by Ben Skeggs · 12 years ago
  88. 586ae46 drm/nvc0/copy: use nouveau_falcon base class by Ben Skeggs · 12 years ago
  89. 8365f2f drm/nva3/copy: use nouveau_falcon base class by Ben Skeggs · 12 years ago
  90. 27abc13 drm/nv98/crypt: use nouveau_falcon base class by Ben Skeggs · 12 years ago
  91. e3aaa94 drm/nouveau: initial falcon (fuc) engine base class implementation by Ben Skeggs · 12 years ago
  92. 2d8b9cc drm/nouveau: convert to dev_pm_ops by Dave Airlie · 12 years ago
  93. c839d74 drm/nouveau: Add interface to detect optimus and v1 support by Dave Airlie · 12 years ago
  94. bf2c886 drm/nouveau/disp: add support for 10bpc over DisplayPort by Ben Skeggs · 12 years ago
  95. e225f44 drm/nouveau: rename nvd0_display to nv50_display to reflect reality since merge by Ben Skeggs · 12 years ago
  96. 4f6029d drm/nv50-nvc0: switch to common disp impl, removing previous version by Ben Skeggs · 12 years ago
  97. f9887d0 drm/nvd0/disp: implement support for colour vibrance control by Ben Skeggs · 12 years ago
  98. 647bf61 drm/nvd0/disp: remove fetching of capabilities report by Ben Skeggs · 12 years ago
  99. 63718a0 drm/nvd0/disp: enable support for older display classes by Ben Skeggs · 12 years ago
  100. 4705730 drm/nvd0/disp: support creation of fb dma objects on older chipsets by Ben Skeggs · 12 years ago