Age | Commit message (Expand) | Author |
2021-06-24 | PNP: moved EXPORT_SYMBOL so that it immediately followed its function/variable | Jinchao Wang |
2021-05-13 | drivers: pnp: proc.c: Removed unnecessary varibles | Anupama K Patil |
2020-10-08 | PNP: remove the now unused pnp_find_card() function | Christoph Hellwig |
2020-02-04 | proc: convert everything to "struct proc_ops" | Alexey Dobriyan |
2020-01-23 | PNP: isapnp: remove defined but not used function 'isapnp_checksum' | yu kuai |
2020-01-15 | PNP: isapnp: remove set but not used variable 'checksum' | yu kuai |
2019-07-15 | docs: driver-api: add a series of orphaned documents | Mauro Carvalho Chehab |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61 | Thomas Gleixner |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner |
2019-01-03 | Remove 'type' argument from access_ok() function | Linus Torvalds |
2018-04-20 | media: sound, isapnp: allow building more drivers with COMPILE_TEST | Mauro Carvalho Chehab |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2016-08-16 | PNP: isapnp: make core more explicitly non-modular | Paul Gortmaker |
2016-07-15 | x86/uaccess: Move thread_info::addr_limit to thread_struct | Andy Lutomirski |
2013-06-29 | isapnp: switch to fixed_size_llseek() | Al Viro |
2013-05-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2013-05-01 | proc: Supply PDE attribute setting accessor functions | David Howells |
2013-04-23 | isapnp: remove debug leftovers | Andy Shevchenko |
2013-04-09 | procfs: new helper - PDE_DATA(inode) | Al Viro |
2013-02-22 | new helper: file_inode(file) | Al Viro |
2011-01-12 | Merge branch 'pnp' into release | Len Brown |
2010-11-17 | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann |
2010-10-27 | PNP: Compile all pnp built-in stuff in one module namespace | Thomas Renninger |
2010-09-26 | isapnp: BKL removal | Arnd Bergmann |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo |
2008-10-23 | Merge branch 'linus' into test | Len Brown |
2008-10-10 | PNP: remove old CONFIG_PNP_DEBUG option | Bjorn Helgaas |
2008-10-10 | PNP: convert to using pnp_dbg() | Bjorn Helgaas |
2008-09-23 | powerpc: convert CONFIG_PPC_MERGE to CONFIG_PPC for legacy io checks | Kumar Gala |
2008-07-16 | PNP: convert resource options to single linked list | Bjorn Helgaas |
2008-07-16 | ISAPNP: handle independent options following dependent ones | 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-07-16 | PNP: remove pnp_resource.index | Bjorn Helgaas |
2008-04-30 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds |
2008-04-29 | drivers: use non-racy method for proc entries creation (2) | Denis V. Lunev |
2008-04-29 | proc: remove proc_bus | Alexey Dobriyan |
2008-04-29 | ISAPNP: remove unused pnp_dev->regs field | Bjorn Helgaas |
2008-04-29 | ISAPNP: fold isapnp_read_resources() back into isapnp_get_resources() | 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: add pnp_resource index for ISAPNP | 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: use dev_printk when possible | Bjorn Helgaas |