All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-08-24 17:51:59 to 2020-08-24 18:36:22 UTC [more...]

[PATCH stable 4.19 v2 0/2] arm64: entry: Place an SB sequence following an ERET instruction
 2020-08-24 18:35 UTC  (6+ messages)
` [PATCH stable 4.19 v2 1/2] arm64: Add support for SB barrier and patch in over DSB; ISB sequences
` [PATCH stable 4.19 v2 2/2] arm64: entry: Place an SB sequence following an ERET instruction

[PATCH stable 4.14 v2 0/2] arm64: entry: Place an SB sequence following an ERET instruction
 2020-08-24 18:36 UTC  (3+ messages)
` [PATCH stable 4.14 v2 1/2] arm64: Add support for SB barrier and patch in over DSB; ISB sequences
` [PATCH stable 4.14 v2 2/2] arm64: entry: Place an SB sequence following an ERET instruction

[PATCH v7 00/10] Enable Linux guests on Hyper-V on ARM64
 2020-08-24 18:33 UTC  (9+ messages)
` [PATCH v7 07/10] arm64: hyperv: Initialize hypervisor on boot
` [PATCH v7 09/10] arm64: efi: Export screen_info

[GSoC][PATCH] submodule: port submodule subcommand 'add' from shell to C
 2020-08-24 18:35 UTC  (2+ messages)

[PATCH v3 1/4] dt-bindings: arm: fsl: Add binding for Variscite VAR-SOM-MX8MM module
 2020-08-24 18:33 UTC  (4+ messages)
` [PATCH v3 3/4] arm64: dts: imx8mm-var-som: Add Variscite VAR-SOM-MX8MM System on Module

[PATCH v2 0/9] IOASID extensions for guest SVA
 2020-08-24 18:34 UTC  (11+ messages)
` [PATCH v2 2/9] iommu/ioasid: Rename ioasid_set_data()
` [PATCH v2 3/9] iommu/ioasid: Introduce ioasid_set APIs

[PATCH v3 00/12] Allow userspace to manage MSRs
 2020-08-24 18:34 UTC  (10+ messages)
` [PATCH v3 05/12] KVM: x86: Add support for exiting to userspace on rdmsr or wrmsr

[PATCH 4.4 00/34] 4.4.234-rc2 review
 2020-08-24 18:34 UTC  (2+ messages)

[PATCH] afs: Use a pagevec in afs_writepages()
 2020-08-24 18:34 UTC 

[PATCH 0/2] drm/nouveau: Backport SOR/PIOR probing fixes for v5.8
 2020-08-24 18:32 UTC  (7+ messages)
  ` [PATCH 1/2] drm/nouveau/kms/nv50-: Program notifier offset before requesting disp caps
  ` [PATCH 2/2] drm/nouveau/kms/nv50-: Log SOR/PIOR caps

[RFC PATCH] drm/amdgpu: add support for user trap handlers
 2020-08-24 18:33 UTC  (3+ messages)

stable-rc/linux-4.19.y build: 206 builds: 0 failed, 206 passed, 94 warnings (v4.19.141-74-gd06cb8bccfe1)
 2020-08-24 18:31 UTC 

[PATCH 0/2] ARM: dts: aspeed: wedge40: fix a few nits
 2020-08-24 18:29 UTC  (9+ messages)
` [PATCH 1/2] ARM: dts: aspeed: wedge40: Update FMC flash0 label
` [PATCH 2/2] ARM: dts: aspeed: wedge40: Update UART4 pin settings

meson.build files are missing copyright/license headers
 2020-08-24 18:29 UTC  (2+ messages)

[PATCH v3 0/9] fix possible controller reset hangs in nvme-tcp/nvme-rdma
 2020-08-24 18:29 UTC  (2+ messages)

qemu-xen and bridge (xen 4.11)
 2020-08-24 18:29 UTC  (3+ messages)

[PATCH v5 0/2] Add new PHY APIs to framework to get/set PHY attributes
 2020-08-24 18:28 UTC  (3+ messages)
` [PATCH v5 1/2] phy: Add new PHY attribute max_link_rate and APIs "
` [PATCH v5 2/2] phy: cadence-torrent: Use kernel PHY API to set "

