Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
d1d4b10cdafb8dd4044a3b67b05f759047612fdc
/
kernel
/
resource.c
8b6d043
resource: shared I/O region support
by Alan Cox
· 15 years ago
66f1207
resources: add interfaces that return conflict information
by Bjorn Helgaas
· 15 years ago
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
f414966
resource: Fix broken indentation
by H. Peter Anvin
· 15 years ago
37b99dd
resource: Fix generic page_is_ram() for partial RAM pages
by Wu Fengguang
· 15 years ago
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
5eeec0e
resource: add release_child_resources
by Yinghai Lu
· 15 years ago
3b7a17f
resource/PCI: mark struct resource as const
by Dominik Brodowski
· 15 years ago
b26b2d4
resource/PCI: align functions now return start of resource
by Dominik Brodowski
· 15 years ago
b7e56ed
Merge branch 'linus' into x86/mm
by Thomas Gleixner
· 15 years ago
e527300
Generic page_is_ram: use __weak
by Andrew Morton
· 15 years ago
61ef248
resources: introduce generic page_is_ram()
by Wu Fengguang
· 15 years ago
0e2c8b8
resources: fix call to alignf() in allocate_resource()
by Dominik Brodowski
· 15 years ago
1e5ad96
resources: when allocate_resource() fails, leave resource untouched
by Bjorn Helgaas
· 15 years ago
908eedc
walk system ram range
by KAMEZAWA Hiroyuki
· 15 years ago
8bc1ad7
kernel/resource.c: fix sign extension in reserve_setup()
by Zhang Rui
· 16 years ago
ff54250
Remove 'recurse into child resources' logic from 'reserve_region_with_split()'
by Linus Torvalds
· 16 years ago
6ae301e
resources: fix parameter name and kernel-doc
by Randy Dunlap
· 16 years ago
e8de148
resource: allow MMIO exclusivity for device drivers
by Arjan van de Ven
· 16 years ago
3ac5266
resources: skip sanity check of busy resources
by Arjan van de Ven
· 16 years ago
42c0202
reserve_region_with_split: Fix GFP_KERNEL usage under spinlock
by Linus Torvalds
· 16 years ago
d68612b
resources: fix x86info results ioremap.c:226 __ioremap_caller+0xf2/0x2d6() WARNINGs
by Suresh Siddha
· 16 years ago
bea9211
kernel/resource: fix reserve_region_with_split() section mismatch
by Paul Mundt
· 16 years ago
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
c26ec88
resources: tidy __request_region()
by Bjorn Helgaas
· 16 years ago
13eb837
IO resources, x86: ioremap sanity check to catch mapping requests exceeding, fix
by Ingo Molnar
· 16 years ago
379daf6
IO resources, x86: ioremap sanity check to catch mapping requests exceeding the BAR sizes
by Suresh Siddha
· 16 years ago
1cf44ba
IO resources: fix/remove printk
by Ingo Molnar
· 16 years ago
268364a
IO resources: add reserve_region_with_split()
by Yinghai Lu
· 16 years ago
6781f4a
kernel/resource.c: fix new kernel-doc warning
by Randy Dunlap
· 16 years ago
bef69ea
Resource handling: add 'insert_resource_expand_to_fit()' function
by Linus Torvalds
· 16 years ago
1a4e564
resource: add resource_size()
by Magnus Damm
· 16 years ago
c33fff0
kernel: use non-racy method for proc entries creation
by Denis V. Lunev
· 17 years ago
8845256
PCI: clean up resource alignment management
by Ivan Kokshaysky
· 17 years ago
a99824f
[POWERPC] Add arch-specific walk_memory_remove() for 64-bit powerpc
by Badari Pulavarty
· 17 years ago
887c3cb
Add IORESOUCE_BUSY flag for System RAM
by Yasunori Goto
· 17 years ago
75884fb
memory unplug: memory hotplug cleanup
by KAMEZAWA Hiroyuki
· 17 years ago
8cdfb29
libata/IDE: remove combined mode quirk
by Jeff Garzik
· 18 years ago
cd354f1
[PATCH] remove many unneeded #includes of sched.h
by Tim Schmielau
· 18 years ago
9ac7849
devres: device resource management
by Tejun Heo
· 18 years ago
15ad7cd
[PATCH] struct seq_operations and struct file_operations constification
by Helge Deller
· 18 years ago
e1ca66d1b
[PATCH] kernel-doc for kernel/resource.c
by Randy Dunlap
· 18 years ago
d33b6fb
Resources: insert identical resources above existing resources
by Matthew Wilcox
· 19 years ago
58c1b5b
[PATCH] memory hotadd fixes: find_next_system_ram catch range fix
by KAMEZAWA Hiroyuki
· 18 years ago
0f04ab5
[PATCH] memory hotadd fixes: change find_next_system_ram's return value manner
by KAMEZAWA Hiroyuki
· 18 years ago
cd6ef2ad
[PATCH] The scheduled unexport of insert_resource
by Adrian Bunk
· 19 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 19 years ago
1903ac5
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6
by Linus Torvalds
· 19 years ago
2842f11
[PATCH] catch valid mem range at onlining memory
by KAMEZAWA Hiroyuki
· 19 years ago
6550e07
[PATCH] 64bit Resource: finally enable 64bit resource sizes
by Greg Kroah-Hartman
· 19 years ago
d75fc8b
[PATCH] 64bit resource: change resource core to use resource_size_t
by Greg Kroah-Hartman
· 19 years ago
685143ac
[PATCH] 64bit resource: fix up printks for resources in arch and core code
by Greg Kroah-Hartman
· 19 years ago
d974837
[PATCH] kernel/resource.c: __check_region(): remove pointless __deprecated
by Adrian Bunk
· 19 years ago
dd39271
[PATCH] introduce and use kzalloc
by Pekka J Enberg
· 19 years ago
8c0e33c
[PATCH] Use ALIGN to remove duplicate code
by Nick Wilson
· 20 years ago
b52402c
[PATCH] pci enumeration on ixp2000: overflow in kernel/resource.c
by Lennert Buytenhek
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago