All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-06-11 16:14:58 to 2021-06-11 16:46:16 UTC [more...]

[patch 00/41] x86/fpu: Spring cleaning and PKRU sanitizing
 2021-06-11 16:16 UTC  (39+ messages)
` [patch 01/41] Revert a5eff7259790 ("x86/pkeys: Add PKRU value to init_fpstate")
` [patch 02/41] x86/fpu: Mark various FPU states __ro_after_init
` [patch 03/41] x86/fpu: Remove unused get_xsave_field_ptr()
` [patch 04/41] x86/fpu: Move inlines where they belong
` [patch 05/41] x86/fpu: Limit xstate copy size in xstateregs_set()
` [patch 06/41] x86/fpu: Sanitize xstateregs_set()
` [patch 07/41] x86/fpu: Simplify PTRACE_GETREGS code
` [patch 08/41] x86/fpu: Restrict fpstate sanitizing to legacy components
` [patch 09/41] x86/kvm: Avoid looking up PKRU in XSAVE buffer
` [patch 10/41] x86/fpu: Cleanup arch_set_user_pkey_access()
` [patch 11/41] x86/fpu: Get rid of copy_supervisor_to_kernel()
` [patch 12/41] x86/fpu: Rename copy_xregs_to_kernel() and copy_kernel_to_xregs()
` [patch 13/41] x86/fpu: Rename copy_user_to_xregs() and copy_xregs_to_user()
` [patch 14/41] x86/fpu: Rename fxregs related copy functions
` [patch 15/41] x86/fpu: Rename fregs "
` [patch 16/41] x86/fpu: Rename xstate copy functions which are related to UABI
` [patch 17/41] x86/fpu: Deduplicate copy_uabi_from_user/kernel_to_xstate()
` [patch 18/41] x86/fpu: Rename copy_fpregs_to_fpstate() to save_fpregs_to_fpstate()
` [patch 19/41] x86/fpu: Rename copy_kernel_to_fpregs() to restore_fpregs_from_kernel()
` [patch 20/41] x86/fpu: Rename initstate copy functions
` [patch 21/41] x86/fpu: Rename "dynamic" XSTATEs to "independent"
` [patch 22/41] x86/fpu/xstate: Sanitize handling of independent features
` [patch 23/41] x86/pkeys: Move read_pkru() and write_pkru()
` [patch 24/41] x86/fpu: Differentiate "copy" versus "move" of fpregs
` [patch 25/41] x86/cpu: Sanitize X86_FEATURE_OSPKE
` [patch 26/41] x86/pkru: Provide pkru_get_init_value()
` [patch 27/41] x86/pkru: Provide pkru_write_default()
` [patch 28/41] x86/cpu: Write the default PKRU value when enabling PKE
` [patch 29/41] x86/fpu: Use pkru_write_default() in copy_init_fpstate_to_fpregs()
` [patch 30/41] x86/fpu: Rename fpu__clear_all() to fpu_flush_thread()
` [patch 31/41] x86/fpu: Clean up the fpu__clear() variants
` [patch 32/41] x86/fpu: Rename __fpregs_load_activate() to fpregs_restore_userregs()
` [patch 33/41] x86/fpu: Move FXSAVE_LEAK quirk info __copy_kernel_to_fpregs()
` [patch 35/41] x86/fpu: Dont restore PKRU in fpregs_restore_userspace()
` [patch 36/41] x86/fpu: Add PKRU storage outside of task XSAVE buffer
` [patch 37/41] x86/fpu: Hook up PKRU into ptrace()
` [patch 38/41] x86/fpu: Mask PKRU from kernel XRSTOR[S] operations
` [patch 40/41] x86/fpu: Dont store PKRU in xstate in fpu_reset_fpstate()

[GIT PULL 1/6] dt-bindings: Changes for v5.14-rc1
 2021-06-11 16:44 UTC  (12+ messages)
  ` [GIT PULL 2/6] soc/tegra: "
  ` [GIT PULL 3/6] firmware: tegra: "
  ` [GIT PULL 4/6] ARM: tegra: Device tree changes "
  ` [GIT PULL 5/6] ARM: tegra: Default configuration "
  ` [GIT PULL 6/6] arm64: tegra: Device tree "

Plan for /dev/ioasid RFC v2
 2021-06-11 16:45 UTC  (11+ messages)

[PATCH v2] Test comment for git-publish
 2021-06-11 16:43 UTC 

[PATCH] sched: cgroup SCHED_IDLE support
 2021-06-11 16:43 UTC  (4+ messages)

[PATCH v2 0/4] PM: domains: Avoid boilerplate code for DVFS in subsystem/drivers
 2021-06-11 16:42 UTC  (9+ messages)

Safe to upgrade to a Community BSP?
 2021-06-11 16:42 UTC  (7+ messages)
` [meta-freescale] "