[PATCH v8 00/28] arm64: Memory Tagging Extension user-space support
 2020-08-24 18:27 UTC  (29+ messages)
` [PATCH v8 01/28] arm64: mte: system register definitions
` [PATCH v8 02/28] arm64: mte: Use Normal Tagged attributes for the linear map
` [PATCH v8 03/28] arm64: mte: CPU feature detection and initial sysreg configuration
` [PATCH v8 04/28] arm64: mte: Add specific SIGSEGV codes
` [PATCH v8 05/28] arm64: mte: Handle synchronous and asynchronous tag check faults
` [PATCH v8 06/28] mm: Add PG_arch_2 page flag
` [PATCH v8 07/28] mm: Preserve the PG_arch_2 flag in __split_huge_page_tail()
` [PATCH v8 08/28] arm64: mte: Clear the tags when a page is mapped in user-space with PROT_MTE
` [PATCH v8 09/28] arm64: mte: Tags-aware copy_{user_,}highpage() implementations
` [PATCH v8 10/28] arm64: Avoid unnecessary clear_user_page() indirection
` [PATCH v8 11/28] arm64: mte: Tags-aware aware memcmp_pages() implementation
` [PATCH v8 12/28] mm: Introduce arch_calc_vm_flag_bits()
` [PATCH v8 13/28] arm64: mte: Add PROT_MTE support to mmap() and mprotect()
` [PATCH v8 14/28] mm: Introduce arch_validate_flags()
` [PATCH v8 15/28] arm64: mte: Validate the PROT_MTE request via arch_validate_flags()
` [PATCH v8 16/28] mm: Allow arm64 mmap(PROT_MTE) on RAM-based files
` [PATCH v8 17/28] arm64: mte: Allow user control of the tag check mode via prctl()
` [PATCH v8 18/28] arm64: mte: Allow user control of the generated random tags "
` [PATCH v8 19/28] arm64: mte: Restore the GCR_EL1 register after a suspend
` [PATCH v8 20/28] arm64: mte: Allow {set,get}_tagged_addr_ctrl() on non-current tasks
` [PATCH v8 21/28] arm64: mte: ptrace: Add PTRACE_{PEEK,POKE}MTETAGS support
` [PATCH v8 22/28] arm64: mte: ptrace: Add NT_ARM_TAGGED_ADDR_CTRL regset
` [PATCH v8 23/28] fs: Handle intra-page faults in copy_mount_options()
` [PATCH v8 24/28] mm: Add arch hooks for saving/restoring tags
` [PATCH v8 25/28] arm64: mte: Enable swap of tagged pages
` [PATCH v8 26/28] arm64: mte: Save tags when hibernating
` [PATCH v8 27/28] arm64: mte: Kconfig entry
` [PATCH v8 28/28] arm64: mte: Add Memory Tagging Extension documentation

Server Power On mystery
 2020-08-24 18:28 UTC  (3+ messages)

[PATCH v5 0/9] fs: interface for directly reading/writing compressed data
 2020-08-24 18:28 UTC  (6+ messages)
` [PATCH man-pages v5] Document encoded I/O
` [PATCH v5 2/9] fs: add O_ALLOW_ENCODED open flag

New changes to bootimg-efi.py break some wic installer image methods
 2020-08-24 18:28 UTC 

[Bluez PATCH v3] adapter - Device needs to be in the temporary state after pairing failure
 2020-08-24 18:28 UTC  (2+ messages)
` [Bluez,v3] "

[PATCH 0/4] mm: Simplfy cow handling
 2020-08-24 18:22 UTC  (6+ messages)
` [PATCH 1/4] mm: Trial do_wp_page() simplification

[tpm2] [RELEASE] tpm2-pkcs11 1.4.0
 2020-08-24 18:27 UTC 

[PATCH v5] kernel/trace: Add DISALLOW_TRACE_PRINTK make option
 2020-08-24 18:26 UTC  (5+ messages)

[PATCH AUTOSEL 5.4 01/38] spi: stm32: clear only asserted irq flags on interrupt
 2020-08-24 18:25 UTC  (9+ messages)
