index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-30
checkpatch: add checks for do {} while (0) macro misuses
Joe Perches
1
-0
/
+39
2012-07-30
checkpatch: Add acheck for use of sizeof without parenthesis
Joe Perches
1
-0
/
+6
2012-07-30
checkpatch: check usleep_range() arguments
Joe Perches
1
-0
/
+16
2012-07-30
checkpatch: test for non-standard signatures
Joe Perches
1
-1
/
+5
2012-07-30
checkpatch: Update alignment check
Joe Perches
1
-2
/
+2
2012-07-30
firmware_map: make firmware_map_add_early() argument consistent with firmware...
Yasuaki Ishimatsu
2
-5
/
+5
2012-07-30
spinlock_debug: print offset in addition to symbol name
Stephen Boyd
1
-1
/
+1
2012-07-30
atomic64_test: simplify the #ifdef for atomic64_dec_if_positive() test
Catalin Marinas
7
-3
/
+10
2012-07-30
ext4: use memweight()
Akinobu Mita
1
-8
/
+1
2012-07-30
ext3: use memweight()
Akinobu Mita
2
-12
/
+2
2012-07-30
ext2: use memweight()
Akinobu Mita
2
-12
/
+3
2012-07-30
ocfs2: use memweight()
Akinobu Mita
1
-6
/
+2
2012-07-30
video/uvc: use memweight()
Akinobu Mita
1
-3
/
+2
2012-07-30
affs: use memweight()
Akinobu Mita
1
-26
/
+2
2012-07-30
dm: use memweight()
Akinobu Mita
1
-11
/
+2
2012-07-30
qnx4fs: use memweight()
Akinobu Mita
1
-19
/
+5
2012-07-30
string: introduce memweight()
Akinobu Mita
3
-1
/
+42
2012-07-30
backlight: move lp855x header into platform_data directory
Kim, Milo
2
-1
/
+1
2012-07-30
backlight: move register definitions from header to source
Kim, Milo
2
-8
/
+6
2012-07-30
backlight: l4f00242t03: export and use devm_gpio_request_one()
Jingoo Han
1
-19
/
+10
2012-07-30
backlight: corgi_lcd: use devm_gpio_request()
Jingoo Han
1
-14
/
+5
2012-07-30
backlight: lms283gf05: use devm_gpio_request()
Jingoo Han
1
-18
/
+6
2012-07-30
backlight: tosa_bl: use devm_gpio_request()
Jingoo Han
1
-6
/
+2
2012-07-30
backlight: tosa_lcd: use devm_gpio_request()
Jingoo Han
1
-5
/
+2
2012-07-30
backlight: ot200_bl: use devm_gpio_request()
Jingoo Han
1
-6
/
+3
2012-07-30
backlight: atmel-pwm-bl: use devm_gpio_request()
Jingoo Han
1
-9
/
+5
2012-07-30
drivers/video/backlight/lm3533_bl.c: use devm_ functions
Jingoo Han
1
-6
/
+2
2012-07-30
drivers/video/backlight/ot200_bl.c: use devm_ functions
Jingoo Han
1
-8
/
+4
2012-07-30
drivers/video/backlight/atmel-pwm-bl.c: use devm_ functions
Jingoo Han
1
-3
/
+2
2012-07-30
MAINTAINERS: update EXYNOS DP DRIVER F: patterns
Jingoo Han
1
-0
/
+1
2012-07-30
vsprintf: add support of '%*ph[CDN]'
Andy Shevchenko
2
-0
/
+65
2012-07-30
lib/vsprintf.c: kptr_restrict: fix pK-error in SysRq show-all-timers(Q)
Dan Rosenberg
1
-1
/
+2
2012-07-30
lib/vsprintf.c: remind people to update Documentation/printk-formats.txt when...
Andrew Morton
1
-0
/
+2
2012-07-30
vsprintf: add %pMR for Bluetooth MAC address
Andrei Emeltchenko
2
-4
/
+24
2012-07-30
printk: remove the now unnecessary "C" annotation for KERN_CONT
Joe Perches
2
-3
/
+1
2012-07-30
printk: only look for prefix levels in kernel messages
Joe Perches
1
-15
/
+17
2012-07-30
printk: convert the format for KERN_<LEVEL> to a 2 byte pattern
Joe Perches
2
-13
/
+16
2012-07-30
sound: use printk_get_level and printk_skip_level
Joe Perches
1
-4
/
+9
2012-07-30
btrfs: use printk_get_level and printk_skip_level, add __printf, fix fallout
Joe Perches
4
-8
/
+50
2012-07-30
arch: remove direct definitions of KERN_<LEVEL> uses
Joe Perches
3
-5
/
+7
2012-07-30
printk: add kern_levels.h to make KERN_<LEVEL> available for asm use
Joe Perches
2
-18
/
+23
2012-07-30
printk: add generic functions to find KERN_<LEVEL> headers
Joe Perches
2
-5
/
+35
2012-07-30
kmsg: /dev/kmsg - properly return possible copy_from_user() failure
Kay Sievers
1
-1
/
+3
2012-07-30
drivers/misc/ti-st/st_core.c: missing NULL check
Alan Cox
1
-0
/
+5
2012-07-30
kernel/sys.c: avoid argv_free(NULL)
Andrew Morton
1
-19
/
+25
2012-07-30
NMI watchdog: fix for lockup detector breakage on resume
Sameer Nanda
3
-2
/
+30
2012-07-30
panic: fix a possible deadlock in panic()
Vikram Mulukutla
1
-0
/
+8
2012-07-30
avr32: fix build error in ATSTK1002 code
Fengguang Wu
1
-1
/
+1
2012-07-30
clk: validate pointer in __clk_disable()
Fengguang Wu
1
-0
/
+3
2012-07-30
arch/arm/mach-netx/fb.c: reuse dummy clk routines for CONFIG_HAVE_CLK=n
Viresh Kumar
1
-23
/
+0
[next]