deliverable/linux.git
2016-05-11  Aneesh Kumar K.Vpowerpc/mm/radix: Add THP support for 4K linux page...
2016-05-11  Aneesh Kumar K.Vpowerpc/mm/radix: Add radix THP callbacks
2016-05-11  Aneesh Kumar K.Vpowerpc/mm/thp: Abstraction for THP functions
2016-05-11  Aneesh Kumar K.Vpowerpc/mm: THP is only available on hash64 as of now
2016-05-11  Aneesh Kumar K.Vpowerpc/mm/radix: Add hugetlb support 4K page size
2016-05-11  Aneesh Kumar K.Vpowerpc/mm/radix: Make sure swapper pgdir is properly...
2016-05-11  Aneesh Kumar K.Vpowerpc/mm: Add radix support for hugetlb
2016-05-11  Aneesh Kumar K.Vpowerpc/mm: Fix vma_mmu_pagesize() for radix
2016-05-11  Aneesh Kumar K.Vpowerpc/mm: pte_frag abstraction
2016-05-11  Aneesh Kumar K.Vpowerpc/radix: Update MMU cache
2016-05-11  Aneesh Kumar K.Vpowerpc/mm: vmalloc abstraction in preparation for...
2016-05-11  Aneesh Kumar K.Vpowerpc/mm: Update pte filter for radix
2016-05-11  Aneesh Kumar K.Vpowerpc/mm: Add radix pgalloc details
2016-05-11  Aneesh Kumar K.Vpowerpc/mm: Make 4K and 64K use pte_t for pgtable_t
2016-05-11  Aneesh Kumar K.Vpowerpc/mm: Rename function to indicate we are allocati...
2016-05-11  Aneesh Kumar K.Vpowerpc/mm: Simplify the code dropping 4-level table...
2016-05-11  Aneesh Kumar K.Vpowerpc/mm: Revert changes made to nohash pgalloc-64.h
2016-05-11  Aneesh Kumar K.Vpowerpc/mm: Copy pgalloc (part 2)
2016-05-11  Aneesh Kumar K.Vpowerpc/mm: Make a copy of pgalloc.h for 32 and 64...
2016-05-11  Aneesh Kumar K.Vpowerpc/mm/radix: Update PTCR on secondary CPUs
2016-05-11  Aneesh Kumar K.Vpowerpc/mm/radix: Pick the address layout for radix...
2016-05-11  Aneesh Kumar K.Vpowerpc/mm/radix: Limit paca allocation in radix
2016-05-11  Aneesh Kumar K.Vpowerpc/mm/radix: Add checks in slice code to catch...
2016-05-11  Aneesh Kumar K.Vpowerpc/mm/radix: Isolate hash table function from...
2016-05-11  Aneesh Kumar K.Vpowerpc/mm/radix: Use STD_MMU_64 to properly isolate...
2016-05-11  Aneesh Kumar K.Vpowerpc/mm/radix: Add MMU_FTR_RADIX
2016-05-11  Michael Ellermanpowerpc/mm: Add mask of possible MMU features
2016-05-01  Aneesh Kumar K.Vpowerpc/mm/radix: Add tlbflush routines
2016-05-01  Aneesh Kumar K.Vpowerpc/mm: Hash abstraction for tlbflush routines
2016-05-01  Aneesh Kumar K.Vpowerpc/mm: Rename mmu_context_hash64.c to mmu_context_...
2016-05-01  Aneesh Kumar K.Vpowerpc/mm/radix: Add mmu context handling callback...
2016-05-01  Aneesh Kumar K.Vpowerpc/mm: Abstraction for switch_mmu_context()
2016-05-01  Aneesh Kumar K.Vpowerpc/mm/radix: Add radix callbacks for vmemmap and...
2016-05-01  Aneesh Kumar K.Vpowerpc/mm: Abstraction for vmemmap and map_kernel_page()
2016-05-01  Aneesh Kumar K.Vpowerpc/mm/radix: Add radix callbacks for early init...
2016-05-01  Aneesh Kumar K.Vpowerpc/mm: Abstract early MMU init in preparation...
2016-05-01  Aneesh Kumar K.Vpowerpc/mm/radix: Add radix callback for pmd accessors
2016-05-01  Aneesh Kumar K.Vpowerpc/mm: Move hugetlb and THP related pmd accessors...
2016-05-01  Aneesh Kumar K.Vpowerpc/mm: Add radix callbacks to pte accessors
2016-05-01  Aneesh Kumar K.Vpowerpc/mm/radix: Add dummy radix_enabled()
2016-05-01  Aneesh Kumar K.Vpowerpc/mm/radix: Add radix pte #defines
2016-05-01  Aneesh Kumar K.Vpowerpc/mm: Move pte related functions together
2016-05-01  Aneesh Kumar K.Vpowerpc/mm: Move page table index and and vaddr to...
2016-05-01  Aneesh Kumar K.Vpowerpc/mm: Make page table size a variable
2016-05-01  Aneesh Kumar K.Vpowerpc/mm: Move pte accessors that operate on common...
2016-05-01  Aneesh Kumar K.Vpowerpc/mm: Move common pte bits and accessors to book3...
2016-05-01  Aneesh Kumar K.Vpowerpc/mm: Handle _PTE_NONE_MASK
2016-05-01  Aneesh Kumar K.Vpowerpc/mm/book3s: Rename hash specific PTE bits to...
2016-05-01  Aneesh Kumar K.Vpowerpc/mm: Move hash and no hash code to separate...
2016-05-01  Aneesh Kumar K.Vpowerpc/mm/hash: Add support for Power9 Hash
2016-05-01  Aneesh Kumar K.Vpowerpc/mm/radix: Add partition table format & callback
2016-05-01  Aneesh Kumar K.Vpowerpc/mm: Move radix/hash common data structures...
2016-05-01  Aneesh Kumar K.Vpowerpc/mm: Use generic version of ptep_clear_flush_young()
2016-05-01  Aneesh Kumar K.Vpowerpc/mm: Use generic version of pmdp_clear_flush_young()
2016-05-01  Aneesh Kumar K.Vpowerpc/mm: Drop WIMG in favour of new constants
2016-05-01  Aneesh Kumar K.Vpowerpc/mm: Use a helper for finding pte bits mapping...
2016-05-01  Aneesh Kumar K.Vpowerpc/mm: Update _PAGE_KERNEL_RO
2016-05-01  Aneesh Kumar K.Vpowerpc/mm: Remove RPN_SHIFT and RPN_SIZE
2016-05-01  Aneesh Kumar K.Vpowerpc/mm: Replace _PAGE_USER with _PAGE_PRIVILEGED
2016-05-01  Aneesh Kumar K.Vpowerpc/mm: Use pte_user() instead of open coding
2016-05-01  Michael Ellermanpowerpc/mm: Convert pte_user() to static inline
2016-05-01  Aneesh Kumar K.Vpowerpc/mm/subpage: Clear RWX bit to indicate no access
2016-05-01  Aneesh Kumar K.Vpowerpc/mm: Use _PAGE_READ to indicate Read access
2016-05-01  Michael Ellermanpowerpc/mm: Use pte_raw() in pte_same()/pmd_same()
2016-05-01  Aneesh Kumar K.Vpowerpc/mm: Use big endian Linux page tables for book3s 64
2016-05-01  Michael Ellermanpowerpc/mm: Add pte_xchg() helper
2016-05-01  Aneesh Kumar K.Vpowerpc/mm: Drop PTE_ATOMIC_UPDATES from pmd_hugepage_u...
2016-05-01  Michael Ellermanpowerpc/mm: Always use STRICT_MM_TYPECHECKS
2016-05-01  Aneesh Kumar K.VIB/qib: Use cache inhibitted and guarded mapping on...
2016-04-27  Madhavan Srinivasanpowerpc/perf: Replace raw event hex values with #defines
2016-04-26  Thiago Jung... ftrace: Match dot symbols when searching functions...
2016-04-26  Daniel Axtenspowerpc: rework sparse for lib/xor_vmx.c
2016-04-26  Chris Smartpowerpc: Add support for userspace P9 copy paste
2016-04-26  Andrew Donnellanpowerpc/mpic: handle subsys_system_register() failure
2016-04-26  Andrew Donnellanpowerpc/eeh: fix misleading indentation
2016-04-26  Aneesh Kumar K.Vcxl: Fix DAR check & use REGION_ID instead of opencoding
2016-04-22  Frederic Barratcxl: Increase timeout for detection of AFU mmio hang
2016-04-22  Frederic Barratcxl: Allow initialization on timebase sync failures
2016-04-21  Madhavan Srinivasantool/perf: Add sample_reg_mask to include all perf_regs
2016-04-21  Anju Ttools/perf: Map the ID values with register names
2016-04-21  Anju Tpowerpc/perf: Add support for sampling interrupt regist...
2016-04-21  Anju Tpowerpc/perf: Assign an id to each powerpc register
2016-04-21  Hari Bathinipowerpc/book3s64: Remove __end_handlers marker
2016-04-21  Hari Bathinipowerpc/book3s64: Fix branching to OOL handlers in...
2016-04-18  Michael EllermanMerge branch 'topic/livepatch' into next
2016-04-14  Michael Ellermanpowerpc/livepatch: Add live patching support on ppc64le
2016-04-14  Michael Ellermanpowerpc/livepatch: Add livepatch stack to struct thread...
2016-04-14  Michael Ellermanpowerpc/livepatch: Add livepatch header
2016-04-14  Michael Ellermanlivepatch: Allow architectures to specify an alternate...
2016-04-14  Michael Ellermanftrace: Make ftrace_location_range() global
2016-04-12  Markus Elfringcxl: Delete an unnecessary check before the function...
2016-04-12  Aaro Koskinendrivers: macintosh: rack-meter: fix bogus memsets
2016-04-12  Aaro Koskinendrivers: macintosh: rack-meter: limit idle ticks to...
2016-04-12  Daniel Axtenspowerpc: sparse: Include headers for __weak symbols
2016-04-12  Daniel Axtenspowerpc: sparse: static-ify some things
2016-04-11  Philippe Bergheaudcxl: Configure the PSL for two CAPI ports on POWER8NVL
2016-04-11  Philippe Bergheaudpowerpc: Define PVR value for POWER8NVL processor
2016-04-11  Vipin K Parasharpowerpc/opal: Assign numbers to OPAL_MSG macros of...
2016-04-11  Michael EllermanMAINTAINERS: Add powerpc drivers to the powerpc section
2016-04-11  Russell Curreypowerpc/swsusp: Only use tlbie in POWER4 mode
next
This page took 0.041563 seconds and 5 git commands to generate.