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