summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-03-2912-202/+696
|\
| * Input: wacom - check for allocation failure in probe()Dan Carpenter2012-03-291-0/+2
| * Merge branch 'next' into for-linusDmitry Torokhov2012-03-2712-202/+694
| |\
| | * Input: tegra-kbc - allocate pdata before using itViresh Kumar2012-03-271-0/+1
| | * Input: amijoy - add missing platform checkGeert Uytterhoeven2012-03-251-0/+3
| | * Input: wacom - wireless battery statusChris Bagwell2012-03-255-2/+64
| | * Input: wacom - create inputs when wireless connectChris Bagwell2012-03-254-10/+109
| | * Input: wacom - wireless monitor frameworkChris Bagwell2012-03-253-6/+62
| | * Input: wacom - isolate input registrationChris Bagwell2012-03-251-20/+33
| | * Input: sentelic - improve packet debugging informationOskari Saarenmaa2012-03-251-9/+34
| | * Input: sentelic - minor code cleanupTai-hwa Liang2012-03-251-1/+1
| | * Input: sentelic - enabling absolute coordinates output for newer hardwareTai-hwa Liang2012-03-252-4/+132
| | * Input: sentelic - refactor code for upcoming new hardware supportTai-hwa Liang2012-03-252-62/+94
| | * Input: gpio_keys - add support for interrupt only keysLaxman Dewangan2012-03-192-67/+150
| | * Input: gpio_keys - consolidate key destructor codeDmitry Torokhov2012-03-191-16/+14
| | * Input: revert "gpio_keys - switch to using threaded IRQs"David Jander2012-03-191-1/+1
| | * Input: gpio_keys - constify platform dataDmitry Torokhov2012-03-191-16/+15
| | * Input: spear-keyboard - remove kbd_set_plat_data()Viresh Kumar2012-03-191-7/+0
* | | Merge branch 'for-3.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-03-292-2/+2
|\ \ \
| * | | cgroup: cgroup_attach_task() could return -errno after successTejun Heo2012-03-291-1/+1
| * | | cgroup: update MAINTAINERS entryLi Zefan2012-03-291-1/+1
* | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-03-2935-74/+73
|\ \ \ \
| * \ \ \ Merge branch 'fixes' of git://github.com/hzhuang1/linux into fixesOlof Johansson2012-03-295-11/+6
| |\ \ \ \
| | * | | | ARM: pxa: fix build issue on stargate2Haojian Zhuang2012-03-301-1/+1
| | * | | | ARM: pxa: fix build issue on cm-x300Haojian Zhuang2012-03-301-1/+0
| | * | | | ARM: pxa: fix build failure for regulator consumer in em-x270.cPaul Gortmaker2012-03-301-5/+5
| | * | | | ARM: pxa: fix regulator related build fail in magician_defconfigPaul Gortmaker2012-03-282-4/+0
| * | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/...Olof Johansson2012-03-2926-55/+55
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'fixes-gpio-to-irq' into fixesTony Lindgren2012-03-2923-51/+48
| | |\ \ \ \ \
| | | * | | | | ARM: OMAP: Remove OMAP_GPIO_IRQ macro definitionTarun Kanti DebBarma2012-03-291-4/+0
| | | * | | | | drivers: input: Fix OMAP_GPIO_IRQ with gpio_to_irq() in ams_delta_serio_exit()Tarun Kanti DebBarma2012-03-291-1/+1
| | | * | | | | ARM: OMAP: boards: Fix OMAP_GPIO_IRQ usage with gpio_to_irq()Tarun Kanti DebBarma2012-03-2921-46/+47
| | * | | | | | Merge branch 'fix-dss-mux' into fixesTony Lindgren2012-03-291-4/+4
| | |\ \ \ \ \ \
| | | * | | | | | ARM: OMAP2+: Remove __init from DSI mux functionsTomi Valkeinen2012-03-191-4/+4
| | * | | | | | | ARM: OMAP: pm: fix compilation breakGovindraj.R2012-03-292-0/+3
| * | | | | | | | Merge branch 'for-3.4/fixes-for-rc1-and-v3.3' of git://git.kernel.org/pub/scm...Olof Johansson2012-03-293-7/+11
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ARM: tegra: Fix device tree AUXDATA for USB/EHCIStephen Warren2012-03-213-7/+11
| | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | ARM: LPC32xx: clock.c: Fix lpc-eth clock referenceRoland Stigge2012-03-291-1/+1
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-03-297-23/+464
|\ \ \ \ \ \ \ \
| * | | | | | | | dt: Linux DT usage model documentationGrant Likely2012-03-291-0/+412
| * | | | | | | | mtd: Move fdt partition documentation to a seperate fileJamie Lentin2012-03-286-23/+52
* | | | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-03-2914-87/+124
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86: Move is_ia32_task to asm/thread_info.h from asm/compat.hSrikar Dronamraju2012-03-132-9/+12
| * | | | | | | | | x86: Rename trap_no to trap_nr in thread_structSrikar Dronamraju2012-03-1310-22/+24
| * | | | | | | | | Merge branch 'x86/x32' into x86/cleanupsIngo Molnar2012-03-1391-2180/+1561
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86: Use enum instead of literals for trap valuesKees Cook2012-03-093-59/+91
* | | | | | | | | | | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-2991-2180/+1561
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x32: Fix alignment fail in struct compat_siginfoH. Peter Anvin2012-03-141-2/+2
| * | | | | | | | | | | x32: Fix stupid ia32/x32 inversion in the siginfo formatH. Peter Anvin2012-03-131-1/+1
| | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | x32: Add ptrace for x32H.J. Lu2012-03-052-2/+101