Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
da511bf33e47ea1f33f4b672f7da166d2a1b8a91
da511bf
tracing: Add helper function trace_create_new_event() to remove duplicate code
by Steven Rostedt (Red Hat)
· 12 years ago
1cf4c07
tracing: Modify soft-mode only if there's no other referrer
by Masami Hiramatsu
· 12 years ago
3005217
tracing: Indicate enabled soft-mode in enable file
by Masami Hiramatsu
· 12 years ago
cce2c8f
tracing/kprobes: Fix to increment return event probe hit-count
by Masami Hiramatsu
· 12 years ago
3f2367b
ftrace: Cleanup regex_lock and ftrace_lock around hash updating
by Masami Hiramatsu
· 12 years ago
f04f24fb
ftrace, kprobes: Fix a deadlock on ftrace_regex_lock
by Masami Hiramatsu
· 12 years ago
7c088b5
ftrace: Have ftrace_regex_write() return either read or error
by Steven Rostedt (Red Hat)
· 12 years ago
ff305de
tracing: Return error if register_ftrace_function_probe() fails for event_enable_func()
by Steven Rostedt (Red Hat)
· 12 years ago
a5b85bd
tracing: Don't succeed if event_enable_func did not register anything
by Masami Hiramatsu
· 12 years ago
2228768
ring-buffer: Select IRQ_WORK
by Steven Rostedt (Red Hat)
· 12 years ago
6c24499
tracing: Fix small merge bug
by Steven Rostedt
· 12 years ago
500fcbc
Merge tag 'localmodconfig-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-kconfig
by Linus Torvalds
· 12 years ago
56847d8
Merge branch 'akpm' (incoming from Andrew)
by Linus Torvalds
· 12 years ago
191a712
Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 12 years ago
46d9be3
Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 12 years ago
ce8aa48
Merge branch 'for-3.10-async' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 12 years ago
b97db07
Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 12 years ago
8d56436
net: rename random32 to prandom
by Akinobu Mita
· 12 years ago
70e3ba7
net/core: remove duplicate statements by do-while loop
by Akinobu Mita
· 12 years ago
33d7c5e
net/core: rename random32() to prandom_u32()
by Akinobu Mita
· 12 years ago
ca3d41a
net/netfilter: rename random32() to prandom_u32()
by Akinobu Mita
· 12 years ago
5106f3b
net/sched: rename random32() to prandom_u32()
by Akinobu Mita
· 12 years ago
c86d2dd
net/sunrpc: rename random32() to prandom_u32()
by Akinobu Mita
· 12 years ago
3b60a64
scsi: rename random32() to prandom_u32()
by Akinobu Mita
· 12 years ago
10fdc14
lguest: rename random32() to prandom_u32()
by Akinobu Mita
· 12 years ago
7878202
uwb: rename random32() to prandom_u32()
by Akinobu Mita
· 12 years ago
314f847
video/uvesafb: rename random32() to prandom_u32()
by Akinobu Mita
· 12 years ago
2e744fc
mmc: rename random32() to prandom_u32()
by Akinobu Mita
· 12 years ago
38b682b2
drbd: rename random32() to prandom_u32()
by Akinobu Mita
· 12 years ago
6d65df3
kernel/: rename random32() to prandom_u32()
by Akinobu Mita
· 12 years ago
d3d3041
mm/: rename random32() to prandom_u32()
by Akinobu Mita
· 12 years ago
f39fee5
lib/: rename random32() to prandom_u32()
by Akinobu Mita
· 12 years ago
56a1ba5
x86: rename random32() to prandom_u32()
by Akinobu Mita
· 12 years ago
4a7b4d2
x86: pageattr-test: remove srandom32 call
by Akinobu Mita
· 12 years ago
cedddb0
uuid: use prandom_bytes()
by Akinobu Mita
· 12 years ago
3ec39ab
raid6test: use prandom_bytes()
by Akinobu Mita
· 12 years ago
713e00a
sctp: convert sctp_assoc_set_id() to use idr_alloc_cyclic()
by Jeff Layton
· 12 years ago
a66c04b
inotify: convert inotify_add_to_idr() to use idr_alloc_cyclic()
by Jeff Layton
· 12 years ago
398c33a
nfsd: convert nfs4_alloc_stid() to use idr_alloc_cyclic()
by Jeff Layton
· 12 years ago
f2d9db8
drivers/infiniband/hw/mlx4: convert to using idr_alloc_cyclic()
by Jeff Layton
· 12 years ago
c027e44
drivers/infiniband/hw/amso1100: convert to using idr_alloc_cyclic
by Jeff Layton
· 12 years ago
3e6628c4
idr: introduce idr_alloc_cyclic()
by Jeff Layton
· 12 years ago
27cf10e
Documentation: update nfs option in filesystem/vfat.txt
by Namjae Jeon
· 12 years ago
f1e6fb0
fat (exportfs): rebuild directory-inode if fat_dget()
by Namjae Jeon
· 12 years ago
8fceb4e
fat (exportfs): rebuild inode if ilookup() fails
by Namjae Jeon
· 12 years ago
ea3983a
fat: restructure export_operations
by Namjae Jeon
· 12 years ago
e22a444
fat: introduce a helper fat_get_blknr_offset()
by Namjae Jeon
· 12 years ago
f21735d
fat: move fat_i_pos_read to fat.h
by Namjae Jeon
· 12 years ago
2628b7a
fat: introduce 2 new values for the -o nfs mount option
by Namjae Jeon
· 12 years ago
3562371
drivers/rtc/rtc-pcf2123.c: fix error return code in pcf2123_probe()
by Wei Yongjun
· 12 years ago
01ee577
drivers/rtc/rtc-isl12022.c: Remove rtc8564 from isl12022_id
by Axel Lin
· 12 years ago
3427de92
drivers/rtc/rtc-at91rm9200.c: fix missing iounmap
by Johan Hovold
· 12 years ago
b9d8c46
rtc: rtc-twl: convert twl4030rtc_driver to dev_pm_ops
by Jingoo Han
· 12 years ago
ef69a7f
rtc: rtc-stmp3xxx: convert stmp3xxx_rtcdrv to dev_pm_ops
by Jingoo Han
· 12 years ago
b086e39
rtc: rtc-spear: convert spear_rtc_driver to dev_pm_ops
by Jingoo Han
· 12 years ago
5936fdb
rtc: rtc-puv3: convert puv3_rtc_driver to dev_pm_ops
by Jingoo Han
· 12 years ago
04ebc35
rtc: rtc-omap: convert omap_rtc_driver to dev_pm_ops
by Jingoo Han
· 12 years ago
62068e2
rtc: rtc-coh901331: convert coh901331_driver to dev_pm_ops
by Jingoo Han
· 12 years ago
b4df8f6
rtc: rtc-bfin: convert bfin_rtc_driver to dev_pm_ops
by Jingoo Han
· 12 years ago
4dc8eb1
rtc: rtc-at91sam9: convert at91_rtc_driver to dev_pm_ops
by Jingoo Han
· 12 years ago
08348d2
drivers/rtc/rtc-max6902.c: use register defines instead of magic numbers
by Axel Lin
· 12 years ago
431c6c1
rtc: rtc-v3020: use devm_*() functions
by Jingoo Han
· 12 years ago
87a8142
rtc: rtc-stmp3xxx: use devm_*() functions
by Jingoo Han
· 12 years ago
55d735e
rtc: rtc-sa1100: use devm_*() functions
by Jingoo Han
· 12 years ago
b4cd3d6
rtc: rtc-s35390a: use devm_*() functions
by Jingoo Han
· 12 years ago
b8a4b4e
rtc: rtc-rs5c372: use devm_*() functions
by Jingoo Han
· 12 years ago
8fb1ecb
rtc: rtc-rs5c348: use devm_*() functions
by Jingoo Han
· 12 years ago
ddb396f
rtc: rtc-rp5c01: use devm_*() functions
by Jingoo Han
· 12 years ago
4ad2118
rtc: rtc-pcf8583: use devm_*() functions
by Jingoo Han
· 12 years ago
d6fbdc3
rtc: rtc-pcf8563: use devm_*() functions
by Jingoo Han
· 12 years ago
76753ca
rtc: rtc-pcf50633: use devm_*() functions
by Jingoo Han
· 12 years ago
dd48ccc
rtc: rtc-pcf2123: use devm_*() functions
by Jingoo Han
· 12 years ago
6b5f486
rtc: rtc-pcap: use devm_*() functions
by Jingoo Han
· 12 years ago
a63794f
rtc: rtc-nuc900: use devm_*() functions
by Jingoo Han
· 12 years ago
c40dcf6
rtc: rtc-msm6242: use devm_*() functions
by Jingoo Han
· 12 years ago
a379fd2
rtc: rtc-mc13xxx: use devm_*() functions
by Jingoo Han
· 12 years ago
8925e31
rtc: rtc-max8998: use devm_*() functions
by Jingoo Han
· 12 years ago
4ebabb7
rtc: rtc-m41t80: use devm_*() functions
by Jingoo Han
· 12 years ago
dc831f97
rtc: rtc-isl12022: use devm_*() functions
by Jingoo Han
· 12 years ago
c54a52e
rtc: rtc-fm3130: use devm_*() functions
by Jingoo Han
· 12 years ago
2a444cf
rtc: rtc-ds2404: use devm_*() functions
by Jingoo Han
· 12 years ago
1ce95ba
rtc: rtc-ds1390: use devm_*() functions
by Jingoo Han
· 12 years ago
061d698
rtc: rtc-ds1286: use devm_*() functions
by Jingoo Han
· 12 years ago
15c1567
rtc: rtc-ds1216: use devm_*() functions
by Jingoo Han
· 12 years ago
26c5f7d
rtc: rtc-bq4802: use devm_*() functions
by Jingoo Han
· 12 years ago
87e7d52
rtc: rtc-bfin: use devm_*() functions
by Jingoo Han
· 12 years ago
9d42e46
rtc: rtc-at91sam9: use devm_*() functions
by Jingoo Han
· 12 years ago
fa11f7e
rtc: rtc-ab8500: use devm_*() functions
by Jingoo Han
· 12 years ago
e035be6
drivers/rtc/rtc-max8925.c: use devm_* APIs
by Sachin Kamat
· 12 years ago
4f58cd9
drivers/rtc/rtc-m48t35.c: use devm_* APIs
by Sachin Kamat
· 12 years ago
6671461
drivers/rtc/rtc-ds3232.c: use devm_* APIs
by Sachin Kamat
· 12 years ago
d1a9663
drivers/rtc/rtc-ds1374.c: use devm_* APIs
by Sachin Kamat
· 12 years ago
0529bf4
drivers/rtc/rtc-ds1305.c: use devm_* APIs
by Sachin Kamat
· 12 years ago
d64132a
drivers/rtc/rtc-at32ap700x.c: use devm_* APIs
by Sachin Kamat
· 12 years ago
3087b3d
drivers/rtc/rtc-88pm860x.c: use devm_* APIs
by Sachin Kamat
· 12 years ago
7f391f5
drivers/rtc/rtc-max77686.c: use devm_regmap_init_i2c()
by Sachin Kamat
· 12 years ago
1a3224f
drivers/rtc/rtc-s3c.c: use clk_prepare_enable and clk_disable_unprepare
by Thomas Abraham
· 12 years ago
e005715
drivers/rtc/rtc-cmos.c: don't disable hpet emulation on suspend
by Derek Basehore
· 12 years ago
a5ef73f
rtc: rtc-max6902: use spi_set_drvdata()
by Jingoo Han
· 12 years ago
b6c4e71
rtc: rtc-m41t93: use spi_set_drvdata()
by Jingoo Han
· 12 years ago
Next »