summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* davinci: am18x/da850/omap-l138 evm: add support for higher speed gradesSekhar Nori2010-12-221-2/+23
* davinci: am18x/da850/omap-l138: add support for higher speed gradesSekhar Nori2010-12-222-15/+67
* da850-evm: KEYBOARD_GPIO_POLLED Kconfig conditionalBen Gardiner2010-12-221-0/+3
* da850-evm: add baseboard GPIO expander buttons, switches and LEDsBen Gardiner2010-12-221-0/+187
* da850-evm: extract defines for SEL{A,B,C} pins in UI expanderBen Gardiner2010-12-221-12/+12
* da850-evm: add UI Expander pushbuttonsBen Gardiner2010-12-221-0/+95
* davinci: kconfig: select at24 eeprom for selected boardsKevin Hilman2010-12-101-0/+12
* da850-evm, trivial: use da850_evm prefix for consistencyBen Gardiner2010-12-101-3/+3
* da850-evm: allow pca953x module buildBen Gardiner2010-12-101-1/+3
* davinci: da850-evm: UI expander gpio_set_value can sleep, use _cansleepBen Gardiner2010-12-101-4/+4
* davinci: aemif: signedness bug in davinci_aemif_setup_timing()Nicolas Kaiser2010-12-101-1/+1
* davinci: psc: simplify if-statementNicolas Kaiser2010-12-101-9/+4
* davinci: minor tnetv107x clock tree fixesCyril Chemparathy2010-12-102-12/+26
* davinci: use divide ratio limits from pll_dataCyril Chemparathy2010-12-101-2/+2
* davinci: Implement sched_clock()Andreas Gaeer2010-12-101-1/+23
* ARM: tegra: fix regression from addruart rewriteOlof Johansson2010-12-061-2/+2
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-12-0614-30/+55
|\
| * Merge branch 'for-rmk-fixes' of git://git.infradead.org/users/cbou/linux-cns3xxxRussell King2010-12-061-1/+1
| |\
| | * ARM: cns3xxx: Fix build with CONFIG_PCI=yAnton Vorontsov2010-11-291-1/+1
| * | ARM: 6524/1: GIC irq desciptor bug fixChao Xie2010-12-061-1/+7
| * | ARM: 6523/1: iop: ensure sched_clock() is notraceRabin Vincent2010-12-041-1/+2
| * | ARM: 6519/1: kuser: Fix incorrect cmpxchg syscall in kuser helpersDave Martin2010-12-041-1/+1
| * | ARM: 6505/1: kprobes: Don't HAVE_KPROBES when CONFIG_THUMB2_KERNEL is selectedDave Martin2010-11-301-1/+1
| * | ARM: 6508/1: vexpress: Correct data alignment in headsmp.S for CONFIG_THUMB2_...Dave Martin2010-11-301-0/+1
| * | ARM: 6507/1: RealView: Correct data alignment in headsmp.S for CONFIG_THUMB2_...Dave Martin2010-11-301-0/+1
| * | ARM: 6504/1: Thumb-2: Fix long-distance conditional branches in head.S for Th...Dave Martin2010-11-301-0/+3
| * | ARM: 6503/1: Thumb-2: Restore sensible zImage header layout for CONFIG_THUMB2...Dave Martin2010-11-302-6/+6
| * | ARM: 6502/1: Thumb-2: Fix CONFIG_THUMB2_KERNEL breakage in compressed/head.SDave Martin2010-11-301-2/+4
| * | ARM: 6501/1: Thumb-2: Correct data alignment for CONFIG_THUMB2_KERNEL in mm/p...Dave Martin2010-11-301-2/+2
| * | ARM: 6500/1: Thumb-2: Correct data alignment for CONFIG_THUMB2_KERNEL in kern...Dave Martin2010-11-301-0/+4
| * | ARM: 6499/1: Thumb-2: Correct data alignment for CONFIG_THUMB2_KERNEL in boot...Dave Martin2010-11-301-0/+2
| * | ARM: 6498/1: vfp: Correct data alignment for CONFIG_THUMB2_KERNELDave Martin2010-11-301-0/+1
| * | ARM: 6497/1: kexec: Correct data alignment for CONFIG_THUMB2_KERNELDave Martin2010-11-301-0/+2
| * | ARM: 6496/1: GIC: Do not try to register more then NR_IRQS interruptsPawel Moll2010-11-301-15/+17
* | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/pa...Linus Torvalds2010-12-052-13/+3
|\ \ \
| * | | parisc: convert the rest of the irq handlers to simple/percpuJames Bottomley2010-12-041-4/+1
| * | | parisc: fix dino/gsc interruptsJames Bottomley2010-12-041-1/+1
| * | | parisc: remove redundant initialization in sigsegv path of sys_rt_sigreturnKyle McMartin2010-11-291-8/+1
* | | | Merge branch '2.6.37-rc4-pvhvm-fixes' of git://xenbits.xen.org/people/sstabel...Linus Torvalds2010-12-034-9/+23
|\ \ \ \
| * | | | xen: unplug the emulated devices at resume timeStefano Stabellini2010-12-023-2/+3
| * | | | xen: fix MSI setup and teardown for PV on HVM guestsStefano Stabellini2010-12-021-7/+20
| | |/ / | |/| |
| | | |
| \ \ \
*-. \ \ \ Merge branches 'upstream/core' and 'upstream/bugfix' of git://git.kernel.org/...Linus Torvalds2010-12-032-31/+14
|\ \ \ \ \
| | * | | | xen: x86/32: perform initial startup on initial_page_tableIan Campbell2010-11-292-15/+56
| | * | | | xen: don't bother to stop other cpus on shutdown/rebootJeremy Fitzhardinge2010-11-291-4/+0
| | | |_|/ | | |/| |
| * | | | xen: use default_idleJeremy Fitzhardinge2010-11-221-15/+5
| * | | | xen: clean up "extra" memory handling some moreJeremy Fitzhardinge2010-11-221-12/+9
* | | | | Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-12-039-87/+65
|\ \ \ \ \
| * \ \ \ \ Merge branch 'sh/urgent' into sh-fixes-for-linusPaul Mundt2010-12-031-38/+5
| |\ \ \ \ \
| | * | | | | sh: se/7724: Remove FSI/B of GPIO init codeNobuhiro Iwamatsu2010-12-031-9/+1
| | * | | | | sh: se/7724: Update clock framework of FSI clock to non-legacyNobuhiro Iwamatsu2010-12-031-29/+4
OpenPOWER on IntegriCloud