index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-12
powerpc: add running_clock for powerpc to prevent spurious softlockup warnings
Cyril Bur
1
-0
/
+32
2015-02-12
kernel/sched/clock.c: add another clock for use with the soft lockup watchdog
Cyril Bur
3
-1
/
+15
2015-02-12
linux/types.h: Always use unsigned long for pgoff_t
Geert Uytterhoeven
1
-4
/
+1
2015-02-12
gitignore: ignore tar-install build directory
Andrey Skvortsov
1
-0
/
+5
2015-02-12
all arches, signal: move restart_block to struct task_struct
Andy Lutomirski
84
-194
/
+62
2015-02-12
fs/proc/array.c: convert to use string_escape_str()
Andy Shevchenko
1
-27
/
+7
2015-02-12
fs: proc: task_mmu: show page size in /proc/<pid>/numa_maps
Rafael Aquini
2
-15
/
+17
2015-02-12
Documentation/filesystems/proc.txt: add /proc/pid/numa_maps interface explana...
Rafael Aquini
1
-0
/
+33
2015-02-12
fs: proc: use PDE() to get proc_dir_entry
Alexander Kuleshov
2
-2
/
+2
2015-02-12
fs/proc/task_mmu.c: add user-space support for resetting mm->hiwater_rss (pea...
Petr Cermak
3
-0
/
+23
2015-02-12
arch/frv/mm/extable.c: remove unused function
Rickard Strandqvist
1
-23
/
+0
2015-02-12
mm/zsmalloc: add statistics support
Ganesh Mahendran
2
-4
/
+239
2015-02-12
mm/zpool: add name argument to create zpool
Ganesh Mahendran
7
-14
/
+21
2015-02-12
zram: remove request_queue from struct zram
Sergey Senozhatsky
2
-9
/
+8
2015-02-12
zram: remove init_lock in zram_make_request
Minchan Kim
2
-32
/
+64
2015-02-12
zram: check bd_openers instead of bd_holders
Minchan Kim
1
-1
/
+1
2015-02-12
zram: rework reset and destroy path
Sergey Senozhatsky
1
-42
/
+33
2015-02-12
zram: fix umount-reset_store-mount race condition
Sergey Senozhatsky
1
-14
/
+9
2015-02-12
zram: free meta table in zram_meta_free
Ganesh Mahendran
1
-17
/
+16
2015-02-12
zram: clean up zram_meta_alloc()
Sergey Senozhatsky
1
-8
/
+6
2015-02-12
mm: fix negative nr_isolated counts
Hugh Dickins
1
-1
/
+3
2015-02-12
mm: hwpoison: drop lru_add_drain_all() in __soft_offline_page()
Naoya Horiguchi
1
-2
/
+0
2015-02-12
mm/page_alloc: fix comment
Yaowei Bai
1
-1
/
+1
2015-02-12
mm/memory.c: actually remap enough memory
Grazvydas Ignotas
1
-1
/
+1
2015-02-12
kernel/cpuset.c: Mark cpuset_init_current_mems_allowed as __init
Rasmus Villemoes
1
-1
/
+1
2015-02-12
mm/mm_init.c: mark mminit_loglevel __meminitdata
Rasmus Villemoes
1
-1
/
+1
2015-02-12
mm/mm_init.c: park mminit_verify_zonelist as __init
Rasmus Villemoes
1
-1
/
+1
2015-02-12
mm/page_alloc.c: pull out init code from build_all_zonelists
Rasmus Villemoes
1
-3
/
+14
2015-02-12
mm/internal.h: don't split printk call in two
Rasmus Villemoes
1
-2
/
+4
2015-02-12
mm: do not use mm->nr_pmds on !MMU configurations
Kirill A. Shutemov
2
-4
/
+9
2015-02-12
memcg: cleanup static keys decrement
Vladimir Davydov
3
-38
/
+9
2015-02-12
mm/compaction: stop the isolation when we isolate enough freepage
Joonsoo Kim
1
-7
/
+10
2015-02-12
mm/compaction: fix wrong order check in compact_finished()
Joonsoo Kim
1
-1
/
+1
2015-02-12
slub: make dead caches discard free slabs immediately
Vladimir Davydov
5
-11
/
+43
2015-02-12
slub: fix kmem_cache_shrink return value
Vladimir Davydov
1
-1
/
+5
2015-02-12
slub: never fail to shrink cache
Vladimir Davydov
1
-27
/
+31
2015-02-12
memcg: reparent list_lrus and free kmemcg_id on css offline
Vladimir Davydov
3
-9
/
+79
2015-02-12
list_lru: add helpers to isolate items
Vladimir Davydov
8
-26
/
+50
2015-02-12
memcg: free memcg_caches slot on css offline
Vladimir Davydov
3
-22
/
+65
2015-02-12
slab: use css id for naming per memcg caches
Vladimir Davydov
1
-3
/
+3
2015-02-12
cgroup: release css->id after css_free
Vladimir Davydov
1
-3
/
+7
2015-02-12
slab: link memcg caches of the same kind into a list
Vladimir Davydov
5
-33
/
+41
2015-02-12
slab: embed memcg_cache_params to kmem_cache
Vladimir Davydov
7
-103
/
+111
2015-02-12
fs: shrinker: always scan at least one object of each type
Vladimir Davydov
1
-3
/
+6
2015-02-12
fs: make shrinker memcg aware
Vladimir Davydov
1
-3
/
+3
2015-02-12
list_lru: introduce per-memcg lists
Vladimir Davydov
4
-36
/
+424
2015-02-12
list_lru: organize all list_lrus to list
Vladimir Davydov
3
-0
/
+45
2015-02-12
list_lru: get rid of ->active_nodes
Vladimir Davydov
2
-10
/
+5
2015-02-12
memcg: add rwsem to synchronize against memcg_caches arrays relocation
Vladimir Davydov
3
-17
/
+33
2015-02-12
memcg: rename some cache id related variables
Vladimir Davydov
3
-14
/
+13
[prev]
[next]