index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
proc
/
softirqs.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-12-18
checkpatch: warn on CamelCase variable names
Joe Perches
1
-6
/
+13
2012-12-18
checkpatch: add support for floating point constants
Joe Perches
1
-1
/
+5
2012-12-18
checkpatch: find hex constants as a single IDENT
Joe Perches
1
-1
/
+1
2012-12-18
checkpatch: add --strict test for switch/default missing break
Joe Perches
1
-2
/
+16
2012-12-18
checkpatch: warn when declaring "struct spinlock foo;"
Joe Perches
1
-0
/
+6
2012-12-18
checkpatch: Add --strict messages for blank lines around braces
Joe Perches
1
-0
/
+10
2012-12-18
checkpatch: extend line continuation test
Joe Perches
1
-1
/
+3
2012-12-18
checkpatch: allow control over line length warning, default remains 80
Joe Perches
1
-3
/
+6
2012-12-18
checkpatch: consolidate if (foo) bar(foo) checks and add debugfs_remove
Andy Whitcroft
1
-14
/
+6
2012-12-18
checkpatch: remove reference to feature-removal-schedule.txt
Tao Ma
1
-37
/
+0
2012-12-18
checkpatch: warn about using CONFIG_EXPERIMENTAL
Kees Cook
1
-0
/
+13
2012-12-18
checkpatch: warn on unnecessary line continuations
Joe Perches
1
-0
/
+9
2012-12-18
compat: generic compat_sys_sched_rr_get_interval() implementation
Catalin Marinas
12
-63
/
+29
2012-12-18
lib/rbtree_test.c: fix uninitialized variable warning
Cong Ding
1
-1
/
+1
2012-12-18
percpu_rw_semaphore: introduce CONFIG_PERCPU_RWSEM
Oleg Nesterov
4
-1
/
+7
2012-12-18
percpu_rw_semaphore: add lockdep annotations
Oleg Nesterov
2
-5
/
+26
2012-12-18
percpu_rw_semaphore: kill ->writer_mutex, add ->write_ctr
Oleg Nesterov
2
-20
/
+18
2012-12-18
percpu_rw_semaphore: reimplement to not block the readers unnecessarily
Oleg Nesterov
3
-71
/
+168
2012-12-18
sscanf: don't ignore field widths for numeric conversions
Jan Beulich
1
-43
/
+53
2012-12-18
drivers/of/fdt.c: re-use kernel's kbasename()
Andy Shevchenko
1
-8
/
+2
2012-12-18
trace: use kbasename()
Andy Shevchenko
1
-4
/
+4
2012-12-18
procfs: use kbasename()
Andy Shevchenko
1
-5
/
+1
2012-12-18
mm: use kbasename()
Andy Shevchenko
1
-5
/
+3
2012-12-18
lib: dynamic_debug: use kbasename()
Andy Shevchenko
1
-8
/
+1
2012-12-18
string: introduce helper to get base file name from given path
Andy Shevchenko
1
-0
/
+11
2012-12-18
MAINTAINERS: add LP855x backlight driver entry
Kim, Milo
1
-0
/
+7
2012-12-18
backlight: corgi_lcd: Use gpio_set_value_cansleep() to avoid WARN_ON
Marko Katic
1
-2
/
+2
2012-12-18
drivers/video/backlight/lms283gf05.c: use GPIOF_INIT flags when using devm_gp...
Jingoo Han
1
-1
/
+2
2012-12-18
drivers/video/backlight/lcd.c: return ENXIO when ops functions cannot be called
Jingoo Han
1
-2
/
+6
2012-12-18
backlight: 88pm860x_bl: remove an unnecessary line continuation
Jingoo Han
1
-2
/
+1
2012-12-18
drivers/video/backlight/pandora_bl.c: change TWL4030_MODULE_PWM0 to TWL_MODUL...
Peter Ujfalusi
1
-5
/
+3
2012-12-18
backlight: add of_find_backlight_by_node()
Thierry Reding
2
-0
/
+39
2012-12-18
drivers/video/backlight/lm3639_bl.c: fix up world writable sysfs file
Axel Lin
1
-1
/
+1
2012-12-18
drivers/video/backlight/max8925_bl.c: drop devm_kfree of devm_kzalloc'd data
Jingoo Han
1
-8
/
+3
2012-12-18
drivers/video/backlight/88pm860x_bl.c: drop devm_kfree of devm_kzalloc'd data
Jingoo Han
1
-8
/
+3
2012-12-18
drivers/video/backlight/s6e63m0.c: remove unnecessary cast of void pointer
Jingoo Han
1
-1
/
+1
2012-12-18
drivers/video/backlight/vgg2432a4.c: add missing const
Jingoo Han
3
-6
/
+6
2012-12-18
drivers/video/backlight/tdo24m.c: add missing const
Jingoo Han
1
-13
/
+14
2012-12-18
drivers/video/backlight/lms283gf05.c: add missing const
Jingoo Han
1
-3
/
+3
2012-12-18
drivers/video/backlight/da9052_bl.c: add missing const
Jingoo Han
1
-1
/
+1
2012-12-18
drivers/video/backlight/lp855x_bl.c: remove unnecessary mutex code
Kim, Milo
1
-13
/
+1
2012-12-18
drivers/video/backlight/lp855x_bl.c: use generic PWM functions
Kim, Milo
3
-26
/
+30
2012-12-18
backlight: tosa: use devm_gpio_request_one
Jingoo Han
2
-10
/
+4
2012-12-18
backlight: lms283gf05: use devm_gpio_request_one
Jingoo Han
1
-7
/
+3
2012-12-18
backlight: vgg2432a4: fix checkpatch warning
Jingoo Han
1
-1
/
+1
2012-12-18
backlight: tosa: fix checkpatch error and warning
Jingoo Han
2
-8
/
+9
2012-12-18
backlight: tdo24m: fix checkpatch warning
Jingoo Han
1
-3
/
+3
2012-12-18
backlight: platform_lcd: fix checkpatch error
Jingoo Han
1
-1
/
+1
2012-12-18
backlight: pcf50633: fix checkpatch warning
Jingoo Han
1
-3
/
+5
2012-12-18
backlight: omap1: fix checkpatch warning
Jingoo Han
1
-2
/
+2
[next]