summaryrefslogtreecommitdiffstats
path: root/include/Kbuild (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-12omap3: beaglexm: fix power on of DVIKoen Kooi1-3/+39
2011-01-12omap3: igep3: Add omap_reserve functionalityEnric Balletbo i Serra1-0/+1
2011-01-12omap3: beaglexm: fix DVI reset GPIOKoen Kooi1-1/+7
2011-01-12omap3: beaglexm: fix EHCI power up GPIO dirKoen Kooi1-2/+8
2011-01-10omap3: igep2: Add keypad supportEnric Balletbo i Serra1-0/+33
2011-01-10omap3: igep3: Fix IGEP module second MMC channel power supplyEnric Balletbo i Serra1-10/+55
2011-01-10omap3: igep3: Add USB EHCI support for IGEP moduleEnric Balletbo i Serra1-1/+14
2011-01-10omap3: clocks: Fix build error 'CK_3430ES2' undeclared hereSantosh Shilimkar1-1/+1
2011-01-10arm: omap4: pandaboard: turn on PHY reference clock at initAnand Gadiyar1-0/+10
2011-01-07omap2plus: prm: Trvial build break fix for undefined reference to 'omap2_prm_...Santosh Shilimkar1-1/+62
2011-01-07omap2plus: voltage: Trivial linking fix for 'EINVAL' undeclaredSantosh Shilimkar1-0/+2
2011-01-07omap2plus: voltage: Trivial linking fix 'undefined reference'Santosh Shilimkar1-3/+7
2011-01-07omap2plus: voltage: Trivial warning fix 'no return statement'Santosh Shilimkar1-1/+4
2011-01-07omap2plus: clockdomain: Trivial fix for build break because of clktrctrl_maskSantosh Shilimkar1-2/+0
2011-01-07arm: omap: gpio: don't access irq_desc array directlyFelipe Balbi1-3/+7
2011-01-07omap2+: pm_bus: make functions used as pointers as staticNishanth Menon1-2/+2
2011-01-07OMAP: GPIO: fix _set_gpio_triggering() for OMAP2+Mika Westerberg1-1/+1
2011-01-07OMAP2+: TWL: include pm header for init protosNishanth Menon1-0/+2
2011-01-07OMAP2+: TWL: make conversion routines staticNishanth Menon1-4/+4
2011-01-07OMAP3+: sr_device: include pm headerNishanth Menon1-0/+1
2011-01-07input/tc3589x: fix compile errorDan Carpenter1-1/+1
2011-01-07fs: scale mntget/mntputNick Piggin13-98/+283
2011-01-07fs: rename vfsmount counter helpersNick Piggin1-11/+11
2011-01-07fs: implement faster dentry memcmpNick Piggin2-9/+24
2011-01-07fs: prefetch inode data in dcache lookupNick Piggin1-0/+3
2011-01-07fs: improve scalability of pseudo filesystemsNick Piggin5-3/+16
2011-01-07fs: dcache per-inode inode alias lockingNick Piggin9-60/+67
2011-01-07fs: dcache per-bucket dcache hash lockingNick Piggin4-53/+89
2011-01-07bit_spinlock: add required includesNick Piggin1-0/+4
2011-01-07kernel: add bl_listNick Piggin2-0/+271
2011-01-07xfs: provide simple rcu-walk ACL implementationNick Piggin1-3/+6
2011-01-07btrfs: provide simple rcu-walk ACL implementationNick Piggin2-12/+12
2011-01-07ext2,3,4: provide simple rcu-walk ACL implementationNick Piggin3-6/+15
2011-01-07fs: provide simple rcu-walk generic_check_acl implementationNick Piggin2-10/+31
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin60-146/+287
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin27-61/+215
2011-01-07fs: cache optimise dentry and inode for rcu-walkNick Piggin3-38/+42
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin63-137/+174
2011-01-07fs: dcache remove d_mountedNick Piggin4-27/+58
2011-01-07fs: fs_struct use seqlockNick Piggin3-13/+34
2011-01-07fs: rcu-walk for path lookupNick Piggin10-340/+1194
2011-01-07kernel: optimise seqlockNick Piggin1-7/+73
2011-01-07fs: avoid inode RCU freeing for pseudo fsNick Piggin5-9/+22
2011-01-07fs: icache RCU free inodesNick Piggin60-68/+490
2011-01-07fs: consolidate dentry kill sequenceNick Piggin1-74/+61
2011-01-07fs: use RCU in shrink_dentry_list to reduce lock nestingNick Piggin1-21/+25
2011-01-07fs: reduce dcache_inode_lock width in lru scanningNick Piggin1-8/+8
2011-01-07fs: dcache reduce prune_one_dentry lockingNick Piggin1-12/+15
2011-01-07fs: dcache reduce d_parent lockingNick Piggin1-9/+12
2011-01-07fs: dcache rationalise dget variantsNick Piggin12-47/+24