index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pnp
/
resource.c
Commit message (
Expand
)
Author
Age
*
Merge branch 'linus' into test
Len Brown
2008-10-23
|
\
|
*
pnp: make the resource type an unsigned long
Rene Herman
2008-10-16
*
|
PNP: convert to using pnp_dbg()
Bjorn Helgaas
2008-10-10
*
|
PNP: fix debug formatting (cosmetic)
Bjorn Helgaas
2008-10-10
|
/
*
PNP: avoid legacy IDE IRQs
Bjorn Helgaas
2008-07-16
*
PNP: convert resource options to single linked list
Bjorn Helgaas
2008-07-16
*
PNP: rename pnp_register_*_resource() local variables
Bjorn Helgaas
2008-07-16
*
PNP: centralize resource option allocations
Bjorn Helgaas
2008-07-16
*
PNP: increase I/O port & memory option address sizes
Bjorn Helgaas
2008-07-16
*
PNP: introduce pnp_irq_mask_t typedef
Bjorn Helgaas
2008-07-16
*
PNP: add pnp_possible_config() -- can a device could be configured this way?
Bjorn Helgaas
2008-07-16
*
PNP: remove ratelimit on add resource failures
Bjorn Helgaas
2008-07-16
*
PNP: replace pnp_resource_table with dynamically allocated resources
Bjorn Helgaas
2008-07-16
*
PNP: add pnp_resource_type() internal interface
Bjorn Helgaas
2008-07-16
*
pnp: add pnp_build_option() to the API
Rene Herman
2008-05-14
*
PNP: make generic pnp_add_mem_resource()
Bjorn Helgaas
2008-04-29
*
PNP: make generic pnp_add_io_resource()
Bjorn Helgaas
2008-04-29
*
PNP: make generic pnp_add_dma_resource()
Bjorn Helgaas
2008-04-29
*
PNP: make generic pnp_add_irq_resource()
Bjorn Helgaas
2008-04-29
*
PNP: add pnp_new_resource() to find a new unset pnp_resource
Bjorn Helgaas
2008-04-29
*
PNP: add pnp_get_pnp_resource()
Bjorn Helgaas
2008-04-29
*
PNP: add struct pnp_resource
Bjorn Helgaas
2008-04-29
*
PNP: make pnp_resource_table private to PNP core
Bjorn Helgaas
2008-04-29
*
PNP: remove PNP_MAX_* uses
Bjorn Helgaas
2008-04-29
*
PNP: convert resource checks to use pnp_get_resource(), not pnp_resource_table
Bjorn Helgaas
2008-04-29
*
PNP: pass resources, not indexes, to pnp_check_port(), et al
Bjorn Helgaas
2008-04-29
*
PNP: check for conflicts with all resources, not just earlier ones
Bjorn Helgaas
2008-04-29
*
PNP: reduce redundancy in pnp_check_port() and others
Bjorn Helgaas
2008-04-29
*
PNP: use conventional "i" for loop indices
Bjorn Helgaas
2008-04-29
*
PNP: add pnp_get_resource() interface
Bjorn Helgaas
2008-04-29
*
PNP: add debug output to option registration
Bjorn Helgaas
2008-04-29
*
drivers/pnp/resource.c: Add missing pci_dev_put
Julia Lawall
2007-11-29
*
PNP: use dev_info(), dev_err(), etc in core
Bjorn Helgaas
2007-10-17
*
[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz
Jaroslav Kysela
2007-10-16
*
PNP: remove null pointer checks
Bjorn Helgaas
2007-08-24
*
PNP: fix up after Lindent
Bjorn Helgaas
2007-07-26
*
PNP: Lindent all source files
Bjorn Helgaas
2007-07-26
*
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
2006-10-05
*
[PATCH] irq-flags: misc drivers: Use the new IRQF_ constants
Thomas Gleixner
2006-07-02
*
[PATCH] pnp: suppress request_irq() warning
Andrew Morton
2006-07-01
*
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-30
*
[PATCH] 64bit resource: change pnp core to use resource_size_t
Greg Kroah-Hartman
2006-06-27
*
[PATCH] drivers/pnp/: cleanups
Adrian Bunk
2005-11-07
*
[ACPI] PNPACPI vs sound IRQ
David Shaohua Li
2005-07-12
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16