index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
mips
/
kernel
/
rtlx.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-11
1
-2
/
+2
*
mips: annotate ->poll() instances
Al Viro
2017-11-27
1
-2
/
+2
*
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2017-03-02
1
-0
/
+2
*
MIPS: rtlx: Remove KERN_DEBUG from pr_debug() arguments in rtlx.c
Masanari Iida
2014-11-24
1
-2
/
+2
*
MIPS: APRP: Code formatting clean-ups.
Steven J. Hill
2014-01-22
1
-79
/
+52
*
MIPS: APRP: Split RTLX support into separate files.
Deng-Cheng Zhu
2014-01-22
1
-132
/
+10
*
sched/wait: Make the __wait_event*() interface more friendly
Peter Zijlstra
2013-10-04
1
-10
/
+9
*
MIPS: Fix rtlx build error.
Ralf Baechle
2013-06-21
1
-1
/
+0
*
MIPS: rtlx: Fix implicit declaration of function set_vi_handler()
Yoichi Yuasa
2013-06-06
1
-0
/
+1
*
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
2013-03-02
1
-9
/
+9
|
\
|
*
MIPS: Whitespace cleanup.
Ralf Baechle
2013-02-01
1
-9
/
+9
*
|
new helper: file_inode(file)
Al Viro
2013-02-22
1
-9
/
+4
|
/
*
Disintegrate asm/system.h for MIPS
David Howells
2012-03-28
1
-1
/
+0
*
MIPS: irq: Remove IRQF_DISABLED
Yong Zhang
2011-12-07
1
-1
/
+0
*
mips: remove needless include of module.h from core kernel files.
Paul Gortmaker
2011-10-31
1
-1
/
+0
*
atomic: use <linux/atomic.h>
Arun Sharma
2011-07-26
1
-1
/
+1
*
llseek: automatically add .llseek fop
Arnd Bergmann
2010-10-15
1
-1
/
+2
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-1
/
+0
*
MIPS: Don't include <linux/smp_lock.h> unnecessarily.
Ralf Baechle
2010-02-27
1
-1
/
+0
*
MIPS: VPE: Get rid of BKL.
Ralf Baechle
2009-09-30
1
-11
/
+4
*
MIPS: Remove useless zero initializations.
Ralf Baechle
2009-09-17
1
-1
/
+1
*
device create: misc: convert device_create_drvdata to device_create
Greg Kroah-Hartman
2008-10-16
1
-2
/
+2
*
device create: mips: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2008-07-21
1
-2
/
+2
*
mips: cdev lock_kernel() pushdown
Jonathan Corbet
2008-05-18
1
-1
/
+6
*
[MIPS] MT: Functional fixes and a little reformatting of APRP support
Kevin D. Kissell
2008-05-12
1
-21
/
+44
*
[MIPS] Remove duplicate includes.
Lucas Woods
2008-01-29
1
-1
/
+0
*
[MIPS] rtlx: Fix build error.
Ralf Baechle
2007-09-14
1
-2
/
+0
*
[MIPS] rtlx: fix int vs. long bug.
Ralf Baechle
2007-09-14
1
-1
/
+1
*
[MIPS] rtlx: Fix modpost warning
Ralf Baechle
2007-07-31
1
-1
/
+1
*
[MIPS] MT: Enable coexistence of AP/SP with VSMP and SMTC.
Ralf Baechle
2007-07-31
1
-5
/
+17
*
[MIPS] Replace __attribute_used__ with __used
David Rientjes
2007-07-24
1
-1
/
+1
*
[MIPS] Fix AP/SP to work in the reality of modern kernels.
Ralf Baechle
2007-04-27
1
-3
/
+4
*
[MIPS] RTLX: Handle copy_*_user return values.
Ralf Baechle
2007-03-17
1
-25
/
+21
*
[MIPS] RTLX: Protect rtlx_{read,write} with mutex.
Ralf Baechle
2007-03-17
1
-0
/
+6
*
[MIPS] RTLX: Harden against compiler reordering and optimization.
Ralf Baechle
2007-03-17
1
-17
/
+24
*
[MIPS] RTLX: Don't use volatile; it's fragile.
Ralf Baechle
2007-03-17
1
-5
/
+16
*
[MIPS] RTLX: Delete multiple definition of ret shaddowing each other.
Ralf Baechle
2007-02-26
1
-4
/
+0
*
[MIPS] RTLX, VPE: Make open actually atomic.
Ralf Baechle
2007-02-26
1
-24
/
+20
*
[MIPS] RTLX: Handle signals when sleeping.
Ralf Baechle
2007-02-26
1
-80
/
+42
*
[PATCH] mark struct file_operations const 2
Arjan van de Ven
2007-02-12
1
-1
/
+1
*
[MIPS] RTLX: Sprinkle device model code into code to make udev happier.
Ralf Baechle
2007-02-10
1
-1
/
+22
*
[MIPS] Define MIPS_CPU_IRQ_BASE in generic header
Atsushi Nemoto
2007-02-06
1
-2
/
+2
*
[PATCH] struct path: convert mips
Josef Sipek
2006-12-08
1
-3
/
+3
*
[MIPS] Complete fixes after removal of pt_regs argument to int handlers.
Ralf Baechle
2006-10-08
1
-3
/
+3
*
[PATCH] irq-flags: MIPS: Use the new IRQF_ constants
Thomas Gleixner
2006-07-02
1
-1
/
+1
*
[MIPS] Cleanup inode->r_dev usage.
Ralf Baechle
2006-04-27
1
-6
/
+5
*
[MIPS] kpsd and other AP/SP improvements.
Ralf Baechle
2006-04-19
1
-155
/
+362
*
[MIPS] RTLX compile fixes.
Ralf Baechle
2006-02-07
1
-0
/
+4
*
Turn rtlx upside down.
Ralf Baechle
2005-11-07
1
-104
/
+93
*
More AP / SP bits for the 34K, the Malta bits and things. Still wants
Ralf Baechle
2005-10-29
1
-0
/
+341