All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-03-03 22:26:15 to 2020-03-03 23:38:55 UTC [more...]

[PATCH v28 00/22] Intel SGX foundations
 2020-03-03 23:36 UTC  (14+ messages)
` [PATCH v28 01/22] x86/sgx: Update MAINTAINERS
` [PATCH v28 02/22] x86/cpufeatures: x86/msr: Add Intel SGX hardware bits
` [PATCH v28 03/22] x86/cpufeatures: x86/msr: Intel SGX Launch Control "
` [PATCH v28 04/22] x86/mm: x86/sgx: Signal SIGSEGV with PF_SGX
` [PATCH v28 05/22] x86/sgx: Add SGX microarchitectural data structures
` [PATCH v28 06/22] x86/sgx: Add wrappers for ENCLS leaf functions
` [PATCH v28 07/22] x86/cpu/intel: Detect SGX supprt
` [PATCH v28 08/22] x86/sgx: Enumerate and track EPC sections
` [PATCH v28 09/22] x86/sgx: Add functions to allocate and free EPC pages
` [PATCH v28 10/22] mm: Introduce vm_ops->may_mprotect()
` [PATCH v28 11/22] x86/sgx: Linux Enclave Driver
` [PATCH v28 12/22] docs: x86/sgx: Document SGX micro architecture and kernel internals
` [PATCH v28 13/22] selftests/x86: Recurse into subdirectories

way to make do_devshell changes permanent?
 2020-03-03 23:38 UTC  (2+ messages)
` [yocto] "

FS Remounted RO due to false-positive for OOS?
 2020-03-03 23:36 UTC  (2+ messages)

[PATCH] mm: fork: fix kernel_stack memcg stats for various stack implementations
 2020-03-03 23:35 UTC 

[PATCH net-next] doc: sfp-phylink: correct code indentation
 2020-03-03 23:35 UTC  (2+ messages)

[GIT PULL] scheduler fix
 2020-03-03 23:35 UTC  (2+ messages)

[GIT PULL] x86 fixes
 2020-03-03 23:35 UTC  (2+ messages)

[GIT PULL] perf fixes
 2020-03-03 23:35 UTC  (2+ messages)

[GIT PULL] CIFS/SMB3 fixes
 2020-03-03 23:35 UTC  (2+ messages)

[GIT PULL] EFI fixes
 2020-03-03 23:35 UTC  (2+ messages)

[PATCH 0/5] Minimize the need to move the kernel in the EFI stub
 2020-03-03 23:34 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 5/5] efi/x86: Don't relocate the kernel unless necessary

[PATCH v3 00/14] Initial Prefixed Instruction support
 2020-03-03 23:31 UTC  (6+ messages)
` [PATCH v3 02/14] powerpc: Define new SRR1 bits for a future ISA version
` [PATCH v3 01/14] powerpc: Enable Prefixed Instructions

[PATCH v2] linux-user: Add AT_EXECFN auxval
 2020-03-03 23:29 UTC  (3+ messages)

[PATCH 0/6] remoteproc: qcom: Add callbacks for remoteproc events
 2020-03-03 23:30 UTC  (9+ messages)
` [PATCH 6/6] remoteproc: qcom: Add notification types to SSR

[PATCH] checks: Add 'dma-ranges' check
 2020-03-03 23:30 UTC  (2+ messages)

[dpdk-dev] [PATCH] net/bnx2x: add multicast MAC address filtering
 2020-03-03 23:28 UTC  (2+ messages)
` [dpdk-dev] [EXT] "

What's cooking in git.git (Mar 2020, #01; Tue, 3)
 2020-03-03 23:28 UTC  (5+ messages)

[PATCH 0/2] Update bind to lates ESV version 9.16
 2020-03-03 23:28 UTC  (3+ messages)
