aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/mbcs.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2015-12-09don't open-code generic_file_llseek_size()Gravatar Al Viro 1-25/+3
2012-11-21char: remove use of __devinitconstGravatar Bill Pemberton 1-1/+1
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterGravatar Konstantin Khlebnikov 1-1/+1
2012-10-06sections: fix section conflicts in drivers/charGravatar Andi Kleen 1-1/+1
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2010-10-05drivers: autoconvert trivial BKL users to private mutexGravatar Arnd Bergmann 1-4/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-09-15[IA64] mbcs: fix printk format warningsGravatar Randy Dunlap 1-2/+3
2008-06-20mbcs: cdev lock_kernel() pushdownGravatar Jonathan Corbet 1-0/+5
2008-02-07MBCS: convert dmareadlock to mutexGravatar Matthias Kaehlcke 1-3/+3
2008-02-07MBCS: convert dmawritelock to mutexGravatar Matthias Kaehlcke 1-3/+3
2008-02-07MBCS: convert algolock to mutexGravatar Matthias Kaehlcke 1-3/+4
2007-10-17Clean up duplicate includes in drivers/char/Gravatar Jesper Juhl 1-1/+0
2007-07-19mbcs: Remove lots of global symbolsGravatar Alan Cox 1-10/+10
2007-07-19unregister_chrdev(): ignore the return valueGravatar Akinobu Mita 1-6/+1
2007-02-12[PATCH] mark struct file_operations const 3Gravatar Arjan van de Ven 1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 1-2/+1
2006-10-01[PATCH] MBCS: Use SEEK_{SET, CUR, END} instead of hardcoded valuesGravatar Josef 'Jeff' Sipek 1-3/+4
2006-07-02[PATCH] irq-flags: drivers/char: Use the new IRQF_ constantsGravatar Thomas Gleixner 1-3/+3
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2005-10-04[IA64] mbcs_init() should give up unless running on sn2Gravatar Greg Edwards 1-0/+3
2005-09-07[PATCH] drivers: convert kcalloc to kzallocGravatar Pekka Enberg 1-1/+1
2005-06-20[PATCH] Driver Core: drivers/base - drivers/i2c/chips/adm1026.c: update devic...Gravatar Yani Ioannou 1-2/+2
2005-05-04[PATCH] mbcs trivial user annotationsGravatar Al Viro 1-2/+2
2005-04-25[IA64-SGI] Bus driver for the CX port of SGI's TIO chip.Gravatar Bruce Losure 1-0/+849