summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-04Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+1
2015-12-04livepatch: add sympos as disambiguator field to klp_relocChris J Arges1-3/+2
2015-12-04livepatch: add old_sympos as disambiguator field to klp_funcChris J Arges1-9/+10
2015-12-03VSOCK: Introduce virtio-vsock-common.koAsias He1-0/+209
2015-12-03pci_ids: add Netronome Systems vendorJakub Kicinski1-0/+2
2015-12-03iio: core: Introduce IIO software triggersDaniel Baluta1-0/+71
2015-12-03Merge branch 'mkp-fixes' into fixesJames Bottomley1-1/+1
2015-12-03net/mlx5: E-Switch, Introduce HCA cap and E-Switch vport contextSaeed Mahameed2-0/+99
2015-12-03net/mlx5: E-Switch, Add SR-IOV (FDB) supportSaeed Mahameed3-3/+19
2015-12-03net/mlx5: E-Switch, Introduce FDB hardware capabilitiesSaeed Mahameed2-0/+28
2015-12-03net/mlx5: Introducing E-Switch and l2 tableSaeed Mahameed2-0/+12
2015-12-03net/mlx5: Introduce access functions to modify/query vport vlansSaeed Mahameed2-0/+14
2015-12-03net/mlx5: Introduce access functions to modify/query vport promisc modeSaeed Mahameed2-5/+32
2015-12-03net/mlx5: Introduce access functions to modify/query vport stateSaeed Mahameed2-1/+6
2015-12-03net/mlx5: Introduce access functions to modify/query vport mac listsSaeed Mahameed2-0/+16
2015-12-03net/mlx5: Update access functions to Query/Modify vport MAC addressSaeed Mahameed1-1/+4
2015-12-03net/mlx5: Add HW capabilities and structs for SR-IOV E-SwitchSaeed Mahameed1-11/+15
2015-12-03net/mlx5_core: Add base sriov supportEli Cohen2-1/+27