aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | 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
| | |/
| * | Merge branch 'for_2.6.33rc_d' of git://git.pwsan.com/linux-2.6 into omap-fixe...Tony Lindgren2010-01-207-55/+55
| |\ \ | | |/ | |/|
| | * 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 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-01-241-1/+2
|\ \
| * | clockevent: Don't remove broadcast device when cpu is deadXiaotian Feng2010-01-181-1/+2
* | | Merge branch 'for-linus/i2c' of git://git.fluff.org/bjdooks/linuxLinus Torvalds2010-01-241-12/+14
|\ \ \
| * | | i2c: imx: call ioremap only after request_mem_regionUwe Kleine-König2010-01-241-10/+11
| * | | i2c: mxc: let time to generate stop bitValentin Longchamp2010-01-241-2/+3
* | | | Merge git://git.infradead.org/~dwmw2/mtd-2.6.33Linus Torvalds2010-01-2411-5/+379
|\ \ \ \
| * | | | mtd: tests: fix read, speed and stress tests on NOR flashMorten Thunberg Svendsen2010-01-133-3/+16
| * | | | mtd: Really add ARM pismo supportRussell King - ARM Linux2010-01-133-0/+354
| * | | | kmsg_dump: Dump on crash_kexec as wellKOSAKI Motohiro2009-12-315-2/+9
* | | | | 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
* | | | | Linux 2.6.33-rc5Linus Torvalds2010-01-211-1/+1
* | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-01-218-12/+35
|\ \ \ \ \
| * | | | | perf: x86: Add support for the ANY bitStephane Eranian2010-01-212-0/+8
| * | | | | perf: Change the is_software_event() definitionPeter Zijlstra2010-01-211-3/+8
| * | | | | perf: Honour event state for aux stream dataPeter Zijlstra2010-01-211-0/+9
| * | | | | perf: Fix perf_event_do_pending() fallback callsitePeter Zijlstra2010-01-211-2/+1
| * | | | | perf kmem: Print usage help for unknown commandsPekka Enberg2010-01-201-1/+2
| * | | | | perf kmem: Increase "Hit" column lengthPekka Enberg2010-01-201-2/+2
| * | | | | hw-breakpoints, perf: Fix broken mmiotrace due to dr6 by reference changeLuca Barbieri2010-01-171-3/+4
| * | | | | perf timechart: Use tid not pid for COMM changeArjan van de Ven2010-01-171-1/+1
* | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-01-213-3/+6
|\ \ \ \ \ \
| * | | | | | sched: Reassign prev and switch_count when reacquire_kernel_lock() failYong Zhang2010-01-211-1/+4
| * | | | | | sched: Fix vmark regression on big machinesMike Galbraith2010-01-212-2/+2
* | | | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-01-211-2/+3
|\ \ \ \ \ \ \
| * | | | | | | libata: retry FS IOs even if it has failed with AC_ERR_INVALIDTejun Heo2010-01-201-2/+3
| |/ / / / / /
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2010-01-217-73/+54
|\ \ \ \ \ \ \
| * | | | | | | tty: fix race in tty_fasyncGreg Kroah-Hartman2010-01-201-1/+1
| * | | | | | | serial: serial_cs: oxsemi quirk breaks resumePavel Machek2010-01-201-1/+2
| * | | | | | | serial: imx: bit &/| confusionRoel Kluin2010-01-201-1/+1
| * | | | | | | serial: Fix crash if the minimum rate of the device is > 9600 baudAlan Cox2010-01-201-5/+12
| * | | | | | | serial-core: resume serial hardware with no_console_suspendStanislav Brabec2010-01-201-55/+33
| * | | | | | | serial: 8250_pnp: use wildcard for serial Wacom tabletsMatthew Garrett2010-01-201-9/+1
| * | | | | | | nozomi: quick fix for the close/close bugAlan Cox2010-01-201-1/+1
| * | | | | | | compat_ioctl: Supress "unknown cmd" message on serial /dev/consoleAtsushi Nemoto2010-01-201-0/+3
| |/ / / / / /