index
:
kernel-crypto.git
audit
bugfixes
herbert
integration
master
ncr-audit
ncr-integration
ncr-rhel5-patches
ncr-standalone-master
ncr-standalone-rename
ncr-submission-2
ncr-userspace-crypto
User-space crypto API development for Linux
Miloslav Trmac
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pnp
/
pnpacpi
/
rsparser.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
PNPACPI: save struct acpi_device, not just acpi_handle
Bjorn Helgaas
2009-12-11
1
-3
/
+6
*
-
.
Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904'...
Len Brown
2009-06-24
1
-2
/
+44
|
\
\
|
|
*
PNPACPI: parse Extended Address Space Descriptors
Bjorn Helgaas
2009-05-27
1
-2
/
+44
|
|
/
*
/
irq: change ACPI GSI APIs to also take a device argument
Yinghai Lu
2009-04-28
1
-1
/
+1
|
/
*
PNP: convert to using pnp_dbg()
Bjorn Helgaas
2008-10-10
1
-14
/
+14
*
PNPACPI: use dev_printk when possible
Bjorn Helgaas
2008-10-10
1
-7
/
+8
*
PNPACPI: ignore the producer/consumer bit for extended IRQ descriptors
Bjorn Helgaas
2008-08-25
1
-2
/
+0
*
PNPACPI: add support for HP vendor-specific CCSR descriptors
Bjorn Helgaas
2008-07-16
1
-0
/
+60
*
PNP: convert resource options to single linked list
Bjorn Helgaas
2008-07-16
1
-53
/
+40
*
PNP: remove extra 0x100 bit from option priority
Bjorn Helgaas
2008-07-16
1
-1
/
+1
*
PNPACPI: ignore _PRS interrupt numbers larger than PNP_IRQ_NR
Bjorn Helgaas
2008-07-16
1
-3
/
+10
*
PNP: centralize resource option allocations
Bjorn Helgaas
2008-07-16
1
-100
/
+49
*
PNP: introduce pnp_irq_mask_t typedef
Bjorn Helgaas
2008-07-16
1
-2
/
+2
*
PNP: define PNP-specific IORESOURCE_IO_* flags alongside IRQ, DMA, MEM
Bjorn Helgaas
2008-07-16
1
-5
/
+5
*
PNPACPI: keep disabled resources when parsing current config
Bjorn Helgaas
2008-07-16
1
-18
/
+52
*
PNP: replace pnp_resource_table with dynamically allocated resources
Bjorn Helgaas
2008-07-16
1
-43
/
+88
*
PNPACPI: use _CRS IRQ descriptor length for _SRS
Bjorn Helgaas
2008-06-11
1
-2
/
+7
*
pnpacpi: fix shareable IRQ encode/decode
Bjorn Helgaas
2008-06-11
1
-14
/
+13
*
pnpacpi: fix IRQ flag decoding
Bjorn Helgaas
2008-06-11
1
-4
/
+12
*
PNPACPI: move _CRS/_PRS warnings closer to the action
Bjorn Helgaas
2008-04-29
1
-8
/
+22
*
PNP: make generic pnp_add_mem_resource()
Bjorn Helgaas
2008-04-29
1
-25
/
+9
*
PNP: make generic pnp_add_io_resource()
Bjorn Helgaas
2008-04-29
1
-25
/
+10
*
PNP: make generic pnp_add_dma_resource()
Bjorn Helgaas
2008-04-29
1
-34
/
+8
*
PNP: make generic pnp_add_irq_resource()
Bjorn Helgaas
2008-04-29
1
-26
/
+7
*
PNP: remove pnp_resource_table references from resource decoders
Bjorn Helgaas
2008-04-29
1
-40
/
+48
*
PNP: make pnp_resource_table private to PNP core
Bjorn Helgaas
2008-04-29
1
-4
/
+6
*
PNP: convert encoders to use pnp_get_resource(), not pnp_resource_table
Bjorn Helgaas
2008-04-29
1
-11
/
+8
*
PNP: use dev_printk when possible
Bjorn Helgaas
2008-04-29
1
-8
/
+12
*
PNP: add pnp_init_resources(struct pnp_dev *) interface
Bjorn Helgaas
2008-04-29
1
-2
/
+1
*
PNP: add debug output to encoders
Bjorn Helgaas
2008-04-29
1
-26
/
+64
*
PNP: remove more pnp_resource_table arguments
Bjorn Helgaas
2008-04-29
1
-25
/
+30
*
PNP: add debug output to option registration
Bjorn Helgaas
2008-04-29
1
-28
/
+40
*
PNPACPI: pass pnp_dev instead of acpi_handle
Bjorn Helgaas
2008-04-29
1
-1
/
+2
*
PNPACPI: extend irq_flags() to set IORESOURCE_IRQ_SHAREABLE when appropriate
Bjorn Helgaas
2008-04-29
1
-11
/
+15
*
PNPACPI: hoist dma_flags() out of pnpacpi_parse_allocated_dmaresource()
Bjorn Helgaas
2008-04-29
1
-7
/
+4
*
PNPACPI: use temporaries to reduce repetition
Bjorn Helgaas
2008-04-29
1
-73
/
+103
*
PNPACPI: pnpacpi_encode_ext_irq() wrongly set "irq" instead of "extended_irq"
Bjorn Helgaas
2008-04-29
1
-2
/
+2
*
pnpacpi: fix potential corruption on "pnpacpi: exceeded the max number of IRQ...
Len Brown
2008-04-23
1
-4
/
+6
*
pnpacpi: reduce printk severity for "pnpacpi: exceeded the max number of ..."
Len Brown
2008-03-26
1
-4
/
+4
*
pnp: declare PNP option parsing functions as __init
Thomas Renninger
2008-02-06
1
-22
/
+22
*
pnpacpi: print resource shortage message only once (more)
Len Brown
2008-01-17
1
-0
/
+2
*
pnpacpi: print resource shortage message only once
Len Brown
2008-01-12
1
-4
/
+10
*
PNP: increase the maximum number of resources
Zhao Yakui
2007-11-29
1
-2
/
+13
*
ACPI: fix two IRQ8 issues in IOAPIC mode
Shaohua Li
2007-11-20
1
-0
/
+18
*
Revert "Fix very high interrupt rate for IRQ8 (rtc) unless pnpacpi=off"
Len Brown
2007-11-19
1
-10
/
+0
*
Fix very high interrupt rate for IRQ8 (rtc) unless pnpacpi=off
Krzysztof Oledzki
2007-10-17
1
-0
/
+10
*
PNPACPI: remove unnecessary casts of "void *"
Bjorn Helgaas
2007-08-24
1
-8
/
+5
*
PNPACPI: simplify irq_flags()
Bjorn Helgaas
2007-08-24
1
-7
/
+4
*
PNP: fix up after Lindent
Bjorn Helgaas
2007-08-24
1
-0
/
+1
*
PNP: fix up after Lindent
Bjorn Helgaas
2007-07-26
1
-99
/
+61
[next]