index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
cris
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-02-24
drm/tinydrm: helpers: Properly fix backlight dependency
Noralf Trønnes
1
-19
/
+0
2017-02-24
drm/tinydrm: mipi-dbi: Fix field width specifier warning
Noralf Trønnes
1
-2
/
+2
2017-02-24
drm/tinydrm: mipi-dbi: Silence: ‘cmd’ may be used uninitialized
Noralf Trønnes
1
-1
/
+1
2017-02-23
bpf: Fix bpf_xdp_event_output
Martin KaFai Lau
1
-2
/
+2
2017-02-23
net/mlx4_en: Use __skb_fill_page_desc()
Eric Dumazet
1
-4
/
+4
2017-02-23
net/mlx4_core: Use cq quota in SRIOV when creating completion EQs
Jack Morgenstein
2
-4
/
+4
2017-02-23
net/mlx4_core: Fix VF overwrite of module param which disables DMFS on new pr...
Majd Dibbiny
1
-2
/
+0
2017-02-23
net/mlx4: Spoofcheck and zero MAC can't coexist
Eugenia Emantayev
4
-8
/
+32
2017-02-23
net/mlx4: Change ENOTSUPP to EOPNOTSUPP
Or Gerlitz
7
-9
/
+9
2017-02-23
uapi: fix linux/rds.h userspace compilation errors
Dmitry V. Levin
1
-5
/
+5
2017-02-23
uapi: fix linux/seg6.h and linux/seg6_iptunnel.h userspace compilation errors
Dmitry V. Levin
2
-0
/
+3
2017-02-23
lib: Remove string from parman config selection
Jiri Pirko
1
-1
/
+1
2017-02-23
forcedeth: Remove return from a void function
Zhu Yanjun
1
-2
/
+0
2017-02-23
bpf: fix spelling mistake: "proccessed" -> "processed"
Colin Ian King
1
-1
/
+1
2017-02-23
uapi: fix linux/llc.h userspace compilation error
Dmitry V. Levin
1
-0
/
+1
2017-02-23
uapi: fix linux/ip6_tunnel.h userspace compilation errors
Dmitry V. Levin
1
-0
/
+2
2017-02-23
net/mlx5e: Fix wrong CQE decompression
Tariq Toukan
1
-7
/
+6
2017-02-23
net/mlx5e: Update MPWQE stride size when modifying CQE compress state
Saeed Mahameed
4
-1
/
+4
2017-02-23
net/mlx5e: Fix broken CQE compression initialization
Tariq Toukan
1
-1
/
+3
2017-02-23
net/mlx5e: Do not reduce LRO WQE size when not using build_skb
Tariq Toukan
1
-6
/
+5
2017-02-23
net/mlx5e: Register/unregister vport representors on interface attach/detach
Saeed Mahameed
1
-8
/
+15
2017-02-23
net/mlx5e: s390 system compilation fix
Mohamad Haj Yahia
2
-0
/
+2
2017-02-23
gfs2: Add missing rcu locking for glock lookup
Andrew Price
1
-0
/
+5
2017-02-23
crypto: xts - Add ECB dependency
Milan Broz
1
-0
/
+1
2017-02-23
crypto: cavium - switch to pci_alloc_irq_vectors
Christoph Hellwig
2
-141
/
+65
2017-02-23
crypto: cavium - switch to pci_alloc_irq_vectors
Christoph Hellwig
2
-53
/
+10
2017-02-23
crypto: cavium - remove dead MSI-X related define
Christoph Hellwig
1
-2
/
+0
2017-02-23
drm/sti: fix build warnings in sti_drv.c and sti_vtg.c files
Vincent Abriou
2
-10
/
+0
2017-02-23
mm/z3fold.c: limit first_num to the actual range of possible buddy indexes
zhong jiang
1
-3
/
+7
2017-02-23
mm: fix <linux/pagemap.h> stray kernel-doc notation
Randy Dunlap
1
-1
/
+0
2017-02-23
zram: remove obsolete sysfs attrs
Sergey Senozhatsky
4
-353
/
+42
2017-02-23
mm/memblock.c: remove unnecessary log and clean up
Miles Chen
1
-29
/
+25
2017-02-23
oom-reaper: use madvise_dontneed() logic to decide if unmap the VMA
Kirill A. Shutemov
3
-9
/
+9
2017-02-23
mm: drop unused argument of zap_page_range()
Kirill A. Shutemov
7
-10
/
+8
2017-02-23
mm: drop zap_details::check_swap_entries
Kirill A. Shutemov
3
-5
/
+3
2017-02-23
mm: drop zap_details::ignore_dirty
Kirill A. Shutemov
3
-9
/
+1
2017-02-23
mm, page_alloc: warn_alloc nodemask is NULL when cpusets are disabled
David Rientjes
1
-3
/
+7
2017-02-23
mm: help __GFP_NOFAIL allocations which do not trigger OOM killer
Michal Hocko
1
-10
/
+36
2017-02-23
mm, oom: do not enforce OOM killer for __GFP_NOFAIL automatically
Michal Hocko
2
-26
/
+25
2017-02-23
mm: consolidate GFP_NOFAIL checks in the allocator slowpath
Michal Hocko
1
-39
/
+52
2017-02-23
lib/show_mem.c: teach show_mem to work with the given nodemask
Michal Hocko
10
-33
/
+32
2017-02-23
arch, mm: remove arch specific show_mem
Michal Hocko
5
-197
/
+0
2017-02-23
mm, page_alloc: warn_alloc print nodemask
Michal Hocko
3
-8
/
+10
2017-02-23
mm, page_alloc: do not report all nodes in show_mem
Michal Hocko
1
-0
/
+3
2017-02-23
Revert "mm: bail out in shrink_inactive_list()"
Michal Hocko
1
-27
/
+0
2017-02-23
mm, vmscan: consider eligible zones in get_scan_count
Michal Hocko
1
-2
/
+2
2017-02-23
mm, vmscan: cleanup lru size claculations
Michal Hocko
3
-47
/
+46
2017-02-23
mm, vmscan: do not count freed pages as PGDEACTIVATE
Michal Hocko
1
-3
/
+1
2017-02-23
mm/backing-dev.c: use rb_entry()
Geliang Tang
1
-2
/
+2
2017-02-23
mm, thp: add new defer+madvise defrag option
David Rientjes
3
-73
/
+82
[next]