index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pnp
/
quirks.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
PNP: Add Haswell-ULT to Intel MCH size workaround
Josh Boyer
2016-02-03
1
-0
/
+1
*
PNP: Add Broadwell to Intel MCH size workaround
Christophe Le Roy
2016-01-03
1
-0
/
+1
*
PNP: Don't check for overlaps with unassigned PCI BARs
Bjorn Helgaas
2015-03-12
1
-3
/
+6
*
PNP: Fix compile error in quirks.c
Bjorn Helgaas
2014-04-29
1
-2
/
+2
*
PNP: Work around BIOS defects in Intel MCH area reporting
Bjorn Helgaas
2014-04-24
1
-0
/
+79
*
PNP: work around Dell 1536/1546 BIOS MMCONFIG bug that breaks USB
Bjorn Helgaas
2012-01-06
1
-0
/
+42
*
vsprintf: use %pR, %pr instead of %pRt, %pRf
Bjorn Helgaas
2009-11-04
1
-2
/
+3
*
PNP: print resources consistently with %pRt
Bjorn Helgaas
2009-11-04
1
-9
/
+3
*
Merge branch 'linus' into test
Len Brown
2008-10-23
1
-1
/
+1
|
\
|
*
{pci,pnp} quirks.c: don't use deprecated print_fn_descriptor_symbol()
Linus Torvalds
2008-10-16
1
-2
/
+1
|
*
pnp: make the resource type an unsigned long
Rene Herman
2008-10-16
1
-1
/
+1
*
|
PNP: convert to using pnp_dbg()
Bjorn Helgaas
2008-10-10
1
-1
/
+1
*
|
PNP: use new vsprintf symbolic function pointer format
Bjorn Helgaas
2008-10-10
1
-4
/
+2
|
/
*
pnp: have quirk_system_pci_resources() include io resources
Rene Herman
2008-07-26
1
-5
/
+8
*
PNP: convert resource options to single linked list
Bjorn Helgaas
2008-07-16
1
-135
/
+155
*
PNP: support optional IRQ resources
Bjorn Helgaas
2008-07-16
1
-44
/
+27
*
PNP: introduce pnp_irq_mask_t typedef
Bjorn Helgaas
2008-07-16
1
-4
/
+7
*
PNP: replace pnp_resource_table with dynamically allocated resources
Bjorn Helgaas
2008-07-16
1
-2
/
+1
*
PNP: mark resources that conflict with PCI devices "disabled"
Bjorn Helgaas
2008-06-02
1
-1
/
+1
*
Clean up 'print_fn_descriptor_symbol()' types
Linus Torvalds
2008-05-15
1
-2
/
+1
*
pnp: add ISAPnP MPU option quirks
Rene Herman
2008-05-14
1
-0
/
+112
*
pnp: clean up pnp_fixup_device()
Rene Herman
2008-05-14
1
-12
/
+8
*
PNP: remove PNP_MAX_* uses
Bjorn Helgaas
2008-04-29
1
-6
/
+7
*
PNP: remove pnp_mem_flags() as an lvalue
Bjorn Helgaas
2008-04-29
1
-1
/
+3
*
PNP: use dev_printk for quirk messages
Bjorn Helgaas
2008-04-28
1
-4
/
+7
*
PNP: simplify quirk debug output
Bjorn Helgaas
2008-04-28
1
-2
/
+2
*
PNP: disable PNP motherboard resources that overlap PCI BARs
Bjorn Helgaas
2008-03-12
1
-0
/
+73
*
PNP: revert Supermicro H8DCE motherboard quirk
Bjorn Helgaas
2008-03-12
1
-43
/
+0
*
PNP: disable Supermicro H8DCE motherboard resources that overlap SATA BARs
Bjorn Helgaas
2008-02-06
1
-0
/
+43
*
PNP: use dev_info(), dev_err(), etc in core
Bjorn Helgaas
2007-10-17
1
-2
/
+10
*
PNP: remove SMCf010 quirk
Bjorn Helgaas
2007-09-11
1
-103
/
+0
*
PNP: fix up after Lindent
Bjorn Helgaas
2007-07-26
1
-1
/
+0
*
PNP: Lindent all source files
Bjorn Helgaas
2007-07-26
1
-40
/
+39
*
PNP SMCf010 quirk: work around Toshiba Portege 4000 ACPI issues
Bjorn Helgaas
2007-07-06
1
-9
/
+54
*
PNP SMCf010 quirk: auto-config device if BIOS left it broken
Bjorn Helgaas
2007-06-28
1
-18
/
+48
*
PNP: workaround HP BIOS defect that leaves SMCF010 device partly enabled
Bjorn Helgaas
2007-05-08
1
-0
/
+30
*
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-30
1
-1
/
+0
*
[PATCH] PNP: make pnp_dbg conditional directly on CONFIG_PNP_DEBUG
Bjorn Helgaas
2005-09-07
1
-7
/
+0
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+152