index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
audit.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-04-08
mm: implement ->map_pages for shmem/tmpfs
Ning Qu
1
-0
/
+1
2014-04-08
mm: add debugfs tunable for fault_around_order
Kirill A. Shutemov
1
-7
/
+61
2014-04-08
mm: cleanup size checks in filemap_fault() and filemap_map_pages()
Kirill A. Shutemov
1
-7
/
+7
2014-04-08
mm: implement ->map_pages for page cache
Kirill A. Shutemov
14
-0
/
+93
2014-04-08
mm: introduce vm_ops->map_pages()
Kirill A. Shutemov
3
-3
/
+96
2014-04-08
drivers/lguest/page_tables.c: rename do_set_pte()
Andrew Morton
1
-3
/
+3
2014-04-08
tools/vm/page-types.c: page-cache sniffing feature
Konstantin Khlebnikov
1
-18
/
+152
2014-04-08
mm: disable split page table lock for !MMU
Kirill A. Shutemov
1
-0
/
+1
2014-04-08
exec: kill the unnecessary mm->def_flags setting in load_elf_binary()
Alex Thorlton
1
-4
/
+0
2014-04-08
mm, thp: add VM_INIT_DEF_MASK and PRCTL_THP_DISABLE
Alex Thorlton
4
-3
/
+29
2014-04-08
mm: revert "thp: make MADV_HUGEPAGE check for mm->def_flags"
Alex Thorlton
2
-4
/
+12
2014-04-08
mm/compaction: clean-up code on success of ballon isolation
Joonsoo Kim
1
-7
/
+4
2014-04-08
mm/compaction: check pageblock suitability once per pageblock
Joonsoo Kim
1
-15
/
+19
2014-04-08
mm/compaction: change the timing to check to drop the spinlock
Joonsoo Kim
1
-1
/
+1
2014-04-08
mm/compaction: do not call suitable_migration_target() on every page
Joonsoo Kim
1
-2
/
+11
2014-04-08
mm/compaction: disallow high-order page for migration target
Joonsoo Kim
1
-12
/
+3
2014-04-08
mm: exclude memoryless nodes from zone_reclaim
Michal Hocko
1
-2
/
+3
2014-04-08
mm/memory.c: update comment in unmap_single_vma()
Davidlohr Bueso
1
-2
/
+2
2014-04-08
mm/vmscan: do not check compaction_ready on promoted zones
Weijie Yang
1
-1
/
+3
2014-04-08
mm/vmscan: restore sc->gfp_mask after promoting it to __GFP_HIGHMEM
Weijie Yang
1
-0
/
+8
2014-04-08
mm: move mmu notifier call from change_protection to change_pmd_range
Rik van Riel
2
-3
/
+14
2014-04-08
mm: numa: recheck for transhuge pages under lock during protection changes
Mel Gorman
1
-2
/
+34
2014-04-08
mm,numa: reorganize change_pmd_range()
Rik van Riel
1
-3
/
+4
2014-04-08
mm/hugetlb.c: add NULL check of return value of huge_pte_offset
Naoya Horiguchi
1
-2
/
+3
2014-04-08
ntfs: logging clean-up
Fabian Frederick
3
-51
/
+42
2014-04-05
nfs: pass string length to pr_notice message about readdir loops
Jeff Layton
1
-4
/
+3
2014-04-05
Hexagon: update CR year for elf.h
Richard Kuo
1
-1
/
+1
2014-04-05
Hexagon: remove SP macro
Richard Kuo
1
-3
/
+1
2014-04-05
Hexagon: set ELF_EXEC_PAGESIZE to PAGE_SIZE
Richard Kuo
1
-1
/
+1
2014-04-05
Hexagon: set the e_flags in user regset view for core dumps
Richard Kuo
1
-0
/
+1
2014-04-05
Hexagon: fix atomic_set
Richard Kuo
1
-1
/
+14
2014-04-05
Hexagon: add screen_info for VGA_CONSOLE
Richard Kuo
2
-0
/
+5
2014-04-05
hexagon: correct type on pgd copy
Ilia Mirkin
1
-1
/
+1
2014-04-05
smp, hexagon: kill SMP single function call interrupt
Jiang Liu
2
-6
/
+1
2014-04-05
arch: hexagon: include: asm: add generic macro 'mmiowb' in "io.h"
Chen Gang
1
-0
/
+2
2014-04-05
arch: hexagon: kernel: hexagon_ksyms.c: export related symbols which various ...
Chen Gang
1
-4
/
+20
2014-04-05
arch: hexagon: kernel: reset.c: use function pointer instead of function for ...
Chen Gang
1
-3
/
+2
2014-04-05
arch: hexagon: include: asm: add "vga.h" in Kbuild
Chen Gang
1
-1
/
+2
2014-04-05
arch: hexagon: include: asm: Kbuild: add generic "serial.h" in Kbuild
Chen Gang
1
-0
/
+1
2014-04-05
arch: hexagon: include: uapi: asm: setup.h add swith macro __KERNEL__
Chen Gang
1
-0
/
+5
2014-04-05
arch: hexagon: include: asm: add prefix "hvm[ci]_" for all enum members in "h...
Chen Gang
1
-36
/
+36
2014-04-05
arch: hexagon: Kconfig: add HAVE_DMA_ATTR in Kconfig and remove "linux/dma-ma...
Chen Gang
2
-1
/
+1
2014-04-05
arch: hexagon: kernel: add export symbol function __delay()
Chen Gang
2
-0
/
+10
2014-04-05
hexagon: include: asm: kgdb: extend DBG_MAX_REG_NUM for "cs0/1"
Chen Gang
1
-2
/
+3
2014-04-05
hexagon: kernel: kgdb: include related header for pass compiling.
Chen Gang
1
-0
/
+2
2014-04-05
hexagon: kernel: remove useless variables 'dn', 'r' and 'err' in time_init_de...
Chen Gang
1
-3
/
+0
2014-04-05
mm: get_user_pages(write,force) refuse to COW in shared areas
Hugh Dickins
1
-21
/
+45
2014-04-04
dm cache: fix a lock-inversion
Joe Thornber
3
-52
/
+20
2014-04-04
dm thin: sort the per thin deferred bios using an rb_tree
Mike Snitzer
1
-2
/
+82
2014-04-04
arch/tile: remove unused variable 'devcap'
Chris Metcalf
1
-2
/
+0
[next]