Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
f78afb356303e5f78750321a63809ef5c2d13c0d
« Previous
4b39248
drivers/w1/masters/mxc_w1.c: remove unnecessary platform_set_drvdata()
by Jingoo Han
· 11 years ago
bf4228f
drivers/w1/w1.c: replace strict_strtol() with kstrtol()
by Jingoo Han
· 11 years ago
0ab3049
memstick: add support for legacy memorysticks
by Maxim Levitsky
· 11 years ago
ccf5a04
drivers/memstick/host/rtsx_pci_ms.c: remove unnecessary platform_set_drvdata()
by Jingoo Han
· 11 years ago
b67fb086
drivers/pps/clients/pps-gpio.c: remove unnecessary platform_set_drvdata()
by Jingoo Han
· 11 years ago
666dc7c
pktcdvd: fix defective misuses of pkt_<level>
by Joe Perches
· 11 years ago
f3ded78
pktcdvd: add struct pktcdvd_device * to pkt_dump_sense()
by Joe Perches
· 11 years ago
0c075d6
pktcdvd: convert pr_info to pkt_info
by Joe Perches
· 11 years ago
ca73dab
pktcdvd: convert pr_notice to pkt_notice
by Joe Perches
· 11 years ago
fa63c0a
pktcdvd: add struct pktcdvd_device.name to pr_err logging where possible
by Joe Perches
· 11 years ago
844aa79
pktcdvd: add struct pktcdvd_device * to pkt_dbg
by Joe Perches
· 11 years ago
cd3f2cd
pktcdvd: consolidate DPRINTK and VPRINTK macros
by Joe Perches
· 11 years ago
9948133
pktcdvd: convert printk to pr_<level>
by Joe Perches
· 11 years ago
5323fb7
pktcdvd: convert ZONE macro to static function get_zone()
by Joe Perches
· 11 years ago
6723734
panic: call panic handlers before kmsg_dump
by Kees Cook
· 11 years ago
6325932
affs: use loff_t in affs_truncate()
by Dan Carpenter
· 11 years ago
5173b41
aoe: remove do-nothing NAME="%k" term from example udev rules
by Ed Cashin
· 11 years ago
fea1b13
aoe: do not BUG if memory pressure prevented debugfs file creation
by Ed Cashin
· 11 years ago
e0ec360
aoe: suppress compiler warnings
by Andy Shevchenko
· 11 years ago
a88c1f0
aoe: remove custom implementation of kbasename()
by Andy Shevchenko
· 11 years ago
896dcd9
aoe: update internal version number to 85
by Ed Cashin
· 11 years ago
ec34512
aoe: update copyright date
by Ed Cashin
· 11 years ago
2256c1c
aoe: fill in per-AoE-target information for debugfs file
by Ed Cashin
· 11 years ago
1cf9479
aoe: provide file operations for debugfs files
by Ed Cashin
· 11 years ago
e8866cf
aoe: add AoE-target files to debugfs
by Ed Cashin
· 11 years ago
190519c
aoe: create and destroy debugfs directory for aoe
by Ed Cashin
· 11 years ago
0bd4213
mm/zswap: use postorder iteration when destroying rbtree
by Cody P Schafer
· 11 years ago
7c993e1
rbtree: allow tests to run as builtin
by Cody P Schafer
· 11 years ago
a791a62
rbtree_test: add test for postorder iteration
by Cody P Schafer
· 11 years ago
2b52908
rbtree: add rbtree_postorder_for_each_entry_safe() helper
by Cody P Schafer
· 11 years ago
9dee5c5
rbtree: add postorder iteration functions
by Cody P Schafer
· 11 years ago
b4bc4a1
block/partitions/efi.c: consistently use pr_foo()
by Andrew Morton
· 11 years ago
70f637e
partitions/efi: some style cleanups
by Davidlohr Bueso
· 11 years ago
08009b3
partitions/efi: delete annoying emacs style comments
by Davidlohr Bueso
· 11 years ago
aa054bc
partitions/efi: compare first and last usable LBAs
by Davidlohr Bueso
· 11 years ago
27a7c64
partitions/efi: account for pmbr size in lba
by Davidlohr Bueso
· 11 years ago
b05ebbb
partitions/efi: detect hybrid MBRs
by Davidlohr Bueso
· 11 years ago
3e69ac3
partitions/efi: do not require gpt partition to begin at sector 1
by Davidlohr Bueso
· 11 years ago
33afd7a
partitions/efi: check pmbr record's starting lba
by Davidlohr Bueso
· 11 years ago
c2ebdc2
partitions/efi: use lba-aware partition records
by Davidlohr Bueso
· 11 years ago
6f79d33
s390/vmcore: use vmcore for zfcpdump
by Michael Holzheu
· 11 years ago
11e376a
vmcore: enable /proc/vmcore mmap for s390
by Michael Holzheu
· 11 years ago
23df79d
s390/vmcore: implement remap_oldmem_pfn_range for s390
by Jan Willeke
· 11 years ago
9cb2181
vmcore: introduce remap_oldmem_pfn_range()
by Michael Holzheu
· 11 years ago
97b0f6f
s390/vmcore: use ELF header in new memory feature
by Michael Holzheu
· 11 years ago
be8a8d0
vmcore: introduce ELF header in new memory feature
by Michael Holzheu
· 11 years ago
80c74f6
kexec: remove unnecessary return
by Xishi Qiu
· 11 years ago
6b3c538
exec: cleanup the error handling in search_binary_handler()
by Oleg Nesterov
· 11 years ago
4e0621a
exec: don't retry if request_module() fails
by Oleg Nesterov
· 11 years ago
cb7b6b1
exec: cleanup the CONFIG_MODULES logic
by Oleg Nesterov
· 11 years ago
92eaa56
exec: kill ->load_binary != NULL check in search_binary_handler()
by Oleg Nesterov
· 11 years ago
52f14282
exec: move allow_write_access/fput to exec_binprm()
by Oleg Nesterov
· 11 years ago
9beb266
exec: proc_exec_connector() should be called only once
by Oleg Nesterov
· 11 years ago
131b2f9
exec: kill "int depth" in search_binary_handler()
by Oleg Nesterov
· 11 years ago
5d1baf3
exec: introduce exec_binprm() for "depth == 0" code
by Oleg Nesterov
· 11 years ago
96d0df7
proc: make proc_fd_permission() thread-friendly
by Oleg Nesterov
· 11 years ago
a3c0399
fs/proc/task_mmu.c: check the return value of mpol_to_str()
by Chen Gang
· 11 years ago
4649602
Documentation/filesystems/proc.txt: fix mistake in the description of Committed_AS
by Minto Joseph
· 11 years ago
be49b30
fs/file_table.c:fput(): make comment more truthful
by Andrew Morton
· 11 years ago
65aafb1
coredump: add new %P variable in core_pattern
by Stéphane Graber
· 11 years ago
73af963
__ptrace_may_access() should not deny sub-threads
by Mark Grondona
· 11 years ago
b4c1107
hfsplus: integrate POSIX ACLs support into driver
by Vyacheslav Dubeyko
· 11 years ago
eef80d4
hfsplus: implement POSIX ACLs support
by Vyacheslav Dubeyko
· 11 years ago
2c92057
hfsplus: add necessary declarations for POSIX ACLs support
by Vyacheslav Dubeyko
· 11 years ago
7c1d69e
rtc: simplify devm_request_mem_region/devm_ioremap
by Julia Lawall
· 11 years ago
1735be4
drivers/rtc/rtc-ds1742.c: report to RTC core if retrieved time is invalid
by Alexander Shiyan
· 11 years ago
2cbc218
drivers/rtc/rtc-ds1742.c: remove unused field "rtc" from private structure
by Alexander Shiyan
· 11 years ago
25e2818
drivers/rtc/rtc-ds1742.c: use devm_ioremap_resource()
by Alexander Shiyan
· 11 years ago
28984c7
drivers/rtc/rtc-sirfsoc.c: fix kernel warning during wakeup
by Xianglong Du
· 11 years ago
0ebbf43
drivers/rtc/rtc-nuc900.c: use NULL instead of 0
by Jingoo Han
· 11 years ago
1748cbf
drivers/rtc/rtc-max77686.c: Fix wrong register
by Sangjung Woo
· 11 years ago
7707bda
drivers/rtc/rtc-hid-sensor-time.c: improve error handling when rtc register fails
by Alexander Holler
· 11 years ago
666a584
drivers/rtc/rtc-palmas.c: support for backup battery charging
by Laxman Dewangan
· 11 years ago
8af750e
drivers/rtc/rtc-omap.c: add rtc wakeup support to alarm events
by Hebbar Gururaja
· 11 years ago
453b4c6
rtc: add MOXA ART RTC driver
by Jonas Jensen
· 11 years ago
4540bae
drivers/rtc/rtc-pcf2127.c: remove empty function
by Sachin Kamat
· 11 years ago
ae25992
drivers/rtc/rtc-hid-sensor-time.c: add module alias to let the module load automatically
by Alexander Holler
· 11 years ago
63c4043
s390/kprobes: add support for pc-relative long displacement instructions
by Heiko Carstens
· 11 years ago
af96397
kprobes: allow to specify custom allocator for insn caches
by Heiko Carstens
· 11 years ago
c802d64
kprobes: unify insn caches
by Heiko Carstens
· 11 years ago
ae79744
firmware/dmi_scan: drop OOM messages
by Jean Delvare
· 11 years ago
ffbbb96
firmware/dmi_scan: constify strings
by Jean Delvare
· 11 years ago
02d9c47
firmware/dmi_scan: fix most checkpatch errors and warnings
by Jean Delvare
· 11 years ago
3d267f2
firmware/dmi_scan: drop obsolete comment
by Jean Delvare
· 11 years ago
91cf5ab
epoll: add a reschedule point in ep_free()
by Eric Dumazet
· 11 years ago
8716de3
checkpatch: add test for positional misuse of section specifiers like __initdata
by Joe Perches
· 11 years ago
58cb3cf
checkpatch: fix perl version 5.12 and earlier incompatibility
by Joe Perches
· 11 years ago
1b5539b
checkpatch: reduce runtime/cpu time used
by Joe Perches
· 11 years ago
b34c648
checkpatch: better --fix of SPACING errors.
by Joe Perches
· 11 years ago
f95a7e6
checkpatch: ignore #define TRACE_<foo> macros
by Joe Perches
· 11 years ago
91bfe48
checkpatch: add --types option to report only specific message types
by Joe Perches
· 11 years ago
61135e9
checkpatch: fix networking kernel-doc block comment defect
by Joe Perches
· 11 years ago
70dc8a4
checkpatch: warn when using extern with function prototypes in .h files
by Joe Perches
· 11 years ago
7e51f19
checkpatch: check for duplicate signatures
by Joe Perches
· 11 years ago
d62a201
checkpatch: enforce sane perl version
by Dave Hansen
· 11 years ago
7e781f6
checkpatch: check CamelCase by word, not by $Lval
by Joe Perches
· 11 years ago
d5e616f
checkpatch: add a few more --fix corrections
by Joe Perches
· 11 years ago
1431574
lib/decompressors: fix "no limit" output buffer length
by Alexandre Courbot
· 11 years ago
f2e1d2a
lib/crc32: update the comments of crc32_{be,le}_generic()
by Gu Zheng
· 11 years ago
5ab58ac
lib/genalloc.c: correct dev_get_gen_pool documentation
by Emilio López
· 11 years ago
Next »