All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-09-26 17:56:07 to 2019-09-26 18:47:02 UTC [more...]

[PATCH 00/29] vmlinux.lds.h: Refactor EXCEPTION_TABLE and NOTES
 2019-09-26 17:56 UTC  (22+ messages)
` [PATCH 01/29] powerpc: Rename "notes" PT_NOTE to "note"
` [PATCH 02/29] powerpc: Remove PT_NOTE workaround
` [PATCH 03/29] powerpc: Rename PT_LOAD identifier "kernel" to "text"
` [PATCH 04/29] alpha: "
` [PATCH 05/29] ia64: Rename PT_LOAD identifier "code" "
` [PATCH 06/29] s390: Move RO_DATA into "text" PT_LOAD Program Header
` [PATCH 07/29] x86: Restore "text" Program Header with dummy section
` [PATCH 08/29] vmlinux.lds.h: Provide EMIT_PT_NOTE to indicate export of .notes
` [PATCH 09/29] vmlinux.lds.h: Move Program Header restoration into NOTES macro
` [PATCH 10/29] vmlinux.lds.h: Move NOTES into RO_DATA
` [PATCH 12/29] vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATA
` [PATCH 13/29] vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATA
` [PATCH 14/29] vmlinux.lds.h: Allow EXCEPTION_TABLE to live in RO_DATA
` [PATCH 17/29] alpha: Move EXCEPTION_TABLE to RO_DATA segment
` [PATCH 18/29] arm64: "
` [PATCH 19/29] c6x: "
` [PATCH 20/29] h8300: "
` [PATCH 24/29] powerpc: "
` [PATCH 25/29] xtensa: "
` [PATCH 27/29] x86/mm: Report which part of kernel image is freed
` [PATCH 29/29] x86: Use INT3 instead of NOP for linker fill bytes

[PATCH V3] rwmem: Update to 2.0-rc2+
 2019-09-26 18:46 UTC 

[PULL 00/28] testing updates (docker,podman,tcg,alpha)
 2019-09-26 18:35 UTC  (12+ messages)
` [PULL 01/28] target/alpha: Use array for FPCR_DYN conversion
` [PULL 02/28] target/alpha: Fix SWCR_MAP_UMZ
` [PULL 03/28] target/alpha: Fix SWCR_TRAP_ENABLE_MASK
` [PULL 05/28] target/alpha: Write to fpcr_flush_to_zero once
` [PULL 07/28] target/alpha: Tidy helper_fp_exc_raise_s
` [PULL 09/28] tests/docker: add sanitizers back to clang build
` [PULL 10/28] tests/docker: fix DOCKER_PARTIAL_IMAGES
` [PULL 14/28] tests/tcg: clean-up some comments after the de-tangling
` [PULL 16/28] tests/tcg: add float_madds test to multiarch
` [PULL 17/28] tests/tcg: add generic version of float_convs
` [PULL 18/28] tests/tcg: add simple record/replay smoke test for aarch64

[alsa-devel] [PATCH 1/2] ASOC: Add ADAU7118 8 Channel PDM-to-I2S/TDM Converter driver
 2019-09-26 18:44 UTC  (6+ messages)
` [alsa-devel] [PATCH 2/2] dt-bindings: asoc: Add ADAU7118 documentation
    `  "
  ` [PATCH 1/2] ASOC: Add ADAU7118 8 Channel PDM-to-I2S/TDM Converter driver

[PATCH 0/1] git gui: fix staging a second line to a 1-line file
 2019-09-26 18:44 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH 1/2] ARM: dts: msm8974-FP2: Drop unused card-detect pin
 2019-09-26 18:44 UTC  (4+ messages)
` [PATCH 2/2] ARM: dts: msm8974-FP2: Increase load on l20 for sdhci

What's cooking in git.git (Sep 2019, #02; Wed, 18)
 2019-09-26 18:44 UTC  (4+ messages)