` [PATCH 2/2] bind: Update to latest "

[PATCH 00/12] DC Patches March 03, 2020
 2020-03-03 23:27 UTC  (13+ messages)
` [PATCH 01/12] drm/amd/display: update soc bb for nv14
` [PATCH 02/12] drm/amd/display: Add stay count and bstatus to HDCP log
` [PATCH 03/12] drm/amd/display: determine is mst hdcp based on stream instead of sink signal
` [PATCH 04/12] drm/amd/display: Add registry for mem pwr control
` [PATCH 05/12] drm/amd/display: Not check wm and clk change flag in optimized bandwidth
` [PATCH 06/12] drm/amd/display: Program DSC during timing programming
` [PATCH 07/12] drm/amd/display: determine rx id list bytes to read based on device count
` [PATCH 08/12] drm/amd/display: fix a minor HDCP logging error
` [PATCH 09/12] drm/amd/display: Stop if retimer is not available
` [PATCH 10/12] drm/amd/display: writing stereo polarity register if swapped
` [PATCH 11/12] drm/amd/display: separate FEC capability from fec debug flag
` [PATCH 12/12] drm/amd/display: 3.2.76

[PATCH v3 3/3] builtin/commit-graph.c: support '--input=none'
 2020-03-03 23:27 UTC 

[PATCH 1/2] trace: Export anonymous tracing
 2020-03-03 23:24 UTC  (6+ messages)
    ` [Intel-gfx] "

[PATCH v3 bpf-next 0/3] Convert BPF UAPI constants into enum values
 2020-03-03 23:24 UTC  (4+ messages)
` [PATCH v3 bpf-next 1/3] bpf: switch BPF UAPI #define constants used from BPF program side to enums

[PATCH nft] main: add more information to `nft -V`
 2020-03-03 23:23 UTC 

fs/buffer.c: WARNING: alloc_page_buffers while mke2fs
 2020-03-03 23:22 UTC  (8+ messages)

[PATCH bpf-next 0/7] Introduce BPF_MODIFY_RET tracing progs
 2020-03-03 23:21 UTC  (22+ messages)
` [PATCH bpf-next 1/7] bpf: Refactor trampoline update code
` [PATCH bpf-next 2/7] bpf: JIT helpers for fmod_ret progs
` [PATCH bpf-next 3/7] bpf: Introduce BPF_MODIFY_RETURN
` [PATCH bpf-next 4/7] bpf: Attachment verification for BPF_MODIFY_RETURN
` [PATCH bpf-next 5/7] tools/libbpf: Add support "
` [PATCH bpf-next 6/7] bpf: Add test ops for BPF_PROG_TYPE_TRACING
` [PATCH bpf-next 7/7] bpf: Add selftests for BPF_MODIFY_RETURN

Multilib conflicts in man pages
 2020-03-03 23:22 UTC 

[PATCH 4.19 00/87] 4.19.108-stable review
 2020-03-03 23:18 UTC  (2+ messages)

Translation of sender IP address
 2020-03-02 18:52 UTC  (2+ messages)

Cortex-m support
 2020-03-03 16:14 UTC  (6+ messages)

[Buildroot] [PATCH 1/1] package/wayland-protocols: bump to version 1.20
 2020-03-03 23:16 UTC 

[PATCH bpf 0/2] bpf: fix bpf_send_signal()/bpf_send_signal_thread() helper in NMI mode
 2020-03-03 23:15 UTC  (3+ messages)
` [PATCH bpf 1/2] "
` [PATCH bpf 2/2] bpf: avoid irq_work for bpf_send_signal() if CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG

[ndctl PATCH 27/36] ndctl/test: Relax dax_pmem_compat requirement
 2020-03-03 22:58 UTC  (3+ messages)
` [ndctl PATCH v2 1/2] ndctl/test: Cleanup test-vs-production nvdimm module detection
` [ndctl PATCH v2 2/2] ndctl/test: Relax dax_pmem_compat requirement

[PATCH v3 0/3] Add support for USBC PD FW download
 2020-03-03 23:14 UTC  (3+ messages)
` [PATCH v3 2/3] drm/amdgpu: Add USBC PD FW load to PSP 11

[PATCH 1/1] Added network namespacing support to wq-quick
 2020-03-03 10:35 UTC 

[PATCH] xen: Use 'unsigned int' instead of 'unsigned'
 2020-03-03 23:13 UTC  (6+ messages)
      ` [Xen-devel] "

[PATCH] fs/cifs/cifsacl: fix sid_to_id
 2020-03-03 23:13 UTC  (3+ messages)

[PATCH 5.4 000/152] 5.4.24-stable review
 2020-03-03 23:13 UTC  (2+ messages)

macOS Catalina failing https
 2020-03-01 22:28 UTC  (5+ messages)

