summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | ARM: OMAP5: Update SOC id detection code for ES2Santosh Shilimkar2013-03-192-3/+11
| | * | | | | Merge tag 'omap-devel-b-for-3.10' of git://git.kernel.org/pub/scm/linux/kerne...Tony Lindgren2013-04-01561-3136/+6254
| | |\ \ \ \ \
| | | * | | | | ARM: OMAP: dpll: enable bypass clock only when attempting dpll bypassRajendra Nayak2013-04-011-10/+9
| | | * | | | | ARM: OMAP2+: powerdomain: avoid testing whether an unsigned char is less than 0Paul Walmsley2013-04-011-10/+8
| | | * | | | | ARM: OMAP2+: hwmod: Remove unused _HWMOD_WAKEUP_ENABLED flagRajendra Nayak2013-04-012-8/+2
| | | * | | | | ARM: OMAP2+: am335x: Change the wdt1 func clk src to per_32k clkVaibhav Hiremath2013-04-011-0/+8
| | | * | | | | ARM: OMAP2+: AM33xx: hwmod: Add missing sysc definition to wdt1 entryVaibhav Hiremath2013-04-011-0/+15
| | | | |_|/ / | | | |/| | |
| | * | | | | ARM: OMAP2+: fix typo "CONFIG_BRIDGE_DVFS"Paul Bolle2013-04-011-2/+2
| | * | | | | ARM: OMAP1: remove "config MACH_OMAP_HTCWIZARD"Paul Bolle2013-04-011-6/+0
| | * | | | | ARM: OMAP: fix typo "CONFIG_SMC91x_MODULE"Paul Bolle2013-03-202-2/+2
| | | |/ / / | | |/| | |
| * | | | | Merge tag 'v3.9-rc1_cns3xxx_fixes' of git://git.infradead.org/users/cbou/linu...Arnd Bergmann2013-04-022-58/+11
| |\ \ \ \ \
| | * | | | | ARM: cns3xxx: remove unused virtual address and iotable definesMac Lin2013-03-302-37/+0
| * | | | | | Merge tag 'ux500-dt-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Arnd Bergmann2013-03-1513-58/+120
| |\ \ \ \ \ \
| | * | | | | | ARM: ux500: allow Snowball access to the AB8500 GPIO pinsLee Jones2013-03-011-0/+4
| | * | | | | | ARM: ux500: enable AB8500 GPIO for HREFLee Jones2013-03-011-0/+8
| | * | | | | | ARM: ux500: Remove traces of the ios_handler from platform codeLee Jones2013-03-011-52/+0
| | * | | | | | ARM: ux500: Use the GPIO regulator framework for SDI0's 'en' and 'vsel'Lee Jones2013-03-013-0/+60
| | * | | | | | ARM: ux500: Setup correct settling time for the MMCI regulatorLee Jones2013-03-011-0/+1
| | * | | | | | ARM: ux500: Use the correct name when supplying a GPIO enable pinLee Jones2013-03-011-1/+1
| | * | | | | | ARM: ux500: Specify which IOS regulator to use for MMCILee Jones2013-03-011-0/+1
| | * | | | | | ARM: ux500: Specify the ux5x0 MMCI regulator's on/off GPIO as high-enableLee Jones2013-03-011-0/+2
| | * | | | | | ARM: ux500: Set correct MMCI regulator voltages in the ux5x0 Device TreeLee Jones2013-03-011-1/+1
| | * | | | | | mmc: mmci: Move ios_handler functionality into the driverLee Jones2013-03-011-0/+9
| | * | | | | | net/smsc911x: Provide common clock functionalityLee Jones2013-03-011-1/+28
| | * | | | | | clk: ux500: Provide an alias for the SMSC911x Ethernet chipLee Jones2013-03-011-0/+1
| | * | | | | | clk: ux500: Ensure the FMSC clock is obtainableLee Jones2013-03-011-1/+1
| | * | | | | | ARM: ux500: Provide a means to obtain the SMSC9115 clock when DT is enabledLee Jones2013-03-011-0/+1
| | * | | | | | ARM: ux500: Include the PRCMU's Secure Registers in DB8500's DTLee Jones2013-03-011-1/+1
| | * | | | | | ARM: ux500: Change IRQ from low-to-high edge triggered to high-to-lowLee Jones2013-03-011-1/+1
* | | | | | | | ipc_schedule_free() can do vfree() directly nowAl Viro2013-05-021-87/+16
* | | | | | | | net: Restore NETIF_F_* bit ordering.David Miller2013-05-021-6/+6
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-02385-14539/+7395
|\ \ \ \ \ \ \ \
| * | | | | | | | don't bother with deferred freeing of fdtablesAl Viro2013-05-012-67/+2
| * | | | | | | | Merge branch 'vfree' into for-nextAl Viro2013-05-011-5/+40
| |\ \ \ \ \ \ \ \
| | * | | | | | | | make vfree() safe to call from interrupt contextsAl Viro2013-03-111-5/+40
| | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | proc: Move non-public stuff from linux/proc_fs.h to fs/proc/internal.hDavid Howells2013-05-013-218/+230
| * | | | | | | | proc: Make the PROC_I() and PDE() macros internal to procfsDavid Howells2013-05-014-17/+28
| * | | | | | | | proc: Supply a function to remove a proc entry by PDEDavid Howells2013-05-0114-73/+33
| * | | | | | | | take cgroup_open() and cpuset_open() to fs/proc/base.cAl Viro2013-05-015-31/+35
| * | | | | | | | ppc: Clean up scanlogDavid Howells2013-05-011-18/+11
| * | | | | | | | ppc: Clean up rtas_flash driver somewhatDavid Howells2013-05-011-248/+204
| * | | | | | | | hostap: proc: Use remove_proc_subtree()David Howells2013-05-011-19/+1
| * | | | | | | | drm: proc: Use remove_proc_subtree()David Howells2013-05-011-15/+7
| * | | | | | | | drm: proc: Use minor->index to label things, not PDE->nameDavid Howells2013-05-013-11/+7
| * | | | | | | | drm: Constify drm_proc_list[]David Howells2013-05-012-4/+4
| * | | | | | | | zoran: Don't print proc_dir_entry data in debugDavid Howells2013-05-011-1/+1
| * | | | | | | | reiserfs: Don't access the proc_dir_entry in r_open(), r_start() r_show()David Howells2013-05-011-11/+18
| * | | | | | | | proc: Supply an accessor for getting the data from a PDE's parentDavid Howells2013-05-015-3/+11
| * | | | | | | | airo: Use remove_proc_subtree()David Howells2013-05-011-36/+13
| * | | | | | | | rtl8192u: Don't need to save device proc dir PDEDavid Howells2013-05-012-13/+6