index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
readahead.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-06-29
MIPS: unaligned: Add DSP lwx & lhx missaligned access support
Miodrag Dinic
2
-74
/
+111
2017-06-29
MIPS: R6: Fix PREF instruction usage by memcpy for MIPS R6
Leonid Yegoshin
1
-0
/
+3
2017-06-29
MIPS: build: Fix "-modd-spreg" switch usage when compiling for mips32r6
Miodrag Dinic
1
-1
/
+1
2017-06-29
MIPS: cmdline: Add support for 'memmap' parameter
Miodrag Dinic
1
-0
/
+40
2017-06-29
MIPS: Loogson: Make enum loongson_cpu_type more clear
Huacai Chen
2
-9
/
+24
2017-06-29
MIPS: Loongson-3: support irq_set_affinity() in i8259 chip
Huacai Chen
1
-13
/
+54
2017-06-29
MIPS: Loongson-3: IRQ balancing for PCI devices
Huacai Chen
2
-3
/
+34
2017-06-29
MIPS: Loongson-3: Support 4 packages in CPU Hwmon driver
Huacai Chen
1
-61
/
+58
2017-06-29
MIPS: Loongson: Add NMI handler support
Huacai Chen
1
-0
/
+13
2017-06-28
MIPS: Loongson: Add Loongson-3A R3 basic support
Huacai Chen
5
-6
/
+24
2017-06-28
MIPS: SEAD-3: Fix GIC interrupt specifiers
Paul Burton
1
-4
/
+4
2017-06-28
MIPS: SEAD-3: Set interrupt-parent per-device, not at root node
Paul Burton
2
-7
/
+24
2017-06-28
MIPS: generic: Add a MAINTAINERS entry
Paul Burton
1
-0
/
+6
2017-06-28
MIPS: generic: Set RTC_ALWAYS_BCD to 0
Paul Burton
1
-1
/
+1
2017-06-28
MIPS: generic: Abstract FDT fixup application
Paul Burton
3
-22
/
+69
2017-06-28
MIPS: generic/yamon-dt: Use serial* rather than uart* aliases
Paul Burton
2
-5
/
+5
2017-06-28
MIPS: generic/yamon-dt: Support > 256MB of RAM
Paul Burton
3
-25
/
+106
2017-06-28
MIPS: generic/yamon-dt: Pull YAMON DT shim code out of SEAD-3 board
Paul Burton
5
-174
/
+251
2017-06-28
MIPS: SEAD-3: Remove GIC timer from DT
Paul Burton
1
-5
/
+0
2017-06-28
MIPS: Branch straight to ll in mips_atomic_set()
James Hogan
1
-5
/
+1
2017-06-28
MIPS: Fix mips_atomic_set() with EVA
James Hogan
1
-2
/
+5
2017-06-28
MIPS: Save static registers before sysmips
James Hogan
5
-4
/
+10
2017-06-28
MIPS: Fix mips_atomic_set() retry condition
James Hogan
1
-1
/
+1
2017-06-28
MIPS: perf: add I6500 handling
Marcin Nowakowski
1
-4
/
+10
2017-06-28
MIPS: Probe the I6500 CPU
Paul Burton
4
-1
/
+10
2017-06-28
MIPS: Perform post-DMA cache flushes on systems with MAARs
Paul Burton
1
-5
/
+18
2017-06-28
MIPS: Give __secure_computing() access to syscall arguments.
David Daney
1
-2
/
+20
2017-06-28
MIPS: Add support for eBPF JIT.
David Daney
2
-2
/
+13
2017-06-28
MIPS: Add some instructions to uasm.
David Daney
3
-13
/
+96
2017-06-28
MIPS: Correctly define DBSHFL type instruction opcodes.
David Daney
1
-1
/
+8
2017-06-28
MIPS: Optimize uasm insn lookup.
David Daney
3
-209
/
+199
2017-06-28
MIPS: module: Unify rel & rela reloc handling
Paul Burton
4
-252
/
+154
2017-06-28
MIPS: module: Ensure we always clean up r_mips_hi16_list
Paul Burton
1
-12
/
+16
2017-06-27
MIPS: defconfig: Cleanup from old Kconfig options
Krzysztof Kozlowski
47
-221
/
+0
2017-06-27
MIPS: Sort MIPS Kconfig Alphabetically.
Matt Redfearn
1
-49
/
+49
2017-06-26
Linux 4.12-rc7
v4.12-rc7
Linus Torvalds
1
-1
/
+1
2017-06-24
x86/mshyperv: Remove excess #includes from mshyperv.h
Thomas Gleixner
1
-2
/
+1
2017-06-24
fs/exec.c: account for argv/envp pointers
Kees Cook
1
-4
/
+24
2017-06-24
ocfs2: fix deadlock caused by recursive locking in xattr
Eric Ren
2
-10
/
+17
2017-06-24
slub: make sysfs file removal asynchronous
Tejun Heo
2
-14
/
+27
2017-06-24
lib/cmdline.c: fix get_options() overflow while parsing ranges
Ilya Matveychikov
1
-3
/
+3
2017-06-24
fs/dax.c: fix inefficiency in dax_writeback_mapping_range()
Jan Kara
1
-0
/
+1
2017-06-24
autofs: sanity check status reported with AUTOFS_DEV_IOCTL_FAIL
NeilBrown
1
-1
/
+1
2017-06-24
mm/vmalloc.c: huge-vmap: fail gracefully on unexpected huge vmap mappings
Ard Biesheuvel
1
-2
/
+13
2017-06-24
mm, thp: remove cond_resched from __collapse_huge_page_copy
David Rientjes
1
-1
/
+0
2017-06-23
Input: synaptics-rmi4 - only read the F54 query registers which are used
Andrew Duggan
1
-10
/
+7
2017-06-23
powerpc/64: Initialise thread_info for emergency stacks
Nicholas Piggin
1
-3
/
+28
2017-06-22
kconfig: fix sparse warnings in nconfig
Randy Dunlap
2
-8
/
+8
2017-06-22
perf probe: Fix probe definition for inlined functions
Björn Töpel
1
-1
/
+1
2017-06-22
KVM: x86: fix singlestepping over syscall
Paolo Bonzini
3
-30
/
+34
[next]