[PATCH 1/2] x86/sgx: cleanup: Remove unused struct
 2020-03-03 23:12 UTC  (4+ messages)
` [PATCH 2/2] x86/sgx: Remove non-LC bit from sgx_einit()

Bug? Non-privileged processes can in some cases spoof the wrong sending IP
 2020-03-03 23:03 UTC 

[PATCH for-rc] nvme-rdma/nvmet-rdma: Allocate sufficient RW ctxs to match hosts pgs len
 2020-03-03 23:11 UTC  (9+ messages)

[PATCH] powerpc/64: BE option to use ELFv2 ABI for big endian kernels
 2020-03-03 23:09 UTC  (2+ messages)

[PATCH v4 lttng-ust 1/2] Introduce vtracef
 2020-03-03 23:10 UTC  (2+ messages)
` [PATCH v4 lttng-ust 2/2] Introduce vtracelog

[PATCH net-next v4 0/3] act_ct: Software offload of conntrack_in
 2020-03-03 23:10 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/wayland: bump to version 1.18.0
 2020-03-03 23:09 UTC 

[PATCH 0/3] xfs: fix errors in attr/directory scrubbers
 2020-03-03 23:06 UTC  (10+ messages)
` [PATCH 1/3] xfs: mark dir corrupt when lookup-by-hash fails
` [PATCH 2/3] xfs: mark extended attr "
` [PATCH 3/3] xfs: scrub should mark dir corrupt if entry points to unallocated inode

[PATCH v3 0/9] tty: serial: fsl_lpuart various fixes and LS1028A support
 2020-03-03 22:49 UTC  (6+ messages)
` [PATCH v3 8/9] arm64: dts: ls1028a: add "fsl,vf610-edma" compatible

[Buildroot] Beaglebone support
 2020-03-03 23:04 UTC  (3+ messages)

[PATCH 5.5 000/176] 5.5.8-stable review
 2020-03-03 23:01 UTC  (2+ messages)

[Buildroot] [PATCH v1] package/gst1-plugins-base: fix static linking
 2020-03-03 23:01 UTC  (2+ messages)

[dpdk-dev] [PATCH v2] net/bnx2x: handle guest vlan for SR-IOV case
 2020-03-03 23:01 UTC  (2+ messages)

[igt-dev] [PATCH V6] [PATCH i-g-t][V6] tests/i915/gem_ringfill:Added __for_each_physical_engine to utilize all available engines
 2020-03-03 23:00 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for tests/i915/gem_ringfill:Added __for_each_physical_engine to utilize all available engines. (rev6)

[Buildroot] [git commit] package/gst1-plugins-base: fix static linking
 2020-03-03 23:00 UTC 

[GIT PULL] Reset controller fixes for v5.6
 2020-03-03 22:59 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/classpath: drop package
 2020-03-03 22:59 UTC  (2+ messages)

[Buildroot] [PATCH] utils/genrandconfig: drop outdated python-nfc check
 2020-03-03 22:59 UTC 

[PATCH net] tun: fix ethtool_ops get_msglvl and set_msglvl handlers
 2020-03-03 22:59 UTC  (2+ messages)

[PATCH] NFS: Ensure security label is set for root inode
 2020-03-03 22:58 UTC 

stable-rc/linux-4.14.y boot: 49 boots: 2 failed, 46 passed with 1 untried/unknown (v4.14.172-62-g8de1005e3cf5)
 2020-03-03 22:57 UTC 

Yocto Project Long Term Support (LTS) Announced
 2020-03-03 22:57 UTC 

[igt-dev] [PATCH 0/6] Add igt tests for perf OA interrupts
 2020-03-03 22:57 UTC  (8+ messages)
` [igt-dev] [PATCH i-g-t 1/6] test/perf: Drop caches when closing perf stream
` [igt-dev] [PATCH i-g-t 2/6] include/drm-uapi: Update i915_drm.h for perf OA APIs
` [igt-dev] [PATCH i-g-t 3/6] tests/perf: new tests for parameterized OA buffer polling
` [igt-dev] [PATCH i-g-t 4/6] tests/perf: new tests for OA interrupt
` [igt-dev] [PATCH i-g-t 5/6] tests/perf: add flush data ioctl test
` [igt-dev] [PATCH i-g-t 6/6] tools: Enable interrupt support in i915 perf recorder

