summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-17pipe: fix off-by-one error when checking buffer limitsEric Biggers
2018-02-17pipe: actually allow root to exceed the pipe buffer limitsEric Biggers
2018-02-17kernel/relay.c: revert "kernel/relay.c: fix potential memory leak"Eric Biggers
2018-02-17kernel/async.c: revert "async: simplify lowest_in_progress()"Rasmus Villemoes
2018-02-17fs/proc/kcore.c: use probe_kernel_read() instead of memcpy()Heiko Carstens
2018-02-17media: cxusb, dib0700: ignore XC2028_I2C_FLUSHMauro Carvalho Chehab
2018-02-17media: ts2020: avoid integer overflows on 32 bit machinesMauro Carvalho Chehab
2018-02-17media: dvb-frontends: fix i2c access helpers for KASANArnd Bergmann
2018-02-17watchdog: imx2_wdt: restore previous timeout after suspend+resumeMartin Kaiser
2018-02-17ASoC: skl: Fix kernel warning due to zero NHTL entryTakashi Iwai
2018-02-17ASoC: rockchip: i2s: fix playback after runtime resumeJohn Keeping
2018-02-17KVM: arm/arm64: Handle CPU_PM_ENTER_FAILEDJames Morse
2018-02-17KVM: nVMX: Fix races when sending nested PI while dest enters/leaves L2Liran Alon
2018-02-17arm: KVM: Fix SMCCC handling of unimplemented SMC/HVC callsMarc Zyngier
2018-02-17crypto: sha512-mb - initialize pending lengths correctlyEric Biggers
2018-02-17crypto: caam - fix endless loop when DECO acquire failsHoria Geantă
2018-02-17media: v4l2-compat-ioctl32.c: refactor compat ioctl32 logicDaniel Mentz
2018-02-17media: v4l2-compat-ioctl32.c: don't copy back the result for certain errorsHans Verkuil
2018-02-17media: v4l2-compat-ioctl32.c: drop pr_info for unknown buffer typeHans Verkuil
2018-02-17media: v4l2-compat-ioctl32.c: copy clip list in put_v4l2_window32Hans Verkuil
2018-02-17media: v4l2-compat-ioctl32: Copy v4l2_window->global_alphaDaniel Mentz
2018-02-17media: v4l2-compat-ioctl32.c: make ctrl_is_pointer work for subdevsHans Verkuil
2018-02-17media: v4l2-compat-ioctl32.c: fix ctrl_is_pointerHans Verkuil
2018-02-17media: v4l2-compat-ioctl32.c: copy m.userptr in put_v4l2_plane32Hans Verkuil
2018-02-17media: v4l2-compat-ioctl32.c: avoid sizeof(type)Hans Verkuil
2018-02-17media: v4l2-compat-ioctl32.c: move 'helper' functions to __get/put_v4l2_format32Hans Verkuil
2018-02-17media: v4l2-compat-ioctl32.c: fix the indentationHans Verkuil
2018-02-17media: v4l2-compat-ioctl32.c: add missing VIDIOC_PREPARE_BUFHans Verkuil
2018-02-17media: v4l2-ioctl.c: don't copy back the result for -ENOTTYHans Verkuil
2018-02-17nsfs: mark dentry with DCACHE_RCUACCESSCong Wang
2018-02-17crypto: poly1305 - remove ->setkey() methodEric Biggers
2018-02-17crypto: mcryptd - pass through absence of ->setkey()Eric Biggers
2018-02-17crypto: cryptd - pass through absence of ->setkey()Eric Biggers
2018-02-17crypto: hash - introduce crypto_hash_alg_has_setkey()Eric Biggers
2018-02-17ahci: Add Intel Cannon Lake PCH-H PCI IDMika Westerberg
2018-02-17ahci: Add PCI ids for Intel Bay Trail, Cherry Trail and Apollo Lake AHCIHans de Goede
2018-02-17ahci: Annotate PCI ids for mobile Intel chipsets as suchHans de Goede
2018-02-17kernfs: fix regression in kernfs_fop_write caused by wrong typeIvan Vecera
2018-02-17NFS: Fix a race between mmap() and O_DIRECTTrond Myklebust
2018-02-17NFS: reject request for id_legacy key without auxdataEric Biggers
2018-02-17NFS: commit direct writes even if they fail partiallyJ. Bruce Fields
2018-02-17NFS: Add a cond_resched() to nfs_commit_release_pages()Trond Myklebust
2018-02-17nfs/pnfs: fix nfs_direct_req ref leak when i/o falls back to the mdsScott Mayhew
2018-02-17ubifs: Massage assert in ubifs_xattr_set() wrt. init_xattrsXiaolei Li
2018-02-17ubi: block: Fix locking for idr_alloc/idr_removeBradley Bolen
2018-02-17ubi: fastmap: Erase outdated anchor PEBs during attachSascha Hauer
2018-02-17mtd: nand: sunxi: Fix ECC strength choiceMiquel Raynal
2018-02-17mtd: nand: Fix nand_do_read_oob() return valueMiquel Raynal
2018-02-17mtd: nand: brcmnand: Disable prefetch by defaultKamal Dasu
2018-02-17mtd: cfi: convert inline functions to macrosArnd Bergmann