index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
/
kernel
/
setup.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-16
ARM: 7602/1: Pass real "__machine_arch_type" variable to setup_machine_tags()...
Alexander Shiyan
1
-1
/
+1
2012-12-03
ARM: 7587/1: implement optimized percpu variable access
Rob Herring
1
-0
/
+6
2012-11-21
Merge branch 'bl-cpuinfo' of git://linux-arm.org/linux-2.6-lp into devel-stable
Russell King
1
-35
/
+35
2012-11-19
ARM: kernel: add cpu logical map DT init in setup_arch
Lorenzo Pieralisi
1
-0
/
+1
2012-11-19
ARM: kernel: smp_setup_processor_id() updates
Lorenzo Pieralisi
1
-3
/
+4
2012-11-19
ARM: kernel: update cpuinfo to print all online CPUs features
Lorenzo Pieralisi
1
-35
/
+35
2012-10-11
Merge branch 'fixes' into for-linus
Russell King
1
-236
/
+4
2012-10-07
Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
1
-235
/
+1
2012-09-19
ARM: virt: Add boot-time diagnostics
Dave Martin
1
-0
/
+20
2012-09-13
ARM: SoC: add per-platform SMP operations
Marc Zyngier
1
-1
/
+3
2012-09-04
ARM: 7505/1: split out ATAGS parsing
Nicolas Pitre
1
-235
/
+1
2012-07-30
ARM: 7465/1: Handle >4GB memory sizes in device tree and mem=size@start option
Peter Maydell
1
-3
/
+3
2012-05-27
Merge tag 'cleanup-initcall' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+8
2012-05-21
ARM: integrate CMA with DMA-mapping subsystem
Marek Szyprowski
1
-6
/
+3
2012-05-03
ARM: provide a late_initcall hook for platform initialization
Shawn Guo
1
-0
/
+8
2012-04-16
ARM: 7382/1: mm: truncate memory banks to fit in 4GB space for classic MMU
Will Deacon
1
-1
/
+15
2012-03-30
Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
1
-1
/
+0
2012-03-28
Disintegrate asm/system.h for ARM
David Howells
1
-0
/
+2
2012-03-28
ARM: move CP15 definitions to separate header file
Russell King
1
-1
/
+1
2012-03-24
ARM: move CP15 definitions to separate header file
Russell King
1
-1
/
+1
2012-01-23
ARM: earlier initialization of vectors page
Russell King
1
-1
/
+0
2012-01-23
ARM: 7293/1: logical_cpu_map: decouple CPU mapping from SMP
Will Deacon
1
-0
/
+14
2012-01-19
ARM: 7277/1: setup.c: Fix build warning by removing unneeded header file
Fabio Estevam
1
-1
/
+0
2012-01-19
ARM: 7279/1: standardize /proc/iomem "Kernel code" name
Kees Cook
1
-1
/
+1
2012-01-07
Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/g...
Linus Torvalds
1
-2
/
+13
2012-01-05
Merge branch 'devel-stable' into for-linus
Russell King
1
-2
/
+13
2011-12-20
Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/l...
Ingo Molnar
1
-0
/
+1
2011-12-12
ARM: 7204/1: arch/arm/kernel/setup.c: initialize arm_dma_zone_size earlier
Arnaud Patard
1
-6
/
+6
2011-12-08
memblock: Fix include breakages caused by 24aa07882b
Tejun Heo
1
-0
/
+1
2011-12-06
ARM: 7187/1: fix unwinding for XIP kernels
Uwe Kleine-König
1
-2
/
+0
2011-12-06
Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-s...
Russell King
1
-0
/
+8
2011-12-06
Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/will/...
Russell King
1
-2
/
+4
2011-11-18
ARM: sort the meminfo array earlier
Nicolas Pitre
1
-0
/
+8
2011-11-12
ARM: 7160/1: setup: avoid overflowing {elf,arch}_name from proc_info_list
Will Deacon
1
-2
/
+4
2011-11-11
ARM: restart: allow platforms more flexibility specifying restart mode
Russell King
1
-2
/
+2
2011-11-11
ARM: restart: add restart hook to machine_desc record
Russell King
1
-0
/
+3
2011-11-01
arm: convert core files from module.h to export.h
Paul Gortmaker
1
-1
/
+1
2011-10-28
Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern...
Linus Torvalds
1
-19
/
+2
2011-10-17
ARM: 7062/1: cache: detect PIPT I-cache using CTR
Will Deacon
1
-2
/
+13
2011-10-17
ARM: platform fixups: remove mdesc argument to fixup function
Russell King
1
-1
/
+1
2011-10-17
ARM: 7029/1: Make cpu_architecture into a global variable
Dave Martin
1
-1
/
+19
2011-09-17
Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6-wd into devel-stable
Russell King
1
-7
/
+8
2011-08-22
ARM: remove boot_params from struct machine_desc
Nicolas Pitre
1
-19
/
+0
2011-08-22
ARM: introduce atag_offset to replace boot_params
Nicolas Pitre
1
-0
/
+2
2011-08-12
ARM: cache: detect VIPT aliasing I-cache on ARMv6
Will Deacon
1
-7
/
+8
2011-07-23
Merge branch 'devel-stable' into for-next
Russell King
1
-0
/
+10
2011-07-23
Merge branches 'btc', 'dma', 'entry', 'fixes', 'linker-layout', 'misc', 'mmci...
Russell King
1
-49
/
+52
2011-07-19
Merge branch 'dma' of http://git.linaro.org/git/people/nico/linux into devel-...
Russell King
1
-0
/
+6
2011-07-18
ARM: add dma_zone_size to the machine_desc structure
Nicolas Pitre
1
-0
/
+6
2011-07-15
Merge branch 'kprobes-thumb' of git://git.yxit.co.uk/linux into devel-stable
Russell King
1
-0
/
+2
[next]