index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
printk/kdb: handle more message headers
Petr Mladek
2016-12-12
2
-1
/
+9
*
printk/NMI: handle continuous lines and missing newline
Petr Mladek
2016-12-12
1
-28
/
+50
*
printk/NMI: fix up handling of the full nmi log buffer
Petr Mladek
2016-12-12
1
-2
/
+3
*
compiler-gcc.h: use "proved" instead of "proofed"
Benjamin Peterson
2016-12-12
1
-1
/
+1
*
hung_task: decrement sysctl_hung_task_warnings only if it is positive
Tetsuo Handa
2016-12-12
1
-1
/
+2
*
fs/proc: calculate /proc/* and /proc/*/task/* nlink at init time
Alexey Dobriyan
2016-12-12
3
-6
/
+15
*
fs/proc/base.c: save decrement during lookup/readdir in /proc/$PID
Alexey Dobriyan
2016-12-12
1
-4
/
+4
*
fs/proc/array.c: slightly improve render_sigset_t
Rasmus Villemoes
2016-12-12
1
-1
/
+1
*
proc: tweak comments about 2 stage open and everything
Alexey Dobriyan
2016-12-12
1
-8
/
+21
*
proc: kmalloc struct pde_opener
Alexey Dobriyan
2016-12-12
1
-1
/
+3
*
proc: fix type of struct pde_opener::closing field
Alexey Dobriyan
2016-12-12
2
-2
/
+2
*
proc: just list_del() struct pde_opener
Alexey Dobriyan
2016-12-12
1
-1
/
+1
*
proc: make struct struct map_files_info::len unsigned int
Alexey Dobriyan
2016-12-12
1
-1
/
+1
*
proc: make struct pid_entry::len unsigned
Alexey Dobriyan
2016-12-12
1
-1
/
+1
*
proc: report no_new_privs state
Kees Cook
2016-12-12
2
-2
/
+5
*
mm/percpu.c: fix panic triggered by BUG_ON() falsely
zijun_hu
2016-12-12
1
-4
/
+12
*
kasan: turn on -fsanitize-address-use-after-scope
Andrey Ryabinin
2016-12-12
1
-0
/
+2
*
kasan: eliminate long stalls during quarantine reduction
Dmitry Vyukov
2016-12-12
1
-46
/
+48
*
kasan: support panic_on_warn
Dmitry Vyukov
2016-12-12
1
-0
/
+2
*
mm: make transparent hugepage size public
Hugh Dickins
2016-12-12
2
-0
/
+15
*
mm: add cond_resched() in gather_pte_stats()
Hugh Dickins
2016-12-12
1
-0
/
+1
*
mm: add three more cond_resched() in swapoff
Hugh Dickins
2016-12-12
1
-7
/
+6
*
mm, page_alloc: keep pcp count and list contents in sync if struct page is co...
Mel Gorman
2016-12-12
1
-2
/
+10
*
mm, rmap: handle anon_vma_prepare() common case inline
Vlastimil Babka
2016-12-12
2
-36
/
+43
*
mm, debug: print raw struct page data in __dump_page()
Vlastimil Babka
2016-12-12
1
-0
/
+4
*
mm: THP page cache support for ppc64
Aneesh Kumar K.V
2016-12-12
6
-17
/
+100
*
mm: move vma_is_anonymous check within pmd_move_must_withdraw
Aneesh Kumar K.V
2016-12-12
3
-15
/
+18
*
mm: add preempt points into __purge_vmap_area_lazy()
Joel Fernandes
2016-12-12
1
-5
/
+9
*
mm: turn vmap_purge_lock into a mutex
Christoph Hellwig
2016-12-12
1
-7
/
+7
*
mm: mark all calls into the vmalloc subsystem as potentially sleeping
Christoph Hellwig
2016-12-12
1
-1
/
+6
*
x86/ldt: use vfree_atomic() to free ldt entries
Andrey Ryabinin
2016-12-12
1
-1
/
+1
*
kernel/fork: use vfree_atomic() to free thread stack
Andrey Ryabinin
2016-12-12
1
-1
/
+1
*
mm: add vfree_atomic()
Andrey Ryabinin
2016-12-12
2
-6
/
+37
*
mm: refactor __purge_vmap_area_lazy()
Christoph Hellwig
2016-12-12
1
-45
/
+35
*
mm: remove free_unmap_vmap_area_addr()
Christoph Hellwig
2016-12-12
1
-13
/
+8
*
mm: remove free_unmap_vmap_area_noflush()
Christoph Hellwig
2016-12-12
1
-11
/
+2
*
mm: workingset: update shadow limit to reflect bigger active list
Johannes Weiner
2016-12-12
1
-19
/
+25
*
mm: workingset: restore refault tracking for single-page files
Johannes Weiner
2016-12-12
1
-8
/
+1
*
mm: workingset: move shadow entry tracking to radix tree exceptional tracking
Johannes Weiner
2016-12-12
6
-138
/
+60
*
lib: radix-tree: update callback for changing leaf nodes
Johannes Weiner
2016-12-12
4
-16
/
+36
*
lib: radix-tree: add entry deletion support to __radix_tree_replace()
Johannes Weiner
2016-12-12
1
-111
/
+116
*
lib: radix-tree: check accounting of existing slot replacement users
Johannes Weiner
2016-12-12
10
-40
/
+64
*
lib: radix-tree: native accounting of exceptional entries
Johannes Weiner
2016-12-12
4
-12
/
+57
*
mm: workingset: turn shadow node shrinker bugs into warnings
Johannes Weiner
2016-12-12
1
-8
/
+12
*
mm: khugepaged: fix radix tree node leak in shmem collapse error path
Johannes Weiner
2016-12-12
1
-2
/
+4
*
mm: khugepaged: close use-after-free race during shmem collapsing
Johannes Weiner
2016-12-12
1
-0
/
+5
*
include/linux/backing-dev-defs.h: shrink struct backing_dev_info
Andrew Morton
2016-12-12
1
-1
/
+1
*
mm: don't cap request size based on read-ahead setting
Jens Axboe
2016-12-12
4
-11
/
+31
*
shmem: fix compilation warnings on unused functions
Jérémy Lefaure
2016-12-12
1
-0
/
+2
*
fs/fs-writeback.c: remove redundant if check
Tahsin Erdogan
2016-12-12
1
-9
/
+7
[next]