` git-gui contributions, was "

[PATCH] drm/amdgpu/gmc10: apply the 'invalidation from sdma' workaround for navi
 2019-09-26 18:44 UTC 

[PATCH 1/3] ACPI: Resolve objects on host-directed table loads
 2019-09-26 18:44 UTC  (7+ messages)
` [PATCH] ACPICA: make acpi_load_table() return table index
  ` [Devel] "

[Bug 108615] New: [NVE7] changing resolution causes blank screen
 2019-09-26 18:44 UTC  (2+ messages)
  ` [Bug 108615] "

makedumpfile: Fix divide by zero in print_report()
 2019-09-26 18:41 UTC 

[PATCH 1/3] drm/amdgpu: Export setup_vm_pt_regs() logic for gfxhub 2.0
 2019-09-26 18:41 UTC  (5+ messages)
` [PATCH 3/3] drm/amdkfd: Remove the control stack workaround for GFX10

Error in read.1p
 2019-09-26 18:17 UTC  (2+ messages)

DNS search domain support in wg-quick
 2019-09-26 18:40 UTC 

[PATCH i-g-t] i915/gem_ctx_isolation: Check nonpriv values are kept across switch
 2019-09-26 18:40 UTC  (3+ messages)
` [igt-dev] "
` [igt-dev] ✗ GitLab.Pipeline: warning for "

[meta-oe] [PATCH] renderdoc: add new recipe
 2019-09-26 18:39 UTC  (5+ messages)

[PATCH] rwmem: Update to 2.0-rc2+
 2019-09-26 18:38 UTC  (5+ messages)

[Xen-devel] [PATCH RFC for-4.13 00/10] xen/arm: XSA-201 and XSA-263 fixes
 2019-09-26 18:38 UTC  (11+ messages)
` [Xen-devel] [PATCH RFC for-4.13 01/10] xen/arm64: entry: Introduce a macro to generate guest vector and use it
` [Xen-devel] [PATCH RFC for-4.13 02/10] xen/arm64: head: Check if an SError is pending when receiving a vSError
` [Xen-devel] [PATCH RFC for-4.13 03/10] xen/arm: traps: Rework entry/exit from the guest path
` [Xen-devel] [PATCH RFC for-4.13 04/10] xen/arm: Ensure the SSBD workaround is re-enabled right after exiting a guest
` [Xen-devel] [PATCH RFC for-4.13 05/10] xen/arm: alternative: Remove unused parameter for alternative_if_not_cap
` [Xen-devel] [PATCH RFC for-4.13 06/10] xen/arm: Move ARCH_PATCH_INSN_SIZE out of the header livepatch.h
` [Xen-devel] [PATCH RFC for-4.13 07/10] xen/arm: Allow insn.h to be called from assembly
` [Xen-devel] [PATCH RFC for-4.13 08/10] xen/arm: alternative: add auto-nop infrastructure
` [Xen-devel] [PATCH RFC for-4.13 09/10] xen/arm: asm: Replace use of ALTERNATIVE with alternative_if
` [Xen-devel] [PATCH RFC for-4.13 10/10] xen/arm64: entry: Ensure the guest state is synced when receiving a vSError

[PATCH 1/6] drm/amdkfd: Move the control stack on GFX10 to userspace buffer
 2019-09-26 18:38 UTC  (6+ messages)
  ` [PATCH 2/6] drm/amdkfd: Delete unused defines
  ` [PATCH 3/6] drm/amdkfd: Use hex print format for pasid
  ` [PATCH 4/6] drm/amdkfd: Record vmid pasid mapping in the driver
  ` [PATCH 5/6] drm/amdkfd: Query vmid pasid mapping through stored info
  ` [PATCH 6/6] drm/amdkfd: Eliminate get_atc_vmid_pasid_mapping_valid

[RFC PATCH 0/1] KVM: VMX: Always sync CR3 to VMCS in nested_vmx_load_cr3
 2019-09-26 18:38 UTC  (3+ messages)
` [RFC PATCH] "

[alsa-devel] [PATCH v5 1/2] PCI: Add pci_pr3_present() helper to check Power Resource for D3hot
 2019-09-26 18:36 UTC  (3+ messages)
  `  "

[PATCH] binfmt_elf: Do not move brk for INTERP-less ET_EXEC
 2019-09-26 18:37 UTC  (3+ messages)

