1. de0a534 Merge branch 'for-linus' of git://github.com/richardweinberger/linux by Linus Torvalds · 13 years ago
  2. 8535639 um: fix ubd cow size by Richard Weinberger · 13 years ago
  3. 3369465 um: switch to use of drivers/Kconfig by Al Viro · 13 years ago
  4. 73395a0 um: distribute exports to where exported stuff is defined by Al Viro · 13 years ago
  5. a34978c um: kill system-um.h by Al Viro · 13 years ago
  6. b8c655d um: generic ftrace.h will do... by Al Viro · 13 years ago
  7. 46ecca8 um: segment.h is x86-only and needed only there by Al Viro · 13 years ago
  8. c2ad3ad um: asm/pda.h is not needed anymore by Al Viro · 13 years ago
  9. 8e66cda um: hw_irq.h can go generic as well by Al Viro · 13 years ago
  10. f5e9007 um: switch to generic-y by Al Viro · 13 years ago
  11. d805a78 um: clean Kconfig up a bit by Al Viro · 13 years ago
  12. 772bd0a um: kill useless argument of free_chan() and free_one_chan() by Al Viro · 13 years ago
  13. 966e803 um: unify ptrace_user.h by Al Viro · 13 years ago
  14. 4d21109 um: fix gcov build breakage by Al Viro · 13 years ago
  15. c32324e um: page_offset.h is never used by Al Viro · 13 years ago
  16. 3fb77d7 um: irq_vectors.h just shadows x86 one by Al Viro · 13 years ago
  17. ff9586e um: required-features.h is there only to shadow x86 one... by Al Viro · 13 years ago
  18. 8807c1d um: asm/apic.h is there only to shadow the x86 one... by Al Viro · 13 years ago
  19. c506c0e um: take ubd_user.h to its users... by Al Viro · 13 years ago
  20. b3ee571 um: take ldt.h to arch/x86/um/asm/mm_context.h by Al Viro · 13 years ago
  21. 1bbd5f2 um: merge os-Linux/tls.c into arch/x86/um/os-Linux/tls.c by Al Viro · 13 years ago
  22. c5cc32f um: move asm/desc.h into arch/x86/um/asm by Al Viro · 13 years ago
  23. 4dc706c um: take um_mmu.h to asm/mmu.h, clean asm/mmu_context.h a bit by Al Viro · 13 years ago
  24. fced95c um: kill um_uaccess.h by Al Viro · 13 years ago
  25. ece67c8 um: take mconsole*.h to arch/um/drivers by Al Viro · 13 years ago
  26. 510c72a3 um: take chan_*.h and line.h to arch/um/drivers by Al Viro · 13 years ago
  27. 17e0520 um: take register_winch_irq() into the caller of is_skas_winch() by Al Viro · 13 years ago
  28. 0a9e70b um: kill shared/mem_kern.h by Al Viro · 13 years ago
  29. 445c578 um: kill shared/tlb.h by Al Viro · 13 years ago
  30. c75d053 um: make flush_tlb_kernel_range_common() static by Al Viro · 13 years ago
  31. 5ade887 um: kill shared/task.h and HOST_TASK_REGS by Al Viro · 13 years ago
  32. 1cf5e62 um: shared/syscall.h is not even included by Al Viro · 13 years ago
  33. dbddc51 um: don't include kern.h unless it's needed by Al Viro · 13 years ago
  34. 429172c um: trim kern.h by Al Viro · 13 years ago
  35. 549e78d um: make load_initrd() static, kill shared/initrd.h by Al Viro · 13 years ago
  36. 0acdbbe um: bury unused macros around ptrace.h by Al Viro · 13 years ago
  37. 5c48b10 um: take arch/um/sys-x86 to arch/x86/um by Al Viro · 13 years ago
  38. 7bbe720 um: merge Makefile-{i386,x86_64} by Al Viro · 13 years ago
  39. a6e77d6 um: trim detritus from Makefile-i386 by Al Viro · 13 years ago
  40. 9aecaa6 um: arch_hweight.h is needed only on uml-x86 by Al Viro · 13 years ago
  41. 7095850 um: merge kernel_offsets_*.h by Al Viro · 13 years ago
  42. c75361b um: merge skas_ptrace.h 32/64bit variants by Al Viro · 13 years ago
  43. 62982ad um: sysdep/barrier.h is not used for anything by Al Viro · 13 years ago
  44. 0de021f um: shared/process.h is empty now; kill it by Al Viro · 13 years ago
  45. ab1c0cc um: finish conversion to mcontext_t by Al Viro · 13 years ago
  46. 248b74c um: start switching the references to host mcontext_t to its userland type by Al Viro · 13 years ago
  47. 05c46db um: take userland definition of barrier() to user.h by Al Viro · 13 years ago
  48. dd768c5 um: take system.h out of shared/sysdep by Al Viro · 13 years ago
  49. 0036168 um: fill the handlers array at build time by Al Viro · 13 years ago
  50. e87df98 um: simplify set_handler() by Al Viro · 13 years ago
  51. d5c7e8b um: don't bother blocking SIGARLM and SIGUSR1 by Al Viro · 13 years ago
  52. 9b25fcb um: switch stub_segv_handler to SA_SIGINFO variant, get rid of magic crap in there by Al Viro · 13 years ago
  53. adcfb98 um: kill includes of sysdep/sigcontext.h from stuff built with kernel headers by Al Viro · 13 years ago
  54. 51d3474 um: merge arch/um/os-Linux/sys-{i386,x86_64} by Al Viro · 13 years ago
  55. 7eb1225 um: merge hard_handler() instances, switch to use of SA_SIGINFO by Al Viro · 13 years ago
  56. 5d40de0 um: kill dead code around uaccess by Al Viro · 13 years ago
  57. 6582b7f um: merge arch/um/sys-{i386,x86_64} by Al Viro · 13 years ago
  58. 858ba94 um: merge arch/um/sys-{i386,x86_64}/shared by Al Viro · 13 years ago
  59. 27f85f1 um: merge arch/um/sys-{i386,x86_64}/asm by Al Viro · 13 years ago
  60. 3655c4d um: get rid of unused macros in ptrace_user.h by Al Viro · 13 years ago
  61. ad694df um: get rid of sysdep/sc.h by Al Viro · 13 years ago
  62. 412f90e um: Get rid of UPT_SET/UPT_REG macros by Al Viro · 13 years ago
  63. ab785c1 um: take vm-flags.h to sys-*/asm by Al Viro · 13 years ago
  64. c16d56a um: get rid of sysdep/checksum.h by Al Viro · 13 years ago
  65. 16b7c57 um: trim unused junk from user.h by Al Viro · 13 years ago
  66. 9e63645 um: get rid of kern_constants.h by Al Viro · 13 years ago
  67. 945581d um: kill a couple of useless includes of kern_constants.h by Al Viro · 13 years ago
  68. 078073a um: -include user.h for USER_OBJ, trim includes by Al Viro · 13 years ago
  69. 4de1c5f um: take user_constants.h to include/generated by Al Viro · 13 years ago
  70. 9f270de um: kill skas_ptregs.h by Al Viro · 13 years ago
  71. 4d45db9 um: switch to -idirafter, get saner kern_constants.h out of that by Al Viro · 13 years ago
  72. a955bd6 um: series of __get_user() is costly in sigframe handling by Al Viro · 13 years ago
  73. 3d72210 um: make copy_sc() static by Al Viro · 13 years ago
  74. 3c916fe um: don't rely on sc.fpstate not having been reassigned prior to rt_sigreturn() by Al Viro · 13 years ago
  75. 78722a4 um: switch {rt_,}sigreturn() to set_current_blocked() by Al Viro · 13 years ago
  76. d118c13 um: use subarch-obj instead of copying... by Al Viro · 13 years ago
  77. 39adff5 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  78. dcb6929 time: Cleanup old CONFIG_GENERIC_TIME references that snuck in by John Stultz · 13 years ago
  79. 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  80. 2c51a4b um: fix strrchr() problems by Al Viro · 13 years ago
  81. f2833ae um: clean arch_ptrace() up a bit by Al Viro · 13 years ago
  82. 01599cd um: PTRACE_[GS]ETFPXREGS had been wired on the wrong subarch by Al Viro · 13 years ago
  83. 7cf3cf2 um: fix free_winch() mess by Al Viro · 13 years ago
  84. 45cd5e2 um: winch_interrupt() can happen inside of free_winch() by Al Viro · 13 years ago
  85. f71f948 um: fix oopsable race in line_close() by Al Viro · 13 years ago
  86. fbfe9c8 um: Save FPU registers between task switches by Ingo van Lil · 13 years ago
  87. b40997b um: drivers/xterm.c: fix a file descriptor leak by Jonathan Neuschäfer · 13 years ago
  88. e5f0bdc um: disable CMPXCHG_DOUBLE as it breaks UML build by Thadeu Lima de Souza Cascardo · 13 years ago
  89. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  90. 0e9a6cb ptrace: unify show_regs() prototype by Mike Frysinger · 13 years ago
  91. 45b583b Merge 'akpm' patch series by Linus Torvalds · 13 years ago
  92. f1c93e4 um: remove dead code by Richard Weinberger · 13 years ago
  93. 39073db um: adjust size of pid_buf by Richard Weinberger · 13 years ago
  94. f1c2bb8 um: implement a x86_64 vDSO by Richard Weinberger · 13 years ago
  95. fc9a001 um: set __HAVE_ARCH_GATE_AREA for x86_64 by Richard Weinberger · 13 years ago
  96. 548f0a4 um: Set __HAVE_ARCH_GATE_AREA for i386 by Richard Weinberger · 13 years ago
  97. b743ac5 um: disable scan_elf_aux() on x86_64 by Richard Weinberger · 13 years ago
  98. 2a6d0ac uml: free resources by Davidlohr Bueso · 13 years ago
  99. 9a8beb9 uml: drivers/slip_user.c memory leak fix by Vitaliy Ivanov · 13 years ago
  100. 2fdf213 uml: helper.c warning corrections by Vitaliy Ivanov · 13 years ago