index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.19.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pnp
/
pnpbios
/
rsparser.c
Age
Commit message (
Expand
)
Author
2023-10-20
PNP: replace deprecated strncpy() with memcpy()
Justin Stitt
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2011-06-10
treewide: Convert uses of struct resource to resource_size(ptr)
Joe Perches
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2009-12-04
tree-wide: fix assorted typos all over the place
André Goddard Rosa
2008-10-10
PNP: convert to using pnp_dbg()
Bjorn Helgaas
2008-07-16
PNP: convert resource options to single linked list
Bjorn Helgaas
2008-07-16
PNP: remove extra 0x100 bit from option priority
Bjorn Helgaas
2008-07-16
PNP: centralize resource option allocations
Bjorn Helgaas
2008-07-16
PNP: introduce pnp_irq_mask_t typedef
Bjorn Helgaas
2008-07-16
PNP: define PNP-specific IORESOURCE_IO_* flags alongside IRQ, DMA, MEM
Bjorn Helgaas
2008-07-16
PNP: replace pnp_resource_table with dynamically allocated resources
Bjorn Helgaas
2008-05-01
PNP: fix printk format warnings
Randy Dunlap
2008-04-29
PNPBIOS: remove include/linux/pnpbios.h
Bjorn Helgaas
2008-04-29
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: remove pnp_resource_table references from resource decoders
Bjorn Helgaas
2008-04-29
PNP: make pnp_resource_table private to PNP core
Bjorn Helgaas
2008-04-29
PNP: convert encoders to use pnp_get_resource(), not pnp_resource_table
Bjorn Helgaas
2008-04-29
PNP: use dev_printk when possible
Bjorn Helgaas
2008-04-29
PNP: add pnp_init_resources(struct pnp_dev *) interface
Bjorn Helgaas
2008-04-29
PNP: add debug output to encoders
Bjorn Helgaas
2008-04-29
PNP: remove more pnp_resource_table arguments
Bjorn Helgaas
2008-04-29
PNP: add debug output to option registration
Bjorn Helgaas
2008-04-29
PNP: add pnp_eisa_id_to_string()
Bjorn Helgaas
2008-04-29
PNP: change pnp_add_id() to allocate its own pnp_id structures
Bjorn Helgaas
2008-02-06
pnp: declare PNP option parsing functions as __init
Thomas Renninger
2007-08-24
PNP: fix up after Lindent
Bjorn Helgaas
2007-07-26
PNP: fix up after Lindent
Bjorn Helgaas
2007-07-26
PNP: Lindent all source files
Bjorn Helgaas
2007-02-11
[PATCH] Remove unnecessary memset(0) calls after kzalloc() calls.
Robert P. J. Day
2006-12-13
[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()
Robert P. J. Day
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-03-23
[PATCH] PnPBIOS: Missing SMALL_TAG_ENDDEP tag
Rene Herman
2005-10-30
[PATCH] fix missing includes
Tim Schmielau
2005-09-07
[PATCH] pnp: consolidate kmalloc wrappers
Bjorn Helgaas
2005-07-27
[PATCH] drivers/pnp/pnpbios/rsparser.c: fix compile error with PCI=n
Adrian Bunk
2005-07-12
[ACPI] PNPACPI vs sound IRQ
David Shaohua Li
2005-05-01
[PATCH] drivers/pnp/pnpbios/rsparser.c: fix an array overflow
Adrian Bunk
2005-02-21
[PATCH] Build failure with !CONFIG_PCI and with CONFIG_ISAPNP=y && CONFIG_PNP...
Mika Kukkonen
2004-10-28
Merge intel.com:/home/lenb/src/26-stable-dev
Len Brown
2004-10-28
[PNP] handler more than 16 IRQs
Len Brown
2004-10-27
Merge
Len Brown
2004-10-27
[ACPI] introduces acpi_penalize_isa_irq() to to avoid PCI
Len Brown
2004-09-13
[PATCH] pnpbios parser bugfix
Matthieu Castet
2004-04-14
[PNPBIOS] parse asci text name
Adam Belay
2004-02-08
[PNP]: Resource flags update
Adam Belay
2003-08-05
[PNPBIOS] Move Parsing Functions to the PnPBIOS driver
Adam Belay