index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ieee1394
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-11-30
mm: migrate: fix an incorrect call of prep_transhuge_page()
Zi Yan
1
-1
/
+1
2017-11-30
kmemleak: add scheduling point to kmemleak_scan()
Yisheng Xie
1
-0
/
+2
2017-11-30
scripts/bloat-o-meter: don't fail with division by 0
Andy Shevchenko
1
-2
/
+5
2017-11-30
fs/mbcache.c: make count_objects() more robust
Jiang Biao
1
-0
/
+3
2017-11-30
Revert "mm/page-writeback.c: print a warning if the vm dirtiness settings are...
Michal Hocko
2
-11
/
+1
2017-11-30
mm/madvise.c: fix madvise() infinite loop under special circumstances
chenjie
1
-3
/
+1
2017-11-30
exec: avoid RLIMIT_STACK races with prlimit()
Kees Cook
1
-1
/
+6
2017-11-30
IB/core: disable memory registration of filesystem-dax vmas
Dan Williams
1
-1
/
+1
2017-11-30
v4l2: disable filesystem-dax mapping support
Dan Williams
1
-2
/
+3
2017-11-30
mm: fail get_vaddr_frames() for filesystem-dax mappings
Dan Williams
1
-0
/
+12
2017-11-30
mm: introduce get_user_pages_longterm
Dan Williams
3
-0
/
+91
2017-11-30
device-dax: implement ->split() to catch invalid munmap attempts
Dan Williams
1
-0
/
+12
2017-11-30
mm, hugetlbfs: introduce ->split() to vm_operations_struct
Dan Williams
3
-3
/
+14
2017-11-30
scripts/faddr2line: extend usage on generic arch
Liu, Changcheng
1
-7
/
+14
2017-11-30
mm: replace pte_write with pte_access_permitted in fault + gup paths
Dan Williams
3
-5
/
+5
2017-11-30
mm: replace pmd_write with pmd_access_permitted in fault + gup paths
Dan Williams
5
-7
/
+8
2017-11-30
mm: replace pud_write with pud_access_permitted in fault + gup paths
Dan Williams
4
-3
/
+9
2017-11-30
mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITE
Dan Williams
9
-10
/
+6
2017-11-30
mm: fix device-dax pud write-faults triggered by get_user_pages()
Dan Williams
3
-8
/
+14
2017-11-30
mm/cma: fix alloc_contig_range ret code/potential leak
Mike Kravetz
1
-1
/
+8
2017-11-30
mm, oom_reaper: gather each vma to prevent leaking TLB entry
Wang Nan
1
-3
/
+4
2017-11-30
mm, memory_hotplug: do not back off draining pcp free pages from kworker context
Michal Hocko
1
-4
/
+0
2017-11-29
sparc64: Fix boot on T4 and later.
David S. Miller
1
-1
/
+1
2017-11-29
drm/radeon: remove init of CIK VMIDs 8-16 for amdkfd
Oded Gabbay
1
-24
/
+0
2017-11-29
drm/ttm: fix populate_and_map() functions once more
Christian König
2
-24
/
+10
2017-11-29
vsprintf: don't use 'restricted_pointer()' when not restricting
Linus Torvalds
1
-0
/
+2
2017-11-29
SUNRPC: Allow connect to return EHOSTUNREACH
Trond Myklebust
1
-0
/
+1
2017-11-29
NFSv4: Ensure gcc 4.4.4 can compile initialiser for "invalid_stateid"
Trond Myklebust
1
-2
/
+2
2017-11-29
kallsyms: take advantage of the new '%px' format
Linus Torvalds
3
-13
/
+7
2017-11-29
Revert "mm, thp: Do not make pmd/pud dirty without a reason"
Linus Torvalds
5
-24
/
+16
2017-11-29
quota: Check for register_shrinker() failure.
Tetsuo Handa
1
-1
/
+2
2017-11-29
ethernet: dwmac-stm32: Fix copyright
Benjamin Gaignard
1
-2
/
+2
2017-11-29
eeprom: at24: check at24_read/write arguments
Heiner Kallweit
1
-0
/
+6
2017-11-29
eeprom: at24: fix reading from 24MAC402/24MAC602
Heiner Kallweit
1
-1
/
+2
2017-11-29
net: via: via-rhine: use %p to format void * address instead of %x
Colin Ian King
1
-2
/
+2
2017-11-29
net: ethernet: xilinx: Mark XILINX_LL_TEMAC broken on 64-bit
Geert Uytterhoeven
1
-0
/
+1
2017-11-29
drm/fb_helper: Disable all crtc's when initial setup fails.
Maarten Lankhorst
1
-0
/
+4
2017-11-29
myri10ge: Update MAINTAINERS
Hyong-Youb Kim
1
-2
/
+2
2017-11-29
eeprom: at24: correctly set the size for at24mac402
Bartosz Golaszewski
1
-0
/
+10
2017-11-29
drm/atomic: make drm_atomic_helper_wait_for_vblanks more agressive
Lucas Stach
1
-1
/
+1
2017-11-29
mmc: core: prepend 0x to OCR entry in sysfs
Bastian Stender
2
-2
/
+2
2017-11-29
mmc: core: prepend 0x to pre_eol_info entry in sysfs
Bastian Stender
1
-1
/
+1
2017-11-29
powerpc: Do not assign thread.tidr if already assigned
Vaibhav Jain
1
-0
/
+3
2017-11-29
powerpc: Avoid signed to unsigned conversion in set_thread_tidr()
Vaibhav Jain
1
-3
/
+6
2017-11-29
kasan: use %px to print addresses instead of %p
Tobin C. Harding
1
-4
/
+4
2017-11-29
vsprintf: add printk specifier %px
Tobin C. Harding
3
-2
/
+36
2017-11-29
printk: hash addresses printed with %p
Tobin C. Harding
3
-46
/
+155
2017-11-29
vsprintf: refactor %pK code out of pointer()
Tobin C. Harding
1
-43
/
+54
2017-11-29
docs: correct documentation for %pK
Tobin C. Harding
1
-2
/
+1
2017-11-28
drm/amd/display: USB-C / thunderbolt dock specific workaround
Hersen Wu
1
-45
/
+40
[prev]
[next]