of/fdt: factor out assignment of initrd_start/initrd_end
[firefly-linux-kernel-4.4.55.git] / arch /
2016-05-11 Catalin Marinasarm64: Remove the get_thread_info() function
2016-05-11 James Morsearm64: kernel: Don't toggle PAN on systems with UAO
2016-05-11 James Morsearm64: cpufeature: Test 'matches' pointer to find the...
2016-05-11 James Morsearm64: kernel: Add support for User Access Override
2016-05-11 James Morsearm64: add ARMv8.2 id_aa64mmfr2 boiler plate
2016-05-11 James Morsearm64: cpufeature: Change read_cpuid() to use sysreg...
2016-05-11 Ard Biesheuvelarm64: use local label prefixes for __reg_num symbols
2016-05-11 David Brownarm64: vdso: Mark vDSO code as read-only
2016-05-11 Yang Shiarm64: ubsan: select ARCH_HAS_UBSAN_SANITIZE_ALL
2016-05-11 Laura Abbottarm64: ptdump: Indicate whether memory should be faulting
2016-05-11 Laura Abbottarm64: Add support for ARCH_SUPPORTS_DEBUG_PAGEALLOC
2016-05-11 Laura Abbottarm64: Drop alloc function from create_mapping
2016-05-11 Will Deaconarm64: prefetch: add missing #include for spin_lock_pre...
2016-05-11 Andrew Pinskiarm64: lib: patch in prfm for copy_page if requested
2016-05-11 Will Deaconarm64: lib: improve copy_page to deal with 128 bytes...
2016-05-11 Will Deaconarm64: prefetch: add alternative pattern for CPUs witho...
2016-05-11 Will Deaconarm64: prefetch: don't provide spin_lock_prefetch with LSE
2016-05-11 Ard Biesheuvelarm64: allow vmalloc regions to be set with set_memory_*
2016-05-11 Lorenzo Pieralisiarm64: kernel: implement ACPI parking protocol
2016-05-11 Mark Rutlandarm64: mm: create new fine-grained mappings at boot
2016-05-11 Mark Rutlandarm64: ensure _stext and _etext are page-aligned
2016-05-11 Mark Rutlandarm64: mm: allow passing a pgdir to alloc_init_*
2016-05-11 Mark Rutlandarm64: mm: allocate pagetables anywhere
2016-05-11 Mark Rutlandarm64: mm: use fixmap when creating page tables
2016-05-11 Mark Rutlandarm64: mm: add functions to walk tables in fixmap
2016-05-11 Mark Rutlandarm64: mm: add __{pud,pgd}_populate
2016-05-11 Mark Rutlandarm64: mm: avoid redundant __pa(__va(x))
2016-05-11 Mark Rutlandarm64: mm: add functions to walk page tables by PA
2016-05-11 Mark Rutlandarm64: mm: move pte_* macros
2016-05-11 Mark Rutlandarm64: kasan: avoid TLB conflicts
2016-05-11 Mark Rutlandarm64: mm: add code to safely replace TTBR1_EL1
2016-05-11 Mark Rutlandarm64: add function to install the idmap
2016-05-11 Mark Rutlandarm64: unmap idmap earlier
2016-05-11 Mark Rutlandarm64: unify idmap removal
2016-05-11 Mark Rutlandarm64: mm: place empty_zero_page in bss
2016-05-11 Mark Rutlandarm64: mm: specialise pagetable allocators
2016-05-11 William CohenEliminate the .eh_frame sections from the aarch64 vmlin...
2016-05-11 Masanari Iidaarm64: Fix an enum typo in mm/dump.c
2016-05-11 Ard Biesheuvelarm64: kasan: ensure that the KASAN zero page is mapped...
2016-05-11 Minchan Kimarch/arm64/include/asm/pgtable.h: add pmd_mkclean for THP
2016-05-11 Ard Biesheuvelarm64: hide __efistub_ aliases from kallsyms
2016-05-11 Mark Rutlandarm64: head.S: use memset to clear BSS
2016-05-11 Mark Rutlandarm64: entry: remove pointless SPSR mode check
2016-05-11 Will Deaconarm64: mm: move pgd_cache initialisation to pgtable_cac...
2016-05-11 Ard Biesheuvelarm64: module: avoid undefined shift behavior in reloc_...
2016-05-11 Ard Biesheuvelarm64: module: fix relocation of movz instruction with...
2016-05-11 Will Deaconarm64: traps: address fallout from printk -> pr_* conve...
2016-05-11 AKASHI Takahiroarm64: ftrace: fix a stack tracer's output under functi...
2016-05-11 AKASHI Takahiroarm64: pass a task parameter to unwind_frame()
2016-05-11 AKASHI Takahiroarm64: ftrace: modify a stack frame in a safe way
2016-05-11 James Morsearm64: remove irq_count and do_softirq_own_stack()
2016-05-11 David Woodsarm64: hugetlb: add support for PTE contiguous bit
2016-05-11 Ashok Kumararm64: Use PoU cache instr for I/D coherency
2016-05-11 Ashok Kumararm64: Defer dcache flush in __cpu_copy_user_page
2016-05-11 James Morsearm64: reduce stack use in irq_handler
2016-05-11 Mark Rutlandarm64: mm: place __cpu_setup in .text
2016-05-11 Mark Brownarm64: cmpxchg: Don't incldue linux/mmdebug.h
2016-05-11 Mark Rutlandarm64: mm: fold alternatives into .init
2016-05-11 Mark Rutlandarm64: Remove redundant padding from linker script
2016-05-11 Mark Rutlandarm64: mm: remove pointless PAGE_MASKing
2016-05-11 James Morsearm64: don't call C code with el0's fp register
2016-05-11 James Morsearm64: when walking onto the task stack, check sp ...
2016-05-11 James Morsearm64: Add this_cpu_ptr() assembler macro for use in...
2016-05-11 Will Deaconarm64: irq: fix walking from irq stack to task stack
2016-05-11 James Morsearm64: Add do_softirq_own_stack() and enable irq_stacks
2016-05-11 AKASHI Takahiroarm64: Modify stack trace and dump for use with irq_stack
2016-05-11 Jungseok Leearm64: Store struct thread_info in sp_el0
2016-05-11 Catalin Marinasarm64: Add trace_hardirqs_off annotation in ret_to_user
2016-05-11 Li Binarm64: ftrace: fix the comments for ftrace_modify_code
2016-05-11 Li Binarm64: ftrace: stop using kstop_machine to enable/disab...
2016-05-11 Will Deaconarm64: spinlock: serialise spin_unlock_wait against...
2016-05-11 Will Deaconarm64: enable HAVE_IRQ_TIME_ACCOUNTING
2016-05-11 Yury Norovarm64: fix COMPAT_SHMLBA definition for large pages
2016-05-11 Jisheng Zhangarm64: add __init/__initdata section marker to some...
2016-05-11 Will Deaconarm64: pgtable: implement pte_accessible()
2016-05-11 Mark Rutlandarm64: mm: allow sections for unaligned bases
2016-05-11 Mark Rutlandarm64: mm: detect bad __create_mapping uses
2016-05-04 Robert JarzmikARM: dts: pxa: fix dma engine node to pxa3xx-nand
2016-05-04 Lior AmsalemARM: dts: armada-375: use armada-370-sata for SATA
2016-05-04 Arnd BergmannARM: EXYNOS: select THERMAL_OF
2016-05-04 Arnd BergmannARM: prima2: always enable reset controller
2016-05-04 Pali RohárARM: OMAP3: Add cpuidle parameters table for omap3430
2016-05-04 Karol Herbstx86/mm/kmmio: Fix mmiotrace for hugepages
2016-05-04 Keith Buschx86/apic: Handle zero vector gracefully in clear_vector...
2016-05-04 Anton Blanchardpowerpc: Update TM user feature bits in scan_features()
2016-05-04 Anton Blanchardpowerpc: Update cpu_user_features2 in scan_features()
2016-05-04 Anton Blanchardpowerpc: scan_features() updates incorrect bits for...
2016-05-04 Xiaodong Liucrypto: sha1-mb - use corrcet pointer while completing...
2016-05-04 Sebastian Otts390/pci: add extra padding to function measurement...
2016-05-04 Jan Beulichx86/mm/xen: Suppress hugetlbfs in PV guests
2016-05-04 Catalin Marinasarm64: Update PTE_RDONLY in set_pte_at() for PROT_NONE...
2016-05-04 Catalin Marinasarm64: Honour !PTE_WRITE in set_pte_at() for kernel...
2016-05-04 Lokesh VutlaARM: OMAP2+: hwmod: Fix updating of sysconfig register
2016-05-04 Nishanth MenonARM: OMAP2: Fix up interconnect barrier initialization...
2016-05-04 Patrick UiterwijkARM: mvebu: Correct unit address for linksys
2016-05-04 Lokesh VutlaARM: dts: AM43x-epos: Fix clk parent for synctimer
2016-05-04 David Matlackkvm: x86: do not leak guest xcr0 into host interrupt...
2016-05-04 Tony Luckx86/mce: Avoid using object after free in genpool
2016-04-20 Bjorn HelgaasRevert "PCI, x86: Implement pcibios_alloc_irq() and...
2016-04-20 Bjorn HelgaasRevert "PCI: Add helpers to manage pci_dev->irq and...
next