summaryrefslogtreecommitdiffstats
path: root/mm/page_io.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-11-16clk: berlin: Pass correct type to hw provider registrationStephen Boyd2-2/+2
2016-11-02clk: mmp: pxa910: fix return value check in pxa910_clk_init()Wei Yongjun1-2/+2
2016-11-02clk: mmp: pxa168: fix return value check in pxa168_clk_init()Wei Yongjun1-1/+1
2016-11-02clk: mmp: mmp2: fix return value check in mmp2_clk_init()Wei Yongjun1-1/+1
2016-11-02clk: qoriq: Don't allow CPU clocks higher than starting valueScott Wood1-5/+8
2016-11-02clk: imx: fix integer overflow in AV PLL round rateEmil Lundmark1-2/+6
2016-10-28clk: xgene: Don't call __pa on ioremaped addressLaura Abbott1-6/+4
2016-10-28clk/samsung: Use CLK_OF_DECLARE_DRIVER initialization method for CLKOUTMarek Szyprowski1-8/+14
2016-10-21clk: at91: Fix a return value in case of errorChristophe JAILLET1-1/+1
2016-10-19clk: uniphier: rename MIO clock to SD clock for Pro5, PXs2, LD20 SoCsMasahiro Yamada4-17/+17
2016-10-19clk: uniphier: fix memory overrun bugMasahiro Yamada1-1/+1
2016-10-18clk: hi6220: use CLK_OF_DECLARE_DRIVER for sysctrl and mediactrl clock initShawn Guo1-2/+2
2016-10-18clk: mvebu: armada-37xx-periph: Fix the clock gate flagGregory CLEMENT1-0/+1
2016-10-18clk: bcm2835: Clamp the PLL's requested rate to the hardware limits.Eric Anholt1-7/+4
2016-10-18clk: max77686: fix number of clocks setup for clk_hw based registrationJavier Martinez Canillas1-0/+1
2016-10-18clk: mvebu: armada-37xx-periph: Fix the clock provider registrationGregory CLEMENT1-5/+5
2016-10-18clk: core: add __init decoration for CLK_OF_DECLARE_DRIVER functionShawn Guo1-1/+1
2016-10-18clk: mediatek: Add hardware dependencyJean Delvare1-0/+2
2016-10-18clk: samsung: clk-exynos-audss: Fix module autoloadJavier Martinez Canillas1-0/+1
2016-10-18clk: uniphier: fix type of variable passed to regmap_read()Masahiro Yamada1-1/+1
2016-10-18clk: uniphier: add system clock support for sLD3 SoCMasahiro Yamada1-0/+4
2016-10-16clk: rockchip: don't return NULL when failing to register ddrclk branchShawn Lin1-4/+1
2016-10-15Linux 4.9-rc1v4.9-rc1Linus Torvalds1-2/+2
2016-10-15score: traps: Add missing include file to fix build errorGuenter Roeck1-0/+1
2016-10-15fs/super.c: don't fool lockdep in freeze_super() and thaw_super() pathsOleg Nesterov1-12/+25
2016-10-15fs/super.c: fix race between freeze_super() and thaw_super()Oleg Nesterov1-3/+3
2016-10-15overlayfs: Fix setting IOP_XATTR flagVivek Goyal1-5/+6
2016-10-15iov_iter: kernel-doc import_iovec() and rw_copy_check_uvector()Vegard Nossum2-0/+51
2016-10-14CIFS: Retrieve uid and gid from special sid if enabledSteve French1-0/+123
2016-10-14CIFS: Add new mount option to set owner uid and gid from special sids in aclSteve French4-1/+11
2016-10-14qedr: Add events support and register IB deviceRam Amrani3-2/+158
2016-10-14qedr: Add GSI supportRam Amrani7-1/+706
2016-10-14qedr: Add LL2 RoCE interfaceRam Amrani2-2/+34
2016-10-14qedr: Add support for data pathRam Amrani5-1/+1614
2016-10-14qedr: Add support for memory registeration verbsRam Amrani4-1/+425
2016-10-14qedr: Add support for QP verbsRam Amrani7-1/+1320
2016-10-14qedr: Add support for PD,PKEY and CQ verbsRam Amrani6-1/+777
2016-10-14qedr: Add support for user context verbsRam Amrani6-1/+622
2016-10-14qedr: Add support for RoCE HW initRam Amrani4-2/+691
2016-10-14qedr: Add RoCE driver frameworkRam Amrani8-11/+331
2016-10-14pkeys: Remove easily triggered WARNDave Jones1-1/+0
2016-10-14MIPS: Wire up new pkey_{mprotect,alloc,free} syscallsRalf Baechle5-6/+28
2016-10-14ovl: use vfs_get_link()Miklos Szeredi2-49/+7
2016-10-14vfs: add vfs_get_link() helperMiklos Szeredi2-0/+26
2016-10-14ovl: use generic_readlinkMiklos Szeredi1-20/+1
2016-10-14ovl: explain error values when removing acl from workdirMiklos Szeredi1-0/+13
2016-10-14CIFS: Reset read oplock to NONE if we have mandatory locks after reopenPavel Shilovsky1-0/+9
2016-10-14CIFS: Fix persistent handles re-opening on reconnectPavel Shilovsky2-5/+18
2016-10-14SMB2: Separate RawNTLMSSP authentication from SMB2_sess_setupSachin Prabhu1-199/+162
2016-10-14SMB2: Separate Kerberos authentication from SMB2_sess_setupSachin Prabhu1-46/+230