linux-2.6-microblaze.git
2021-06-24 Thomas Gleixnerx86/fpu/xstate: Clear xstate header in copy_xstate_to_u...
2021-06-23 Thomas Gleixnerx86/fpu/signal: Let xrstor handle the features to init
2021-06-23 Thomas Gleixnerx86/fpu/signal: Handle #PF in the direct restore path
2021-06-23 Thomas Gleixnerx86/fpu: Return proper error codes from user access...
2021-06-23 Thomas Gleixnerx86/fpu/signal: Split out the direct restore code
2021-06-23 Thomas Gleixnerx86/fpu/signal: Sanitize copy_user_to_fpregs_zeroing()
2021-06-23 Thomas Gleixnerx86/fpu/signal: Sanitize the xstate check on sigframe
2021-06-23 Thomas Gleixnerx86/fpu/signal: Remove the legacy alignment check
2021-06-23 Thomas Gleixnerx86/fpu/signal: Move initial checks into fpu__restore_sig()
2021-06-23 Thomas Gleixnerx86/fpu: Mark init_fpstate __ro_after_init
2021-06-23 Thomas Gleixnerx86/pkru: Remove xstate fiddling from write_pkru()
2021-06-23 Thomas Gleixnerx86/fpu: Don't store PKRU in xstate in fpu_reset_fpstate()
2021-06-23 Thomas Gleixnerx86/fpu: Remove PKRU handling from switch_fpu_finish()
2021-06-23 Thomas Gleixnerx86/fpu: Mask PKRU from kernel XRSTOR[S] operations
2021-06-23 Dave Hansenx86/fpu: Hook up PKRU into ptrace()
2021-06-23 Dave Hansenx86/fpu: Add PKRU storage outside of task XSAVE buffer
2021-06-23 Thomas Gleixnerx86/fpu: Dont restore PKRU in fpregs_restore_userspace()
2021-06-23 Thomas Gleixnerx86/fpu: Rename xfeatures_mask_user() to xfeatures_mask...
2021-06-23 Thomas Gleixnerx86/fpu: Move FXSAVE_LEAK quirk info __copy_kernel_to_f...
2021-06-23 Thomas Gleixnerx86/fpu: Rename __fpregs_load_activate() to fpregs_rest...
2021-06-23 Andy Lutomirskix86/fpu: Clean up the fpu__clear() variants
2021-06-23 Thomas Gleixnerx86/fpu: Rename fpu__clear_all() to fpu_flush_thread()
2021-06-23 Thomas Gleixnerx86/fpu: Use pkru_write_default() in copy_init_fpstate_...
2021-06-23 Thomas Gleixnerx86/cpu: Write the default PKRU value when enabling PKE
2021-06-23 Thomas Gleixnerx86/pkru: Provide pkru_write_default()
2021-06-23 Thomas Gleixnerx86/pkru: Provide pkru_get_init_value()
2021-06-23 Thomas Gleixnerx86/cpu: Sanitize X86_FEATURE_OSPKE
2021-06-23 Thomas Gleixnerx86/fpu: Rename and sanitize fpu__save/copy()
2021-06-23 Dave Hansenx86/pkeys: Move read_pkru() and write_pkru()
2021-06-23 Thomas Gleixnerx86/fpu/xstate: Sanitize handling of independent features
2021-06-23 Andy Lutomirskix86/fpu: Rename "dynamic" XSTATEs to "independent"
2021-06-23 Thomas Gleixnerx86/fpu: Rename initstate copy functions
2021-06-23 Thomas Gleixnerx86/fpu: Rename copy_kernel_to_fpregs() to restore_fpre...
2021-06-23 Thomas Gleixnerx86/fpu: Get rid of the FNSAVE optimization
2021-06-23 Thomas Gleixnerx86/fpu: Rename copy_fpregs_to_fpstate() to save_fpregs...
2021-06-23 Thomas Gleixnerx86/fpu: Deduplicate copy_uabi_from_user/kernel_to_xstate()
2021-06-23 Thomas Gleixnerx86/fpu: Rename xstate copy functions which are related...
2021-06-23 Thomas Gleixnerx86/fpu: Rename fregs-related copy functions
2021-06-23 Thomas Gleixnerx86/math-emu: Rename frstor()
2021-06-23 Thomas Gleixnerx86/fpu: Rename fxregs-related copy functions
2021-06-23 Thomas Gleixnerx86/fpu: Rename copy_user_to_xregs() and copy_xregs_to_...
2021-06-23 Thomas Gleixnerx86/fpu: Rename copy_xregs_to_kernel() and copy_kernel_...
2021-06-23 Thomas Gleixnerx86/fpu: Get rid of copy_supervisor_to_kernel()
2021-06-23 Thomas Gleixnerx86/fpu: Cleanup arch_set_user_pkey_access()
2021-06-23 Dave Hansenx86/kvm: Avoid looking up PKRU in XSAVE buffer
2021-06-23 Thomas Gleixnerx86/fpu: Get rid of using_compacted_format()
2021-06-23 Thomas Gleixnerx86/fpu: Move fpu__write_begin() to regset
2021-06-23 Thomas Gleixnerx86/fpu/regset: Move fpu__read_begin() into regset
2021-06-23 Thomas Gleixnerx86/fpu: Remove fpstate_sanitize_xstate()
2021-06-23 Thomas Gleixnerx86/fpu: Use copy_xstate_to_uabi_buf() in fpregs_get()
2021-06-23 Thomas Gleixnerx86/fpu: Use copy_xstate_to_uabi_buf() in xfpregs_get()
2021-06-23 Thomas Gleixnerx86/fpu: Make copy_xstate_to_kernel() usable for [x...
2021-06-23 Andy Lutomirskix86/fpu: Clean up fpregs_set()
2021-06-23 Andy Lutomirskix86/fpu: Fail ptrace() requests that try to set invalid...
2021-06-23 Andy Lutomirskix86/fpu: Rewrite xfpregs_set()
2021-06-23 Dave Hansenx86/fpu: Simplify PTRACE_GETREGS code
2021-06-23 Thomas Gleixnerx86/fpu: Reject invalid MXCSR values in copy_kernel_to_...
2021-06-23 Thomas Gleixnerx86/fpu: Sanitize xstateregs_set()
2021-06-23 Thomas Gleixnerx86/fpu: Limit xstate copy size in xstateregs_set()
2021-06-23 Thomas Gleixnerx86/fpu: Move inlines where they belong
2021-06-23 Thomas Gleixnerx86/fpu: Remove unused get_xsave_field_ptr()
2021-06-23 Thomas Gleixnerx86/fpu: Get rid of fpu__get_supported_xfeatures_mask()
2021-06-23 Thomas Gleixnerx86/fpu: Make xfeatures_mask_all __ro_after_init
2021-06-23 Thomas Gleixnerx86/fpu: Mark various FPU state variables __ro_after_init
2021-06-23 Thomas Gleixnerx86/pkeys: Revert a5eff7259790 ("x86/pkeys: Add PKRU...
2021-06-23 Thomas Gleixnerx86/fpu: Fix copy_xstate_to_kernel() gap handling
2021-06-23 Borislav PetkovMerge x86/urgent into x86/fpu
2021-06-22 Thomas Gleixnerx86/fpu: Make init_fpstate correct with optimized XSAVE
2021-06-22 Thomas Gleixnerx86/fpu: Preserve supervisor states in sanitize_restore...
2021-06-20 Linus TorvaldsLinux 5.13-rc7
2021-06-20 Linus TorvaldsMerge tag 'sched_urgent_for_v5.13_rc6' of git://git...
2021-06-20 Linus TorvaldsMerge tag 'irq_urgent_for_v5.13_rc6' of git://git....
2021-06-20 Linus TorvaldsMerge tag 'x86_urgent_for_v5.13_rc6' of git://git....
2021-06-19 Linus TorvaldsMerge tag 'powerpc-5.13-6' of git://git./linux/kernel...
2021-06-19 Linus TorvaldsMerge tag 'perf-tools-fixes-for-v5.13-2021-06-19' of...
2021-06-19 Linus TorvaldsMerge tag 'riscv-for-linus-5.13-rc7' of git://git....
2021-06-19 Linus TorvaldsMerge tag 's390-5.13-4' of git://git./linux/kernel...
2021-06-19 Arnaldo Carvalho... tools headers UAPI: Sync linux/in.h copy with the kerne...
2021-06-19 Arnaldo Carvalho... tools headers UAPI: Sync asm-generic/unistd.h with...
2021-06-19 Arnaldo Carvalho... perf beauty: Update copy of linux/socket.h with the...
2021-06-19 Ian Rogersperf test: Fix non-bash issue with stat bpf counters
2021-06-19 Riccardo Manciniperf machine: Fix refcount usage when processing PERF_R...
2021-06-19 John Garryperf metricgroup: Return error code from metricgroup__a...
2021-06-19 John Garryperf metricgroup: Fix find_evsel_group() event selector
2021-06-19 David Abdurachmanovriscv: dts: fu740: fix cache-controller interrupts
2021-06-19 Jisheng Zhangriscv: Ensure BPF_JIT_REGION_START aligned with PMD...
2021-06-19 Jisheng Zhangriscv: kasan: Fix MODULES_VADDR evaluation due to local...
2021-06-19 Linus TorvaldsMerge tag 'net-5.13-rc7' of git://git./linux/kernel...
2021-06-18 Linus TorvaldsMerge tag 'for-5.13-rc6-tag' of git://git./linux/kernel...
2021-06-18 Linus TorvaldsMerge tag 'pci-v5.13-fixes-2' of git://git./linux/kerne...
2021-06-18 Matthew Wilcox... afs: Re-enable freezing once a page fault is interrupted
2021-06-18 Pavel Skripkinnet: ethernet: fix potential use-after-free in ec_bhf_r...
2021-06-18 David S. MillerMerge tag 'mac80211-for-net-2021-06-18' of git://git...
2021-06-18 Toke Høiland... selftests/net: Add icmp.sh for testing ICMP dummy addre...
2021-06-18 Toke Høiland... icmp: don't send out ICMP messages with a source addres...
2021-06-18 Esben Haabendalnet: ll_temac: Avoid ndo_start_xmit returning NETDEV_TX...
2021-06-18 Esben Haabendalnet: ll_temac: Fix TX BD buffer overwrite
2021-06-18 Esben Haabendalnet: ll_temac: Add memory-barriers for TX BD access
2021-06-18 Esben Haabendalnet: ll_temac: Make sure to free skb when it is complet...
2021-06-18 Karsten GraulMAINTAINERS: add Guvenc as SMC maintainer
next