1. 4f54eec block: use blk_rq_init() to initialize the request by FUJITA Tomonori · 16 years ago
  2. 2a4aa30 block: rename and export rq_init() by FUJITA Tomonori · 16 years ago
  3. 992b5bc block: no need to initialize rq->cmd with blk_get_request by FUJITA Tomonori · 16 years ago
  4. 4917fa2 block: no need to initialize rq->cmd in prepare_flush_fn hook by FUJITA Tomonori · 16 years ago
  5. 6f6a036 block/blk-barrier.c:blk_ordered_cur_seq() mustn't be inline by Adrian Bunk · 16 years ago
  6. 72ed0bf block/elevator.c:elv_rq_merge_ok() mustn't be inline by Adrian Bunk · 16 years ago
  7. 75ad23b block: make queue flags non-atomic by Nick Piggin · 16 years ago
  8. e90955c x86: fix PCI MSI breaks when booting with nosmp by Jesse Barnes · 16 years ago
  9. 9752082 x86: vget_cycles() __always_inline by Hugh Dickins · 16 years ago
  10. 4c0587e x86: add more boot protocol documentation by Ian Campbell · 16 years ago
  11. 781fe2e bootprotocol: cleanup by Ingo Molnar · 16 years ago
  12. 8008abb x86: fix warning in "x86: clean up vSMP detection" by Alexander van Heukelum · 16 years ago
  13. e686d34 x86: !x & y typo in mtrr code by Harvey Harrison · 16 years ago
  14. eff0dee54 atm: ambassador: vcc_sf semaphore to mutex by Daniel Walker · 16 years ago
  15. 220fc3f MAINTAINERS: The socketcan-core list is subscribers-only. by Pavel Emelyanov · 16 years ago
  16. 443a70d netfilter: nf_conntrack: padding breaks conntrack hash on ARM by Philip Craig · 16 years ago
  17. 0010e46 ipv4: Update MTU to all related cache entries in ip_rt_frag_needed() by Timo Teras · 16 years ago
  18. 980c478 sch_sfq: use del_timer_sync() in sfq_destroy() by Jarek Poplawski · 16 years ago
  19. 42908c6 net: Add compat support for getsockopt (MCAST_MSFILTER) by David L Stevens · 16 years ago
  20. be666e0 net: Several cleanups for the setsockopt compat support. by David L Stevens · 16 years ago
  21. 2ad17de ipvs: fix oops in backup for fwmark conn templates by Julian Anastasov · 16 years ago
  22. 8cd0ae3 sparc64: remove duplicated include by Huang Weiyi · 16 years ago
  23. d69efb1 bridge: kernel panic when unloading bridge module by Bodo Stroesser · 16 years ago
  24. 43af853 bridge: fix error handling in br_add_if() by Volodymyr G Lukiianyk · 16 years ago
  25. 9a732ed netfilter: {nfnetlink,ip,ip6}_queue: fix skb_over_panic when enlarging packets by Arnaud Ebalard · 16 years ago
  26. 0e93bb9 netfilter: x_tables: fix net namespace leak when reading /proc/net/xxx_tables_names by Pavel Emelyanov · 16 years ago
  27. be8d0d7 netfilter: xt_TCPOPTSTRIP: signed tcphoff for ipv6_skip_exthdr() retval by Roel Kluin · 16 years ago
  28. 246eb2a tcp: Limit cwnd growth when deferring for GSO by John Heffner · 16 years ago
  29. ce447eb tcp: Allow send-limited cwnd to grow up to max_burst when gso disabled by John Heffner · 16 years ago
  30. 6c39103 [RAPIDIO] Change RapidIO doorbell source and target ID field to 16-bit by Zhang Wei · 16 years ago
  31. 7f620df [RAPIDIO] Add RapidIO connection info print out and re-training for broken connections by Zhang Wei · 16 years ago
  32. 61b2691 [RAPIDIO] Add serial RapidIO controller support, which includes MPC8548, MPC8641 by Zhang Wei · 16 years ago
  33. 182e143 [RAPIDIO] Add RapidIO node probing into MPC86xx_HPCN board id table by Zhang Wei · 16 years ago
  34. 56fde1f [RAPIDIO] Add RapidIO node into MPC8641HPCN dts file by Zhang Wei · 16 years ago
  35. e042323 [RAPIDIO] Auto-probe the RapidIO system size by Zhang Wei · 16 years ago
  36. cc2bb69 [RAPIDIO] Add OF-tree support to RapidIO controller driver by Zhang Wei · 16 years ago
  37. ad1e938 [RAPIDIO] Add RapidIO multi mport support by Zhang Wei · 16 years ago
  38. 5a7b60e [RAPIDIO] Move include/asm-ppc/rio.h to asm-powerpc by Zhang Wei · 16 years ago
  39. f1f389d [RAPIDIO] Add RapidIO option to kernel configuration by Zhang Wei · 16 years ago
  40. d02443a [RAPIDIO] Change RIO function mpc85xx_ to fsl_ by Zhang Wei · 16 years ago
  41. e2fdd7f sparc: Add kgdb support. by David S. Miller · 16 years ago
  42. 4d7ffa4 kgdbts: Sparc needs sstep emulation. by David S. Miller · 16 years ago
  43. 0a9e9b1 sparc32: Kill smp_message_pass() and related code. by David S. Miller · 16 years ago
  44. 68154e9 block: add dma alignment and padding support to blk_rq_map_kern by FUJITA Tomonori · 16 years ago
  45. 657e93b unexport blk_max_pfn by Adrian Bunk · 16 years ago
  46. 31e103c ps3disk: Remove superfluous cast by Geert Uytterhoeven · 16 years ago
  47. 1afb20f block: make rq_init() do a full memset() by FUJITA Tomonori · 16 years ago
  48. c3270e5 relay: fix splice problem by Tom Zanussi · 16 years ago
  49. 51ae796 ACPICA: always disable GPE when requested by Damián Viano · 16 years ago
  50. dfd2e1b PNPBIOS: remove include/linux/pnpbios.h by Bjorn Helgaas · 16 years ago
  51. 261b20d ISAPNP: remove unused pnp_dev->regs field by Bjorn Helgaas · 16 years ago
  52. 62cfb29 PNP: make interfaces private to the PNP core by Bjorn Helgaas · 16 years ago
  53. d152cf5 PNPACPI: move _CRS/_PRS warnings closer to the action by Bjorn Helgaas · 16 years ago
  54. 01115e7 ISAPNP: fold isapnp_read_resources() back into isapnp_get_resources() by Bjorn Helgaas · 16 years ago
  55. d6180f3 PNP: make generic pnp_add_mem_resource() by Bjorn Helgaas · 16 years ago
  56. cc8c2e3 PNP: make generic pnp_add_io_resource() by Bjorn Helgaas · 16 years ago
  57. dc16f5f PNP: make generic pnp_add_dma_resource() by Bjorn Helgaas · 16 years ago
  58. dbddd03 PNP: make generic pnp_add_irq_resource() by Bjorn Helgaas · 16 years ago
  59. a50b6d7 PNP: add pnp_new_resource() to find a new unset pnp_resource by Bjorn Helgaas · 16 years ago
  60. 21855d6 PNP: add pnp_resource index for ISAPNP by Bjorn Helgaas · 16 years ago
  61. 0a977f1 PNP: add pnp_get_pnp_resource() by Bjorn Helgaas · 16 years ago
  62. 784f01d PNP: add struct pnp_resource by Bjorn Helgaas · 16 years ago
  63. 06cb58a PNP: remove pnp_resource_table references from resource decoders by Bjorn Helgaas · 16 years ago
  64. 02d83b5 PNP: make pnp_resource_table private to PNP core by Bjorn Helgaas · 16 years ago
  65. 8766ad0 rtc: dont reference pnp_resource_table directly by Bjorn Helgaas · 16 years ago
  66. 95ab366 PNP: remove PNP_MAX_* uses by Bjorn Helgaas · 16 years ago
  67. f6505fe PNP: convert assign, interface to use pnp_get_resource(), not pnp_resource_table by Bjorn Helgaas · 16 years ago
  68. 7e2cf31 PNP: convert encoders to use pnp_get_resource(), not pnp_resource_table by Bjorn Helgaas · 16 years ago
  69. be81b4a PNP: convert resource checks to use pnp_get_resource(), not pnp_resource_table by Bjorn Helgaas · 16 years ago
  70. f5d94ff PNP: pass resources, not indexes, to pnp_check_port(), et al by Bjorn Helgaas · 16 years ago
  71. db9eaea PNP: check for conflicts with all resources, not just earlier ones by Bjorn Helgaas · 16 years ago
  72. 470feb1 PNP: reduce redundancy in pnp_set_current_resources() by Bjorn Helgaas · 16 years ago
  73. 30c016a PNP: reduce redundancy in pnp_check_port() and others by Bjorn Helgaas · 16 years ago
  74. 28ccffc PNP: reduce redundancy in pnp_assign_port() and others by Bjorn Helgaas · 16 years ago
  75. ecfa935 PNP: use conventional "i" for loop indices by Bjorn Helgaas · 16 years ago
  76. 13575e81 PNP: convert resource accessors to use pnp_get_resource(), not pnp_resource_table by Bjorn Helgaas · 16 years ago
  77. 53052fe PNP: remove pnp_mem_flags() as an lvalue by Bjorn Helgaas · 16 years ago
  78. b90eca0 PNP: add pnp_get_resource() interface by Bjorn Helgaas · 16 years ago
  79. d948a8d PNP: factor pnp_init_resource_table() and pnp_clean_resource_table() by Bjorn Helgaas · 16 years ago
  80. af11cb2 PNP: use dev_printk when possible by Bjorn Helgaas · 16 years ago
  81. 2cd139309 PNP: remove unused interfaces using pnp_resource_table by Bjorn Helgaas · 16 years ago
  82. 6969c7e PNP: remove pnp_resource_table from internal pnp_clean_resource_table interface by Bjorn Helgaas · 16 years ago
  83. f449000 PNP: add pnp_init_resources(struct pnp_dev *) interface by Bjorn Helgaas · 16 years ago
  84. 81b5c75 PNP: add debug when assigning PNP resources by Bjorn Helgaas · 16 years ago
  85. 72dcc88 PNP: add debug output to encoders by Bjorn Helgaas · 16 years ago
  86. 4ab55d8 PNP: remove more pnp_resource_table arguments by Bjorn Helgaas · 16 years ago
  87. 59284cb PNP: remove pnp_resource_table from internal get/set interfaces by Bjorn Helgaas · 16 years ago
  88. c1caf06 PNP: add debug output to option registration by Bjorn Helgaas · 16 years ago
  89. cdef625 PNPACPI: pass pnp_dev instead of acpi_handle by Bjorn Helgaas · 16 years ago
  90. cd7ec92 PNPACPI: extend irq_flags() to set IORESOURCE_IRQ_SHAREABLE when appropriate by Bjorn Helgaas · 16 years ago
  91. bb84b41 PNPACPI: hoist dma_flags() out of pnpacpi_parse_allocated_dmaresource() by Bjorn Helgaas · 16 years ago
  92. 9570a20 PNPACPI: use temporaries to reduce repetition by Bjorn Helgaas · 16 years ago
  93. f7e8466 PNPACPI: pnpacpi_encode_ext_irq() wrongly set "irq" instead of "extended_irq" by Bjorn Helgaas · 16 years ago
  94. 6bf2aab PNP: add pnp_alloc_card() by Bjorn Helgaas · 16 years ago
  95. 068076d ISAPNP: pull pnp_add_card_id() out of isapnp_parse_card_id() by Bjorn Helgaas · 16 years ago
  96. e436675 PNP: change pnp_add_card_id() to allocate its own pnp_id structures by Bjorn Helgaas · 16 years ago
  97. 048825d PNP: make pnp_add_card_id() internal to PNP core by Bjorn Helgaas · 16 years ago
  98. bda1e4e PNP: add pnp_alloc_dev() by Bjorn Helgaas · 16 years ago
  99. 25eb846 PNP: add pnp_eisa_id_to_string() by Bjorn Helgaas · 16 years ago
  100. 772defc PNP: change pnp_add_id() to allocate its own pnp_id structures by Bjorn Helgaas · 16 years ago