aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-12-19arm/tegra: Compile tegra_dt_init_irq only when CONFIG_OFfor-3.3/socStephen Warren1-0/+2
2011-12-19arm/tegra: Make MACH_TEGRA_DT depend on ARCH_TEGRA_2x_SOCStephen Warren1-0/+1
2011-12-19arm/tegra: Delete tegra_init_clock()Stephen Warren2-6/+0
2011-12-19arm/tegra: Fix section mismatch errors in tegra30 pinmuxStephen Warren1-1/+1
2011-12-19arm/tegra: Fix section mismatch errors in tegra20 pinmuxStephen Warren1-1/+1
2011-12-19arm/tegra: refresh defconfig for tegra30Olof Johansson1-5/+4
2011-12-17arm/tegra: add support for tegra30 based board cardhuPeter De Schrijver3-0/+38
2011-12-17arm/tegra: implement support for tegra30Peter De Schrijver6-7/+83
2011-12-17arm/tegra: pinmux tables and definitions for tegra30Peter De Schrijver5-0/+798
2011-12-17arm/tegra: add new fields to struct tegra_pingroup_descPeter De Schrijver2-0/+14
2011-12-17arm/tegra: prepare pinmux code for multiple tegra variantsPeter De Schrijver7-63/+86
2011-12-17arm/tegra: rename tegra20 pinmux filesPeter De Schrijver5-8/+9
2011-12-17arm/tegra: generalize L2 cache initializationPeter De Schrijver1-5/+10
2011-12-17arm/tegra: use PMC resetPeter De Schrijver1-3/+2
2011-12-17arm/tegra: rename board-dt.c to board-dt-tegra20.cPeter De Schrijver3-3/+3
2011-12-17arm/tegra: prepare early init for multiple tegra variantsPeter De Schrijver7-27/+34
2011-12-17arm/tegra: don't export clk_measure_input_freqPeter De Schrijver3-6/+9
2011-12-17arm/tegra: prepare clock code for multiple tegra variantsPeter De Schrijver4-32/+10
2011-12-17arm/tegra: cleanup tegra20 supportPeter De Schrijver2-2/+9
2011-12-17arm/tegra: clk_get should not be fatalPeter De Schrijver1-4/+8
2011-12-17Merge remote-tracking branch 'rmk/devel-stable' into for-3.3/socOlof Johansson402-3593/+3094
2011-12-17arm/tegra: initial device tree for tegra30Peter De Schrijver2-0/+141
2011-12-12ARM: kexec: use soft_restart for branching to the reboot bufferWill Deacon1-12/+3
2011-12-12ARM: stop: execute platform callback from cpu_stop codeWill Deacon2-1/+5
2011-12-12ARM: reset: implement soft_restart for jumping to a physical addressWill Deacon1-10/+40
2011-12-12ARM: lib: add call_with_stack function for safely changing stackWill Deacon2-1/+46
2011-12-11ARM: 7183/1: vic: register the VIC for ST-modified VIC'sJamie Iles1-2/+3
2011-12-08Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/cmari...Russell King32-322/+1199
2011-12-08ARM: LPAE: Add the Kconfig entriesCatalin Marinas2-1/+18
2011-12-08ARM: LPAE: mark memory banks with start > ULONG_MAX as highmemWill Deacon1-1/+15
2011-12-08ARM: LPAE: Add identity mapping support for the 3-level page table formatCatalin Marinas1-1/+27
2011-12-08ARM: LPAE: Add context switching supportCatalin Marinas1-2/+17
2011-12-08ARM: LPAE: Add fault handling supportCatalin Marinas6-5/+104
2011-12-08ARM: LPAE: Invalidate the TLB before freeing the PMDCatalin Marinas1-1/+10
2011-12-08ARM: LPAE: MMU setup for the 3-level page table formatCatalin Marinas5-12/+243
2011-12-08ARM: LPAE: Page table maintenance for the 3-level formatCatalin Marinas5-7/+150
2011-12-08ARM: LPAE: Introduce the 3-level page table format definitionsCatalin Marinas6-0/+261
2011-12-08ARM: LPAE: add ISBs around MMU enabling codeWill Deacon4-0/+16
2011-12-08ARM: LPAE: Factor out classic-MMU specific code into proc-v7-2level.SCatalin Marinas2-149/+174
2011-12-08ARM: LPAE: Move the FSR definitions to separate filesCatalin Marinas3-93/+100
2011-12-08ARM: LPAE: Move page table maintenance macros to pgtable-2level.hCatalin Marinas2-38/+41
2011-12-08ARM: pgtable: switch to use pgtable-nopud.hRussell King3-11/+15
2011-12-08ARM: pgtable: Fix compiler warning in ioremap.c introduced by nopudCatalin Marinas1-12/+19
2011-12-07arm/tegra: convert tegra20 to GIC devicetree bindingpdeschrijver@nvidia.com4-36/+49
2011-12-07arm/dt: tegra: Fix SDHCI nodes to match board filesStephen Warren4-0/+36
2011-12-07arm/dt: tegra: Fix serial nodes to match board filesStephen Warren4-0/+64
2011-12-07arm/dt: tegra: Fix I2C nodes to match board filesStephen Warren3-0/+36
2011-12-07arm/dt: tegra: Remove /chosen nodeStephen Warren5-20/+0
2011-12-07arm/dt: tegra: Remove /memreserve/ from device-tree filesStephen Warren5-5/+0
2011-12-07arm/tegra: board-dt: Enable audio-related clocksStephen Warren1-0/+5
2011-12-07arm/tegra: board-dt: Fix AUXDATA typoStephen Warren1-1/+1
2011-12-07arm/dt: tegra: add dts file for paz00Marc Dietrich4-0/+87
2011-12-07arm/tegra: Add device-tree support for TrimSlice boardStephen Warren4-0/+43
2011-12-07arm/dt: tegra: Clean up I2S and DAS nodesStephen Warren1-6/+0
2011-12-07USB: ehci-tegra: add probing through device treeOlof Johansson2-0/+80
2011-12-07arm/dt: add basic usb nodes to tegra device treesOlof Johansson3-0/+38
2011-12-07arm/tegra: fix variable formatting in makefileOlof Johansson1-13/+13
2011-12-06Merge branch 'kexec/idmap' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Russell King32-89/+140
2011-12-06ARM: 7194/1: OMAP: Fix build after a merge between v3.2-rc4 and ARM restart c...Tony Lindgren1-1/+2
2011-12-06ARM: SMP: use idmap_pgd for mapping MMU enable during secondary bootingWill Deacon4-66/+6
2011-12-06ARM: head.S: only include __turn_mmu_on in the initial identity mappingWill Deacon1-7/+7
2011-12-06ARM: idmap: use idmap_pgd when setting up mm for rebootWill Deacon1-9/+10
2011-12-06ARM: proc-*.S: place cpu_reset functions into .idmap.text sectionWill Deacon24-0/+72
2011-12-06ARM: suspend: use idmap_pgd instead of suspend_pgdWill Deacon2-15/+5
2011-12-06ARM: idmap: populate identity map pgd at init time using .init.textWill Deacon5-3/+51
2011-12-06ARM: 7192/1: OMAP: Fix build error for omap1_defconfigTony Lindgren1-0/+1
2011-12-05Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-s...Russell King96-1406/+179
2011-12-05Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/will/...Russell King679-5343/+7356
2011-12-05ARM: 7189/1: OMAP3: Fix build break in cpuidle34xx.c because of irq functionSantosh Shilimkar1-0/+1
2011-12-05ARM: 7188/1: OMAP2PLUS: Fix build error: 'omap2/omap3_intc_handle_irq' undecl...Santosh Shilimkar1-0/+2
2011-12-03Merge branch 'irqchip-consolidation' of git://git.kernel.org/pub/scm/linux/ke...Russell King2-2/+2
2011-12-02Merge branches 'perf/event-nos', 'perf/updates' and 'perf/omap4' into for-rmkWill Deacon4-16/+200
2011-12-02arm: pmu: allow platform specific irq enable/disable handlingMing Lei2-5/+20
2011-12-02arm: introduce cross trigger interface helpersMing Lei1-0/+179
2011-12-02ARM: perf: remove unused armpmu_get_max_eventsWill Deacon2-11/+1
2011-12-02ARM: perf: add support for stalled cycle ABI eventsWill Deacon3-49/+66
2011-12-02ARM: perf: clean and update ARMv7 event numbersWill Deacon1-233/+125
2011-12-02ARM: exynos4: Fix build errorAxel Lin1-1/+1
2011-12-02ARM: exynos4: Fix build error due to 'gic_bank_offset' undeclaredAxel Lin1-1/+1
2011-12-01Linux 3.2-rc4Linus Torvalds1-1/+1
2011-12-01Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds31-536/+995
2011-12-01ocfs2: avoid unaligned access to dqc_bitmapAkinobu Mita2-5/+52
2011-12-01Merge branch 'fixes' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-...Linus Torvalds27-120/+199
2011-12-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds9-25/+60
2011-12-01Btrfs: fix meta data raid-repair merge problemJan Schmidt1-7/+20
2011-11-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds10-45/+62
2011-11-30Merge branch 'dt-for-linus' of git://sources.calxeda.com/kernel/linuxLinus Torvalds2-0/+3
2011-11-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds3-4/+46
2011-11-30Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds71-270/+517
2011-11-30ARM: 7182/1: ARM cpu topology: fix warningVincent Guittot2-2/+2
2011-11-30ARM: 7181/1: Restrict kprobes probing SWP instructions to ARMv5 and belowJon Medhurst (Tixy)2-10/+19
2011-11-30ARM: 7180/1: Change kprobes testcase with unpredictable STRD instructionJon Medhurst (Tixy)1-1/+1
2011-11-30Btrfs: skip allocation attempt from empty clusterAlexandre Oliva1-3/+3
2011-11-30Btrfs: skip block groups without enough space for a clusterAlexandre Oliva1-1/+1
2011-11-30Btrfs: start search for new cluster at the beginningAlexandre Oliva1-4/+2
2011-11-30Btrfs: reset cluster's max_size when creating bitmapAlexandre Oliva1-0/+1
2011-11-30Btrfs: initialize new bitmaps' listAlexandre Oliva1-0/+1
2011-11-30Btrfs: fix oops when calling statfs on readonly deviceLi Zefan1-3/+3
2011-11-30Btrfs: Don't error on resizing FS to same sizeMike Fleetwood1-1/+1
2011-11-30Btrfs: fix deadlock on metadata reservation when evicting a inodeMiao Xie3-5/+22
2011-11-30Fix URL of btrfs-progs git repository in docsArnd Hannemann1-2/+2
2011-11-30btrfs scrub: handle -ENOMEM from init_ipath()Dan Carpenter1-0/+5
2011-11-29Merge branches 'cxgb4', 'ipoib', 'misc' and 'qib' into for-nextRoland Dreier9-43/+58
2011-11-29Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds4-159/+237
2011-11-29IB: Fix RCU lockdep splatsEric Dumazet6-14/+35
2011-11-29IB/ipoib: Prevent hung task or softlockup processing multicast responseMike Marciniszyn3-8/+14
2011-11-29Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-16/+26
2011-11-29Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-1/+1
2011-11-29Merge branch 'defconfigs-for-arnd' of git://git.linaro.org/people/triad/linux...Arnd Bergmann453-3335/+3858
2011-11-29of: Add Silicon Image vendor prefixPawel Moll1-0/+1
2011-11-29of/irq: of_irq_init: add check for parent equal to child nodeRob Herring1-0/+2
2011-11-29ARM: ux500: update defconfigLinus Walleij1-9/+5
2011-11-29ARM: u300: update defconfigLinus Walleij1-7/+6
2011-11-28Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds13-132/+11
2011-11-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/aeg...Linus Torvalds1-1/+2
2011-11-28efivars: add missing parameter to efi_pstore_read()Christoph Fritz1-1/+2
2011-11-28Merge branch 'for-3.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+9
2011-11-28Merge branch 'for-3.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-31/+48
2011-11-28PM: Update comments describing device power management callbacksRafael J. Wysocki1-95/+134
2011-11-28PM / Sleep: Update documentation related to system wakeupRafael J. Wysocki1-22/+38
2011-11-28PM / Runtime: Make documentation follow the new behavior of irq_safeRafael J. Wysocki1-5/+6
2011-11-28PM / Sleep: Correct inaccurate information in devices.txtRafael J. Wysocki1-4/+3
2011-11-28PM / Domains: Document how PM domains are used by the PM coreRafael J. Wysocki2-26/+45
2011-11-28IB/qib: Fix over-scheduling of QSFP workMike Marciniszyn2-20/+8
2011-11-28RDMA/cxgb4: Fix retry with MPAv1 logic for MPAv2Kumar Sanghvi1-1/+3
2011-11-28RDMA/cxgb4: Fix iw_cxgb4 count_rcqes() logicJonathan Lallinger1-1/+1
2011-11-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/aeg...Linus Torvalds4-17/+40
2011-11-28regulator: twl: fix twl4030 support for smps regulatorsTero Kristo1-2/+44
2011-11-28Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds15-231/+440
2011-11-28Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-2/+1
2011-11-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds26-103/+229
2011-11-28Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-14/+145
2011-11-28Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2011-11-28genirq: fix regression in irqfixup, irqpollEdward Donovan1-1/+3
2011-11-28regulator: fix use after free bugLothar Waßmann1-1/+1
2011-11-28Merge branch 'exynos-drm' of git://git.infradead.org/users/kmpark/linux-samsu...Dave Airlie15-231/+440
2011-11-28regulator: aat2870: Fix the logic of checking if no id is matched in aat2870_...Axel Lin1-1/+1
2011-11-27Merge branch 'fbdev-for-linus' of git://github.com/schandinat/linux-2.6Linus Torvalds5-10/+23
2011-11-27ath9k: Revert change that broke AR928X on Acer Ferrari OneRafael J. Wysocki1-1/+2
2011-11-27Merge branch 'fix/hda' into for-linusTakashi Iwai3-46/+56
2011-11-27ALSA: hda - Fix jack-detection control of VT1708Takashi Iwai1-33/+43
2011-11-27ALSA: hda - cut and paste typo in cs420x_models[]Dan Carpenter1-1/+1
2011-11-26ARM: move VMALLOC_END down temporarily for shmobileNicolas Pitre1-0/+7
2011-11-26ARM: big removal of now unused vmalloc.h filesNicolas Pitre59-866/+0
2011-11-26ARM: add generic ioremap optimization by reusing static mappingsNicolas Pitre3-25/+64
2011-11-26ARM: simplify __iounmap() when dealing with section based mappingNicolas Pitre1-11/+9
2011-11-26ARM: move iotable mappings within the vmalloc regionNicolas Pitre3-27/+41
2011-11-26ARM: 7177/1: GIC: avoid skipping non-existent PPIs in irq_start calculationWill Deacon1-5/+8
2011-11-26ARM: 7176/1: cpu_pm: register GIC PM notifier only onceMarc Zyngier1-1/+2
2011-11-26ARM: 7175/1: add subname parameter to mfp_set_groupg callersAxel Lin3-3/+4
2011-11-26ARM: 7174/1: Fix build error in kprobes test code on Thumb2 kernelsJon Medhurst2-38/+78
2011-11-26ARM: 7172/1: dma: Drop GFP_COMP for DMA memory allocationsSumit Bhattacharya1-0/+9
2011-11-26ARM: 7171/1: unwind: add unwind directives to bitops assembly macrosWill Deacon7-22/+28
2011-11-26ARM: 7170/2: fix compilation breakage in entry-armv.SGuennadi Liakhovetski1-1/+1
2011-11-26ARM: 7168/1: use cache type functions for arch_get_unmapped_areaRob Herring1-17/+6
2011-11-26iio: iio_event_getfd -- fix ev_int build failureAndy Whitcroft1-10/+9
2011-11-26Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds9-8/+22
2011-11-26hwmon: convert drivers/hwmon/* to use module_platform_driver()Axel Lin11-130/+11
2011-11-25Merge git://github.com/herbertx/cryptoLinus Torvalds1-5/+7
2011-11-25Merge branch 'gpio-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/li...Linus Torvalds1-2/+2
2011-11-25hwmon: Remove redundant spi driver bus initializationLars-Peter Clausen2-2/+0
2011-11-24ext4: fix racy use-after-free in ext4_end_io_dio()Tejun Heo1-1/+1
2011-11-25powerpc/44x: Add mtd ndfc to the ppx44x defconfigTony Breeds1-0/+2
2011-11-25powerpc: Fix compiliation with hugetlbfs enabledKumar Gala1-0/+1
2011-11-24cgroup_freezer: fix freezing groups with stopped tasksMichal Hocko1-2/+9
2011-11-24Merge branch 'fixes-dss' of git://git.kernel.org/pub/scm/linux/kernel/git/tml...Arnd Bergmann12-35/+276
2011-11-24Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/...Arnd Bergmann16-42/+70
2011-11-24Merge branch 'at91/defconfig' into fixesArnd Bergmann6-65/+40
2011-11-24ARM: at91: enable additional boards in existing soc defconfig filesJean-Christophe PLAGNIOL-VILLARD3-0/+24
2011-11-24ARM: at91: refresh soc defconfig files for 3.2Jean-Christophe PLAGNIOL-VILLARD6-65/+16
2011-11-24ARM: at91: rename defconfig files appropriatelyJean-Christophe PLAGNIOL-VILLARD4-0/+0
2011-11-24Merge branch 'mxs/for-arnd' of git://git.linaro.org/people/shawnguo/linux-2.6...Arnd Bergmann1-0/+7
2011-11-24arch/powerpc/sysdev/ehv_pic.c: add missing kfreeJulia Lawall1-0/+1
2011-11-24powerpc/fsl-lbc: Fix for fsl_upmAlexandre Rusev1-0/+1
2011-11-24drivers/edac/mpc85xx_edac.c: fix memory controller compatible for edacShaohui Xie1-1/+1
2011-11-24powerpc/qe: Fixup QE_General4 errataJoakim Tjernlund1-1/+1
2011-11-24slub: avoid potential NULL dereference or corruptionEric Dumazet1-10/+11
2011-11-24slub: use irqsafe_cpu_cmpxchg for put_cpu_partialChristoph Lameter1-1/+1
2011-11-23powerpc/85xx: Fix compile error on p3060_qds.cKumar Gala1-1/+1
2011-11-23powerpc/p3060qds: Fix select of 'MPC8xxx_GPIO'Paul Bolle1-1/+1
2011-11-23powerpc/p1023: set IRQ[4:6,11] to active-high level sensitive for PCIeRoy Zang1-4/+13
2011-11-23Linux 3.2-rc3Linus Torvalds1-1/+1
2011-11-23Merge git://github.com/rustyrussell/linuxLinus Torvalds5-3/+23
2011-11-24virtio-pci: make reset operation saferMichael S. Tsirkin2-0/+20
2011-11-24virtio-mmio: Correct the name of the guest features selectorSasha Levin2-2/+2
2011-11-24virtio: add HAS_IOMEM dependency to MMIO platform bus driverHeiko Carstens1-1/+1
2011-11-23Merge branch 'upstream-linus' of git://github.com/jgarzik/libata-devLinus Torvalds2-1/+5
2011-11-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds8-25/+51
2011-11-23Merge branch 'hwmod_dss_fixes_3.2rc' of git://git.pwsan.com/linux-2.6 into fi...Tony Lindgren12-35/+276
2011-11-23Merge branch 'fixes-v3.2-rc2' into fixesTony Lindgren666-12203/+21805
2011-11-23ARM: OMAP2+: Fix Compilation error when omap_l3_noc built as moduleGovindraj.R1-1/+1
2011-11-23ARM: OMAP2+: Remove empty io.hThomas Weber1-0/+0
2011-11-23ARM: OMAP2: select ARM_AMBA if OMAP3_EMU is definedMing Lei1-0/+1
2011-11-23ARM: OMAP: smartreflex: fix IRQ handling bugFelipe Balbi1-1/+1
2011-11-23ARM: OMAP: PM: only register TWL with voltage layer when device is presentKevin Hilman3-4/+16
2011-11-23ARM: OMAP: hwmod: Fix the addr space, irq, dma count APIssricharan1-3/+3
2011-11-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyh...Linus Torvalds4-36/+70
2011-11-23eCryptfs: Extend array bounds for all filename charsTyler Hicks1-2/+2
2011-11-23eCryptfs: Flush file in vma closeTyler Hicks1-1/+22
2011-11-23eCryptfs: Prevent file create race conditionTyler Hicks3-33/+46