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
2012-07-20
scsi: aha152x: Fix sparse warning and make printing pointer address more port...
Krzysztof Wilczynski
1
-2
/
+2
2012-07-17
Change email address for Steve Glendinning
Steve Glendinning
7
-17
/
+17
2012-07-12
Btrfs: fix typo in convert_extent_bit
Liu Bo
1
-1
/
+2
2012-07-11
via: Remove bogus if check
Alan Cox
1
-1
/
+2
2012-07-10
netprio_cgroup.c: fix comment typo
Liu Bo
1
-1
/
+1
2012-07-09
backlight: fix memory leak on obscure error path
Martlin Ettl
1
-0
/
+1
2012-06-29
Merge branch 'master' into for-next
Jiri Kosina
221
-6036
/
+12515
2012-06-28
Documentation: asus-laptop.txt references an obsolete Kconfig item
Paul Gortmaker
1
-2
/
+1
2012-06-28
Documentation: ManagementStyle: fixed typo
Christopher L. Simons
1
-1
/
+1
2012-06-28
mm/vmscan: cleanup comment error in balance_pgdat
Wanpeng Li
1
-1
/
+1
2012-06-28
mm: cleanup on the comments of zone_reclaim_stat
Wanpeng Li
1
-1
/
+1
2012-06-28
mm: fix page reclaim comment error
Wanpeng Li
1
-1
/
+2
2012-06-28
lib: correct link to the original source for div64_u64
Akinobu Mita
1
-1
/
+1
2012-06-28
ab8500-btemp: Fix typo 'AB5500'
Paul Bolle
1
-1
/
+1
2012-06-28
treewide: Put a space between #include and FILE
Paul Bolle
8
-13
/
+13
2012-06-27
lm8333: Fix check ordering
Alan Cox
1
-1
/
+1
2012-06-05
parisc: cleanup quoted include
Paul Bolle
1
-1
/
+1
2012-06-05
renesas_usbhs: cleanup quoted includes
Paul Bolle
7
-12
/
+12
2012-06-03
Doc: document max raw dev number
Kazuo Moriwaka
1
-0
/
+2
2012-06-03
Fix comment typo multipy -> multiply
Ralf Baechle
2
-2
/
+2
2012-05-29
mm/memcg: move reclaim_stat into lruvec
Hugh Dickins
6
-62
/
+30
2012-05-29
mm/memcg: scanning_global_lru means mem_cgroup_disabled
Hugh Dickins
1
-14
/
+4
2012-05-29
memcg swap: use mem_cgroup_uncharge_swap()
Hugh Dickins
1
-18
/
+1
2012-05-29
memcg swap: mem_cgroup_move_swap_account never needs fixup
Hugh Dickins
1
-16
/
+3
2012-05-29
memcg: fix/change behavior of shared anon at moving task
KAMEZAWA Hiroyuki
4
-53
/
+18
2012-05-29
mm/memblock: fix memory leak on extending regions
Gavin Shan
1
-13
/
+24
2012-05-29
mm/memblock: cleanup on duplicate VA/PA conversion
Gavin Shan
1
-2
/
+3
2012-05-29
mm: fix slab->page flags corruption
Pravin B Shelar
2
-2
/
+37
2012-05-29
mm: fix faulty initialization in vmalloc_init()
KyongHo
1
-1
/
+2
2012-05-29
mm: pmd_read_atomic: fix 32bit PAE pmd walk vs pmd_populate SMP race condition
Andrea Arcangeli
2
-2
/
+70
2012-05-29
mm, oom: normalize oom scores to oom_score_adj scale only for userspace
David Rientjes
3
-32
/
+22
2012-05-29
mm: avoid swapping out with swappiness==0
Satoru Moriya
1
-3
/
+3
2012-05-29
hugetlb: fix resv_map leak in error path
Dave Hansen
1
-6
/
+22
2012-05-29
mm/bootmem.c: cleanup on addition to bootmem data list
Gavin Shan
1
-8
/
+8
2012-05-29
mm: consider all swapped back pages in used-once logic
Michal Hocko
1
-1
/
+1
2012-05-29
mm: document the meminfo and vmstat fields of relevance to transparent hugepages
Mel Gorman
2
-0
/
+64
2012-05-29
mm/page_alloc.c: cleanups
Andrew Morton
1
-4
/
+3
2012-05-29
mm: page_alloc: catch out-of-date list of page flag names
Johannes Weiner
1
-0
/
+2
2012-05-29
mm/buddy: dump PG_compound_lock page flag
Gavin Shan
1
-0
/
+3
2012-05-29
mm: move readahead syscall to mm/readahead.c
Cong Wang
2
-39
/
+40
2012-05-29
tmpfs: support SEEK_DATA and SEEK_HOLE
Hugh Dickins
1
-1
/
+93
2012-05-29
tmpfs: quit when fallocate fills memory
Hugh Dickins
1
-2
/
+56
2012-05-29
tmpfs: undo fallocation on failure
Hugh Dickins
1
-33
/
+72
2012-05-29
tmpfs: support fallocate preallocation
Hugh Dickins
1
-1
/
+60
2012-05-29
mm/fs: remove truncate_range
Hugh Dickins
7
-39
/
+8
2012-05-29
mm/fs: route MADV_REMOVE to FALLOC_FL_PUNCH_HOLE
Hugh Dickins
2
-11
/
+12
2012-05-29
tmpfs: support fallocate FALLOC_FL_PUNCH_HOLE
Hugh Dickins
1
-11
/
+57
2012-05-29
tmpfs: optimize clearing when writing
Hugh Dickins
1
-3
/
+17
2012-05-29
tmpfs: enable NOSEC optimization
Hugh Dickins
1
-0
/
+1
2012-05-29
shmem: replace page if mapping excludes its zone
Hugh Dickins
4
-24
/
+142
[next]