Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
cf3e43dbe0cc4a7ee7f6ab1bb5231dcfda164e02
/
arch
/
mips
3171a03
[PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem)
by Atsushi Nemoto
· 18 years ago
f400e19
[PATCH] pidspace: is_init()
by Sukadev Bhattiprolu
· 18 years ago
b89a817
[PATCH] sysctl: Allow /proc/sys without sys_sysctl
by Eric W. Biederman
· 18 years ago
a09fc44
[MIPS] setup.c: use early_param() for early command line parsing
by Franck Bui-Huu
· 18 years ago
1c6fd44
[MIPS] setup.c: remove MAXMEM macro
by Franck Bui-Huu
· 18 years ago
8df32c6
[MIPS] setup.c: do not inline functions
by Franck Bui-Huu
· 18 years ago
8ff7bc4
[MIPS] setup.c: remove useless includes.
by Franck Bui-Huu
· 18 years ago
d2043ca
[MIPS] setup.c: move initrd code inside dedicated functions
by Franck Bui-Huu
· 18 years ago
b6f1f0d
[MIPS] setup.c: cleanup bootmem_init()
by Franck Bui-Huu
· 18 years ago
b594318
[MIPS] get_wchan(): remove uses of mfinfo[64]
by Franck Bui-Huu
· 18 years ago
29b376f
[MIPS] get_frame_info(): null function size means size is unknown
by Franck Bui-Huu
· 18 years ago
1fd6909
[MIPS] unwind_stack(): return ra if an exception occured at the first instruction
by Franck Bui-Huu
· 18 years ago
f83b854
[MIPS] Enable tmpfs for anything that possibly runs a full distribution.
by Ralf Baechle
· 18 years ago
63415db
[MIPS] The o32 fstatat syscall behaves differently on 32 and 64 bit kernels
by Richard Sandiford
· 18 years ago
d48f1de
[MIPS] Remove EV96100 as previously announced.
by Ralf Baechle
· 18 years ago
432bef2
[MIPS] Replace BARRIER with more appropriate hazard barrier.
by Ralf Baechle
· 18 years ago
da79e82
[MIPS] IP27: Delete useless declaration of allocate_irqno().
by Ralf Baechle
· 18 years ago
663c3d9
[MIPS] Add configuration variables for RM9xxx processor
by thomas@koeller.dyndns.org
· 18 years ago
0c68a9b
[MIPS] Move excite_fpga.h to include/asm-mips/mach-excite
by thomas@koeller.dyndns.org
· 18 years ago
48712a9
[MIPS] Suppress compiler warnings
by thomas@koeller.dyndns.org
· 18 years ago
633fd56
[MIPS] Move definition of IRIX compat constant into IRIX compat code.
by Ralf Baechle
· 18 years ago
a00f631
[MIPS] c-r4k: Convert init functions from inline to __init.
by Ralf Baechle
· 18 years ago
06be375
[MIPS] TLS: set_thread_area returns asmlinkage int not void.
by Ralf Baechle
· 18 years ago
717736d
[MIPS] TLS: Delete unused sys32_set_thread_area
by Ralf Baechle
· 18 years ago
00932ba
[MIPS] Make PROT_WRITE imply PROT_READ.
by Ralf Baechle
· 18 years ago
fc095a9
[MIPS] Atlas: update interrupt handling
by Maciej W. Rozycki
· 18 years ago
846acaa
[MIPS] Patch to arch/mips/mips-boards/generic/time.c
by Kevin D. Kissell
· 18 years ago
60a6c37
[MIPS] Reduce race between cpu_wait() and need_resched() checking
by Atsushi Nemoto
· 18 years ago
7fdeb04
[MIPS] Wire up set_robust_list(2) and get_robust_list(2)
by Atsushi Nemoto
· 18 years ago
09f451b
[MIPS] SEAD defconfig build fix
by Maciej W. Rozycki
· 18 years ago
3213656
[MIPS] Fix for pci config_access on alchemy au1x000
by Alexander Bigga
· 18 years ago
898d229
[MIPS] Make prepare_frametrace() not clobber v0
by Atsushi Nemoto
· 18 years ago
f650279
[MIPS] Do not use drop_mmu_context to flusing other task's VIPT I-cache.
by Atsushi Nemoto
· 18 years ago
a94d702
[MIPS] MT: Fix setting of XTC.
by Elizabeth Oldham
· 18 years ago
6e74bae
[MIPS] SMTC Build fix.
by Ralf Baechle
· 18 years ago
dc41fb4
[MIPS] Fix 32-bit kernel by replacing 64-bit-only code.
by Ralf Baechle
· 18 years ago
73b76c7
[MIPS] MT: When doing "select SMP" also select SMP's prerequesites or ...
by Ralf Baechle
· 18 years ago
c487d2a5
[MIPS] eXcite: Don't set SERIAL_RM9000.
by Ralf Baechle
· 18 years ago
585fa72
[MIPS] Retire flush_icache_page from mm use.
by Ralf Baechle
· 18 years ago
13fdd31
[MIPS] Avoid double signal restarting.
by Ralf Baechle
· 18 years ago
847b9df
[MIPS] MT: Initialise all writable bits in Cause register to zero.
by Chris Dearman
· 18 years ago
bca70d2
[MIPS] Fix EV64120 PCI fixup in Makefile
by Yoichi Yuasa
· 18 years ago
45887e1
[MIPS] Add missing returns in signal code.
by Ralf Baechle
· 18 years ago
1b223c8
[MIPS] IRIX: Crapectopy.
by Ralf Baechle
· 18 years ago
048c614
[MIPS] Don't call try_to_freeze in do_signal & co.
by Ralf Baechle
· 18 years ago
b4b30a5
[MIPS] Cleanup leftovers of ARCH_HAS_IRQ_PER_CPU
by Ralf Baechle
· 18 years ago
4d157d5
[MIPS] Improve unwind_stack()
by Franck Bui-Huu
· 18 years ago
0cceb4a
[MIPS] Make get_frame_info() more robust
by Franck Bui-Huu
· 18 years ago
1666a6f
[MIPS] Simplify dump_stack()
by Franck Bui-Huu
· 18 years ago
6057a79
[MIPS] Make frame_info_init() more readable.
by Franck Bui-Huu
· 18 years ago
87151ae
[MIPS] Miscellaneous cleanup in prologue analysis code
by Franck Bui-Huu
· 18 years ago
cf495a33
[MIPS] Remove unused MODULE_RANGE macro.
by Franck Bui-Huu
· 18 years ago
c0efbb6
[MIPS] Make get_frame_info() more readable.
by Franck Bui-Huu
· 18 years ago
df586d5
[MIPS] c-r4k: Typo fix.
by Ralf Baechle
· 18 years ago
1b4ee40
[MIPS] N32 rt_sigqueueinfo uses O32 padding, not N64
by Peter Watkins
· 18 years ago
f66686f
[MIPS] dump_stack() based on prologue code analysis
by Atsushi Nemoto
· 18 years ago
79495d8
[MIPS] db1x00: Remove unused mirage_ts.c
by Yoichi Yuasa
· 18 years ago
e889d78
[MIPS] Rearrange show_stack, show_trace
by Atsushi Nemoto
· 18 years ago
e7dee3c
[MIPS] Updat mpc30x defconfig
by Yoichi Yuasa
· 18 years ago
bbbdb85
[MIPS] Updat workpad defconfig
by Yoichi Yuasa
· 18 years ago
53a7334
[MIPS] Update e55 defconfig
by Yoichi Yuasa
· 18 years ago
d4fd198
[MIPS] Honour "panic_on_oops" sysctl.
by Maxime Bizon
· 18 years ago
53e62d3
[PATCH] Alchemy: Delete unused pt_regs * argument from au1xxx_dbdma_chan_alloc
by Ralf Baechle
· 18 years ago
c1f60a5
[PATCH] reduce MAX_NR_ZONES: move HIGHMEM counters into highmem.c/.h
by Christoph Lameter
· 18 years ago
f06a968
[PATCH] reduce MAX_NR_ZONES: fix MAX_NR_ZONES array initializations
by Christoph Lameter
· 18 years ago
f4dee85
[MIPS] sparsemem: fix crash in show_mem
by Atsushi Nemoto
· 18 years ago
bddc813
[MIPS] vr41xx: Update workpad setup function
by Yoichi Yuasa
· 18 years ago
f26811e
[MIPS] vr41xx: Update e55 setup function
by Yoichi Yuasa
· 18 years ago
efcb487
[MIPS] vr41xx: Removed old v2.4 VRC4173 driver
by Yoichi Yuasa
· 18 years ago
66151bb
[MIPS] vr41xx: Move IRQ numbers to asm-mips/vr41xx/irq.h
by Yoichi Yuasa
· 18 years ago
5fd3265
[MIPS] MIPSsim: Build fix, rename sim_timer_setup -> plat_timer_setup.
by Ralf Baechle
· 18 years ago
75da124
[MIPS] Remove unused code.
by Ralf Baechle
· 18 years ago
d1d60de
[MIPS] IP22 Fix brown paper bag in RTC code.
by Julien BLACHE
· 18 years ago
ece2246
[MIPS] Atlas, Malta, SEAD: Don't disable interrupts in mips_time_init().
by Ralf Baechle
· 18 years ago
54d0a21
[MIPS] Replace board_timer_setup function pointer by plat_timer_setup.
by Ralf Baechle
· 18 years ago
2c70df5
[MIPS] Nuke redeclarations of board_time_init.
by Ralf Baechle
· 18 years ago
046f8f7
[MIPS] Remove redeclarations of setup_irq().
by Ralf Baechle
· 18 years ago
50785a5
[MIPS] Nuke redeclarations of board_timer_setup.
by Ralf Baechle
· 18 years ago
115f2a4
[MIPS] Print out TLB handler assembly for debugging.
by Thiemo Seufer
· 18 years ago
4bf42d4
[MIPS] SMTC: Reformat to Linux style.
by Ralf Baechle
· 18 years ago
783b09d
[MIPS] MIPSsim: Delete redeclaration of ll_local_timer_interrupt.
by Ralf Baechle
· 18 years ago
40fa4b6
[MIPS] IP27: Reformatting.
by Ralf Baechle
· 18 years ago
bf28363
[MIPS] IP27: Invoke setup_irq for timer interrupt so proc stats will be shown.
by Ralf Baechle
· 18 years ago
cc25ab00
[MIPS] IP27: irq_chip startup method returns unsigned int.
by Ralf Baechle
· 18 years ago
a365e53
[MIPS] IP27: struct irq_desc member handler was renamed to chip.
by Ralf Baechle
· 18 years ago
b8828d3
[MIPS] Remove vmlinux.rm200 target from makefile.
by Yoichi Yuasa
· 18 years ago
2874fe5
[MIPS] vr41xx: Replace magic number for P4K bit with symbol.
by Yoichi Yuasa
· 18 years ago
1058ecd
[MIPS] vr41xx: Changed workaround to recommended method
by Yoichi Yuasa
· 18 years ago
30f244a
[MIPS] Oprofile: Fix build failure due to warning and -Werror.
by Thiemo Seufer
· 18 years ago
192ef36
[MIPS] TRACE_IRQFLAGS_SUPPORT support.
by Ralf Baechle
· 18 years ago
565200a
[MIPS] Do not count pages in holes with sparsemem
by Atsushi Nemoto
· 18 years ago
7de58fa
[MIPS] Sparsemem fixes
by Atsushi Nemoto
· 18 years ago
cfbae5d
[MIPS] IP32: Fix wreckage caused by recent SA_* constant replacement.
by Thiemo Seufer
· 18 years ago
4e8ab36
[MIPS] VR41xx: Set VR41_CONF_BP only for PrId 0x0c80.
by Yoichi Yuasa
· 18 years ago
f72af3c
[MIPS] MIPS MT: Fix build error.
by Yoichi Yuasa
· 18 years ago
5af1c7a
[MIPS] BCM1480: Fix fatal typo in the rewritten interrupt handler.
by Thiemo Seufer
· 18 years ago
6e61e85
[MIPS] Sibyte: Improve interrupt latency again for sb1250/bcm1480
by Thiemo Seufer
· 18 years ago
fc5d2d2
[MIPS] Use the proper technical term for naming some of the cache macros.
by Ralf Baechle
· 18 years ago
879ba8c
[MIPS] IP22: Remove SYS_SUPPORTS_SMP test code.
by Ralf Baechle
· 18 years ago
57725f9
[MIPS] Panic on fp exception in kernel mode.
by Chris Dearman
· 18 years ago
Next »