index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
asm-frv
Commit message (
Expand
)
Author
Age
Files
Lines
*
FRV: ip_fast_csum() requires a memory clobber on its inline asm
David Howells
2008-06-05
1
-1
/
+1
*
Fix FRV minimum slab/kmalloc alignment
David Howells
2008-05-28
1
-2
/
+2
*
FRV: Specify the minimum slab/kmalloc alignment
David Howells
2008-05-28
1
-0
/
+7
*
read_barrier_depends arch fixlets
Nick Piggin
2008-05-14
1
-1
/
+1
*
frv: types: use <asm-generic/int-*.h> for the frv architecture
H. Peter Anvin
2008-05-02
1
-32
/
+2
*
frv: unbreak misalignment handling changes
David Howells
2008-05-01
1
-3
/
+3
*
kernel: Move arches to use common unaligned access
Harvey Harrison
2008-04-29
1
-188
/
+8
*
mm: introduce pte_special pte bit
Nick Piggin
2008-04-28
1
-0
/
+2
*
frv: remove HARD_RESET_NOW()
Adrian Bunk
2008-04-21
1
-5
/
+0
*
asm-generic: add node_to_cpumask_ptr macro
Mike Travis
2008-04-19
1
-3
/
+1
*
Generic semaphore implementation
Matthew Wilcox
2008-04-17
1
-155
/
+1
*
FRV: Don't make smp_{r, w, }mb() interpolate MEMBAR when CONFIG_SMP=n [try #2]
David Howells
2008-04-10
1
-6
/
+15
*
FRV: Add support for emulation of userspace atomic ops [try #2]
David Howells
2008-04-10
1
-0
/
+14
*
FRV: Move STACK_TOP_MAX up [try #2]
David Howells
2008-04-10
1
-1
/
+1
*
FRV: Handle update_mmu_cache() being called when current->mm is NULL [try #2]
David Howells
2008-04-10
1
-5
/
+14
*
kvm: provide kvm.h for all architecture: fixes headers_install
Christian Borntraeger
2008-04-02
1
-0
/
+6
*
NULL noise: frv cmpxchg()
Al Viro
2008-03-30
1
-2
/
+2
*
FRV: Change the timerfd syscalls to be the same as i386
David Howells
2008-02-20
1
-1
/
+3
*
Fix FRV cmpxchg_local
Mathieu Desnoyers
2008-02-08
3
-84
/
+83
*
CONFIG_HIGHPTE vs. sub-page page tables.
Martin Schwidefsky
2008-02-08
2
-3
/
+10
*
avoid overflows in kernel/time.c
H. Peter Anvin
2008-02-08
1
-1
/
+1
*
asm-*/posix_types.h: scrub __GLIBC__
Mike Frysinger
2008-02-08
1
-6
/
+2
*
aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUT
David Howells
2008-02-08
1
-5
/
+0
*
Add cmpxchg_local to frv
Mathieu Desnoyers
2008-02-07
1
-0
/
+24
*
Unexport asm/page.h
Kirill A. Shutemov
2008-02-07
1
-1
/
+0
*
Cleanup asm/{elf,page,user}.h: #ifdef __KERNEL__ is no longer needed
Kirill A. Shutemov
2008-02-07
2
-6
/
+0
*
timerfd: fix remaining architectures
Andrew Morton
2008-02-05
1
-1
/
+1
*
frv: remove dead config symbol from FRV code
Jiri Olsa
2008-02-05
1
-4
/
+0
*
FRV: move DMA macros to scatterlist.h for consistency.
Robert P. J. Day
2008-02-05
2
-10
/
+10
*
add mm argument to pte/pmd/pud/pgd_free
Benjamin Herrenschmidt
2008-02-05
2
-5
/
+5
*
include/asm-frv/: Spelling fixes
Joe Perches
2008-02-03
1
-1
/
+1
*
move frv docs one level up
Adrian Bunk
2008-02-03
5
-5
/
+5
*
[NET]: Introducing socket mark socket option.
Laszlo Attila Toth
2008-01-31
1
-0
/
+2
*
ide: remove stale ide.h "configuration options"
Bartlomiej Zolnierkiewicz
2008-01-25
1
-6
/
+0
*
frv: Remove bogus NO_IRQ = -1 define
Alan Cox
2007-11-09
1
-3
/
+0
*
SG: Change sg_set_page() to take length and offset argument
Jens Axboe
2007-10-24
1
-2
/
+1
*
frv: update comment in scatterlist to reflect new setup
Jens Axboe
2007-10-23
1
-4
/
+4
*
Add CONFIG_DEBUG_SG sg validation
Jens Axboe
2007-10-22
1
-0
/
+3
*
Change table chaining layout
Jens Axboe
2007-10-22
1
-1
/
+1
*
forbid asm/bitops.h direct inclusion
Jiri Slaby
2007-10-19
1
-0
/
+4
*
remove unused flush_tlb_pgtables
Benjamin Herrenschmidt
2007-10-19
1
-2
/
+0
*
bitops: introduce lock ops
Nick Piggin
2007-10-18
1
-0
/
+1
*
remove include/asm-*/ipc.h
Adrian Bunk
2007-10-17
1
-1
/
+0
*
remove strict ansi check from __u64 in asm/types.h
Olaf Hering
2007-10-17
1
-3
/
+3
*
kill DECLARE_MUTEX_LOCKED
Christoph Hellwig
2007-10-17
1
-1
/
+0
*
include/asm-frv/thread_info.h: kmalloc + memset conversion to kzalloc
Mariusz Kozlowski
2007-10-16
1
-3
/
+2
*
remove frv usage of flush_tlb_pgtables()
Benjamin Herrenschmidt
2007-10-16
1
-2
/
+1
*
frv: missing casts in cmpxchg()
Al Viro
2007-10-14
1
-1
/
+4
*
FRV: connect up fallocate
David Howells
2007-08-11
1
-1
/
+2
*
FRV: Enable the MB86943 PCI arbiter correctly
David Howells
2007-08-01
1
-0
/
+3
[next]