index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
mips
Age
Commit message (
Expand
)
Author
Files
Lines
2009-05-14
MIPS: IP27: Get rid of #ident. Gcc 4.4.0 doesn't like it.
Ralf Baechle
1
-2
/
+2
2009-05-14
MIPS: uaccess: Switch lock annotations to might_fault().
Ralf Baechle
2
-18
/
+23
2009-05-14
MIPS: MSP71xx: Resolve use of non-existent GPIO routines in msp71xx reset
Shane McDonald
1
-6
/
+2
2009-05-14
MIPS: MSP71xx: Resolve multiple definition of plat_timer_setup
Shane McDonald
1
-5
/
+2
2009-05-14
MIPS: Make uaccess.h slightly more sparse friendly.
Ralf Baechle
1
-12
/
+27
2009-05-14
MIPS: Make access_ok() sideeffect proof.
Ralf Baechle
1
-3
/
+13
2009-05-14
MIPS: IP27: Fix clash with NMI_OFFSET from hardirq.h
Thomas Bogendoerfer
1
-2
/
+2
2009-05-14
MIPS: Alchemy: Timer build fix
Manuel Lauss
1
-1
/
+1
2009-05-14
MIPS: Kconfig: Delete duplicate definition of RWSEM_GENERIC_SPINLOCK.
Ralf Baechle
1
-4
/
+0
2009-05-14
MIPS: Cavium: Add support for 8k and 32k page sizes.
Ralf Baechle
6
-4
/
+44
2009-05-14
MIPS: TXx9: Fix possible overflow in clock calculations
Atsushi Nemoto
3
-3
/
+3
2009-05-14
MIPS: Synchronize dma_map_page and dma_map_single
Atsushi Nemoto
2
-20
/
+8
2009-05-14
MIPS: Enable CLO / CLZ instructions via separate CPU property
Ralf Baechle
2
-2
/
+11
2009-05-14
MIPS: Loongson 2 needs no hazard barriers.
Zhang Le
1
-2
/
+3
2009-05-14
MIPS: Do not include seccomp.h from compat.h
Atsushi Nemoto
1
-1
/
+0
2009-05-14
MIPS: RBTX4939: Fix typo in system name
Atsushi Nemoto
1
-1
/
+1
2009-05-14
MIPS: Compat: Use generic 32-bit wrapers for sys_timerfd_{g,s}ettime
David Daney
2
-4
/
+4
2009-05-14
MIPS: Fix build error if CONFIG_CEVT_R4K is undefined.
Ralf Baechle
1
-1
/
+1
2009-05-14
MIPS: Add Loongson cpu-feature-overrides.h
Zhang Le
1
-0
/
+59
2009-05-14
MIPS: Print the actual detected I-cache associativity on bootup.
Ralf Baechle
1
-1
/
+1
2009-05-14
MIPS: IP32: Fix needlessly global symbols in arch/mips/sgi-ip32/ip32-irq.c
Dmitri Vorobiev
1
-2
/
+2
2009-05-14
MIPS: IP32: ip32_be_handler symbol is needlessly defined global
Dmitri Vorobiev
1
-1
/
+1
2009-05-14
MIPS: IP32: Two symbols can become static
Dmitri Vorobiev
1
-2
/
+2
2009-05-14
MIPS: au1xxx-ide: Fix build with CONFIG_PM
Manuel Lauss
1
-17
/
+0
2009-05-14
MIPS: Alchemy: Add missing Au1200 GPIO203 interrupt
Manuel Lauss
1
-2
/
+2
2009-05-14
MIPS: Alchemy: Fix AU1100 interrupt numbers off-by-one
Manuel Lauss
1
-1
/
+1
2009-05-14
MIPS: SMTC: Fix xxx_clockevent_init() naming conflict for SMTC
Kevin D. Kissell
2
-2
/
+6
2009-05-14
MIPS: SMTC: Bring set/clear/change_c0_## return value semantics uptodate.
Kevin D. Kissell
1
-8
/
+11
2009-04-21
clocksource: pass clocksource to read() callback
Magnus Damm
8
-10
/
+10
2009-04-08
Merge branch 'next' into for-linus
Dmitry Torokhov
2
-18
/
+4
2009-04-07
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
Yang Hongyang
5
-31
/
+31
2009-04-06
Merge git://git.infradead.org/mtd-2.6
Linus Torvalds
9
-0
/
+264
2009-04-05
Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+1
2009-04-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2
-2
/
+2
2009-04-02
Allow rwlocks to re-enable interrupts
Robin Holt
1
-0
/
+2
2009-04-02
preadv/pwritev: MIPS: Add preadv(2) and pwritev(2) syscalls.
Ralf Baechle
5
-6
/
+20
2009-04-02
Simplify copy_thread()
Alexey Dobriyan
1
-1
/
+1
2009-04-02
Merge branch 'tracing/core-v2' into tracing-for-linus
Ingo Molnar
1
-0
/
+1
2009-04-01
bcm47xx: fix GPIO API return codes
Michael Buesch
1
-8
/
+12
2009-04-01
mm: use debug_kmap_atomic
Akinobu Mita
1
-0
/
+2
2009-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask
Linus Torvalds
14
-16
/
+3
2009-03-30
trivial: fix typos/grammar errors in Kconfig texts
Matt LaPlante
1
-1
/
+1
2009-03-30
trivial: Fix misspelling of firmware
Nick Andrew
1
-1
/
+1
2009-03-30
MIPS: Alchemy: PB1200: use SMC91X platform data.
Manuel Lauss
1
-0
/
+10
2009-03-30
MIPS: Alchemy: MIPS hazard workarounds are not required.
Manuel Lauss
2
-3
/
+3
2009-03-30
MIPS: Alchemy: provide cpu feature overrides.
Manuel Lauss
1
-0
/
+49
2009-03-30
MIPS: Alchemy: unify CPU model constants.
Manuel Lauss
4
-38
/
+11
2009-03-30
MIPS: Make a needlessly global symbol static in arch/mips/kernel/smp.c
Dmitri Vorobiev
1
-1
/
+1
2009-03-30
MIPS: Fix global namespace pollution in arch/mips/kernel/smp-up.c
Dmitri Vorobiev
1
-7
/
+7
2009-03-30
MIPS: Malta: make a needlessly global integer variable static
Dmitri Vorobiev
2
-3
/
+1
[next]