Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
54d15714f7497094a0839537f0d47946edb45761
54d15714
binfmt_elf: Correct `arch_check_elf's description
by Maciej W. Rozycki
· 9 years ago
88a578d
fs: fix writeback.c kernel-doc warnings
by Randy Dunlap
· 9 years ago
034ae4b
fs: fix inode.c kernel-doc warning
by Randy Dunlap
· 9 years ago
6ae0806
fs/pipe.c: return error code rather than 0 in pipe_write()
by Eric Biggers
· 9 years ago
e9bb1f9
fs/pipe.c: preserve alloc_file() error code
by Eric Biggers
· 9 years ago
b582ef5
binfmt_elf: Don't clobber passed executable's file header
by Maciej W. Rozycki
· 9 years ago
102f4d9
FS-Cache: Handle a write to the page immediately beyond the EOF marker
by David Howells
· 9 years ago
95201a4
cachefiles: perform test on s_blocksize when opening cache file.
by NeilBrown
· 9 years ago
b130ed5
FS-Cache: Don't override netfs's primary_index if registering failed
by Kinglong Mee
· 9 years ago
86108c2
FS-Cache: Increase reference of parent after registering, netfs success
by Kinglong Mee
· 9 years ago
0ee9608
debugfs: fix refcount imbalance in start_creating
by Daniel Borkmann
· 9 years ago
ce5c2d2
arm64: fixup for mm renames
by Andrew Morton
· 9 years ago
ad804a0
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 9 years ago
ab9f2fa
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
by Linus Torvalds
· 9 years ago
75021d2
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 9 years ago
6f1da31
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
by Linus Torvalds
· 9 years ago
99aaa9c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching
by Linus Torvalds
· 9 years ago
5f2a2d5
ipc,msg: drop dst nil validation in copy_msg
by Davidlohr Bueso
· 9 years ago
cb7ae26
include/linux/zutil.h: fix usage example of zlib_adler32()
by Anish Bhatt
· 9 years ago
08d7865
panic: release stale console lock to always get the logbuf printed out
by Vitaly Kuznetsov
· 9 years ago
7f83064
dma-debug: check nents in dma_sync_sg*
by Robin Murphy
· 9 years ago
002edb6
dma-mapping: tidy up dma_parms default handling
by Robin Murphy
· 9 years ago
8639b46
pidns: fix set/getpriority and ioprio_set/get in PRIO_USER mode
by Ben Segall
· 9 years ago
de90a6b
kexec: use file name as the output message prefix
by Minfei Huang
· 9 years ago
0f93090
fs, seqfile: always allow oom killer
by Greg Thelen
· 9 years ago
25c6bb7
seq_file: reuse string_escape_str()
by Andy Shevchenko
· 9 years ago
8b91a31
fs/seq_file: use seq_* helpers in seq_hex_dump()
by Andy Shevchenko
· 9 years ago
d61ba58
coredump: change zap_threads() and zap_process() to use for_each_thread()
by Oleg Nesterov
· 9 years ago
5fa534c
coredump: ensure all coredumping tasks have SIGNAL_GROUP_COREDUMP
by Oleg Nesterov
· 9 years ago
9317bb9
signal: remove jffs2_garbage_collect_thread()->allow_signal(SIGCONT)
by Oleg Nesterov
· 9 years ago
9a13049
signal: introduce kernel_signal_stop() to fix jffs2_garbage_collect_thread()
by Oleg Nesterov
· 9 years ago
be0e6f2
signal: turn dequeue_signal_lock() into kernel_dequeue_signal()
by Oleg Nesterov
· 9 years ago
2e01fab
signals: kill block_all_signals() and unblock_all_signals()
by Oleg Nesterov
· 9 years ago
4f05028
nilfs2: fix gcc uninitialized-variable warnings in powerpc build
by Ryusuke Konishi
· 9 years ago
09ef29e
nilfs2: fix gcc unused-but-set-variable warnings
by Ryusuke Konishi
· 9 years ago
c35c7ac
MAINTAINERS: nilfs2: add header file for tracing
by Ryusuke Konishi
· 9 years ago
a9cd207
nilfs2: add tracepoints for analyzing reading and writing metadata files
by Hitoshi Mitake
· 9 years ago
83eec5e
nilfs2: add tracepoints for analyzing sufile manipulation
by Hitoshi Mitake
· 9 years ago
44fda11
nilfs2: add a tracepoint for transaction events
by Hitoshi Mitake
· 9 years ago
5849770
nilfs2: add a tracepoint for tracking stage transition of segment construction
by Hitoshi Mitake
· 9 years ago
d0c14a9
nilfs2: free unused dat file blocks during garbage collection
by Ryusuke Konishi
· 9 years ago
da01995
nilfs2: add helper functions to delete blocks from dat file
by Ryusuke Konishi
· 9 years ago
b225809
nilfs2: get rid of nilfs_palloc_group_is_in()
by Ryusuke Konishi
· 9 years ago
18c41b3
nilfs2: refactor nilfs_palloc_find_available_slot()
by Ryusuke Konishi
· 9 years ago
4e9e63a
nilfs2: do not call nilfs_mdt_bgl_lock() needlessly
by Ryusuke Konishi
· 9 years ago
b7bed71
nilfs2: use nilfs_warning() in allocator implementation
by Ryusuke Konishi
· 9 years ago
da80a39
nilfs2: drop null test before destroy functions
by Julia Lawall
· 9 years ago
6d32f7a
checkpatch: improve the unnecessary initialisers tests
by Joe Perches
· 9 years ago
369c8dd
checkpatch: improve tests for fixes:, long lines and stack dumps in commit log
by Joe Perches
· 9 years ago
9f029f5
lib/hexdump.c: truncate output in case of overflow
by Andy Shevchenko
· 9 years ago
8de1ee7
rbtree: clarify documentation of rbtree_postorder_for_each_entry_safe()
by Cody P Schafer
· 9 years ago
9022435
lib/is_single_threaded.c: change current_is_single_threaded() to use for_each_thread()
by Oleg Nesterov
· 9 years ago
f773f32
lib/kobject.c: use kvasprintf_const for formatting ->name
by Rasmus Villemoes
· 9 years ago
0a9df78
lib/kasprintf.c: introduce kvasprintf_const
by Rasmus Villemoes
· 9 years ago
2cf12f8
lib/llist.c: fix data race in llist_del_first
by Dmitry Vyukov
· 9 years ago
943ba65
lib/test-string_helpers.c: add string_get_size() tests
by Vitaly Kuznetsov
· 9 years ago
1c78bc17
lib/halfmd4.c: use rol32 inline function in the ROUND macro
by Alexander Kuleshov
· 9 years ago
78e3c79
arch/x86/kernel/cpu/perf_event_msr.c: use sign_extend64() for sign extension
by Martin Kepplinger
· 9 years ago
06d8f81
arch/sh/kernel/traps_64.c: use sign_extend64() for sign extension
by Martin Kepplinger
· 9 years ago
48e203e
bitops.h: add sign_extend64()
by Martin Kepplinger
· 9 years ago
e2eb53a
bitops.h: improve sign_extend32()'s documentation
by Martin Kepplinger
· 9 years ago
cd2c3e7
MAINTAINERS: add missing extcon directory
by Chanwoo Choi
· 9 years ago
2a7cb1d
get_maintainer: add subsystem to reviewer output
by Joe Perches
· 9 years ago
4f07510
get_maintainer: --r (list reviewer) is on by default
by Brian Norris
· 9 years ago
b1312bf
get_maintainer: add --no-foo options to --help
by Brian Norris
· 9 years ago
cc7ff0e
get_maintainer: it's '--pattern-depth', not '-pattern-depth'
by Brian Norris
· 9 years ago
3cbcca8
get_maintainer: add missing documentation for --git-blame-signatures
by Brian Norris
· 9 years ago
3824657
printk: prevent userland from spoofing kernel messages
by Mathias Krause
· 9 years ago
d7ec9a0
lib/vsprintf.c: update documentation
by Rasmus Villemoes
· 9 years ago
317dc34
selftests: run lib/test_printf module
by Kees Cook
· 9 years ago
707cc72
test_printf: test printf family at runtime
by Rasmus Villemoes
· 9 years ago
80c9eb4
lib/vsprintf.c: remove SPECIAL handling in pointer()
by Rasmus Villemoes
· 9 years ago
762abb5
lib/vsprintf.c: also improve sanity check in bstr_printf()
by Rasmus Villemoes
· 9 years ago
b006f19
lib/vsprintf.c: handle invalid format specifiers more robustly
by Rasmus Villemoes
· 9 years ago
5e4ee7b
printk: synchronize %p formatting documentation
by Martin Kletzander
· 9 years ago
3e406b1
lib/dynamic_debug.c: use kstrdup_const
by Rasmus Villemoes
· 9 years ago
eac44a5
fs/jffs2/wbuf.c: remove stray semicolon
by Andrew Morton
· 9 years ago
9add850
include/linux/compiler-gcc.h: improve __visible documentation
by Andrew Morton
· 9 years ago
54708d2
proc: actually make proc_fd_permission() thread-friendly
by Oleg Nesterov
· 9 years ago
3a49f3d
fs/proc/array.c: set overflow flag in case of error
by Andy Shevchenko
· 9 years ago
1965c8b
mm: use 'unsigned int' for compound_dtor/compound_order on 64BIT
by Kirill A. Shutemov
· 9 years ago
d00181b
mm: use 'unsigned int' for page order
by Kirill A. Shutemov
· 9 years ago
1d798ca
mm: make compound_head() robust
by Kirill A. Shutemov
· 9 years ago
f1e6155
mm: pack compound_dtor and compound_order into one word in struct page
by Kirill A. Shutemov
· 9 years ago
32e7ba1
zsmalloc: use page->private instead of page->first_page
by Kirill A. Shutemov
· 9 years ago
bc4f610
slab, slub: use page->rcu_head instead of page->lru plus cast
by Kirill A. Shutemov
· 9 years ago
474e4ee
mm: drop page->slab_page
by Kirill A. Shutemov
· 9 years ago
6fe5186
zsmalloc: reduce size_class memory usage
by Sergey Senozhatsky
· 9 years ago
6f0b227
mm/zsmalloc.c: remove useless line in obj_free()
by Hui Zhu
· 9 years ago
2c35169
zsmalloc: don't test shrinker_enabled in zs_shrinker_count()
by Sergey Senozhatsky
· 9 years ago
759b26b
zsmalloc: use preempt.h for in_interrupt()
by Sergey Senozhatsky
· 9 years ago
12a7bfa
zsmalloc: fix obj_to_head use page_private(page) as value but not pointer
by Hui Zhu
· 9 years ago
8f958c9
zsmalloc: add comments for ->inuse to zspage
by Hui Zhu
· 9 years ago
6f3526d
mm: zsmalloc: constify struct zs_pool name
by Sergey SENOZHATSKY
· 9 years ago
69e18f4
zpool: remove redundant zpool->type string, const-ify zpool_get_type
by Dan Streetman
· 9 years ago
c99b42c
zswap: use charp for zswap param strings
by Dan Streetman
· 9 years ago
3d9c637
module: export param_free_charp()
by Dan Streetman
· 9 years ago
b0c9865
mm/zswap.c: remove unneeded initialization to NULL in zswap_entry_find_get()
by Alexey Klimov
· 9 years ago
1c53e0d
zram: make is_partial_io/valid_io_request/page_zero_filled return boolean
by Geliang Tang
· 9 years ago
1237275
zram: keep the exact overcommited value in mem_used_max
by Sergey SENOZHATSKY
· 9 years ago
Next »