1. cb1dcc0 uml: fix compile warning by Richard Weinberger · 14 years ago
  2. 2637d13 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 14 years ago
  3. f335397 Input: sysrq - drop tty argument form handle_sysrq() by Dmitry Torokhov · 14 years ago
  4. f3c072a uml: fix compile error in dma_get_cache_alignment() by Miklos Szeredi · 14 years ago
  5. d762746 Make do_execve() take a const filename pointer by David Howells · 14 years ago
  6. c788732 Mark arguments to certain syscalls as being const by David Howells · 14 years ago
  7. 26df076 Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 14 years ago
  8. 3b9c6c1 dma-mapping: remove dma_is_consistent API by FUJITA Tomonori · 14 years ago
  9. d6d1b65 param: simple locking for sysfs-writable charp parameters by Rusty Russell · 14 years ago
  10. 2f9e825 Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  11. 5f248c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  12. 7833e7c arch/um/kernel/ptrace.c: remove dead PROC_MM by Christoph Egger · 14 years ago
  13. 4756227 um: call free_irq() only on enabled channels by Richard Weinberger · 14 years ago
  14. 005a59e Deal with missing exports for hostfs by Al Viro · 15 years ago
  15. faa38b5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 14 years ago
  16. 6e9624b block: push down BKL into .open and .release by Arnd Bergmann · 14 years ago
  17. b62ad9a Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  18. d9a73c0 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  19. 74bf40f Merge branch 'topic/misc' into for-linus by Takashi Iwai · 14 years ago
  20. 6ba7401 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  21. b292307 um: Fix read_persistent_clock fallout by Thomas Gleixner · 14 years ago
  22. bf67694 um, x86: Cast to (u64 *) inside set_64bit() by H. Peter Anvin · 14 years ago
  23. 9f31f57 um: Convert to use read_persistent_clock by John Stultz · 14 years ago
  24. 592913e time: Kill off CONFIG_GENERIC_TIME by John Stultz · 14 years ago
  25. f25c80a arch/um/drivers: remove duplicate structure field initialization by Julia Lawall · 14 years ago
  26. 90dc763 sound: push BKL into open functions by Arnd Bergmann · 14 years ago
  27. fb967ec um: os-linux/mem.c needs sys/stat.h by Liu Aleaxander · 14 years ago
  28. 055c472 um, hweight: Fix UML boot crash due to x86 optimized hweight by Borislav Petkov · 14 years ago
  29. fc0ccfceb8 arch/um: fix kunmap_atomic() call in skas/uaccess.c by Cesar Eduardo Barros · 14 years ago
  30. 1f73897 Merge branch 'for-35' of git://repo.or.cz/linux-kbuild by Linus Torvalds · 14 years ago
  31. f137711 Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 14 years ago
  32. 9f37af6 uml: Pushdown the bkl from harddog_kern ioctl by Frederic Weisbecker · 14 years ago
  33. f39d01b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  34. d6c89d9 uml: Convert to unlocked_ioctls to remove implicit BKL by John Kacur · 14 years ago
  35. d5f1d54 um/mmapper: Remove BKL usage by Arnd Bergmann · 14 years ago
  36. 0ddc932 add descriptive comment for TIF_MEMDIE task flag declaration. by Andreas Dilger · 14 years ago
  37. ce60d4d uml: i386: Avoid redefinition of NR_syscalls by Jan Kiszka · 14 years ago
  38. 6c9468e Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  39. 4cb3ca7 UML: Fix compiler warning due to missing task_struct declaration by Jan Kiszka · 14 years ago
  40. 0df6e94 UML: add kernel.h include to signal.c by Jiri Kosina · 14 years ago
  41. 814f75e UML: Drop private round_down definition by Jan Kiszka · 14 years ago
  42. 5156d01 UML: Clean up asm/system.h by Jan Kiszka · 14 years ago
  43. 1896950 UML: Remove unused variable from line driver by Jan Kiszka · 14 years ago
  44. 7f3c1fa uml: Fix build breakage after slab.h changes by Jan Kiszka · 14 years ago
  45. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  46. 771cb3e um: remove dma_sync_single_range by FUJITA Tomonori · 14 years ago
  47. 1bd0950 um: use generic ptrace_resume code by Christoph Hellwig · 14 years ago
  48. 5cacdb4 Add generic sys_olduname() by Christoph Hellwig · 14 years ago
  49. e28cbf2 improve sys_newuname() for compat architectures by Christoph Hellwig · 14 years ago
  50. baed7fc Add generic sys_ipc wrapper by Christoph Hellwig · 14 years ago
  51. a467937 Add generic sys_old_mmap() by Christoph Hellwig · 14 years ago
  52. 5d0e528 Add generic sys_old_select() by Christoph Hellwig · 14 years ago
  53. 8d9032b elf coredump: add extended numbering support by Daisuke HATAYAMA · 14 years ago
  54. 1fcccba elf coredump: replace ELF_CORE_EXTRA_* macros by functions by Daisuke HATAYAMA · 14 years ago
  55. 3b2a8c8 um: tell git to ignore generated files by WANG Cong · 14 years ago
  56. 03315b5 uml: line.c: avoid NULL pointer dereference by Alexander Beregalov · 14 years ago
  57. 0f2cc4e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  58. 8737c93 Switch may_open() and break_lease() to passing O_... by Al Viro · 15 years ago
  59. 9d1578a Rename .data.init_irqstack to .data..init_irqstack. by Denys Vlasenko · 14 years ago
  60. ac0f6f9 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  61. b1bf936 Merge branch 'for-2.6.34' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  62. d6cd471 Merge branch 'x86-rwsem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  63. 8a78362 block: Consolidate phys_segment and hw_segment limits by Martin K. Petersen · 14 years ago
  64. 086fa5f block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors by Martin K. Petersen · 14 years ago
  65. 4b3073e MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itself by Russell King · 15 years ago
  66. 4126faf x86: Fix breakage of UML from the changes in the rwsem system by Linus Torvalds · 14 years ago
  67. 4ecf09f Unrot uml mconsole a bit by Al Viro · 15 years ago
  68. 5a865c0 Merge branch 'for-33' of git://repo.or.cz/linux-kbuild by Linus Torvalds · 15 years ago
  69. 698ba7b elf: kill USE_ELF_CORE_DUMP by Christoph Hellwig · 15 years ago
  70. 8f0ddf9 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  71. e7d2860 tree-wide: convert open calls to remove spaces to skip_spaces() lib function by André Goddard Rosa · 15 years ago
  72. 6613c5e uml: convert to seq_file/proc_fops by Alexey Dobriyan · 15 years ago
  73. 239007b genirq: Convert irq_desc.lock to raw_spinlock by Thomas Gleixner · 15 years ago
  74. 559df2e kbuild: move asm-offsets.h to include/generated by Sam Ravnborg · 15 years ago
  75. f8b7256 Unify sys_mmap* by Al Viro · 15 years ago
  76. d63c489 um: Remove BKL from mmapper by Thomas Gleixner · 15 years ago
  77. df502e3 um: Remove BKL from random by Thomas Gleixner · 15 years ago
  78. d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 15 years ago
  79. 5d150a97 um: Clean up linker script using standard macros. by Tim Abbott · 15 years ago
  80. 94a8d5c Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 15 years ago
  81. fa40699 cpumask: use mm_cpumask() wrapper: um by Rusty Russell · 15 years ago
  82. a6a0106 cpumask: Use accessors for cpu_*_mask: um by Rusty Russell · 15 years ago
  83. c37efa9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next by Linus Torvalds · 15 years ago
  84. 342ff1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  85. 4d04c70 uml: fix order of pud and pmd_free() by Roel Kluin · 15 years ago
  86. db4e5cb um: convert to asm-generic/hardirq.h by Christoph Hellwig · 15 years ago
  87. cc013a8 arches: drop superfluous casts in nr_free_pages() callers by Geert Uytterhoeven · 15 years ago
  88. 83d5cde const: make block_device_operations const by Alexey Dobriyan · 15 years ago
  89. a419aef trivial: remove unnecessary semicolons by Joe Perches · 15 years ago
  90. fd589a8 trivial: fix typo "to to" in multiple files by Anand Gadiyar · 15 years ago
  91. d200c92 Use new __init_task_data macro in arch init_task.c files. by Joe Perches · 15 years ago
  92. edf382b includecheck fix: um, helper.c by Jaswinder Singh Rajput · 15 years ago
  93. 51b563f arm, cris, mips, sparc, powerpc, um, xtensa: fix build with bash 4.0 by Sam Ravnborg · 15 years ago
  94. 4406c56 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 15 years ago
  95. ada3fa1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  96. a7db504 PCI: remove pcibios_scan_all_fns() by Alex Chiang · 15 years ago
  97. 0fc0b73 netdev: drivers should make ethtool_ops const by Stephen Hemminger · 15 years ago
  98. 384be2b Merge branch 'percpu-for-linus' into percpu-for-next by Tejun Heo · 15 years ago
  99. aa11d95 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  100. 9e1b32c mm: Pass virtual address to [__]p{te,ud,md}_free_tlb() by Benjamin Herrenschmidt · 15 years ago