summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-3.5-20120601' of git://git.infradead.org/linux-mtdLinus Torvalds2012-06-0223-56/+206
|\
| * ARM: OMAP3: gpmc: add BCH ecc api and modesIvan Djelic2012-05-142-0/+195
| * mtd: nand: kill NAND_NO_AUTOINCR optionBrian Norris2012-05-144-4/+1
| * ARM: imx: add mxc_nand to imx27 device treeUwe Kleine-König2012-05-142-0/+10
| * sh: Use the plat_nand default partition parserH Hartley Sweeten2012-05-141-1/+0
| * mips: Use the plat_nand default partition parserH Hartley Sweeten2012-05-144-15/+0
| * blackfin: Use the plat_nand default partition parserH Hartley Sweeten2012-05-141-3/+0
| * arm: Use the plat_nand default partition parserH Hartley Sweeten2012-05-1411-33/+0
* | Merge branch 'ux500/hickup' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-06-027-21/+281
|\ \
| * | ARM: ux500: Enable probing of pinctrl through Device TreeLee Jones2012-06-011-0/+4
| * | ARM: ux500: Add support for ab8500 regulators into the Device TreeLee Jones2012-06-012-0/+70
| * | ARM: ux500: Provide regulator support for SMSC911x via Device TreeLee Jones2012-06-012-0/+14
| * | ARM: ux500: Allow PRCMU regulator to be probed during a DT enabled bootLee Jones2012-06-011-0/+1
| * | ARM: ux500: Apply db8500-prcmu regulator information to db8500 Device TreeLee Jones2012-06-011-0/+107
| * | ARM: ux500: Only initialise STE's UIBs on boards which support themLee Jones2012-06-013-3/+10
| * | ARM: ux500: Disable platform setup of the ab8500 when DT is enabledLee Jones2012-06-011-3/+4
| * | ARM: ux500: Use correct format for dynamic IRQ assignmentLee Jones2012-06-012-10/+28
| * | ARM: ux500: Re-enable SMSC911x platform code registration during non-DT bootsLee Jones2012-06-011-0/+1
| * | ARM: ux500: PRCMU related configuration and layout corrections for Device TreeLee Jones2012-06-011-2/+2
| * | ARM: ux500: Remove DB8500 PRCMU platform registration when DT is enabledLee Jones2012-06-011-2/+1
| * | ARM: ux500: Disable SMSC911x platform code registration when DT is enabledLee Jones2012-06-011-2/+1
| * | ARM: ux500: New DT:ed u8500_init_devices for one-by-one device enablementLee Jones2012-06-013-1/+26
| * | ARM: ux500: New DT:ed snowball_platform_devs for one-by-one device enablementLee Jones2012-06-011-2/+16
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-0161-1059/+416
|\ \ \
| * | | x86: get rid of calling do_notify_resume() when returning to kernel modeAl Viro2012-06-012-13/+10
| * | | blackfin: check __get_user() return valueAl Viro2012-06-011-16/+14
| * | | whack-a-mole with TIF_FREEZEAl Viro2012-06-011-2/+0
| * | | FRV: Optimise the system call exit path in entry.S [ver #2]David Howells2012-06-011-6/+7
| * | | FRV: Shrink TIF_WORK_MASK [ver #2]David Howells2012-06-012-13/+15
| * | | FRV: Prevent syscall exit tracing and notify_resume at end of kernel exceptionsDavid Howells2012-06-012-11/+3
| * | | new helper: signal_delivered()Al Viro2012-06-0132-73/+33
| * | | powerpc: get rid of restore_sigmask()Al Viro2012-06-014-14/+4
| * | | most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-0142-133/+2
| * | | set_restore_sigmask() is never called without SIGPENDING (and never should be)Al Viro2012-06-017-7/+7
| * | | TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is setAl Viro2012-06-0113-19/+14
| * | | don't call try_to_freeze() from do_signal()Al Viro2012-06-017-28/+0
| * | | pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-0133-387/+124
| * | | sh64: failure to build sigframe != signal without handlerAl Viro2012-06-011-1/+1
| * | | openrisc: tracehook_signal_handler() is supposed to be called on successAl Viro2012-06-011-14/+6
| * | | new helper: sigmask_to_save()Al Viro2012-06-0130-250/+84
| * | | new helper: restore_saved_sigmask()Al Viro2012-06-0131-125/+32
| * | | new helpers: {clear,test,test_and_clear}_restore_sigmask()Al Viro2012-06-017-0/+113
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-0126-100/+14
|\ \ \ \ | |/ / / |/| | |
| * | | ia64 perfmon: fix get_unmapped_area() use thereAl Viro2012-05-311-8/+2
| * | | ia64, sparc64: convert wrappers around do_mremap() to sys_mremap()Al Viro2012-05-312-25/+5
| * | | bury __kernel_nlink_t, make internal nlink_t consistentAl Viro2012-05-3120-60/+0
| * | | parisc: get rid of nlink_t, switch to explicitly-sized typeAl Viro2012-05-311-2/+2
| * | | powerpc: get rid of nlink_t uses, switch to explicitly-sized typeAl Viro2012-05-311-2/+2
| * | | mips: get rid of nlink_t, use explictly-sized type (__u32 in all cases)Al Viro2012-05-301-3/+3
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-0131-68/+6
|\ \ \ \