summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-10-08Merge branch 'perf/urgent' into perf/core, before pulling new changesIngo Molnar18-37/+127
2015-10-08Bluetooth: Add debugfs entry for setting vendor diagnostic modeMarcel Holtmann2-0/+2
2015-10-08Bluetooth: Add support for vendor specific diagnostic channelMarcel Holtmann3-0/+3
2015-10-08Bluetooth: Send index information updates to monitor channelMarcel Holtmann1-0/+7
2015-10-08Merge branches 'doc.2015.10.06a', 'percpu-rwsem.2015.10.06a' and 'torture.201...Paul E. McKenney2-1/+88
2015-10-08Merge branches 'fixes.2015.10.06a' and 'exp.2015.10.07a' into HEADPaul E. McKenney2-6/+6
2015-10-08cpu: Remove try_get_online_cpus()Paul E. McKenney1-2/+0
2015-10-08platform/chrome: Support reading/writing the vboot contextEmilio López1-0/+1
2015-10-08sysfs: Support is_visible() on binary attributesEmilio López1-4/+14
2015-10-07add FPGA manager coreAlan Tull1-0/+127
2015-10-07coresight: fixing typographical errorMathieu Poirier1-1/+1
2015-10-07drm: Stop using drm_vblank_count() as the hw frame counterVille Syrjälä1-0/+1
2015-10-07ASoC: da7213: Add support to handle mclk data provided to driverAdam Thomson1-3/+0
2015-10-07drm/i915: add kerneldoc for i915_audio_componentLibin Yang1-27/+38
2015-10-07Merge remote-tracking branch 'takashi/topic/drm-sync-audio-rate' into drm-int...Daniel Vetter1-0/+17
2015-10-07openvswitch: Change CT_ATTR_FLAGS to CT_ATTR_COMMITJoe Stringer1-10/+4
2015-10-07openvswitch: Extend ct_state match field to 32 bitsJoe Stringer1-4/+4
2015-10-07openvswitch: Fix typos in CT headersJoe Stringer1-2/+2
2015-10-07bridge: netlink: add support for port's multicast_router attributeNikolay Aleksandrov1-0/+1
2015-10-07bridge: netlink: allow to flush port's fdbNikolay Aleksandrov1-0/+1
2015-10-07bridge: netlink: export port's timer valuesNikolay Aleksandrov1-0/+3
2015-10-07bridge: netlink: export port's topology_change_ack and config_pendingNikolay Aleksandrov1-0/+2
2015-10-07bridge: netlink: export port's id and numberNikolay Aleksandrov1-0/+2
2015-10-07bridge: netlink: export port's designated cost and portNikolay Aleksandrov1-0/+2
2015-10-07bridge: netlink: export port's bridge idNikolay Aleksandrov1-0/+1
2015-10-07bridge: netlink: export port's root idNikolay Aleksandrov1-0/+1
2015-10-07Merge tag 'mac80211-next-for-davem-2015-10-05' of git://git.kernel.org/pub/sc...David S. Miller3-5/+42
2015-10-07net: Add source address lookup op for VRFDavid Ahern2-3/+31
2015-10-07net: Refactor path selection in __ip_route_output_key_hashDavid Ahern1-0/+2
2015-10-07net: Add netif_is_l3_slaveDavid Ahern1-0/+7
2015-10-07net: Rename FLOWI_FLAG_VRFSRC to FLOWI_FLAG_L3MDEV_SRCDavid Ahern2-2/+2
2015-10-07ASoC: rsnd: Remove obsolete platform data supportGeert Uytterhoeven1-117/+0
2015-10-07openvswitch: netlink attributes for IPv6 tunnelingJiri Benc1-0/+2
2015-10-06PCI: Add builtin_pci_driver() to avoid registration boilerplatePaul Gortmaker1-0/+11
2015-10-06rcu_sync: Cleanup the CONFIG_PROVE_RCU checksOleg Nesterov1-4/+3
2015-10-06locking/percpu-rwsem: Make use of the rcu_sync infrastructureOleg Nesterov1-1/+2
2015-10-06rcu_sync: Introduce rcu_sync_dtor()Oleg Nesterov1-0/+1
2015-10-06rcu_sync: Add CONFIG_PROVE_RCU checksOleg Nesterov1-0/+6
2015-10-06rcu_sync: Simplify rcu_sync using new rcu_sync_ops structureOleg Nesterov1-37/+23
2015-10-06rcu: Create rcu_sync infrastructureOleg Nesterov1-0/+94
2015-10-06rculist: Use WRITE_ONCE() when deleting from reader-visible listPaul E. McKenney3-5/+8
2015-10-06rcu: Remove deprecated rcu_lockdep_assert()Paul E. McKenney1-21/+0
2015-10-06rculist: Make list_entry_rcu() use lockless_dereference()Patrick Marlier1-4/+1
2015-10-06rcu: Add rcu_pointer_handoff()Paul E. McKenney1-0/+22
2015-10-06rcu: Move preemption disabling out of __srcu_read_lock()Paul E. McKenney1-1/+4
2015-10-06rcu: Don't disable preemption for Tiny and Tree RCU readersBoqun Feng2-2/+5
2015-10-06rcu: Use rcu_callback_t in call_rcu*() and friendsBoqun Feng3-7/+7
2015-10-06locking/rwsem: Use acquire/release semanticsDavidlohr Bueso1-7/+14
2015-10-06locking/mutex: Use acquire/release semanticsDavidlohr Bueso2-9/+9
2015-10-06locking/asm-generic: Add _{relaxed|acquire|release}() variants for inc/dec at...Davidlohr Bueso2-12/+114