summaryrefslogtreecommitdiffstats
path: root/drivers/misc/ibmasm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-6/+15
|\
| * vfs: Convert ibmasmfs to use the new mount APIDavid Howells2019-07-041-6/+15
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-3015-223/+15
|/
* ibmasm: don't write out of bounds in read handlerJann Horn2018-07-071-24/+3
* Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-152-3/+5
|\
| * misc: ibmasm: Return error on error pathAnton Vasilyev2017-10-122-3/+5
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* misc: ibmasm: fix typo in error messageColin Ian King2016-12-141-1/+1
* fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-1/+1
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
* misc: ibmasm: Replace timeval with timespec64Amitoj Kaur Chawla2016-02-111-3/+6
* kbuild: Allow to specify composite modules with modname-mMichal Marek2015-11-251-1/+1
* misc: ibmasm: remove unnecessary pci_set_drvdata()Jingoo Han2013-09-261-2/+0
* misc: ibmasm: Remove casting the return value which is a void pointerJingoo Han2013-09-261-1/+1
* ibmasmfs: don't bother passing superblock when not neededAl Viro2013-09-031-14/+12
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* misc: remove use of __devexitBill Pemberton2012-11-211-1/+1
* misc: remove use of __devinitBill Pemberton2012-11-211-1/+1
* drivers/misc: remove use of __devexit_pBill Pemberton2012-11-211-1/+1
* 8250: three way resolve of the 8250 diffsAlan Cox2012-07-171-8/+8
* simple_open: automatically convert to simple_open()Stephen Boyd2012-04-051-7/+1
* ibmasmfs: make register_filesystem the last failure exitAl Viro2012-03-201-6/+5
* tidy up after d_make_root() conversionAl Viro2012-03-201-8/+6
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-4/+2
* misc latin1 to utf8 conversionsAl Viro2012-01-0214-14/+14
* Merge branch 'master' into for-nextJiri Kosina2011-04-261-1/+1
|\
| * Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* | ibmasm: fix comment typoJustin P. Mattock2011-04-081-1/+1
|/
* convert get_sb_single() usersAl Viro2010-10-291-5/+4
* fs: do not assign default i_ino in new_inodeChristoph Hellwig2010-10-251-0/+1
* ibmasmfs: use generic_file_llseekArnd Bergmann2010-09-161-0/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-304-0/+4
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-113-0/+3
* const: mark remaining super_operations constAlexey Dobriyan2009-09-221-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-01-071-1/+1
|\
| * trivial: Fix incorrect use of "loose" in event.cNick Andrew2009-01-061-1/+1
* | pci: use pci_ioremap_bar() in drivers/miscArjan van de Ven2009-01-061-2/+1
|/
* zero i_uid/i_gid on inode allocationAl Viro2009-01-051-2/+0
* drivers/misc: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-292-6/+6
* NULL noise: drivers/miscAl Viro2008-03-301-1/+1
* kobject: convert ibmasm to use kref, not kobjectGreg Kroah-Hartman2008-01-242-13/+9
* Convert files to UTF-8 and some cleanupsJan Engelhardt2007-10-191-1/+1
* get rid of input BIT* duplicate definesJiri Slaby2007-10-191-4/+4
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-193-8/+4
* IBMASM: miscellaneous fixesDmitry Torokhov2007-07-171-19/+18
* IBMASM: dont use extern in function declarationsDmitry Torokhov2007-07-171-32/+32
* IBMASM: whitespace cleanupDmitry Torokhov2007-07-1714-62/+62
* [PATCH] mark struct file_operations const 5Arjan van de Ven2007-02-121-5/+5