index
:
history
master
Linux kernel history
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
kernel
/
setup.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2005-03-13
[PATCH] kill aux_device_present
Adrian Bunk
1
-2
/
+0
2005-01-19
[ARM] Clean up lookup of processor and machine types.
Russell King
1
-22
/
+13
2005-01-18
[ARM] Add CPU number to cache information lines.
Russell King
1
-9
/
+9
2005-01-06
[ARM] Add basic SMP support.
Russell King
1
-2
/
+18
2004-12-16
[ARM PATCH] 2312/1: Cache type information fix
Catalin Marinas
1
-7
/
+8
2004-12-16
[ARM PATCH] 2311/1: ARM1176 CPU detection
Catalin Marinas
1
-1
/
+1
2004-11-10
[ARM PATCH] 2154/2: XIP kernel for ARM
Nicolas Pitre
1
-6
/
+6
2004-10-09
[ARM] Convert system ticker timer to sysdev model.
Russell King
1
-1
/
+1
2004-09-05
[ARM PATCH] 2060/1: make /proc/cpuinfo report missing EDSP and Java support
David Brownell
1
-0
/
+1
2004-08-15
[ARM] Move bootmem_init() call into paging_init()
Russell King
1
-2
/
+0
2004-06-23
[PATCH] Move saved_command_line to init/main.c
Andrew Morton
1
-1
/
+0
2004-06-15
[ARM] Timer cleanup
Deepak Saxena
1
-0
/
+3
2004-05-16
[ARM] Move a bunch of symbol exports from armksyms.c
Russell King
1
-0
/
+14
2004-04-28
[ARM] Add read_cpuid() to aid reading CPU ID registers.
Russell King
1
-6
/
+2
2004-02-26
[ARM] Add ARM architecture version 6 support.
Russell King
1
-9
/
+9
2004-01-10
[ARM PATCH] 1712/1: pxa2xx_udc (1/5) add INIT_MACHINE
David Brownell
1
-0
/
+12
2003-10-04
[ARM] Add ARMv5TEJ to processor architecture list.
Russell King
1
-1
/
+1
2003-09-22
[PATCH] prepare for 32-bit dev_t: mknod()/ustat()
Alexander Viro
1
-1
/
+1
2003-09-17
[ARM] Fix name of "cache format" cpuinfo description.
Russell King
1
-1
/
+1
2003-09-05
[ARM] arch/arm/kernel/setup.c needs to include asm/cacheflush.h
Russell King
1
-0
/
+1
2003-05-25
[PATCH] arch/* strlcpy conversion
Ben Collins
1
-2
/
+1
2003-04-28
[ARM] Part 2 in the cache API changes.
Russell King
1
-0
/
+6
2003-04-27
[ARM] Fix includes
Russell King
1
-1
/
+1
2003-04-27
[ARM] Provide more early command line parsing.
Russell King
1
-48
/
+69
2003-04-20
[PATCH] initrd.h
Christoph Hellwig
1
-1
/
+1
2003-03-26
[ARM PATCH] 1445/1: [PATCH] removes CONFIG_CPU_{26,32} from arch/arm/kernel
Ian Molton
1
-7
/
+0
2003-01-25
[ARM] Add one CPU device to the driver model.
Russell King
1
-0
/
+10
2003-01-10
[ARM] Remove CPU manufacturer string.
Russell King
1
-8
/
+7
2002-11-10
[PATCH] C99 designated initializers for arch/arm
Art Haas
1
-6
/
+6
2002-10-30
[ARM] Re-work L1 pagetable bit handling.
Russell King
1
-40
/
+51
2002-10-13
[ARM] Update ARM cache type decoding.
Russell King
1
-14
/
+13
2002-09-29
[ARM] 2.5.34 update
Russell King
1
-4
/
+0
2002-09-28
[ARM] Parse initrd information early
Russell King
1
-21
/
+22
2002-08-03
[TRIVIAL] acorn & arm designated initializer rework
Russell King
1
-4
/
+4
2002-06-11
[PATCH] (7/14) resync
Alexander Viro
1
-1
/
+2
2002-05-30
[ARM] Remove hard coded per-architecture memory, ramdisk and initrd
Russell King
1
-2
/
+2
2002-05-23
[ARM] Remove old NetWinder uncompressed kernel image compatibility code.
Russell King
1
-6
/
+0
2002-05-07
Always allow CONFIG_CMDLINE to be set or edited by the user.
Russell King
1
-4
/
+0
2002-05-07
[ARM] Localise old param_struct to arch/arm/kernel/compat.c.
Russell King
1
-22
/
+31
2002-05-07
Pass a physical address from the boot loader for the location of the
Russell King
1
-0
/
+14
2002-04-22
Fix build error on multi-tlb configurations.
Russell King
1
-1
/
+2
2002-04-07
Some small fixes:
Russell King
1
-1
/
+1
2002-03-10
Split out copy_user_page/clear_user_page to allow more efficient
Russell King
1
-0
/
+6
2002-02-25
Numerous ARM build fixes, small updates and cleanups.
Russell King
1
-3
/
+3
2002-02-25
Clean up ARM TLB handling code; previously there was a lot of code
Russell King
1
-0
/
+6
2002-02-20
Preempt support and fix ARM build for thread_info changes
Russell King
1
-0
/
+4
2002-02-05
v2.5.1.8 -> v2.5.1.9
Linus Torvalds
1
-6
/
+200
2002-02-04
v2.4.14.5 -> v2.4.14.6
Linus Torvalds
1
-41
/
+37
2002-02-04
v2.4.12 -> v2.4.12.1
Linus Torvalds
1
-5
/
+49
2002-02-04
v2.4.8 -> v2.4.8.1
Linus Torvalds
1
-110
/
+68
[next]