| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'pm-fixes-for-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2012-02-04 | 4 | -7/+44 |
|\ |
|
| * | PM / QoS: CPU C-state breakage with PM Qos change | Venkatesh Pallipadi | 2012-02-04 | 1 | -1/+13 |
| * | PM / Freezer: Thaw only kernel threads if freezing of kernel threads fails | Srivatsa S. Bhat | 2012-02-04 | 2 | -4/+27 |
| * | PM / Hibernate: Thaw kernel threads in SNAPSHOT_CREATE_IMAGE ioctl path | Srivatsa S. Bhat | 2012-02-01 | 1 | -2/+4 |
* | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-02-04 | 24 | -1094/+106 |
|\ \ |
|
| * | | ARM: bcmring: fix build failure in mach-bcmring/arch.c | Paul Gortmaker | 2012-02-04 | 1 | -1/+1 |
| * | | ARM: bcmring: remove unused DMA map code | JD Zheng | 2012-02-04 | 2 | -1008/+0 |
| * | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/... | Olof Johansson | 2012-01-29 | 13 | -46/+98 |
| |\ \ |
|
| | * \ | Merge branch 'omap_fixes_a_3.3rc' of git://git.pwsan.com/linux-2.6 into fixes | Tony Lindgren | 2012-01-26 | 6 | -29/+75 |
| | |\ \ |
|
| | | * | | ARM: OMAP3: hwmod data: register dss hwmods after dss_core | Ilya Yanok | 2012-01-25 | 1 | -6/+24 |
| | | * | | ARM: OMAP2/3: PRM: fix missing plat/irqs.h build breakage | Paul Walmsley | 2012-01-25 | 1 | -0/+1 |
| | | * | | ARM: OMAP2+: io: fix compilation breakage on 2420-only configs | Paul Walmsley | 2012-01-25 | 1 | -1/+3 |
| | | * | | ARM: OMAP4: hwmod data: Add names for DMIC memory address space | Peter Ujfalusi | 2012-01-25 | 1 | -0/+2 |
| | | * | | ARM: OMAP3: hwmod data: add SYSC_HAS_ENAWAKEUP for dispc | Tomi Valkeinen | 2012-01-25 | 1 | -1/+2 |
| | | * | | ARM: OMAP2+: hwmod data: split omap2/3 dispc hwmod class | Tomi Valkeinen | 2012-01-25 | 3 | -22/+44 |
| | * | | | ARM: OMAP2+: arch/arm/mach-omap2/smartreflex.c: add missing iounmap | Julia Lawall | 2012-01-26 | 1 | -1/+1 |
| | * | | | ARM: OMAP2+: arch/arm/mach-omap2/devices.c: introduce missing kfree | Julia Lawall | 2012-01-26 | 1 | -0/+1 |
| | * | | | ARM: OMAP: fix MMC2 loopback clock handling | Grazvydas Ignotas | 2012-01-26 | 1 | -4/+5 |
| | * | | | ARM: OMAP: fix erroneous mmc2 clock change on mmc3 setup | Grazvydas Ignotas | 2012-01-26 | 1 | -4/+3 |
| | * | | | ARM: OMAP2+: GPMC: fix device size setup | Yegor Yefremov | 2012-01-26 | 1 | -0/+6 |
| | * | | | ARM: OMAP2+: timer: Fix crash due to wrong arg to __omap_dm_timer_read_counter | Vaibhav Hiremath | 2012-01-26 | 1 | -1/+1 |
| | * | | | ARM: OMAP2: fix regulator warnings | Felipe Contreras | 2012-01-20 | 1 | -5/+5 |
| | * | | | ARM: OMAP2: fix omap3 touchbook kconfig warning | Felipe Contreras | 2012-01-20 | 1 | -1/+0 |
| | * | | | i2c: OMAP: Fix OMAP1 build error | Cousson, Benoit | 2012-01-20 | 1 | -1/+1 |
| | |/ / |
|
| * | | | Merge branch 'fixes' of git://gitorious.org/linux-davinci/linux-davinci into ... | Olof Johansson | 2012-01-29 | 8 | -39/+7 |
| |\ \ \ |
|
| | * | | | ARM: davinci: update mdio bus name | Sekhar Nori | 2012-01-27 | 7 | -7/+7 |
| | * | | | ARM: davinci: DA850: remove non-existing pll1_sysclk4-7 clocks | Bas van den Berg | 2012-01-20 | 1 | -32/+0 |
| | |/ / |
|
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2012-02-04 | 6 | -18/+84 |
|\ \ \ \ |
|
| * | | | | Input: i8042 - add Lenovo Ideapad U455 to 'reset' blacklist | Igor Murzov | 2012-02-03 | 1 | -0/+7 |
| * | | | | Input: serio_raw - return proper result when serio_raw_read fails | Che-Liang Chiou | 2012-02-01 | 1 | -6/+9 |
| * | | | | Input: document device properties | Henrik Rydberg | 2012-02-01 | 1 | -8/+64 |
| * | | | | Input: twl4030_keypad - fix comment (trivial) | Felipe Contreras | 2012-02-01 | 1 | -3/+1 |
| * | | | | Input: gpio_keys - fix struct device declared inside parameter list | Heiko Stübner | 2012-02-01 | 1 | -0/+2 |
| * | | | | Input: evdev - fix variable initialisation | Heiko Stübner | 2012-02-01 | 1 | -1/+1 |
* | | | | | Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2012-02-04 | 7 | -15/+20 |
|\ \ \ \ \ |
|
| * | | | | | i.MX SDMA: Fix burstsize settings | Philippe Rétornaz | 2012-02-02 | 1 | -2/+4 |
| * | | | | | ARM: mach-shmobile: both USB DMAC instances on sh7372 are slave-only | Guennadi Liakhovetski | 2012-02-01 | 1 | -0/+2 |
| * | | | | | dma: sh_dma: not all SH DMAC implementations support MEMCPY | Guennadi Liakhovetski | 2012-02-01 | 2 | -1/+3 |
| * | | | | | Merge branch fixes of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmae... | Vinod Koul | 2012-01-31 | 1 | -1/+1 |
| |\ \ \ \ \ |
|
| | * | | | | | dmaengine: fix missing 'cnt' in ?: in dmatest | Dr. David Alan Gilbert | 2012-01-23 | 1 | -1/+1 |
| | | |_|/ /
| | |/| | | |
|
| * | | | | | at_hdmac: bugfix for enabling channel irq | Nikolaus Voss | 2012-01-31 | 2 | -11/+10 |
| |/ / / / |
|
* | | | | | Merge branch 'akpm' | Linus Torvalds | 2012-02-04 | 11 | -28/+41 |
|\ \ \ \ \ |
|
| * | | | | | mm: compaction: check pfn_valid when entering a new MAX_ORDER_NR_PAGES block ... | Mel Gorman | 2012-02-03 | 1 | -0/+13 |
| * | | | | | readahead: fix pipeline break caused by block plug | Shaohua Li | 2012-02-03 | 1 | -4/+4 |
| * | | | | | kprobes: fix a memory leak in function pre_handler_kretprobe() | Jiang Liu | 2012-02-03 | 1 | -1/+5 |
| * | | | | | drivers/tty/vt/vt_ioctl.c: fix KDFONTOP 32bit compatibility layer | Samuel Thibault | 2012-02-03 | 1 | -1/+0 |
| * | | | | | lkdtm: avoid calling lkdtm_do_action() with spinlock held | Cong Wang | 2012-02-03 | 1 | -1/+5 |
| * | | | | | mm/filemap_xip.c: fix race condition in xip_file_fault() | Carsten Otte | 2012-02-03 | 1 | -1/+6 |
| * | | | | | mm/memcontrol.c: fix warning with CONFIG_NUMA=n | Andrew Morton | 2012-02-03 | 1 | -1/+2 |
| * | | | | | avr32: select generic atomic64_t support | Fabio Baltieri | 2012-02-03 | 1 | -0/+1 |