Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
a09e64fbc0094e3073dbb09c3b4bfe4ab669244b
/
arch
a09e64f
[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
by Russell King
· 16 years ago
a1b81a8
Merge branch 'header-move' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6
by Russell King
· 16 years ago
4fb8af1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes
by Russell King
· 16 years ago
f44f82e
[ARM] Add support for arch/arm/mach-*/include and arch/arm/plat-*/include
by Russell King
· 16 years ago
be50972
[ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead
by Russell King
· 16 years ago
0f8469a
[ARM] Eliminate useless includes of asm/mach-types.h
by Russell King
· 16 years ago
897d852
[ARM] Fix circular include dependency with IRQ headers
by Russell King
· 16 years ago
775587b
powerpc: 86xx: mpc8610_hpcd: add watchdog node
by Anton Vorontsov
· 16 years ago
0e25f71
remove unneeded #include <linux/ide.h>'s
by Adrian Bunk
· 16 years ago
b5b9309
remove unnecessary <linux/hdreg.h> includes
by Bartlomiej Zolnierkiewicz
· 16 years ago
3663b73
avr32: Use <mach/foo.h> instead of <asm/arch/foo.h>
by Haavard Skinnemoen
· 16 years ago
964d219
avr32: Introduce arch/avr32/mach-*/include/mach
by Haavard Skinnemoen
· 16 years ago
84db8d7
avr32: Move include/asm-avr32 to arch/avr32/include/asm
by Haavard Skinnemoen
· 16 years ago
e9ba969
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
by Linus Torvalds
· 16 years ago
2e1e921
Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
by Linus Torvalds
· 16 years ago
2acb802
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
by Linus Torvalds
· 16 years ago
18f6db9
mn10300: Fix up __bug_table handling in module loader.
by Paul Mundt
· 16 years ago
5941de8
Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6
by Linus Torvalds
· 16 years ago
ae58388
sparc64: Remove all cpumask_t local variables in xcall dispatch.
by David S. Miller
· 16 years ago
ed4d9c6
sparc64: Kill error_mask from hypervisor_xcall_deliver().
by David S. Miller
· 16 years ago
90f7ae8
sparc64: Build cpu list and mondo block at top-level xcall_deliver().
by David S. Miller
· 16 years ago
c02a511
sparc64: Disable local interrupts around xcall_deliver_impl() invocation.
by David S. Miller
· 16 years ago
deb1699
sparc64: Make all xcall_deliver's go through common helper function.
by David S. Miller
· 16 years ago
43f5892
sparc64: Always allocate the send mondo blocks, even on non-sun4v.
by David S. Miller
· 16 years ago
91a4231
sparc64: Make smp_cross_call_masked() take a cpumask_t pointer.
by David S. Miller
· 16 years ago
24445a4
sparc64: Directly call xcall_deliver() in smp_start_sync_tick_client.
by David S. Miller
· 16 years ago
1992663
sparc64: Call xcall_deliver() directly in some cases.
by David S. Miller
· 16 years ago
cd5bc89
sparc64: Use cpumask_t pointers and for_each_cpu_mask_nr() in xcall_deliver.
by David S. Miller
· 16 years ago
622824d
sparc64: Use xcall_deliver() consistently.
by David S. Miller
· 16 years ago
5e0797e
sparc64: Use function pointer for cross-call sending.
by David S. Miller
· 16 years ago
abd9e69
arch/sparc64/kernel/signal.c: removed duplicated #include
by Huang Weiyi
· 16 years ago
a3cf5e6
sparc64: Need to disable preemption around smp_tsb_sync().
by David S. Miller
· 16 years ago
f5663f5
sh: enable maple_keyb in dreamcast_defconfig.
by Paul Mundt
· 16 years ago
cce2d45
SH2(A) cache update
by Yoshinori Sato
· 16 years ago
d8eb2fa
add addrespace definition for sh2a.
by Takashi Yoshii
· 16 years ago
42ced55
sh: Kill off ARCH_SUPPORTS_AOUT and remnants of a.out support.
by Paul Mundt
· 16 years ago
5093c9a
sh: define GENERIC_HARDIRQS_NO__DO_IRQ.
by Paul Mundt
· 16 years ago
bdcab87
sh: define GENERIC_LOCKBREAK.
by Paul Mundt
· 16 years ago
c3b4adf
sh: Save NUMA node data in vmcore for crash dumps.
by Paul Mundt
· 16 years ago
4b59c97
sh: module_alloc() should be using vmalloc_exec().
by Paul Mundt
· 16 years ago
3108cf0
sh: Fix up __bug_table handling in module loader.
by Paul Mundt
· 16 years ago
6a9545b
sh: Fix up broken kerneldoc comments.
by Paul Mundt
· 16 years ago
9c4cb82
powerpc: Remove use of CONFIG_PPC_MERGE
by Kumar Gala
· 16 years ago
c7c8eed
powerpc: Force printing of 'total_memory' to unsigned long long
by Tony Breeds
· 16 years ago
fb61063
powerpc: Fix compiler warning in arch/powerpc/mm/mem.c
by Tony Breeds
· 16 years ago
b8b572e
powerpc: Move include files to arch/powerpc/include/asm
by Stephen Rothwell
· 16 years ago
c07abb6
sh: /proc/asids depends on MMU.
by Paul Mundt
· 16 years ago
7e31aa1
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
by Linus Torvalds
· 16 years ago
c48e64a
arch/sh/boards/mach-se/7343/irq.c: removed duplicated #include
by Huang Weiyi
· 16 years ago
8edd744
arch/sh/boards/board-ap325rxa.c: removed duplicated #include
by Huang Weiyi
· 16 years ago
9cb7117
[ARM] 5182/1: pxa: Fix pcm990 compilation
by Guennadi Liakhovetski
· 16 years ago
596400f
sh/boards/Makefile typo fix
by Adrian Bunk
· 16 years ago
bccf650
[ARM] Fix explicit asm(-arm)?/arch-foo references
by Russell King
· 16 years ago
4baa992
[ARM] move include/asm-arm to arch/arm/include/asm
by Russell King
· 16 years ago
d9c5661
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
by Linus Torvalds
· 16 years ago
ff4db0a
[ARM] Remove explicit dependency for misc.o from compressed/Makefile
by Russell King
· 16 years ago
49de935
sh: fix LIBGCC
by Adrian Bunk
· 16 years ago
4385e12
sh: Revert the location change of auto-generated asm/machtypes.h
by Paul Mundt
· 16 years ago
2b12a4c
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6
by Linus Torvalds
· 16 years ago
784dd7b
FRV: Wire up new system calls
by David Howells
· 16 years ago
02c3638
MN10300: Wire up new system calls
by David Howells
· 16 years ago
84ff7a00
Merge branch 'kvm-updates-2.6.27' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm
by Linus Torvalds
· 16 years ago
9e5e211
sh: Fix up the audit arch endian specification.
by Paul Mundt
· 16 years ago
ab99c73
sh: Make syscall tracer use tracehook notifiers, add TIF_NOTIFY_RESUME.
by Paul Mundt
· 16 years ago
c459dbf
sh: ptrace single stepping cleanups.
by Paul Mundt
· 16 years ago
c4637d4
sh: seccomp support.
by Paul Mundt
· 16 years ago
cec3fd3
sh: Tidy up the _TIF work masks, and fix syscall trace bug on singlestep.
by Paul Mundt
· 16 years ago
daf423d
kdump: sh: parse elfcorehdr command line argument
by Simon Horman
· 16 years ago
c6557e7
[S390] move include/asm-s390 to arch/s390/include/asm
by Martin Schwidefsky
· 16 years ago
9a5467f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 16 years ago
623fa57
Merge git://git.infradead.org/mtd-2.6
by Linus Torvalds
· 16 years ago
561b35b
Merge branch 'reg-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6
by Linus Torvalds
· 16 years ago
00e9028
Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
by Linus Torvalds
· 16 years ago
57b1494
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
9fe3b64
Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6
by Linus Torvalds
· 16 years ago
7f30491
[IA64] Move include/asm-ia64 to arch/ia64/include/asm
by Tony Luck
· 16 years ago
8f84700
[S390] stp: fix section mismatch warning.
by Heiko Carstens
· 16 years ago
d918fe2
[S390] Remove diag 0x260 call from memory detection.
by Heiko Carstens
· 16 years ago
7e9238f
[S390] Add support for memory hot-remove.
by Gerald Schaefer
· 16 years ago
519620c
[S390] Wire up new syscalls.
by Heiko Carstens
· 16 years ago
934b285
[S390] nohz/sclp: disable timer on synchronous waits.
by Heiko Carstens
· 16 years ago
3a95e8e
[S390] ipl: Reboot from alternate device does not work when booting from file
by Michael Holzheu
· 16 years ago
f6ed6f7
Fix rename of at91_nand -> atmel_nand
by Pieter du Preez
· 16 years ago
0a4949c4
sparc64: Do not clobber %g7 in setcontext() trap.
by David S. Miller
· 16 years ago
dbf3e95
sparc64: Kill __show_regs().
by David S. Miller
· 16 years ago
6717c28
sparc: Add __KERNEL__ ifdef protection to pt_regs helpers.
by David S. Miller
· 16 years ago
1f4170e
KVM: s390: Fix kvm on IBM System z10
by Christian Borntraeger
· 16 years ago
9c636e3
sparc64: Kill smp_report_regs().
by David S. Miller
· 16 years ago
a014821
sparc64: Kill VERBOSE_SHOWREGS code.
by David S. Miller
· 16 years ago
09ee167
sparc64: Hook up trigger_all_cpu_backtrace().
by David S. Miller
· 16 years ago
5afe273
sparc64: Make global reg dumping even more useful.
by David S. Miller
· 16 years ago
e62112c
Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6
by David S. Miller
· 16 years ago
d72609e
sparc64: FUTEX_OP_ANDN fix
by Mikael Pettersson
· 16 years ago
de1d7bb
[MIPS] Cobalt: update defconfig
by Yoichi Yuasa
· 16 years ago
8854700
[MIPS] kgdb: add arch support for the kernel's kgdb core
by Jason Wessel
· 16 years ago
8d60a90
[MIPS] kgdb: Remove existing implementation
by Jason Wessel
· 16 years ago
8f8da9a
[MIPS] TXx9: Kconfig cleanup
by Atsushi Nemoto
· 16 years ago
e352953
[MIPS] TXx9: Support early_printk
by Atsushi Nemoto
· 16 years ago
7779a5e
[MIPS] TXx9: Unify serial_txx9 setup
by Atsushi Nemoto
· 16 years ago
bb72f1f
[MIPS] TXx9: Random cleanup
by Atsushi Nemoto
· 16 years ago
Next »