summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2015-12-10netfilter: nfnetlink: avoid recurrent netns lookups in call_batchPablo Neira Ayuso1-1/+1
2015-12-10Merge branch 'fix/edma' into fixesVinod Koul1-1/+1
2015-12-10dmaengine: edma: DT: Change memcpy channel array from 16bit to 32bit typePeter Ujfalusi1-1/+1
2015-12-10Merge tag 'vfio-v4.4-rc5' of git://github.com/awilliam/linux-vfioLinus Torvalds1-3/+0
2015-12-10Merge tag 'devicetree-fixes-for-4.4-rc4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-7/+12
2015-12-09bitops.h: correctly handle rol32 with 0 byte shiftSasha Levin1-1/+1
2015-12-09of/irq: move of_msi_map_rid declaration to the correct ifdef sectionRob Herring1-7/+6
2015-12-09of/irq: Export of_irq_find_parent againCarlo Caione1-0/+6
2015-12-09teach nfs_get_link() to work in RCU modeAl Viro1-0/+1
2015-12-09replace ->follow_link() with new method that could stay in RCU modeAl Viro1-3/+3
2015-12-09don't put symlink bodies in pagecache into highmemAl Viro1-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-08mlx4: Expose correct max_sge_rd limitSagi Grimberg1-0/+11
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-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-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-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-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-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-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-8/+17