index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
mips
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-10-10
include/linux/screen_info.h: remove unused ORIG_* macros
Geert Uytterhoeven
1
-8
/
+0
2014-10-10
kernel/sys.c: compat sysinfo syscall: fix undefined behavior
Scotty Bauer
1
-1
/
+1
2014-10-10
kernel/sys.c: whitespace fixes
vishnu.ps
1
-128
/
+137
2014-10-10
acct: eliminate compile warning
Ying Xue
1
-5
/
+9
2014-10-10
kernel/async.c: switch to pr_foo()
Ionut Alexa
1
-4
/
+4
2014-10-10
include/linux/blkdev.h: use NULL instead of zero
Michele Curti
1
-1
/
+1
2014-10-10
include/linux/kernel.h: deduplicate code implementing clamp* macros
Michal Nazarewicz
1
-17
/
+7
2014-10-10
include/linux/kernel.h: rewrite min3, max3 and clamp using min and max
Michal Nazarewicz
1
-27
/
+5
2014-10-10
alpha: use Kbuild logic to include <asm-generic/sections.h>
Geert Uytterhoeven
2
-7
/
+1
2014-10-10
frv: remove deprecated IRQF_DISABLED
Michael Opdenacker
4
-8
/
+6
2014-10-10
frv: remove unused cpuinfo_frv and friends to fix future build error
Geert Uytterhoeven
2
-18
/
+0
2014-10-10
zbud: avoid accessing last unused freelist
Chao Yu
1
-6
/
+7
2014-10-10
zsmalloc: simplify init_zspage free obj linking
Dan Streetman
1
-9
/
+5
2014-10-10
mm/zsmalloc.c: correct comment for fullness group computation
Wang Sheng-Hui
1
-1
/
+1
2014-10-10
zram: use notify_free to account all free notifications
Sergey Senozhatsky
2
-5
/
+9
2014-10-10
zram: report maximum used memory
Minchan Kim
4
-2
/
+70
2014-10-10
zram: zram memory size limitation
Minchan Kim
4
-4
/
+79
2014-10-10
zsmalloc: change return value unit of zs_get_total_size_bytes
Minchan Kim
3
-8
/
+7
2014-10-10
zsmalloc: move pages_allocated to zs_pool
Minchan Kim
1
-15
/
+8
2014-10-10
m68k: call find_vma with the mmap_sem held in sys_cacheflush()
Davidlohr Bueso
1
-8
/
+13
2014-10-10
vmstat: on-demand vmstat workers V8
Christoph Lameter
1
-21
/
+120
2014-10-10
CMA: document cma=0
Jean Delvare
2
-1
/
+5
2014-10-10
fs/buffer.c: increase the buffer-head per-CPU LRU size
Sebastien Buisson
1
-1
/
+1
2014-10-10
mm: mempolicy: skip inaccessible VMAs when setting MPOL_MF_LAZY
Mel Gorman
1
-1
/
+3
2014-10-10
selftests/vm/transhuge-stress: stress test for memory compaction
Konstantin Khlebnikov
2
-0
/
+145
2014-10-10
mm/balloon_compaction: add vmstat counters and kpageflags bit
Konstantin Khlebnikov
11
-3
/
+37
2014-10-10
mm/balloon_compaction: remove balloon mapping and flag AS_BALLOON_MAP
Konstantin Khlebnikov
4
-206
/
+39
2014-10-10
mm/balloon_compaction: redesign ballooned pages management
Konstantin Khlebnikov
7
-118
/
+68
2014-10-10
arm64: mm: enable RCU fast_gup
Steve Capper
3
-1
/
+39
2014-10-10
arm64: mm: enable HAVE_RCU_TABLE_FREE logic
Steve Capper
2
-3
/
+18
2014-10-10
arm: mm: enable RCU fast_gup
Steve Capper
3
-0
/
+27
2014-10-10
arm: mm: enable HAVE_RCU_TABLE_FREE logic
Steve Capper
2
-2
/
+37
2014-10-10
arm: mm: introduce special ptes for LPAE
Steve Capper
3
-4
/
+11
2014-10-10
mm: introduce a general RCU get_user_pages_fast()
Steve Capper
2
-0
/
+357
2014-10-10
mm/dmapool.c: fixed a brace coding style issue
Paul McQuade
1
-9
/
+6
2014-10-10
mm: ksm use pr_err instead of printk
Paul McQuade
1
-2
/
+2
2014-10-10
drivers/firmware/memmap.c: don't create memmap sysfs of same firmware_map_entry
Yasuaki Ishimatsu
1
-0
/
+3
2014-10-10
mm/bootmem.c: use include/linux/ headers
Paul McQuade
1
-2
/
+2
2014-10-10
mm/filemap.c: remove trailing whitespace
Paul McQuade
1
-2
/
+2
2014-10-10
mm/mremap.c: use linux headers
Paul McQuade
1
-1
/
+1
2014-10-10
memcg: zap memcg_can_account_kmem
Vladimir Davydov
1
-9
/
+3
2014-10-10
mm: memcontrol: fix transparent huge page allocations under pressure
Johannes Weiner
3
-57
/
+25
2014-10-10
mm: memcontrol: simplify detecting when the memory+swap limit is hit
Johannes Weiner
1
-34
/
+13
2014-10-10
mm: memcontrol: do not kill uncharge batching in free_pages_and_swap_cache
Michal Hocko
2
-21
/
+23
2014-10-10
mm: dmapool: add/remove sysfs file outside of the pool lock lock
Sebastian Andrzej Siewior
1
-8
/
+35
2014-10-10
memcg: move memcg_update_cache_size() to slab_common.c
Vladimir Davydov
3
-52
/
+28
2014-10-10
memcg: don't call memcg_update_all_caches if new cache id fits
Vladimir Davydov
1
-64
/
+72
2014-10-10
memcg: move memcg_{alloc,free}_cache_params to slab_common.c
Vladimir Davydov
3
-52
/
+47
2014-10-10
mm/debug.c: use pr_emerg()
Andrew Morton
1
-12
/
+9
2014-10-10
mm: use VM_BUG_ON_MM where possible
Sasha Levin
6
-9
/
+9
[next]