summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-07device property: refactor built-in properties supportAndy Shevchenko1-5/+3
2015-12-07component: add support for releasing match dataRussell King1-7/+21
2015-12-07component: remove old add_components methodRussell King1-5/+0
2015-12-06Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-1/+1
2015-12-06tracepoints: Move struct tracepoint to new tracepoint-defs.h headerAndi Kleen2-15/+28
2015-12-06x86/mm: Introduce max_possible_pfnIgor Mammedov1-0/+4
2015-12-06net: constify netif_is_* helpers net_device paramJiri Pirko2-12/+12
2015-12-06WAN: HDLC: Call notifiers before and after changing device typeAndrew Lunn1-1/+1
2015-12-05iio:configfs: Introduce iio/configfs.h to provide a location for the configfs...Jonathan Cameron2-1/+15
2015-12-05dmaengine: Add might_sleep() to dmaengine_synchronize()Lars-Peter Clausen1-0/+2
2015-12-05power: bq27xxx_battery: Reorganize I2C into a moduleAndrew F. Davis1-10/+47
2015-12-05Merge branch 'from-rusty/modules-next' into for-4.5/coreJiri Kosina10-191/+132
2015-12-05module: clean up RO/NX handling.Rusty Russell1-0/+4
2015-12-05module: use a structure to encapsulate layout.Rusty Russell1-35/+29
2015-12-04list: Use WRITE_ONCE() when initializing list_head structuresPaul E. McKenney1-1/+1
2015-12-04list: Introduces generic list_splice_tail_init_rcu()Petko Manolov1-20/+49
2015-12-04rcu: Stop disabling interrupts in scheduler fastpathsPaul E. McKenney1-1/+1
2015-12-04rcu: Add rcu_normal kernel parameter to suppress expeditingPaul E. McKenney1-0/+6
2015-12-04rhashtable: Prevent spurious EBUSY errors on insertionHerbert Xu1-7/+11
2015-12-04Merge tag 'pm+acpi-4.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+3
2015-12-04Revert: "vfio: Include No-IOMMU mode"Alex Williamson1-3/+0
2015-12-04Merge branches 'pm-domains' and 'pm-cpufreq'Rafael J. Wysocki1-0/+1
2015-12-04Merge branches 'acpica', 'acpi-video' and 'device-properties'Rafael J. Wysocki1-2/+2
2015-12-04[media] use https://linuxtv.org for LinuxTV URLsMauro Carvalho Chehab1-1/+1
2015-12-04sched/cputime: Convert vtime_seqlock to seqcountFrederic Weisbecker2-2/+2
2015-12-04sched/cputime: Introduce vtime accounting check for readersFrederic Weisbecker1-1/+12
2015-12-04sched/cputime: Rename vtime_accounting_enabled() to vtime_accounting_cpu_enab...Frederic Weisbecker2-9/+9
2015-12-04sched/cputime: Clarify vtime symbols and document themFrederic Weisbecker1-1/+4
2015-12-04locking, sched: Introduce smp_cond_acquire() and use itPeter Zijlstra1-0/+17
2015-12-04mfd: arizona: Support Cirrus Logic CS47L24 and WM1831Richard Fitzgerald1-0/+3
2015-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller21-202/+131
2015-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-8/+17