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
*
Pratyush Anand has moved
Pratyush Anand
2015-06-25
9
-16
/
+17
*
compiler-intel: fix wrong compiler barrier() macro
Daniel Borkmann
2015-06-25
1
-0
/
+2
*
compiler-gcc: integrate the various compiler-gcc[345].h files
Joe Perches
2015-06-25
4
-185
/
+116
*
compiler-gcc.h: neatening
Joe Perches
2015-06-25
1
-40
/
+45
*
fs, proc: introduce CONFIG_PROC_CHILDREN
Iago López Galeiras
2015-06-25
4
-3
/
+8
*
proc: fix PAGE_SIZE limit of /proc/$PID/cmdline
Alexey Dobriyan
2015-06-25
1
-9
/
+196
*
prctl: more prctl(PR_SET_MM_*) checks
Alexey Dobriyan
2015-06-25
1
-67
/
+91
*
avr32: use for_each_sg()
Akinobu Mita
2015-06-25
1
-9
/
+10
*
frv: use for_each_sg()
Akinobu Mita
2015-06-25
2
-7
/
+10
*
frv: remove unused inline function is_in_rom()
Tobias Klauser
2015-06-25
1
-6
/
+0
*
zpool: remove zpool_evict()
Dan Streetman
2015-06-25
4
-36
/
+24
*
zpool: change pr_info to pr_debug
Dan Streetman
2015-06-25
1
-3
/
+3
*
zswap: runtime enable/disable
Dan Streetman
2015-06-25
2
-9
/
+21
*
zram: check comp algorithm availability earlier
Sergey Senozhatsky
2015-06-25
3
-0
/
+9
*
zram: cut trailing newline in algorithm name
Sergey Senozhatsky
2015-06-25
2
-1
/
+9
*
zram: cosmetic zram_bvec_write() cleanup
Sergey Senozhatsky
2015-06-25
1
-5
/
+3
*
zram: add dynamic device add/remove functionality
Sergey Senozhatsky
2015-06-25
3
-6
/
+141
*
zram: close race by open overriding
Sergey Senozhatsky
2015-06-25
2
-19
/
+38
*
zram: return zram device_id from zram_add()
Sergey Senozhatsky
2015-06-25
1
-9
/
+14
*
zram: trivial: correct flag operations comment
Sergey Senozhatsky
2015-06-25
1
-1
/
+1
*
zram: report every added and removed device
Sergey Senozhatsky
2015-06-25
1
-2
/
+3
*
zram: remove max_num_devices limitation
Sergey Senozhatsky
2015-06-25
3
-14
/
+4
*
zram: reorganize code layout
Sergey Senozhatsky
2015-06-25
1
-363
/
+362
*
zram: use idr instead of `zram_devices' array
Sergey Senozhatsky
2015-06-25
1
-37
/
+49
*
zram: cosmetic ZRAM_ATTR_RO code formatting tweak
Sergey Senozhatsky
2015-06-25
1
-1
/
+1
*
zram: add `compact` sysfs entry to documentation
Sergey Senozhatsky
2015-06-25
1
-1
/
+1
*
zsmalloc: remove obsolete ZSMALLOC_DEBUG
Marcin Jabrzyk
2015-06-25
1
-4
/
+0
*
zram: remove obsolete ZRAM_DEBUG option
Marcin Jabrzyk
2015-06-25
2
-13
/
+1
*
s390/mm: change HPAGE_SHIFT type to int
Dominik Dingel
2015-06-25
2
-2
/
+2
*
s390/mm: forward check for huge pmds to pmd_large()
Dominik Dingel
2015-06-25
1
-4
/
+1
*
s390/hugetlb: remove dead code for sw emulated huge pages
Dominik Dingel
2015-06-25
2
-60
/
+3
*
mm/hugetlb: remove arch_prepare/release_hugepage from arch headers
Dominik Dingel
2015-06-25
10
-90
/
+0
*
mm/hugetlb: remove unused arch hook prepare/release_hugepage
Dominik Dingel
2015-06-25
1
-10
/
+0
*
s390/mm: make hugepages_supported a boot time decision
Dominik Dingel
2015-06-25
3
-4
/
+8
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2015-06-24
151
-1321
/
+2277
|
\
|
*
mm: kmemleak_alloc_percpu() should follow the gfp from per_alloc()
Larry Finger
2015-06-24
3
-7
/
+10
|
*
mm, thp: respect MPOL_PREFERRED policy with non-local node
Vlastimil Babka
2015-06-24
1
-16
/
+22
|
*
tmpfs: truncate prealloc blocks past i_size
Josef Bacik
2015-06-24
1
-1
/
+1
|
*
mm/memory hotplug: print the last vmemmap region at the end of hot add memory
Zhu Guihua
2015-06-24
1
-0
/
+1
|
*
mm/mmap.c: optimization of do_mmap_pgoff function
Piotr Kwapulinski
2015-06-24
1
-3
/
+3
|
*
mm: kmemleak: optimise kmemleak_lock acquiring during kmemleak_scan
Catalin Marinas
2015-06-24
1
-34
/
+56
|
*
mm: kmemleak: avoid deadlock on the kmemleak object insertion error path
Catalin Marinas
2015-06-24
1
-4
/
+11
|
*
mm: kmemleak: do not acquire scan_mutex in kmemleak_do_cleanup()
Catalin Marinas
2015-06-24
1
-2
/
+0
|
*
mm: kmemleak: fix delete_object_*() race when called on the same memory block
Catalin Marinas
2015-06-24
1
-13
/
+26
|
*
mm: kmemleak: allow safe memory scanning during kmemleak disabling
Catalin Marinas
2015-06-24
1
-3
/
+16
|
*
memcg: convert mem_cgroup->under_oom from atomic_t to int
Tejun Heo
2015-06-24
1
-8
/
+21
|
*
memcg: remove unused mem_cgroup->oom_wakeups
Tejun Heo
2015-06-24
1
-9
/
+1
|
*
frontswap: allow multiple backends
Dan Streetman
2015-06-24
3
-98
/
+139
|
*
x86, mirror: x86 enabling - find mirrored memory ranges
Tony Luck
2015-06-24
3
-0
/
+27
|
*
mm/memblock: allocate boot time data structures from mirrored memory
Tony Luck
2015-06-24
3
-12
/
+84
[next]