1. 5a148af Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  2. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  3. ac2a509 pnp: use %*phC to dump small buffers by Andy Shevchenko · 11 years ago
  4. 933ee71 powerpc: remove PReP platform by Paul Bolle · 11 years ago
  5. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 11 years ago
  6. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  7. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  8. 35de87d drivers/pnp/pnpbios: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 11 years ago
  9. 38de279 pnpbios: remove CONFIG_HOTPLUG ifdefs by Bill Pemberton · 12 years ago
  10. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  11. 28f65c11 treewide: Convert uses of struct resource to resource_size(ptr) by Joe Perches · 13 years ago
  12. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  13. 803711a PNP: Compile all pnp built-in stuff in one module namespace by Thomas Renninger · 14 years ago
  14. 631dd1a Update broken web addresses in the kernel. by Justin P. Mattock · 14 years ago
  15. 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
  16. 5116fa2 pnpbios: convert to seq_file by Alexey Dobriyan · 15 years ago
  17. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  18. c742531 x86: Introduce GDT_ENTRY_INIT(), initialize bad_bios_desc statically by Akinobu Mita · 15 years ago
  19. 1e5de18 x86: Introduce GDT_ENTRY_INIT() by Akinobu Mita · 15 years ago
  20. 5759474 x86: Introduce set_desc_base() and set_desc_limit() by Akinobu Mita · 15 years ago
  21. b277c88 pnpbios: propagate kthread_run() error by Erik Ekman · 15 years ago
  22. 8c65591 pnpbios: fix warning if CONFIG_HOTPLUG=n by Erik Ekman · 15 years ago
  23. 6aaa8ce percpu: fix percpu accessors to potentially !cpu_possible() cpus: pnpbios by Rusty Russell · 16 years ago
  24. 057316c Merge branch 'linus' into test by Len Brown · 16 years ago
  25. 6dc6472 Merge commit 'origin' by Benjamin Herrenschmidt · 16 years ago
  26. ac88a8f PNP: remove old CONFIG_PNP_DEBUG option by Bjorn Helgaas · 16 years ago
  27. 2f53432 PNP: convert to using pnp_dbg() by Bjorn Helgaas · 16 years ago
  28. ed458df PnP: move pnpacpi/pnpbios_init to after PCI init by Linus Torvalds · 16 years ago
  29. 68e1ee6 powerpc: convert CONFIG_PPC_MERGE to CONFIG_PPC for legacy io checks by Kumar Gala · 16 years ago
  30. 1f32ca3 PNP: convert resource options to single linked list by Bjorn Helgaas · 16 years ago
  31. e2a1a6f PNP: remove extra 0x100 bit from option priority by Bjorn Helgaas · 16 years ago
  32. c227536 PNP: centralize resource option allocations by Bjorn Helgaas · 16 years ago
  33. 7aefff5 PNP: introduce pnp_irq_mask_t typedef by Bjorn Helgaas · 16 years ago
  34. 08c9f26 PNP: define PNP-specific IORESOURCE_IO_* flags alongside IRQ, DMA, MEM by Bjorn Helgaas · 16 years ago
  35. aee3ad8 PNP: replace pnp_resource_table with dynamically allocated resources by Bjorn Helgaas · 16 years ago
  36. 7793bfc PNP: fix printk format warnings by Randy Dunlap · 16 years ago
  37. 08acd4f8 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 16 years ago
  38. 9c37066 proc: remove proc_bus by Alexey Dobriyan · 16 years ago
  39. dfd2e1b PNPBIOS: remove include/linux/pnpbios.h by Bjorn Helgaas · 16 years ago
  40. d6180f3 PNP: make generic pnp_add_mem_resource() by Bjorn Helgaas · 16 years ago
  41. cc8c2e3 PNP: make generic pnp_add_io_resource() by Bjorn Helgaas · 16 years ago
  42. dc16f5f PNP: make generic pnp_add_dma_resource() by Bjorn Helgaas · 16 years ago
  43. dbddd03 PNP: make generic pnp_add_irq_resource() by Bjorn Helgaas · 16 years ago
  44. 06cb58a PNP: remove pnp_resource_table references from resource decoders by Bjorn Helgaas · 16 years ago
  45. 02d83b5 PNP: make pnp_resource_table private to PNP core by Bjorn Helgaas · 16 years ago
  46. 7e2cf31 PNP: convert encoders to use pnp_get_resource(), not pnp_resource_table by Bjorn Helgaas · 16 years ago
  47. af11cb2 PNP: use dev_printk when possible by Bjorn Helgaas · 16 years ago
  48. f449000 PNP: add pnp_init_resources(struct pnp_dev *) interface by Bjorn Helgaas · 16 years ago
  49. 72dcc88 PNP: add debug output to encoders by Bjorn Helgaas · 16 years ago
  50. 4ab55d8 PNP: remove more pnp_resource_table arguments by Bjorn Helgaas · 16 years ago
  51. 59284cb PNP: remove pnp_resource_table from internal get/set interfaces by Bjorn Helgaas · 16 years ago
  52. c1caf06 PNP: add debug output to option registration by Bjorn Helgaas · 16 years ago
  53. bda1e4e PNP: add pnp_alloc_dev() by Bjorn Helgaas · 16 years ago
  54. 25eb846 PNP: add pnp_eisa_id_to_string() by Bjorn Helgaas · 16 years ago
  55. 772defc PNP: change pnp_add_id() to allocate its own pnp_id structures by Bjorn Helgaas · 16 years ago
  56. 1692b27b PNP: make pnp_add_id() internal to PNP core by Bjorn Helgaas · 16 years ago
  57. 1bd17e6 PNP: turn on -DDEBUG when CONFIG_PNP_DEBUG is set by Bjorn Helgaas · 16 years ago
  58. 0d63e4f Dont touch fs_struct in drivers by Jan Blunck · 16 years ago
  59. 2bb9a6b pnp: declare PNP option parsing functions as __init by Thomas Renninger · 16 years ago
  60. 39657b6 git-x86: drivers/pnp/pnpbios/bioscalls.c build fix by Andrew Morton · 16 years ago
  61. 36405e9 PNP: simplify PNPBIOS insert_device by Bjorn Helgaas · 17 years ago
  62. a8b0ac0 pnp: avoid a small unlikely memory leak in proc_read_escd() by Jesper Juhl · 17 years ago
  63. 1855256 drivers/firmware: const-ify DMI API and internals by Jeff Garzik · 17 years ago
  64. 4f0217e PNP: remove MODULE infrastructure by Bjorn Helgaas · 17 years ago
  65. 1e0aa9a PNP: fix up after Lindent by Bjorn Helgaas · 17 years ago
  66. 07d4e9a PNP: fix up after Lindent by Bjorn Helgaas · 17 years ago
  67. 9dd7846 PNP: Lindent all source files by Bjorn Helgaas · 17 years ago
  68. 86313c4 usermodehelper: Tidy up waiting by Jeremy Fitzhardinge · 17 years ago
  69. 8314418 Freezer: make kernel threads nonfreezable by default by Rafael J. Wysocki · 17 years ago
  70. 5c493f5 Use menuconfig objects: PNP by Jan Engelhardt · 17 years ago
  71. 8f81dd1 PNP: notice whether we have PNP devices (PNPBIOS or PNPACPI) by Bjorn Helgaas · 17 years ago
  72. db9c02f pnpbios: convert to use the kthread API by Eric W. Biederman · 17 years ago
  73. 3de3af1 [PATCH] Remove unnecessary memset(0) calls after kzalloc() calls. by Robert P. J. Day · 17 years ago
  74. 5cbded5 [PATCH] getting rid of all casts of k[cmz]alloc() calls by Robert P. J. Day · 18 years ago
  75. cd86128 [PATCH] Fix numerous kcalloc() calls, convert to kzalloc() by Robert P. J. Day · 18 years ago
  76. 4522d58 Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 by Linus Torvalds · 18 years ago
  77. 7dfb710 [PATCH] Add include/linux/freezer.h and move definitions from sched.h by Nigel Cunningham · 18 years ago
  78. 6020c8f [PATCH] paravirt: Allow disable power management under hypervisor by Rusty Russell · 18 years ago
  79. 30cbc22 [PATCH] update legacy io handling for pmac by Olaf Hering · 18 years ago
  80. 3ae1920 [PATCH] Fix swsusp with PNP BIOS by Ondrej Zary · 18 years ago
  81. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  82. eb8782e [PATCH] PnPBIOS: Missing SMALL_TAG_ENDDEP tag by Rene Herman · 18 years ago
  83. e6a9918 [PATCH] x86: Fixed pnp bios limits by Zachary Amsden · 19 years ago
  84. 5fe9fe3c [PATCH] x86: Pnp byte granularity by Zachary Amsden · 19 years ago
  85. 5702d0f [PATCH] x86: Pnp segments in segment h by Zachary Amsden · 19 years ago
  86. 7c4cb60 [PATCH] x86: GDT alignment fix by Zachary Amsden · 19 years ago
  87. 03438211 [PATCH] keep pnpbios usermod_helper away from hotplug_path[] by Kay Sievers · 19 years ago
  88. 4e57b68 [PATCH] fix missing includes by Tim Schmielau · 19 years ago
  89. a2822e7 [PATCH] pnp: consolidate kmalloc wrappers by Bjorn Helgaas · 19 years ago
  90. 9a14d4c [PATCH] drivers/pnp/pnpbios/rsparser.c: fix compile error with PCI=n by Adrian Bunk · 19 years ago
  91. 5028770 [ACPI] merge acpi-2.6.12 branch into latest Linux 2.6.13-rc... by Len Brown · 19 years ago
  92. c9c3e45 [ACPI] PNPACPI vs sound IRQ by David Shaohua Li · 19 years ago
  93. 3e1d1d2 [PATCH] Cleanup patch for process freezing by Christoph Lameter · 19 years ago
  94. 6e3e98d [PATCH] drivers/pnp/pnpbios/rsparser.c: fix an array overflow by Adrian Bunk · 19 years ago
  95. ffbe552 [PATCH] pnpbios: eliminate bad section references by maximilian attems · 19 years ago
  96. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago