1. 60bb83b resource: fix integer overflow at reallocation by Takashi Iwai · 7 years ago
  2. a2e5790 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  3. 9825b45 kernel/resource: iomem_is_exclusive can be boolean by Yaowei Bai · 7 years ago
  4. f37e233 resource: Set type when reserving new regions by Bjorn Helgaas · 7 years ago
  5. ffd2e8d resource: Set type of "reserve=" user-specified resources by Bjorn Helgaas · 7 years ago
  6. 0e4c12b x86/mm, resource: Use PAGE_KERNEL protection for ioremap of memory pages by Tom Lendacky · 7 years ago
  7. 1d2e733 resource: Provide resource struct in resource walk callback by Tom Lendacky · 7 years ago
  8. 4ac2aed resource: Consolidate resource walking code by Tom Lendacky · 7 years ago
  9. 51d7b12 /proc/iomem: only expose physical resource addresses to privileged users by Linus Torvalds · 9 years ago
  10. 8095d0f resource: Export insert_resource and remove_resource by Toshi Kani · 9 years ago
  11. ff3cc95 resource: Add remove_resource interface by Toshi Kani · 9 years ago
  12. 4e0d8f7e resource: Change __request_region to inherit from immediate parent by Toshi Kani · 9 years ago
  13. bc94b99 Merge tag 'v4.5-rc6' into core/resources, to resolve conflict by Ingo Molnar · 9 years ago
  14. 59ceeaa kernel/resource.c: fix muxed resource handling in __request_region() by Simon Guinot · 9 years ago
  15. a8fc425 resource: Kill walk_iomem_res() by Toshi Kani · 9 years ago
  16. 3f33647 resource: Add walk_iomem_res_desc() by Toshi Kani · 9 years ago
  17. 1c29f25 memremap: Change region_intersects() to take @flags and @desc by Toshi Kani · 9 years ago
  18. bd7e6cb resource: Change walk_system_ram() to use System RAM type by Toshi Kani · 9 years ago
  19. 43ee493 resource: Add I/O resource descriptor by Toshi Kani · 9 years ago
  20. a3650d5 resource: Handle resource flags properly by Toshi Kani · 9 years ago
  21. 90a545e restrict /dev/mem to idle io memory ranges by Dan Williams · 9 years ago
  22. 124fe20 mm: enhance region_is_ram() to region_intersects() by Dan Williams · 9 years ago
  23. 8c38de9 mm: Fix bugs in region_is_ram() by Toshi Kani · 9 years ago
  24. 96831c0a kernel/resource.c: remove deprecated __check_region() and friends by Jakub Sitnicki · 10 years ago
  25. 90e9782 resources: Move struct resource_list_entry from ACPI into resource core by Jiang Liu · 10 years ago
  26. 67cf13c x86: optimize resource lookups for ioremap by Mike Travis · 10 years ago
  27. 80213c0 Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  28. 8d38821 resources: Add device-managed request/release_resource() by Thierry Reding · 10 years ago
  29. 800df62 resource: fix the case of null pointer access by Vivek Goyal · 10 years ago
  30. 8c86e70 resource: provide new functions to walk through resources by Vivek Goyal · 10 years ago
  31. e4c7296 resources: Clarify sanity check message by Bjorn Helgaas · 11 years ago
  32. 28ab49f kernel/resource.c: make reallocate_resource() static by Daeseok Youn · 11 years ago
  33. 6404e88 resources: Set type in __request_region() by Bjorn Helgaas · 11 years ago
  34. 5edb93b resource: Add resource_contains() by Bjorn Helgaas · 11 years ago
  35. 0786f7b kernel/resource.c: remove the unneeded assignment in function __find_resource by Kevin Hao · 12 years ago
  36. c5a1303 ACPI/APEI: Add parameter check before error injection by Chen Gong · 12 years ago
  37. ebff7d8 mem hotunplug: fix kfree() of bootmem memory by Yasuaki Ishimatsu · 12 years ago
  38. 825f787 resource: add release_mem_region_adjustable() by Toshi Kani · 12 years ago
  39. ae8e3a9 resource: add __adjust_resource() for internal use by Toshi Kani · 12 years ago
  40. 4965f56 kernel/resource.c: fix stack overflow in __reserve_region_with_split() by T Makphaibulchoke · 12 years ago
  41. 65fed8f resource: make sure requested range is included in the root range by Octavian Purdila · 12 years ago
  42. 82ec90e resources: allow adjust_resource() for resources with no parent by Yinghai Lu · 13 years ago
  43. ee5e568 kernel/resource.c: correct the comment of allocate_resource() by Wei Yang · 13 years ago
  44. 2410574 kernel/resource.c: move EXPORT_SYMBOL right after definition by Cong Wang · 13 years ago
  45. 9984de1 kernel: Map most files to use export.h instead of module.h by Paul Gortmaker · 14 years ago
  46. 47ea91b Resource: fix wrong resource window calculation by Ram Pai · 13 years ago
  47. 1c38891 resources: Add lookup_resource() by Geert Uytterhoeven · 14 years ago
  48. 23c570a resource: ability to resize an allocated resource by Ram Pai · 14 years ago
  49. fcb1191 resources: add arch hook for preventing allocation in reserved areas by Bjorn Helgaas · 14 years ago
  50. c0f5ac5 Revert "resources: support allocating space within a region from the top down" by Bjorn Helgaas · 14 years ago
  51. e9f29c9 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 14 years ago
  52. 5de1cb2 kernel/resource.c: handle reinsertion of an already-inserted resource by Huang Shijie · 14 years ago
  53. e7f8567 resources: support allocating space within a region from the top down by Bjorn Helgaas · 14 years ago
  54. a1862e3 resources: handle overflow when aligning start of available area by Bjorn Helgaas · 14 years ago
  55. 6909ba1 resources: ensure callback doesn't allocate outside available space by Bjorn Helgaas · 14 years ago
  56. 5d6b1fa resources: factor out resource_clip() to simplify find_resource() by Bjorn Helgaas · 14 years ago
  57. a9cea01 resources: add a default alignf to simplify find_resource() by Bjorn Helgaas · 14 years ago
  58. 8b6d043 resource: shared I/O region support by Alan Cox · 15 years ago
  59. 66f1207 resources: add interfaces that return conflict information by Bjorn Helgaas · 15 years ago
  60. 2a32f2d Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  61. f414966 resource: Fix broken indentation by H. Peter Anvin · 15 years ago
  62. 37b99dd resource: Fix generic page_is_ram() for partial RAM pages by Wu Fengguang · 15 years ago
  63. 46bbffa Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  64. 5eeec0e resource: add release_child_resources by Yinghai Lu · 15 years ago
  65. 3b7a17f resource/PCI: mark struct resource as const by Dominik Brodowski · 15 years ago
  66. b26b2d4 resource/PCI: align functions now return start of resource by Dominik Brodowski · 15 years ago
  67. b7e56ed Merge branch 'linus' into x86/mm by Thomas Gleixner · 15 years ago
  68. e527300 Generic page_is_ram: use __weak by Andrew Morton · 15 years ago
  69. 61ef248 resources: introduce generic page_is_ram() by Wu Fengguang · 15 years ago
  70. 0e2c8b8 resources: fix call to alignf() in allocate_resource() by Dominik Brodowski · 15 years ago
  71. 1e5ad96 resources: when allocate_resource() fails, leave resource untouched by Bjorn Helgaas · 15 years ago
  72. 908eedc walk system ram range by KAMEZAWA Hiroyuki · 15 years ago
  73. 8bc1ad7 kernel/resource.c: fix sign extension in reserve_setup() by Zhang Rui · 16 years ago
  74. ff54250 Remove 'recurse into child resources' logic from 'reserve_region_with_split()' by Linus Torvalds · 16 years ago
  75. 6ae301e resources: fix parameter name and kernel-doc by Randy Dunlap · 16 years ago
  76. e8de148 resource: allow MMIO exclusivity for device drivers by Arjan van de Ven · 16 years ago
  77. 3ac5266 resources: skip sanity check of busy resources by Arjan van de Ven · 16 years ago
  78. 42c0202 reserve_region_with_split: Fix GFP_KERNEL usage under spinlock by Linus Torvalds · 16 years ago
  79. d68612b resources: fix x86info results ioremap.c:226 __ioremap_caller+0xf2/0x2d6() WARNINGs by Suresh Siddha · 16 years ago
  80. bea9211 kernel/resource: fix reserve_region_with_split() section mismatch by Paul Mundt · 16 years ago
  81. e533b22 Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  82. c26ec88 resources: tidy __request_region() by Bjorn Helgaas · 16 years ago
  83. 13eb837 IO resources, x86: ioremap sanity check to catch mapping requests exceeding, fix by Ingo Molnar · 16 years ago
  84. 379daf6 IO resources, x86: ioremap sanity check to catch mapping requests exceeding the BAR sizes by Suresh Siddha · 16 years ago
  85. 1cf44ba IO resources: fix/remove printk by Ingo Molnar · 16 years ago
  86. 268364a IO resources: add reserve_region_with_split() by Yinghai Lu · 16 years ago
  87. 6781f4a kernel/resource.c: fix new kernel-doc warning by Randy Dunlap · 16 years ago
  88. bef69ea Resource handling: add 'insert_resource_expand_to_fit()' function by Linus Torvalds · 16 years ago
  89. 1a4e564 resource: add resource_size() by Magnus Damm · 16 years ago
  90. c33fff0 kernel: use non-racy method for proc entries creation by Denis V. Lunev · 17 years ago
  91. 8845256 PCI: clean up resource alignment management by Ivan Kokshaysky · 17 years ago
  92. a99824f [POWERPC] Add arch-specific walk_memory_remove() for 64-bit powerpc by Badari Pulavarty · 17 years ago
  93. 887c3cb Add IORESOUCE_BUSY flag for System RAM by Yasunori Goto · 17 years ago
  94. 75884fb memory unplug: memory hotplug cleanup by KAMEZAWA Hiroyuki · 17 years ago
  95. 8cdfb29 libata/IDE: remove combined mode quirk by Jeff Garzik · 18 years ago
  96. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 18 years ago
  97. 9ac7849 devres: device resource management by Tejun Heo · 18 years ago
  98. 15ad7cd [PATCH] struct seq_operations and struct file_operations constification by Helge Deller · 18 years ago
  99. e1ca66d1b [PATCH] kernel-doc for kernel/resource.c by Randy Dunlap · 18 years ago
  100. d33b6fb Resources: insert identical resources above existing resources by Matthew Wilcox · 19 years ago