Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
9d1a903d4ba1033b811ded8d3e5d0f01eeeaaa1d
/
arch
/
score
d762746
Make do_execve() take a const filename pointer
by David Howells
· 14 years ago
8b1bb90
defconfig reduction
by Sam Ravnborg
· 14 years ago
17e4650
score: fix dereference of NULL pointer in local_flush_tlb_page()
by Roel Kluin
· 14 years ago
2f9e825
Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
7e005f7
remove needless ISA_DMA_THRESHOLD
by FUJITA Tomonori
· 14 years ago
b62ad9a
Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
4aed2fd
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
772320e
Merge commit 'v2.6.35' into kbuild/kbuild
by Michal Marek
· 14 years ago
6588169
kbuild: allow assignment to {A,C,LD}FLAGS_MODULE on the command line
by Sam Ravnborg
· 14 years ago
592913e
time: Kill off CONFIG_GENERIC_TIME
by John Stultz
· 14 years ago
1996bda
arch: Implement local64_t
by Peter Zijlstra
· 14 years ago
204f3a0
asm-generic: remove ISA_DMA_THRESHOLD in scatterlist.h
by FUJITA Tomonori
· 14 years ago
0ddc932
add descriptive comment for TIF_MEMDIE task flag declaration.
by Andreas Dilger
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
dacbe41
ptrace: move user_enable_single_step & co prototypes to linux/ptrace.h
by Christoph Hellwig
· 15 years ago
ac0f6f9
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
by Linus Torvalds
· 15 years ago
4b3073e
MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itself
by Russell King
· 15 years ago
b7e56ed
Merge branch 'linus' into x86/mm
by Thomas Gleixner
· 15 years ago
61ef248
resources: introduce generic page_is_ram()
by Wu Fengguang
· 15 years ago
4b52940
mm: make totalhigh_pages unsigned long
by Andreas Fenkart
· 15 years ago
a377d181
Merge branch 'for-linus' of git://gitserver.sunplusct.com/linux-2.6-score
by Linus Torvalds
· 15 years ago
5a865c0
Merge branch 'for-33' of git://repo.or.cz/linux-kbuild
by Linus Torvalds
· 15 years ago
ef8355c
score: include asm-generic/param.h in asm/delay.h.
by Chen Liqin
· 15 years ago
202b864
score: fixed pfn_valid define.
by Chen Liqin
· 15 years ago
11ab3f3
score: add flush_dcahce_page and PG_dcache_dirty define
by Chen Liqin
· 15 years ago
698ba7b
elf: kill USE_ELF_CORE_DUMP
by Christoph Hellwig
· 15 years ago
75f0d92
score: add asm/asm-offsets.h wrapper
by Michal Marek
· 15 years ago
aa65607
Add missing alignment check in arch/score sys_mmap()
by Al Viro
· 15 years ago
f8b7256
Unify sys_mmap*
by Al Viro
· 15 years ago
2d4dc89
block: add helpers to run flush_dcache_page() against a bio and a request's pages
by Ilya Loginov
· 15 years ago
c37efa9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next
by Linus Torvalds
· 15 years ago
eccfbf9
score: Cleanup linker script using new macros.
by Tim Abbott
· 15 years ago
0dab100
score: Make THREAD_SIZE available to assembly files.
by Tim Abbott
· 15 years ago
aa296dd
score: Make PAGE_SIZE available to assembly.
by Tim Abbott
· 15 years ago
d200c92
Use new __init_task_data macro in arch init_task.c files.
by Joe Perches
· 15 years ago
9973aff
score: add TIF_NOTIFY_RESUME define in asm/thread_info.h
by Chen Liqin
· 15 years ago
125ec61
score: make init_thread_union align to THREAD_SIZE
by Chen Liqin
· 15 years ago
798983b
score: update files according to review comments.
by Chen Liqin
· 15 years ago
cf52c46
score: add old syscall support
by Chen Liqin
· 15 years ago
324f40f
score: add MEMORY_START and MEMORY_SIZE define, to make the code clear
by Chen Liqin
· 15 years ago
ffa818b
score: update inconsistent declare after .c was changed
by Chen Liqin
· 15 years ago
d8aa899
score: remove unused code, add include files in .c
by Chen Liqin
· 15 years ago
fbd85b0
score: clean up mm/init.c
by Arnd Bergmann
· 15 years ago
9b05706
score: make irq.h definitions local
by Arnd Bergmann
· 15 years ago
c606747
score: cleanups: dead code, 0 as pointer, shadowed variables
by Arnd Bergmann
· 15 years ago
bddc605
score: fix function prototypes
by Arnd Bergmann
· 15 years ago
a1f8213
score: add address space annotations
by Arnd Bergmann
· 15 years ago
9fb24cc
score: add missing #includes
by Arnd Bergmann
· 15 years ago
e831a9c
score: move save arg5 and arg6 instruction in front of enable_irq
by Chen Liqin
· 15 years ago
2f476ef
score: add prototypes for wrapped syscalls
by Arnd Bergmann
· 15 years ago
b5022df
score: remove init_mm
by Arnd Bergmann
· 15 years ago
f673c03
score: add generic sys_call_table
by Arnd Bergmann
· 15 years ago
78229db
score: remove __{put,get}_user_unknown
by Arnd Bergmann
· 15 years ago
72ea372
score: unset __ARCH_WANT_IPC_PARSE_VERSION
by Arnd Bergmann
· 15 years ago
0402c91
score: update files according to review comments
by Chen Liqin
· 15 years ago
6bc9a39
score: Add support for Sunplus S+core architecture
by Chen Liqin
· 15 years ago