Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
519b6d3eac823e4ceec10484bc06f239047cebbf
/
arch
/
cris
/
include
d496921
cris: fix a build error in kernel/fork.c
by WANG Cong
· 13 years ago
7847777
atomic: cleanup asm-generic atomic*.h inclusion
by Arun Sharma
· 13 years ago
f24219b
atomic: move atomic_add_unless to generic code
by Arun Sharma
· 13 years ago
60063497
atomic: use <linux/atomic.h>
by Arun Sharma
· 13 years ago
148817b
asm-generic: add another generic ext2 atomic bitops
by Akinobu Mita
· 13 years ago
0e9a6cb
ptrace: unify show_regs() prototype
by Mike Frysinger
· 13 years ago
5ec80e5
cris, exec: remove redundant set_fs(USER_DS)
by Mathias Krause
· 13 years ago
7b21fdd
ns: Wire up the setns system call
by Eric W. Biederman
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
8547727
remove dma64_addr_t
by FUJITA Tomonori
· 14 years ago
61f2e7b
bitops: remove minix bitops from asm/bitops.h
by Akinobu Mita
· 14 years ago
f312eff
bitops: remove ext2 non-atomic bitops from asm/bitops.h
by Akinobu Mita
· 14 years ago
861b5ae
bitops: introduce little-endian bitops for most architectures
by Akinobu Mita
· 14 years ago
3e50594
add the common dma_addr_t typedef to include/linux/types.h
by FUJITA Tomonori
· 14 years ago
b6a8401
mm: NUMA aware alloc_thread_info_node()
by Eric Dumazet
· 14 years ago
b595076
tree-wide: fix comment/printk typos
by Uwe Kleine-König
· 14 years ago
ece0e2b
mm: remove pte_*map_nested()
by Peter Zijlstra
· 14 years ago
73ecf3a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
by Linus Torvalds
· 14 years ago
8bc3372
ioctl: Use asm-generic/ioctls.h on cris (enables termiox)
by Jeff Mahoney
· 14 years ago
df9ee29
Fix IRQ flag handling naming
by David Howells
· 14 years ago
bf56fba
archs: replace unifdef-y with header-y
by Sam Ravnborg
· 14 years ago
ad41a1e
Merge branch 'io_remap_pfn_range' of git://www.jni.nu/cris
by Linus Torvalds
· 14 years ago
5272a75
CRIS: Define io_remap_pfn_range as remap_pfn_range
by Jesper Nilsson
· 14 years ago
3b9c6c1
dma-mapping: remove dma_is_consistent API
by FUJITA Tomonori
· 14 years ago
4565f01
dma-mapping: unify dma_get_cache_alignment implementations
by FUJITA Tomonori
· 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
26df6d1
tty: Add EXTPROC support for LINEMODE
by hyc@symas.com
· 14 years ago
a3c8ed6
tty: remove remaining Hayes ESP ioctls
by Greg Kroah-Hartman
· 14 years ago
7fbd15f
Merge branch 'rs485fix' of git://www.jni.nu/cris
by Linus Torvalds
· 14 years ago
f1d23ed
CRIS: ioctl for getting RS485 information
by Claudio Scordino
· 14 years ago
53bcef6
Merge branch 'for-linus' of git://www.jni.nu/cris
by Linus Torvalds
· 14 years ago
7e005f7
remove needless ISA_DMA_THRESHOLD
by FUJITA Tomonori
· 14 years ago
72e08db1
CRIS: Add ARTPEC-3 and timestamps for sync-serial
by Jesper Nilsson
· 14 years ago
4f248d1
CRIS: Better ARTPEC-3 support for gpio
by Jesper Nilsson
· 14 years ago
97a6444
CRIS: Add include guard
by Jesper Nilsson
· 14 years ago
0c07d3a
CRIS: Better handling of pinmux settings
by Jesper Nilsson
· 14 years ago
6f09963
CRIS: New DMA defines for ARTPEC-3
by Jesper Nilsson
· 14 years ago
da2af0a
CRIS: __do_strncpy_from_user: Don't read the byte beyond the nil
by Jesper Nilsson
· 14 years ago
2dc1c40
CRIS: Pagetable for ARTPEC-3
by Jesper Nilsson
· 14 years ago
32e7a8b
CRIS: Machine dependent memmap.h
by Jesper Nilsson
· 14 years ago
243ba2f
CRIS: Check if pointer is set before using it
by Jesper Nilsson
· 14 years ago
a3af54f
CRIS: Machine dependent dma.h
by Jesper Nilsson
· 14 years ago
6fdf581
CRIS: Define __read_mostly for CRISv32
by Jesper Nilsson
· 14 years ago
646b1db
Merge commit 'v2.6.35-rc3' into perf/core
by Ingo Molnar
· 14 years ago
1996bda
arch: Implement local64_t
by Peter Zijlstra
· 14 years ago
b904d71
Merge branch 'for-linus' of git://www.jni.nu/cris
by Linus Torvalds
· 14 years ago
16b3f4d
cris: use asm-generic/scatterlist.h
by FUJITA Tomonori
· 14 years ago
4150764
CRIS: Don't use mask_irq as symbol name
by Jesper Nilsson
· 14 years ago
392ed65
CRIS: Simplify param.h by simply including <asm-generic/param.h>
by Jesper Nilsson
· 14 years ago
f39d01b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
f3d46f9
atomic_t: Cast to volatile when accessing atomic variables
by Anton Blanchard
· 14 years ago
0ddc932
add descriptive comment for TIF_MEMDIE task flag declaration.
by Andreas Dilger
· 14 years ago
f41b177
pci-dma: add linux/pci-dma.h to linux/pci.h
by FUJITA Tomonori
· 15 years ago
c7e67ac
pci-dma: cris: use include/linux/pci-dma.h
by FUJITA Tomonori
· 15 years ago
290ba3a
cris arch-v32: use generic ptrace_resume code
by Christoph Hellwig
· 15 years ago
baed7fc
Add generic sys_ipc wrapper
by Christoph Hellwig
· 15 years ago
a467937
Add generic sys_old_mmap()
by Christoph Hellwig
· 15 years ago
4b3073e
MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itself
by Russell King
· 15 years ago
5a865c0
Merge branch 'for-33' of git://repo.or.cz/linux-kbuild
by Linus Torvalds
· 15 years ago
698ba7b
elf: kill USE_ELF_CORE_DUMP
by Christoph Hellwig
· 15 years ago
e593194
locking: Convert raw_rwlock functions to arch_rwlock
by Thomas Gleixner
· 15 years ago
fb3a6bb
locking: Convert raw_rwlock to arch_rwlock
by Thomas Gleixner
· 15 years ago
0199c4e
locking: Convert __raw_spin* functions to arch_spin*
by Thomas Gleixner
· 15 years ago
445c895
locking: Convert raw_spinlock to arch_spinlock
by Thomas Gleixner
· 15 years ago
559df2e
kbuild: move asm-offsets.h to include/generated
by Sam Ravnborg
· 16 years ago
6035ccd
Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 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
3b88578
net: Generalize socket rx gap / receive queue overflow cmsg
by Neil Horman
· 15 years ago
5f8fe42
Merge branch 'for-linus' of git://repo.or.cz/cris-mirror
by Linus Torvalds
· 15 years ago
6e17b17
mm: remove duplicate asm/mman.h files
by Arnd Bergmann
· 15 years ago
90f72aa
mm: add MAP_HUGETLB for mmaping pseudo-anonymous huge page regions
by Arnd Bergmann
· 15 years ago
ada3fa1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 15 years ago
0395ac6
CRIS: convert to asm-generic/hardirq.h
by Christoph Hellwig
· 15 years ago
d8fb91e
CRIS: add pgprot_noncached
by Arnd Bergmann
· 15 years ago
384be2b
Merge branch 'percpu-for-linus' into percpu-for-next
by Tejun Heo
· 15 years ago
aa11d95
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
0d6038e
net: implement a SO_DOMAIN getsockoption
by Jan Engelhardt
· 15 years ago
49c794e
net: implement a SO_PROTOCOL getsockoption
by Jan Engelhardt
· 15 years ago
9e1b32c
mm: Pass virtual address to [__]p{te,ud,md}_free_tlb()
by Benjamin Herrenschmidt
· 15 years ago
c99e6ef
sched: INIT_PREEMPT_COUNT
by Peter Zijlstra
· 15 years ago
c43768c
Merge branch 'master' into for-next
by Tejun Heo
· 15 years ago
fe87f94
CRIS: Change DEFINE_PER_CPU of current_pgd to be non volatile.
by Jesper Nilsson
· 15 years ago
a800fae
Merge branch 'for-linus' of git://www.jni.nu/cris
by Linus Torvalds
· 15 years ago
e4c9dd0
kmap_types: make most arches use generic header file
by Randy Dunlap
· 15 years ago
5b17e1c
asm-generic: rename page.h and uaccess.h
by Arnd Bergmann
· 15 years ago
72099ed
asm-generic: rename atomic.h to atomic-long.h
by Arnd Bergmann
· 15 years ago
c31ae4b
asm-generic: introduce asm/bitsperlong.h
by Arnd Bergmann
· 15 years ago
63b852a
asm-generic: rename termios.h, signal.h and mman.h
by Arnd Bergmann
· 15 years ago
7f2ff23
CRISv32: Add arch optimized strcmp.
by Jesper Nilsson
· 15 years ago
b0903ee
CRIS: assignment/is equal confusion
by Roel Kluin
· 15 years ago
6d3d4be
CRIS: Wire up syscalls signalfd4 to writev.
by Jesper Nilsson
· 16 years ago
6fd1af4
tty: Use the generic RS485 ioctl on CRIS
by Claudio Scordino
· 16 years ago
714f83d
Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
f5f7eac
Allow rwlocks to re-enable interrupts
by Robin Holt
· 16 years ago
8302294
Merge branch 'tracing/core-v2' into tracing-for-linus
by Ingo Molnar
· 16 years ago
c79a61f
tracing: make CALLER_ADDRx overwriteable
by Uwe Kleine-Koenig
· 16 years ago
cb9eff0
net: new user space API for time stamping of incoming and outgoing packets
by Patrick Ohly
· 16 years ago
74d96f0
byteorder: make swab.h include asm/swab.h like a regular header
by Harvey Harrison
· 16 years ago
aa0effb
cris: introduce asm/swab.h
by Harvey Harrison
· 16 years ago
ea435467
atomic_t: unify all arch definitions
by Matthew Wilcox
· 16 years ago
Next »