Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
1c963eb135075ecc5126c1ef695090cb0aea95c4
1c963eb
proc: convert /proc/$PID/limits to seq_file interface
by Alexey Dobriyan
· 10 years ago
f9ea536
proc: convert /proc/$PID/auxv to seq_file interface
by Alexey Dobriyan
· 10 years ago
cedbcca
proc: more "const char *" pointers
by Alexey Dobriyan
· 10 years ago
849d20a
proc: remove proc_tty_ldisc variable
by Alexey Dobriyan
· 10 years ago
4dcc03f
proc: make proc_subdir_lock static
by Alexey Dobriyan
· 10 years ago
335eb53
proc: faster /proc/$PID lookup
by Alexey Dobriyan
· 10 years ago
dbcdb50
proc: add and remove /proc entry create checks
by Alexey Dobriyan
· 10 years ago
ccf94f1
proc: constify seq_operations
by Fabian Frederick
· 10 years ago
108a8a1
fs/proc/kcore.c: use PAGE_ALIGN instead of ALIGN(PAGE_SIZE)
by Fabian Frederick
· 10 years ago
a0be55d
kernel/exit.c: fix coding style warnings and errors
by Ionut Alexa
· 10 years ago
f58d6c7
fs/hpfs/dnode.c: fix suspect code indent
by Fabian Frederick
· 10 years ago
f3fb9e2
fs/reiserfs/xattr.c: fix blank line missing after declarations
by Fabian Frederick
· 10 years ago
17093991
fs/reiserfs: use linux/uaccess.h
by Fabian Frederick
· 10 years ago
53872ed
fs/reiserfs: replace not-standard %Lu/%Ld
by Fabian Frederick
· 10 years ago
edc023ca
fs/ufs/inode.c: kernel-doc warning fixes
by Fabian Frederick
· 10 years ago
d4beaab
fs/ufs: convert UFSD printk to pr_debug
by Fabian Frederick
· 10 years ago
7e1e416
fs/ufs/super.c: use va_format instead of buffer/vsnprintf
by Fabian Frederick
· 10 years ago
07bc94f
fs/ufs/super.c: use __func__ in logging
by Fabian Frederick
· 10 years ago
de771bd
fs/ufs: use pr_fmt
by Fabian Frederick
· 10 years ago
a9814c5
fs/ufs: convert printk to pr_foo()
by Fabian Frederick
· 10 years ago
dd70edb
nilfs2: integrate sysfs support into driver
by Vyacheslav Dubeyko
· 10 years ago
a5a7332
nilfs2: add /sys/fs/nilfs2/<device>/mounted_snapshots/<snapshot> group
by Vyacheslav Dubeyko
· 10 years ago
a2ecb79
nilfs2: add /sys/fs/nilfs2/<device>/mounted_snapshots group
by Vyacheslav Dubeyko
· 10 years ago
02a0ba1
nilfs2: add /sys/fs/nilfs2/<device>/checkpoints group
by Vyacheslav Dubeyko
· 10 years ago
ef43d5c
nilfs2: add /sys/fs/nilfs2/<device>/segments group
by Vyacheslav Dubeyko
· 10 years ago
abc968d
nilfs2: add /sys/fs/nilfs2/<device>/segctor group
by Vyacheslav Dubeyko
· 10 years ago
caa05d4
nilfs2: add /sys/fs/nilfs2/<device>/superblock group
by Vyacheslav Dubeyko
· 10 years ago
da7141f
nilfs2: add /sys/fs/nilfs2/<device> group
by Vyacheslav Dubeyko
· 10 years ago
aebe17f
nilfs2: add /sys/fs/nilfs2/features group
by Vyacheslav Dubeyko
· 10 years ago
834b46c
fs/coda: use linux/uaccess.h
by Fabian Frederick
· 10 years ago
8e19189
fs/befs/linuxvfs.c: check superblock before dump operation
by Fabian Frederick
· 10 years ago
6d6747f
minix zmap block counts calculation fix
by Qi Yong
· 10 years ago
9f7d7a1
drivers/rtc/rtc-tps65910.c: fix potential NULL-pointer dereference
by Thierry Reding
· 10 years ago
e1d6009
driver/rtc/class.c: check the error after rtc_read_time()
by Hyogi Gim
· 10 years ago
796b7ab
rtc: add pcf85063 support
by Søren Andersen
· 10 years ago
db04d62
drivers/rtc/rtc-isl12022.c: device tree support
by Stuart Longland
· 10 years ago
ede3e9d
drivers/rtc/rtc-pcf8563.c: add alarm support
by Vincent Donnefort
· 10 years ago
2784366
drivers/rtc/rtc-pcf8563.c: introduce read|write_block_data
by Vincent Donnefort
· 10 years ago
da167ad
rtc: ia64: allow other architectures to use EFI RTC
by Mark Salter
· 10 years ago
ca6dc2d
drivers/rtc/interface.c: check the error after __rtc_read_time()
by Hyogi Gim
· 10 years ago
6e85bab
drivers/rtc/rtc-efi.c: check for invalid data coming back from UEFI
by Jan Beulich
· 10 years ago
3710f59
drivers/rtc/rtc-ds1742.c: revert "drivers/rtc/rtc-ds1742.c: remove redundant of_match_ptr() helper"
by Alexander Shiyan
· 10 years ago
441fb76
drivers/rtc/Kconfig: add hardware dependency to rtc-moxart
by Jean Delvare
· 10 years ago
ad0200f
drivers/rtc/Kconfig: move DS2404 entry where it belongs
by Jean Delvare
· 10 years ago
571eb88
drivers/rtc/rtc-ds1343.c: add support of nvram for maxim dallas rtc ds1343
by Raghavendra Ganiga
· 10 years ago
3b97dd0
autofs4: comment typo: remove a a doubled word
by NeilBrown
· 10 years ago
bdac383
autofs4: remove some unused inline functions
by NeilBrown
· 10 years ago
668128e
autofs4: don't take spinlock when not needed in autofs4_lookup_expiring
by NeilBrown
· 10 years ago
c312442
autofs4: remove a redundant assignment
by NeilBrown
· 10 years ago
26b7a54
autofs4: remove unused autofs4_ispending()
by NeilBrown
· 10 years ago
4878b14
kernel/test_kprobes.c: use current logging functions
by Fabian Frederick
· 10 years ago
4dfe694
init: make rootdelay=N consistent with rootwait behaviour
by Paul Gortmaker
· 10 years ago
6f4535e
fs/ramfs/file-nommu.c: replace count*size kzalloc by kcalloc
by Fabian Frederick
· 10 years ago
b86280a
kernel/kallsyms.c: fix %pB when there's no symbol at the address
by Namhyung Kim
· 10 years ago
ca35664
fs/efs/namei.c: return is not a function
by Fabian Frederick
· 10 years ago
c119239
mm/zswap.c: add __init to zswap_entry_cache_destroy()
by Fabian Frederick
· 10 years ago
6abb5a8
mm: memcontrol: avoid charge statistics churn during page migration
by Johannes Weiner
· 10 years ago
3cbb018
memcg: remove lookup_cgroup_page() prototype
by Greg Thelen
· 10 years ago
9a3f4d8
page-cgroup: get rid of NR_PCG_FLAGS
by Vladimir Davydov
· 10 years ago
434584f
page-cgroup: trivial cleanup
by Vladimir Davydov
· 10 years ago
747db95
mm: memcontrol: use page lists for uncharge batching
by Johannes Weiner
· 10 years ago
0a31bc9
mm: memcontrol: rewrite uncharge API
by Johannes Weiner
· 10 years ago
00501b5
mm: memcontrol: rewrite charge API
by Johannes Weiner
· 10 years ago
4449a51
vm_is_stack: use for_each_thread() rather then buggy while_each_thread()
by Oleg Nesterov
· 10 years ago
edcad25
Revert "slab: remove BAD_ALIEN_MAGIC"
by Joonsoo Kim
· 10 years ago
7f0d32e
Merge tag 'microblaze-3.17-rc1' of git://git.monstr.eu/linux-2.6-microblaze
by Linus Torvalds
· 10 years ago
8b07673
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egtvedt/linux-avr32
by Linus Torvalds
· 10 years ago
f536b3c
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 10 years ago
e669830
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
by Linus Torvalds
· 10 years ago
ebb067d
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 10 years ago
686913a
avr32: fix error return code
by Julia Lawall
· 10 years ago
33caee3
Merge branch 'akpm' (patchbomb from Andrew Morton)
by Linus Torvalds
· 10 years ago
6456a04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 10 years ago
158c129
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 10 years ago
172bfe0
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
by Linus Torvalds
· 10 years ago
a1b0a00
Merge git://www.linux-watchdog.org/linux-watchdog
by Linus Torvalds
· 10 years ago
7725131
Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 10 years ago
6b22df7
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 10 years ago
930e031
Merge tag 'sound-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 10 years ago
ec6c0a7
Merge tag 'hsi-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi
by Linus Torvalds
· 10 years ago
0498cf8
Merge tag 'for-v3.17' of git://git.infradead.org/battery-2.6
by Linus Torvalds
· 10 years ago
537e540
powerpc/eeh: Export eeh_iommu_group_to_pe()
by Gavin Shan
· 10 years ago
6c8f7e7
netlink: hold nl_sock_hash_lock during diag dump
by Thomas Graf
· 10 years ago
f842230
checkpatch: update $declaration_macros, add uninitialized_var
by Joe Perches
· 10 years ago
ece9659
checkpatch: warn on missing spaces in broken up quoted
by Dan Carpenter
· 10 years ago
308cc8d
checkpatch: fix false positives for --strict "space after cast" test
by Joe Perches
· 10 years ago
e81f239
checkpatch: fix false positive MISSING_BREAK warnings with --file
by Joe Perches
· 10 years ago
1813087
checkpatch: add test for native c90 types in unusual order
by Joe Perches
· 10 years ago
0c773d9
checkpatch: add signed generic types
by Joe Perches
· 10 years ago
3f7bc4e
checkpatch: add short int to c variable types
by Joe Perches
· 10 years ago
0fe3dc2
checkpatch: add for_each tests to indentation and brace tests
by Joe Perches
· 10 years ago
8b8856f
checkpatch: fix brace style misuses of else and while
by Joe Perches
· 10 years ago
8d18247
checkpatch: add --fix option for a couple OPEN_BRACE misuses
by Joe Perches
· 10 years ago
bd474ca
checkpatch: use the correct indentation for which()
by Joe Perches
· 10 years ago
f2d7e4d
checkpatch: add fix_insert_line and fix_delete_line helpers
by Joe Perches
· 10 years ago
d752fcc
checkpatch: add ability to insert and delete lines to patch/file
by Joe Perches
· 10 years ago
194f66f
checkpatch: add an index variable for fixed lines
by Joe Perches
· 10 years ago
c00df19
checkpatch: warn on break after goto or return with same tab indentation
by Joe Perches
· 10 years ago
13f1937
checkpatch: emit a warning on file add/move/delete
by Joe Perches
· 10 years ago
d311cd4
checkpatch: add test for commit id formatting style in commit log
by Joe Perches
· 10 years ago
Next »