[PATCH 0/4] doc: --recurse-submodules
 2020-03-03 22:05 UTC  (5+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 3/5] doc: explain how to deactivate recurse.submodule completely

[PATCH 0/2] Add -Wunused to x86 boot module and fix build warning
 2020-03-03 22:56 UTC  (3+ messages)
` [PATCH 2/2] x86/boot/KASLR: Fix unused variable warning

[PATCH 1/1] blktrace: modify two scripts for python3
 2020-03-03 22:56 UTC 

[PATCHv7 00/15] remoteproc: updates for omap remoteproc support
 2020-03-03 22:56 UTC  (5+ messages)
` [PATCHv7 02/15] remoteproc/omap: Add device tree support
` [PATCHv7 03/15] remoteproc/omap: Add a sanity check for DSP boot address alignment

[PATCH bpf-next 0/3] add gso_size to __sk_buff
 2020-03-03 22:56 UTC  (2+ messages)

[PATCH] Documentation: driver-api/usb/writing_usb_driver.rst: Update documentation links
 2020-03-03 22:55 UTC 

[PATCH] octeontx2-af: fix spelling mistake "backpessure" -> "backpressure"
 2020-03-03 22:56 UTC  (3+ messages)

[Buildroot] [git commit] Config.in: drop BR2_NEEDS_HOST_{JAVAC, JAR}
 2020-03-03 22:55 UTC 

[PATCH 0/6] Misc MM patches
 2020-03-03 22:54 UTC  (5+ messages)
` [PATCH 3/6] mm: Remove CONFIG_TRANSPARENT_HUGE_PAGECACHE

[PATCH v1] net: dsa: sja1105: add 100baseT1_Full support
 2020-03-03 22:54 UTC  (2+ messages)

[PATCH] platform/x86: ISST: Fix wrong unregister type
 2020-03-03 22:53 UTC 

[Buildroot] [PATCH 1/1] package/jamvm: drop package
 2020-03-03 22:52 UTC  (2+ messages)

[PATCH] hibernate: unlock swap bdev for writing when uswsusp is active
 2020-03-03 22:51 UTC  (8+ messages)

[PATCH] efi/libstub/x86: use ULONG_MAX as upper bound for all allocations
 2020-03-03 22:50 UTC 

[PATCH 0/2] tools/power/x86/intel-speed-select: Bug fixes for
 2020-03-03 22:50 UTC  (3+ messages)
` [PATCH 1/2] tools/power/x86/intel-speed-select: Fix mailbox usage for CLOS_PM_QOS_CONFIG
` [PATCH 2/2] tools/power/x86/intel-speed-select: Fix last cpu number

[PATCH] ipv6: Use math to point per net sysctls into the appropriate struct net
 2020-03-03 22:50 UTC  (2+ messages)

[Buildroot] [git commit] package/classpath: drop package
 2020-03-03 22:49 UTC 

[PATCH 1/1] remote.c: fix handling of push:remote_ref
 2020-03-03 22:48 UTC  (6+ messages)
` [PATCH v2 0/2]
  ` [PATCH v2 2/2] remote.c: fix handling of %(push:remoteref)

[PATCH 1/4] drm/amdgpu/vcn: fix race condition issue for vcn start
 2020-03-03 22:48 UTC  (4+ messages)

[PATCH v2 0/4] rewrite mtk-quadspi spi-nor driver with spi-mem
 2020-03-03 22:47 UTC  (7+ messages)
` [PATCH v2 3/4] dt-bindings: convert mtk-quadspi binding doc for spi-mtk-nor

[Buildroot] [git commit] package/jamvm: drop package
 2020-03-03 22:47 UTC 

[PATCH net 0/3] Fix IPv6 peer route update
 2020-03-03 22:46 UTC  (2+ messages)

[PATCH] gitk: fix fatal error by dropping duplicated requests
 2020-03-03 22:39 UTC 

[PATCH 00/18] efi: clean up contents of struct efi
 2020-03-03 22:46 UTC  (10+ messages)
` [PATCH 16/18] efi: add 'runtime' pointer to "

[PULL V2 00/23] Net patches
 2020-03-03 22:44 UTC  (3+ messages)
