summaryrefslogtreecommitdiffstats
path: root/drivers/misc/sgi-xp
AgeCommit message (Expand)AuthorLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-6/+3
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-16/+11
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-2/+2
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados-2/+2
2023-11-01Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-2/+0
2023-10-11sgi-xp: Remove the now superfluous sentinel element from ctl_table arrayJoel Granados-2/+0
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel-141/+1
2023-03-09sgi-xp: simplify sysctl registrationLuis Chamberlain-14/+10
2022-09-24drivers/misc/sgi-xp: Remove orphan declarations from drivers/misc/sgi-xp/xp.hGaosheng Cui-4/+0
2022-07-08sgi-xp: Use the bitmap API to allocate bitmapsChristophe JAILLET-7/+6
2022-06-27sgi-xp: xpc_uv: drop unexpected word "the" in the commentsJiang Jian-1/+1
2022-03-04net: sgi-xp: Use netif_rx().Sebastian Andrzej Siewior-1/+1
2021-10-29net: sgi-xp: use eth_hw_addr_set()Jakub Kicinski-3/+6
2021-08-03sgi-xpc: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior-4/+4
2021-03-28misc: sgi-xp: xp_main: make some symbols staticZou Wei-2/+2
2021-03-24misc/sgi-xp: use NULL instead of using plain integer as pointerYang Li-1/+1
2021-01-26sgi-xp: remove h from printk format specifierTom Rix-2/+2
2020-12-09misc/sgi-xp: Replace in_interrupt() usageThomas Gleixner-6/+17
2020-10-07x86/platform/uv: Update Copyrights to conform to HPE standardsMike Travis-0/+6
2020-10-07drivers/misc/sgi-xp: Adjust references in UV kernel modulesMike Travis-15/+12
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-5/+5
2020-07-01misc: sgi-xp: xp_main: Staticify local functions xp_init() and xp_exit()Lee Jones-2/+2
2020-04-23sgi-xp: make some symbols static in xpc_main.cJason Yan-5/+5
2020-04-23sgi-xp: make some symbols static in xpnet.cJason Yan-4/+4
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin-1/+1
2019-09-18Merge tag 'char-misc-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+2
2019-08-16ia64: remove support for machvecsChristoph Hellwig-10/+10
2019-08-16misc/sgi-xp: remove SGI SN2 supportChristoph Hellwig-3027/+13
2019-08-15sgi-xpc: Use GFP_ATOMIC for kmalloc in atomic context.Fuqian Huang-1/+1
2019-08-15sgi-xp: xpc_uv: Make structure xpc_arch_ops_uv constantNishka Dasgupta-1/+1
2019-05-24misc: sgi-xp: Properly initialize buf in xpc_get_rsvd_page_paNathan Chancellor-1/+1
2019-03-28sgi-xpc: mark expected switch fall-throughGustavo A. R. Silva-0/+1
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual-1/+2
2018-10-15sgi-xp: Replace spin_is_locked() with lockdepLance Roy-5/+5
2018-09-14misc: sgi-xp: remove meaningless null check before kfreezhong jiang-2/+1
2018-07-07sgi-xp: xpc_partition: mark expected switch fall-throughsGustavo A. R. Silva-0/+2
2018-07-03sgi-xp: remove redundant pointers ch and rpColin Ian King-6/+0
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-6/+9
2018-04-26sgi-xp: fix xpnet_dev_hard_start_xmit()'s return typeLuc Van Oostenryck-1/+1
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-18/+12
2017-11-02drivers/sgi-xp: Convert timers to use timer_setup()Kees Cook-18/+12
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-05-28sgi-xp: Use designated initializersKees Cook-30/+18
2016-10-20net: use core MTU range checking in misc driversJarod Wilson-17/+4
2015-09-08mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka-1/+1
2015-03-23x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'Andy Lutomirski-1/+1
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen-1/+2
2014-03-10mm: fix GFP_THISNODE callers and clarifyJohannes Weiner-1/+1