summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfio-for-v3.6' of git://github.com/awilliam/linux-vfioLinus Torvalds2012-07-311-0/+445
|\
| * vfio: Add PCI device driverAlex Williamson2012-07-311-0/+26
| * vfio: Type1 IOMMU implementationAlex Williamson2012-07-311-1/+53
| * vfio: VFIO coreAlex Williamson2012-07-311-0/+367
* | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-07-313-6/+3
|\ \
| * | random: final removal of IRQF_SAMPLE_RANDOMTheodore Ts'o2012-07-191-2/+0
| * | random: remove rand_initialize_irq()Theodore Ts'o2012-07-192-3/+0
| * | random: add new get_random_bytes_arch() functionTheodore Ts'o2012-07-141-0/+1
| * | random: create add_device_randomness() interfaceLinus Torvalds2012-07-141-0/+1
| * | random: make 'add_interrupt_randomness()' do something saneTheodore Ts'o2012-07-141-1/+1
* | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-07-311-10/+37
|\ \ \
| * | | [media] v4l2: Add rangelow and rangehigh fields to the v4l2_hw_freq_seek structHans de Goede2012-07-301-1/+4
| * | | [media] videodev2.h: add VIDIOC_ENUM_FREQ_BANDSHans Verkuil2012-07-301-10/+30
| * | | [media] V4L: Add capability flags for memory-to-memory devicesSylwester Nawrocki2012-07-301-0/+4
* | | | Merge tag 'nfs-for-3.6-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-07-314-8/+16
|\ \ \ \
| * | | | NFS: Convert v4 into a moduleBryan Schumaker2012-07-304-8/+8
| * | | | NFS: Only initialize the ACL client in the v3 caseBryan Schumaker2012-07-301-0/+3
| * | | | NFS: Create a try_mount rpc opBryan Schumaker2012-07-301-0/+4
| * | | | NFS: Add version registering frameworkBryan Schumaker2012-07-301-0/+1
* | | | | Merge tag 'for-v3.6' of git://git.infradead.org/battery-2.6Linus Torvalds2012-07-315-2/+82
|\ \ \ \ \
| * | | | | thermal: Constify 'type' argument for the registration routineAnton Vorontsov2012-07-311-1/+1
| * | | | | Merge with upstream to accommodate with thermal changesAnton Vorontsov2012-07-3136-70/+154
| |\ \ \ \ \
| * | | | | | lp8727_charger: Move header file into platform_data directoryKim, Milo2012-07-141-0/+0
| * | | | | | power_supply: Add min/max alert properties for CAPACITY, TEMP, TEMP_AMBIENTRamakrishna Pallala2012-07-131-0/+6
| * | | | | | charger-manager: Set current limit of regulator for over current protectionChanwoo Choi2012-07-131-0/+8
| * | | | | | charger-manager: Use EXTCON Subsystem to detect charger cables for chargingChanwoo Choi2012-07-131-1/+58
| * | | | | | twl4030_charger: Add backup-battery chargingNeilBrown2012-06-191-0/+2
| * | | | | | power_supply: Add constant charge_current and charge_voltage propertiesRamakrishna Pallala2012-06-191-0/+4
| * | | | | | power_supply: Register battery as a thermal zoneJenny TC2012-06-171-0/+3
* | | | | | | Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-07-314-13/+34
|\ \ \ \ \ \ \
| * | | | | | | LockD: pass actual network namespace to grace period management functionsStanislav Kinsbursky2012-07-272-4/+5
| * | | | | | | SUNRPC: service request network namespace helper introducedStanislav Kinsbursky2012-07-271-0/+2
| * | | | | | | LockD: mark host per network namespace on garbage collectStanislav Kinsbursky2012-07-271-1/+1
| * | | | | | | nfsd: add get_uint for u32'sJ. Bruce Fields2012-07-251-0/+16
| * | | | | | | sunrpc/cache.h: replace simple_strtoulEldad Zack2012-07-111-5/+1
| * | | | | | | sunrpc/cache.h: fix coding styleEldad Zack2012-07-111-4/+10
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-07-318-60/+113
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | libceph: clean up con flagsSage Weil2012-07-301-10/+0
| * | | | | | | libceph: replace connection state bits with statesSage Weil2012-07-301-12/+0
| * | | | | | | ceph: define snap counts as u32 everywhereAlex Elder2012-07-301-1/+1
| * | | | | | | libceph: support crush tunablesSage Weil2012-07-302-1/+12
| * | | | | | | libceph: move feature bits to separate headerSage Weil2012-07-303-20/+24
| * | | | | | | libceph: define ceph_extract_encoded_string()Alex Elder2012-07-301-0/+47
| * | | | | | | libceph: fix off-by-one bug in ceph_encode_filepath()Alex Elder2012-07-301-1/+1
| * | | | | | | libceph: prevent the race of incoming work during teardownGuanjun He2012-07-301-0/+1
| * | | | | | | libceph: fix messenger retrySage Weil2012-07-301-10/+2
| * | | | | | | libceph: initialize msgpool message typesSage Weil2012-07-301-1/+2
| * | | | | | | libceph: set peer name on con_open, not initSage Weil2012-07-051-2/+2
| * | | | | | | libceph: drop declaration of ceph_con_get()Alex Elder2012-07-051-2/+0
| * | | | | | | libceph: define and use an explicit CONNECTED stateAlex Elder2012-07-051-0/+1