summaryrefslogtreecommitdiff
path: root/include/asm-arm/memory.h
AgeCommit message (Expand)Author
2008-04-19[ARM] Add initial sparsemem supportRussell King
2006-11-30[ARM] Clean up discontigmem supportRussell King
2006-07-01[ARM] 3705/1: add supersection support to ioremap()Lennert Buytenhek
2006-06-29[ARM] Add section support to ioremapRussell King
2006-06-28[ARM] nommu: adjust headers for !MMU ARM systemsRussell King
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse
2006-04-04[ARM] Remove unnecessary extra parens in include/asm-arm/memory.hRussell King
2006-04-04[ARM] arm's arch_local_page_offset() fix against 2.6.17-rc1KAMEZAWA Hiroyuki
2006-04-02[ARM] 3439/2: xsc3: add I/O coherency supportLennert Buytenhek
2006-03-27[PATCH] unify pfn_to_page: arm pfn_to_pageKAMEZAWA Hiroyuki
2006-01-12[ARM] 3209/1: Configurable DMA-consistent memory regionKevin Hilman
2006-01-09[ARM] 3070/2: Add __ioremap_pfn() APIDeepak Saxena
2005-12-05[ARM] 3194/1: add pfn_to_kaddr macro for ARM take2Hiroki Kaminaga
2005-10-29[ARM] 3061/1: cleanup the XIP link address messNicolas Pitre
2005-10-29[ARM] 3060/1: allow constants found in asm/memory.h to be used in asm codeNicolas Pitre
2005-09-15[ARM] Tighten pfn_valid() test.Russell King
2005-04-16Linux-2.6.12-rc2Linus Torvalds
>Christoph Hellwig 2022-07-25btrfs: remove extent writepage address space operationChristoph Hellwig 2022-07-25btrfs: remove unused typedefs get_extent_t and btrfs_work_func_tDavid Sterba 2022-07-25btrfs: do not allocate a btrfs_bio for low-level biosChristoph Hellwig 2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds 2022-05-16btrfs: zoned: properly finish block group on metadata writeNaohiro Aota 2022-05-16btrfs: rename bio_flags in parameters and switch typeDavid Sterba 2022-05-16btrfs: rename io_failure_record::bio_flags to compress_typeDavid Sterba 2022-05-16btrfs: open code extent_set_compress_type helpersDavid Sterba 2022-05-16btrfs: simplify handling of bio_ctrl::bio_flagsDavid Sterba 2022-05-16btrfs: do not return errors from submit_bio_hook_t instancesChristoph Hellwig 2022-05-16btrfs: move btrfs_readpage to extent_io.cChristoph Hellwig 2022-05-16btrfs: avoid double clean up when submit_one_bio() failedQu Wenruo 2022-05-16btrfs: pass a block_device to btrfs_bio_cloneChristoph Hellwig 2022-05-16btrfs: factor out allocating an array of pagesSweet Tea Dorminy 2022-03-23btrfs: fix qgroup reserve overflow the qgroup limitEthan Lien 2021-10-26btrfs: cleanup for extent_write_locked_range()Qu Wenruo 2021-10-26btrfs: rename struct btrfs_io_bio to btrfs_bioQu Wenruo 2021-10-26btrfs: remove btrfs_bio_alloc() helperQu Wenruo 2021-10-26btrfs: unexport repair_io_failure()Qu Wenruo 2021-10-26btrfs: zoned: finish fully written block groupNaohiro Aota 2021-08-23btrfs: fix argument type of btrfs_bio_clone_partial()Chaitanya Kulkarni 2021-06-21btrfs: rename PagePrivate2 to PageOrdered inside btrfsQu Wenruo 2021-06-21btrfs: refactor submit_extent_page() to make bio and its flag tracing easierQu Wenruo 2021-06-21btrfs: remove io_failure_record::in_validationQu Wenruo 2021-06-21btrfs: submit read time repair only for each corrupted sectorQu Wenruo 2021-04-19btrfs: move forward declarations to the beginning of extent_io.hWan Jiabing