summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2015-12-09net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a structTejun Heo1-0/+36
2015-12-09Merge branch 'for-4.5-ancestor-test' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller3-1/+50
2015-12-09Revert "Merge branch 'vsock-virtio'"Stefan Hajnoczi1-209/+0
2015-12-09device core: add BUS_NOTIFY_DRIVER_NOT_BOUND notificationAndy Shevchenko1-0/+1
2015-12-09Merge branch 'for-4.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-34/+26
2015-12-09Merge branch 'for-4.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2015-12-09Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-6/+8
2015-12-08mtd: nand: add nand_to_mtd() helperBoris BREZILLON1-0/+5
2015-12-08mtd: nand: embed an mtd_info structure into nand_chipBoris BREZILLON1-0/+2
2015-12-08soc: qcom: Introduce common SMEM state machine codeBjorn Andersson1-0/+18
2015-12-08mlx4: Expose correct max_sge_rd limitSagi Grimberg1-0/+11
2015-12-08workqueue: implement lockup detectorTejun Heo1-0/+6
2015-12-08watchdog: introduce touch_softlockup_watchdog_sched()Tejun Heo1-0/+4
2015-12-08soc: dove: add legacy support to PMU driverRussell King1-0/+19
2015-12-08genirq: Implement irq_percpu_is_enabled()Thomas Petazzoni1-0/+1
2015-12-08nfsd: implement the NFSv4.2 CLONE operationChristoph Hellwig1-2/+2
2015-12-08vfs: pull btrfs clone API to vfs layerChristoph Hellwig1-1/+6
2015-12-08locks: new locks_mandatory_area calling conventionChristoph Hellwig1-16/+14
2015-12-08Merge branches 'doc.2015.12.05a', 'exp.2015.12.07a', 'fixes.2015.12.07a', 'li...Paul E. McKenney8-36/+124
2015-12-08list: Add lockless list traversal primitivesAlexey Kardashevskiy1-0/+36
2015-12-08rcu: Fix comment for rcu_dereference_raw_notraceAlexey Kardashevskiy1-1/+1
2015-12-08rcu: Don't redundantly disable irqs in rcu_irq_{enter,exit}()Paul E. McKenney4-4/+14
2015-12-08rcu: Remove TINY_RCU bloat from pointless boot parametersPaul E. McKenney1-1/+8
2015-12-08Merge branch 'for-4.5-ancestor-test' of git://git.kernel.org/pub/scm/linux/ke...Tejun Heo3-1/+50
2015-12-07qed: fix handling of concurrent ramrods.Tomer Tayar1-0/+2
2015-12-07qed: Fix corner case for chain in-between pagesTomer Tayar1-1/+2
2015-12-07lightnvm: replace req queue with nvmdev for lldMatias Bjørling1-7/+7
2015-12-07lightnvm: comments on constantsMatias Bjørling1-0/+7
2015-12-07libata-eh.c: Introduce new ata port flag for controller which lockup on read ...Andreas Werner1-0/+1
2015-12-07Merge branch 'master' into for-4.4-fixesTejun Heo27-233/+179
2015-12-07core: enable more fine-grained datagram reception controlRainer Weikusat1-0/+6
2015-12-07net/mlx4_core: Keep VLAN/MAC tables mirrored in multifunc HA modeMoni Shoua1-0/+5
2015-12-07net: remove unnecessary semicolon in netdev_alloc_pcpu_stats()Felix Fietkau1-1/+1
2015-12-07tmpfs: listxattr should include POSIX ACL xattrsAndreas Gruenbacher1-1/+2
2015-12-07tmpfs: Use xattr handler infrastructureAndreas Gruenbacher1-3/+1
2015-12-07vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher1-0/+11
2015-12-07posix acls: Remove duplicate xattr name definitionsAndreas Gruenbacher1-5/+1
2015-12-07vfs: Remove vfs_xattr_cmpAndreas Gruenbacher1-2/+0
2015-12-07fs/attr.c: is_sxid can be booleanYaowei Bai1-1/+1
2015-12-07fs/bad_inode.c: is_bad_inode can be booleanYaowei Bai1-1/+1
2015-12-07fs/dcache.c: is_subdir can be booleanYaowei Bai1-1/+1
2015-12-07fs/namespace.c: path_is_under can be booleanYaowei Bai1-1/+1
2015-12-07fs/block_dev.c: make sb_is_blkdev_sb return bool when CONFIG_BLOCK undefinedYaowei Bai1-2/+2
2015-12-07iov_iter: constify {csum_and_,}copy_to_iter()Al Viro1-2/+2
2015-12-07mfd: core: propagate device properties to sub devices driversAndy Shevchenko1-0/+5
2015-12-07driver core: platform: Add support for built-in device propertiesMika Westerberg1-0/+5
2015-12-07device property: Take a copy of the property setMika Westerberg1-1/+2
2015-12-07device property: improve readability of macrosAndy Shevchenko1-2/+2
2015-12-07device property: helper macros for property entry creationHeikki Krogerus1-0/+55
2015-12-07device property: keep single value inplaceAndy Shevchenko1-8/+23