| Commit message (Expand) | Author | Files | Lines |
2010-11-17 | ARM: imx: dynamically allocate mx2-camera device | Uwe Kleine-König | 8 | -35/+76 |
2010-11-17 | ARM: imx/gpio: remove some useless casts | Uwe Kleine-König | 1 | -2/+2 |
2010-11-17 | ARM: imx: dynamically allocate mx1-camera device | Uwe Kleine-König | 7 | -30/+57 |
2010-11-17 | ARM: imx: allow specifying a dma mask when creating a platform device | Uwe Kleine-König | 2 | -4/+33 |
2010-11-17 | ARM: imx: dynamically allocate imx_udc device | Uwe Kleine-König | 7 | -52/+103 |
2010-11-17 | ARM: imx: remove unused devices | Uwe Kleine-König | 2 | -86/+0 |
2010-11-17 | ARM: imx: dynamically allocate mxc_w1 devices | Uwe Kleine-König | 19 | -37/+86 |
2010-11-17 | ARM: imx: remove deprecated symbols as all users are gone now | Uwe Kleine-König | 7 | -504/+0 |
2010-11-17 | ARM: imx/debug-macro: rework using the new io mapping macro | Uwe Kleine-König | 5 | -35/+7 |
2010-11-17 | ARM: imx: change static io mapping to use a function | Uwe Kleine-König | 11 | -208/+89 |
2010-11-17 | ARM: imx: remove last explicit users of virtual base address defines | Uwe Kleine-König | 4 | -14/+13 |
2010-11-17 | ARM: imx: use MXxy_IO_P2V macros to setup static mappings | Uwe Kleine-König | 8 | -166/+56 |
2010-11-17 | ARM: imx: refactor the io mapping macro | Uwe Kleine-König | 10 | -48/+61 |
2010-11-17 | ARM: mx3: fix the last users of IMX_NEEDS_DEPRECATED_SYMBOLS | Uwe Kleine-König | 3 | -59/+61 |
2010-10-27 | fix braino in fs: do not assign default i_ino in new_inode | Al Viro | 1 | -1/+1 |
2010-10-27 | vmwgfx: Implement a proper GMR eviction mechanism | Thomas Hellstrom | 9 | -160/+252 |
2010-10-27 | drm/radeon/kms: fix r6xx/7xx 1D tiling CS checker v2 | Alex Deucher | 1 | -0/+3 |
2010-10-27 | docbook: add idr/ida to kernel-api docbook | Randy Dunlap | 3 | -24/+32 |
2010-10-27 | docbook: add more wait/wake/completion to device-drivers docbook | Randy Dunlap | 3 | -8/+13 |
2010-10-27 | documentation: update sysrq.txt magic sysrq keys | Randy Dunlap | 1 | -2/+5 |
2010-10-27 | scripts/checkpatch.pl: add check for declaration of pci_device_id | Joe Perches | 1 | -0/+5 |
2010-10-27 | scripts/checkpatch.pl: add warnings for static char that could be static cons... | Joe Perches | 1 | -0/+12 |
2010-10-27 | checkpatch: version 0.31 | Andy Whitcroft | 1 | -1/+1 |
2010-10-27 | checkpatch: statement/block context analyser should look at sanitised lines | Andy Whitcroft | 1 | -6/+6 |
2010-10-27 | checkpatch: handle EXPORT_SYMBOL for DEVICE_ATTR and similar | Andy Whitcroft | 1 | -1/+10 |
2010-10-27 | checkpatch: clean up structure definition macro handline | Andy Whitcroft | 1 | -2/+2 |
2010-10-27 | checkpatch: update copyright dates | Andy Whitcroft | 1 | -1/+1 |
2010-10-27 | checkpatch: Add additional attribute #defines | Joe Perches | 1 | -0/+14 |
2010-10-27 | checkpatch: check for incorrect permissions | Rabin Vincent | 1 | -1/+13 |
2010-10-27 | checkpatch: ensure kconfig help checks only apply when we are adding help | Andy Whitcroft | 1 | -5/+21 |
2010-10-27 | checkpatch: simplify and consolidate "missing space after" checks | Andy Whitcroft | 1 | -10/+5 |
2010-10-27 | checkpatch: add check for space after struct, union, and enum | Andy Whitcroft | 1 | -0/+10 |
2010-10-27 | checkpatch: returning errno typically should be negative | Andy Whitcroft | 1 | -0/+7 |
2010-10-27 | checkpatch: handle casts better fixing false categorisation of : as binary | Andy Whitcroft | 1 | -0/+5 |
2010-10-27 | checkpatch: ensure we do not collapse bracketed sections into constants | Andy Whitcroft | 1 | -3/+4 |
2010-10-27 | checkpatch: suggest cleanpatch and cleanfile when appropriate | Andy Whitcroft | 1 | -0/+13 |
2010-10-27 | checkpatch: types may sit on a line on their own | Andy Whitcroft | 1 | -1/+1 |
2010-10-27 | checkpatch: fix regressions in "fix handling of leading spaces" | Andy Whitcroft | 1 | -3/+6 |
2010-10-27 | div64_u64(): improve precision on 32bit platforms | Brian Behlendorf | 3 | -10/+59 |
2010-10-27 | lib/parser: cleanup match_number() | Namhyung Kim | 1 | -3/+4 |
2010-10-27 | percpu_counter: use this_cpu_ptr() instead of per_cpu_ptr() | Christoph Lameter | 1 | -3/+3 |
2010-10-27 | lib/list_sort: test: check element addresses | Artem Bityutskiy | 1 | -8/+67 |
2010-10-27 | lib/list_sort: test: unify test messages | Artem Bityutskiy | 1 | -9/+10 |
2010-10-27 | lib/list_sort: test: improve errors handling | Artem Bityutskiy | 1 | -27/+38 |
2010-10-27 | lib/list_sort: test: use generic random32 | Artem Bityutskiy | 1 | -12/+15 |
2010-10-27 | lib/list_sort: test: use more reasonable printk levels | Artem Bityutskiy | 1 | -8/+8 |
2010-10-27 | lib/Kconfig.debug: add list_sort debugging switch | Artem Bityutskiy | 2 | -2/+11 |
2010-10-27 | percpu_counter: add debugobj support | Tejun Heo | 2 | -0/+56 |
2010-10-27 | idr: fix idr_pre_get() locking description | Naohiro Aota | 1 | -11/+13 |
2010-10-27 | lib/bitmap.c: use hex_to_bin() | Andy Shevchenko | 1 | -2/+1 |