aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/ibmasm (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-3/+4
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-0/+1
2021-06-24misc: ibmasm: Modify matricies to matricesGuoqing Chi1-1/+1
2021-05-14misc/libmasm/module: Fix two use after free in ibmasm_init_oneLv Yunlong1-2/+3
2020-07-01misc: ibmasm: dot_command: Demote function headers from kerneldocLee Jones1-3/+3
2020-07-01misc: ibmasm: r_heartbeat: Demote function headers from kerneldocLee Jones1-1/+1
2020-07-01misc: ibmasm: command: Demote function headers from kerneldocLee Jones1-3/+3
2020-07-01misc: ibmasm: event: Demote function headers from kerneldocLee Jones1-2/+2
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+15
2019-07-04vfs: Convert ibmasmfs to use the new mount APIDavid Howells1-6/+15
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner15-223/+15
2018-07-07ibmasm: don't write out of bounds in read handlerJann Horn1-24/+3
2017-11-15Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-3/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-12misc: ibmasm: Return error on error pathAnton Vasilyev2-3/+5
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-14misc: ibmasm: fix typo in error messageColin Ian King1-1/+1
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-02-11misc: ibmasm: Replace timeval with timespec64Amitoj Kaur Chawla1-3/+6
2015-11-25kbuild: Allow to specify composite modules with modname-mMichal Marek1-1/+1
2013-09-26misc: ibmasm: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-09-26misc: ibmasm: Remove casting the return value which is a void pointerJingoo Han1-1/+1
2013-09-03ibmasmfs: don't bother passing superblock when not neededAl Viro1-14/+12
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2012-11-21misc: remove use of __devexitBill Pemberton1-1/+1
2012-11-21misc: remove use of __devinitBill Pemberton1-1/+1
2012-11-21drivers/misc: remove use of __devexit_pBill Pemberton1-1/+1
2012-07-178250: three way resolve of the 8250 diffsAlan Cox1-8/+8
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd1-7/+1
2012-03-20ibmasmfs: make register_filesystem the last failure exitAl Viro1-6/+5
2012-03-20tidy up after d_make_root() conversionAl Viro1-8/+6
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-4/+2
2012-01-02misc latin1 to utf8 conversionsAl Viro14-14/+14
2011-04-26Merge branch 'master' into for-nextJiri Kosina1-1/+1
2011-04-08ibmasm: fix comment typoJustin P. Mattock1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-10-29convert get_sb_single() usersAl Viro1-5/+4
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig1-0/+1
2010-09-16ibmasmfs: use generic_file_llseekArnd Bergmann1-0/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo4-0/+4
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan3-0/+3
2009-09-22const: mark remaining super_operations constAlexey Dobriyan1-1/+1
2009-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-01-06pci: use pci_ioremap_bar() in drivers/miscArjan van de Ven1-2/+1
2009-01-06trivial: Fix incorrect use of "loose" in event.cNick Andrew1-1/+1
2009-01-05zero i_uid/i_gid on inode allocationAl Viro1-2/+0
2008-04-29drivers/misc: replace remaining __FUNCTION__ occurrencesHarvey Harrison2-6/+6
2008-03-30NULL noise: drivers/miscAl Viro1-1/+1