summaryrefslogtreecommitdiffstats
path: root/kernel/audit_tree.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-06-10i2c: busses: xgene-slimpro: fix incorrect __init declation for probeFeng Kan1-1/+1
2015-06-10i2c: davinci: Avoid sending to own addressAlexander Sverdlin1-3/+8
2015-06-10i2c: davinci: Refactor i2c_davinci_wait_bus_not_busy()Alexander Sverdlin1-23/+19
2015-06-10i2c: brcmstb: Add Broadcom settop SoC i2c controller driverKamal Dasu4-0/+733
2015-06-10i2c: at91: add support to FIFOsCyrille Pitchen1-17/+130
2015-06-10i2c: at91: print hardware versionCyrille Pitchen1-1/+4
2015-06-10i2c: at91: add support for new alternative command modeCyrille Pitchen1-20/+101
2015-06-10i2c: at91: update documentation for DT bindingsCyrille Pitchen1-2/+28
2015-06-10i2c: at91: use BIT() macro to define register bitsCyrille Pitchen1-14/+15
2015-06-10i2c: at91: fix a race condition when using the DMA controllerCyrille Pitchen1-17/+53
2015-06-02i2c: iproc: Add suspend/resume supportRay Jui1-0/+57
2015-06-02i2c: designware: Avoid unnecessary resuming during system suspendJisheng Zhang1-4/+28
2015-06-02i2c: axxia: Add bus recovery functionalityAlexander Sverdlin1-0/+41
2015-06-02i2c: core: Reduce stack size of acpi_i2c_space_handler()Jarkko Nikula1-16/+21
2015-06-01i2c: smbus: fix typo in commetShailendra Verma1-1/+1
2015-06-01i2c: algo-pca: fix typo in commentShailendra Verma1-1/+1
2015-06-01i2c: core: fix typo in commentShailendra Verma1-1/+1
2015-06-01I2C: mediatek: Add driver for MediaTek MT8173 I2C controllerEddie Huang1-29/+74
2015-06-01I2C: mediatek: Add driver for MediaTek I2C controllerXudong Chen4-0/+737
2015-06-01i2c: check for proper length of the reg propertyWolfram Sang1-1/+1
2015-06-01i2c: slave: add error messages to slave coreWolfram Sang1-5/+17
2015-06-01i2c: slave: docs: be more precise about the prerequsitesWolfram Sang1-10/+15
2015-06-01i2c: rcar: report slave capabilities to usersWolfram Sang1-1/+2
2015-06-01i2c: add FUNC flag for slave capabilitiesWolfram Sang1-0/+1
2015-05-12i2c: add SLIMpro I2C device driver on APM X-Gene platformFeng Kan4-0/+494
2015-05-12i2c: omap: implement bus recoveryFelipe Balbi1-4/+65
2015-05-12i2c: constify platform_device_idKrzysztof Kozlowski4-4/+4
2015-05-12i2c: omap: Add calls for pinctrl state selectPascal Huerst1-0/+5
2015-05-12i2c: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven2-4/+5
2015-05-12i2c: xiic: Fix kerneldoc warningsShubhrajyoti Datta1-0/+1
2015-05-12i2c: rk3x: Increase wait timeout to 1 secondDoug Anderson1-1/+1
2015-05-04Linux 4.1-rc2v4.1-rc2Linus Torvalds1-1/+1
2015-05-03ext4: fix growing of tiny filesystemsJan Kara1-2/+5
2015-05-03ext4: move check under lock scope to close a race.Davide Italiano1-7/+8
2015-05-03ext4: fix data corruption caused by unwritten and delayed extentsLukas Czerner2-0/+10
2015-05-02ext4 crypto: remove duplicated encryption mode definitionsChanho Park1-6/+0
2015-05-02ext4 crypto: do not select from EXT4_FS_ENCRYPTIONHerbert Xu1-2/+7
2015-05-02virtio: fix typo in vring_need_event() doc commentStefan Hajnoczi1-1/+1
2015-05-02virtio: pass baton to Michael TsirkinRusty Russell1-1/+0
2015-05-02ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller1-0/+1
2015-05-02rbd: end I/O the entire obj_request on errorIlya Dryomov1-0/+5
2015-05-01ext4 crypto: add padding to filenames before encryptingTheodore Ts'o5-8/+31
2015-05-01ext4 crypto: simplify and speed up filename encryptionTheodore Ts'o5-204/+149
2015-05-01powerpc/powernv: Restore non-volatile CRs after napSam Bobroff1-0/+2
2015-05-01powerpc/eeh: Delay probing EEH device during hotplugGavin Shan1-0/+6
2015-05-01powerpc/eeh: Fix race condition in pcibios_set_pcie_reset_state()Gavin Shan1-1/+4
2015-05-01powerpc/pseries: Correct cpu affinity for dlpar added cpusNathan Fontenot1-6/+4
2015-05-01selftests/powerpc: Fix the pmu install ruleMichael Ellerman1-1/+1
2015-04-30net: fec: Fix RGMII-ID modeMarkus Pargmann1-1/+4
2015-04-30net/mlx4_en: Schedule napi when RX buffers allocation failsIdo Shamay3-2/+26