aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/sgi-xp
AgeCommit message (Expand)AuthorFilesLines
2023-03-09sgi-xp: simplify sysctl registrationGravatar Luis Chamberlain 1-14/+10
2022-09-24drivers/misc/sgi-xp: Remove orphan declarations from drivers/misc/sgi-xp/xp.hGravatar Gaosheng Cui 1-4/+0
2022-07-08sgi-xp: Use the bitmap API to allocate bitmapsGravatar Christophe JAILLET 1-7/+6
2022-06-27sgi-xp: xpc_uv: drop unexpected word "the" in the commentsGravatar Jiang Jian 1-1/+1
2022-03-04net: sgi-xp: Use netif_rx().Gravatar Sebastian Andrzej Siewior 1-1/+1
2021-10-29net: sgi-xp: use eth_hw_addr_set()Gravatar Jakub Kicinski 1-3/+6
2021-08-03sgi-xpc: Replace deprecated CPU-hotplug functions.Gravatar Sebastian Andrzej Siewior 1-4/+4
2021-03-28misc: sgi-xp: xp_main: make some symbols staticGravatar Zou Wei 1-2/+2
2021-03-24misc/sgi-xp: use NULL instead of using plain integer as pointerGravatar Yang Li 1-1/+1
2021-01-26sgi-xp: remove h from printk format specifierGravatar Tom Rix 1-2/+2
2020-12-09misc/sgi-xp: Replace in_interrupt() usageGravatar Thomas Gleixner 3-6/+17
2020-10-07x86/platform/uv: Update Copyrights to conform to HPE standardsGravatar Mike Travis 6-0/+6
2020-10-07drivers/misc/sgi-xp: Adjust references in UV kernel modulesGravatar Mike Travis 6-15/+12
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 3-5/+5
2020-07-01misc: sgi-xp: xp_main: Staticify local functions xp_init() and xp_exit()Gravatar Lee Jones 1-2/+2
2020-04-23sgi-xp: make some symbols static in xpc_main.cGravatar Jason Yan 1-5/+5
2020-04-23sgi-xp: make some symbols static in xpnet.cGravatar Jason Yan 1-4/+4
2019-12-12netdev: pass the stuck queue to the timeout handlerGravatar Michael S. Tsirkin 1-1/+1
2019-09-18Merge tag 'char-misc-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+2
2019-08-16ia64: remove support for machvecsGravatar Christoph Hellwig 2-10/+10
2019-08-16misc/sgi-xp: remove SGI SN2 supportGravatar Christoph Hellwig 12-3027/+13
2019-08-15sgi-xpc: Use GFP_ATOMIC for kmalloc in atomic context.Gravatar Fuqian Huang 1-1/+1
2019-08-15sgi-xp: xpc_uv: Make structure xpc_arch_ops_uv constantGravatar Nishka Dasgupta 1-1/+1
2019-05-24misc: sgi-xp: Properly initialize buf in xpc_get_rsvd_page_paGravatar Nathan Chancellor 1-1/+1
2019-03-28sgi-xpc: mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-0/+1
2019-03-05mm: replace all open encodings for NUMA_NO_NODEGravatar Anshuman Khandual 1-1/+2
2018-10-15sgi-xp: Replace spin_is_locked() with lockdepGravatar Lance Roy 3-5/+5
2018-09-14misc: sgi-xp: remove meaningless null check before kfreeGravatar zhong jiang 1-2/+1
2018-07-07sgi-xp: xpc_partition: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-0/+2
2018-07-03sgi-xp: remove redundant pointers ch and rpGravatar Colin Ian King 2-6/+0
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 3-6/+9
2018-04-26sgi-xp: fix xpnet_dev_hard_start_xmit()'s return typeGravatar Luc Van Oostenryck 1-1/+1
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-18/+12
2017-11-02drivers/sgi-xp: Convert timers to use timer_setup()Gravatar Kees Cook 2-18/+12
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-05-28sgi-xp: Use designated initializersGravatar Kees Cook 2-30/+18
2016-10-20net: use core MTU range checking in misc driversGravatar Jarod Wilson 1-17/+4
2015-09-08mm: rename alloc_pages_exact_node() to __alloc_pages_node()Gravatar Vlastimil Babka 1-1/+1
2015-03-23x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'Gravatar Andy Lutomirski 1-1/+1
2014-07-15net: set name_assign_type in alloc_netdev()Gravatar Tom Gundersen 1-1/+2
2014-03-10mm: fix GFP_THISNODE callers and clarifyGravatar Johannes Weiner 1-1/+1
2014-01-08sgi-xp: open-code interruptible_sleep_on_timeoutGravatar Arnd Bergmann 1-1/+4
2013-06-14sgi: xpc: Convert use of typedef ctl_table to struct ctl_tableGravatar Joe Perches 1-3/+3
2012-12-20SGI-XP: handle non-fatal trapsGravatar Robin Holt 1-2/+32
2012-08-21drivers/misc/sgi-xp/xpc_uv.c: SGI XPC fails to load when cpu 0 is out of IRQ ...Gravatar Robin Holt 1-19/+65
2012-07-11sgi-xp: nested calls to spin_lock_irqsave()Gravatar Dan Carpenter 1-2/+2
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2011-11-16net: remove NETIF_F_NO_CSUM feature bitGravatar Michał Mirosław 1-1/+1
2011-06-19sgi-xp: fix a use after freeGravatar Eric Dumazet 1-3/+3
2010-11-25sgi-xpc: XPC fails to discover partitions with all nasids above 128Gravatar Robin@sgi.com 1-10/+15