summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-01-2123-222/+964
|\
| * i2c: s3c2410: fix quirk usage for 64-bitPankaj Dubey2014-01-161-3/+3
| * i2c: pnx: Use devm_*() functionsJingoo Han2014-01-162-52/+13
| * i2c: at91: add a new compatibility string for the at91sam9261jean-jacques hiblot2014-01-161-0/+3
| * i2c-ismt: support I2C_SMBUS_I2C_BLOCK_DATA transaction typerobert.valiquette@intel.com2014-01-131-0/+37
| * i2c: Add bus driver for for OSIF USB i2c device.Andrew Lunn2014-01-133-0/+213
| * i2c: i2c-tiny-usb: Remove RobotFuzz USB vendor:product IDAndrew Lunn2014-01-131-1/+0
| * i2c: designware: remove HAVE_CLK build dependecyBaruch Siach2014-01-132-2/+0
| * Documentation: i2c: Remove obsolete exampleHelia Correia2014-01-091-3/+0
| * i2c: nomadik: remove platform data headerLinus Walleij2014-01-092-35/+23
| * i2c: nomadik: auto-calculate slave setup timeLinus Walleij2014-01-092-17/+28
| * i2c: viperboard: remove superfluous assignmentWolfram Sang2014-01-091-3/+1
| * i2c: xilinx: Use devm_* functionsKedareswara rao Appana2014-01-041-50/+15
| * i2c: xilinx: Do not enable irq before irq handlerMichal Simek2014-01-041-2/+2
| * i2c: xilinx: Fix i2c checkpatch warningsKedareswara rao Appana2014-01-041-9/+11
| * i2c: at91: document clock propertiesBoris BREZILLON2014-01-041-0/+2
| * i2c: isch: Use devm_request_region()Jingoo Han2014-01-041-5/+2
| * i2c: viperboard: Use devm_kzalloc() functionsJingoo Han2014-01-041-9/+3
| * i2c: imx: propagate irq error code in probeWolfram Sang2014-01-031-1/+1
| * i2c: s3c2410: dont need CPU_FREQ transitions for exynos seriesNaveen Krishna Ch2014-01-031-2/+2
| * i2c: s3c2410: Add polling mode supportVasanth Ananthan2014-01-032-10/+58
| * i2c: shmobile/rcar: Restrict non-COMPILE_TEST compilationLaurent Pinchart2014-01-031-2/+2
| * i2c: pca954x: Add reset GPIO supportLaurent Pinchart2014-01-032-0/+23
| * i2c: pca954x: Add device tree bindings documentationLaurent Pinchart2014-01-031-0/+46
| * i2c: pca954x: Use devm_kzalloc managed allocatorLaurent Pinchart2014-01-031-12/+6
| * i2c: pca954x: Sort headers alphabeticallyLaurent Pinchart2014-01-031-4/+3
| * i2c: riic: add driverWolfram Sang2014-01-024-0/+467
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2014-01-2130-1041/+1007
|\ \
| * \ Merge branch 'master' of git://git.infradead.org/users/pcmoore/selinux into nextJames Morris2014-01-081-1/+13
| |\ \
| | * | SELinux: Fix memory leak upon loading policyTetsuo Handa2014-01-071-1/+13
| * | | Merge branch 'master' of git://git.infradead.org/users/pcmoore/selinux into nextJames Morris2014-01-067-39/+164
| |\| |
| | * | selinux: selinux_setprocattr()->ptrace_parent() needs rcu_read_lock()Oleg Nesterov2013-12-161-2/+2
| | * | SELinux: remove duplicated include from hooks.cWei Yongjun2013-12-161-1/+0
| | * | selinux: revert 102aefdda4d8275ce7d7100bc16c88c74272b260Paul Moore2013-12-132-60/+22
| | * | selinux: fix broken peer recv checkChad Hanson2013-12-111-1/+3
| | * | selinux: process labeled IPsec TCP SYN-ACK packets properly in selinux_ip_pos...Paul Moore2013-12-101-7/+35
| | * | selinux: look for IPsec labels on both inbound and outbound packetsPaul Moore2013-12-093-14/+47
| | * | selinux: pull address family directly from the request_sock structPaul Moore2013-12-041-5/+1
| | * | selinux: ensure that the cached NetLabel secattr matches the desired SIDPaul Moore2013-12-041-1/+30
| | * | selinux: handle TCP SYN-ACK packets correctly in selinux_ip_postroute()Paul Moore2013-12-041-15/+53
| | * | selinux: handle TCP SYN-ACK packets correctly in selinux_ip_output()Paul Moore2013-12-041-2/+23
| | * | selinux: fix possible memory leakGeyslan G. Bem2013-11-251-4/+7
| | * | SELinux: security_load_policy: Silence frame-larger-than warningTim Gardner2013-11-191-22/+32
| | * | SELinux: Update policy version to support constraints infoRichard Haines2013-11-194-10/+101
| | * | Merge tag 'v3.12'Paul Moore2013-11-088566-245203/+568799
| | |\ \
| * | | | tpm/tpm-sysfs: active_show() can be staticFengguang Wu2014-01-061-1/+1
| * | | | tpm: tpm_tis: Fix compile problems with CONFIG_PM_SLEEP/CONFIG_PNPJason Gunthorpe2014-01-061-5/+1
| * | | | tpm: Make tpm-dev allocate a per-file structureJason Gunthorpe2014-01-062-50/+57
| * | | | tpm: Use the ops structure instead of a copy in tpm_vendor_specificJason Gunthorpe2014-01-064-33/+16
| * | | | tpm: Create a tpm_class_ops structure and use it in the driversJason Gunthorpe2014-01-0613-15/+33