1. 0b5f9c0 remove references to cpu_*_map in arch/ by Rusty Russell · 12 years ago
  2. 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 12 years ago
  3. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  4. fa453a6 Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 12 years ago
  5. 3463ff4 um: Update defconfig by Richard Weinberger · 12 years ago
  6. 12783aa um: Switch to large mcmodel on x86_64 by Richard Weinberger · 13 years ago
  7. 194a64c um: Wire CONFIG_GENERIC_IO up by Richard Weinberger · 12 years ago
  8. 4d94d6d um: Serve io_remap_pfn_range() by Richard Weinberger · 12 years ago
  9. dc5be20 um: most of the SUBARCH uses can be killed by Al Viro · 12 years ago
  10. 199eebb um: deadlock in line_write_interrupt() by Al Viro · 12 years ago
  11. 6440536 um: don't bother trying to rebuild CHECKFLAGS for USER_OBJS by Al Viro · 12 years ago
  12. c6b17bb um: use the right ifdef around exports in user_syms.c by Al Viro · 12 years ago
  13. d3985d9 um: a bunch of headers can be killed by using generic-y by Al Viro · 13 years ago
  14. 69a3b4b um: ptrace-generic.h doesn't need user.h by Al Viro · 13 years ago
  15. c2220b2 um: kill HOST_TASK_PID by Al Viro · 13 years ago
  16. 28a12cb um: remove pointless include of asm/fixmap.h from asm/pgtable.h by Al Viro · 13 years ago
  17. 2ffd2e2 um: asm-offsets.h might as well come from underlying arch... by Al Viro · 13 years ago
  18. 10c890c0 um: switch close_chan() to struct line by Al Viro · 13 years ago
  19. 0fcd719 um: race fix: initialize delayed_work *before* registering IRQ by Al Viro · 13 years ago
  20. 5eaa341 um: line->have_irq is never checked... by Al Viro · 13 years ago
  21. 1f42369 um: chan_init_pri is dead now by Al Viro · 13 years ago
  22. bed5e39 um: switch users of ->chan_list to ->chan_{in,out} (easy cases) by Al Viro · 13 years ago
  23. ee48507 um: sorting out the chan mess, part 1 by Al Viro · 13 years ago
  24. c8e2876 um: finally kill ->init_str leaks by Al Viro · 13 years ago
  25. 04292b2 um: get rid of lines_init() by Al Viro · 13 years ago
  26. cfe6b7c um: switch line.c tty drivers to dynamic device creation by Al Viro · 13 years ago
  27. 31efceb um: fix races between line_open() and line_config() by Al Viro · 13 years ago
  28. d8c215a um: convert count_lock to mutex, fix a race in line_open() by Al Viro · 13 years ago
  29. 43574c1 um: get rid of the init_prio mess by Al Viro · 13 years ago
  30. fe9a6b0 um: switch line_config() to setup_one_line() by Al Viro · 13 years ago
  31. da645f3 um: switch line_remove() to setup_one_line() by Al Viro · 13 years ago
  32. 8998af2 um: auxvec.h is never used by Al Viro · 13 years ago
  33. 8ea3c06 um: clean up the includes in ubd by Al Viro · 13 years ago
  34. c0b79a9 um: irq: Remove IRQF_DISABLED by Yong Zhang · 13 years ago
  35. d982d59 um: use set_current_blocked() and block_sigmask() by Matt Fleming · 12 years ago
  36. f6adb9a um: don't restore current->blocked on error by Matt Fleming · 12 years ago
  37. e2a0883 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  38. 9f39383 Merge branch 'kmap_atomic' of git://github.com/congwang/linux by Linus Torvalds · 12 years ago
  39. ac2aca2 um: uml_dup_mmap() relies on ->mmap_sem being held, but activate_mm() doesn't hold it by Al Viro · 12 years ago
  40. ea6fb41 um: embed ->stub_pages[] into mmu_context by Al Viro · 12 years ago
  41. 91f2359 um: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  42. 95f2054 UML net: set addr_assign_type if random_ether_addr() used by Danny Kukawka · 12 years ago
  43. f429ee3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit by Linus Torvalds · 13 years ago
  44. b05d844 audit: inline audit_syscall_entry to reduce burden on archs by Eric Paris · 13 years ago
  45. d7e7528 Audit: push audit success and retcode into arch ptrace.h by Eric Paris · 13 years ago
  46. 5674124 Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  47. 9f13a1f cpu: Register a generic CPU device on architectures that currently do not by Ben Hutchings · 13 years ago
  48. eb59c50 Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 13 years ago
  49. 376613e Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  50. 1268fbc nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu() by Frederic Weisbecker · 13 years ago
  51. 2bbb681 nohz: Allow rcu extended quiescent state handling seperately from tick stop by Frederic Weisbecker · 13 years ago
  52. 280f067 nohz: Separate out irq exit and idle loop dyntick logic by Frederic Weisbecker · 13 years ago
  53. 79320bc um: Use $(srctree) not $(KBUILD_SRC) by H. Peter Anvin · 13 years ago
  54. 392f4b7 um: Generate headers before generating user-offsets.s by H. Peter Anvin · 13 years ago
  55. c9b284b um: Run host archheaders, allow use of host generated headers by H. Peter Anvin · 13 years ago
  56. 0518469 Merge branch 'fortglx/3.3/tip/timers/core' of git://git.linaro.org/people/jstultz/linux into timers/core by Thomas Gleixner · 13 years ago
  57. 60d687e clocksource: um: Convert to clocksource_register_hz/khz by John Stultz · 14 years ago
  58. d88e4cb freezer: remove now unused TIF_FREEZE by Tejun Heo · 13 years ago
  59. de0a534 Merge branch 'for-linus' of git://github.com/richardweinberger/linux by Linus Torvalds · 13 years ago
  60. 8535639 um: fix ubd cow size by Richard Weinberger · 13 years ago
  61. 3369465 um: switch to use of drivers/Kconfig by Al Viro · 13 years ago
  62. 73395a0 um: distribute exports to where exported stuff is defined by Al Viro · 13 years ago
  63. a34978c um: kill system-um.h by Al Viro · 13 years ago
  64. b8c655d um: generic ftrace.h will do... by Al Viro · 13 years ago
  65. 46ecca8 um: segment.h is x86-only and needed only there by Al Viro · 13 years ago
  66. c2ad3ad um: asm/pda.h is not needed anymore by Al Viro · 13 years ago
  67. 8e66cda um: hw_irq.h can go generic as well by Al Viro · 13 years ago
  68. f5e9007 um: switch to generic-y by Al Viro · 13 years ago
  69. d805a78 um: clean Kconfig up a bit by Al Viro · 13 years ago
  70. 772bd0a um: kill useless argument of free_chan() and free_one_chan() by Al Viro · 13 years ago
  71. 966e803 um: unify ptrace_user.h by Al Viro · 13 years ago
  72. 4d21109 um: fix gcov build breakage by Al Viro · 13 years ago
  73. c32324e um: page_offset.h is never used by Al Viro · 13 years ago
  74. 3fb77d7 um: irq_vectors.h just shadows x86 one by Al Viro · 13 years ago
  75. ff9586e um: required-features.h is there only to shadow x86 one... by Al Viro · 13 years ago
  76. 8807c1d um: asm/apic.h is there only to shadow the x86 one... by Al Viro · 13 years ago
  77. c506c0e um: take ubd_user.h to its users... by Al Viro · 13 years ago
  78. b3ee571 um: take ldt.h to arch/x86/um/asm/mm_context.h by Al Viro · 13 years ago
  79. 1bbd5f2 um: merge os-Linux/tls.c into arch/x86/um/os-Linux/tls.c by Al Viro · 13 years ago
  80. c5cc32f um: move asm/desc.h into arch/x86/um/asm by Al Viro · 13 years ago
  81. 4dc706c um: take um_mmu.h to asm/mmu.h, clean asm/mmu_context.h a bit by Al Viro · 13 years ago
  82. fced95c um: kill um_uaccess.h by Al Viro · 13 years ago
  83. ece67c8 um: take mconsole*.h to arch/um/drivers by Al Viro · 13 years ago
  84. 510c72a3 um: take chan_*.h and line.h to arch/um/drivers by Al Viro · 13 years ago
  85. 17e0520 um: take register_winch_irq() into the caller of is_skas_winch() by Al Viro · 13 years ago
  86. 0a9e70b um: kill shared/mem_kern.h by Al Viro · 13 years ago
  87. 445c578 um: kill shared/tlb.h by Al Viro · 13 years ago
  88. c75d053 um: make flush_tlb_kernel_range_common() static by Al Viro · 13 years ago
  89. 5ade887 um: kill shared/task.h and HOST_TASK_REGS by Al Viro · 13 years ago
  90. 1cf5e62 um: shared/syscall.h is not even included by Al Viro · 13 years ago
  91. dbddc51 um: don't include kern.h unless it's needed by Al Viro · 13 years ago
  92. 429172c um: trim kern.h by Al Viro · 13 years ago
  93. 549e78d um: make load_initrd() static, kill shared/initrd.h by Al Viro · 13 years ago
  94. 0acdbbe um: bury unused macros around ptrace.h by Al Viro · 13 years ago
  95. 5c48b10 um: take arch/um/sys-x86 to arch/x86/um by Al Viro · 13 years ago
  96. 7bbe720 um: merge Makefile-{i386,x86_64} by Al Viro · 13 years ago
  97. a6e77d6 um: trim detritus from Makefile-i386 by Al Viro · 13 years ago
  98. 9aecaa6 um: arch_hweight.h is needed only on uml-x86 by Al Viro · 13 years ago
  99. 7095850 um: merge kernel_offsets_*.h by Al Viro · 13 years ago
  100. c75361b um: merge skas_ptrace.h 32/64bit variants by Al Viro · 13 years ago