aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/mmio-mod.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-10x86: Replace cpumask_weight() with cpumask_empty() where appropriateYury Norov1-1/+1
2021-08-10x86/mmiotrace: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior1-2/+2
2021-01-15x86: Remove definition of DEBUGTom Rix1-2/+0
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-05-19x86/mmiotrace: Use cpumask_available() for cpumask_var_t variablesNathan Chancellor1-2/+2
2020-03-25x86/smp: Replace cpu_up/down() with add/remove_cpu()Qais Yousef1-2/+2
2019-10-18x86: Use pr_warn instead of pr_warningKefeng Wang1-3/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-13/+1
2018-01-05x86: do not use print_symbol()Sergey Senozhatsky1-3/+2
2017-01-28x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar1-1/+1
2016-07-14x86/mm: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+1
2013-07-14x86: delete __cpuinit usage from all x86 filesPaul Gortmaker1-3/+1
2012-01-13module_param: make bool parameters really bool (arch)Rusty Russell1-2/+2
2011-09-15Merge branch 'master' into for-nextJiri Kosina1-1/+1
2011-09-15Remove unneeded version.h include from arch/x86/Jesper Juhl1-1/+0
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-14x86: Fix build warning in arch/x86/mm/mmio-mod.cJoe Perches1-1/+1
2009-12-10x86: mmio-mod.c: Use pr_fmtJoe Perches1-36/+35
2009-04-29tracing: x86, mmiotrace: only register for die notifier when tracer activeStuart Bennett1-0/+2
2009-03-18x86: cpumask: x86 mmio-mod.c use cpumask_var_t for downed_cpusRusty Russell1-6/+13
2008-10-14mmiotrace: remove left-over marker cruftPekka Paalanen1-64/+0
2008-10-14x86 mmiotrace: implement mmiotrace_printk()Pekka Paalanen1-1/+18
2008-10-14x86 mmiotrace: fix a rare memory leakPekka Paalanen1-1/+3
2008-08-21x86, mmiotrace: silence section mismatch warning - leave_uniprocessorMarcin Slusarz1-1/+3
2008-05-24x86 mmiotrace: page level is unsignedPekka Paalanen1-1/+1
2008-05-24mmiotrace: rename kmmio_probe::user_data to :private.Pekka Paalanen1-2/+2
2008-05-24x86 mmiotrace: use resource_size_t for phys addressesPekka Paalanen1-5/+6
2008-05-24x86 mmiotrace: fix page-unaligned ioremapsPekka Paalanen1-0/+1
2008-05-24mmiotrace: code style cleanupsPekka Paalanen1-4/+3
2008-05-24x86 mmiotrace: dynamically disable non-boot CPUsPekka Paalanen1-0/+61
2008-05-24mmiotrace: fix printk formatRandy Dunlap1-2/+3
2008-05-24x86 mmiotrace: remove ISA_trace parameter.Pekka Paalanen1-5/+0
2008-05-24x86 mmiotrace: move files into arch/x86/mm/.Pekka Paalanen1-0/+457