[PATCH 0/4] selftests/vm/pkeys: Bug fixes and a new test
 2021-06-11 16:42 UTC  (10+ messages)
` [PATCH 1/4] selftests/vm/pkeys: Fix alloc_random_pkey() to make it really, really random
` [PATCH 2/4] selftests/vm/pkeys: Handle negative sys_pkey_alloc() return code
` [PATCH 3/4] selftests/vm/pkeys: Refill shadow register after implicit kernel write
` [PATCH 4/4] selftests/vm/pkeys: Exercise x86 XSAVE init state

[PATCH 0/9] riscv: improve self-protection
 2021-06-11 16:41 UTC  (7+ messages)
` [PATCH 7/9] riscv: bpf: Avoid breaking W^X

[nft PATCH 00/10] Some covscan fixes
 2021-06-11 16:41 UTC  (11+ messages)
` [nft PATCH 01/10] parser_bison: Fix for implicit declaration of isalnum
` [nft PATCH 02/10] parser_json: Fix for memleak in tcp option error path
` [nft PATCH 03/10] evaluate: Mark fall through case in str2hooknum()
` [nft PATCH 04/10] json: Drop pointless assignment in exthdr_expr_json()
` [nft PATCH 05/10] netlink: Avoid memleak in error path of netlink_delinearize_set()
` [nft PATCH 06/10] netlink: Avoid memleak in error path of netlink_delinearize_chain()
` [nft PATCH 07/10] netlink: Avoid memleak in error path of netlink_delinearize_table()
` [nft PATCH 08/10] netlink: Avoid memleak in error path of netlink_delinearize_obj()
` [nft PATCH 09/10] netlink_delinearize: Fix suspicious calloc() call
` [nft PATCH 10/10] rule: Fix for potential off-by-one in cmd_add_loc()

[PATCH 0/7] Make diff3 the default conflict style
 2021-06-11 16:41 UTC  (14+ messages)
` [PATCH 7/7] xdiff: make diff3 the default conflictStyle

[intel-linux-intel-lts:5.10/preempt-rt 19/26] include/linux/seqlock.h:178:36: error: initialization of 'seqcount_spinlock_t *' {aka 'struct seqcount_spinlock *'} from incompatible pointer type 'seqcount_t *' {aka 'struct seqcount *'}
 2021-06-11 16:41 UTC 

[GIT PULL 1/2] phy: tegra: Changes for v5.14-rc1
 2021-06-11 16:40 UTC  (4+ messages)
` [GIT PULL 2/2] usb: "

[PATCH v4 0/9] KVM: arm64: Initial host support for the Apple M1
 2021-06-11 16:38 UTC  (5+ messages)
` [PATCH v4 3/9] KVM: arm64: vgic: Be tolerant to the lack of maintenance interrupt masking

[dpdk-dev] [PATCH] doc: fix SPDX tag
 2021-06-11 16:38 UTC 

[docs] [PATCH] ref-manual: move release notes to separate document
 2021-06-11 16:37 UTC  (6+ messages)

[PATCH 0/5] x86/tsx: Consistency and settings test
 2021-06-11 16:36 UTC  (6+ messages)
` [PATCH 1/5] x86/platform: Improve MSR permission handling for XENPF_resource_op
` [PATCH 2/5] x86/platform: Permit reading the TSX control MSRs via XENPF_resource_op
` [PATCH 3/5] x86/msr: Expose MSR_ARCH_CAPS in the raw and host policies
` [PATCH 4/5] libs/guest: Move struct xc_cpu_policy into xg_private.h
` [PATCH 5/5] tests: Introduce a TSX test

[PATCH v7 0/9] Add Rockchip SFC(serial flash controller) support
 2021-06-11 16:32 UTC  (8+ messages)
` [PATCH v7 1/9] dt-bindings: rockchip-sfc: Bindings for Rockchip serial flash controller

[Intel-gfx] [PATCH] drm/i915: Document the Virtual Engine uAPI
 2021-06-11 16:35 UTC  (4+ messages)
