aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/platform/uv
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 4-56/+4
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 82Gravatar Thomas Gleixner 1-3/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-03-26x86/platform/uv: Fix missing checks of kcalloc() return valuesGravatar Kangjie Lu 1-1/+6
2019-03-07Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-15/+1
2019-03-07Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-6/+2
2019-02-15x86/platform/UV: Use efi_runtime_lock to serialise BIOS callsGravatar Hedi Berriche 1-2/+21
2019-02-15x86/platform/UV: Use efi_enabled() instead of test_bit()Gravatar Hedi Berriche 1-1/+1
2019-02-15x86/platform/UV: Remove uv_bios_call_reentrant()Gravatar Hedi Berriche 1-12/+0
2019-02-15x86/platform/UV: Remove unnecessary #ifdef CONFIG_EFIGravatar Hedi Berriche 1-2/+0
2019-01-16x86/platform/UV: Replace kmalloc() and memset() with k[cz]alloc() callsGravatar Gustavo A. R. Silva 1-6/+2
2018-12-03x86: Fix various typos in commentsGravatar Ingo Molnar 1-1/+1
2018-08-14Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Linus Torvalds 1-0/+1
2018-08-05x86/irq: Let interrupt handlers set kvm_cpu_l1tf_flush_l1dGravatar Nicolai Stange 1-0/+1
2018-08-02x86/platform/UV: Remove redundant check of p == qGravatar Colin Ian King 1-2/+0
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-1/+1
2018-06-06x86/platform/uv: Use apic_ack_irq()Gravatar Thomas Gleixner 1-6/+1
2018-06-06x86/platform/uv: Remove extra parenthesesGravatar Varsha Rao 1-1/+1
2018-03-28x86/platform/uv/BAU: Add APIC idt entryGravatar Andrew Banman 1-2/+0
2018-02-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2018-02-15x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[use...Gravatar Andy Lutomirski 1-1/+1
2018-01-16x86/platform/uv/BAU: Replace hard-coded values with MMR definitionsGravatar Andrew Banman 1-1/+2
2017-12-29genirq/irqdomain: Rename early argument of irq_domain_activate_irq()Gravatar Thomas Gleixner 1-1/+1
2017-12-23Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2017-12-22x86/uv: Use the right TLB-flush APIGravatar Peter Zijlstra 1-1/+1
2017-12-06x86: Fix Sparse warnings about non-static functionsGravatar Colin Ian King 1-2/+2
2017-09-25genirq/irqdomain: Update irq_domain_ops.activate() signatureGravatar Thomas Gleixner 1-2/+3
2017-08-11x86: Mark various structures and functions as 'static'Gravatar Colin Ian King 1-2/+2
2017-07-21x86/platform/uv/BAU: Disable BAU on single hub configurationsGravatar Andrew Banman 1-5/+18
2017-07-16x86/platform/uv/BAU: Fix congested_response_us not taking effectGravatar Justin Ernst 1-4/+2
2017-07-04x86/platform/uv/BAU: Minor cleanup, make some local functions staticGravatar Colin Ian King 1-25/+6
2017-07-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-5/+13
2017-07-03Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-6/+4
2017-06-22x86/uv: Create named irq domainGravatar Thomas Gleixner 1-5/+13
2017-06-05x86/mm: Pass flush_tlb_info to flush_tlb_others() etcGravatar Andy Lutomirski 1-6/+4
2017-05-15x86/tsc: Remodel cyc2ns to use seqcount_latch()Gravatar Peter Zijlstra 1-6/+8
2017-05-01Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-63/+132
2017-04-14x86/uv/time: Set ->min_delta_ticks and ->max_delta_ticksGravatar Nicolai Stange 1-0/+2
2017-03-13x86/platform/uv/BAU: Implement uv4_wait_completion with read_statusGravatar Andrew Banman 1-1/+57
2017-03-13x86/platform/uv/BAU: Add wait_completion to bau_operationsGravatar Andrew Banman 1-13/+18
2017-03-13x86/platform/uv/BAU: Add status mmr location fields to bau_controlGravatar Andrew Banman 1-24/+22
2017-03-13x86/platform/uv/BAU: Cleanup bau_operations declaration and instancesGravatar Andrew Banman 1-22/+21
2017-03-13x86/platform/uv/BAU: Add payload descriptor qualifierGravatar Andrew Banman 1-8/+19
2017-03-13x86/platform/uv/BAU: Add uv_bau_version enumerated constantsGravatar Andrew Banman 1-8/+8
2017-03-07Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+0
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-01x86/platform/uv/BAU: Fix HUB errors by remove initial write to sw-ack registerGravatar Andrew Banman 1-1/+0
2017-02-16x86/platform/UV/NMI: Fix uneccessary kABI breakageGravatar travis@sgi.com 1-1/+0
2017-02-01x86/platform/UV: Clean up the NMI code to match current coding styleGravatar travis@sgi.com 1-37/+37