linux-2.6-microblaze.git
2021-03-29 Michael Ellermanpowerpc/64s: Fold update_current_thread_[i]amr() into...
2021-03-29 Michael Ellermanpowerpc/eeh: Fix build failure with CONFIG_PROC_FS=n
2021-03-29 Jiapeng Chongpowerpc/pci: fix warning comparing pointer to 0
2021-03-29 Yang Lipowerpc/xive: use true and false for bool variable
2021-03-29 Christophe... powerpc/asm-offsets: GPR14 is not needed either
2021-03-29 Christophe... powerpc/math: Fix missing __user qualifier for get_user...
2021-03-29 Bhaskar Chowdhurypowerpc/mm/book3s64: Fix a typo in mmu_context.c
2021-03-29 Bhaskar Chowdhurypowerpc/64e: Trivial spelling fixes throughout head_fsl...
2021-03-29 Christophe... powerpc/Makefile: Remove workaround for gcc versions...
2021-03-29 Christophe... powerpc/32: Manage KUAP in C
2021-03-29 Christophe... powerpc/8xx: Create C version of kuap save/restore...
2021-03-29 Christophe... powerpc/32s: Create C version of kuap save/restore...
2021-03-29 Christophe... powerpc/64s: Make kuap_check_amr() and kuap_get_and_che...
2021-03-29 Christophe... powerpc/32s: Move KUEP locking/unlocking in C
2021-03-29 Christophe... powerpc/32: Only use prepare_transfer_to_handler functi...
2021-03-29 Christophe... powerpc/32: Return directly from power_save_ppc32_restore()
2021-03-29 Christophe... powerpc/32: Save remaining registers in exception prolog
2021-03-29 Christophe... powerpc/32: Refactor saving of volatile registers in...
2021-03-29 Christophe... powerpc/32: Remove the xfer parameter in EXCEPTION...
2021-03-29 Christophe... powerpc/32: Dismantle EXC_XFER_STD/LITE/TEMPLATE
2021-03-29 Christophe... powerpc/32: Only restore non volatile registers when...
2021-03-29 Christophe... powerpc/32: Add a prepare_transfer_to_handler macro...
2021-03-29 Christophe... powerpc/32: Save trap number on stack in exception...
2021-03-29 Christophe... powerpc/32: Call bad_page_fault() from do_page_fault()
2021-03-29 Christophe... powerpc/32: Set regs parameter in r3 in transfer_to_handler
2021-03-29 Christophe... powerpc/32: Don't save thread.regs on interrupt entry
2021-03-29 Christophe... powerpc/32: Replace ASM exception exit by C exception...
2021-03-29 Christophe... powerpc/32: Always save non volatile registers on excep...
2021-03-29 Christophe... powerpc/32: Perform normal function call in exception...
2021-03-29 Christophe... powerpc/32: Refactor booke critical registers saving
2021-03-29 Christophe... powerpc/32: Provide a name to exception prolog continua...
2021-03-29 Christophe... powerpc/32: Move exception prolog code into .text once...
2021-03-29 Christophe... powerpc/32: Use START_EXCEPTION() as much as possible
2021-03-29 Christophe... powerpc/32: Add vmap_stack_overflow label inside the...
2021-03-29 Christophe... powerpc/32: Statically initialise first emergency context
2021-03-29 Christophe... powerpc/32: Enable instruction translation at the same...
2021-03-29 Christophe... powerpc/32: Tag DAR in EXCEPTION_PROLOG_2 for the 8xx
2021-03-29 Christophe... powerpc/32: Always enable data translation in exception...
2021-03-29 Christophe... powerpc/32: Remove ksp_limit
2021-03-29 Christophe... powerpc/32: Use fast instruction to set MSR RI in excep...
2021-03-29 Christophe... powerpc/32: Handle bookE debugging in C in exception...
2021-03-29 Christophe... powerpc/32: Entry cpu time accounting in C
2021-03-29 Christophe... powerpc/32: Reconcile interrupts in C
2021-03-29 Christophe... powerpc/40x: Prepare normal exception handler for enabl...
2021-03-29 Christophe... powerpc/40x: Prepare for enabling MMU in critical excep...
2021-03-29 Christophe... powerpc/40x: Reorder a few instructions in critical...
2021-03-29 Christophe... powerpc/40x: Save SRR0/SRR1 and r10/r11 earlier in...
2021-03-29 Christophe... powerpc/40x: Change CRITICAL_EXCEPTION_PROLOG macro...
2021-03-29 Christophe... powerpc/40x: Don't use SPRN_SPRG_SCRATCH0/1 in TLB...
2021-03-29 Christophe... powerpc/traps: Declare unrecoverable_exception() as...
2021-03-29 Laurent Dufourcxl: don't manipulate the mm.mm_users field directly
2021-03-29 Ravi Bangoriapowerpc/uprobes: Validation for prefixed instruction
2021-03-29 Christopher... powerpc/signal: Use __get_user() to copy sigset_t
2021-03-29 Daniel Axtenspowerpc/signal64: Rewrite rt_sigreturn() to minimise...
2021-03-29 Daniel Axtenspowerpc/signal64: Rewrite handle_rt_signal64() to minim...
2021-03-29 Christopher... powerpc/signal64: Replace restore_sigcontext() w/ unsaf...
2021-03-29 Christopher... powerpc/signal64: Replace setup_sigcontext() w/ unsafe_...
2021-03-29 Christopher... powerpc/signal64: Remove TM ifdefery in middle of if...
2021-03-29 Christopher... powerpc: Reference parameter in MSR_TM_ACTIVE() macro
2021-03-29 Christopher... powerpc/signal64: Remove non-inline calls from setup_si...
2021-03-29 Christopher... powerpc/signal: Add unsafe_copy_{vsx, fpr}_from_user()
2021-03-29 Christopher... powerpc/uaccess: Add unsafe_copy_from_user()
2021-03-29 Davidlohr Buesopowerpc/qspinlock: Use generic smp_cond_load_relaxed
2021-03-26 Davidlohr Buesopowerpc/spinlock: Unserialize spin_is_locked
2021-03-26 Davidlohr Buesopowerpc/spinlock: Define smp_mb__after_spinlock only...
2021-03-26 Christophe... powerpc/ptrace: Convert gpr32_set_common() to user...
2021-03-26 Christophe... powerpc/futex: Switch to user_access block
2021-03-26 Christophe... powerpc/net: Switch csum_and_copy_{to/from}_user to...
2021-03-26 Christophe... powerpc/lib: Don't use __put_user_asm_goto() outside...
2021-03-26 Christophe... powerpc/syscalls: Use sys_old_select() in ppc_select()
2021-03-26 Christophe... powerpc/uaccess: Move copy_mc_xxx() functions down
2021-03-26 Christophe... powerpc/uaccess: Swap clear_user() and __clear_user()
2021-03-26 Christophe... powerpc/uaccess: Also perform 64 bits copies in unsafe_...
2021-03-26 Laurent Dufourpowerpc/pseries: export LPAR security flavor in lparcfg
2021-03-24 Christophe... powerpc: Enable KFENCE for PPC32
2021-03-24 Denis Efremovpowerpc/ptrace: Remove duplicate check from pt_regs_check()
2021-03-24 Lee Jonespowerpc/pseries: Move hvc_vio_init_early() prototype...
2021-03-24 Zhang Yunkaipowerpc: Fix misspellings in tlbflush.h
2021-03-24 Zhang Yunkaipowerpc: Remove duplicate includes
2021-03-24 Nathan Chancellorpowerpc/prom: Mark identical_pvr_fixup as __init
2021-03-24 Nathan Chancellorpowerpc/fadump: Mark fadump_calculate_reserve_size...
2021-03-24 Russell Curreyselftests/powerpc: Fix L1D flushing tests for Power10
2021-03-24 Bhaskar Chowdhurypowerpc: Fix spelling of "droping" to "dropping" in...
2021-03-24 Jiapeng Chongpowerpc: remove unneeded semicolon
2021-03-24 Geert Uytterhoevenpowerpc/chrp: Make hydra_init() static
2021-03-24 Sebastian Andrzej... powerpc/mm: Move the linear_mapping_mutex to the ifdef...
2021-03-14 Linus TorvaldsLinux 5.12-rc3
2021-03-14 Alexey Dobriyanprctl: fix PR_SET_MM_AUXV kernel stack leak
2021-03-14 Linus TorvaldsMerge tag 'irq-urgent-2021-03-14' of git://git./linux...
2021-03-14 Linus TorvaldsMerge tag 'timers-urgent-2021-03-14' of git://git....
2021-03-14 Linus TorvaldsMerge tag 'sched-urgent-2021-03-14' of git://git./linux...
2021-03-14 Linus TorvaldsMerge tag 'objtool-urgent-2021-03-14' of git://git...
2021-03-14 Linus TorvaldsMerge tag 'locking-urgent-2021-03-14' of git://git...
2021-03-14 Linus TorvaldsMerge tag 'perf_urgent_for_v5.12-rc3' of git://git...
2021-03-14 Linus TorvaldsMerge tag 'efi-urgent-for-v5.12-rc2' of git://git....
2021-03-14 Linus TorvaldsMerge tag 'x86_urgent_for_v5.12_rc3' of git://git....
2021-03-14 Linus TorvaldsMerge tag 'powerpc-5.12-3' of git://git./linux/kernel...
2021-03-14 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2021-03-14 Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2021-03-14 Thomas GleixnerMerge tag 'irqchip-fixes-5.12-1' of git://git./linux...
next