summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | | | | | | drm/sun4i: hdmi: Fix incorrect assignment in sun4i_tmds_determine_rateJonathan Liu2018-01-111-1/+1
| | | * | | | | | | | | | | | drm/sun4i: hdmi: Check for unset best_parent in sun4i_tmds_determine_rateJonathan Liu2018-01-111-1/+1
| | * | | | | | | | | | | | | Merge branch 'vmwgfx-fixes-4.15' of git://people.freedesktop.org/~thomash/lin...Dave Airlie2018-01-183-5/+5
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | |
| | | * | | | | | | | | | | | drm/vmwgfx: fix memory corruption with legacy/sou connectorsRob Clark2018-01-172-4/+4
| | | * | | | | | | | | | | | drm/vmwgfx: Fix a boot time warningWoody Suwalski2018-01-171-1/+1
| * | | | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-01-196-6/+24
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | sparse doesn't support struct randomizationMatthew Wilcox2018-01-191-1/+1
| | * | | | | | | | | | | | | | proc: fix coredump vs read /proc/*/stat raceAlexey Dobriyan2018-01-191-2/+5
| | * | | | | | | | | | | | | | scripts/gdb/linux/tasks.py: fix get_thread_infoXi Kangjie2018-01-191-0/+2
| | * | | | | | | | | | | | | | scripts/decodecode: fix decoding for AArch64 (arm64) instructionsWill Deacon2018-01-191-0/+8
| | * | | | | | | | | | | | | | mm/page_owner.c: remove drain_all_pages from init_early_allocated_pagesOscar Salvador2018-01-191-1/+0
| | * | | | | | | | | | | | | | mm/memory.c: release locked page in do_swap_page()Minchan Kim2018-01-191-2/+8
| * | | | | | | | | | | | | | | ia64: Rewrite atomic_add and atomic_subMatthew Wilcox2018-01-191-18/+19
| * | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-01-1927-117/+369
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | ibmvnic: Fix IPv6 packet descriptorsThomas Falcon2018-01-181-9/+11
| | * | | | | | | | | | | | | | ibmvnic: Fix IP offload control bufferThomas Falcon2018-01-181-0/+4
| | * | | | | | | | | | | | | | Merge tag 'linux-can-fixes-for-4.15-20180118' of ssh://gitolite.kernel.org/pu...David S. Miller2018-01-181-22/+14
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | can: af_can: canfd_rcv(): replace WARN_ONCE by pr_warn_onceMarc Kleine-Budde2018-01-181-11/+7
| | | * | | | | | | | | | | | | | can: af_can: can_rcv(): replace WARN_ONCE by pr_warn_onceMarc Kleine-Budde2018-01-181-11/+7
| | * | | | | | | | | | | | | | | ipv6: don't let tb6_root node share routes with other nodeWei Wang2018-01-181-2/+8
| | * | | | | | | | | | | | | | | ip6_gre: init dev->mtu and dev->hard_header_len correctlyAlexey Kodanev2018-01-181-7/+7
| | * | | | | | | | | | | | | | | mlxsw: spectrum_router: Free LPM tree upon failureIdo Schimmel2018-01-181-6/+14
| | * | | | | | | | | | | | | | | flow_dissector: properly cap thoff fieldEric Dumazet2018-01-181-2/+1
| | * | | | | | | | | | | | | | | Merge tag 'wireless-drivers-for-davem-2018-01-17' of git://git.kernel.org/pub...David S. Miller2018-01-183-8/+5
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | brcmfmac: fix CLM load error for legacy chips when user helper is enabledWright Feng2018-01-161-6/+3
| | | * | | | | | | | | | | | | | | ssb: Disable PCI host for PCI_DRIVERS_GENERICJames Hogan2018-01-161-1/+1
| | | * | | | | | | | | | | | | | | bcma: Fix 'allmodconfig' and BCMA builds on MIPS targetsGuenter Roeck2018-01-161-1/+1
| | * | | | | | | | | | | | | | | | fm10k: mark PM functions as __maybe_unusedArnd Bergmann2018-01-181-7/+2
| | * | | | | | | | | | | | | | | | cfg80211: fix station info handling bugsJohannes Berg2018-01-182-3/+2
| | * | | | | | | | | | | | | | | | netlink: reset extack earlier in netlink_rcv_skbXin Long2018-01-181-1/+1
| | * | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-01-185-25/+219
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | bpf: mark dst unknown on inconsistent {s, u}bounds adjustmentsDaniel Borkmann2018-01-172-12/+138
| | | * | | | | | | | | | | | | | | bpf: reject stores into ctx via st and xaddDaniel Borkmann2018-01-162-2/+46
| | | * | | | | | | | | | | | | | | bpf, arm64: fix stack_depth tracking in combination with tail callsDaniel Borkmann2018-01-161-9/+11
| | | * | | | | | | | | | | | | | | bpf: fix 32-bit divide by zeroAlexei Starovoitov2018-01-142-0/+22
| | | * | | | | | | | | | | | | | | bpf: fix divides by zeroEric Dumazet2018-01-141-2/+2
| | * | | | | | | | | | | | | | | | bpf: fix cls_bpf on filter replaceDaniel Borkmann2018-01-171-1/+8
| | * | | | | | | | | | | | | | | | Net: ethernet: ti: netcp: Fix inbound ping crash if MTU size is greater than ...Rex Chang2018-01-171-1/+1
| | * | | | | | | | | | | | | | | | tls: reset crypto_info when do_tls_setsockopt_tx failsSabrina Dubroca2018-01-171-2/+2
| | * | | | | | | | | | | | | | | | tls: return -EBUSY if crypto_info is already setSabrina Dubroca2018-01-171-1/+3
| | * | | | | | | | | | | | | | | | tls: fix sw_ctx leakSabrina Dubroca2018-01-171-5/+7
| | * | | | | | | | | | | | | | | | Merge tag 'linux-can-fixes-for-4.15-20180116' of ssh://gitolite.kernel.org/pu...David S. Miller2018-01-171-10/+11
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | can: peak: fix potential bug in packet fragmentationStephane Grosjean2018-01-161-10/+11
| | * | | | | | | | | | | | | | | | | net/tls: Only attach to sockets in ESTABLISHED stateIlya Lesokhin2018-01-171-0/+9
| | * | | | | | | | | | | | | | | | | net: fs_enet: do not call phy_stop() in interruptsChristophe Leroy2018-01-172-3/+14
| | * | | | | | | | | | | | | | | | | r8152: disable RX aggregation on Dell TB16 dockKai-Heng Feng2018-01-171-0/+13
| | * | | | | | | | | | | | | | | | | tun: fix a memory leak for tfile->tx_arrayCong Wang2018-01-171-2/+13
| * | | | | | | | | | | | | | | | | | Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2018-01-181-114/+111
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | ARM: net: bpf: clarify tail_call indexRussell King2018-01-171-1/+1
| | * | | | | | | | | | | | | | | | | | ARM: net: bpf: fix LDX instructionsRussell King2018-01-171-28/+33