[PATCH] dt-bindings: timer: Use defines instead of numbers in Exynos MCT examples
 2019-09-26 18:36 UTC  (2+ messages)

[PATCH 0/4] xfsprogs: port utilities to bulkstat v5
 2019-09-26 18:36 UTC  (5+ messages)
` [PATCH 1/4] man: add documentation for v5 bulkstat ioctl
` [PATCH 2/4] man: add documentation for v5 inumbers ioctl

Question on LACP Bypass feature
 2019-09-26 18:35 UTC  (2+ messages)

[GIT PULL] usercopy fix for v5.4-rc1
 2019-09-26 18:35 UTC 

[PATCH 0/5] provide the XTAL clock via OF on Meson8/8b/8m2
 2019-09-26 18:34 UTC  (7+ messages)

[Bug 111819] When starting Signal or Steam via Flatpak: [gfxhub] retry page fault (src_id:0 ring:0 vmid:1 pasid:32770, for process X pid 2148 thread X:cs0 pid 2151) in page starting at address 0x0000000107720000 from 27, VM_L2_PROTECTION_FAULT_STATUS:0x00101031
 2019-09-26 18:34 UTC  (3+ messages)
` [Bug 111819] When starting Atom, "

[meta-networking][PATCH 1/2] spice: append -Wno-error=address-of-packed-member only for target
 2019-09-26 18:33 UTC  (2+ messages)

git-gui: automatically move focus to staged file before typing commit message?
 2019-09-26 18:33 UTC  (6+ messages)

[PATCH v4 1/2] soc/tegra: pmc: Query PCLK clock rate at probe time
 2019-09-26 18:33 UTC  (7+ messages)

[PATCH RFC] btrfs: relocation: Hunt down BUG_ON() in merge_reloc_roots()
 2019-09-26 18:33 UTC  (2+ messages)

[Bug 110886] After S3 resume, kernel: [drm:drm_atomic_helper_wait_for_flip_done [drm_kms_helper]] *ERROR* [CRTC:57:crtc-0] flip_done timed out
 2019-09-26 18:32 UTC  (4+ messages)
` [Bug 110886] After S3 resume, kernel: [drm] psp command failed and response status is (-65529) at 27th time of S3. 28th time of S3 freeze the system

[thud/master][PATCH v2] packagegroup-arago-tisdk-addons: replacing ipc-lld-fw
 2019-09-26 18:28 UTC 

[PATCH v2 net] sk_buff: drop all skb extensions on free and skb scrubbing
 2019-09-26 18:37 UTC 

[PATCH 0/3] Improve btrfs llseek implementation
 2019-09-26 18:28 UTC  (7+ messages)
` [PATCH 1/3] btrfs: Speed up btrfs_file_llseek
` [PATCH 2/3] btrfs: Simplify btrfs_file_llseek
` [PATCH 3/3] btrfs: Return offset from find_desired_extent

[PATCH v7 0/8] Add Qemu to SeaBIOS LCHS interface
 2019-09-26 18:26 UTC  (7+ messages)
` [PATCH v7 7/8] bootdevice: FW_CFG interface for LCHS values
  ` [SeaBIOS] "
` [PATCH v7 8/8] hd-geo-test: Add tests for lchs override
  ` [SeaBIOS] "

kernel BUG at drivers/md/persistent-data/dm-space-map-disk.c:178 with scsi_mod.use_blk_mq=y
 2019-09-26 18:27 UTC  (5+ messages)

[PATCH V2] rwmem: Update to 2.0-rc2+
 2019-09-26 18:26 UTC 

[alsa-devel] [PATCH 1/5] ASoC: amd: Registering device endpoints using MFD framework
 2019-09-26 23:07 UTC  (9+ messages)
  `  "
` [alsa-devel] [PATCH 3/5] ASoC: amd: Enabling two I2S instances
    `  "
` [alsa-devel] [PATCH 4/5] ASoC: amd: added pmops for pci driver
    `  "

[PATCH 1/6] drm/i915: Define explicit wedged on init reset state
 2019-09-26 18:24 UTC  (4+ messages)
