arm64: cachetype: fix definitions of ICACHEF_* flags
[deliverable/linux.git] / arch /
2015-10-28  Will Deaconarm64: cachetype: fix definitions of ICACHEF_* flags
2015-10-28  Will Deaconarm64: cpufeature: declare enable_cpu_capabilities...
2015-10-22  Catalin MarinasMerge branch 'irq/for-arm' of git://git./linux/kernel...
2015-10-21  Dave Martinarm64: Constify hwcap name string arrays
2015-10-21  Suzuki K. Poulosearm64/kvm: Make use of the system wide safe values
2015-10-21  Suzuki K. Poulosearm64/debug: Make use of the system wide safe value
2015-10-21  Suzuki K. Poulosearm64: Move FP/ASIMD hwcap handling to common code
2015-10-21  Suzuki K. Poulosearm64/HWCAP: Use system wide safe values
2015-10-21  Suzuki K. Poulosearm64/capabilities: Make use of system wide safe value
2015-10-21  Suzuki K. Poulosearm64: Delay cpu feature capability checks
2015-10-21  Suzuki K. Poulosearm64: Refactor check_cpu_capabilities
2015-10-21  Suzuki K. Poulosearm64: Cleanup mixed endian support detection
2015-10-21  Suzuki K. Poulosearm64: Read system wide CPUID value
2015-10-21  Suzuki K. Poulosearm64: Consolidate CPU Sanity check to CPU Feature...
2015-10-21  Suzuki K. Poulosearm64: Keep track of CPU feature registers
2015-10-21  Suzuki K. Poulosearm64: Handle width of a cpuid feature
2015-10-21  Suzuki K. Poulosearm64: Move /proc/cpuinfo handling code
2015-10-21  Suzuki K. Poulosearm64: Move mixed endian support detection
2015-10-21  Suzuki K. Poulosearm64: Move cpu feature detection code
2015-10-21  Suzuki K. Poulosearm64: Delay cpuinfo_store_boot_cpu
2015-10-21  Suzuki K. Poulosearm64: Delay ELF HWCAP initialisation until all CPUs...
2015-10-21  Suzuki K. Poulosearm64: Make the CPU information more clear
2015-10-20  Catalin Marinasarm64: Make 36-bit VA depend on EXPERT
2015-10-19  Jungseok Leearm64: Synchronise dump_backtrace() with perf callchain
2015-10-19  Jisheng Zhangarm64: add cpu_idle tracepoints to arch_cpu_idle
2015-10-19  Suzuki K. Poulosearm64: 36 bit VA
2015-10-19  Suzuki K. Poulosearm64: Add 16K page size support
2015-10-19  Ard Biesheuvelarm64: Add page size to the kernel image header
2015-10-19  Suzuki K. Poulosearm64: Check for selected granule support
2015-10-19  Suzuki K. Poulosearm64: Kconfig: Fix help text about AArch32 support...
2015-10-19  Mark Rutlandarm64: Simplify NR_FIX_BTMAPS calculation
2015-10-19  Suzuki K. Poulosearm64: Clean config usages for page size
2015-10-19  Suzuki K. Poulosearm64: Handle 4 level page table for swapper
2015-10-19  Suzuki K. Poulosearm64: Calculate size for idmap_pg_dir at compile time
2015-10-19  Suzuki K. Poulosearm64: Introduce helpers for page table levels
2015-10-19  Suzuki K. Poulosearm64: Handle section maps for swapper/idmap
2015-10-19  Suzuki K. Poulosearm64: Move swapper pagetable definitions
2015-10-16  Yang Shiarm64: debug: Fix typo in debug-monitors.c
2015-10-16  Mark Salyzynarm64: AArch32 user space PC alignment exception
2015-10-16  Catalin Marinasarm64: Minor coding style fixes for kc_offset_to_vaddr...
2015-10-13  Catalin MarinasRevert "arm64: ioremap: add ioremap_cache macro"
2015-10-13  yalin wangarm64: add kc_offset_to_vaddr and kc_vaddr_to_offset...
2015-10-13  yalin wangarm64: ioremap: add ioremap_cache macro
2015-10-13  Will Deaconarm64: kasan: fix issues reported by sparse
2015-10-12  Linus WalleijARM64: kasan: print memory assignment
2015-10-12  Andrey Ryabininarm64: add KASAN support
2015-10-12  Andrey Ryabininarm64: move PGD_SIZE definition to pgalloc.h
2015-10-12  Will Deaconarm64: atomics: implement native {relaxed, acquire...
2015-10-12  Ard Biesheuvelarm64/efi: isolate EFI stub from the kernel proper
2015-10-12  Ard Biesheuvelarm64: use ENDPIPROC() to annotate position independent...
2015-10-12  Catalin Marinasarm64: Fix missing #include in hw_breakpoint.c
2015-10-09  Yang Yingliangarm64: fix a migrating irq bug when hotplug cpu
2015-10-09  Catalin MarinasMerge branch 'irq/for-arm' of git://git./linux/kernel...
2015-10-08  Jeremy Lintonarm64: Mark kernel page ranges contiguous
2015-10-08  Jeremy Lintonarm64: Make the kernel page dump utility aware of the...
2015-10-08  Jeremy Lintonarm64: Default kernel pages should be contiguous
2015-10-08  Jeremy Lintonarm64: Macros to check/set/unset the contiguous bit
2015-10-08  Jeremy Lintonarm64: PTE/PMD contiguous bit definition
2015-10-08  Jeremy Lintonarm64: Add contiguous page flag shifts and constants
2015-10-07  Mark Rutlandarm64: dts: juno: describe PMUs separately
2015-10-07  Mark Rutlandarm64: perf: add Cortex-A57 support
2015-10-07  Mark Rutlandarm64: perf: add Cortex-A53 support
2015-10-07  Mark Rutlandarm64: perf: move to shared arm_pmu framework
2015-10-07  Will Deaconarm64: hw_breakpoint: use target state to determine...
2015-10-07  Will Deaconarm64: mm: remove dsb from update_mmu_cache
2015-10-07  Will Deaconarm64: tlb: remove redundant barrier from __flush_tlb_p...
2015-10-07  Will Deaconarm64: mm: kill mm_cpumask usage
2015-10-07  Will Deaconarm64: switch_mm: simplify mm and CPU checks
2015-10-07  Will Deaconarm64: tlbflush: avoid flushing when fullmm == 1
2015-10-07  Will Deaconarm64: tlbflush: remove redundant ASID casts to (unsign...
2015-10-07  Will Deaconarm64: mm: rewrite ASID allocator and MM context-switch...
2015-10-07  Will Deaconarm64: flush: use local TLB and I-cache invalidation
2015-10-07  Will Deaconarm64: proc: de-scope TLBI operation during cold boot
2015-10-07  Will Deaconarm64: mm: remove unused cpu_set_idmap_tcr_t0sz function
2015-10-07  Andrey Ryabininarm64: introduce VA_START macro - the first kernel...
2015-10-07  Feng Kanarm64: copy_to-from-in_user optimization using copy...
2015-10-07  Feng Kanarm64: Change memcpy in kernel to use the copy template...
2015-10-07  Alim Akhtararm64: defconfig: Enable samsung serial and mmc
2015-10-04  Linus TorvaldsMerge branch 'strscpy' of git://git./linux/kernel/git...
2015-10-04  Linus TorvaldsMerge tag 'md/4.3-fixes' of git://neil.brown.name/md
2015-10-04  Linus TorvaldsMerge branch 'upstream' of git://git.linux-mips.org...
2015-10-04  Linus TorvaldsMerge branch 'irq-urgent-for-linus' of git://git./linux...
2015-10-04  Markos ChandrasMIPS: scall: Always run the seccomp syscall filters
2015-10-03  Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git./linux...
2015-10-03  Linus TorvaldsMerge branch 'timers-urgent-for-linus' of git://git...
2015-10-03  Linus TorvaldsMerge branch 'core-urgent-for-linus' of git://git....
2015-10-03  Linus TorvaldsMerge branch 'drm-fixes' of git://people.freedesktop...
2015-10-02  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2015-10-02  Linus TorvaldsMerge tag 'arm64-fixes' of git://git./linux/kernel...
2015-10-02  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2015-10-02  Linus TorvaldsMerge tag 'dmaengine-fix-4.3-rc4' of git://git.infradea...
2015-10-02  Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2015-10-02  Matt BennettMIPS: Octeon: Fix kernel panic on startup from memory...
2015-10-02  Paul BurtonMIPS: Fix R2300 FP context switch handling
2015-10-02  Paul BurtonMIPS: Fix octeon FP context switch handling
2015-10-02  Linus TorvaldsMerge tag 'mmc-v4.3-rc3' of git://git.linaro.org/people...
2015-10-02  Linus TorvaldsMerge git://git.infradead.org/intel-iommu
2015-10-02  Li Binarm64: ftrace: fix function_graph tracer panic
2015-10-02  Ralf BaechleMIPS: BPF: Fix load delay slots.
2015-10-02  Ben Hutchingsx86/headers/uapi: Fix __BITS_PER_LONG value for x32...
next
This page took 0.047435 seconds and 8 git commands to generate.