Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | Merge tag 'v3.7-rc4' | Tomi Valkeinen | 2012-11-16 | 509 | -4929/+5682 | |
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | ||||||
| | * | | | | | | | OMAPDSS: split hdmi muxing function | Tomi Valkeinen | 2012-10-29 | 1 | -5/+10 | |
| | * | | | | | | | Merge branch '3.8/vrfb-conversion' | Tomi Valkeinen | 2012-10-18 | 4 | -89/+61 | |
| | |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | video: da8xx-fb: clk_get on connection id fck | Manjunathappa | 2012-11-27 | 3 | -2/+3 | |
| * | | | | | | | | | da8xx-fb: cleanup LCDC configurations | Manjunathappa, Prakash | 2012-11-27 | 1 | -21/+1 | |
| * | | | | | | | | | Merge branch 'lcdc-next' of git://linuxtv.org/pinchartl/fbdev into for-linus | Tomi Valkeinen | 2012-11-27 | 8 | -132/+117 | |
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||||
| | * | | | | | | | | sh: kfr2r09: Use the backlight API for brightness control | Laurent Pinchart | 2012-11-21 | 3 | -19/+10 | |
| | * | | | | | | | | ARM: mach-shmobile: ag5evm: Use the backlight API for brightness control | Laurent Pinchart | 2012-11-21 | 1 | -16/+29 | |
| | * | | | | | | | | sh: ecovec24: Remove unused get_brightness LCDC callback | Laurent Pinchart | 2012-11-21 | 1 | -6/+0 | |
| | * | | | | | | | | sh: ap325rxa: Remove unused get_brightness LCDC callback | Laurent Pinchart | 2012-11-21 | 1 | -6/+0 | |
| | * | | | | | | | | ARM: mach-shmobile: mackerel: Removed unused get_brightness callback | Laurent Pinchart | 2012-11-21 | 1 | -6/+0 | |
| | * | | | | | | | | ARM: mach-shmobile: Remove the unused sh_mipi_dsi_info lcd_chan field | Laurent Pinchart | 2012-11-21 | 2 | -6/+0 | |
| | * | | | | | | | | ARM: mach-shmobile: Initiliaze the new sh_mipi_dsi_info channel field | Laurent Pinchart | 2012-11-21 | 2 | -0/+2 | |
| | * | | | | | | | | ARM: mach-shmobile: ag5evm: Add LCDC tx_dev field to platform data | Laurent Pinchart | 2012-11-21 | 1 | -77/+80 | |
| | | |_|_|/ / / / | | |/| | | | | | | ||||||
* | | | | | | | | | Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze | Linus Torvalds | 2012-12-15 | 48 | -577/+679 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | microblaze: signal: Declare do_notify_resume | Michal Simek | 2012-12-13 | 2 | -1/+3 | |
| * | | | | | | | | | microblaze: lib: Add lib function declarations | Michal Simek | 2012-12-13 | 1 | -0/+7 | |
| * | | | | | | | | | microblaze: lib: Remove helper macros | Michal Simek | 2012-12-13 | 1 | -16/+12 | |
| * | | | | | | | | | microblaze: Add static qualifiers | Michal Simek | 2012-12-13 | 2 | -3/+3 | |
| * | | | | | | | | | microblaze: Wire-up new system call kcmp | Michal Simek | 2012-12-13 | 2 | -1/+3 | |
| * | | | | | | | | | microblaze: Fix intc_enable_or_unmask function | Michal Simek | 2012-12-13 | 1 | -1/+2 | |
| * | | | | | | | | | microblaze: Do not initialized regs->r1 twice in ELF_PLAT_INIT | Michal Simek | 2012-12-13 | 1 | -1/+1 | |
| * | | | | | | | | | microblaze: Remove passing the second arg to schedule_tail | Michal Simek | 2012-12-13 | 1 | -1/+0 | |
| * | | | | | | | | | UAPI: (Scripted) Disintegrate arch/microblaze/include/asm | David Howells | 2012-12-13 | 38 | -552/+649 | |
| * | | | | | | | | | microblaze: uaccess.h: Fix timerfd syscall | Michal Simek | 2012-12-13 | 1 | -2/+1 | |
| * | | | | | | | | | microblaze: Remove BIP from childregs | Michal Simek | 2012-12-13 | 1 | -1/+0 | |
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2012-12-15 | 22 | -620/+3160 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | crypto: cast5/cast6 - move lookup tables to shared module | Jussi Kivilinna | 2012-12-06 | 2 | -16/+16 | |
| * | | | | | | | | | | crypto: camellia - add AES-NI/AVX/x86_64 assembler implementation of camellia... | Jussi Kivilinna | 2012-11-09 | 3 | -0/+1663 | |
| * | | | | | | | | | | crypto: camellia-x86_64 - share common functions and move structures and func... | Jussi Kivilinna | 2012-11-09 | 2 | -57/+105 | |
| * | | | | | | | | | | crypto: cast5/avx - avoid using temporary stack buffers | Jussi Kivilinna | 2012-10-24 | 2 | -131/+280 | |
| * | | | | | | | | | | crypto: serpent/avx - avoid using temporary stack buffers | Jussi Kivilinna | 2012-10-24 | 3 | -115/+121 | |
| * | | | | | | | | | | crypto: twofish/avx - avoid using temporary stack buffers | Jussi Kivilinna | 2012-10-24 | 2 | -129/+152 | |
| * | | | | | | | | | | crypto: cast6/avx - avoid using temporary stack buffers | Jussi Kivilinna | 2012-10-24 | 3 | -125/+227 | |
| * | | | | | | | | | | crypto: x86/glue_helper - use le128 instead of u128 for CTR mode | Jussi Kivilinna | 2012-10-24 | 9 | -58/+64 | |
| * | | | | | | | | | | crypto: crc32c - Optimize CRC32C calculation with PCLMULQDQ instruction | Tim Chen | 2012-10-15 | 3 | -0/+542 | |
| * | | | | | | | | | | crypto: crc32c - Rename crc32c-intel.c to crc32c-intel_glue.c | Tim Chen | 2012-10-15 | 2 | -0/+1 | |
* | | | | | | | | | | | Revert "x86, mm: Include the entire kernel memory map in trampoline_pgd" | Linus Torvalds | 2012-12-15 | 3 | -128/+3 | |
* | | | | | | | | | | | Merge tag 'disintegrate-x86-20121214' of git://git.infradead.org/users/dhowel... | Linus Torvalds | 2012-12-14 | 80 | -1428/+1587 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | UAPI: (Scripted) Disintegrate arch/x86/include/asm | David Howells | 2012-12-14 | 80 | -1428/+1587 | |
* | | | | | | | | | | | | Merge tag 'mvebu' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2012-12-14 | 44 | -192/+1574 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge tag 'mvebu_cache_l2x0_for_3.8' of git://git.infradead.org/users/jcooper... | Olof Johansson | 2012-11-30 | 4 | -0/+18 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | arm: mvebu: add Aurora L2 Cache Controller to the DT | Gregory CLEMENT | 2012-11-27 | 2 | -0/+13 | |
| | * | | | | | | | | | | | | arm: mvebu: add L2 cache support | Gregory CLEMENT | 2012-11-27 | 2 | -0/+5 | |
| * | | | | | | | | | | | | | Merge tag 'mvebu_everything_for_3.8' of git://git.infradead.org/users/jcooper... | Olof Johansson | 2012-11-30 | 44 | -190/+1556 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | | | | | | / / / / / / / / | | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Merge branch 'mvebu-misc-fixes' of git://github.com/MISL-EBU-System-SW/mainli... | Jason Cooper | 2012-11-24 | 3 | -7/+6 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | arm: mvebu: fix address decoding armada_cfg_base() function | Thomas Petazzoni | 2012-11-22 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | Merge tag 'marvell-armadaxp-smp-for-3.8' of github.com:MISL-EBU-System-SW/mai... | Thomas Petazzoni | 2012-11-22 | 19 | -9/+639 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'for-jason-1/cleanup' into mevbu-dt-additions | Thomas Petazzoni | 2012-11-22 | 2 | -6/+5 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | | | | | | arm: mvebu: fix typo in machine name for Armada 370/XP | Thomas Petazzoni | 2012-11-14 | 1 | -1/+1 |