index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pnp
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-09
drivers/firmware: const-ify DMI API and internals
Jeff Garzik
1
-1
/
+1
2007-09-11
PNP: remove SMCf010 quirk
Bjorn Helgaas
1
-103
/
+0
2007-08-24
PNP: remove null pointer checks
Bjorn Helgaas
5
-60
/
+2
2007-08-24
PNP: remove MODULE infrastructure
Bjorn Helgaas
2
-88
/
+0
2007-08-24
ISAPNP: removed unused isapnp_detected and ISAPNP_DEBUG
Bjorn Helgaas
1
-7
/
+0
2007-08-24
PNPACPI: remove unnecessary casts of "void *"
Bjorn Helgaas
1
-8
/
+5
2007-08-24
PNPACPI: simplify irq_flags()
Bjorn Helgaas
1
-7
/
+4
2007-08-24
PNP: fix up after Lindent
Bjorn Helgaas
10
-31
/
+32
2007-07-29
ACPI: restore CONFIG_ACPI_SLEEP
Len Brown
1
-0
/
+4
2007-07-26
PNP: fix up after Lindent
Bjorn Helgaas
18
-450
/
+248
2007-07-26
PNP: Lindent all source files
Bjorn Helgaas
18
-1145
/
+1384
2007-07-25
Pull auto-load-modules into release branch
Len Brown
1
-7
/
+12
2007-07-23
ACPI: autoload modules - Create ACPI alias interface
Thomas Renninger
1
-7
/
+12
2007-07-22
ACPI, PNP: hook ACPI D-state to PNP suspend/resume
Shaohua Li
2
-0
/
+19
2007-07-19
some kmalloc/memset ->kzalloc (tree wide)
Yoann Padioleau
1
-2
/
+1
2007-07-18
usermodehelper: Tidy up waiting
Jeremy Fitzhardinge
1
-1
/
+1
2007-07-17
Freezer: make kernel threads nonfreezable by default
Rafael J. Wysocki
1
-0
/
+1
2007-07-16
isapnp: remove pointless check of 'type' against 0 in isapnp_read_tag()
Jesper Juhl
1
-2
/
+0
2007-07-16
Use menuconfig objects: PNP
Jan Engelhardt
3
-10
/
+7
2007-07-06
PNP SMCf010 quirk: work around Toshiba Portege 4000 ACPI issues
Bjorn Helgaas
1
-9
/
+54
2007-06-28
PNP SMCf010 quirk: auto-config device if BIOS left it broken
Bjorn Helgaas
1
-18
/
+48
2007-05-10
[S390] Kconfig: menus with depends on HAS_IOMEM.
Martin Schwidefsky
1
-0
/
+1
2007-05-08
PNP: workaround HP BIOS defect that leaves SMCF010 device partly enabled
Bjorn Helgaas
1
-0
/
+30
2007-05-08
PNP: notice whether we have PNP devices (PNPBIOS or PNPACPI)
Bjorn Helgaas
3
-0
/
+10
2007-05-08
pnpbios: convert to use the kthread API
Eric W. Biederman
1
-9
/
+7
2007-05-08
PNPACPI sets pnpdev->dev.archdata
David Brownell
1
-8
/
+46
2007-05-08
init dma masks in pnp_dev
David Brownell
1
-0
/
+3
2007-04-27
PNP: stop using the subsystem rwsem
Greg Kroah-Hartman
1
-6
/
+0
2007-04-02
[PATCH] Correctly report PnP 64bit resources
Petr Vandrovec
1
-6
/
+7
2007-03-16
[PATCH] reduce pnp syslog spam
David Brownell
1
-3
/
+3
2007-03-08
ACPI: fix parallel port IRQ after resume from S3
Michael Karcher
1
-47
/
+73
2007-02-16
Pull misc-for-upstream into release branch
Len Brown
1
-14
/
+2
2007-02-15
ACPI: always enable CONFIG_PNPACPI on CONFIG_ACPI kernels
Len Brown
1
-14
/
+2
2007-02-12
[PATCH] mark struct file_operations const 5
Arjan van de Ven
1
-1
/
+1
2007-02-11
[PATCH] Remove unnecessary memset(0) calls after kzalloc() calls.
Robert P. J. Day
1
-1
/
+0
2007-02-11
[PATCH] PNP: export pnp_bus_type
David Brownell
1
-1
/
+0
2007-01-26
PNPACPI: remove EXPERIMENTAL dependency
Bjorn Helgaas
1
-2
/
+2
2007-01-26
PNP: system.c whitespace cleanup
Bjorn Helgaas
1
-21
/
+11
2007-01-26
PNP: reserve system board iomem resources as well as ioport resources
Bjorn Helgaas
1
-7
/
+19
2006-12-13
[PATCH] getting rid of all casts of k[cmz]alloc() calls
Robert P. J. Day
1
-1
/
+1
2006-12-13
[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()
Robert P. J. Day
6
-44
/
+44
2006-12-08
[PATCH] struct path: convert isapnp
Josef Sipek
1
-1
/
+1
2006-12-07
Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6
Linus Torvalds
1
-1
/
+2
2006-12-07
[PATCH] PNP: handle sysfs errors
Jeff Garzik
2
-12
/
+35
2006-12-07
[PATCH] Add include/linux/freezer.h and move definitions from sched.h
Nigel Cunningham
1
-0
/
+1
2006-12-07
[PATCH] paravirt: Allow disable power management under hypervisor
Rusty Russell
1
-1
/
+2
2006-10-18
Fix DMA resource allocation in ACPIPnP
Vojtech Pavlik
1
-15
/
+26
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
1
-1
/
+1
2006-10-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
Linus Torvalds
1
-0
/
+4
2006-10-02
[POWERPC] Use check_legacy_ioport() for ISAPnP
David Woodhouse
1
-0
/
+4
[next]