summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* drm/i915: Consistently use enum pipe for PCH transcodersMatthias Kaehlcke2019-02-274-16/+16
* x86/boot: Disable the address-of-packed-member compiler warningMatthias Kaehlcke2019-02-271-0/+1
* tracing: Use cpumask_available() to check if cpumask variable may be usedMatthias Kaehlcke2019-02-271-2/+3
* netpoll: Fix device name check in netpoll_setup()Matthias Kaehlcke2019-02-271-1/+1
* clocksource: Use GENMASK_ULL in definition of CLOCKSOURCE_MASKMatthias Kaehlcke2019-02-271-1/+1
* hpet: Make cmd parameter of hpet_ioctl_common() unsignedMatthias Kaehlcke2019-02-271-1/+1
* ARC: define ARCH_SLAB_MINALIGN = 8Alexey Brodkin2019-02-271-0/+11
* ARC: U-boot: check arguments paranoidlyEugeniy Paltsev2019-02-272-27/+64
* ARCv2: Enable unaligned access in early ASM codeEugeniy Paltsev2019-02-271-0/+10
* parisc: Fix ptrace syscall number modificationDmitry V. Levin2019-02-271-8/+21
* net/mlx4_en: Force CHECKSUM_NONE for short ethernet framesSaeed Mahameed2019-02-271-2/+21
* sctp: call gso_reset_checksum when computing checksum in sctp_gso_segmentXin Long2019-02-271-0/+1
* sit: check if IPv6 enabled before calling ip6_err_gen_icmpv6_unreach()Hangbin Liu2019-02-271-1/+2
* team: avoid complex list operations in team_nl_cmd_options_set()Cong Wang2019-02-271-22/+5
* net/packet: fix 4gb buffer limit due to overflow checkKal Conley2019-02-271-1/+1
* batman-adv: fix uninit-value in batadv_interface_tx()Eric Dumazet2019-02-271-0/+2
* KEYS: always initialize keyring_index_key::desc_lenEric Biggers2019-02-274-6/+4
* KEYS: user: Align the payload bufferEric Biggers2019-02-271-1/+1
* RDMA/srp: Rework SCSI device reset handlingBart Van Assche2019-02-271-10/+0
* net: ethernet: stmmac: change dma descriptors to __le32Michael Weiser2019-02-278-182/+196
* isdn: avm: Fix string plus integer warning from ClangNathan Chancellor2019-02-271-1/+1
* net/mlx5e: Fix wrong (zero) TX drop counter indication for representorTariq Toukan2019-02-271-0/+1
* mlxsw: spectrum_switchdev: Do not treat static FDB entries as stickyIdo Schimmel2019-02-271-6/+6
* leds: lp5523: fix a missing check of return value of lp55xx_readKangjie Lu2019-02-271-1/+3
* atm: he: fix sign-extension overflow on large shiftColin Ian King2019-02-271-1/+1
* isdn: i4l: isdn_tty: Fix some concurrency double-free bugsJia-Ju Bai2019-02-271-1/+5
* net: stmmac: Fix PCI module removal leakJose Abreu2019-02-271-0/+10
* MIPS: jazz: fix 64bit buildThomas Bogendoerfer2019-02-271-2/+3
* scsi: isci: initialize shost fully before calling scsi_add_host()Logan Gunthorpe2019-02-271-7/+7
* scsi: qla4xxx: check return code of qla4xxx_copy_from_fwddb_paramYueHaibing2019-02-271-0/+2
* MIPS: ath79: Enable OF serial ports in the default configAlban Bedel2019-02-271-0/+1
* net: hns: Fix use after free identified by SLUB debugYonglong Liu2019-02-271-4/+2
* qed: Fix qed_ll2_post_rx_buffer_notify_fw() by adding a write memory barrierDenis Bolotin2019-02-271-0/+4
* mfd: mc13xxx: Fix a missing check of a register-read failureKangjie Lu2019-02-271-1/+3
* mfd: wm5110: Add missing ASRC rate registerCharles Keepax2019-02-271-0/+2
* mfd: qcom_rpm: write fw_version to CTRL_REGJonathan Marek2019-02-271-0/+4
* mfd: ab8500-core: Return zero in get_register_interruptible()Dan Carpenter2019-02-271-1/+1
* mfd: mt6397: Do not call irq_domain_remove if PMIC unsupportedNicolas Boichat2019-02-271-2/+1
* mfd: db8500-prcmu: Fix some section annotationsNathan Chancellor2019-02-271-2/+2
* mfd: twl-core: Fix section annotations on {,un}protect_pm_masterNathan Chancellor2019-02-271-2/+2
* mfd: ti_am335x_tscadc: Use PLATFORM_DEVID_AUTO while registering mfd cellsVignesh R2019-02-271-2/+3
* KEYS: allow reaching the keys quotas exactlyEric Biggers2019-02-271-2/+2
* proc, oom: do not report alien mms when setting oom_score_adjMichal Hocko2019-02-271-4/+0
* numa: change get_mempolicy() to use nr_node_ids instead of MAX_NUMNODESRalph Campbell2019-02-271-3/+3
* ceph: avoid repeatedly adding inode to mdsc->snap_flush_listYan, Zheng2019-02-271-1/+2
* libceph: handle an empty authorize replyIlya Dryomov2019-02-271-6/+9
* mac80211: Free mpath object when rhashtable insertion failsHerbert Xu2019-02-271-8/+9
* Linux 4.9.160v4.9.160Greg Kroah-Hartman2019-02-231-1/+1
* ax25: fix possible use-after-freeEric Dumazet2019-02-233-13/+22
* mISDN: fix a race in dev_expire_timer()Eric Dumazet2019-02-231-1/+1