Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | arm64: export memblock_reserve()d regions via /proc/iomem | James Morse | 2018-07-23 | 1 | -0/+38 | |
| * | | | | | | | | | | arm64: build with baremetal linker target instead of Linux when available | Olof Johansson | 2018-07-23 | 1 | -4/+5 | |
| * | | | | | | | | | | arm64: fix possible spectre-v1 write in ptrace_hbp_set_event() | Mark Rutland | 2018-07-23 | 1 | -8/+11 | |
| * | | | | | | | | | | arm64: Drop asmlinkage qualifier from syscall_trace_{enter,exit} | Will Deacon | 2018-07-12 | 1 | -2/+2 | |
| * | | | | | | | | | | arm64: implement syscall wrappers | Mark Rutland | 2018-07-12 | 6 | -8/+101 | |
| * | | | | | | | | | | arm64: convert compat wrappers to C | Mark Rutland | 2018-07-12 | 4 | -134/+115 | |
| * | | | | | | | | | | arm64: use SYSCALL_DEFINE6() for mmap | Mark Rutland | 2018-07-12 | 1 | -3/+3 | |
| * | | | | | | | | | | arm64: use {COMPAT,}SYSCALL_DEFINE0 for sigreturn | Mark Rutland | 2018-07-12 | 2 | -3/+3 | |
| * | | | | | | | | | | arm64: remove in-kernel call to sys_personality() | Mark Rutland | 2018-07-12 | 1 | -1/+1 | |
| * | | | | | | | | | | arm64: drop alignment from syscall tables | Mark Rutland | 2018-07-12 | 2 | -10/+2 | |
| * | | | | | | | | | | arm64: zero GPRs upon entry from EL0 | Mark Rutland | 2018-07-12 | 1 | -1/+7 | |
| * | | | | | | | | | | arm64: don't reload GPRs after apply_ssbd | Mark Rutland | 2018-07-12 | 1 | -13/+7 | |
| * | | | | | | | | | | arm64: don't restore GPRs when context tracking | Mark Rutland | 2018-07-12 | 1 | -11/+1 | |
| * | | | | | | | | | | arm64: convert native/compat syscall entry to C | Mark Rutland | 2018-07-12 | 3 | -40/+43 | |
| * | | | | | | | | | | arm64: convert syscall trace logic to C | Mark Rutland | 2018-07-12 | 2 | -56/+56 | |
| * | | | | | | | | | | arm64: convert raw syscall invocation to C | Mark Rutland | 2018-07-12 | 4 | -43/+59 | |
| * | | | | | | | | | | arm64: introduce syscall_fn_t | Mark Rutland | 2018-07-12 | 3 | -7/+15 | |
| * | | | | | | | | | | arm64: remove sigreturn wrappers | Mark Rutland | 2018-07-12 | 7 | -27/+11 | |
| * | | | | | | | | | | arm64: move sve_user_{enable,disable} to <asm/fpsimd.h> | Mark Rutland | 2018-07-12 | 2 | -11/+16 | |
| * | | | | | | | | | | arm64: kill change_cpacr() | Mark Rutland | 2018-07-12 | 1 | -11/+2 | |
| * | | | | | | | | | | arm64: kill config_sctlr_el1() | Mark Rutland | 2018-07-12 | 5 | -18/+7 | |
| * | | | | | | | | | | arm64: move SCTLR_EL{1,2} assertions to <asm/sysreg.h> | Mark Rutland | 2018-07-12 | 1 | -10/+10 | |
| * | | | | | | | | | | arm64: consistently use unsigned long for thread flags | Mark Rutland | 2018-07-12 | 1 | -1/+1 | |
| * | | | | | | | | | | Revert "arm64: fix infinite stacktrace" | Will Deacon | 2018-07-12 | 1 | -3/+0 | |
| * | | | | | | | | | | arm64: rseq: Implement backend rseq calls and select HAVE_RSEQ | Will Deacon | 2018-07-11 | 6 | -1/+11 | |
| * | | | | | | | | | | arm64: make flatmem depend on !NUMA | Arnd Bergmann | 2018-07-10 | 1 | -1/+1 | |
| * | | | | | | | | | | arm64: numa: rework ACPI NUMA initialization | Lorenzo Pieralisi | 2018-07-09 | 3 | -48/+85 | |
| * | | | | | | | | | | arm64: add ARM64-specific support for flatmem | Nikunj Kela | 2018-07-09 | 1 | -0/+3 | |
| * | | | | | | | | | | arm64: mm: Export __flush_icache_range() to modules | Will Deacon | 2018-07-06 | 1 | -1/+1 | |
| * | | | | | | | | | | arm64: topology: re-introduce numa mask check for scheduler MC selection | Sudeep Holla | 2018-07-06 | 1 | -1/+6 | |
| * | | | | | | | | | | arm64: topology: rename llc_siblings to align with other struct members | Sudeep Holla | 2018-07-06 | 2 | -8/+8 | |
| * | | | | | | | | | | arm64: smp: remove cpu and numa topology information when hotplugging out CPU | Sudeep Holla | 2018-07-06 | 1 | -0/+3 | |
| * | | | | | | | | | | arm64: topology: restrict updating siblings_masks to online cpus only | Sudeep Holla | 2018-07-06 | 1 | -5/+3 | |
| * | | | | | | | | | | arm64: topology: add support to remove cpu topology sibling masks | Sudeep Holla | 2018-07-06 | 2 | -0/+16 | |
| * | | | | | | | | | | arm64: numa: separate out updates to percpu nodeid and NUMA node cpumap | Sudeep Holla | 2018-07-06 | 3 | -8/+27 | |
| * | | | | | | | | | | arm64: topology: refactor reset_cpu_topology to add support for removing topo... | Sudeep Holla | 2018-07-06 | 1 | -7/+14 | |
| * | | | | | | | | | | arm64: errata: Don't define type field twice for arm64_errata[] entries | Will Deacon | 2018-07-06 | 1 | -2/+0 | |
| * | | | | | | | | | | arm64: Implement page table free interfaces | Chintan Pandya | 2018-07-06 | 1 | -4/+44 | |
| * | | | | | | | | | | arm64: tlbflush: Introduce __flush_tlb_kernel_pgtable | Chintan Pandya | 2018-07-06 | 1 | -0/+7 | |
| * | | | | | | | | | | Merge branch 'x86/mm' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/ti... | Will Deacon | 2018-07-06 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | arm64: insn: Don't fallback on nosync path for general insn patching | Will Deacon | 2018-07-05 | 2 | -57/+1 | |
| * | | | | | | | | | | | arm64: IPI each CPU after invalidating the I-cache for kernel mappings | Will Deacon | 2018-07-05 | 4 | -18/+33 | |
| * | | | | | | | | | | | arm64: remove unused COMPAT_PSR definitions | Mark Rutland | 2018-07-05 | 1 | -28/+0 | |
| * | | | | | | | | | | | kvm/arm: use PSR_AA32 definitions | Mark Rutland | 2018-07-05 | 5 | -26/+26 | |
| * | | | | | | | | | | | arm64: use PSR_AA32 definitions | Mark Rutland | 2018-07-05 | 7 | -42/+42 | |
| * | | | | | | | | | | | arm64: ptrace: map SPSR_ELx<->PSR for compat tasks | Mark Rutland | 2018-07-05 | 1 | -0/+2 | |
| * | | | | | | | | | | | arm64: compat: map SPSR_ELx<->PSR for signals | Mark Rutland | 2018-07-05 | 1 | -2/+6 | |
| * | | | | | | | | | | | arm64: don't zero DIT on signal return | Mark Rutland | 2018-07-05 | 1 | -4/+8 | |
| * | | | | | | | | | | | arm64: add PSR_AA32_* definitions | Mark Rutland | 2018-07-05 | 1 | -1/+56 | |
| * | | | | | | | | | | | arm64: Handle mismatched cache type | Suzuki K Poulose | 2018-07-05 | 2 | -4/+16 |