summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-23x86/fpu: Move fpu__write_begin() to regsetThomas Gleixner
2021-06-23x86/fpu/regset: Move fpu__read_begin() into regsetThomas Gleixner
2021-06-23x86/fpu: Remove fpstate_sanitize_xstate()Thomas Gleixner
2021-06-23x86/fpu: Use copy_xstate_to_uabi_buf() in fpregs_get()Thomas Gleixner
2021-06-23x86/fpu: Use copy_xstate_to_uabi_buf() in xfpregs_get()Thomas Gleixner
2021-06-23x86/fpu: Make copy_xstate_to_kernel() usable for [x]fpregs_get()Thomas Gleixner
2021-06-23x86/fpu: Clean up fpregs_set()Andy Lutomirski
2021-06-23x86/fpu: Fail ptrace() requests that try to set invalid MXCSR valuesAndy Lutomirski
2021-06-23x86/fpu: Rewrite xfpregs_set()Andy Lutomirski
2021-06-23x86/fpu: Simplify PTRACE_GETREGS codeDave Hansen
2021-06-23x86/fpu: Reject invalid MXCSR values in copy_kernel_to_xstate()Thomas Gleixner
2021-06-23x86/fpu: Sanitize xstateregs_set()Thomas Gleixner
2021-06-23x86/fpu: Limit xstate copy size in xstateregs_set()Thomas Gleixner
2021-06-23x86/fpu: Move inlines where they belongThomas Gleixner
2021-06-23x86/fpu: Remove unused get_xsave_field_ptr()Thomas Gleixner
2021-06-23x86/fpu: Get rid of fpu__get_supported_xfeatures_mask()Thomas Gleixner
2021-06-23x86/fpu: Make xfeatures_mask_all __ro_after_initThomas Gleixner
2021-06-23x86/fpu: Mark various FPU state variables __ro_after_initThomas Gleixner
2021-06-23x86/pkeys: Revert a5eff7259790 ("x86/pkeys: Add PKRU value to init_fpstate")Thomas Gleixner
2021-06-23x86/fpu: Fix copy_xstate_to_kernel() gap handlingThomas Gleixner
2021-06-23Merge x86/urgent into x86/fpuBorislav Petkov
2021-06-22x86/fpu: Make init_fpstate correct with optimized XSAVEThomas Gleixner
2021-06-22x86/fpu: Preserve supervisor states in sanitize_restored_user_xstate()Thomas Gleixner
2021-06-20Linux 5.13-rc7Linus Torvalds
2021-06-20Merge tag 'sched_urgent_for_v5.13_rc6' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-06-20Merge tag 'irq_urgent_for_v5.13_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-06-20Merge tag 'x86_urgent_for_v5.13_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-06-19Merge tag 'powerpc-5.13-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-06-19Merge tag 'perf-tools-fixes-for-v5.13-2021-06-19' of git://git.kernel.org/pub...Linus Torvalds
2021-06-19Merge tag 'riscv-for-linus-5.13-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-06-19Merge tag 's390-5.13-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2021-06-19tools headers UAPI: Sync linux/in.h copy with the kernel sourcesArnaldo Carvalho de Melo
2021-06-19tools headers UAPI: Sync asm-generic/unistd.h with the kernel originalArnaldo Carvalho de Melo
2021-06-19perf beauty: Update copy of linux/socket.h with the kernel sourcesArnaldo Carvalho de Melo
2021-06-19perf test: Fix non-bash issue with stat bpf countersIan Rogers
2021-06-19perf machine: Fix refcount usage when processing PERF_RECORD_KSYMBOLRiccardo Mancini
2021-06-19perf metricgroup: Return error code from metricgroup__add_metric_sys_event_it...John Garry
2021-06-19perf metricgroup: Fix find_evsel_group() event selectorJohn Garry
2021-06-19riscv: dts: fu740: fix cache-controller interruptsDavid Abdurachmanov
2021-06-18riscv: Ensure BPF_JIT_REGION_START aligned with PMD sizeJisheng Zhang
2021-06-18riscv: kasan: Fix MODULES_VADDR evaluation due to local variables' nameJisheng Zhang
2021-06-18Merge tag 'net-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-06-18Merge tag 'for-5.13-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-06-18Merge tag 'pci-v5.13-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-06-18afs: Re-enable freezing once a page fault is interruptedMatthew Wilcox (Oracle)
2021-06-18net: ethernet: fix potential use-after-free in ec_bhf_removePavel Skripkin
2021-06-18Merge tag 'mac80211-for-net-2021-06-18' of git://git.kernel.org/pub/scm/linux...David S. Miller
2021-06-18selftests/net: Add icmp.sh for testing ICMP dummy address responsesToke Høiland-Jørgensen
2021-06-18icmp: don't send out ICMP messages with a source address of 0.0.0.0Toke Høiland-Jørgensen
2021-06-18net: ll_temac: Avoid ndo_start_xmit returning NETDEV_TX_BUSYEsben Haabendal