1. 6caddf0 parisc: add module.h to files really requiring it by Paul Gortmaker · 13 years ago
  2. a87df54 parisc: Add export.h to files needing EXPORT_SYMBOL/THIS_MODULE by Paul Gortmaker · 13 years ago
  3. 395cf96 doc: fix broken references by Paul Bolle · 13 years ago
  4. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  5. e2f571d parisc: Convert irq namespace by Thomas Gleixner · 13 years ago
  6. 4c4231e [PARISC] Convert to new irq_chip functions by Thomas Gleixner · 13 years ago
  7. 79a0429 parisc: KittyHawk LCD fix by Guy Martin · 14 years ago
  8. 5189061 parisc: convert the rest of the irq handlers to simple/percpu by James Bottomley · 14 years ago
  9. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  10. e430426 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6 by Linus Torvalds · 14 years ago
  11. f830104 drivers/parisc/iosapic.c: Remove unnecessary kzalloc cast by Joe Perches · 14 years ago
  12. 631dd1a Update broken web addresses in the kernel. by Justin P. Mattock · 14 years ago
  13. 8ed5c00 parisc: convert eisa interrupts to flow handlers by Kyle McMartin · 14 years ago
  14. 7998b3b parisc: convert gsc and dino pci interrupts to flow handlers by Kyle McMartin · 14 years ago
  15. 14ff626 parisc: convert suckyio interrupts to flow handlers by Kyle McMartin · 14 years ago
  16. f3d4605 parisc: convert iosapic interrupts to proper flow handlers by Kyle McMartin · 14 years ago
  17. 4d4f681 parisc: convert cpu interrupts to proper flow handlers by Kyle McMartin · 14 years ago
  18. ba20085 parisc: lay groundwork for killing __do_IRQ by Kyle McMartin · 14 years ago
  19. c442ef9 parisc: squelch warning when using dev_get_stats by Kyle McMartin · 14 years ago
  20. 3cfc2c4 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  21. 6ba7401 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  22. d790d4d Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  23. 4b4fd27 PARISC: led.c - fix potential stack overflow in led_proc_write() by Helge Deller · 14 years ago
  24. 2817273 net: fix 64 bit counters on 32 bit arches by Eric Dumazet · 14 years ago
  25. 421f91d fix typos concerning "initiali[zs]e" by Uwe Kleine-König · 14 years ago
  26. 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
  27. 52cf25d Driver core: Constify struct sysfs_ops in struct kobj_type by Emese Revfy · 14 years ago
  28. a3bee03 parisc: remove trailing space in messages by Frans Pop · 14 years ago
  29. d0608b5 parisc: Fixup last users of irq_chip->typename by Thomas Gleixner · 15 years ago
  30. 217bfb5 parisc: convert /proc/pdc/{lcd,led} to seq_file by Alexey Dobriyan · 15 years ago
  31. e7d2860 tree-wide: convert open calls to remove spaces to skip_spaces() lib function by André Goddard Rosa · 15 years ago
  32. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  33. 18821b0 Merge branch 'bkl-drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  34. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  35. 246c65a parisc: led: Use for_each_netdev_rcu() by Eric Dumazet · 15 years ago
  36. eb29b75 parisc: Remove BKL from eisa_eeprom by Thomas Gleixner · 15 years ago
  37. 4481374 mm: replace various uses of num_physpages by totalram_pages by Jan Beulich · 15 years ago
  38. cae5a39 parisc: hppb.c - fix printk format strings by Helge Deller · 15 years ago
  39. 1e0deab parisc: dino.c - check return value of pci_assign_resource() by Helge Deller · 15 years ago
  40. b10ff54 parisc: includecheck fix for ccio-dma.c by Jaswinder Singh Rajput · 15 years ago
  41. 6b4dbcd parisc: isa-eeprom - Fix loff_t usage by Michael Buesch · 15 years ago
  42. 450d6e3 parisc: fixed faulty check in lba_pci by Stoyan Gaydarov · 15 years ago
  43. 447c233 parisc: Fix read buffer overflow in pdc_stable driver by Roel Kluin · 15 years ago
  44. ad361c9 Remove multiple KERN_ prefixes from printk formats by Joe Perches · 15 years ago
  45. 0c5cb79 parisc: superio: fix build breakage by Alexander Beregalov · 15 years ago
  46. ca0844e parisc: Fix PCI resource allocation on non-PAT SBA machines by Matthew Wilcox · 15 years ago
  47. e957f60 parisc: Fix gcc 4.4 warning in lba_pci.c by Grant Grundler · 15 years ago
  48. dfe0756 parisc: remove obsolete hw_interrupt_type by Thomas Gleixner · 15 years ago
  49. fed99b1 parisc: advertise PCI devs after "assign_resources" by Grant Grundler · 15 years ago
  50. 8d2d00d parisc: ccio-dma: fix build failure without procfs by Alexander Beregalov · 15 years ago
  51. d18dbfa parisc: remove driver_data direct access of struct device by Greg Kroah-Hartman · 15 years ago
  52. d5dedd4 irq: change ->set_affinity() to return status by Yinghai Lu · 15 years ago
  53. 28783eb parport: Fix various uses of parport_pc by Alan Cox · 15 years ago
  54. c18b460 parisc: drivers: fix warnings by Alexander Beregalov · 15 years ago
  55. 1ab2eaa parisc: led: remove proc_dir_entry::owner by Alexander Beregalov · 15 years ago
  56. 2d6d79b parisc: iosapic: fix build breakage by Alexander Beregalov · 15 years ago
  57. 8a1def4 parisc: blink all or loadavg LEDs on oops by Helge Deller · 16 years ago
  58. 5bee17f parisc: sba_iommu: fix build bug when CONFIG_PARISC_AGP=y by Kyle McMartin · 15 years ago
  59. d499524 parisc: dino: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 15 years ago
  60. 8b6649c parisc: convert cpu_check_affinity to new cpumask api by Kyle McMartin · 15 years ago
  61. 9785d64 parisc: fix wrong assumption about bus->self by Grant Grundler · 15 years ago
  62. bfe4f4f parisc: remove klist iterators by James Bottomley · 16 years ago
  63. 5872fb9 Documentation: move DMA-mapping.txt to Doc/PCI/ by Randy Dunlap · 15 years ago
  64. 125c97d fix early_serial_setup() regression by Helge Deller · 15 years ago
  65. 29a41e9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6 by Linus Torvalds · 16 years ago
  66. f0e88af PCI: parisc: use generic pci_swizzle_interrupt_pin() by Bjorn Helgaas · 16 years ago
  67. 0063507 parisc: remove dead BIO_VMERGE_BOUNDARY and BIO_VMERGE_MAX_SIZE definitions by FUJITA Tomonori · 16 years ago
  68. df8e5bc parisc: drivers/parisc/: make code static by Adrian Bunk · 16 years ago
  69. b840d79 Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  70. 0de2652 cpumask: make irq_set_affinity() take a const struct cpumask by Rusty Russell · 16 years ago
  71. eeda3fd netdev: introduce dev_get_stats() by Stephen Hemminger · 16 years ago
  72. aeb5d72 [PATCH] introduce fmode_t, do annotations by Al Viro · 16 years ago
  73. e3d2f92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6 by Linus Torvalds · 16 years ago
  74. 08678b0 generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_desc[] by Yinghai Lu · 16 years ago
  75. 1e22166 parisc: unify CCIO_COLLECT_STATS implementation by Kyle McMartin · 16 years ago
  76. 6044c31 parisc-eisa_eeprom: BKL pushdown by Arnd Bergmann · 16 years ago
  77. a8043ec drivers/parisc: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  78. 0fd6894 parisc: use non-racy method for proc entries creation by Denis V. Lunev · 16 years ago
  79. c71c68a PCI: remove parisc consumer of the pci global_list by James Bottomley · 16 years ago
  80. 56ee0cf [PARISC] make ptr_to_pide() static by FUJITA Tomonori · 16 years ago
  81. ff451d7 [PARISC] pdc_stable: fix compile errors by Joel Soete · 16 years ago
  82. 4a0d3f3 parisc: fix IOMMU's device boundary overflow bug on 32bits arch by FUJITA Tomonori · 16 years ago
  83. 4666344 iommu: parisc: make the IOMMUs respect the segment boundary limits by FUJITA Tomonori · 16 years ago
  84. 7c8cda6 iommu: parisc: pass struct device to iommu_alloc_range by FUJITA Tomonori · 16 years ago
  85. d1b5163 iommu sg merging: parisc: make iommu respect the segment size limits by FUJITA Tomonori · 16 years ago
  86. 4f63ba1 drivers/parisc/: Spelling fixes by Joe Perches · 16 years ago
  87. 17159b0 [PARISC]: Fix build after ipv4_is_*() changes. by Joe Perches · 17 years ago
  88. c10997f Kobject: convert drivers/* from kobject_unregister() to kobject_put() by Greg Kroah-Hartman · 17 years ago
  89. 73f368c Kobject: change drivers/parisc/pdc_stable.c to use kobject_init_and_add by Greg Kroah-Hartman · 17 years ago
  90. c829a5b4 kobject: convert parisc/pdc_stable to use kobject_create by Greg Kroah-Hartman · 17 years ago
  91. f62ed9e firmware: change firmware_kset to firmware_kobj by Greg Kroah-Hartman · 17 years ago
  92. 4443d07 kset: convert parisc/pdc_stable.c to use kset_create by Greg Kroah-Hartman · 17 years ago
  93. 7f54821 kobject: convert parisc/pdc_stable to kobj_attr interface by Greg Kroah-Hartman · 17 years ago
  94. 3514fac kobject: remove struct kobj_type from struct kset by Greg Kroah-Hartman · 17 years ago
  95. 84f4506 [PARISC] lba_pci: pci_claim_resources disabled expansion roms by Kyle McMartin · 17 years ago
  96. b61e8f4 parisc: fix sg_page() fallout by FUJITA Tomonori · 17 years ago
  97. 9611f61 [PARISC] Fix infinite loop in /proc/iomem by Matthew Wilcox · 17 years ago
  98. 26f0324 [PARISC] Quiet sysfs_create_link __must_check warnings in pdc_stable by Kyle McMartin · 17 years ago
  99. 19c4d56 [PARISC] Squelch pci_enable_device __must_check warning in superio by Kyle McMartin · 17 years ago
  100. e9a0399 [PARISC] Clean up a resource_size_t warning in sba_iommu by Kyle McMartin · 17 years ago