Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
60a55369aad3336e604218abf2057363f69c0722
60a5536
checkpatch: add warning for kmalloc/kzalloc with multiply
by Joe Perches
· 11 years ago
f5ef95b
checkpatch: warn on #defines ending in semicolon
by Joe Perches
· 11 years ago
2ac73b4
checkpatch: make --strict a default for files in drivers/net and net/
by Joe Perches
· 11 years ago
3f7bac0
checkpatch: always warn on missing blank line after variable declaration block
by Joe Perches
· 11 years ago
185d566
checkpatch: fix wildcard DT compatible string checking
by Rob Herring
· 11 years ago
6516a46
kernel/compat.c: use sizeof() instead of sizeof
by Fabian Frederick
· 11 years ago
548bbff
lib/asn1_decoder.c: kernel-doc warning fix
by Fabian Frederick
· 11 years ago
b3b16d2
lib/atomic64_test.c: convert printk(KERN_INFO to pr_info
by Fabian Frederick
· 11 years ago
c56ba70
lib/bug.c: convert printk to pr_foo()
by Fabian Frederick
· 11 years ago
ce643a3
lib/textsearch.c: move EXPORT_SYMBOL after functions
by Fabian Frederick
· 11 years ago
6d6a138
lib/nlattr.c: move EXPORT_SYMBOL after functions
by Fabian Frederick
· 11 years ago
54b14f4
lib/digsig.c: kernel-doc warning fixes
by Fabian Frederick
· 11 years ago
38b4fe5
lib/crc32.c: remove unnecessary __constant
by Fabian Frederick
· 11 years ago
8e4c0b6
lib/radix-tree.c: kernel-doc warning fix
by Fabian Frederick
· 11 years ago
b8cfff6
lib/plist.c: make CONFIG_DEBUG_PI_LIST selectable
by Dan Streetman
· 11 years ago
c75b53a
lib/btree.c: fix leak of whole btree nodes
by Minfei Huang
· 11 years ago
3f623eb
lib/vsprintf.c: fix comparison to bool
by Fabian Frederick
· 11 years ago
f8eaf29
lib/libcrc32c.c: use PTR_ERR_OR_ZERO
by Fabian Frederick
· 11 years ago
bf4d064
lib/xz: enable all filters by default in Kconfig
by Lasse Collin
· 11 years ago
1812062
lib/plist.c: replace pr_debug with printk in plist_test()
by Dan Streetman
· 11 years ago
84d517f
lib/xz: add comments for the intentionally missing break statements
by Lasse Collin
· 11 years ago
0046dd9
lib/string.c: use the name "C-string" in comments
by Dan Carpenter
· 11 years ago
a8fe19e
kernel/printk: use symbolic defines for console loglevels
by Borislav Petkov
· 11 years ago
84b5ec8
printk: report dropping of messages from logbuf
by Will Deacon
· 11 years ago
6e099f5
Documentation: expand/clarify debug documentation
by Dan Streetman
· 11 years ago
6d9bcb6
timekeeping: use printk_deferred when holding timekeeping seqlock
by John Stultz
· 11 years ago
c224815
printk: Add printk_deferred_once
by John Stultz
· 11 years ago
aac74dc
printk: rename printk_sched to printk_deferred
by John Stultz
· 11 years ago
8195460
printk: disable preemption for printk_sched
by John Stultz
· 11 years ago
458df9f
printk: remove separate printk_sched buffers and use printk buf instead
by Steven Rostedt
· 11 years ago
939f04b
printk: enable interrupts before calling console_trylock_for_printk()
by Jan Kara
· 11 years ago
bd8d7cf
printk: fix lockdep instrumentation of console_sem
by Jan Kara
· 11 years ago
608873c
printk: release lockbuf_lock before calling console_trylock_for_printk()
by Jan Kara
· 11 years ago
ca1d432
printk: remove outdated comment
by Jan Kara
· 11 years ago
034633c
printk: return really stored message length
by Petr Mladek
· 11 years ago
55bd53a
printk: shrink too long messages
by Petr Mladek
· 11 years ago
85c87043
printk: split message size computation
by Petr Mladek
· 11 years ago
f40e4b9
printk: ignore too long messages
by Petr Mladek
· 11 years ago
0a58169
printk: split code for making free space in the log buffer
by Petr Mladek
· 11 years ago
b300a4e
kernel/user.c: drop unused field 'files' from user_struct
by Kirill A. Shutemov
· 11 years ago
b51dbec
kernel/hung_task.c: convert simple_strtoul to kstrtouint
by Fabian Frederick
· 11 years ago
95583e4
kernel/utsname_sysctl.c: replace obsolete __initcall by device_initcall
by Fabian Frederick
· 11 years ago
616feab
kernel/reboot.c: convert simple_strtoul to kstrtoint
by Fabian Frederick
· 11 years ago
6c5a53c
kernel/res_counter.c: replace simple_strtoull by kstrtoull
by Fabian Frederick
· 11 years ago
cac92ba
kernel/tracepoint.c: kernel-doc fixes
by Fabian Frederick
· 11 years ago
cf25004
kernel/stop_machine.c: kernel-doc warning fix
by Fabian Frederick
· 11 years ago
eaa1809
kernel/latencytop.c: convert seq_printf to seq_puts
by Fabian Frederick
· 11 years ago
b9e5db6
kernel/exec_domain.c: code clean-up
by Fabian Frederick
· 11 years ago
a6c8c69
kernel/capability.c: code clean-up
by Fabian Frederick
· 11 years ago
462b29b
kernel/backtracetest.c: replace no level printk by pr_info()
by Fabian Frederick
· 11 years ago
84117da
kernel/cpu.c: convert printk to pr_foo()
by Fabian Frederick
· 11 years ago
2c0d259
compiler.h: avoid sparse errors in __compiletime_error_fallback()
by James Hogan
· 11 years ago
00f0179
fs/exportfs/expfs.c: kernel-doc warning fixes
by Fabian Frederick
· 11 years ago
e37dcbf
fs/efivarfs/super.c: use static const for dentry_operations
by Fabian Frederick
· 11 years ago
f618776
sys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALL
by Fabian Frederick
· 11 years ago
72d0963
mm/zswap: NUMA aware allocation for zswap_dstmem
by Eric Dumazet
· 11 years ago
d867f20
mm/zsmalloc: make zsmalloc module-buildable
by Minchan Kim
· 11 years ago
93ef6d6c
mm/vmalloc.c: export unmap_kernel_range()
by Minchan Kim
· 11 years ago
7eb5251
zsmalloc: fixup trivial zs size classes value in comments
by Weijie Yang
· 11 years ago
50417c5
mm/zbud.c: make size unsigned like unique callsite
by Fabian Frederick
· 11 years ago
38515c7
zram: correct offset usage in zram_bio_discard
by Weijie Yang
· 11 years ago
2a7a0e0
mm, memcg: periodically schedule when emptying page list
by Hugh Dickins
· 11 years ago
4a0da71
Documentation/sysctl/vm.txt: clarify vfs_cache_pressure description
by Denys Vlasenko
· 11 years ago
3ba0812
mm/memory-failure.c: support use of a dedicated thread to handle SIGBUS(BUS_MCEERR_AO)
by Naoya Horiguchi
· 11 years ago
74614de
mm/memory-failure.c: don't let collect_procs() skip over processes for MF_ACTION_REQUIRED
by Tony Luck
· 11 years ago
a70ffca
mm/memory-failure.c-failure: send right signal code to correct thread
by Tony Luck
· 11 years ago
d2f3102
mm/page-writeback.c: remove outdated comment
by Jianyu Zhan
· 11 years ago
50088c4
mm/swapfile.c: delete the "last_in_cluster < scan_base" loop in the body of scan_swap_map()
by Chen Yucong
· 11 years ago
100873d
hugetlb: rename hugepage_migration_support() to ..._supported()
by Naoya Horiguchi
· 11 years ago
1fdb412
mm: document do_fault_around() feature
by Kirill A. Shutemov
· 11 years ago
a9b0f86
mm: nominate faultaround area in bytes rather than page order
by Kirill A. Shutemov
· 11 years ago
7d01817
mm/page_alloc.c: cleanup add_active_range() related comments
by Zhang Zhen
· 11 years ago
daa5ba7
mm/rmap.c: cleanup ttu_flags
by Konstantin Khlebnikov
· 11 years ago
3d92860
mm/rmap.c: don't call mmu_notifier_invalidate_page() during munlock
by Konstantin Khlebnikov
· 11 years ago
226b4cc
mm/process_vm_access: move config option into init/Kconfig
by Konstantin Khlebnikov
· 11 years ago
1a50190
mm: vmscan: use proportional scanning during direct reclaim and full scan at DEF_PRIORITY
by Mel Gorman
· 11 years ago
d23da15
fs/superblock: avoid locking counting inodes and dentries before reclaiming them
by Tim Chen
· 11 years ago
28f2cd4f
fs/superblock: unregister sb shrinker before ->kill_sb()
by Dave Chinner
· 11 years ago
850e9c6
mm: fix typo in comment in do_fault_around()
by Kirill A. Shutemov
· 11 years ago
7fc34a6
mm/msync.c: sync only the requested range in msync()
by Matthew Wilcox
· 11 years ago
65eb718
hwpoison: remove unused global variable in do_machine_check()
by Chen Yucong
· 11 years ago
be97657
mm, compaction: properly signal and act upon lock and need_sched() contention
by Vlastimil Babka
· 11 years ago
6e6870d
fs/hugetlbfs/inode.c: remove null test before kfree
by Fabian Frederick
· 11 years ago
be1d2cf
fs/hugetlbfs/inode.c: use static const for dentry_operations
by Fabian Frederick
· 11 years ago
422b244
fs/hugetlbfs/inode.c: add static to hugetlbfs_i_mmap_mutex_key
by Fabian Frederick
· 11 years ago
4be89a3
mm/vmscan.c: use DIV_ROUND_UP for calculation of zone's balance_gap and correct comments.
by Jianyu Zhan
· 11 years ago
b7596fb
include/linux/gfp.h: exclude duplicate header
by Andy Shevchenko
· 11 years ago
8f34af6
mm, hugetlb: move the error handle logic out of normal code path
by Jianyu Zhan
· 11 years ago
6edd6cc
mm/memory-failure.c: move comment
by Naoya Horiguchi
· 11 years ago
888cf2d
mm: avoid unnecessary atomic operations during end_page_writeback()
by Mel Gorman
· 11 years ago
d884637
mm: page_alloc: calculate classzone_idx once from the zonelist ref
by Mel Gorman
· 11 years ago
2457aec
mm: non-atomically mark page accessed during page cache allocation where possible
by Mel Gorman
· 11 years ago
e7470ee
fs: buffer: do not use unnecessary atomic operations when discarding buffers
by Mel Gorman
· 11 years ago
6fb81a1
mm: do not use unnecessary atomic operations when adding pages to the LRU
by Mel Gorman
· 11 years ago
e3741b5
mm: do not use atomic operations when releasing pages
by Mel Gorman
· 11 years ago
07a4278
mm: shmem: avoid atomic operation during shmem_getpage_gfp
by Mel Gorman
· 11 years ago
b745bc8
mm: page_alloc: convert hot/cold parameter and immediate callers to bool
by Mel Gorman
· 11 years ago
7aeb09f
mm: page_alloc: use unsigned int for order in more places
by Mel Gorman
· 11 years ago
cfc47a2
mm: page_alloc: lookup pageblock migratetype with IRQs enabled during free
by Mel Gorman
· 11 years ago
dc4b0ca
mm: page_alloc: reduce number of times page_to_pfn is called
by Mel Gorman
· 11 years ago
Next »