` [PULL V2 01/23] dp8393x: Mask EOL bit from descriptor addresses

obmc-console design for multi host support
 2020-03-03 22:45 UTC  (9+ messages)

Nested submodule checkout
 2020-03-03 22:44 UTC  (8+ messages)
  ` Nested submodule status bug
      ` Spurious GIT_DIR set when in a worktree [was Re: Nested submodule status bug]
        ` GIT_DIR in aliases [Re: "

[PATCH net-next 0/2] devlink: Introduce devlink port flavour virtual
 2020-03-03 22:44 UTC  (3+ messages)
` [PATCH net-next 1/2] "

WARNING: at kernel/workqueue.c:1473 __queue_work+0x3b8/0x3d0
 2020-03-03 22:43 UTC  (12+ messages)

rcu_sched stalls on 4.14
 2020-03-03 22:41 UTC  (4+ messages)

[PATCH 00/61] KVM: x86: Introduce KVM cpu caps
 2020-03-03 22:41 UTC  (5+ messages)
` [PATCH 19/61] KVM: VMX: Add helpers to query Intel PT mode

Functionality vs Security
 2020-03-03 22:41 UTC  (8+ messages)

[PATCH bpf-next 0/3] Introduce pinnable bpf_link kernel abstraction
 2020-03-03 22:40 UTC  (13+ messages)

[PATCH v2 0/5] ti-sysc support for PRUSS
 2020-03-03 22:40 UTC  (3+ messages)
` [PATCH v2 1/5] dt-bindings: bus: ti-sysc: Add support for PRUSS SYSC type

[PATCH] dt-bindings: mfd: Fix typo in file name of twl-familly.txt
 2020-03-03 22:39 UTC  (2+ messages)

[PATCH] dt-bindings: mfd: tps65910: Improve grammar
 2020-03-03 22:38 UTC  (2+ messages)

[PATCH] dt-bindings: mfd: zii,rave-sp: Fix a typo ("onborad")
 2020-03-03 22:37 UTC  (2+ messages)

stable-rc/linux-5.4.y build: 199 builds: 1 failed, 198 passed, 1 error, 107 warnings (v5.4.23-153-g1254e88b4fc1)
 2020-03-03 22:37 UTC 

[PATCH -next v2] power/qos: annotate data races in pm_qos_*_value
 2020-03-03 22:37 UTC  (2+ messages)

[PATCH] dt-bindings: arm: Convert UniPhier System Cache to json-schema
 2020-03-03 22:36 UTC  (3+ messages)

stable-rc/linux-4.19.y boot: 60 boots: 1 failed, 57 passed with 2 untried/unknown (v4.19.107-88-g619f84afab6a)
 2020-03-03 22:34 UTC 

[Buildroot] [PATCH 1/1] package/nodejs: bump version to v12.16.1
 2020-03-03 22:31 UTC  (3+ messages)

[PATCH v2 1/5] docs: cpufreq: fix a broken reference
 2020-03-03 22:31 UTC  (2+ messages)

[PATCH] arch: arm64: xilinx: Make zynqmp_firmware driver optional
 2020-03-03 22:29 UTC  (4+ messages)

[rfc] dma-mapping: preallocate unencrypted DMA atomic pool
 2020-03-03 22:29 UTC  (7+ messages)
    ` [rfc 0/6] unencrypted atomic DMA pools with dynamic expansion
      ` [rfc 4/6] dma-remap: dynamically expanding atomic pools

[PATCH 0/2] Documentation of pack and repack
 2020-03-03 22:29 UTC  (7+ messages)
` [PATCH 1/2] doc: update the documentation of pack-objects "

[dpdk-dev] [PATCH 0/6] net/bnxt: bounds checking patches
 2020-03-03 22:28 UTC  (3+ messages)
` [dpdk-dev] [PATCH 1/6] eal: add portable way to check for math overflow

[PATCH v9 0/7] Introduce support for guest CET feature
 2020-03-03 22:28 UTC  (3+ messages)
` [PATCH v9 7/7] KVM: X86: Add user-space access interface for CET MSRs

[PATCH v2 0/4] cpuidle: psci: Some fixes when using the hierarchical layout
 2020-03-03 22:27 UTC  (3+ messages)

[PATCH][next] drm: i915_drm.h: Replace zero-length array with flexible-array member
 2020-03-03 22:06 UTC 

[PATCH][next] drm/i915: Replace zero-length array with flexible-array member
 2020-03-03 22:05 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.