`  "

[PATCH v2 0/4] drm/i915: Move system memory to TTM for discrete
 2021-06-11 16:34 UTC  (10+ messages)
` [PATCH v2 1/4] drm/i915: Update object placement flags to be mutable
  ` [Intel-gfx] "
` [PATCH v2 2/4] drm/i915/ttm: Adjust gem flags and caching settings after a move
  ` [Intel-gfx] "
` [PATCH v2 4/4] drm/i915/ttm: Use TTM for system memory
  ` [Intel-gfx] "

[PATCH 0/4] Use singular "they" when appropriate
 2021-06-11 16:32 UTC  (6+ messages)
` [PATCH v2 "

[GIT PULL] regulator: Changes for v5.14-rc1
 2021-06-11 16:33 UTC 

[PATCH] fdtdec: fdtdec_get_aliases_highest_id: skip aliases to disabled nodes
 2021-06-11 16:32 UTC  (4+ messages)

[PATCH] drm/i915: Fix busy ioctl commentary
 2021-06-11 16:32 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH 0/7] replace all use of strftime() with g_date_time_format()
 2021-06-11 16:29 UTC  (7+ messages)
` [PATCH 3/7] net/rocker: use GDateTime for formatting timestamp in debug messages
    ` [Virtio-fs] "
` [PATCH 5/7] io: use GDateTime for formatting timestamp for websock headers
    ` [Virtio-fs] "

[PATCH 0/8] ASoC: SOF: power optimizations for HDaudio platforms
 2021-06-11 16:30 UTC  (6+ messages)

[PATCH bpf-next 00/17] Clean up and document RCU-based object protection for XDP_REDIRECT
 2021-06-11 16:30 UTC  (3+ messages)
` [PATCH bpf-next 12/17] nfp: remove rcu_read_lock() around XDP program invocation

[GIT PULL] clk: tegra: Changes for v5.14-rc1
 2021-06-11 16:31 UTC 

[PATCH] tcg/arm: Fix tcg_out_op function signature
 2021-06-11 16:29 UTC  (2+ messages)

[PATCH v2] btrfs: sysfs: export dev stats in devinfo directory
 2021-06-11 16:30 UTC  (2+ messages)

[PATCH] HID: i2c-hid: goodix: Tie the reset line to true state of the regulator
 2021-06-11 16:28 UTC 

[PATCH net-next] ibmvnic: fix kernel build warning in strncpy
 2021-06-11 16:28 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/xelpd: Enabling dithering after the CC1
 2021-06-11 16:29 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[GIT PULL] acpi-scan material for v5.14
 2021-06-11 16:28 UTC 

[PATCH v6 0/2] drivers/perf: hisi: Add support for PCIe PMU
 2021-06-11 16:23 UTC  (4+ messages)
` [PATCH v6 2/2] drivers/perf: hisi: Add driver for HiSilicon "

[PATCH v3 0/4] fpga: reorganize to subdirs
 2021-06-11 16:21 UTC  (10+ messages)
` [PATCH v3 1/4] fpga: dfl: reorganize to subdir layout
` [PATCH v3 2/4] fpga: xilinx: "
` [PATCH v3 3/4] fpga: altera: "
` [PATCH v3 4/4] fpga: lattice: "

[PATCH] fuse: fix illegal access to inode with reused nodeid
 2021-06-11 16:26 UTC  (2+ messages)

[RFC 0/9] gfs2: handle page faults during read and write
 2021-06-11 16:25 UTC  (6+ messages)
` [RFC 4/9] gfs2: Fix mmap + page fault deadlocks (part 1)
        ` [Cluster-devel] "

[PATCH 0/2] ref-manual: variables: document IMGDEPLOYDIR
 2021-06-11 16:24 UTC  (6+ messages)
` [PATCH 2/2] "
  ` [docs] "

[PATCH] Test comment for git-publish
 2021-06-11 16:23 UTC  (2+ messages)

[PATCH] cobalt: dovetail: fix SMP kernel boot on uniprocessor machine
 2021-06-11 16:24 UTC  (2+ messages)

[GIT PULL] ACPI fixes for v5.13-rc6
 2021-06-11 16:23 UTC 

stable-rc/queue/4.14 build: 193 builds: 0 failed, 193 passed, 64 warnings (v4.14.236-20-gdb14655bb4bf)
 2021-06-11 16:21 UTC 

[GIT PULL] (swiotlb) stable/for-linus-5.12
 2021-06-11 16:21 UTC  (7+ messages)
