1. 7cece14 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 17 years ago
  2. 95dfec6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  3. ae3a006 inlining: do not allow gcc below version 4 to optimize inlining by Ingo Molnar · 17 years ago
  4. d67c6f8 Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 17 years ago
  5. 969a19f Drop the exporting of empty <linux/byteorder/generic.h> by Robert P. J. Day · 17 years ago
  6. ae50884 remove __KERNEL__ tests of unexported headers under asm-generic/ by Robert P. J. Day · 17 years ago
  7. 735643e Remove "#ifdef __KERNEL__" checks from unexported headers by Robert P. J. Day · 17 years ago
  8. 237fc6e add hrtimer specific debugobjects code by Thomas Gleixner · 17 years ago
  9. c6f3a97 debugobjects: add timer specific object debugging code by Thomas Gleixner · 17 years ago
  10. 3ac7fe5 infrastructure to debug (dynamic) objects by Thomas Gleixner · 17 years ago
  11. 30327ac slab: add a flag to prevent debug_free checks on a kmem_cache by Thomas Gleixner · 17 years ago
  12. bdf4bba Add macros similar to min/max/min_t/max_t by Harvey Harrison · 17 years ago
  13. f7511d5 Basic braille screen reader support by Samuel Thibault · 17 years ago
  14. 730f412 asm-*/futex.h should include linux/uaccess.h by Jeff Dike · 17 years ago
  15. 86098fa reiserfs: use open_bdev_excl by Christoph Hellwig · 17 years ago
  16. fc3ba69 mm: Add NR_WRITEBACK_TEMP counter by Miklos Szeredi · 17 years ago
  17. dd5656e mm: bdi: export bdi_writeout_inc() by Miklos Szeredi · 17 years ago
  18. e4ad08f mm: bdi: add separate writeback accounting capability by Miklos Szeredi · 17 years ago
  19. 76f1418 mm: bdi: move statistics to debugfs by Miklos Szeredi · 17 years ago
  20. a42dde0 mm: bdi: allow setting a maximum for the bdi dirty limit by Peter Zijlstra · 17 years ago
  21. 189d3c4 mm: bdi: allow setting a minimum for the bdi dirty limit by Peter Zijlstra · 17 years ago
  22. cf0ca9f mm: bdi: export BDI attributes in sysfs by Peter Zijlstra · 17 years ago
  23. caafa43 pidns: make pid->level and pid_ns->level unsigned by Pavel Emelyanov · 17 years ago
  24. 24336ea pids: introduce change_pid() helper by Oleg Nesterov · 17 years ago
  25. 5cd2045 Deprecate find_task_by_pid() by Pavel Emelyanov · 17 years ago
  26. 718a916 devpts: factor out PTY index allocation by Sukadev Bhattiprolu · 17 years ago
  27. 39c2e60 tty: add throttle/unthrottle helpers by Alan Cox · 17 years ago
  28. f34d7a5 tty: The big operations rework by Alan Cox · 17 years ago
  29. 76b25a5 char: switch gs, cyclades and esp to return int for put_char by Alan Cox · 17 years ago
  30. 5d0fdf1 tty_io: fix remaining pid struct locking by Alan Cox · 17 years ago
  31. 47f8683 redo locking of tty->pgrp by Alan Cox · 17 years ago
  32. 04f378b tty: BKL pushdown by Alan Cox · 17 years ago
  33. 53b6f9f ptrace: introduce ptrace_reparented() helper by Oleg Nesterov · 17 years ago
  34. 5a8da0e signals: x86 TS_RESTORE_SIGMASK by Roland McGrath · 17 years ago
  35. f3de272 signals: use HAVE_SET_RESTORE_SIGMASK by Roland McGrath · 17 years ago
  36. 49eaeb4 signals: ia64 renumber TIF_RESTORE_SIGMASK by akpm@linux-foundation.org · 17 years ago
  37. 02a029b signals: s390: renumber TIF_RESTORE_SIGMASK by Roland McGrath · 17 years ago
  38. 7648d96 signals: set_restore_sigmask TIF_SIGPENDING by Roland McGrath · 17 years ago
  39. 4e4c22c signals: add set_restore_sigmask by Roland McGrath · 17 years ago
  40. fae5fa4 signals: fix /sbin/init protection from unwanted signals by Oleg Nesterov · 17 years ago
  41. ac5c215 signals: join send_sigqueue() with send_group_sigqueue() by Oleg Nesterov · 17 years ago
  42. 6ca25b5 kill_pid_info: don't take now unneeded tasklist_lock by Oleg Nesterov · 17 years ago
  43. e442055 signals: re-assign CLD_CONTINUED notification from the sender to reciever by Oleg Nesterov · 17 years ago
  44. 6bfe0b4 md: support blocking writes to an array on device failure by Dan Williams · 17 years ago
  45. 3c42a44 pxafb: preliminary smart panel interface support by Eric Miao · 17 years ago
  46. 84f43c3 pxafb: introduce register independent LCD connection type for pxafb by eric miao · 17 years ago
  47. ce4fb7b pxafb: convert fb driver to use ioremap() and __raw_{readl, writel} by eric miao · 17 years ago
  48. 2f35174 Blackfin serial driver: this driver enable SPORTs on Blackfin emulate UART by Bryan Wu · 17 years ago
  49. 941af34 [S390] use generic sys_ptrace by Martin Schwidefsky · 17 years ago
  50. 17f3458 [S390] Convert to SPARSEMEM & SPARSEMEM_VMEMMAP by Heiko Carstens · 17 years ago
  51. 53492b1 [S390] System z large page support. by Gerald Schaefer · 17 years ago
  52. 2e5061e [S390] Convert machine feature detection code to C. by Heiko Carstens · 17 years ago
  53. 484875b [S390] Move stfl to system.h and delete duplicated version. by Heiko Carstens · 17 years ago
  54. d00aa4e [S390] Add topology_core_siblings to topology.h by Heiko Carstens · 17 years ago
  55. 1e48951 [S390] Automatically detect added cpus. by Heiko Carstens · 17 years ago
  56. f291e17 [S390] Add missing ifndef/define to include/asm-s390/sysinfo.h. by Heiko Carstens · 17 years ago
  57. 4e83be7 [S390] Move show_regs to traps.c. by Heiko Carstens · 17 years ago
  58. 3dcf545 ext4: move headers out of include/linux by Christoph Hellwig · 17 years ago
  59. 443a70d netfilter: nf_conntrack: padding breaks conntrack hash on ARM by Philip Craig · 17 years ago
  60. 0010e46 ipv4: Update MTU to all related cache entries in ip_rt_frag_needed() by Timo Teras · 17 years ago
  61. 42908c6 net: Add compat support for getsockopt (MCAST_MSFILTER) by David L Stevens · 17 years ago
  62. 2ad17de ipvs: fix oops in backup for fwmark conn templates by Julian Anastasov · 17 years ago
  63. e2fdd7f sparc: Add kgdb support. by David S. Miller · 17 years ago
  64. 0a9e9b1 sparc32: Kill smp_message_pass() and related code. by David S. Miller · 17 years ago
  65. a74b08c qeth: read number of ports from card by Ursula Braun · 17 years ago
  66. 022b660 ccwgroup: Unify parsing for group attribute. by Ursula Braun · 17 years ago
  67. ceb4e8e sparc64: Kill PIL_RESERVED, unused. by David S. Miller · 17 years ago
  68. 9088881 sparc64: Clean up handling of pt_regs trap type encoding. by David S. Miller · 17 years ago
  69. dae5029 ipv4/ipv6 compat: Fix SSM applications on 64bit kernels. by David L Stevens · 17 years ago
  70. 5526b7e sparc: Remove old style signal frame support. by David S. Miller · 17 years ago
  71. 5da496e sparc64: Kill unused local ISA bus layer. by David S. Miller · 17 years ago
  72. 0eb78f0 sparc64: Kill ISA_FLOPPY_WORKS code. by David S. Miller · 17 years ago
  73. c3bf9bc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86-bigbox-bootmem-v3 by Linus Torvalds · 17 years ago
  74. c2b91e2 x86_64/mm: check and print vmemmap allocation continuous by Yinghai Lu · 17 years ago
  75. 1a27fc0 x86_64: fix setup_node_bootmem to support big mem excluding with memmap by Yinghai Lu · 17 years ago
  76. 9b79ed9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-generic-bitops-v3 by Linus Torvalds · 17 years ago
  77. a52b0d2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 17 years ago
  78. f37afda ide: constify struct ide_dma_ops by Bartlomiej Zolnierkiewicz · 17 years ago
  79. 5e37bdc ide: add struct ide_dma_ops (take 3) by Bartlomiej Zolnierkiewicz · 17 years ago
  80. 1fd1890 ide: add IDE_HFLAG_SERIALIZE_DMA host flag by Bartlomiej Zolnierkiewicz · 17 years ago
  81. b123f56 ide: do complete DMA setup in ->init_dma method (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  82. f629b38 au1xxx-ide: fix MWDMA support by Bartlomiej Zolnierkiewicz · 17 years ago
  83. b8e73fb ide: export ide_allocate_dma_engine() by Bartlomiej Zolnierkiewicz · 17 years ago
  84. 5e59c23 ide: remove ->cds field from ide_hwif_t (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  85. 21a3387 ide: remove ->extra field from struct ide_port_info by Bartlomiej Zolnierkiewicz · 17 years ago
  86. 5add222 ide: remove ide_hwif_request_regions() by Bartlomiej Zolnierkiewicz · 17 years ago
  87. 0d1bad2 ide: manage resources for PCI devices in ide_pci_enable() (take 3) by Bartlomiej Zolnierkiewicz · 17 years ago
  88. d083c03 ide: remove ide_hwif_release_regions() by Bartlomiej Zolnierkiewicz · 17 years ago
  89. 0bfeee7 ide: use ide_legacy_device_add() for qd65xx (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  90. 3b36f66 ide: add ide_legacy_device_add() helper by Bartlomiej Zolnierkiewicz · 17 years ago
  91. e53cd45 ide: remove ->noprobe field from ide_hwif_t by Bartlomiej Zolnierkiewicz · 17 years ago
  92. ac95bee ide: add struct ide_port_ops (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  93. 8b664aa x86, boot: add linked list of struct setup_data by Huang, Ying · 17 years ago
  94. 50eae2a x86, boot: add free_early to early reservation machanism by Huang, Ying · 17 years ago
  95. f19dcf4 x86: include/asm-x86/pgalloc.h/bitops.h: checkpatch cleanups - formatting only by Joe Perches · 17 years ago
  96. d66462f x86: finalize bitops unification by Alexander van Heukelum · 17 years ago
  97. 5245698 x86, UML: remove x86-specific implementations of find_first_bit by Alexander van Heukelum · 17 years ago
  98. 3a48305 x86: optimize find_first_bit for small bitmaps by Alexander van Heukelum · 17 years ago
  99. 2aba692 x86: switch 64-bit to generic find_first_bit by Alexander van Heukelum · 17 years ago
  100. 77b9bd9 x86: generic versions of find_first_(zero_)bit, convert i386 by Alexander van Heukelum · 17 years ago