platform/kernel/linux-rpi.git
2020-12-15 Viresh Kumararm64: topology: Drop the useless update to per-cpu...
2020-12-09 Catalin MarinasMerge remote-tracking branch 'arm64/for-next/fixes...
2020-12-09 Catalin MarinasMerge remote-tracking branch 'arm64/for-next/scs' into...
2020-12-09 Catalin MarinasMerge remote-tracking branch 'arm64/for-next/perf'...
2020-12-09 Catalin MarinasMerge branch 'for-next/misc' into for-next/core
2020-12-09 Catalin MarinasMerge branch 'for-next/uaccess' into for-next/core
2020-12-09 Catalin MarinasMerge branches 'for-next/kvm-build-fix', 'for-next...
2020-12-09 Joakim Zhangperf/imx_ddr: Add system PMU identifier for userspace
2020-12-09 Joakim Zhangbindings: perf: imx-ddr: add compatible string
2020-12-04 Will Deaconarm64: Fix build failure when HARDLOCKUP_DETECTOR_PERF...
2020-12-03 Peter Collingbournearm64: mte: fix prctl(PR_GET_TAGGED_ADDR_CTRL) if TCF0...
2020-12-03 Mark Rutlandarm64: mark __system_matches_cap as __maybe_unused
2020-12-02 Mark Rutlandarm64: uaccess: remove vestigal UAO support
2020-12-02 Mark Rutlandarm64: uaccess: remove redundant PAN toggling
2020-12-02 Mark Rutlandarm64: uaccess: remove addr_limit_user_check()
2020-12-02 Mark Rutlandarm64: uaccess: remove set_fs()
2020-12-02 Mark Rutlandarm64: uaccess cleanup macro naming
2020-12-02 Mark Rutlandarm64: uaccess: split user/kernel routines
2020-12-02 Mark Rutlandarm64: uaccess: refactor __{get,put}_user
2020-12-02 Mark Rutlandarm64: uaccess: simplify __copy_user_flushcache()
2020-12-02 Mark Rutlandarm64: uaccess: rename privileged uaccess routines
2020-12-02 Mark Rutlandarm64: sdei: explicitly simulate PAN/UAO entry
2020-12-02 Mark Rutlandarm64: sdei: move uaccess logic to arch/arm64/
2020-12-02 Mark Rutlandarm64: head.S: always initialize PSTATE
2020-12-02 Mark Rutlandarm64: head.S: cleanup SCTLR_ELx initialization
2020-12-02 Mark Rutlandarm64: head.S: rename el2_setup -> init_kernel_el
2020-12-02 Mark Rutlandarm64: add C wrappers for SET_PSTATE_*()
2020-12-02 Mark Rutlandarm64: ensure ERET from kthread is illegal
2020-12-02 Catalin Marinasof: unittest: Fix build on architectures without CONFIG...
2020-12-01 Will Deaconarm64: sdei: Push IS_ENABLED() checks down to callee...
2020-12-01 Sami Tolvanenarm64: scs: use vmapped IRQ and SDEI shadow stacks
2020-12-01 Sami Tolvanenscs: switch to vmapped shadow stacks
2020-11-30 Vincenzo Frascinoarm64: mte: Fix typo in macro definition
2020-11-30 Mark Rutlandarm64: entry: fix EL1 debug transitions
2020-11-30 Mark Rutlandarm64: entry: fix NMI {user, kernel}->kernel transitions
2020-11-30 Mark Rutlandarm64: entry: fix non-NMI kernel<->kernel transitions
2020-11-30 Mark Rutlandarm64: ptrace: prepare for EL1 irq/rcu tracking
2020-11-30 Mark Rutlandarm64: entry: fix non-NMI user<->kernel transitions
2020-11-30 Mark Rutlandarm64: entry: move el1 irq/nmi logic to C
2020-11-30 Mark Rutlandarm64: entry: prepare ret_to_user for function call
2020-11-30 Mark Rutlandarm64: entry: move enter_from_user_mode to entry-common.c
2020-11-30 Mark Rutlandarm64: entry: mark entry code as noinstr
2020-11-30 Mark Rutlandarm64: mark idle code as noinstr
2020-11-30 Mark Rutlandarm64: syscall: exit userspace before unmasking exceptions
2020-11-27 Youling Tangarm64: vmlinux.lds.S: Drop redundant *.init.rodata.*
2020-11-27 Tyler Hicksarm64: Extend the kernel command line from the bootloader
2020-11-27 Tyler Hicksarm64: kaslr: Refactor early init command line parsing
2020-11-25 Peter Collingbournekasan: arm64: set TCR_EL1.TBID1 when enabled
2020-11-25 Sumit Gargarm64: Enable perf events based hard lockup detector
2020-11-25 Joakim Zhangperf/imx_ddr: Add stop event counters support for i...
2020-11-25 John Garryperf/smmuv3: Support sysfs identifier file
2020-11-25 John Garrydrivers/perf: hisi: Add identifier sysfs file
2020-11-25 Wang Qingperf: remove duplicate check on fwnode
2020-11-25 Tuan Phandriver/perf: Add PMU driver for the ARM DMC-620 memory...
2020-11-23 Peter Collingbournearm64: expose FAR_EL1 tag bits in siginfo
2020-11-23 Peter Collingbournesignal: define the SA_EXPOSE_TAGBITS bit in sa_flags
2020-11-23 Peter Collingbournesignal: define the SA_UNSUPPORTED bit in sa_flags
2020-11-23 Peter Collingbournearch: provide better documentation for the arch-specifi...
2020-11-23 Peter Collingbournesignal: clear non-uapi flag bits when passing/returning...
2020-11-23 Peter Collingbournearch: move SA_* definitions to generic headers
2020-11-23 Peter Collingbourneparisc: start using signal-defs.h
2020-11-23 Helge Dellerparisc: Drop parisc special case for __sighandler_t
2020-11-23 Will Deaconarm64: pgtable: Ensure dirty bit is preserved across...
2020-11-23 Will Deaconarm64: pgtable: Fix pte_accessible()
2020-11-23 Shiju JoseACPI/IORT: Fix doc warnings in iort.c
2020-11-23 Randy Dunlaparm64/fpsimd: add <asm/insn.h> to <asm/kprobes.h> to...
2020-11-20 Nicolas Saenz... mm: Remove examples from enum zone_type comment
2020-11-20 Ard Biesheuvelarm64: mm: Set ZONE_DMA size based on early IORT scan
2020-11-20 Nicolas Saenz... arm64: mm: Set ZONE_DMA size based on devicetree's...
2020-11-20 Nicolas Saenz... of: unittest: Add test for of_dma_get_max_cpu_address()
2020-11-20 Nicolas Saenz... of/address: Introduce of_dma_get_max_cpu_address()
2020-11-20 Nicolas Saenz... arm64: mm: Move zone_dma_bits initialization into zone_...
2020-11-20 Nicolas Saenz... arm64: mm: Move reserve_crashkernel() into mem_init()
2020-11-20 Catalin Marinasarm64: Force NO_BLOCK_MAPPINGS if crashkernel reservati...
2020-11-19 Catalin Marinasarm64: Ignore any DMA offsets in the max_zone_phys...
2020-11-18 Peter Collingbournearm64: mte: optimize asynchronous tag check fault flag...
2020-11-17 Sudarshan Rajagopalanarm64/mm: add fallback option to allocate virtually...
2020-11-17 Ard Biesheuvelarm64: head: tidy up the Image header definition
2020-11-17 Ard Biesheuvelarm64/head: avoid symbol names pointing into first...
2020-11-17 Ard Biesheuvelarm64: omit [_text, _stext) from permanent kernel mapping
2020-11-13 Ionela Voinescuarm64: abort counter_read_on_cpu() when irqs_disabled()
2020-11-13 Ionela Voinescuarm64: implement CPPC FFH support using AMUs
2020-11-13 Ionela Voinescuarm64: split counter validation function
2020-11-13 Ionela Voinescuarm64: wrap and generalise counter read functions
2020-11-13 Konrad Dybcioarm64: cpu_errata: Apply Erratum 845719 to KRYO2XX...
2020-11-13 Konrad Dybcioarm64: proton-pack: Add KRYO2XX silver CPUs to spectre...
2020-11-13 Konrad Dybcioarm64: kpti: Add KRYO2XX gold/silver CPU cores to kpti...
2020-11-13 Konrad Dybcioarm64: Add MIDR value for KRYO2XX gold/silver CPU cores
2020-11-13 Anshuman Khandualarm64/mm: Validate hotplug range before creating linear...
2020-11-12 Ard Biesheuvelarm64: mm: don't assume struct page is always 64 bytes
2020-11-10 Anshuman Khandualarm64/mm/hotplug: Ensure early memory sections are...
2020-11-10 Anshuman Khandualarm64/mm/hotplug: Enable MEM_OFFLINE event handling
2020-11-10 Anshuman Khandualarm64/mm/hotplug: Register boot memory hot remove notif...
2020-11-10 Ard Biesheuvelarm64: mm: account for hotplug memory when randomizing...
2020-11-10 Anshuman Khandualarm64/smp: Drop the macro S(x,s)
2020-11-10 Mark Rutlandarm64: consistently use reserved_pg_dir
2020-11-10 Masami Hiramatsuarm64: kprobes: Remove redundant kprobe_step_ctx
2020-11-10 Ard BiesheuvelDocumentation/arm64: fix RST layout of memory.rst
2020-11-10 Will Deaconarm64: smp: Tell RCU about CPUs that fail to come online
2020-11-10 Will Deaconarm64: psci: Avoid printing in cpu_psci_cpu_die()
next