.. |
xen
|
4a5b69464e
xen/events: Support event channel rebind on ARM
|
10 years ago |
Kbuild
|
f2abeef9fd
mm: clean up per architecture MM hook header files
|
10 years ago |
acenv.h
|
37655163ce
ARM64 / ACPI: Get RSDP and ACPI boot-time tables
|
10 years ago |
acpi.h
|
bff60792f9
arm64: psci: factor invocation code to drivers
|
10 years ago |
alternative.h
|
ef5e724b25
arm64: alternative: put secondary CPUs into polling loop during patch
|
10 years ago |
arch_timer.h
|
082471a8ef
arm64: fix missing linux/bug.h include in asm/arch_timer.h
|
10 years ago |
arm-cci.h
|
772742a6c7
arm-cci: Get rid of secure transactions for PMU driver
|
10 years ago |
asm-offsets.h
|
0be7320a63
arm64: Assembly macros and definitions
|
13 years ago |
assembler.h
|
4b3dc9679c
arm64: force CONFIG_SMP=y and remove redundant #ifdefs
|
10 years ago |
atomic.h
|
6059a7b6e8
arm64: atomics: implement atomic{,64}_cmpxchg using cmpxchg
|
10 years ago |
atomic_ll_sc.h
|
7f08a414f2
arm64: make ll/sc __cmpxchg_case_##name asm consistent
|
10 years ago |
atomic_lse.h
|
484c96dbb2
arm64: lse: fix lse cmpxchg code indentation
|
10 years ago |
barrier.h
|
4b3dc9679c
arm64: force CONFIG_SMP=y and remove redundant #ifdefs
|
10 years ago |
bitops.h
|
8715466b60
arch,arm64: Convert smp_mb__*()
|
11 years ago |
bitrev.h
|
8e7a4cef71
ARM: 8189/1: arm64:add bitrev.h file to support rbit instruction
|
10 years ago |
boot.h
|
61bd93ce80
arm64: use fixmap region for permanent FDT mapping
|
10 years ago |
bug.h
|
9fb7410f95
arm64/BUG: Use BRK instruction for generic BUG traps
|
10 years ago |
cache.h
|
e4f88d833b
arm64: Implement support for read-mostly sections
|
10 years ago |
cacheflush.h
|
68234df4ea
arm64: kill flush_cache_all()
|
10 years ago |
cachetype.h
|
5d425c1865
arm64: kernel: add support for cpu cache information
|
10 years ago |
cmpxchg.h
|
a14949e09a
arm64: cmpxchg: truncate sub-word signed types before comparison
|
10 years ago |
compat.h
|
d476d94f18
arm64: compat: Remove incorrect comment in compat_siginfo
|
10 years ago |
compiler.h
|
10b663aef1
arm64: Miscellaneous header files
|
13 years ago |
cpu.h
|
80639d4a79
arm64: sanity checks: add missing AArch32 registers
|
10 years ago |
cpu_ops.h
|
0f0783365c
ARM64: kernel: unify ACPI and DT cpus initialization
|
10 years ago |
cpufeature.h
|
c739dc83a0
arm64: lse: rename ARM64_CPU_FEAT_LSE_ATOMICS for consistency
|
10 years ago |
cpuidle.h
|
af391b15f7
arm64: kernel: rename __cpu_suspend to keep it aligned with arm
|
10 years ago |
cputype.h
|
870828e57b
arm64: kernel: Move config_sctlr_el1
|
10 years ago |
debug-monitors.h
|
6f883d10a1
arm64: debug: rename enum debug_el to avoid symbol collision
|
10 years ago |
device.h
|
de7ee503f2
arm64: introduce is_device_dma_coherent
|
10 years ago |
dma-mapping.h
|
452e06af1f
dma-mapping: consolidate dma_set_mask
|
10 years ago |
dmi.h
|
d1ae8c0057
arm64: dmi: Add SMBIOS/DMI support
|
11 years ago |
efi.h
|
60305db988
arm64/efi: move virtmap init to early initcall
|
10 years ago |
elf.h
|
204db6ed17
mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZE
|
10 years ago |
esr.h
|
d7a33f4fbd
arm64/debug: Add missing #includes
|
10 years ago |
exception.h
|
9a5ad7d0e3
arm64: Add __exception_irq_entry definition for function graph
|
10 years ago |
exec.h
|
10b663aef1
arm64: Miscellaneous header files
|
13 years ago |
fb.h
|
fc47897d2c
arm64: Device specific operations
|
13 years ago |
fixmap.h
|
5d3c2c3529
arm64: Fix source code file path in comments
|
10 years ago |
fpsimd.h
|
190f1ca85d
arm64: add support for kernel mode NEON in interrupt context
|
11 years ago |
fpsimdmacros.h
|
6917c857e3
arm64: Avoid breakage caused by .altmacro in fpsimd save/restore macros
|
10 years ago |
ftrace.h
|
055b1212d1
arm64: ftrace: Add system call tracepoint
|
11 years ago |
futex.h
|
0ea366f5e1
arm64: atomics: prefetch the destination word for write prior to stxr
|
10 years ago |
hardirq.h
|
ae80a2f2d1
arm64: Remove ununsed set_irq_flags
|
10 years ago |
hugetlb.h
|
0a570e7ade
arm64: hugetlb: remove paragraph about writing to FSF
|
10 years ago |
hw_breakpoint.h
|
834bf88726
KVM: arm64: enable KVM_CAP_SET_GUEST_DEBUG
|
10 years ago |
hwcap.h
|
7d57511d2d
arm64: Add COMPAT_HWCAP_LPAE
|
10 years ago |
hypervisor.h
|
9f54ad6652
arm64/xen: introduce asm/xen header files on arm64
|
12 years ago |
insn.h
|
10b48f7ef2
arm64: insn: Add aarch64_{get,set}_branch_offset
|
10 years ago |
io.h
|
e3d8238d7f
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
|
10 years ago |
irq.h
|
d60fc3892c
irqchip: Add GICv2 specific ACPI boot support
|
10 years ago |
irq_work.h
|
4b3dc9679c
arm64: force CONFIG_SMP=y and remove redundant #ifdefs
|
10 years ago |
irqflags.h
|
c7db4ff5d2
arm64: Add macros to manage processor debug state
|
11 years ago |
jump_label.h
|
11276d5306
locking/static_keys: Add a new static_key interface
|
10 years ago |
kgdb.h
|
7acf71d1a2
arm64: Fix typos in KGDB macros
|
11 years ago |
kvm_arm.h
|
34c3faa353
arm64: KVM: Remove all traces of the ThumbEE registers
|
10 years ago |
kvm_asm.h
|
34c3faa353
arm64: KVM: Remove all traces of the ThumbEE registers
|
10 years ago |
kvm_coproc.h
|
72564016aa
arm64: KVM: common infrastructure for handling AArch32 CP14/CP15
|
11 years ago |
kvm_emulate.h
|
b9085bcbf5
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
|
10 years ago |
kvm_host.h
|
920552b213
KVM: disable halt_poll_ns as default for s390x
|
10 years ago |
kvm_mmio.h
|
950324ab81
KVM: arm/arm64: rework MMIO abort handling to use KVM MMIO bus
|
10 years ago |
kvm_mmu.h
|
714d8e7e27
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
|
10 years ago |
kvm_psci.h
|
e8e7fcc5e2
ARM/ARM64: KVM: Make kvm_psci_call() return convention more flexible
|
11 years ago |
linkage.h
|
aeed41a937
arm64: fix alignment padding in assembly code
|
13 years ago |
lse.h
|
c739dc83a0
arm64: lse: rename ARM64_CPU_FEAT_LSE_ATOMICS for consistency
|
10 years ago |
memblock.h
|
c1cc155261
arm64: MMU initialisation
|
13 years ago |
memory.h
|
12f03ee606
Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
|
10 years ago |
mmu.h
|
b08d4640a3
arm64: remove dead code
|
10 years ago |
mmu_context.h
|
714d8e7e27
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
|
10 years ago |
module.h
|
257cb25192
arm64: Loadable modules
|
13 years ago |
neon.h
|
190f1ca85d
arm64: add support for kernel mode NEON in interrupt context
|
11 years ago |
opcodes.h
|
0be0e44c18
arm64: Add AArch32 instruction set condition code checks
|
10 years ago |
page.h
|
714d8e7e27
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
|
10 years ago |
pci.h
|
a9cb97fe71
ARM64 / ACPI: Introduce PCI stub functions for ACPI
|
10 years ago |
percpu.h
|
4b3dc9679c
arm64: force CONFIG_SMP=y and remove redundant #ifdefs
|
10 years ago |
perf_event.h
|
52da443ec4
arm64: perf: factor out callchain code
|
10 years ago |
pgalloc.h
|
9f25e6ad58
arm64: expose number of page table levels on Kconfig level
|
10 years ago |
pgtable-hwdef.h
|
2f4b829c62
arm64: Add support for hardware updates of the access and dirty pte bits
|
10 years ago |
pgtable-types.h
|
9f25e6ad58
arm64: expose number of page table levels on Kconfig level
|
10 years ago |
pgtable.h
|
1a541b4e3c
arm64: Fix THP protection change logic
|
10 years ago |
pmu.h
|
d5efd9cc9c
arm64: pmu: add support for interrupt-affinity property
|
10 years ago |
proc-fns.h
|
68234df4ea
arm64: kill flush_cache_all()
|
10 years ago |
processor.h
|
338d4f49d6
arm64: kernel: Add support for Privileged Access Never
|
10 years ago |
ptrace.h
|
4b3dc9679c
arm64: force CONFIG_SMP=y and remove redundant #ifdefs
|
10 years ago |
seccomp.h
|
a1ae65b219
arm64: add seccomp support
|
10 years ago |
shmparam.h
|
f668cd1673
arm64: ELF definitions
|
13 years ago |
signal32.h
|
00554fa4f8
arm64: Use get_signal() signal_setup_done()
|
11 years ago |
smp.h
|
4b3dc9679c
arm64: force CONFIG_SMP=y and remove redundant #ifdefs
|
10 years ago |
smp_plat.h
|
377bcff9a3
arm64: remove dead-code depending on CONFIG_UP_LATE_INIT
|
10 years ago |
sparsemem.h
|
07a15dd55a
arm64: mm: update max pa bits to 48
|
11 years ago |
spinlock.h
|
c1d7cd228b
arm64: spinlock: fix ll/sc unlock on big-endian systems
|
10 years ago |
spinlock_types.h
|
772d68355e
arm64: include linux/types.h in asm/spinlock_types.h
|
10 years ago |
stackprotector.h
|
c0c264ae51
arm64: Add CONFIG_CC_STACKPROTECTOR
|
11 years ago |
stacktrace.h
|
60ffc30d56
arm64: Exception handling
|
13 years ago |
stat.h
|
4262a72762
UAPI: (Scripted) Disintegrate arch/arm64/include/asm
|
13 years ago |
string.h
|
0a42cb0a6f
arm64: lib: Implement optimized string length routines
|
11 years ago |
suspend.h
|
af391b15f7
arm64: kernel: rename __cpu_suspend to keep it aligned with arm
|
10 years ago |
sync_bitops.h
|
9f54ad6652
arm64/xen: introduce asm/xen header files on arm64
|
12 years ago |
syscall.h
|
875cbf3e46
arm64: Add audit support
|
11 years ago |
sysreg.h
|
338d4f49d6
arm64: kernel: Add support for Privileged Access Never
|
10 years ago |
system_misc.h
|
86dca36e6b
arm64: use private ratelimit state along with show_unhandled_signals
|
10 years ago |
thread_info.h
|
9699a517e0
arm64: Remove signal translation and exec_domain
|
10 years ago |
timex.h
|
6916b14ea1
arm64: kernel: compiling issue, need delete read_current_timer()
|
12 years ago |
tlb.h
|
4150e50bf5
arm64: Use last level TLBI for user pte changes
|
10 years ago |
tlbflush.h
|
4150e50bf5
arm64: Use last level TLBI for user pte changes
|
10 years ago |
topology.h
|
4b3dc9679c
arm64: force CONFIG_SMP=y and remove redundant #ifdefs
|
10 years ago |
traps.h
|
9a5ad7d0e3
arm64: Add __exception_irq_entry definition for function graph
|
10 years ago |
uaccess.h
|
338d4f49d6
arm64: kernel: Add support for Privileged Access Never
|
10 years ago |
unistd.h
|
eb93ce2cb7
arm64: compat: wire up new syscalls
|
10 years ago |
unistd32.h
|
eb93ce2cb7
arm64: compat: wire up new syscalls
|
10 years ago |
vdso.h
|
9031fefde6
arm64: VDSO support
|
13 years ago |
vdso_datapage.h
|
9031fefde6
arm64: VDSO support
|
13 years ago |
virt.h
|
45451914c8
arm64: KVM: remove __kvm_hyp_code_{start,end} from hyp.S
|
11 years ago |
word-at-a-time.h
|
7bc13fd33a
arm64: dcache: select DCACHE_WORD_ACCESS for little-endian CPUs
|
11 years ago |