summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-02-27ARM: OMAP2/3: intc: Add DT support for TI interrupt controllerBenoit Cousson3-10/+89
2012-02-27Merge branch 'irqdomain/next' of git://git.secretlab.ca/git/linux-2.6 into fo...Benoit Cousson86-2603/+1435
2012-02-27mfd: twl-core: Add IRQ_DOMAIN dependencyGrant Likely1-0/+1
2012-02-27devicetree: Add empty of_platform_populate() for !CONFIG_OF_ADDRESS (sparc)Grant Likely3-7/+14
2012-02-27irq_domain: Centralize definition of irq_dispose_mapping()Grant Likely4-22/+7
2012-02-25Merge branch 'for_3.4/dts_updates' of git://git.kernel.org/pub/scm/linux/kern...Tony Lindgren503-43050/+3866
2012-02-25arm/dts: Add support for TI OMAP3 EVM boardVaibhav Hiremath1-0/+20
2012-02-25arm/dts: OMAP4: Update DTS file with new GIC bindingsBenoit Cousson1-1/+1
2012-02-25arm/dts: OMAP3: Add i2c controller nodesBenoit Cousson1-0/+21
2012-02-25arm/dts: OMAP4: Add i2c controller nodesBenoit Cousson1-0/+28
2012-02-24irq_domain/mips: Allow irq_domain on MIPSGrant Likely4-18/+14
2012-02-24ARM: OMAP2+: Set Kconfig dependencies for PROC_DEVICETREETony Lindgren1-1/+1
2012-02-24irq_domain/x86: Convert x86 (embedded) to use common irq_domainGrant Likely5-95/+34
2012-02-23ppc-6xx: fix build failure in flipper-pic.c and hlwd-pic.cPaul Gortmaker2-6/+6
2012-02-19Linux 3.3-rc4v3.3-rc4Linus Torvalds1-1/+1
2012-02-19Merge tag 'fixes-3.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds66-786/+524
2012-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds27-191/+212
2012-02-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds1-2/+2
2012-02-19Merge tag 'ecryptfs-3.3-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-18/+89
2012-02-19Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/l...Linus Torvalds1-1/+1
2012-02-19Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds6-31/+42
2012-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds3-8/+28
2012-02-19Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds4-7/+22
2012-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-9/+24
2012-02-19i387: re-introduce FPU state preloading at context switch timeLinus Torvalds4-42/+133
2012-02-18i387: move TS_USEDFPU flag from thread_info to task_structLinus Torvalds6-32/+30
2012-02-18Merge branch 'for_3.4/dt_base' of git://git.kernel.org/pub/scm/linux/kernel/g...Tony Lindgren10183-278481/+489374
2012-02-17i387: move AMD K7/K8 fpu fxsave/fxrstor workaround from save to restoreLinus Torvalds3-22/+16
2012-02-17i387: do not preload FPU state at task switch timeLinus Torvalds4-68/+11
2012-02-17arm/dts: OMAP3&4: Remove the '0x' prefix for serial nodesBenoit Cousson2-8/+8
2012-02-17ARM: OMAP1: kconfig: Enable IRQ_DOMAIN by default for OMAP1 platformsBenoit Cousson1-0/+1
2012-02-17ARM: OMAP2+: pm: Do not init statically the SR and voltage layer with DTBenoit Cousson1-0/+8
2012-02-17ARM: OMAP2+: omap_device: Replace dev_warn by dev_dbg in omap_device_build_fr...Benoit Cousson1-1/+1
2012-02-17ecryptfs: remove the second argument of k[un]map_atomic()Cong Wang2-4/+4
2012-02-17eCryptfs: Copy up lower inode attrs after setting lower xattrTyler Hicks1-0/+2
2012-02-17eCryptfs: Improve statfs reportingTyler Hicks4-14/+83
2012-02-17i387: don't ever touch TS_USEDFPU directly, use helper functionsLinus Torvalds4-23/+58
2012-02-17i387: move TS_USEDFPU clearing out of __save_init_fpu and into callersLinus Torvalds1-3/+6
2012-02-16i387: fix x86-64 preemption-unsafe user stack save/restoreLinus Torvalds3-8/+45
2012-02-16irq_domain/microblaze: Convert microblaze to use irq_domainsGrant Likely5-99/+45
2012-02-16irq_domain/powerpc: Replace custom xlate functions with library functionsGrant Likely7-97/+7
2012-02-16irq_domain/powerpc: constify irq_domain_opsGrant Likely22-22/+22
2012-02-16irq_domain/c6x: Use library of xlate functionsGrant Likely2-13/+2
2012-02-16irq_domain/c6x: constify irq_domain structuresGrant Likely3-3/+3
2012-02-16irq_domain/c6x: Convert c6x to use generic irq_domain support.Mark Salter4-849/+21
2012-02-16irq_domain: constify irq_domain_opsGrant Likely3-24/+23
2012-02-16irq_domain: Create common xlate functions that device drivers can useGrant Likely2-10/+67
2012-02-16irq_domain: Remove irq_domain_add_simple()Grant Likely8-22/+12
2012-02-16irq_domain: Remove 'new' irq_domain in favour of the ppc oneGrant Likely9-263/+71
2012-02-16mfd: twl-core.c: Fix the number of interrupts managed by twl4030Benoit Cousson1-1/+1