` [PATCH 5/6] drm/i915: Don't use scratch in WA batch

[PATCH] vsock/virtio: add support for MSG_PEEK
 2019-09-26 18:23 UTC 

[PATCH] vsock/virtio: add support for MSG_PEEK
 2019-09-26 18:23 UTC 

[Buildroot] [PATCH 1/1] package/janus-gateway: enable parallel build
 2019-09-26 18:23 UTC 

[Qemu-devel] [Bug 1841990] [NEW] instruction 'denbcdq' misbehaving
 2019-09-26 17:57 UTC  (3+ messages)
` [Bug 1841990] "

[GIT PULL] SafeSetID LSM changes for 5.4
 2019-09-26 18:21 UTC  (7+ messages)

[rcu:dev.2019.09.23a 62/77] kernel/rcu/tree.c:2882 kfree_call_rcu() warn: inconsistent returns 'irqsave:flags'
 2019-09-26 18:19 UTC  (4+ messages)

[PATCH 00/19] hw/arm/raspi: Improve Raspberry Pi 2/3 reliability
 2019-09-26 17:34 UTC  (11+ messages)
` [PATCH 10/19] hw/timer/bcm2835: Add the BCM2835 SYS_timer
` [PATCH 13/19] hw/arm/raspi: Define various blocks base addresses
` [PATCH 14/19] python/qemu/machine: Allow to use other serial consoles than default
` [PATCH 15/19] tests/boot_linux_console: Extract the gunzip() helper
` [PATCH 16/19] tests/boot_linux_console: Add a test for the Raspberry Pi 2
` [PATCH 17/19] tests/boot_linux_console: Test the raspi2 UART1 (16550 based)
` [PATCH 18/19] tests/boot_linux_console: Boot Linux and run few commands on raspi3
` [PATCH 19/19] tests/boot_linux_console: Test SDHCI and termal sensor "

[PATCH] soc: qcom: socinfo: add missing soc_id sysfs entry
 2019-09-26 18:18 UTC  (5+ messages)

[thud/master][PATCH] ti-cgt7x: Update to version 1.2.0
 2019-09-26 18:17 UTC 

target/ppc: bug in optimised vsl/vsr implementation?
 2019-09-26 18:04 UTC 

[PATCH] bpf: clean up indentation issue
 2019-09-26 18:16 UTC  (3+ messages)

[PATCH iproute2(-next) v2 1/1] ip: fix ip route show json output for multipath nexthops
 2019-09-26 18:16 UTC  (3+ messages)

Is it required that regulator sensors implement threshold interfaces?
 2019-09-26 18:15 UTC 

[PATCH BlueZ v3 0/3] mesh: Fix Remote/Local dev key usage
 2019-09-26 18:14 UTC  (4+ messages)
` [PATCH BlueZ v3 1/3] mesh: Add remote boolean to DevKey transactions
` [PATCH BlueZ v3 2/3] mesh: Explicit Remote/Local Device key usage
` [PATCH BlueZ v3 3/3] mesh: Fix Key Ring permissions for local nodes

[PATCH net] sk_buff: drop all skb extensions on free and skb scrubbing
 2019-09-26 18:15 UTC  (4+ messages)

Are BPF tail calls only supposed to work with pinned maps?
 2019-09-26 18:14 UTC  (4+ messages)

[PATCH v3 00/33] testing/next (docker,tcg, alpha ;-)
 2019-09-26 17:38 UTC  (8+ messages)
` [PATCH v3 29/33] docker: remove 'deprecated' image definitions

[Buildroot] [PATCH 1/1] configs/imx6ullevk: add imx6ullevk support
 2019-09-26 18:14 UTC  (2+ messages)
` [Buildroot] [PATCH v2] configs/imx6ullevk: new defconfig board/freescale/imx6ullevk/readme.txt: new readme for the imx6ullevk board. DEVELOPERS: Add myself as the maintainer of imx6ullevk

[PATCH] drm/i915/huc: fix version parsing from CSS header
 2019-09-26 18:13 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

bringing back media/zoran driver
 2019-09-26 17:43 UTC  (2+ messages)
` [Mjpeg-users] "

