1. 3185bd2 alpha: separate thread-synchronous flags by Al Viro · 12 years ago
  2. d25282d Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  3. 4e21fc1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  4. 91a27b2 vfs: define struct filename and have getname() return it by Jeff Layton · 12 years ago
  5. 5522be6 alpha: switch to saner kernel_execve() semantics by Al Viro · 12 years ago
  6. 8213a2f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  7. cb45076 alpha: get rid of switch_stack argument of do_work_pending() by Al Viro · 12 years ago
  8. d9d0738 alpha: don't bother passing switch_stack separately from regs by Al Viro · 12 years ago
  9. 6972d6f alpha: take SIGPENDING/NOTIFY_RESUME loop into signal.c by Al Viro · 12 years ago
  10. 7721d3c alpha: simplify TIF_NEED_RESCHED handling by Al Viro · 12 years ago
  11. 42859ee Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  12. 9e2d865 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  13. 314e51b mm: kill vma flag VM_RESERVED and mm->reserved_vm counter by Konstantin Khlebnikov · 12 years ago
  14. c37d615 Merge branch 'disintegrate-asm-generic' of git://git.infradead.org/users/dhowells/linux-headers into asm-generic by Arnd Bergmann · 12 years ago
  15. 9b2e077c Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linux-headers by Linus Torvalds · 12 years ago
  16. e7a570f asm-generic: Add default clkdev.h by Mark Brown · 12 years ago
  17. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  18. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  19. 4413e16 UAPI: (Scripted) Set up UAPI Kbuild files by David Howells · 12 years ago
  20. 3498d13 Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 12 years ago
  21. fdb2f9c Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 12 years ago
  22. 12f79be alpha: don't open-code trace_report_syscall_{enter,exit} by Al Viro · 12 years ago
  23. 16a8016 sanitize tsk_is_polling() by Al Viro · 12 years ago
  24. 8af4efa bury _TIF_RESTORE_SIGMASK by Al Viro · 12 years ago
  25. 44f4b56 alpha: introduce ret_from_kernel_execve(), switch to generic kernel_execve() by Al Viro · 12 years ago
  26. cba1ec7 alpha: switch to generic kernel_thread() by Al Viro · 12 years ago
  27. 756144f alpha: switch to generic sys_execve() by Al Viro · 12 years ago
  28. 786d35d Make most arch asm/module.h files use asm-generic/module.h by David Howells · 12 years ago
  29. 2903ff0 switch simple cases of fget_light to fdget by Al Viro · 12 years ago
  30. 866ecfd switch osf_getdirentries() to fget_light() by Al Viro · 12 years ago
  31. 4c94cad alpha: Add missing RCU idle APIs on idle loop by Frederic Weisbecker · 12 years ago
  32. 6a6c027 alpha: Fix preemption handling in idle loop by Frederic Weisbecker · 12 years ago
  33. f31389d userns: On alpha modify linux_to_osf_stat to use convert from kuids and kgids by Eric W. Biederman · 12 years ago
  34. ddd03a1 get rid of generic instances of asm/exec.h by Al Viro · 12 years ago
  35. 8885b7b PCI: Provide a default pcibios_update_irq() by Thierry Reding · 12 years ago
  36. 3ddbebf PCI: Discard __init annotations for pci_fixup_irqs() and related functions by Thierry Reding · 12 years ago
  37. e372dc6 Merge 3.6-rc3 into tty-next by Greg Kroah-Hartman · 12 years ago
  38. d1b5153 alpha: Fix fall-out from disintegrating asm/system.h by Michael Cree · 12 years ago
  39. 67a806d Redefine ATOMIC_INIT and ATOMIC64_INIT to drop the casts by Mel Gorman · 12 years ago
  40. 0be4218 alpha: fix fpu.h usage in userspace by Mike Frysinger · 12 years ago
  41. 0bcc426 alpha/mm/fault.c: Port OOM changes to do_page_fault by Kautuk Consul · 12 years ago
  42. 28d353d alpha: take kernel_execve() out of entry.S by Al Viro · 12 years ago
  43. be53db6 alpha: take a bunch of syscalls into osf_sys.c by Al Viro · 12 years ago
  44. f2db633 alpha: Use new generic strncpy_from_user() and strnlen_user() by Michael Cree · 12 years ago
  45. d8d5da1 alpha: Wire up cross memory attach syscalls by Michael Cree · 12 years ago
  46. a2fa3cc alpha: Don't export SOCK_NONBLOCK to user space. by Michael Cree · 12 years ago
  47. b19e2ca TTY: use tty_port_link_device by Jiri Slaby · 12 years ago
  48. c1d7e01 ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSION by Will Deacon · 12 years ago
  49. 7eafef6 alpha: remove mysterious if zero-ed out includes by Paul Bolle · 12 years ago
  50. 85a00dd Merge branch 'pci/myron-pcibios_setup' into next by Bjorn Helgaas · 12 years ago
  51. 9d74c5c alpha/PCI: factor out pcibios_setup() by Myron Stowe · 12 years ago
  52. e822a00 Merge branch 'topic/sebastian-devinit-fixups' into next by Bjorn Helgaas · 12 years ago
  53. b918c62 PCI: replace struct pci_bus secondary/subordinate with busn_res by Yinghai Lu · 12 years ago
  54. 8ff255a alpha/PCI: move fixup hooks from __init to __devinit by Sebastian Andrzej Siewior · 12 years ago
  55. 86c47b7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  56. 1193755 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  57. efee984 new helper: signal_delivered() by Al Viro · 12 years ago
  58. 77097ae most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set by Al Viro · 12 years ago
  59. a610d6e pull clearing RESTORE_SIGMASK into block_sigmask() by Al Viro · 12 years ago
  60. b7f9a11 new helper: sigmask_to_save() by Al Viro · 12 years ago
  61. 51a7b44 new helper: restore_saved_sigmask() by Al Viro · 12 years ago
  62. fb21aff Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  63. bb8ac18 bury __kernel_nlink_t, make internal nlink_t consistent by Al Viro · 12 years ago
  64. 07acfc2 Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  65. b1bf7d4 Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 12 years ago
  66. 745914d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha by Linus Torvalds · 12 years ago
  67. 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
  68. 25534eb alpha: add io{read,write}{16,32}be functions by Michael Cree · 13 years ago
  69. 7a8bb98 alpha: implement various OSF/1 stat syscalls by Mans Rullgard · 13 years ago
  70. 50744de alpha: implement setsysinfo(SSI_LMF) as a no-op by Mans Rullgard · 13 years ago
  71. a42c6de move key_repace_session_keyring() into tracehook_notify_resume() by Al Viro · 12 years ago
  72. f936991 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  73. 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
  74. e8650a0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  75. 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
  76. cbdfb9f alpha: tidy signal delivery up by Al Viro · 12 years ago
  77. 68f3f16 new helper: sigsuspend() by Al Viro · 12 years ago
  78. 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
  79. 6e24f31 alpha: Use generic time config by Anna-Maria Gleixner · 12 years ago
  80. 55ccf3f fork: move the real prepare_to_copy() users to arch_dup_task_struct() by Suresh Siddha · 12 years ago
  81. 7563bbf gpiolib/arches: Centralise bolierplate asm/gpio.h by Mark Brown · 12 years ago
  82. fd0d000 perf: Pass last sampling period to perf_sample_data_init() by Robert Richter · 12 years ago
  83. a6359d1 init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASK by Thomas Gleixner · 12 years ago
  84. 5dced29 alpha: Use generic init_task by Thomas Gleixner · 12 years ago
  85. 2f2be27 alpha: silence 'const' warning in sys_marvel.c by Matt Turner · 12 years ago
  86. 8fa1964 alpha: include module.h to fix modpost on Tsunami by Jim Faulkner · 12 years ago
  87. f8eafb5 alpha: properly define get/set_rtc_time on Marvel/SMP by Matt Turner · 12 years ago
  88. dd7f1fe alpha: VGA_HOSE depends on VGA_CONSOLE by Matt Turner · 12 years ago
  89. 2ec9415 alpha: Use generic idle thread allocation by Thomas Gleixner · 12 years ago
  90. 8239c25 smp: Add task_struct argument to __cpu_up() by Thomas Gleixner · 12 years ago
  91. eac0556 Merge branch 'linus' into queue by Marcelo Tosatti · 12 years ago
  92. 5ba840f alpha: fix build failures from system.h dismemberment by Paul Gortmaker · 12 years ago
  93. e75d660 Merge branch 'master' into for-next by Jiri Kosina · 12 years ago
  94. 3b5d56b kvmclock: Add functions to check if the host has stopped the vm by Eric B Munson · 12 years ago
  95. a19568eb alpha: Use vsprintf extention %pf with builtin_return_address by Joe Perches · 12 years ago
  96. 5d32c88 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  97. 2561b06 alpha: use set_current_blocked() and block_sigmask() by Matt Fleming · 12 years ago
  98. 58bca4a Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 12 years ago
  99. deb74f5 Merge tag 'for-linus' of git://github.com/rustyrussell/linux by Linus Torvalds · 12 years ago
  100. 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