summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Merge branch 'thermal-soc' into nextZhang Rui2018-05-111-3/+11
| |\ \ \ \ \ \
| | * | | | | | thermal: exynos: Propagate error value from tmu_read()Marek Szyprowski2018-04-271-2/+7
| | * | | | | | thermal: exynos: Reading temperature makes sense only when TMU is turned onMarek Szyprowski2018-04-271-1/+4
| * | | | | | | thermal: int3403_thermal: Fix NULL pointer deref on module load / probeHans de Goede2018-04-241-2/+1
| |/ / / / / /
* | | | | | | Merge tag 'for-linus-20180511' of git://git.kernel.dk/linux-blockLinus Torvalds2018-05-123-2/+23
|\ \ \ \ \ \ \
| * | | | | | | nvme: add quirk to force medium priority for SQ creationJens Axboe2018-05-112-1/+16
| * | | | | | | nvme: Fix sync controller reset returnCharles Machalow2018-05-111-1/+2
| * | | | | | | nvme: fix use-after-free in nvme_free_ns_headJianchao Wang2018-05-071-0/+5
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-05-1117-87/+164
|\ \ \ \ \ \ \
| * | | | | | | rbtree: include rcu.hSebastian Andrzej Siewior2018-05-112-0/+2
| * | | | | | | scripts/faddr2line: fix error when addr2line output contains discriminatorChangbin Du2018-05-111-1/+4
| * | | | | | | ocfs2: take inode cluster lock before moving reflinked inode from orphan dirAshish Samant2018-05-111-2/+12
| * | | | | | | mm, oom: fix concurrent munlock and oom reaper unmap, v3David Rientjes2018-05-113-56/+71
| * | | | | | | mm: migrate: fix double call of radix_tree_replace_slot()Naoya Horiguchi2018-05-111-3/+1
| * | | | | | | proc/kcore: don't bounds check against address 0Laura Abbott2018-05-111-7/+16
| * | | | | | | mm: don't show nr_indirectly_reclaimable in /proc/vmstatRoman Gushchin2018-05-111-1/+5
| * | | | | | | mm: sections are not offlined during memory hotremovePavel Tatashin2018-05-111-1/+1
| * | | | | | | z3fold: fix reclaim lock-upsVitaly Wool2018-05-111-12/+30
| * | | | | | | init: fix false positives in W+X checkingJeffrey Hugo2018-05-112-0/+12
| * | | | | | | lib/find_bit_benchmark.c: avoid soft lockup in test_find_first_bit()Yury Norov2018-05-111-1/+6
| * | | | | | | KASAN: prohibit KASAN+STRUCTLEAK combinationDmitry Vyukov2018-05-111-0/+4
| * | | | | | | MAINTAINERS: update Shuah's email addressShuah Khan (Samsung OSG)2018-05-111-3/+0
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-05-11106-291/+714
|\ \ \ \ \ \ \ \
| * | | | | | | | net sched actions: fix refcnt leak in skbmodRoman Mashak2018-05-111-1/+4
| * | | | | | | | net: sched: fix error path in tcf_proto_create() when modules are not configuredJiri Pirko2018-05-111-1/+1
| * | | | | | | | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2018-05-114-3/+6
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ixgbe: fix memory leak on ipsec allocationColin Ian King2018-05-111-1/+1
| | * | | | | | | | ixgbevf: fix ixgbevf_xmit_frame()'s return typeLuc Van Oostenryck2018-05-111-1/+1
| | * | | | | | | | ixgbe: return error on unsupported SFP module when resettingEmil Tantilov2018-05-111-0/+3
| | * | | | | | | | ice: Set rq_last_status when cleaning rqJeff Shaw2018-05-111-1/+1
| * | | | | | | | | Merge tag 'rxrpc-fixes-20180510' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2018-05-1111-48/+209
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | rxrpc: Trace UDP transmission failureDavid Howells2018-05-105-8/+90
| | * | | | | | | | | rxrpc: Add a tracepoint to log ICMP/ICMP6 and error messagesDavid Howells2018-05-102-23/+53
| | * | | | | | | | | rxrpc: Fix the min security level for kernel callsDavid Howells2018-05-101-1/+1
| | * | | | | | | | | rxrpc: Fix error reception on AF_INET6 socketsDavid Howells2018-05-101-15/+42
| | * | | | | | | | | rxrpc: Fix missing start of call timeoutDavid Howells2018-05-104-1/+23
| * | | | | | | | | | net sched actions: fix invalid pointer dereferencing if skbedit flags missingRoman Mashak2018-05-111-1/+2
| | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge tag 'mlx5-fixes-2018-05-10' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2018-05-115-1/+52
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | net/mlx5e: Err if asked to offload TC match on frag being firstRoi Dayan2018-05-101-0/+4
| | * | | | | | | | | net/mlx5: E-Switch, Include VF RDMA stats in vport statisticsAdi Nissim2018-05-101-1/+10
| | * | | | | | | | | net/mlx5: Free IRQs in shutdown pathDaniel Jurgens2018-05-103-0/+38
| * | | | | | | | | | ipv4: fix memory leaks in udp_sendmsg, ping_v4_sendmsgAndrey Ignatov2018-05-112-4/+10
| * | | | | | | | | | mlxsw: core: Fix an error handling path in 'mlxsw_core_bus_device_register()'Christophe JAILLET2018-05-111-2/+2
| * | | | | | | | | | Merge branch 'bonding-bug-fixes-and-regressions'David S. Miller2018-05-113-6/+12
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | bonding: send learning packets for vlans on slaveDebabrata Banerjee2018-05-113-5/+11
| | * | | | | | | | | bonding: do not allow rlb updates to invalid macDebabrata Banerjee2018-05-111-1/+1
| |/ / / / / / / / /
| * | | | | | | | | Merge tag 'linux-can-fixes-for-4.17-20180510' of ssh://gitolite.kernel.org/pu...David S. Miller2018-05-101-4/+7
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | can: hi311x: Work around TX complete interrupt erratumLukas Wunner2018-05-101-4/+5
| | * | | | | | | | | can: hi311x: Acquire SPI lock on ->do_get_berr_counterLukas Wunner2018-05-101-0/+2
| | |/ / / / / / / /
| * | | | | | | | | qed: fix spelling mistake: "taskelt" -> "tasklet"Colin Ian King2018-05-101-1/+1