1. 1700ff8 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 10 years ago
  2. d4bc590 um: Fix for relative objtree when generating x86 headers by Michal Marek · 10 years ago
  3. 1cf35d4 mm: split 'tlb_flush_mmu()' into tlb flushing and memory freeing parts by Linus Torvalds · 10 years ago
  4. 0565103 um: Memory corruption on startup by Anton Ivanov · 10 years ago
  5. 9fcb663 um: Missing pipe handling by Anton Ivanov · 10 years ago
  6. 0d71832 uml: Simplify tempdir logic. by Tristan Schmelcher · 11 years ago
  7. 0b74717 Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 10 years ago
  8. cf7bc58 asm/system.h: um: arch_align_stack() moved to asm/exec.h by David Howells · 10 years ago
  9. cd6362b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  10. fabfb91 uml/net_kern: Call dev_consume_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 10 years ago
  11. 7a01772 audit: Add CONFIG_HAVE_ARCH_AUDITSYSCALL by AKASHI Takahiro · 10 years ago
  12. ddf1d16 locking/mcs: Allow architecture specific asm files to be used for contended case by Tim Chen · 11 years ago
  13. b119fa6 locking/mcs: Order the header files in Kbuild of each architecture in alphabetical order by Tim Chen · 11 years ago
  14. 77d143d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 11 years ago
  15. 9af2452 um: Include generic barrier.h by Richard Weinberger · 11 years ago
  16. 61aad98 um: Removed unused attributes from thread_struct by Richard Weinberger · 11 years ago
  17. 4ba9920 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  18. a6ce711 um: use generic fixmap.h by Mark Salter · 11 years ago
  19. e3fec2f lib: Add missing arch generic-y entries for asm-generic/hash.h by David S. Miller · 11 years ago
  20. fff6540 um: Build always with -mcmodel=large on 64bit by Richard Weinberger · 11 years ago
  21. 8ed12fc um: Rename print_stack_trace to do_stack_trace by Richard Weinberger · 11 years ago
  22. cdc7ef8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 11 years ago
  23. 4007162 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  24. 33a7d42 um: Remove unused declarations from <as-layout.h> by Geert Uytterhoeven · 11 years ago
  25. a851aeb um: remove used STDIO_CONSOLE Kconfig param by Michael Opdenacker · 11 years ago
  26. e40f04d arch/um: make it work with defconfig and x86_64 by Ramkumar Ramachandra · 11 years ago
  27. e96d1c3 um: Make kstack_depth_to_print conform to arch/x86 by Richard Weinberger · 11 years ago
  28. a1850e9 um: Get rid of thread_struct->saved_task by Richard Weinberger · 11 years ago
  29. f72c22e um: Make stack trace reliable against kernel mode faults by Richard Weinberger · 11 years ago
  30. 9d1ee8c um: Rewrite show_stack() by Richard Weinberger · 11 years ago
  31. 647f884 um: handle pgtable_page_ctor() fail by Kirill A. Shutemov · 11 years ago
  32. 00d1a39 preempt: Make PREEMPT_ACTIVE generic by Thomas Gleixner · 11 years ago
  33. fb10d5b Merge branch 'linus' into sched/core by Ingo Molnar · 11 years ago
  34. 201f99f uml: check length in exitcode_proc_write() by Dan Carpenter · 11 years ago
  35. a787870 sched, arch: Create asm/preempt.h by Peter Zijlstra · 11 years ago
  36. 0244ad0 Remove GENERIC_HARDIRQ config option by Martin Schwidefsky · 11 years ago
  37. 759496b arch: mm: pass userspace fault flag to generic fault handler by Johannes Weiner · 11 years ago
  38. 8713410 arch: mm: do not invoke OOM killer on kernel fault OOM by Johannes Weiner · 11 years ago
  39. 81bab4c um: Add irq chip um/mask handlers by Richard Weinberger · 11 years ago
  40. 2501272 um: Run UML in it's own session. by Richard Weinberger · 11 years ago
  41. 91d44ff um: Cleanup SIGTERM handling by Richard Weinberger · 11 years ago
  42. bc1d72e um: ubd: Introduce submit_request() by Richard Weinberger · 11 years ago
  43. 805f11a um: ubd: Add REQ_FLUSH suppport by Richard Weinberger · 11 years ago
  44. f75b1b1 um: Implement probe_kernel_read() by Richard Weinberger · 11 years ago
  45. 2b04725 Fix TLB gather virtual address range invalidation corner cases by Linus Torvalds · 11 years ago
  46. 9a8c135 um: siginfo cleanup by Richard Weinberger · 11 years ago
  47. 7473534 uml: Fix which_tmpdir failure when /dev/shm is a symlink, and in other edge cases by Tristan Schmelcher · 11 years ago
  48. 0974a9c um: Fix wait_stub_done() error handling by Richard Weinberger · 11 years ago
  49. dee2003 um: Mark stub pages mapping with VM_PFNMAP by Richard Weinberger · 11 years ago
  50. 3179ce7 um: Fix return value of strnlen_user() by Richard Weinberger · 11 years ago
  51. 715ee35 mm/um: prepare for removing num_physpages and simplify mem_init() by Jiang Liu · 11 years ago
  52. a214a8c UML: normalize global variables exported by vmlinux.lds by Jiang Liu · 11 years ago
  53. 0c98853 mm: concentrate modification of totalram_pages into the mm core by Jiang Liu · 11 years ago
  54. dbe67df mm: enhance free_reserved_area() to support poisoning memory with zero by Jiang Liu · 11 years ago
  55. 1119969 mm: change signature of free_reserved_area() to fix building warnings by Jiang Liu · 11 years ago
  56. 2d722f6 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  57. 2fd1b48 Merge tag 'v3.10' into sched/core by Ingo Molnar · 11 years ago
  58. 40d158e consolidate io_remap_pfn_range definitions by Al Viro · 11 years ago
  59. 0a0fca9 sched: Rename sched.c as sched/core.c in comments and Documentation by Viresh Kumar · 11 years ago
  60. c9036e9 mconsole: we'd better initialize pos before passing it to vfs_read()... by Al Viro · 11 years ago
  61. 292088e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  62. db2a144 block_device_operations->release() should return void by Al Viro · 11 years ago
  63. 534c97b Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  64. c032862 Merge commit '8700c95adb03' into timers/nohz by Frederic Weisbecker · 11 years ago
  65. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  66. a43cb95 dump_stack: unify debug information printed by show_regs() by Tejun Heo · 11 years ago
  67. 196779b dump_stack: consolidate dump_stack() implementations and unify their behaviors by Tejun Heo · 11 years ago
  68. 8700c95 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  69. d0380e6 early_printk: consolidate random copies of identical code by Thomas Gleixner · 11 years ago
  70. 5b472b2 mm/um: use free_highmem_page() to free highmem pages into buddy system by Jiang Liu · 11 years ago
  71. e16e0b1 mm/um: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  72. d190e81 idle: Remove GENERIC_IDLE_LOOP config switch by Thomas Gleixner · 11 years ago
  73. 8198c16 um: Use generic idle loop by Richard Weinberger · 11 years ago
  74. 4554eb9 UM: Adjust printk in create_proc_mconsole() by David Howells · 11 years ago
  75. 3451d02 nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMON by Frederic Weisbecker · 13 years ago
  76. 23a376f Merge 3.9-rc3 into tty-next by Greg Kroah-Hartman · 11 years ago
  77. aa27a09 TTY: add tty_port_tty_hangup helper by Jiri Slaby · 11 years ago
  78. 6aad04f TTY: add tty_port_tty_wakeup helper by Jiri Slaby · 11 years ago
  79. 2116bda um: Use tty_port in SIGWINCH handler by Richard Weinberger · 11 years ago
  80. cc4f024 um: Use tty_port_operations->destruct by Richard Weinberger · 11 years ago
  81. 72383d4 um: fix build failure due to mess-up of sig_info protorype by Sergei Trofimovich · 12 years ago
  82. fdfa4c9 um: add missing declaration of 'getrlimit()' and friends by Sergei Trofimovich · 12 years ago
  83. 55ea1cf net : enable tx time stamping in the vde driver. by Paul Chavent · 12 years ago
  84. 9e2d59a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  85. 21eaab6 Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 11 years ago
  86. 06991c2 Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  87. 15ce1f7 x86,um: switch to generic old sigsuspend() by Al Viro · 12 years ago
  88. 4f73bc4 tty: Added a CONFIG_TTY option to allow removal of TTY by Joe Millenbach · 12 years ago
  89. 2e124b4 TTY: switch tty_flip_buffer_push by Jiri Slaby · 12 years ago
  90. 92a19f9 TTY: switch tty_insert_flip_char by Jiri Slaby · 12 years ago
  91. 227434f TTY: switch tty_buffer_request_room to tty_port by Jiri Slaby · 12 years ago
  92. 75dacf5 arch/um: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  93. 7826d43 ethtool: fix drvinfo strings set in drivers by Jiri Pirko · 12 years ago
  94. 646cbcd um: net: use eth_hw_addr_random() to generate random mac by Jiri Pirko · 12 years ago
  95. 54d46ea Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  96. 6bf9adf introduce generic sys_sigaltstack(), switch x86 and um to it by Al Viro · 12 years ago
  97. 6a2b60b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  98. 9977d9b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  99. 090f8cc Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  100. 37ea95a Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago