index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
pagemap.h
Age
Commit message (
Expand
)
Author
2011-07-25
mm: cleanup descriptions of filler arg
Hugh Dickins
2011-06-10
sched: Isolate preempt counting in its own config option
Frederic Weisbecker
2011-05-25
readahead: readahead page allocations are OK to fail
Wu Fengguang
2011-05-25
mm: introduce wait_on_page_locked_killable()
KOSAKI Motohiro
2011-03-24
Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2011-03-22
mm: change __remove_from_page_cache()
Minchan Kim
2011-03-22
mm: goodbye remove_from_page_cache()
Minchan Kim
2011-03-22
mm: introduce delete_from_page_cache()
Minchan Kim
2011-03-22
mm: add replace_page_cache_page() function
Miklos Szeredi
2011-03-10
block: remove per-queue plugging
Jens Axboe
2011-01-13
mm: remove likely() from mapping_unevictable()
Steven Rostedt
2010-10-26
mm: retry page fault when blocking on disk transfer
Michel Lespinasse
2010-08-12
Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...
Linus Torvalds
2010-08-11
hugetlb, rmap: add reverse mapping for hugepage
Naoya Horiguchi
2010-08-11
hugetlb: move definition of is_vm_hugetlb_page() to hugepage_inline.h
Naoya Horiguchi
2010-08-09
gcc-4.6: pagemap: avoid unused-but-set variable
Andi Kleen
2010-01-27
mm: add new 'read_cache_page_gfp()' helper function
Linus Torvalds
2009-08-22
rcu: Expunge lingering references to CONFIG_CLASSIC_RCU, optimize on !SMP
Paul E. McKenney
2009-06-16
mm: remove CONFIG_UNEVICTABLE_LRU config option
KOSAKI Motohiro
2009-04-03
CacheFiles: Permit the page lock state to be monitored
David Howells
2009-04-02
mm: define a UNIQUE value for AS_UNEVICTABLE flag
Lee Schermerhorn
2009-01-04
fs: symlink write_begin allocation context fix
Nick Piggin
2008-10-20
mm: page lock use lock bitops
Nick Piggin
2008-10-20
mm: pagecache insertion fewer atomics
Nick Piggin
2008-10-20
SHM_LOCKED pages are unevictable
Lee Schermerhorn
2008-10-20
Ramfs and Ram Disk pages are unevictable
Lee Schermerhorn
2008-08-04
mm: rename page trylock
Nick Piggin
2008-07-30
powerpc/mm: Lockless get_user_pages_fast() for 64-bit (v3)
Nick Piggin
2008-07-28
mmu-notifiers: add mm_take_all_locks() operation
Andrea Arcangeli
2008-07-26
mm: speculative page references
Nick Piggin
2008-07-24
mapping_set_error: add unlikely()
Andrew Morton
2008-02-13
include/linux: Remove all users of FASTCALL() macro
Harvey Harrison
2007-12-06
Add lock_page_killable
Matthew Wilcox
2007-10-16
fs: introduce write_begin, write_end, and perform_write aops
Nick Piggin
2007-10-16
mm: fix pagecache write deadlocks
Nick Piggin
2007-10-16
filemap: convert some unsigned long to pgoff_t
Fengguang Wu
2007-05-08
Factor outstanding I/O error handling
Guillaume Chazarain
2007-05-07
mm: make read_cache_page synchronous
Nick Piggin
2007-02-09
[PATCH] mm: remove find_trylock_page
Nick Piggin
2006-10-28
[PATCH] mm: clean up pagecache allocation
Nick Piggin
2006-09-26
[PATCH] mm: non syncing lock_page()
Nick Piggin
2006-06-30
[PATCH] zoned vm counters: conversion of nr_pagecache to per zone counter
Christoph Lameter
2006-06-23
[PATCH] read_mapping_page for address space
Pekka Enberg
2006-04-27
[PATCH] Add find_get_pages_contig(): contiguous variant of find_get_pages()
Jens Axboe
2006-03-31
[PATCH] mm: schedule find_trylock_page() removal
Nick Piggin
2006-03-24
[PATCH] cpuset memory spread page cache implementation and hooks
Paul Jackson
2005-11-13
[PATCH] mm: gfp_noreclaim cleanup
Paul Jackson
2005-10-28
[PATCH] gfp_t: the rest
Al Viro
2005-10-28
[PATCH] gfp_t: mm/* (easy parts)
Al Viro
2005-10-08
[PATCH] gfp flags annotations - part 1
Al Viro
[next]