| Commit message (Expand) | Author | Age | Files | Lines |
* | PNP: remove the now unused pnp_find_card() function | Christoph Hellwig | 2020-10-08 | 1 | -23/+0 |
* | proc: convert everything to "struct proc_ops" | Alexey Dobriyan | 2020-02-04 | 1 | -5/+4 |
* | PNP: isapnp: remove defined but not used function 'isapnp_checksum' | yu kuai | 2020-01-23 | 1 | -22/+0 |
* | PNP: isapnp: remove set but not used variable 'checksum' | yu kuai | 2020-01-15 | 1 | -2/+1 |
* | docs: driver-api: add a series of orphaned documents | Mauro Carvalho Chehab | 2019-07-15 | 1 | -1/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61 | Thomas Gleixner | 2019-05-24 | 2 | -29/+2 |
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 2 | -0/+2 |
* | Remove 'type' argument from access_ok() function | Linus Torvalds | 2019-01-04 | 1 | -1/+1 |
* | media: sound, isapnp: allow building more drivers with COMPILE_TEST | Mauro Carvalho Chehab | 2018-04-20 | 1 | -1/+1 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | PNP: isapnp: make core more explicitly non-modular | Paul Gortmaker | 2016-08-16 | 1 | -4/+1 |
* | x86/uaccess: Move thread_info::addr_limit to thread_struct | Andy Lutomirski | 2016-07-15 | 1 | -1/+1 |
* | isapnp: switch to fixed_size_llseek() | Al Viro | 2013-06-29 | 1 | -21/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-05-02 | 1 | -4/+2 |
|\ |
|
| * | proc: Supply PDE attribute setting accessor functions | David Howells | 2013-05-01 | 1 | -1/+1 |
| * | procfs: new helper - PDE_DATA(inode) | Al Viro | 2013-04-09 | 1 | -3/+1 |
* | | isapnp: remove debug leftovers | Andy Shevchenko | 2013-04-23 | 1 | -11/+0 |
|/ |
|
* | new helper: file_inode(file) | Al Viro | 2013-02-23 | 1 | -2/+2 |
* | Merge branch 'pnp' into release | Len Brown | 2011-01-12 | 1 | -3/+3 |
|\ |
|
| * | PNP: Compile all pnp built-in stuff in one module namespace | Thomas Renninger | 2010-10-27 | 1 | -3/+3 |
* | | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann | 2010-11-17 | 1 | -1/+0 |
|/ |
|
* | isapnp: BKL removal | Arnd Bergmann | 2010-09-26 | 1 | -7/+8 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -1/+0 |
* | Merge branch 'linus' into test | Len Brown | 2008-10-23 | 1 | -1/+1 |
|\ |
|
| * | powerpc: convert CONFIG_PPC_MERGE to CONFIG_PPC for legacy io checks | Kumar Gala | 2008-09-23 | 1 | -1/+1 |
* | | PNP: remove old CONFIG_PNP_DEBUG option | Bjorn Helgaas | 2008-10-11 | 1 | -4/+0 |
* | | PNP: convert to using pnp_dbg() | Bjorn Helgaas | 2008-10-11 | 1 | -6/+6 |
|/ |
|
* | PNP: convert resource options to single linked list | Bjorn Helgaas | 2008-07-16 | 1 | -41/+31 |
* | ISAPNP: handle independent options following dependent ones | Bjorn Helgaas | 2008-07-16 | 1 | -2/+7 |
* | PNP: remove extra 0x100 bit from option priority | Bjorn Helgaas | 2008-07-16 | 1 | -5/+3 |
* | PNP: centralize resource option allocations | Bjorn Helgaas | 2008-07-16 | 1 | -67/+45 |
* | PNP: introduce pnp_irq_mask_t typedef | Bjorn Helgaas | 2008-07-16 | 1 | -1/+1 |
* | PNP: define PNP-specific IORESOURCE_IO_* flags alongside IRQ, DMA, MEM | Bjorn Helgaas | 2008-07-16 | 1 | -2/+2 |
* | PNP: replace pnp_resource_table with dynamically allocated resources | Bjorn Helgaas | 2008-07-16 | 1 | -8/+4 |
* | PNP: remove pnp_resource.index | Bjorn Helgaas | 2008-07-16 | 1 | -55/+29 |
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2008-04-30 | 2 | -172/+172 |
|\ |
|
| * | ISAPNP: remove unused pnp_dev->regs field | Bjorn Helgaas | 2008-04-29 | 1 | -3/+0 |
| * | ISAPNP: fold isapnp_read_resources() back into isapnp_get_resources() | Bjorn Helgaas | 2008-04-29 | 1 | -37/+29 |
| * | PNP: make generic pnp_add_mem_resource() | Bjorn Helgaas | 2008-04-29 | 1 | -7/+3 |
| * | PNP: make generic pnp_add_io_resource() | Bjorn Helgaas | 2008-04-29 | 1 | -5/+3 |
| * | PNP: make generic pnp_add_dma_resource() | Bjorn Helgaas | 2008-04-29 | 1 | -6/+3 |
| * | PNP: make generic pnp_add_irq_resource() | Bjorn Helgaas | 2008-04-29 | 1 | -6/+3 |
| * | PNP: add pnp_resource index for ISAPNP | Bjorn Helgaas | 2008-04-29 | 1 | -17/+46 |
| * | PNP: remove pnp_resource_table references from resource decoders | Bjorn Helgaas | 2008-04-29 | 1 | -49/+46 |
| * | PNP: make pnp_resource_table private to PNP core | Bjorn Helgaas | 2008-04-29 | 1 | -2/+2 |
| * | PNP: use dev_printk when possible | Bjorn Helgaas | 2008-04-29 | 1 | -20/+17 |
| * | PNP: add pnp_init_resources(struct pnp_dev *) interface | Bjorn Helgaas | 2008-04-29 | 1 | -2/+2 |
| * | PNP: add debug output to encoders | Bjorn Helgaas | 2008-04-29 | 1 | -3/+15 |
| * | PNP: remove more pnp_resource_table arguments | Bjorn Helgaas | 2008-04-29 | 1 | -3/+3 |
| * | PNP: remove pnp_resource_table from internal get/set interfaces | Bjorn Helgaas | 2008-04-29 | 1 | -6/+5 |