Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
c8f33d0bec999a4f2b5c3f9380361b88ce6f6ab0
c8f33d0
affs: kstrdup() memory handling
by Sanidhya Kashyap
· 10 years ago
79bda4d
fs/affs: use affs_test_opt()
by Fabian Frederick
· 10 years ago
34f2483
fs/affs/super.c: use affs_set_opt()
by Fabian Frederick
· 10 years ago
6bf445c
fs/affs/affs.h: add mount option manipulation macros
by Fabian Frederick
· 10 years ago
a0016ff
fs/affs: use AFFS_MOUNT prefix for mount options
by Fabian Frederick
· 10 years ago
b796410
adfs: return correct return values
by Sanidhya Kashyap
· 10 years ago
9d796e6
gcov: fix softlockups
by Andrey Ryabinin
· 10 years ago
230633d
kernel/sysctl.c: detect overflows when converting to int
by Heinrich Schuchardt
· 10 years ago
534b483
cpumask: don't perform while loop in cpumask_next_and()
by Sergey Senozhatsky
· 10 years ago
dfcce79
fs/exec.c:de_thread: move notify_count write under lock
by Kirill Tkhai
· 10 years ago
6e399cd
prctl: avoid using mmap_sem for exe_file serialization
by Davidlohr Bueso
· 10 years ago
90f31d0
mm: rcu-protected get_mm_exe_file()
by Konstantin Khlebnikov
· 10 years ago
0ec62af
Doc/sysctl/kernel.txt: document threads-max
by Heinrich Schuchardt
· 10 years ago
16db3d3
kernel/sysctl.c: threads-max observe limits
by Heinrich Schuchardt
· 10 years ago
ac1b398
kernel/fork.c: avoid division by zero
by Heinrich Schuchardt
· 10 years ago
ff691f6
kernel/fork.c: new function for max_threads
by Heinrich Schuchardt
· 10 years ago
3ea7f5e
fork_init: update max_threads comment
by Jean Delvare
· 10 years ago
35f71bc
fork: report pid reservation failure properly
by Michal Hocko
· 10 years ago
69828dc
signal: remove warning about using SI_TKILL in rt_[tg]sigqueueinfo
by Vladimir Davydov
· 10 years ago
64a4096
ptrace: ptrace_detach() can no longer race with SIGKILL
by Oleg Nesterov
· 10 years ago
b72c186
ptrace: fix race between ptrace_resume() and wait_task_stopped()
by Oleg Nesterov
· 10 years ago
8de560d
fs/fat: comment fix, fat_bits can be also 32
by Alexander Kuleshov
· 10 years ago
58932ef
fs/fat: remove unnecessary includes
by Alexander Kuleshov
· 10 years ago
a40a7d9
fs/fat: remove unnecessary defintion
by Alexander Kuleshov
· 10 years ago
db579e7
hfsplus: don't store special "osx" xattr prefix on-disk
by Thomas Hebb
· 10 years ago
059a704
hfsplus: fix expand when not enough available space
by Sergei Antonov
· 10 years ago
27a4e38
hfsplus: incorrect return value
by Chengyu Song
· 10 years ago
7ce844a
fs/hfsplus: replace if/BUG by BUG_ON
by Fabian Frederick
· 10 years ago
1ad8d63
fs/hfsplus: use bool instead of int for is_known_namespace() return value
by Fabian Frederick
· 10 years ago
73d28d57
fs/hfsplus: atomically set inode->i_flags
by Fabian Frederick
· 10 years ago
5e61473
fs/hfsplus: move xattr_name allocation in hfsplus_setxattr()
by Fabian Frederick
· 10 years ago
a3cef4c
fs/hfsplus: move xattr_name allocation in hfsplus_getxattr()
by Fabian Frederick
· 10 years ago
f01fa5f
hfsplus: add missing curly braces in hfsplus_delete_cat()
by Dan Carpenter
· 10 years ago
13f2448
hfs: incorrect return values
by Chengyu Song
· 10 years ago
faea2c5
nilfs2: use inode_set_flags() in nilfs_set_inode_flags()
by Ryusuke Konishi
· 10 years ago
0ce187c
nilfs2: put out gfp mask manipulation from nilfs_set_inode_flags()
by Ryusuke Konishi
· 10 years ago
3377f84
nilfs2: fix gcc warning at nilfs_checkpoint_is_mounted()
by Ryusuke Konishi
· 10 years ago
53a2c3b
nilfs2: improve execution time of NILFS_IOCTL_GET_CPINFO ioctl
by Ryusuke Konishi
· 10 years ago
fa33915
nilfs2: add helper to find existent block on metadata file
by Ryusuke Konishi
· 10 years ago
5b20384
nilfs2: add bmap function to seek a valid key
by Ryusuke Konishi
· 10 years ago
3568a13
nilfs2: unify type of key arguments in bmap interface
by Ryusuke Konishi
· 10 years ago
0de6d6b
nilfs2: use bgl_lock_ptr()
by Ryusuke Konishi
· 10 years ago
ead8ecf
nilfs2: use set_mask_bits() for operations on buffer state bitmap
by Ryusuke Konishi
· 10 years ago
6fb7a61
nilfs2: do not use async write flag for segment summary buffers
by Ryusuke Konishi
· 10 years ago
f8ccad2
befs: replace typedef befs_inode_info by structure
by Fabian Frederick
· 10 years ago
038428f
befs: replace typedef befs_sb_info by structure
by Fabian Frederick
· 10 years ago
09ad0ea
befs: replace typedef befs_mount_options by structure
by Fabian Frederick
· 10 years ago
a737e83
rtc: use more standard kernel logging styles
by Joe Perches
· 10 years ago
f539a8ac
drivers/rtc/rtc-hym8563.c: fix swapped enable/disable of clockout control bit
by Heiko Stübner
· 10 years ago
492da68
drivers/rtc/rtc-s3c.c: remove one superfluous rtc_valid_tm() check
by Krzysztof Kozlowski
· 10 years ago
5d9094b
drivers/rtc/rtc-omap.c: use module_platform_driver
by Lokesh Vutla
· 10 years ago
8608976
drivers/rtc/Kconfig: update Kconfig for OMAP RTC
by Lokesh Vutla
· 10 years ago
9c28bd0
drivers/rtc/rtc-omap.c: unlock and lock rtc registers before and after register writes
by Lokesh Vutla
· 10 years ago
202fe4c
drivers/rtc/rtc-s3c.c: fix failed first read of RTC time
by Krzysztof Kozlowski
· 10 years ago
521fca1
rtc: hctosys: use function name in the error log
by Aaro Koskinen
· 10 years ago
d0bddb5
drivers/rtc/interface.c: __rtc_read_time: reduce log level
by Aaro Koskinen
· 10 years ago
182683e
drivers/rtc/class.c: initialize rtc name early
by Aaro Koskinen
· 10 years ago
5281f94
drivers/rtc/rtc-s5m.c: add support for S2MPS13 RTC
by Krzysztof Kozlowski
· 10 years ago
7c6f84f
MAINTAINERS: Add Alexandre Belloni as an RTC maintainer
by Alexandre Belloni
· 10 years ago
ba17220
rtc: driver for Conexant Digicolor CX92755 on-chip RTC
by Baruch Siach
· 10 years ago
71b800b
rtc: digicolor: document device tree binding
by Baruch Siach
· 10 years ago
b3288a4
drivers/rtc/rtc-hym8563.c: return clock rate even when clock is disabled
by Heiko Stuebner
· 10 years ago
d174a02
drivers/rtc/rtc-da9052.c: register ability of alarm to wake device from suspend
by Adam Ward
· 10 years ago
ae824c4
drivers/rtc/rtc-da9052.c: add constraints to set valid year
by Adam Ward
· 10 years ago
03cc162
drivers/rtc/rtc-da9052.c: add extra reads with timeouts to avoid returning partially updated values
by Adam Ward
· 10 years ago
52ef84d
drivers/rtc/rtc-ds1685.c: fix sparse warnings
by Joshua Kinard
· 10 years ago
269812d
drivers/rtc/rtc-ds1685.c: remove .owner assignment from platform_driver
by Joshua Kinard
· 10 years ago
ac2a2726
drivers/rtc/rtc-ab-b5ze-s3.c: constify struct regmap_config
by Krzysztof Kozlowski
· 10 years ago
24e1455
drivers/rtc/rtc-s3c.c: delete duplicate clock control
by Chanwoo Choi
· 10 years ago
aed98b9
rtc: hctosys: do not treat lack of RTC device as error
by Floris Bos
· 10 years ago
86e6660
drivers/rtc/rtc-x1205.c: use sign_extend32() for sign extension
by Martin Kepplinger
· 10 years ago
e706974
drivers/rtc/rtc-em3027.c: add device tree support
by Peter Robinson
· 10 years ago
7f48b21
rtc: stmp3xxx: use optional crystal in low power states
by Uwe Kleine-König
· 10 years ago
b0c57b5
drivers/rtc/rtc-pcf8563.c: simplify return from function
by Robert Kmiec
· 10 years ago
6e54aba
kasan: Makefile: shut up warnings if CONFIG_COMPILE_TEST=y
by Andrey Ryabinin
· 10 years ago
6ceafb8
fs/binfmt_misc.c: simplify entry_status()
by Rasmus Villemoes
· 10 years ago
e0df7e1
checkpatch: avoid "spaces required around that ':'" false positive
by Joe Perches
· 10 years ago
323b267
checkpatch: fix --fix use with a patch of multiple files
by Joe Perches
· 10 years ago
e15f431
errno.h: Improve ENOSYS's comment
by Andy Lutomirski
· 10 years ago
91c9afa
checkpatch.pl: new instances of ENOSYS are errors
by Andy Lutomirski
· 10 years ago
c17893c
checkpatch: add a test for const with __read_mostly uses
by Joe Perches
· 10 years ago
d7fe806
checkpatch: improve operator spacing check
by Sam Bobroff
· 10 years ago
b598b67
checkpatch: add 'Prefer ARRAY_SIZE" test
by Joe Perches
· 10 years ago
6d07d01b
checkpatch: add uart_ops to normally const structs
by Joe Perches
· 10 years ago
29a3c46
checkpatch: add #define foo "string" long line exception
by Joe Perches
· 10 years ago
2a076f4
checkpatch, SubmittingPatches: suggest line wrapping commit messages at 75 columns
by Joe Perches
· 10 years ago
0e212e0
checkpatch: don't ask for asm/file.h to linux/file.h unconditionally
by Fabian Frederick
· 10 years ago
ab7e23f
checkpatch: add test for repeated const uses
by Joe Perches
· 10 years ago
f34e4a4
checkpatch: improve return negative errno check
by Joe Perches
· 10 years ago
b392c64
checkpatch: match more world writable permissions
by Joe Perches
· 10 years ago
ebfd7d6
checkpatch: add optional --codespell dictionary to find more typos
by Joe Perches
· 10 years ago
b3e9a67
checkpatch: spell check reudce
by Jani Nikula
· 10 years ago
66d7a38
checkpatch: add spell checking of email subject line
by Joe Perches
· 10 years ago
6ab3a97
checkpatch: improve "no space is necessary after a cast" test
by Joe Perches
· 10 years ago
d43698e
firmware/ihex2fw.c: restore missing default in switch statement
by Nicolas Iooss
· 10 years ago
2afe27c
lib/bitmap.c: bitmap_[empty,full]: remove code duplication
by Yury Norov
· 10 years ago
d48502e
ASoC: pcm512x: use DIV_ROUND_CLOSEST_ULL() from kernel.h
by Javi Merino
· 10 years ago
512eb72
media: cxd2820r: use DIV_ROUND_CLOSEST_ULL()
by Javi Merino
· 10 years ago
ee3c86f
cpuidle: menu: use DIV_ROUND_CLOSEST_ULL()
by Javi Merino
· 10 years ago
aa77620
clk: bcm/kona: use DIV_ROUND_CLOSEST_ULL()
by Javi Merino
· 10 years ago
Next »