index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
swap_state.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-01-11
cifs: Limit memory used by lock request calls to a page
Ross Lagerwall
2
-0
/
+12
2019-01-11
cifs: move large array from stack to heap
Aurelien Aptel
2
-14
/
+32
2019-01-11
CIFS: Do not hide EINTR after sending network packets
Pavel Shilovsky
1
-1
/
+1
2019-01-10
CIFS: Fix credit computation for compounded requests
Pavel Shilovsky
1
-18
/
+41
2019-01-10
CIFS: Do not set credits to 1 if the server didn't grant anything
Pavel Shilovsky
1
-2
/
+0
2019-01-10
CIFS: Fix adjustment of credits for MTU requests
Pavel Shilovsky
1
-2
/
+6
2019-01-10
cifs: Fix a tiny potential memory leak
Dan Carpenter
1
-0
/
+1
2019-01-10
cifs: Fix a debug message
Dan Carpenter
1
-3
/
+4
2019-01-10
csky: fixup compile error with CPU 810.
Guo Ren
1
-1
/
+1
2019-01-10
mm/mmu_notifier: mm/rmap.c: Fix a mmu_notifier range bug in try_to_unmap_one
Sean Christopherson
1
-2
/
+2
2019-01-09
ALSA: hda/realtek - Disable headset Mic VREF for headset mode of ALC225
Kailang Yang
1
-1
/
+15
2019-01-09
ALSA: hda/realtek - Add unplug function into unplug state of Headset Mode for...
Kailang Yang
1
-0
/
+1
2019-01-09
arch/openrisc: Fix issues with access_ok()
Stafford Horne
1
-2
/
+6
2019-01-09
mm, page_alloc: do not wake kswapd with zone lock held
Mel Gorman
2
-1
/
+13
2019-01-09
hugetlbfs: revert "use i_mmap_rwsem for more pmd sharing synchronization"
Mike Kravetz
5
-88
/
+20
2019-01-09
hugetlbfs: revert "Use i_mmap_rwsem to fix page fault/truncate race"
Mike Kravetz
2
-38
/
+44
2019-01-09
mm: page_mapped: don't assume compound page is huge or THP
Jan Stancek
1
-1
/
+1
2019-01-09
mm/memory.c: initialise mmu_notifier_range correctly
Matthew Wilcox
1
-2
/
+2
2019-01-09
tools/vm/page_owner: use page_owner_sort in the use example
Miles Chen
1
-1
/
+3
2019-01-09
kasan: fix krealloc handling for tag-based mode
Andrey Konovalov
1
-20
/
+43
2019-01-09
kasan: make tag based mode work with CONFIG_HARDENED_USERCOPY
Andrey Konovalov
1
-0
/
+2
2019-01-09
kasan, arm64: use ARCH_SLAB_MINALIGN instead of manual aligning
Andrey Konovalov
2
-2
/
+6
2019-01-09
mm, memcg: fix reclaim deadlock with writeback
Michal Hocko
1
-0
/
+22
2019-01-09
mm/usercopy.c: no check page span for stack objects
Qian Cai
1
-4
/
+5
2019-01-09
slab: alien caches must not be initialized if the allocation of the alien cac...
Christoph Lameter
1
-2
/
+4
2019-01-09
fork, memcg: fix cached_stacks case
Shakeel Butt
1
-0
/
+1
2019-01-09
zram: idle writeback fixes and cleanup
Minchan Kim
4
-55
/
+125
2019-01-08
ALSA: usb-audio: fix CM6206 register definitions
Amadeusz Sławiński
1
-1
/
+1
2019-01-08
fork: record start_time late
David Herrmann
1
-2
/
+11
2019-01-08
vfio/type1: Fix unmap overflow off-by-one
Alex Williamson
1
-1
/
+1
2019-01-08
irqchip/csky: fixup handle_irq_perbit break irq
Guo Ren
1
-35
/
+42
2019-01-08
csky: fixup compile error with pte_alloc
Guo Ren
1
-25
/
+18
2019-01-08
vfio/pci: set TRACE_INCLUDE_PATH to fix the build error
Masahiro Yamada
1
-1
/
+1
2019-01-08
csky: fixup CACHEV1 store instruction fast retire
Guo Ren
1
-0
/
+25
2019-01-08
csky: fixup relocation error with 807 & 860
Guo Ren
1
-16
/
+22
2019-01-08
mtd: rawnand: qcom: fix memory corruption that causes panic
Christian Lamparter
1
-10
/
+10
2019-01-08
ALSA: cs46xx: Potential NULL dereference in probe
Dan Carpenter
1
-0
/
+3
2019-01-07
Documentation/features: Add csky kernel features
Guo Ren
41
-0
/
+41
2019-01-07
mtd: Check add_mtd_device() ret code
Boris Brezillon
2
-6
/
+32
2019-01-07
mtd: Fix the check on nvmem_register() ret code
Boris Brezillon
1
-1
/
+1
2019-01-07
ALSA: hda/realtek - Support Dell headset mode for New AIO platform
Kailang Yang
1
-0
/
+1
2019-01-07
ALSA: usb-audio: Fix an out-of-bound read in create_composite_quirks
Hui Peng
1
-0
/
+6
2019-01-07
ALSA: usb-audio: Always check descriptor sizes in parser code
Takashi Iwai
3
-12
/
+30
2019-01-07
ALSA: usb-audio: Check mixer unit descriptors more strictly
Takashi Iwai
1
-4
/
+11
2019-01-07
ALSA: usb-audio: Avoid access before bLength check in build_audio_procunit()
Takashi Iwai
1
-2
/
+8
2019-01-07
arch: restore generic-y += shmparam.h for some architectures
Masahiro Yamada
7
-0
/
+7
2019-01-07
Linux 5.0-rc1
v5.0-rc1
Linus Torvalds
1
-3
/
+3
2019-01-06
Change mincore() to count "mapped" pages rather than "cached" pages
Linus Torvalds
1
-81
/
+13
2019-01-06
Fix 'acccess_ok()' on alpha and SH
Linus Torvalds
2
-5
/
+10
2019-01-06
fscrypt: add Adiantum support
Eric Biggers
7
-188
/
+468
[next]