summaryrefslogtreecommitdiffstats
path: root/fs/ntfs (unfollow)
Commit message (Expand)AuthorFilesLines
2012-12-18checkpatch: warn on CamelCase variable namesJoe Perches1-6/+13
2012-12-18checkpatch: add support for floating point constantsJoe Perches1-1/+5
2012-12-18checkpatch: find hex constants as a single IDENTJoe Perches1-1/+1
2012-12-18checkpatch: add --strict test for switch/default missing breakJoe Perches1-2/+16
2012-12-18checkpatch: warn when declaring "struct spinlock foo;"Joe Perches1-0/+6
2012-12-18checkpatch: Add --strict messages for blank lines around bracesJoe Perches1-0/+10
2012-12-18checkpatch: extend line continuation testJoe Perches1-1/+3
2012-12-18checkpatch: allow control over line length warning, default remains 80Joe Perches1-3/+6
2012-12-18checkpatch: consolidate if (foo) bar(foo) checks and add debugfs_removeAndy Whitcroft1-14/+6
2012-12-18checkpatch: remove reference to feature-removal-schedule.txtTao Ma1-37/+0
2012-12-18checkpatch: warn about using CONFIG_EXPERIMENTALKees Cook1-0/+13
2012-12-18checkpatch: warn on unnecessary line continuationsJoe Perches1-0/+9
2012-12-18compat: generic compat_sys_sched_rr_get_interval() implementationCatalin Marinas12-63/+29
2012-12-18lib/rbtree_test.c: fix uninitialized variable warningCong Ding1-1/+1
2012-12-18percpu_rw_semaphore: introduce CONFIG_PERCPU_RWSEMOleg Nesterov4-1/+7
2012-12-18percpu_rw_semaphore: add lockdep annotationsOleg Nesterov2-5/+26
2012-12-18percpu_rw_semaphore: kill ->writer_mutex, add ->write_ctrOleg Nesterov2-20/+18
2012-12-18percpu_rw_semaphore: reimplement to not block the readers unnecessarilyOleg Nesterov3-71/+168
2012-12-18sscanf: don't ignore field widths for numeric conversionsJan Beulich1-43/+53
2012-12-18drivers/of/fdt.c: re-use kernel's kbasename()Andy Shevchenko1-8/+2
2012-12-18trace: use kbasename()Andy Shevchenko1-4/+4
2012-12-18procfs: use kbasename()Andy Shevchenko1-5/+1
2012-12-18mm: use kbasename()Andy Shevchenko1-5/+3
2012-12-18lib: dynamic_debug: use kbasename()Andy Shevchenko1-8/+1
2012-12-18string: introduce helper to get base file name from given pathAndy Shevchenko1-0/+11
2012-12-18MAINTAINERS: add LP855x backlight driver entryKim, Milo1-0/+7
2012-12-18backlight: corgi_lcd: Use gpio_set_value_cansleep() to avoid WARN_ONMarko Katic1-2/+2
2012-12-18drivers/video/backlight/lms283gf05.c: use GPIOF_INIT flags when using devm_gp...Jingoo Han1-1/+2
2012-12-18drivers/video/backlight/lcd.c: return ENXIO when ops functions cannot be calledJingoo Han1-2/+6
2012-12-18backlight: 88pm860x_bl: remove an unnecessary line continuationJingoo Han1-2/+1
2012-12-18drivers/video/backlight/pandora_bl.c: change TWL4030_MODULE_PWM0 to TWL_MODUL...Peter Ujfalusi1-5/+3
2012-12-18backlight: add of_find_backlight_by_node()Thierry Reding2-0/+39
2012-12-18drivers/video/backlight/lm3639_bl.c: fix up world writable sysfs fileAxel Lin1-1/+1
2012-12-18drivers/video/backlight/max8925_bl.c: drop devm_kfree of devm_kzalloc'd dataJingoo Han1-8/+3
2012-12-18drivers/video/backlight/88pm860x_bl.c: drop devm_kfree of devm_kzalloc'd dataJingoo Han1-8/+3
2012-12-18drivers/video/backlight/s6e63m0.c: remove unnecessary cast of void pointerJingoo Han1-1/+1
2012-12-18drivers/video/backlight/vgg2432a4.c: add missing constJingoo Han3-6/+6
2012-12-18drivers/video/backlight/tdo24m.c: add missing constJingoo Han1-13/+14
2012-12-18drivers/video/backlight/lms283gf05.c: add missing constJingoo Han1-3/+3
2012-12-18drivers/video/backlight/da9052_bl.c: add missing constJingoo Han1-1/+1
2012-12-18drivers/video/backlight/lp855x_bl.c: remove unnecessary mutex codeKim, Milo1-13/+1
2012-12-18drivers/video/backlight/lp855x_bl.c: use generic PWM functionsKim, Milo3-26/+30
2012-12-18backlight: tosa: use devm_gpio_request_oneJingoo Han2-10/+4
2012-12-18backlight: lms283gf05: use devm_gpio_request_oneJingoo Han1-7/+3
2012-12-18backlight: vgg2432a4: fix checkpatch warningJingoo Han1-1/+1
2012-12-18backlight: tosa: fix checkpatch error and warningJingoo Han2-8/+9
2012-12-18backlight: tdo24m: fix checkpatch warningJingoo Han1-3/+3
2012-12-18backlight: platform_lcd: fix checkpatch errorJingoo Han1-1/+1
2012-12-18backlight: pcf50633: fix checkpatch warningJingoo Han1-3/+5
2012-12-18backlight: omap1: fix checkpatch warningJingoo Han1-2/+2