` [PATCH AUTOSEL 5.4 34/38] drm/amdgpu: disable gfxoff for navy_flounder
` [PATCH AUTOSEL 5.4 35/38] Revert "drm/amdgpu: disable gfxoff for navy_flounder"

[PATCH AUTOSEL 5.7 01/54] spi: stm32: clear only asserted irq flags on interrupt
 2020-08-24 18:24 UTC  (9+ messages)
` [PATCH AUTOSEL 5.7 46/54] drm/amdgpu: disable gfxoff for navy_flounder
` [PATCH AUTOSEL 5.7 49/54] Revert "drm/amdgpu: disable gfxoff for navy_flounder"

[Bluez PATCH v2] adapter- Device needs to be in the temporary state after pairing failure
 2020-08-24 18:24 UTC  (3+ messages)

[PATCH v3 0/3] IB CM tracepoints
 2020-08-24 18:24 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/ipmitool: fix build with gcc 10
 2020-08-24 18:24 UTC 

LOOP_CONFIGURE ioctl doesn't work if lo_offset/lo_sizelimit are set
 2020-08-24 18:24 UTC  (2+ messages)

[PATCH AUTOSEL 5.8 01/63] spi: stm32: clear only asserted irq flags on interrupt
 2020-08-24 18:24 UTC  (11+ messages)
` [PATCH AUTOSEL 5.8 13/63] spi: stm32h7: fix race condition at end of transfer
` [PATCH AUTOSEL 5.8 14/63] spi: stm32: fix fifo threshold level in case of short transfer
` [PATCH AUTOSEL 5.8 52/63] drm/amdgpu: disable gfxoff for navy_flounder
` [PATCH AUTOSEL 5.8 58/63] Revert "drm/amdgpu: disable gfxoff for navy_flounder"

stable-rc/linux-4.14.y build: 201 builds: 0 failed, 201 passed, 66 warnings (v4.14.194-52-g376e60828efb)
 2020-08-24 18:23 UTC 

[RFC PATCH 0/8] fscrypt: avoid GFP_NOFS-unsafe key setup during transaction
 2020-08-24 18:21 UTC  (6+ messages)
` [RFC PATCH 1/8] fscrypt: add fscrypt_prepare_new_inode() and fscrypt_set_context()
      ` [f2fs-dev] "

[PATCH v2] mmc: sdhci: Don't enable presets while tuning
 2020-08-24 18:21 UTC 

+ mm-slub-fix-conversion-of-freelist_corrupted.patch added to -mm tree
 2020-08-24 18:21 UTC 

{standard input}:5973: Error: operand out of range (512 is not between -512 and 511)
 2020-08-24 18:21 UTC  (4+ messages)

[Buildroot] [PATCH v2, 1/1] package/kismet: fix build with gcc >= 9
 2020-08-24 18:21 UTC 

[ovmf test] 152743: all pass - PUSHED
 2020-08-24 18:20 UTC 

[to-be-updated] mm-slub-fix-conversion-of-freelist_corrupted.patch removed from -mm tree
 2020-08-24 18:20 UTC 

Invalid handshake initiation after peer reboot: bug?
 2020-08-24 18:19 UTC  (2+ messages)

[PATCH] commit: provide option to add Fixes tags to log
 2020-08-24 18:19 UTC  (2+ messages)

Re:Re: [PATCH] powerpc: Fix a bug in __div64_32 if divisor is zero
 2020-08-24 18:17 UTC  (4+ messages)

+ mm-oom_adj-dont-loop-through-tasks-in-__set_oom_adj-when-not-necessary.patch added to -mm tree
 2020-08-24 18:18 UTC 

[Buildroot] [PATCH 1/2] package/llvm: add BPF backend
 2020-08-24 18:17 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/bcc: new package

