summaryrefslogtreecommitdiffstats
path: root/drivers/misc/sgi-xp
Commit message (Expand)AuthorAgeFilesLines
* misc: sgi-xp: Properly initialize buf in xpc_get_rsvd_page_paNathan Chancellor2019-05-241-1/+1
* sgi-xpc: mark expected switch fall-throughGustavo A. R. Silva2019-03-281-0/+1
* mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-03-051-1/+2
* sgi-xp: Replace spin_is_locked() with lockdepLance Roy2018-10-153-5/+5
* misc: sgi-xp: remove meaningless null check before kfreezhong jiang2018-09-141-2/+1
* sgi-xp: xpc_partition: mark expected switch fall-throughsGustavo A. R. Silva2018-07-071-0/+2
* sgi-xp: remove redundant pointers ch and rpColin Ian King2018-07-032-6/+0
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-123-6/+9
* sgi-xp: fix xpnet_dev_hard_start_xmit()'s return typeLuc Van Oostenryck2018-04-261-1/+1
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-132-18/+12
|\
| * drivers/sgi-xp: Convert timers to use timer_setup()Kees Cook2017-11-022-18/+12
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* sgi-xp: Use designated initializersKees Cook2017-05-282-30/+18
* net: use core MTU range checking in misc driversJarod Wilson2016-10-201-17/+4
* mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka2015-09-081-1/+1
* x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'Andy Lutomirski2015-03-231-1/+1
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-1/+2
* mm: fix GFP_THISNODE callers and clarifyJohannes Weiner2014-03-101-1/+1
* sgi-xp: open-code interruptible_sleep_on_timeoutArnd Bergmann2014-01-081-1/+4
* sgi: xpc: Convert use of typedef ctl_table to struct ctl_tableJoe Perches2013-06-141-3/+3
* SGI-XP: handle non-fatal trapsRobin Holt2012-12-201-2/+32
* drivers/misc/sgi-xp/xpc_uv.c: SGI XPC fails to load when cpu 0 is out of IRQ ...Robin Holt2012-08-211-19/+65
* sgi-xp: nested calls to spin_lock_irqsave()Dan Carpenter2012-07-111-2/+2
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* net: remove NETIF_F_NO_CSUM feature bitMichał Mirosław2011-11-161-1/+1
* sgi-xp: fix a use after freeEric Dumazet2011-06-191-3/+3
* sgi-xpc: XPC fails to discover partitions with all nasids above 128Robin@sgi.com2010-11-251-10/+15
* sgi-xp: incoming XPC channel messages can come in after the channel's partiti...Robin Holt2010-10-261-0/+17
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-305-0/+5
* bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita2010-03-061-1/+1
* UV - XPC: pass nasid instead of nid to gru_create_message_queueRobin Holt2009-12-161-1/+4
* x86: uv: XPC receive message reuse triggers invalid BUG_ON()Robin Holt2009-12-161-3/+0
* X86: uv: xpc_make_first_contact hang due to not accepting ACTIVE stateRobin Holt2009-12-161-1/+2
* x86: uv: xpc NULL deref when mesq becomes emptyRobin Holt2009-12-161-3/+5
* x86: uv: update XPC to handle updated BIOS interfaceRobin Holt2009-12-163-16/+47
* x86: uv: xpc needs to provide an abstraction for uv_gpaRobin Holt2009-12-164-0/+24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds2009-12-081-11/+3
|\
| * sysctl: Drop & in front of every proc_handler.Eric W. Biederman2009-11-181-3/+3
| * sysctl ia64: Remove dead binary sysctl supportEric W. Biederman2009-11-121-8/+0
* | x86: SGI UV: Fix irq affinity for hub based interruptsDimitri Sivanich2009-10-141-2/+3
|/
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2009-09-181-19/+21
|\
| * [IA64] sgi-xp: fix printk format warningsRandy Dunlap2009-09-151-19/+21
* | drivers: Kill now superfluous ->last_rx storesEric Dumazet2009-09-021-1/+0
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-121-2/+2
|\|
| * Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-081-2/+2
* | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-2/+2
|/
* page allocator: do not check NUMA node ID when the caller knows the node is v...Mel Gorman2009-06-161-1/+1
* net: fix network driver ndo_start_xmit() return values (part 1)Patrick McHardy2009-06-131-1/+2
* sgi-xp/sgi-gru: allow modules to load on non-uv systemsRobin Holt2009-04-211-6/+6
* sgi-xpc: clean up numerous globalsRobin Holt2009-04-136-295/+254