summaryrefslogtreecommitdiffstats
path: root/mm/readahead.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-06-29MIPS: unaligned: Add DSP lwx & lhx missaligned access supportMiodrag Dinic2-74/+111
2017-06-29MIPS: R6: Fix PREF instruction usage by memcpy for MIPS R6Leonid Yegoshin1-0/+3
2017-06-29MIPS: build: Fix "-modd-spreg" switch usage when compiling for mips32r6Miodrag Dinic1-1/+1
2017-06-29MIPS: cmdline: Add support for 'memmap' parameterMiodrag Dinic1-0/+40
2017-06-29MIPS: Loogson: Make enum loongson_cpu_type more clearHuacai Chen2-9/+24
2017-06-29MIPS: Loongson-3: support irq_set_affinity() in i8259 chipHuacai Chen1-13/+54
2017-06-29MIPS: Loongson-3: IRQ balancing for PCI devicesHuacai Chen2-3/+34
2017-06-29MIPS: Loongson-3: Support 4 packages in CPU Hwmon driverHuacai Chen1-61/+58
2017-06-29MIPS: Loongson: Add NMI handler supportHuacai Chen1-0/+13
2017-06-28MIPS: Loongson: Add Loongson-3A R3 basic supportHuacai Chen5-6/+24
2017-06-28MIPS: SEAD-3: Fix GIC interrupt specifiersPaul Burton1-4/+4
2017-06-28MIPS: SEAD-3: Set interrupt-parent per-device, not at root nodePaul Burton2-7/+24
2017-06-28MIPS: generic: Add a MAINTAINERS entryPaul Burton1-0/+6
2017-06-28MIPS: generic: Set RTC_ALWAYS_BCD to 0Paul Burton1-1/+1
2017-06-28MIPS: generic: Abstract FDT fixup applicationPaul Burton3-22/+69
2017-06-28MIPS: generic/yamon-dt: Use serial* rather than uart* aliasesPaul Burton2-5/+5
2017-06-28MIPS: generic/yamon-dt: Support > 256MB of RAMPaul Burton3-25/+106
2017-06-28MIPS: generic/yamon-dt: Pull YAMON DT shim code out of SEAD-3 boardPaul Burton5-174/+251
2017-06-28MIPS: SEAD-3: Remove GIC timer from DTPaul Burton1-5/+0
2017-06-28MIPS: Branch straight to ll in mips_atomic_set()James Hogan1-5/+1
2017-06-28MIPS: Fix mips_atomic_set() with EVAJames Hogan1-2/+5
2017-06-28MIPS: Save static registers before sysmipsJames Hogan5-4/+10
2017-06-28MIPS: Fix mips_atomic_set() retry conditionJames Hogan1-1/+1
2017-06-28MIPS: perf: add I6500 handlingMarcin Nowakowski1-4/+10
2017-06-28MIPS: Probe the I6500 CPUPaul Burton4-1/+10
2017-06-28MIPS: Perform post-DMA cache flushes on systems with MAARsPaul Burton1-5/+18
2017-06-28MIPS: Give __secure_computing() access to syscall arguments.David Daney1-2/+20
2017-06-28MIPS: Add support for eBPF JIT.David Daney2-2/+13
2017-06-28MIPS: Add some instructions to uasm.David Daney3-13/+96
2017-06-28MIPS: Correctly define DBSHFL type instruction opcodes.David Daney1-1/+8
2017-06-28MIPS: Optimize uasm insn lookup.David Daney3-209/+199
2017-06-28MIPS: module: Unify rel & rela reloc handlingPaul Burton4-252/+154
2017-06-28MIPS: module: Ensure we always clean up r_mips_hi16_listPaul Burton1-12/+16
2017-06-27MIPS: defconfig: Cleanup from old Kconfig optionsKrzysztof Kozlowski47-221/+0
2017-06-27MIPS: Sort MIPS Kconfig Alphabetically.Matt Redfearn1-49/+49
2017-06-26Linux 4.12-rc7v4.12-rc7Linus Torvalds1-1/+1
2017-06-24x86/mshyperv: Remove excess #includes from mshyperv.hThomas Gleixner1-2/+1
2017-06-24fs/exec.c: account for argv/envp pointersKees Cook1-4/+24
2017-06-24ocfs2: fix deadlock caused by recursive locking in xattrEric Ren2-10/+17
2017-06-24slub: make sysfs file removal asynchronousTejun Heo2-14/+27
2017-06-24lib/cmdline.c: fix get_options() overflow while parsing rangesIlya Matveychikov1-3/+3
2017-06-24fs/dax.c: fix inefficiency in dax_writeback_mapping_range()Jan Kara1-0/+1
2017-06-24autofs: sanity check status reported with AUTOFS_DEV_IOCTL_FAILNeilBrown1-1/+1
2017-06-24mm/vmalloc.c: huge-vmap: fail gracefully on unexpected huge vmap mappingsArd Biesheuvel1-2/+13
2017-06-24mm, thp: remove cond_resched from __collapse_huge_page_copyDavid Rientjes1-1/+0
2017-06-23Input: synaptics-rmi4 - only read the F54 query registers which are usedAndrew Duggan1-10/+7
2017-06-23powerpc/64: Initialise thread_info for emergency stacksNicholas Piggin1-3/+28
2017-06-22kconfig: fix sparse warnings in nconfigRandy Dunlap2-8/+8
2017-06-22perf probe: Fix probe definition for inlined functionsBjörn Töpel1-1/+1
2017-06-22KVM: x86: fix singlestepping over syscallPaolo Bonzini3-30/+34