` swiotlb/caamjr regression (Was: [GIT PULL] (swiotlb) stable/for-linus-5.12)

[PATCH iproute2] uapi: add missing virtio related headers
 2021-06-11 16:21 UTC  (4+ messages)

[RFC v2 PATCH 0/7] Xilinx DMA enhancements and optimization
 2021-06-11 16:16 UTC  (7+ messages)
` [RFC v2 PATCH 5/7] dmaengine: xilinx_dma: Freeup active list based on descriptor completion bit

[PATCH v2] iommu/arm-smmu: Fix arm_smmu_device refcount leak when arm_smmu_rpm_get fails
 2021-06-11 16:15 UTC  (4+ messages)

[PATCH] KVM: x86/mmu: Calculate and check "full" mmu_role for nested MMU
 2021-06-11 16:19 UTC  (2+ messages)

Moving inband work off stack - remaing cases
 2021-06-11 16:19 UTC  (3+ messages)

[PATCH v9 00/20] Add support for 32-bit tasks on asymmetric AArch32 systems
 2021-06-11 16:15 UTC  (3+ messages)

[PATCH v2] iommu/arm-smmu: Fix arm_smmu_device refcount leak in address translation
 2021-06-11 16:15 UTC  (4+ messages)

[PATCH] perf/smmuv3: Don't trample existing events with global filter
 2021-06-11 16:15 UTC  (3+ messages)

[PATCH 0/2] arm64: insn: cleanups
 2021-06-11 16:15 UTC  (2+ messages)

[PATCH] efi_loader: check update capsule parameters
 2021-06-11 16:15 UTC 

[PATCH net-next 0/8][pull request] 100GbE Intel Wired LAN Driver Updates 2021-06-11
 2021-06-11 16:20 UTC  (9+ messages)
` [PATCH net-next 1/8] ice: add support for sideband messages
` [PATCH net-next 2/8] ice: process 1588 PTP capabilities during initialization
` [PATCH net-next 3/8] ice: add support for set/get of driver-stored firmware parameters
` [PATCH net-next 4/8] ice: add low level PTP clock access functions
` [PATCH net-next 5/8] ice: register 1588 PTP clock device object for E810 devices
` [PATCH net-next 6/8] ice: report the PTP clock index in ethtool .get_ts_info
` [PATCH net-next 7/8] ice: enable receive hardware timestamping
` [PATCH net-next 8/8] ice: enable transmit timestamps for E810 devices

[PATCH v4 0/7] drivers/perf: Use general macro to simplify event attributes
 2021-06-11 16:15 UTC  (3+ messages)

[PATCH v4 00/18] am335x, guardian: update board specific changes
 2021-06-11 16:13 UTC  (17+ messages)
` [PATCH v4 03/18] configs: am335x_guardian: add ubi fastmap support
` [PATCH v4 04/18] am335x, guardian: set tftp_load_addr in environment
` [PATCH v4 05/18] configs: am335x_guardian: add memtest configs
` [PATCH v4 06/18] am335x, guardian: Update pinmux configuration
` [PATCH v4 07/18] am335x, guardian: set environment variable autoload to no
` [PATCH v4 08/18] am335x, guardian: code cleanup and boot optimization
` [PATCH v4 09/18] configs: am335x_guardian: set boot delay
` [PATCH v4 10/18] configs: am335x_guardian: disable spl command
` [PATCH v4 11/18] am335x, guardian: update swi logic
` [PATCH v4 12/18] am335x, guardian: Enable backlight
` [PATCH v4 13/18] configs: am335x_guardian: Enable display config
` [PATCH v4 14/18] drivers: video: hx8238 fix build bug
` [PATCH v4 15/18] am335x, guardian: Enable panel driver Himax HX8238D
` [PATCH v4 16/18] am335x, guardian: software update available status is stored in AM3352 RTC scracth register
` [PATCH v4 17/18] configs: am335x_guardian: Enable bootcount nvmem support
` [PATCH v4 18/18] configs: am335x_guardian: add register maps support

[PATCH resend] mm/gup: fix try_grab_compound_head() race with split_huge_page()
 2021-06-11 16:15 UTC 

[PATCH] perf/x86/intel/lbr: Zero the xstate buffer on allocation
 2021-06-11 16:16 UTC  (2+ messages)

stable-rc/queue/5.4 build: 186 builds: 0 failed, 186 passed, 91 warnings (v5.4.125-37-g7cda316475cf)
 2021-06-11 16:15 UTC 

Config parsing of pcm_rate broken since 1.1.7 (at least for a52 pcm plugin)
 2021-06-11 16:14 UTC 


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.