index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
autofs: fix the return value of autofs4_fill_super
Rui Xiang
2014-01-23
1
-5
/
+8
*
autofs4: translate pids to the right namespace for the daemon
Miklos Szeredi
2014-01-23
1
-2
/
+14
*
autofs4: allow autofs to work outside the initial PID namespace
Sukadev Bhattiprolu
2014-01-23
3
-13
/
+43
*
init: fix possible format string bug
Tetsuo Handa
2014-01-23
2
-4
/
+5
*
init/main.c: remove unused declaration of tc_init()
Geert Uytterhoeven
2014-01-23
1
-4
/
+0
*
fs/ramfs: move ramfs_aops to inode.c
Axel Lin
2014-01-23
4
-15
/
+7
*
fs/ramfs/file-nommu.c: make ramfs_nommu_get_unmapped_area() and ramfs_nommu_m...
Axel Lin
2014-01-23
2
-9
/
+8
*
fs: binfmt_elf: remove unused defines INTERPRETER_NONE and INTERPRETER_ELF
Todor Minchev
2014-01-23
1
-3
/
+0
*
checkpatch: prefer ether_addr_copy to memcpy(foo, bar, ETH_ALEN)
Joe Perches
2014-01-23
1
-0
/
+10
*
checkpatch: add DT compatible string documentation checks
Rob Herring
2014-01-23
1
-0
/
+27
*
checkpatch: only flag FSF address, not gnu.org URL
Alexander Duyck
2014-01-23
1
-3
/
+1
*
checkpatch: add tests for function pointer style misuses
Joe Perches
2014-01-23
1
-0
/
+59
*
checkpatch: update the FSF/GPL address check
Joe Perches
2014-01-23
1
-5
/
+6
*
checkpatch: check for if's with unnecessary parentheses
Joe Perches
2014-01-23
1
-0
/
+14
*
checkpatch: improve space before tab --fix option
Joe Perches
2014-01-23
1
-2
/
+4
*
checkpatch: add a --fix-inplace option
Joe Perches
2014-01-23
1
-1
/
+9
*
checkpatch: attempt to find missing switch/case break;
Joe Perches
2014-01-23
1
-0
/
+25
*
checkpatch: add warning of future __GFP_NOFAIL use
David Rientjes
2014-01-23
1
-0
/
+6
*
checkpatch: warn only on "space before semicolon" at end of line
Joe Perches
2014-01-23
1
-1
/
+1
*
checkpatch: more comprehensive split strings warning
Joe Perches
2014-01-23
1
-8
/
+4
*
firmware/dmi_scan: generalize for use by other archs
Ard Biesheuvel
2014-01-23
6
-15
/
+24
*
test: check copy_to/from_user boundary validation
Kees Cook
2014-01-23
5
-0
/
+138
*
test: add minimal module for verification testing
Kees Cook
2014-01-23
3
-0
/
+48
*
lib/cmdline.c: declare exported symbols immediately
Felipe Contreras
2014-01-23
1
-3
/
+2
*
lib/cmdline.c: fix style issues
Felipe Contreras
2014-01-23
1
-5
/
+4
*
lib/kstrtox.c: remove redundant cleanup
Felipe Contreras
2014-01-23
1
-1
/
+0
*
backlight: lp8788: remove unnecessary parentheses
Jingoo Han
2014-01-23
1
-3
/
+3
*
backlight: lp855x: remove unnecessary parentheses
Jingoo Han
2014-01-23
1
-1
/
+1
*
backlight: kb3886_bl: fix incorrect placement of __initdata marker
Jingoo Han
2014-01-23
1
-1
/
+1
*
backlight: tosa: use devm_lcd_device_register()
Jingoo Han
2014-01-23
1
-4
/
+2
*
backlight: l4f00242t03: use devm_lcd_device_register()
Jingoo Han
2014-01-23
1
-4
/
+2
*
backlight: jornada720: use devm_lcd_device_register()
Jingoo Han
2014-01-23
1
-11
/
+2
*
backlight: tosa: use devm_backlight_device_register()
Jingoo Han
2014-01-23
1
-4
/
+3
*
backlight: ot200_bl: use devm_backlight_device_register()
Jingoo Han
2014-01-23
1
-6
/
+3
*
backlight: omap1: use devm_backlight_device_register()
Jingoo Han
2014-01-23
1
-12
/
+2
*
backlight: hp680_bl: use devm_backlight_device_register()
Jingoo Han
2014-01-23
1
-4
/
+2
*
backlight: jornada720: use devm_backlight_device_register()
Jingoo Han
2014-01-23
1
-12
/
+3
*
MAINTAINERS: remove unnecessary EXYNOS DP DRIVER F: pattern
Jingoo Han
2014-01-23
1
-1
/
+0
*
MAINTAINERS: describe differences between F: and N: patterns
Joe Perches
2014-01-23
1
-0
/
+5
*
MAINTAINERS: add an entry for the Macintosh HFSPlus Filesystem
Geert Uytterhoeven
2014-01-23
1
-0
/
+6
*
get_maintainer: add commit author information to --rolestats
Joe Perches
2014-01-23
1
-6
/
+85
*
printk: flush conflicting continuation line
Arun KS
2014-01-23
1
-3
/
+6
*
vsprintf: add %pad extension for dma_addr_t use
Joe Perches
2014-01-23
2
-8
/
+36
*
printk/cache: mark printk_once test variable __read_mostly
Joe Perches
2014-01-23
3
-11
/
+13
*
dynamic-debug-howto.txt: update since new wildcard support
Du, Changbin
2014-01-23
1
-0
/
+9
*
dynamic_debug: add wildcard support to filter files/functions/modules
Du, Changbin
2014-01-23
1
-5
/
+10
*
lib/parser.c: put EXPORT_SYMBOLs in the conventional place
Andrew Morton
2014-01-23
1
-7
/
+6
*
lib/parser.c: add match_wildcard() function
Du, Changbin
2014-01-23
2
-0
/
+52
*
uapi: convert u64 to __u64 in exported headers
Mike Frysinger
2014-01-23
2
-2
/
+2
*
include/uapi/linux/dn.h: pull in ioctl.h header
Mike Frysinger
2014-01-23
1
-0
/
+1
[next]