[Linux-kernel-mentees] [PATCH] net: usb: Fix uninit-was-stored issue in asix_read_cmd()
 2020-08-24 18:16 UTC  (3+ messages)
  `  "

[Intel-gfx] [PATCH] drm/i915/display: Add an extra vblank wait before fbc activation
 2020-08-24 18:16 UTC  (2+ messages)

[PATCH] xen/mm: Introduce CONFIG_M2P and provide common fallback logic
 2020-08-24 18:15 UTC 

x86/kprobes: kretprobe fails to triggered if kprobe at function entry is not optimized (trigger by int3 breakpoint)
 2020-08-24 18:15 UTC  (3+ messages)

[PATCH for-rc 0/6] RDMA/bnxt_re: Bug fixes
 2020-08-24 18:14 UTC  (7+ messages)
` [PATCH for-rc 1/6] RDMA/bnxt_re: Remove the qp from list only if the qp destroy succeeds
` [PATCH for-rc 2/6] RDMA/bnxt_re: Do not report transparent vlan from QP1
` [PATCH for-rc 3/6] RDMA/bnxt_re: Fix the qp table indexing
` [PATCH for-rc 4/6] RDMA/bnxt_re: Static NQ depth allocation
` [PATCH for-rc 5/6] RDMA/bnxt_re: Restrict the max_gids to 256
` [PATCH for-rc 6/6] RDMA/bnxt_re: Fix driver crash on unaligned PSN entry address

[PATCH] SELinux: Measure state and hash of policy using IMA
 2020-08-24 18:13 UTC  (3+ messages)

cleansstate
 2020-08-24 18:13 UTC  (5+ messages)
` [OE-core] cleansstate

[PATCH 0/8] drivers: phy: Constify static phy_ops structs
 2020-08-24 18:13 UTC  (3+ messages)
` [PATCH 5/8] phy: lantiq: vrx200-pcie: Constify ltq_vrx200_pcie_phy_ops

+ mm-rework-remote-memcg-charging-api-to-support-nesting.patch added to -mm tree
 2020-08-24 18:11 UTC 

[Intel-gfx] [PATCH] drm/i915/gt: Show engine properties in the pretty printer
 2020-08-24 18:11 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c:856:13: warning: Variable 'bp_result' is reassigned a value before the old one has been used
 2020-08-24 18:10 UTC 

[PATCH 1/8] drm/amdgpu: fix up DCHUBBUB_SDPIF_MMIO_CNTRL_0 handling
 2020-08-24 18:13 UTC  (3+ messages)
` [PATCH 8/8] drm/amdgpu: add a wrapper for atom asic_init

[PATCH 5.7 000/127] 5.7.18-rc2 review
 2020-08-24 18:09 UTC  (2+ messages)

[PATCH 4.14 00/51] 4.14.195-rc2 review
 2020-08-24 18:09 UTC  (2+ messages)

[PATCH 5.8 000/149] 5.8.4-rc2 review
 2020-08-24 18:09 UTC  (2+ messages)

[PATCH 5.4 000/109] 5.4.61-rc2 review
 2020-08-24 18:09 UTC  (2+ messages)

[PATCH 4.9 00/39] 4.9.234-rc2 review
 2020-08-24 18:09 UTC  (2+ messages)

[PATCH 4.19 00/73] 4.19.142-rc2 review
 2020-08-24 18:08 UTC  (2+ messages)

[PATCH 1/2] btrfs: qgroup: fix wrong qgroup metadata reserve for delayed inode
 2020-08-24 18:08 UTC  (4+ messages)
` [PATCH 2/2] btrfs: qgroup: fix qgroup meta rsv leak for subvolume operations

[tip:master] BUILD SUCCESS 21f294e9c2da915d0cebb747f64e2c08b24fbd93
 2020-08-24 18:07 UTC 

[Intel-wired-lan] [PATCH 0/4] igc: PTP tx fixes
 2020-08-24 18:07 UTC  (5+ messages)
` [Intel-wired-lan] [PATCH 4/4] igc: Fix race condition in PTP tx code

[GIT] Pull request: u-boot-clk (24.08.2020)
 2020-08-24 18:06 UTC  (2+ messages)

[Linux-kernel-mentees] Community Bridge Klever Project
 2020-08-24 18:04 UTC  (4+ messages)

[Intel-gfx] [Regression] "drm/i915: Implement display w/a #1143" breaks HDMI on ASUS GL552VW
 2020-08-24 18:04 UTC  (7+ messages)

+ memcg-fix-use-after-free-in-uncharge_batch.patch added to -mm tree
 2020-08-24 18:04 UTC 

