Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
32c4746c24728a047a1ef985215edec798bfce1f
32c4746
drivers/rtc/rtc-tps65910.c: rename irq to match device
by Sivaram Nair
· 12 years ago
c9f5c7e
rtc: rtc-spear: Provide flag for no support of UIE mode
by Deepak Sikri
· 12 years ago
93d7839
rtc: rtc-spear: Add clk_{un}prepare() support
by Deepak Sikri
· 12 years ago
bdaa2c6
rtc: rtc-spear: use devm_*() routines
by Viresh Kumar
· 12 years ago
942bfb3
drivers/rtc/rtc-test.c: avoid calling platform_device_put() twice
by Wei Yongjun
· 12 years ago
0d7ecb8
drivers/rtc/rtc-vt8500.c: convert to use devm_kzalloc
by Devendra Naga
· 12 years ago
968d21c
drivers/rtc/rtc-imxdi.c: add devicetree support
by Roland Stigge
· 12 years ago
ef216ad
drivers/rtc/rtc-imxdi: support for i.MX53
by Roland Stigge
· 12 years ago
fc9bd90
rtc: omap: add runtime pm support
by Vaibhav Hiremath
· 12 years ago
427af9a
rtc: omap: depend on am33xx
by Afzal Mohammed
· 12 years ago
9e0344d
rtc: omap: dt support
by Afzal Mohammed
· 12 years ago
852168c
ARM: davinci: remove rtc kicker release
by Afzal Mohammed
· 12 years ago
cab1458
rtc: omap: kicker mechanism support
by Afzal Mohammed
· 12 years ago
6899e92
binfmt_elf: fix corner case kfree of uninitialized data
by Alan Cox
· 12 years ago
323c126
checkpatch: warn on CamelCase variable names
by Joe Perches
· 12 years ago
74349bc
checkpatch: add support for floating point constants
by Joe Perches
· 12 years ago
6b7eaf6
checkpatch: find hex constants as a single IDENT
by Joe Perches
· 12 years ago
d1e2ad0
checkpatch: add --strict test for switch/default missing break
by Joe Perches
· 12 years ago
88982fe
checkpatch: warn when declaring "struct spinlock foo;"
by Joe Perches
· 12 years ago
0979ae6
checkpatch: Add --strict messages for blank lines around braces
by Joe Perches
· 12 years ago
481eb48
checkpatch: extend line continuation test
by Joe Perches
· 12 years ago
6cd7f38
checkpatch: allow control over line length warning, default remains 80
by Joe Perches
· 12 years ago
03df4b5
checkpatch: consolidate if (foo) bar(foo) checks and add debugfs_remove
by Andy Whitcroft
· 12 years ago
78e3f1f
checkpatch: remove reference to feature-removal-schedule.txt
by Tao Ma
· 12 years ago
1ba8dfd
checkpatch: warn about using CONFIG_EXPERIMENTAL
by Kees Cook
· 12 years ago
5023d34
checkpatch: warn on unnecessary line continuations
by Joe Perches
· 12 years ago
0ad50c3
compat: generic compat_sys_sched_rr_get_interval() implementation
by Catalin Marinas
· 12 years ago
918854a
lib/rbtree_test.c: fix uninitialized variable warning
by Cong Ding
· 12 years ago
22b361d
percpu_rw_semaphore: introduce CONFIG_PERCPU_RWSEM
by Oleg Nesterov
· 12 years ago
8ebe347
percpu_rw_semaphore: add lockdep annotations
by Oleg Nesterov
· 12 years ago
9390ef0
percpu_rw_semaphore: kill ->writer_mutex, add ->write_ctr
by Oleg Nesterov
· 12 years ago
a1fd3e2
percpu_rw_semaphore: reimplement to not block the readers unnecessarily
by Oleg Nesterov
· 12 years ago
5380975
sscanf: don't ignore field widths for numeric conversions
by Jan Beulich
· 12 years ago
375da3a
drivers/of/fdt.c: re-use kernel's kbasename()
by Andy Shevchenko
· 12 years ago
b2e902f
trace: use kbasename()
by Andy Shevchenko
· 12 years ago
f9a00e8
procfs: use kbasename()
by Andy Shevchenko
· 12 years ago
2fbc57c
mm: use kbasename()
by Andy Shevchenko
· 12 years ago
35367ab
lib: dynamic_debug: use kbasename()
by Andy Shevchenko
· 12 years ago
b18888a
string: introduce helper to get base file name from given path
by Andy Shevchenko
· 12 years ago
0edd807
MAINTAINERS: add LP855x backlight driver entry
by Kim, Milo
· 12 years ago
1581b08
backlight: corgi_lcd: Use gpio_set_value_cansleep() to avoid WARN_ON
by Marko Katic
· 12 years ago
1eddd97
drivers/video/backlight/lms283gf05.c: use GPIOF_INIT flags when using devm_gpio_request_one()
by Jingoo Han
· 12 years ago
424e06e
drivers/video/backlight/lcd.c: return ENXIO when ops functions cannot be called
by Jingoo Han
· 12 years ago
2fe2380
backlight: 88pm860x_bl: remove an unnecessary line continuation
by Jingoo Han
· 12 years ago
b444df2
drivers/video/backlight/pandora_bl.c: change TWL4030_MODULE_PWM0 to TWL_MODULE_PWM
by Peter Ujfalusi
· 12 years ago
762a936
backlight: add of_find_backlight_by_node()
by Thierry Reding
· 12 years ago
fb08cd9
drivers/video/backlight/lm3639_bl.c: fix up world writable sysfs file
by Axel Lin
· 12 years ago
2c114cb
drivers/video/backlight/max8925_bl.c: drop devm_kfree of devm_kzalloc'd data
by Jingoo Han
· 12 years ago
3a1f946
drivers/video/backlight/88pm860x_bl.c: drop devm_kfree of devm_kzalloc'd data
by Jingoo Han
· 12 years ago
3c48d1f
drivers/video/backlight/s6e63m0.c: remove unnecessary cast of void pointer
by Jingoo Han
· 12 years ago
3fd0043
drivers/video/backlight/vgg2432a4.c: add missing const
by Jingoo Han
· 12 years ago
53c7a2f
drivers/video/backlight/tdo24m.c: add missing const
by Jingoo Han
· 12 years ago
c22e61b
drivers/video/backlight/lms283gf05.c: add missing const
by Jingoo Han
· 12 years ago
b5d6904
drivers/video/backlight/da9052_bl.c: add missing const
by Jingoo Han
· 12 years ago
eaa4d02
drivers/video/backlight/lp855x_bl.c: remove unnecessary mutex code
by Kim, Milo
· 12 years ago
8cc9764
drivers/video/backlight/lp855x_bl.c: use generic PWM functions
by Kim, Milo
· 12 years ago
05a5d4d
backlight: tosa: use devm_gpio_request_one
by Jingoo Han
· 12 years ago
5a5a074
backlight: lms283gf05: use devm_gpio_request_one
by Jingoo Han
· 12 years ago
9a8fe5d
backlight: vgg2432a4: fix checkpatch warning
by Jingoo Han
· 12 years ago
8ab77f4
backlight: tosa: fix checkpatch error and warning
by Jingoo Han
· 12 years ago
97d9655
backlight: tdo24m: fix checkpatch warning
by Jingoo Han
· 12 years ago
8690c70
backlight: platform_lcd: fix checkpatch error
by Jingoo Han
· 12 years ago
ae872db
backlight: pcf50633: fix checkpatch warning
by Jingoo Han
· 12 years ago
7a94f65
backlight: omap1: fix checkpatch warning
by Jingoo Han
· 12 years ago
d7b6bda
backlight: lm3630: fix checkpatch warning
by Jingoo Han
· 12 years ago
e4f8ae7
backlight: l4f00242t03: fix checkpatch warning
by Jingoo Han
· 12 years ago
0a75a56
backlight: jornada720: fix checkpatch error and warning
by Jingoo Han
· 12 years ago
c0b6cc4
backlight: ili9320: fix checkpatch error and warning
by Jingoo Han
· 12 years ago
ff10b07
backlight: hp680_bl: fix checkpatch error and warning
by Jingoo Han
· 12 years ago
933bd9b
backlight: generic_bl: fix checkpatch warning
by Jingoo Han
· 12 years ago
685746d
backlight: da903x_bl: fix checkpatch warning
by Jingoo Han
· 12 years ago
0885126
backlight: corgi_lcd: fix checkpatch error and warning
by Jingoo Han
· 12 years ago
16a6314
backlight: atmel-pwm-bl: fix checkpatch warning
by Jingoo Han
· 12 years ago
20c5a93
backlight: 88pm860x_bl: fix checkpatch warning
by Jingoo Han
· 12 years ago
f0f13cd
backlight: da903x_bl: use dev_get_drvdata() instead of platform_get_drvdata()
by Jingoo Han
· 12 years ago
8f06ce3
MAINTAINERS: adjust for UAPI: firewire
by Stefan Richter
· 12 years ago
5909c65
Corentin has moved
by Corentin Chary
· 12 years ago
ba28853
MAINTAINERS: remove include/linux/ext3*
by Cesar Eduardo Barros
· 12 years ago
9740153
MAINTAINERS: CHINESE MAINTAINERS mailing list is subscribers only
by Joe Perches
· 12 years ago
ef12496
lib/vsprintf.c: fix handling of %zd when using ssize_t
by Jason Gunthorpe
· 12 years ago
2fa72c8
printk: boot_delay should only affect output
by Andrew Cooks
· 12 years ago
afde3be
dmatest: check for dma mapping error
by Andy Shevchenko
· 12 years ago
632fd28
dmatest: implement two helpers to unmap dma memory
by Andy Shevchenko
· 12 years ago
0f34c40
watchdog: store the watchdog sample period as a variable
by Chuansheng Liu
· 12 years ago
2bf0a8f
usb: musb: use io{read,write}*_rep accessors
by Matthew Leach
· 12 years ago
56c82cd
musb: tusb6010: use io{read,write}*_rep accessors
by Matthew Leach
· 12 years ago
41739ee
asm-generic: io: don't perform swab during {in,out} string functions
by Will Deacon
· 12 years ago
da01ee3
.gitignore: remove stale entry for generated version.h
by Jonathan Austin
· 12 years ago
ac5f121
fs/notify/inode_mark.c: make fsnotify_find_inode_mark_locked() static
by Tushar Behera
· 12 years ago
965c8e5
lseek: the "whence" argument is called "whence"
by Andrew Morton
· 12 years ago
c0f0416
drivers: remove reference to feature-removal-schedule.txt
by Tao Ma
· 12 years ago
8f6e604
sound: remove reference to feature-removal-schedule.txt
by Tao Ma
· 12 years ago
8ec7d50
kernel: remove reference to feature-removal-schedule.txt
by Tao Ma
· 12 years ago
66d9334
Documentation: remove reference to feature-removal-schedule.txt
by Tao Ma
· 12 years ago
7929d40
include/linux/init.h: use the stringify operator for the __define_initcall macro
by Matthew Leach
· 12 years ago
fbb97d8
Documentation/kernel-parameters.txt: update mem= option's spec according to its implementation
by Wen Congyang
· 12 years ago
3515b73
frv: properly use the declarations provided by <asm/sections.h>
by Geert Uytterhoeven
· 12 years ago
275b8b8
frv: fix use of extinct _sbss and _ebss in debug code
by Geert Uytterhoeven
· 12 years ago
b3dd207
mm/memory.c: suppress warning
by Andrew Morton
· 12 years ago
d712407
create non-empty arch/x86/include/uapi/asm/ files
by Andrew Morton
· 12 years ago
Next »