[PATCH] rtlwifi: Remove excessive check in _rtl_ps_inactive_ps()
 2019-09-26 18:11 UTC  (3+ messages)
`  "

[PATCH] ipc/sem: Fix race between to-be-woken task and waker
 2019-09-26 18:12 UTC  (3+ messages)

[net-next v3 0/7] new PTP ioctl fixes
 2019-09-26 18:11 UTC  (16+ messages)
` [Intel-wired-lan] "
` [net-next v3 1/7] ptp: correctly disable flags on old ioctls
  ` [Intel-wired-lan] "
` [net-next v3 2/7] net: reject PTP periodic output requests with unsupported flags
  ` [Intel-wired-lan] "
` [net-next v3 3/7] mv88e6xxx: reject unsupported external timestamp flags
  ` [Intel-wired-lan] "
` [net-next v3 4/7] dp83640: "
  ` [Intel-wired-lan] "
` [net-next v3 5/7] igb: "
  ` [Intel-wired-lan] "
` [net-next v3 6/7] mlx5: "
  ` [Intel-wired-lan] "
` [net-next v3 7/7] renesas: "
  ` [Intel-wired-lan] "

[PATCH 1/2] clk: imx7ulp: update nic1_bus_clk parent info
 2019-09-26 18:10 UTC  (7+ messages)
` [PATCH 2/2] clk: imx: disable i.mx7ulp composite clock during initialization

[RFC 00/20] Intel RDMA/IDC Driver series
 2019-09-26 18:10 UTC  (8+ messages)
` [RFC 01/20] ice: Initialize and register multi-function device to provide RDMA
` [RFC 04/20] RDMA/irdma: Add driver framework definitions

copy_file_range() errno changes introduced in v5.3-rc1
 2019-09-26 18:07 UTC  (8+ messages)
        ` [LTP] "

[PATCH] drm/amdgpu/gmc10: apply the 'invalidation from sdma' workaround for navi
 2019-09-26 18:07 UTC  (4+ messages)

[PATCH] promisor-remote: skip move_to_tail when n=1
 2019-09-26 18:06 UTC  (4+ messages)

[PATCH 0/3] scan-build fixes
 2019-09-26 18:05 UTC  (4+ messages)
` [PATCH 1/3] commit-graph: remove a duplicate assignment

TCP_USER_TIMEOUT, SYN-SENT and tcp_syn_retries
 2019-09-26 18:03 UTC  (5+ messages)

[dpdk-dev] [PATCH 00/10] fix global variable multiple definitions
 2019-09-26 18:03 UTC  (4+ messages)
` [dpdk-dev] [PATCH 04/10] crypto/octeontx: "
  ` [dpdk-dev] [EXT] "

[Qemu-devel] [PATCH v5 0/4] colo: Add support for continuous replication
 2019-09-26 17:40 UTC  (3+ messages)
` [Qemu-devel] [PATCH v5 2/4] tests/test-replication.c: Add test for ignoring requests after failover
  `  "

[MODERATED] Re: [PATCH v4 03/10] TAAv4 3
 2019-09-26 17:57 UTC  (6+ messages)

[dpdk-dev] [PATCH v1 00/13] introduces ppfe network PMD
 2019-09-26 18:00 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2 "
  ` [dpdk-dev] [PATCH v2 03/13] doc: add guide for ppfe net PMD

[PATCH] staging: rtl8723bs: remove unused function write_cam_from_cache
 2019-09-26 17:59 UTC 

[dpdk-dev] [PATCH 1/2] crypto/dpaa_sec: support event crypto adapter
 2019-09-26 17:59 UTC  (3+ messages)
` [dpdk-dev] [PATCH 2/2] event/dpaa: "

[thud/master][PATCH] packagegroup-arago-tisdk-addons: replacing ipc-lld-fw
 2019-09-26 17:57 UTC  (2+ messages)

[PATCH rdma-core] kernel-boot: Tighten check if device is virtual
 2019-09-26 17:58 UTC  (3+ messages)

[PATCH] classes/reproducible_build: Move SDE deploy to another directory
 2019-09-26 17:57 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] xhci: Increase STS_SAVE timeout in xhci_suspend()
 2019-09-26 17:57 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.