Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
7654532dbeb6cc3fb35b12449f71f1d97e26fa9a
7654532
pm3fb: fix sparse warning
by Hannes Eder
· 16 years ago
2899bb0
viafb: fix sparse warnings
by Hannes Eder
· 16 years ago
6875145
nvidia: fix sparse warnings
by Hannes Eder
· 16 years ago
6405141
gbefb: unsigned var->pixclock cannot be less than 0
by roel kluin
· 16 years ago
08cc634
fb: carminefb: trivial annotation packing color register
by Harvey Harrison
· 16 years ago
729f77b
blackfin: remove __FUNCTION__ in video driver
by Harvey Harrison
· 16 years ago
3efbb98
fbdev: fix typo in drivers/video/modedb.c
by Jiri Moravec
· 16 years ago
3c36aa5
pci: use pci_ioremap_bar() in drivers/video
by Arjan van de Ven
· 16 years ago
ab5dc372
gpio: pca953x handles more chips, i2c fault codes
by David Brownell
· 16 years ago
cabb3fc
twl4030-gpio: cleanup debounce
by David Brownell
· 16 years ago
ba6c403
drivers/rtc: correct an error test
by Julia Lawall
· 16 years ago
defb451
rtc: driver for Marvell's SoCs 88F6281 and 88F6192
by Saeed Bishara
· 16 years ago
97a1f95
rtc: rtc-ds1216 fixes
by Alessandro Zummo
· 16 years ago
0e14923
rtc: add rtc-tx4939 driver
by Atsushi Nemoto
· 16 years ago
bbccf83
rtc: use set_mmss when set_time is not available
by Alessandro Zummo
· 16 years ago
f600915
rtc: rtc-ds3234 fixes
by Alessandro Zummo
· 16 years ago
a5771c6
rtc: rtc-max6902 fixes
by Alessandro Zummo
· 16 years ago
45fd8a0
rtc: Au1000 On-Chip Counter0-as-RTC driver.
by Manuel Lauss
· 16 years ago
ae64d16
rtc: kconfig cleanup
by Alessandro Zummo
· 16 years ago
7b9b2ef
rtc: rtc-ds1390 probe sequence and misc fixes
by Alessandro Zummo
· 16 years ago
0417ce2
rtc: pxa27x/pxa3xx driver fixes, revised
by Alessandro Zummo
· 16 years ago
dc94436
rtc: driver for pxa27x and pxa3xx SoC
by Robert Jarzmik
· 16 years ago
5d2a503
rtc: move power of 2 periodic frequency check down into drivers
by Jonathan Cameron
· 16 years ago
2fac667
rtc: bunch of drivers: fix 'no irq' case handing
by Anton Vorontsov
· 16 years ago
d4afc76
rtc: struct device: replace bus_id with dev_name(), dev_set_name()
by Kay Sievers
· 16 years ago
103d6d9
genrtc: disable genrtc on Blackfin systems
by Mike Frysinger
· 16 years ago
bae8ec6
autofs4: fix string validation check order
by Ian Kent
· 16 years ago
a92daf6
autofs4: make autofs type usage explicit
by Ian Kent
· 16 years ago
41cfef2
autofs4: fix var shadowed by local delaration
by Ian Kent
· 16 years ago
730c9ee
autofs4: improve parameter usage
by Ian Kent
· 16 years ago
f70f582
fs/ecryptfs/inode.c: cleanup kerneldoc
by Qinghuang Feng
· 16 years ago
71c11c3
eCryptfs: Clean up ecryptfs_decode_from_filename()
by Michael Halcrow
· 16 years ago
7d8bc2b
eCryptfs: kerneldoc for ecryptfs_parse_tag_70_packet()
by Michael Halcrow
· 16 years ago
a8f1286
eCryptfs: Fix data types (int/size_t)
by Michael Halcrow
· 16 years ago
df261c5
eCryptfs: Replace %Z with %z
by Michael Halcrow
· 16 years ago
87c94c4
eCryptfs: Filename Encryption: mount option
by Michael Halcrow
· 16 years ago
addd65ad
eCryptfs: Filename Encryption: filldir, lookup, and readlink
by Michael Halcrow
· 16 years ago
51ca58d
eCryptfs: Filename Encryption: Encoding and encryption functions
by Michael Halcrow
· 16 years ago
a34f60f
eCryptfs: Filename Encryption: Header updates
by Michael Halcrow
· 16 years ago
9c79f34
eCryptfs: Filename Encryption: Tag 70 packets
by Michael Halcrow
· 16 years ago
14bca6c
i2o: remove extraneous kernel-doc
by Randy Dunlap
· 16 years ago
f24659d
kprobes: support probing module __init function
by Masami Hiramatsu
· 16 years ago
0deddf4
module: add MODULE_STATE_LIVE notify
by Masami Hiramatsu
· 16 years ago
49ad2fd
kprobes: remove called_from argument
by Masami Hiramatsu
· 16 years ago
e8386a0
kprobes: support probing module __exit function
by Masami Hiramatsu
· 16 years ago
017c39b
kprobes: add __kprobes to kprobe internal functions
by Masami Hiramatsu
· 16 years ago
1294156
kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe()
by Masami Hiramatsu
· 16 years ago
a06f621
module: add within_module_core() and within_module_init()
by Masami Hiramatsu
· 16 years ago
12da3b8
kprobes: add tests for register_kprobes
by Masami Hiramatsu
· 16 years ago
8e11440
kprobes: indirectly call kprobe_target
by Masami Hiramatsu
· 16 years ago
bc2f701
kprobes: bugfix: try_module_get even if calling_mod is NULL
by Masami Hiramatsu
· 16 years ago
51e911e
drivers/spi: move a dereference below a NULL test
by Julia Lawall
· 16 years ago
ee9c1fb
spi: use generic gpio calls in spi_s3c24xx_gpio
by Ben Dooks
· 16 years ago
5ee36c9
spi: atmel_spi update chipselect handling
by Haavard Skinnemoen
· 16 years ago
5bfa26c
atmel_spi: clean up SPIv1 quirk handling
by Haavard Skinnemoen
· 16 years ago
d29389d
spi_gpio driver
by David Brownell
· 16 years ago
c2bacfc
dmi: fix kernel-doc notation
by Randy Dunlap
· 16 years ago
ee9ef6b
fs/ncpfs/getopt.c: cleanup keneldoc
by Qinghuang Feng
· 16 years ago
87113e8
fs/binfmt_misc.c: add terminating newline to /proc/sys/fs/binfmt_misc/status
by Qinghuang Feng
· 16 years ago
5cf0cc4
binfmts.h: include list.h
by Hiroshi Shimamoto
· 16 years ago
29041b4
ibmpex: add endian annotation to extract_data() helper
by Harvey Harrison
· 16 years ago
85e0e5a
hwmon: applesmc: Add support for MacBook Air 2
by Henrik Rydberg
· 16 years ago
44ea9c8
drivers/macintosh: Add missing of_node_put in therm_adt746x.c
by Nicolas Palix
· 16 years ago
89fac11
adt7470: make automatic fan control really work
by Darrick J. Wong
· 16 years ago
2f22d5d
adt7470: observe the number of temperature sensors to shorten update time
by Darrick J. Wong
· 16 years ago
2e75a4b
adt7470: fix pwm at a certain level during temperature sensor scan
by Darrick J. Wong
· 16 years ago
8f8c1fb
adt74{62, 70, 73}: Use DIV_ROUND_CLOSEST for rounded division
by Darrick J. Wong
· 16 years ago
57b9c6d
checkpatch: version: 0.26
by Andy Whitcroft
· 16 years ago
21caa13
checkpatch: fix the perlcritic errors
by Andy Whitcroft
· 16 years ago
2b6db5c
checkpatch: struct file_operations should normally be const
by Andy Whitcroft
· 16 years ago
b53c8e1
checkpatch: ensure we actually detect if assignments split across lines
by Andy Whitcroft
· 16 years ago
2d1bafd
checkpatch: do not report nr_static as a static declaration
by Andy Whitcroft
· 16 years ago
4635f4f
checkpatch: track #ifdef/#else/#endif when tracking blocks
by Andy Whitcroft
· 16 years ago
8b1b337
checkpatch: fix continuation detection when handling spacing on operators
by Andy Whitcroft
· 16 years ago
8054576
checkpatch: loosen spacing on typedef function checks
by Andy Whitcroft
· 16 years ago
080ba92
checkpatch: try to catch missing VMLINUX_SYMBOL() in vmlinux.lds.h
by Mike Frysinger
· 16 years ago
86f9d05
checkpatch: allow parentheses on return for comparisons
by Andy Whitcroft
· 16 years ago
1e85572
checkpatch: Add warning for p0-patches
by Wolfram Sang
· 16 years ago
2a5a2c2
checkpatch: update copyrights
by Andy Whitcroft
· 16 years ago
b0e0b43
checkpatch: update MAINTAINERS entry
by Andy Whitcroft
· 16 years ago
50a7dcf
checkpatch: version: 0.25
by Andy Whitcroft
· 16 years ago
6586386
checkpatch: dissallow spaces between stars in pointer types
by Andy Whitcroft
· 16 years ago
fae17da
checkpatch: comment ends inside strings is most likely not an open comment
by Andy Whitcroft
· 16 years ago
8e761b0
checkpatch: detect multiple bitfield declarations
by Andy Whitcroft
· 16 years ago
5fe3af1
checkpatch: __weak is an official attribute
by Andy Whitcroft
· 16 years ago
383099f
checkpatch: structure member assignments are not complex
by Andy Whitcroft
· 16 years ago
83242e0
checkpatch: widen implied comment detection to allow multiple stars
by Andy Whitcroft
· 16 years ago
721c1cb
checkpatch: comment detection may miss an implied comment on the last hunk
by Andy Whitcroft
· 16 years ago
691d77b
checkpatch: add checks for in_atomic()
by Andy Whitcroft
· 16 years ago
94e2959
fs: fix function param name in kernel-doc
by Randy Dunlap
· 16 years ago
8c36593
include/linux/interrupt.h: do not include linux/irqnr.h twice
by Jesper Juhl
· 16 years ago
208b95c
sysrq: more explicit, less terse help messages
by Randy Dunlap
· 16 years ago
0bc02f3
fs/inode: fix kernel-doc notation
by Randy Dunlap
· 16 years ago
67faaad
Remove obsolete CONFIG_RESOURCES_64BIT
by Geert Uytterhoeven
· 16 years ago
350eaf7
do_coredump(): check return from argv_split()
by Tetsuo Handa
· 16 years ago
26e5438
profile: don't include <asm/ptrace.h> twice.
by KOSAKI Motohiro
· 16 years ago
d2e3192
init/main.c: mark late_time_init as __initdata
by Jan Beulich
· 16 years ago
ca8a5bd
add missing accounting calls to compat_sys_{readv,writev}
by Gerd Hoffmann
· 16 years ago
8c401888
fs: fix name overwrite in __register_chrdev_region()
by Cyrill Gorcunov
· 16 years ago
ba84be2
remove linux/hardirq.h from asm-generic/local.h
by Russell King
· 16 years ago
Next »