summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | OMAP3: PM: Force write last pad config register into save areaTero Kristo2010-01-201-1/+10
| | * | | | OMAP: omap3_pm_get_suspend_state() error ignored in pwrdm_suspend_get()Roel Kluin2010-01-201-2/+4
| | * | | | OMAP3: PM: Enable wake-up from McBSP2, 3 and 4 modulesPeter Ujfalusi2010-01-201-2/+6
| | * | | | OMAP3: PM debug: fix build error when !CONFIG_DEBUG_FSManjunatha GK2010-01-202-4/+6
| | * | | | OMAP3: PM: Removing redundant and potentially dangerous PRCM configrationSripathy, Vishwanath2010-01-201-11/+0
| | * | | | OMAP3: Fixed ARM aux ctrl register save/restoreTero Kristo2010-01-201-4/+9
| | * | | | OMAP3: CPUidle: Fixed timer resolutionTero Kristo2010-01-201-1/+1
| | * | | | OMAP3: PM: Remove duplicate code blocksSanjeev Premi2010-01-201-18/+0
| | * | | | OMAP3: PM: Disable interrupt controller AUTOIDLE before WFITero Kristo2010-01-203-0/+16
| | * | | | OMAP3: PM: Enable system control module autoidleTero Kristo2010-01-201-0/+2
| | * | | | OMAP3: PM: Ack pending interrupts before entering suspendTero Kristo2010-01-203-0/+9
| | |/ / /
| * | | | OMAP1 clock: fix for "BUG: spinlock lockup on CPU#0"Paul Walmsley2010-01-201-3/+3
| * | | | OMAP4: clocks: Fix the clksel_rate struct DPLL divsRajendra Nayak2010-01-201-31/+31
| * | | | OMAP4: PRCM: Fix the base address for CHIRONSS reg definesRajendra Nayak2010-01-202-16/+18
| * | | | OMAP3: clock: Remove unnecessarily .init initializers from OMAP3 clocksRussell King2010-01-191-4/+0
| * | | | OMAP3: hwmod: Adding flag to prevent caching of sysconfig register.Thara Gopinath2010-01-192-1/+3
| |/ / /
* | | | Merge branch 'for-linus/samsung' of git://git.fluff.org/bjdooks/linuxLinus Torvalds2010-01-211-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | hmt: adjust for new pwm_backlight->notify prototypePeter Korsgaard2010-01-221-1/+1
* | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-01-213-3/+12
|\ \ \ \
| * | | | perf: x86: Add support for the ANY bitStephane Eranian2010-01-212-0/+8
| * | | | hw-breakpoints, perf: Fix broken mmiotrace due to dr6 by reference changeLuca Barbieri2010-01-171-3/+4
* | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2010-01-211-16/+6
|\ \ \ \ \
| * \ \ \ \ Merge branch 'misc' into releaseLen Brown2010-01-201-16/+6
| |\ \ \ \ \
| | * | | | | x86, ACPI: delete acpi_boot_table_init() return valueLen Brown2010-01-061-16/+6
* | | | | | | Merge branch 'sh/for-2.6.33' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-01-215-5/+7
|\ \ \ \ \ \ \
| * | | | | | | sh64: wire up sys_accept4.Paul Mundt2010-01-192-1/+3
| * | | | | | | sh: unwire sys_recvmmsg.Paul Mundt2010-01-192-3/+3
| * | | | | | | sh: ms7724: Correct sh-eth EEPROM polling timeout.Kuninori Morimoto2010-01-181-1/+1
* | | | | | | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-01-2112-57/+110
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | ARM: 5888/1: arm: Update comments in cacheflush.h and remove unnecessary V6 a...Tony Lindgren2010-01-193-7/+17
| * | | | | | | ARM: 5886/1: arm: Fix cpu_proc_fin() for proc-v7.S and make kexec workTony Lindgren2010-01-191-1/+8
| * | | | | | | ARM: 5885/1: arm: Flush TLB entries in setup_mm_for_reboot()Tony Lindgren2010-01-191-0/+2
| * | | | | | | ARM: 5884/1: arm: Fix DCC console for v7Tony Lindgren2010-01-193-0/+40
| * | | | | | | ARM: 5883/1: Revert "disable NX support for OABI-supporting kernels"Rabin Vincent2010-01-181-9/+0
| * | | | | | | ARM: 5882/1: ARM: Fix uncompress code compile for different defines of flush(...Tony Lindgren2010-01-183-3/+6
| * | | | | | | ARM: fix badly placed mach/plat entries in Kconfig & MakefileRussell King2010-01-172-37/+37
| | |_|_|_|/ / | |/| | | | |
* | | | | | | x86, apic: use logical flat for systems with <= 8 logical cpusSuresh Siddha2010-01-182-19/+4
* | | | | | | x86, apic: use physical mode for IBM summit platformsSuresh Siddha2010-01-181-0/+5
* | | | | | | Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2010-01-185-5/+20
|\ \ \ \ \ \ \
| * | | | | | | microblaze: pci_controller->arch_data really is a struct device_node *Michal Simek2010-01-181-1/+1
| * | | | | | | microblaze: Add missing double apostrophe in KconfigMichal Simek2010-01-181-1/+1
| * | | | | | | microblaze: Add PT_ macros for special purpose regsMichal Simek2010-01-181-0/+14
| * | | | | | | microblaze: Enable accept4 syscallMichal Simek2010-01-182-2/+2
| * | | | | | | microblaze: Wire up recvmmsg syscallMichal Simek2010-01-181-1/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2010-01-1870-1171/+3822
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Merge commit 'gcl/merge' into mergeBenjamin Herrenschmidt2010-01-157-101/+418
| |\ \ \ \ \ \
| | * | | | | | powerpc: Use scripts/mkuboot.sh instead of 'mkimage'Peter Tyser2009-12-301-2/+5
| | * | | | | | powerpc/5200: update defconfigsGrant Likely2009-12-306-99/+413
| * | | | | | | Merge commit 'kumar/merge' into mergeBenjamin Herrenschmidt2010-01-1552-1030/+3351
| |\ \ \ \ \ \ \
| | * | | | | | | powerpc: 2.6.33 update of defconfigs for embedded 6xx/7xxx, 8xx, 8xxxKumar Gala2010-01-0652-1030/+3351
| | | |_|/ / / / | | |/| | | | |