[PATCH] seccomp: Use current_pt_regs()
 2020-08-24 18:03 UTC  (3+ messages)

[PATCH] linux-yocto/5.8: disable CONFIG_NFS_DISABLE_UDP_SUPPORT
 2020-08-24 18:02 UTC  (2+ messages)
` ✗ patchtest: failure for "

[linux-linus test] 152721: regressions - FAIL
 2020-08-24 18:01 UTC 

HDMI on Odroid-C4
 2020-08-24 18:01 UTC  (3+ messages)

[PATCH 1/2] ti: Use devtype=mmc instead of setenv devtype mmc
 2020-08-24 18:00 UTC  (2+ messages)
` [PATCH 2/2] am335x_evm: Allow booting from usb-storage device

[PATCH v3 0/7] net/ravb: Add support for explicit internal clock delay configuration
 2020-08-24 17:58 UTC  (11+ messages)
` [PATCH v3 1/7] dt-bindings: net: ethernet-controller: Add internal delay properties
` [PATCH v3 2/7] dt-bindings: net: renesas,ravb: Document internal clock "
` [PATCH v3 3/7] dt-bindings: net: renesas,etheravb: Convert to json-schema
` [PATCH v3 4/7] ravb: Split delay handling in parsing and applying
` [PATCH v3 5/7] ravb: Add support for explicit internal clock delay configuration

[PATCH 0/9] btrfs: implement send/receive of compressed extents without decompressing
 2020-08-24 17:57 UTC  (6+ messages)
` [PATCH 6/9] btrfs: send: write larger chunks when using stream v2
` [PATCH 8/9] btrfs: send: send compressed extents with encoded writes

[linux-next:master] BUILD REGRESSION d8be0e12a522d53a45f85fb241ffd06108d40b03
 2020-08-24 17:55 UTC 

[PATCH 0/3] index-pack threading defaults
 2020-08-24 17:55 UTC  (5+ messages)
` [PATCH 3/3] index-pack: adjust default threading cap

[RFC v2 0/1] implement support for negative refspecs
 2020-08-24 17:55 UTC  (4+ messages)
` [RFC v2 1/1] refspec: add "

[PATCH 0/5] bio: Direct IO: convert to pin_user_pages_fast()
 2020-08-24 17:54 UTC  (4+ messages)
` [PATCH 5/5] fs/ceph: use pipe_get_pages_alloc() for pipe

[RFC] security: replace indirect calls with static calls
 2020-08-24 17:54 UTC  (6+ messages)

[GSoC][PATCH v2 0/5] submodule: port subcommand 'summary' from shell to C
 2020-08-24 17:54 UTC  (4+ messages)
` [GSoC][PATCH v3 0/4] "
  ` [PATCH v3 4/4] submodule: port submodule "

[PATCH 1/2] Add a manpage for watch_queue(7)
 2020-08-24 17:54 UTC  (6+ messages)

[PATCH AUTOSEL 4.9 1/8] jbd2: make sure jh have b_transaction set in refile/unfile_buffer
 2020-08-24 16:39 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 5/8] scsi: ufs: Fix possible infinite loop in ufshcd_hold

[PATCH AUTOSEL 4.14 01/11] jbd2: make sure jh have b_transaction set in refile/unfile_buffer
 2020-08-24 16:39 UTC  (5+ messages)
` [PATCH AUTOSEL 4.14 07/11] scsi: ufs: Fix possible infinite loop in ufshcd_hold
` [PATCH AUTOSEL 4.14 09/11] scsi: ufs: Clean up completed request without interrupt notification

[PATCH v5 00/10] preallocate filter
 2020-08-24 17:52 UTC  (3+ messages)
` [PATCH v5 07/10] block: introduce "

WARNING: kernel stack regs at 00000000d9dac8ad in fork13:28354 has bad 'bp' value 0000000000000000
 2020-08-24 17:53 UTC  (2+ messages)

[PATCH 1/1] netfilter: nat: add range checks for access to nf_nat_l[34]protos[]
 2020-08-24 17:52 UTC  (5+ messages)
` [PATCH 0/1] Netfilter OOB memory access security patch


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.