Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
0f02adaa49af23ab9fa05375f4a237da6014401b
/
drivers
/
pnp
/
pnpbios
625505b
pnpbios: bail out on strange errors
by Alan Cox
· 10 years ago
722a9f9
asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*
by Andi Kleen
· 11 years ago
a99aa42
asmlinkage, pnp: Make variables used from assembler code visible
by Andi Kleen
· 11 years ago
d8254e0
PNPBIOS: check return value of pnp_add_device()
by Dmitry Torokhov
· 11 years ago
5a148af
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 12 years ago
20b4fb4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
ac2a509
pnp: use %*phC to dump small buffers
by Andy Shevchenko
· 12 years ago
933ee71
powerpc: remove PReP platform
by Paul Bolle
· 12 years ago
d9dda78
procfs: new helper - PDE_DATA(inode)
by Al Viro
· 12 years ago
d895cb1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
35de87d
drivers/pnp/pnpbios: remove depends on CONFIG_EXPERIMENTAL
by Kees Cook
· 12 years ago
38de279
pnpbios: remove CONFIG_HOTPLUG ifdefs
by Bill Pemberton
· 12 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
28f65c11
treewide: Convert uses of struct resource to resource_size(ptr)
by Joe Perches
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
803711a
PNP: Compile all pnp built-in stuff in one module namespace
by Thomas Renninger
· 14 years ago
631dd1a
Update broken web addresses in the kernel.
by Justin P. Mattock
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
5116fa2b
pnpbios: convert to seq_file
by Alexey Dobriyan
· 15 years ago
af901ca
tree-wide: fix assorted typos all over the place
by André Goddard Rosa
· 15 years ago
c742531
x86: Introduce GDT_ENTRY_INIT(), initialize bad_bios_desc statically
by Akinobu Mita
· 15 years ago
1e5de18
x86: Introduce GDT_ENTRY_INIT()
by Akinobu Mita
· 15 years ago
5759474
x86: Introduce set_desc_base() and set_desc_limit()
by Akinobu Mita
· 15 years ago
b277c88
pnpbios: propagate kthread_run() error
by Erik Ekman
· 16 years ago
8c65591
pnpbios: fix warning if CONFIG_HOTPLUG=n
by Erik Ekman
· 16 years ago
6aaa8ce
percpu: fix percpu accessors to potentially !cpu_possible() cpus: pnpbios
by Rusty Russell
· 16 years ago
057316c
Merge branch 'linus' into test
by Len Brown
· 16 years ago
6dc6472
Merge commit 'origin'
by Benjamin Herrenschmidt
· 16 years ago
ac88a8f
PNP: remove old CONFIG_PNP_DEBUG option
by Bjorn Helgaas
· 16 years ago
2f53432
PNP: convert to using pnp_dbg()
by Bjorn Helgaas
· 16 years ago
ed458df
PnP: move pnpacpi/pnpbios_init to after PCI init
by Linus Torvalds
· 16 years ago
68e1ee6
powerpc: convert CONFIG_PPC_MERGE to CONFIG_PPC for legacy io checks
by Kumar Gala
· 16 years ago
1f32ca3
PNP: convert resource options to single linked list
by Bjorn Helgaas
· 16 years ago
e2a1a6f
PNP: remove extra 0x100 bit from option priority
by Bjorn Helgaas
· 16 years ago
c227536
PNP: centralize resource option allocations
by Bjorn Helgaas
· 16 years ago
7aefff5
PNP: introduce pnp_irq_mask_t typedef
by Bjorn Helgaas
· 16 years ago
08c9f26
PNP: define PNP-specific IORESOURCE_IO_* flags alongside IRQ, DMA, MEM
by Bjorn Helgaas
· 16 years ago
aee3ad8
PNP: replace pnp_resource_table with dynamically allocated resources
by Bjorn Helgaas
· 16 years ago
7793bfc
PNP: fix printk format warnings
by Randy Dunlap
· 17 years ago
08acd4f8
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6
by Linus Torvalds
· 17 years ago
9c37066
proc: remove proc_bus
by Alexey Dobriyan
· 17 years ago
dfd2e1b
PNPBIOS: remove include/linux/pnpbios.h
by Bjorn Helgaas
· 17 years ago
d6180f3
PNP: make generic pnp_add_mem_resource()
by Bjorn Helgaas
· 17 years ago
cc8c2e3
PNP: make generic pnp_add_io_resource()
by Bjorn Helgaas
· 17 years ago
dc16f5f
PNP: make generic pnp_add_dma_resource()
by Bjorn Helgaas
· 17 years ago
dbddd03
PNP: make generic pnp_add_irq_resource()
by Bjorn Helgaas
· 17 years ago
06cb58a
PNP: remove pnp_resource_table references from resource decoders
by Bjorn Helgaas
· 17 years ago
02d83b5
PNP: make pnp_resource_table private to PNP core
by Bjorn Helgaas
· 17 years ago
7e2cf31
PNP: convert encoders to use pnp_get_resource(), not pnp_resource_table
by Bjorn Helgaas
· 17 years ago
af11cb2
PNP: use dev_printk when possible
by Bjorn Helgaas
· 17 years ago
f449000
PNP: add pnp_init_resources(struct pnp_dev *) interface
by Bjorn Helgaas
· 17 years ago
72dcc88
PNP: add debug output to encoders
by Bjorn Helgaas
· 17 years ago
4ab55d8
PNP: remove more pnp_resource_table arguments
by Bjorn Helgaas
· 17 years ago
59284cb
PNP: remove pnp_resource_table from internal get/set interfaces
by Bjorn Helgaas
· 17 years ago
c1caf06
PNP: add debug output to option registration
by Bjorn Helgaas
· 17 years ago
bda1e4e
PNP: add pnp_alloc_dev()
by Bjorn Helgaas
· 17 years ago
25eb846
PNP: add pnp_eisa_id_to_string()
by Bjorn Helgaas
· 17 years ago
772defc
PNP: change pnp_add_id() to allocate its own pnp_id structures
by Bjorn Helgaas
· 17 years ago
1692b27b
PNP: make pnp_add_id() internal to PNP core
by Bjorn Helgaas
· 17 years ago
1bd17e6
PNP: turn on -DDEBUG when CONFIG_PNP_DEBUG is set
by Bjorn Helgaas
· 17 years ago
0d63e4f
Dont touch fs_struct in drivers
by Jan Blunck
· 17 years ago
2bb9a6b
pnp: declare PNP option parsing functions as __init
by Thomas Renninger
· 17 years ago
39657b6
git-x86: drivers/pnp/pnpbios/bioscalls.c build fix
by Andrew Morton
· 17 years ago
36405e9
PNP: simplify PNPBIOS insert_device
by Bjorn Helgaas
· 17 years ago
a8b0ac0
pnp: avoid a small unlikely memory leak in proc_read_escd()
by Jesper Juhl
· 17 years ago
1855256
drivers/firmware: const-ify DMI API and internals
by Jeff Garzik
· 17 years ago
4f0217e
PNP: remove MODULE infrastructure
by Bjorn Helgaas
· 17 years ago
1e0aa9a
PNP: fix up after Lindent
by Bjorn Helgaas
· 17 years ago
07d4e9a
PNP: fix up after Lindent
by Bjorn Helgaas
· 17 years ago
9dd7846
PNP: Lindent all source files
by Bjorn Helgaas
· 17 years ago
86313c4
usermodehelper: Tidy up waiting
by Jeremy Fitzhardinge
· 17 years ago
8314418
Freezer: make kernel threads nonfreezable by default
by Rafael J. Wysocki
· 17 years ago
5c493f5
Use menuconfig objects: PNP
by Jan Engelhardt
· 17 years ago
8f81dd1
PNP: notice whether we have PNP devices (PNPBIOS or PNPACPI)
by Bjorn Helgaas
· 17 years ago
db9c02f
pnpbios: convert to use the kthread API
by Eric W. Biederman
· 17 years ago
3de3af1
[PATCH] Remove unnecessary memset(0) calls after kzalloc() calls.
by Robert P. J. Day
· 18 years ago
5cbded5
[PATCH] getting rid of all casts of k[cmz]alloc() calls
by Robert P. J. Day
· 18 years ago
cd86128
[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()
by Robert P. J. Day
· 18 years ago
4522d58
Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6
by Linus Torvalds
· 18 years ago
7dfb710
[PATCH] Add include/linux/freezer.h and move definitions from sched.h
by Nigel Cunningham
· 18 years ago
6020c8f
[PATCH] paravirt: Allow disable power management under hypervisor
by Rusty Russell
· 18 years ago
30cbc22
[PATCH] update legacy io handling for pmac
by Olaf Hering
· 18 years ago
3ae1920
[PATCH] Fix swsusp with PNP BIOS
by Ondrej Zary
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
eb8782e
[PATCH] PnPBIOS: Missing SMALL_TAG_ENDDEP tag
by Rene Herman
· 19 years ago
e6a9918
[PATCH] x86: Fixed pnp bios limits
by Zachary Amsden
· 19 years ago
5fe9fe3c
[PATCH] x86: Pnp byte granularity
by Zachary Amsden
· 19 years ago
5702d0f
[PATCH] x86: Pnp segments in segment h
by Zachary Amsden
· 19 years ago
7c4cb60
[PATCH] x86: GDT alignment fix
by Zachary Amsden
· 19 years ago
03438211
[PATCH] keep pnpbios usermod_helper away from hotplug_path[]
by Kay Sievers
· 19 years ago
4e57b68
[PATCH] fix missing includes
by Tim Schmielau
· 19 years ago
a2822e7
[PATCH] pnp: consolidate kmalloc wrappers
by Bjorn Helgaas
· 19 years ago
9a14d4c
[PATCH] drivers/pnp/pnpbios/rsparser.c: fix compile error with PCI=n
by Adrian Bunk
· 19 years ago
5028770
[ACPI] merge acpi-2.6.12 branch into latest Linux 2.6.13-rc...
by Len Brown
· 19 years ago
c9c3e45
[ACPI] PNPACPI vs sound IRQ
by David Shaohua Li
· 20 years ago
3e1d1d2
[PATCH] Cleanup patch for process freezing
by Christoph Lameter
· 19 years ago
6e3e98d
[PATCH] drivers/pnp/pnpbios/rsparser.c: fix an array overflow
by Adrian Bunk
· 20 years ago
ffbe552
[PATCH] pnpbios: eliminate bad section references
by maximilian attems
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago