index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-10
arm64: remove redundant FRAME_POINTER kconfig option and force to select it
Yang Shi
2
-4
/
+1
2015-11-09
arm64: fix R/O permissions of FDT mapping
Ard Biesheuvel
2
-1
/
+2
2015-11-09
arm64: fix STRICT_MM_TYPECHECKS issue in PTE_CONT manipulation
Ard Biesheuvel
1
-1
/
+1
2015-11-06
arm64: bpf: fix mod-by-zero case
Zi Shen Lim
1
-8
/
+13
2015-11-06
arm64: bpf: fix div-by-zero case
Zi Shen Lim
2
-13
/
+27
2015-11-06
arm64: Enable CRYPTO_CRC32_ARM64 in defconfig
Catalin Marinas
1
-0
/
+1
2015-11-05
arm64: cmpxchg_dbl: fix return value type
Lorenzo Pieralisi
2
-2
/
+2
2015-11-02
arm64/efi: fix libstub build under CONFIG_MODVERSIONS
Ard Biesheuvel
1
-1
/
+1
2015-10-30
ARM64: Enable multi-core scheduler support by default
Dietmar Eggemann
1
-0
/
+1
2015-10-30
arm64/efi: move arm64 specific stub C code to libstub
Ard Biesheuvel
3
-7
/
+5
2015-10-29
arm64: page-align sections for DEBUG_RODATA
Mark Rutland
1
-1
/
+4
2015-10-29
arm64: Fix build with CONFIG_ZONE_DMA=n
Robin Murphy
1
-6
/
+7
2015-10-29
arm64: Fix compat register mappings
Robin Murphy
1
-8
/
+8
2015-10-28
arm64: Increase the max granular size
Tirumalesh Chalamarla
1
-1
/
+1
2015-10-28
arm64: remove bogus TASK_SIZE_64 check
Ard Biesheuvel
1
-4
/
+0
2015-10-28
arm64: make Timer Interrupt Frequency selectable
Kefeng Wang
1
-4
/
+1
2015-10-28
arm64/mm: use PAGE_ALIGNED instead of IS_ALIGNED
Alexander Kuleshov
1
-1
/
+1
2015-10-28
arm64: cachetype: fix definitions of ICACHEF_* flags
Will Deacon
1
-2
/
+2
2015-10-28
arm64: cpufeature: declare enable_cpu_capabilities as static
Will Deacon
1
-1
/
+1
2015-10-22
Merge branch 'irq/for-arm' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Catalin Marinas
1
-1
/
+1
2015-10-22
genirq: Make the cpuhotplug migration code less noisy
Thomas Gleixner
1
-1
/
+1
2015-10-21
arm64: Constify hwcap name string arrays
Dave Martin
1
-3
/
+3
2015-10-21
arm64/kvm: Make use of the system wide safe values
Suzuki K. Poulose
2
-7
/
+7
2015-10-21
arm64/debug: Make use of the system wide safe value
Suzuki K. Poulose
2
-4
/
+11
2015-10-21
arm64: Move FP/ASIMD hwcap handling to common code
Suzuki K. Poulose
2
-11
/
+7
2015-10-21
arm64/HWCAP: Use system wide safe values
Suzuki K. Poulose
3
-72
/
+101
2015-10-21
arm64/capabilities: Make use of system wide safe value
Suzuki K. Poulose
2
-20
/
+60
2015-10-21
arm64: Delay cpu feature capability checks
Suzuki K. Poulose
6
-9
/
+111
2015-10-21
arm64: Refactor check_cpu_capabilities
Suzuki K. Poulose
3
-5
/
+13
2015-10-21
arm64: Cleanup mixed endian support detection
Suzuki K. Poulose
2
-24
/
+10
2015-10-21
arm64: Read system wide CPUID value
Suzuki K. Poulose
2
-0
/
+11
2015-10-21
arm64: Consolidate CPU Sanity check to CPU Feature infrastructure
Suzuki K. Poulose
3
-146
/
+134
2015-10-21
arm64: Keep track of CPU feature registers
Suzuki K. Poulose
5
-6
/
+600
2015-10-21
arm64: Handle width of a cpuid feature
Suzuki K. Poulose
1
-3
/
+9
2015-10-21
arm64: Move /proc/cpuinfo handling code
Suzuki K. Poulose
2
-123
/
+124
2015-10-21
arm64: Move mixed endian support detection
Suzuki K. Poulose
6
-36
/
+33
2015-10-21
arm64: Move cpu feature detection code
Suzuki K. Poulose
2
-108
/
+109
2015-10-21
arm64: Delay cpuinfo_store_boot_cpu
Suzuki K. Poulose
2
-8
/
+3
2015-10-21
arm64: Delay ELF HWCAP initialisation until all CPUs are up
Suzuki K. Poulose
3
-8
/
+10
2015-10-21
arm64: Make the CPU information more clear
Suzuki K. Poulose
2
-3
/
+3
2015-10-20
arm64: Make 36-bit VA depend on EXPERT
Catalin Marinas
1
-1
/
+1
2015-10-19
arm64: Synchronise dump_backtrace() with perf callchain
Jungseok Lee
1
-5
/
+10
2015-10-19
arm64: add cpu_idle tracepoints to arch_cpu_idle
Jisheng Zhang
1
-0
/
+3
2015-10-19
arm64: 36 bit VA
Suzuki K. Poulose
1
-1
/
+7
2015-10-19
arm64: Add 16K page size support
Suzuki K. Poulose
6
-6
/
+51
2015-10-19
arm64: Add page size to the kernel image header
Ard Biesheuvel
2
-2
/
+10
2015-10-19
arm64: Check for selected granule support
Suzuki K. Poulose
2
-2
/
+35
2015-10-19
arm64: Kconfig: Fix help text about AArch32 support with 64K pages
Suzuki K. Poulose
1
-2
/
+2
2015-10-19
arm64: Simplify NR_FIX_BTMAPS calculation
Mark Rutland
1
-5
/
+2
2015-10-19
arm64: Clean config usages for page size
Suzuki K. Poulose
3
-4
/
+4
[next]