summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2015-12-08teach nfs_get_link() to work in RCU modeAl Viro
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro
2015-12-08sock, cgroup: add sock->sk_cgroupTejun Heo
2015-12-08net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a structTejun Heo
2015-12-08Merge branch 'for-4.5-ancestor-test' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller
2015-12-08Revert "Merge branch 'vsock-virtio'"Stefan Hajnoczi
2015-12-09device core: add BUS_NOTIFY_DRIVER_NOT_BOUND notificationAndy Shevchenko
2015-12-08Merge branch 'for-4.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-12-08Merge branch 'for-4.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-12-08Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-12-08mtd: nand: add nand_to_mtd() helperBoris BREZILLON
2015-12-08mtd: nand: embed an mtd_info structure into nand_chipBoris BREZILLON
2015-12-08soc: qcom: Introduce common SMEM state machine codeBjorn Andersson
2015-12-08mlx4: Expose correct max_sge_rd limitSagi Grimberg
2015-12-08workqueue: implement lockup detectorTejun Heo
2015-12-08watchdog: introduce touch_softlockup_watchdog_sched()Tejun Heo
2015-12-08soc: dove: add legacy support to PMU driverRussell King
2015-12-08genirq: Implement irq_percpu_is_enabled()Thomas Petazzoni
2015-12-07nfsd: implement the NFSv4.2 CLONE operationChristoph Hellwig
2015-12-07vfs: pull btrfs clone API to vfs layerChristoph Hellwig
2015-12-07locks: new locks_mandatory_area calling conventionChristoph Hellwig
2015-12-07Merge branches 'doc.2015.12.05a', 'exp.2015.12.07a', 'fixes.2015.12.07a', 'li...Paul E. McKenney
2015-12-07list: Add lockless list traversal primitivesAlexey Kardashevskiy
2015-12-07rcu: Fix comment for rcu_dereference_raw_notraceAlexey Kardashevskiy
2015-12-07rcu: Don't redundantly disable irqs in rcu_irq_{enter,exit}()Paul E. McKenney
2015-12-07rcu: Remove TINY_RCU bloat from pointless boot parametersPaul E. McKenney
2015-12-07Merge branch 'for-4.5-ancestor-test' of git://git.kernel.org/pub/scm/linux/ke...Tejun Heo
2015-12-07qed: fix handling of concurrent ramrods.Tomer Tayar
2015-12-07qed: Fix corner case for chain in-between pagesTomer Tayar
2015-12-07lightnvm: replace req queue with nvmdev for lldMatias Bjørling
2015-12-07lightnvm: comments on constantsMatias Bjørling
2015-12-07libata-eh.c: Introduce new ata port flag for controller which lockup on read ...Andreas Werner
2015-12-07Merge branch 'master' into for-4.4-fixesTejun Heo
2015-12-06core: enable more fine-grained datagram reception controlRainer Weikusat
2015-12-06net/mlx4_core: Keep VLAN/MAC tables mirrored in multifunc HA modeMoni Shoua
2015-12-06net: remove unnecessary semicolon in netdev_alloc_pcpu_stats()Felix Fietkau
2015-12-06tmpfs: listxattr should include POSIX ACL xattrsAndreas Gruenbacher
2015-12-06tmpfs: Use xattr handler infrastructureAndreas Gruenbacher
2015-12-06vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher
2015-12-06posix acls: Remove duplicate xattr name definitionsAndreas Gruenbacher
2015-12-06vfs: Remove vfs_xattr_cmpAndreas Gruenbacher
2015-12-06fs/attr.c: is_sxid can be booleanYaowei Bai
2015-12-06fs/bad_inode.c: is_bad_inode can be booleanYaowei Bai
2015-12-06fs/dcache.c: is_subdir can be booleanYaowei Bai
2015-12-06fs/namespace.c: path_is_under can be booleanYaowei Bai
2015-12-06fs/block_dev.c: make sb_is_blkdev_sb return bool when CONFIG_BLOCK undefinedYaowei Bai
2015-12-06iov_iter: constify {csum_and_,}copy_to_iter()Al Viro
2015-12-07mfd: core: propagate device properties to sub devices driversAndy Shevchenko
2015-12-07driver core: platform: Add support for built-in device propertiesMika Westerberg