1. d473012 fs/super.c: use list_for_each_entry() instead of list_for_each() by Matthias Kaehlcke · 17 years ago
  2. b70c394 fs/eventpoll.c: use list_for_each_entry() instead of list_for_each() by Matthias Kaehlcke · 17 years ago
  3. cfdaf9e fs/file_table.c: use list_for_each_entry() instead of list_for_each() by Matthias Kaehlcke · 17 years ago
  4. 4e6045f workqueue: debug flushing deadlocks with lockdep by Johannes Berg · 17 years ago
  5. cf7b708 Make access to task's nsproxy lighter by Pavel Emelyanov · 17 years ago
  6. a6f5e06 pid namespaces: move alloc_pid() to copy_process() by Sukadev Bhattiprolu · 17 years ago
  7. b460cbc pid namespaces: define is_global_init() and is_container_init() by Serge E. Hallyn · 17 years ago
  8. 3743ca0 pid namespaces: use task_pid() to find leader's pid by Sukadev Bhattiprolu · 17 years ago
  9. 88f21d8 pid namespaces: rename child_reaper() function by Sukadev Bhattiprolu · 17 years ago
  10. 2894d650 pid namespaces: define and use task_active_pid_ns() wrapper by Sukadev Bhattiprolu · 17 years ago
  11. baf8f0f pid namespaces: dynamic kmem cache allocator for pid namespaces by Pavel Emelianov · 17 years ago
  12. a05f7b1 pid namespaces: make get_pid_ns() return the namespace itself by Pavel Emelianov · 17 years ago
  13. a47afb0 pid namespaces: round up the API by Pavel Emelianov · 17 years ago
  14. 858d72e cgroups: implement namespace tracking subsystem by Serge E. Hallyn · 17 years ago
  15. 846c7bb Add cgroupstats by Balbir Singh · 17 years ago
  16. c2e2c7f task cgroups: enable cgroups by default in some configs by Paul Jackson · 17 years ago
  17. 006cb99 Task Control Groups: simple task cgroup debug info subsystem by Paul Menage · 17 years ago
  18. 62d0df6 Task Control Groups: example CPU accounting subsystem by Paul Menage · 17 years ago
  19. 8793d85 Task Control Groups: make cpusets a client of cgroups by Paul Menage · 17 years ago
  20. 81a6a5c Task Control Groups: automatic userspace notification of idle cgroups by Paul Menage · 17 years ago
  21. 817929e Task Control Groups: shared cgroup subsystem group arrays by Paul Menage · 17 years ago
  22. a424316 Task Control Groups: add procfs interface by Paul Menage · 17 years ago
  23. 697f416 Task Control Groups: add cgroup_clone() interface by Paul Menage · 17 years ago
  24. b4f48b6 Task Control Groups: add fork()/exit() hooks by Paul Menage · 17 years ago
  25. 355e0c4 Add cgroup write_uint() helper method by Paul Menage · 17 years ago
  26. bbcb81d Task Control Groups: add tasks file interface by Paul Menage · 17 years ago
  27. ddbcc7e Task Control Groups: basic task cgroup framework by Paul Menage · 17 years ago
  28. 55a230a cpuset: zero malloc - revert the old cpuset fix by Paul Jackson · 17 years ago
  29. 8f731f7 kernel-api docbook: fix content problems by Randy Dunlap · 17 years ago
  30. cb680c1 reiserfs: ignore on disk s_bmap_nr value by Jeff Mahoney · 17 years ago
  31. 4d20851 reiserfs: remove first_zero_hint by Jeff Mahoney · 17 years ago
  32. 3ee1667 reiserfs: fix usage of signed ints for block numbers by Jeff Mahoney · 17 years ago
  33. 6c57c2c reiserfs: fix memset byte count during resize by Jeff Mahoney · 17 years ago
  34. d4c3d19 reiserfs: use is_reusable to catch corruption by Jeff Mahoney · 17 years ago
  35. 8e186e4 reiserfs: dont use BUG when panicking by Jeff Mahoney · 17 years ago
  36. 7598392 reiserfs: fix up lockdep warnings by Jeff Mahoney · 17 years ago
  37. 9ad163a JBD: Fix JBD warnings when compiling with CONFIG_JBD_DEBUG by Jose R. Santos · 17 years ago
  38. 7a266e7 jbd: fix commit code to properly abort journal by Jan Kara · 17 years ago
  39. c2a9159 jbd: config_jbd_debug cannot create /proc entry by Jose R. Santos · 17 years ago
  40. 1c09924 jbd: remove printk() from J_ASSERT macros by Chris Snook · 17 years ago
  41. 8c3478a JBD/ext3 cleanups: convert to kzalloc by Mingming Cao · 17 years ago
  42. 345225c isdn/sc: remove unused REQUEST_IRQ and unnecessary header file by Fernando Luis Vázquez Cao · 17 years ago
  43. feea6d4 isdn: fix random hard freeze with AVM T1 cards by Karsten Keil · 17 years ago
  44. 1e9c7813 isdn: fix random hard freeze with AVM cards using b1dma by Karsten Keil · 17 years ago
  45. eac141d isdn: fix random hard freeze with AVM c4 card part 2 by Karsten Keil · 17 years ago
  46. 477116e fix a trivial typo in scripts/checkstack.pl by Joern Engel · 17 years ago
  47. b293d75 Console events and accessibility by Samuel Thibault · 17 years ago
  48. fe9d4f5 Add kernel/notifier.c by Alexey Dobriyan · 17 years ago
  49. 3ed75eb setup vma->vm_page_prot by vm_get_page_prot() by Coly Li · 17 years ago
  50. 1c7037d remove unused flush_tlb_pgtables by Benjamin Herrenschmidt · 17 years ago
  51. 22124c9 kmap leak fix for x86_32 kdump by Fernando Luis Vázquez Cao · 17 years ago
  52. 3305a6b ps3av: remove unused fields in ps3av_monitor_quirks by Geert Uytterhoeven · 17 years ago
  53. 41ab439 Console keyboard events and accessibility by Samuel Thibault · 17 years ago
  54. c18479f put declaration of put_filesystem() in fs.h by Miklos Szeredi · 17 years ago
  55. 5089956 advansys: depends on VIRT_TO_BUS by Andrew Morton · 17 years ago
  56. 4fa4d23 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 17 years ago
  57. a9e82d3 Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 17 years ago
  58. 85ad93a ide: set drive->autotune in ide_pci_setup_ports() by Bartlomiej Zolnierkiewicz · 17 years ago
  59. d7c526f triflex: always tune PIO by Bartlomiej Zolnierkiewicz · 17 years ago
  60. 912fb29 opti621: always tune PIO by Bartlomiej Zolnierkiewicz · 17 years ago
  61. af1b3d5 cy82c693: always tune PIO by Bartlomiej Zolnierkiewicz · 17 years ago
  62. f0bb945 cs5520: always tune PIO by Bartlomiej Zolnierkiewicz · 17 years ago
  63. 93c6807 alim15x3: always tune PIO by Bartlomiej Zolnierkiewicz · 17 years ago
  64. 3985ee3 ide: add IDE_HFLAG_LEGACY_IRQS host flag by Bartlomiej Zolnierkiewicz · 17 years ago
  65. 1c51361 ide: add IDE_HFLAG_SERIALIZE host flag by Bartlomiej Zolnierkiewicz · 17 years ago
  66. ed67b92 ide: add IDE_HFLAG_ERROR_STOPS_FIFO host flag by Bartlomiej Zolnierkiewicz · 17 years ago
  67. 40d2dd7 piix: add DECLARE_ICH_DEV() macro by Bartlomiej Zolnierkiewicz · 17 years ago
  68. 5ef8cb5 pdc202xx_old: add DECLARE_PDC2026X_DEV() macro by Bartlomiej Zolnierkiewicz · 17 years ago
  69. 05d7e6c pdc202xx_new: add DECLARE_PDCNEW_DEV() macro by Bartlomiej Zolnierkiewicz · 17 years ago
  70. 6a7f62a aec62xx: no need to disable UDMA in ->init_hwif method for ATP850UF by Bartlomiej Zolnierkiewicz · 17 years ago
  71. 942278e ide: remove .init_setup from ide_pci_device_t by Bartlomiej Zolnierkiewicz · 17 years ago
  72. 7ed5829 serverworks: remove ->init_setup by Bartlomiej Zolnierkiewicz · 17 years ago
  73. aaf707f scc_pata: remove ->init_setup by Bartlomiej Zolnierkiewicz · 17 years ago
  74. 97f84ba pdc202xx_old: remove ->init_setup by Bartlomiej Zolnierkiewicz · 17 years ago
  75. 099b1f4 pdc202xx_new: remove ->init_setup by Bartlomiej Zolnierkiewicz · 17 years ago
  76. fbf4784 hpt366: remove ->init_setup by Bartlomiej Zolnierkiewicz · 17 years ago
  77. bfd314a cmd64x: remove ->init_setup by Bartlomiej Zolnierkiewicz · 17 years ago
  78. df95f5a aec62xx: remove ->init_setup by Bartlomiej Zolnierkiewicz · 17 years ago
  79. 31e8a46 ide: use I/O ops directly part #2 (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  80. fc212bb ide: use pci_dev->revision by Bartlomiej Zolnierkiewicz · 17 years ago
  81. 1afa655 cmd64x: Use dev->revision by Auke Kok · 17 years ago
  82. a84f3ee amd74xx: Omit PCI_REVISION_ID read by Auke Kok · 17 years ago
  83. 5f8b6c3 ide: add ->mwdma_mask and ->swdma_mask to ide_pci_device_t (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  84. 9adf768 pdc202xx_old: remove broken SWDMA support by Bartlomiej Zolnierkiewicz · 17 years ago
  85. 238e4f1 ide: add IDE_HFLAG_NO_LBA48 and IDE_HFLAG_NO_LBA48_DMA host flags by Bartlomiej Zolnierkiewicz · 17 years ago
  86. 9ffcf36 ide: remove ->init_setup_dma from ide_pci_device_t (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  87. 47b6878 ide: add IDE_HFLAG_NO_{DMA,AUTODMA} host flags by Bartlomiej Zolnierkiewicz · 17 years ago
  88. 7cab14a ide: add IDE_HFLAG_BOOTABLE host flag by Bartlomiej Zolnierkiewicz · 17 years ago
  89. 33c1002 ide: add IDE_HFLAG_NO_ATAPI_DMA host flag by Bartlomiej Zolnierkiewicz · 17 years ago
  90. 1c3dd32 ide: add DECLARE_GENERIC_PCI_DEV() macro to generic IDE PCI host driver by Bartlomiej Zolnierkiewicz · 17 years ago
  91. af4c90f siimage: bump driver version by Bartlomiej Zolnierkiewicz · 17 years ago
  92. 15d8061 ide: Fix cs5535 driver accessing beyond array boundary by Benjamin Herrenschmidt · 17 years ago
  93. a87a87c ide: Fix siimage driver accessing beyond array boundary by Benjamin Herrenschmidt · 17 years ago
  94. 1b67834 ide: Add ide_get_paired_drive() helper by Benjamin Herrenschmidt · 17 years ago
  95. 58f9b52 Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrt by Linus Torvalds · 17 years ago
  96. 2af170d Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 17 years ago
  97. ab08ed1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog by Linus Torvalds · 17 years ago
  98. 54e840d Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched by Linus Torvalds · 17 years ago
  99. 32c15bb Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 17 years ago
  100. 5325338 Include <linux/backing-dev.h> in mm/filemap.c by Linus Torvalds · 17 years ago