All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-06-14 15:26:08 to 2021-06-14 15:53:49 UTC [more...]

[meta-oe][dunfell][PATCH] ntp: add CVE-2016-9312 to allowlist
 2021-06-14 15:53 UTC  (2+ messages)
` [OE-core] "

remove the implicit .set_page_dirty default
 2021-06-14 15:53 UTC  (6+ messages)
` [PATCH 1/3] fs: unexport __set_page_dirty

[gitlab] Renamed issue labels for target architecture
 2021-06-14 15:11 UTC  (2+ messages)

[PATCH V4 1/2] dt-bindings: pinctrl: qcom: sm6125: Document SM6125 pinctrl driver
 2021-06-14 15:52 UTC  (3+ messages)
` [PATCH V4 2/2] drivers: qcom: pinctrl: Add pinctrl driver for sm6125

[PATCH v2 00/33] arm64: zynqmp: Extend board description
 2021-06-14 15:25 UTC  (55+ messages)
` [PATCH v2 01/33] arm64: zynqmp: Disable CCI by default
` [PATCH v2 02/33] arm64: zynqmp: Do not duplicate flash partition label property
` [PATCH v2 03/33] arm64: zynqmp: Enable fpd_dma for zcu104 platforms
` [PATCH v2 04/33] arm64: zynqmp: Fix irps5401 device nodes
` [PATCH v2 05/33] arm64: zynqmp: Add pinctrl description for all boards
` [PATCH v2 06/33] arm64: zynqmp: Correct zcu111 psgtr description
` [PATCH v2 07/33] arm64: zynqmp: Wire psgtr for zc1751-xm015
` [PATCH v2 08/33] arm64: zynqmp: Correct psgtr description for zcu100-revC
` [PATCH v2 09/33] arm64: zynqmp: Add phy description for usb3.0
` [PATCH v2 10/33] arm64: zynqmp: Disable WP on zcu111
` [PATCH v2 11/33] arm64: zynqmp: Add missing SMID for pcie to zynqmp.dtsi
` [PATCH v2 12/33] arm64: zynqmp: Add missing mio-bank properties to dc1 and dc5
` [PATCH v2 13/33] arm64: zynqmp: Wire DP and DPDMA for dc1/dc4
` [PATCH v2 14/33] arm64: zynqmp: Enable nand driver for dc2 and dc3
` [PATCH v2 15/33] arm64: zynqmp: Remove additional newline
` [PATCH v2 16/33] arm64: zynqmp: Move clock node to zynqmp-clk-ccf.dtsi
` [PATCH v2 17/33] arm64: zynqmp: Add nvmem alises for eeproms
` [PATCH v2 18/33] arm64: zynqmp: List reset property for ethernet phy
` [PATCH v2 19/33] arm64: zynqmp: Add reset-on-timeout to all boards and modify default timeout value
` [PATCH v2 20/33] arm64: zynqmp: Remove can aliases from zc1751
` [PATCH v2 21/33] arm64: zynqmp: Move DP nodes to the end of file on zcu106
` [PATCH v2 22/33] arm64: zynqmp: Add note about UHS mode on some boards
` [PATCH v2 23/33] arm64: zynqmp: Update rtc calibration value
` [PATCH v2 24/33] arm64: zynqmp: Remove information about dma clock on zcu106
` [PATCH v2 25/33] arm64: zynqmp: Wire qspi on multiple boards
` [PATCH v2 26/33] arm64: zynqmp: Move rtc to different location on zcu104-revA
` [PATCH v2 27/33] arm64: zynqmp: Add reset description for sata
` [PATCH v2 28/33] arm64: zynqmp: Sync psgtr node location with zcu104-revA
` [PATCH v2 29/33] arm64: zynqmp: Remove description for 8T49N287 and si5382 chips
` [PATCH v2 30/33] arm64: zynqmp: Add support for zcu102-rev1.1 board
` [PATCH v2 31/33] arm64: zynqmp: Enable xlnx,zynqmp-dwc3 driver for xilinx boards
` [PATCH v2 32/33] arm64: zynqmp: Add psgtr description to zc1751 dc1 board
` [PATCH v2 33/33] arm64: zynqmp: Add support for Xilinx Kria SOM board

[PATCH 4/4] driver core: Allow showing cpu as offline if not valid in cpuset context
 2021-06-14 15:52 UTC  (2+ messages)

[PATCH v2 00/57] target/arm: First slice of MVE implementation
 2021-06-14 15:10 UTC  (38+ messages)
` [PATCH v2 15/57] target/arm: Implement MVE VCLS
` [PATCH v2 19/57] target/arm: Implement MVE VABS
` [PATCH v2 20/57] target/arm: Implement MVE VNEG
` [PATCH v2 21/57] tcg: Make gen_dup_i32() public
` [PATCH v2 22/57] target/arm: Implement MVE VDUP
` [PATCH v2 23/57] target/arm: Implement MVE VAND, VBIC, VORR, VORN, VEOR
` [PATCH v2 24/57] target/arm: Implement MVE VADD, VSUB, VMUL
` [PATCH v2 25/57] target/arm: Implement MVE VMULH
` [PATCH v2 27/57] target/arm: Implement MVE VMAX, VMIN
` [PATCH v2 28/57] target/arm: Implement MVE VABD
` [PATCH v2 29/57] target/arm: Implement MVE VHADD, VHSUB
` [PATCH v2 30/57] target/arm: Implement MVE VMULL
` [PATCH v2 31/57] target/arm: Implement MVE VMLALDAV
` [PATCH v2 32/57] target/arm: Implement MVE VMLSLDAV
` [PATCH v2 33/57] include/qemu/int128.h: Add function to create Int128 from int64_t
` [PATCH v2 34/57] target/arm: Implement MVE VRMLALDAVH, VRMLSLDAVH
` [PATCH v2 35/57] target/arm: Implement MVE VADD (scalar)
` [PATCH v2 36/57] target/arm: Implement MVE VSUB, VMUL (scalar)
` [PATCH v2 37/57] target/arm: Implement MVE VHADD, VHSUB (scalar)
` [PATCH v2 38/57] target/arm: Implement MVE VBRSR
` [PATCH v2 39/57] target/arm: Implement MVE VPST
` [PATCH v2 40/57] target/arm: Implement MVE VQADD and VQSUB
` [PATCH v2 41/57] target/arm: Implement MVE VQDMULH and VQRDMULH (scalar)
` [PATCH v2 42/57] target/arm: Implement MVE VQDMULL scalar
` [PATCH v2 43/57] target/arm: Implement MVE VQDMULH, VQRDMULH (vector)
` [PATCH v2 44/57] target/arm: Implement MVE VQADD, VQSUB (vector)
` [PATCH v2 45/57] target/arm: Implement MVE VQSHL (vector)
` [PATCH v2 46/57] target/arm: Implement MVE VQRSHL
` [PATCH v2 47/57] target/arm: Implement MVE VSHL insn
` [PATCH v2 48/57] target/arm: Implmement MVE VRSHL
` [PATCH v2 49/57] target/arm: Implement MVE VQDMLADH and VQRDMLADH
` [PATCH v2 51/57] target/arm: Implement MVE VQDMULL (vector)
` [PATCH v2 52/57] target/arm: Implement MVE VRHADD
` [PATCH v2 53/57] target/arm: Implement MVE VADC, VSBC
` [PATCH v2 54/57] target/arm: Implement MVE VCADD
` [PATCH v2 55/57] target/arm: Implement MVE VHCADD
` [PATCH v2 56/57] target/arm: Implement MVE VADDV

[meta-oe][dunfell][PATCH] protobuf: Whitelist CVE-2015-5237
 2021-06-14 15:52 UTC  (2+ messages)
` [OE-core] "

post-receive: pub/scm/linux/kernel/git/device-mapper/linux-dm
 2021-06-14 15:52 UTC 

[PATCH 0/3] Fix uninitialised reads found with MSAN
 2021-06-14 15:51 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] bulk-checkin: make buffer reuse more obvious and safer
  ` [PATCH v2 2/3] split-index: use oideq instead of memcmp to compare object_id's
  ` [PATCH v2 3/3] builtin/checkout--worker: zero-initialise struct to avoid MSAN complaints

post-receive: pub/scm/linux/kernel/git/device-mapper/linux-dm
 2021-06-14 15:52 UTC 

[RFC PATCH 0/5] pgo: Add PGO support for module profile data
 2021-06-14 15:50 UTC  (3+ messages)
` [RFC PATCH 5/5] pgo: Cleanup code in pgo/fs.c

Kernel 5.12.10 and 5.12.9 freezing after boot-up with while sound output is looping
 2021-06-14 15:12 UTC  (6+ messages)

[PATCH net] qmi_wwan: Clone the skb when in pass-through mode
 2021-06-14 15:49 UTC  (3+ messages)

[PATCH wireless-drivers-next 1/4] net: wlcore: tidy up use of fw_log.actual_buff_size
 2021-06-14 15:49 UTC  (2+ messages)
` [wireless-drivers-next,1/4] "

post-receive: pub/scm/linux/kernel/git/kvalo/wireless-drivers-next
 2021-06-14 15:50 UTC 

[PATCH 2/2] drm/panel: s6e63m0: Switch to DBI abstraction for SPI
 2021-06-14 15:49 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/axboe/blktrace
 2021-06-14 15:50 UTC 

[PATCH 1/2] drm/dbi: Support DBI typec1 read operations
 2021-06-14 15:49 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/axboe/blktrace
 2021-06-14 15:50 UTC 

[PATCH] block/nvme: Fix VFIO_MAP_DMA failed: No space left on device
 2021-06-14 15:25 UTC  (2+ messages)

[dpdk-dev] [Bug 734] memif driver crashes when there's different N of TX and RX queues
 2021-06-14 15:49 UTC 

[PATCH v3 0/3] Add allowed CPU capacity knowledge to EAS
 2021-06-14 15:48 UTC  (4+ messages)
` [PATCH v3 2/3] sched/fair: Take thermal pressure into account while estimating energy

[dpdk-dev] [PATCH] parray: introduce internal API for dynamic arrays
 2021-06-14 15:48 UTC  (7+ messages)

[PATCH] wlcore/wl12xx: Fix wl12xx get_mac error if device is in ELP
 2021-06-14 15:47 UTC  (2+ messages)

[PATCH] wlcore: use DEVICE_ATTR_<RW|RO> macro
 2021-06-14 15:47 UTC  (2+ messages)

[PATCH -tip v7 00/13] kprobes: Fix stacktrace with kretprobes on x86
 2021-06-14 15:46 UTC  (3+ messages)
` [PATCH -tip v7 03/13] kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()

[PATCH v9] pgo: add clang's Profile Guided Optimization infrastructure
 2021-06-14 15:46 UTC  (13+ messages)

[PATCH v7] ACPI / APEI: fix the regression of synchronous external aborts occur in user-mode
 2021-06-14 15:46 UTC  (2+ messages)

[PATCH] swiotlb-xen: override common mmap and get_sgtable dma ops
 2021-06-14 15:45 UTC  (5+ messages)

[PATCH 0/8] all: use find_next_*_bit() instead of find_first_*_bit() where possible
 2021-06-14 15:45 UTC  (3+ messages)
` [PATCH 5/8] lib: add find_first_and_bit()

[OE-core] [meta-oe][dunfell][PATCH] protobuf: Whitelist CVE-2015-5237
 2021-06-14 15:45 UTC 

[PATCH v2] x86/resctrl: Fix kernel-doc in internal.h
 2021-06-14 15:44 UTC 

[PATCH 0/4] Add USB2 support for rk3568
 2021-06-14 15:43 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: phy: rockchip: USB2: remove useless #phy-cells property
` [PATCH 2/4] dt-bindings: phy: rockchip: USB2: Add compatible for rk3568
` [PATCH 3/4] PHY: rockchip: USB2: Allow 64 bits reg property
` [PATCH 4/4] phy: rockchip: USB2: Add support for rk3568

[PATCH RFCv3 0/3] make '%pD' print full path for file
 2021-06-14 15:44 UTC  (5+ messages)
` [PATCH RFCv3 2/3] lib/vsprintf.c: make %pD "
` [PATCH RFCv3 3/3] lib/test_printf: add test cases for '%pD'

[PATCH v2 00/18] modules: add metadata database
 2021-06-14 15:21 UTC  (4+ messages)
` [PATCH v2 02/18] qapi: add ModuleInfo schema

post-receive: pub/scm/linux/kernel/git/kvalo/ath
 2021-06-14 15:43 UTC 

[PATCH] quota: finish disable quotactl_path syscall
 2021-06-14 15:37 UTC 

[PATCH 2/3] afs: Fix afs_write_end() to handle short writes
 2021-06-14 15:43 UTC  (5+ messages)
` [PATCH 1/3] afs: Handle len being extending over page end in write_begin/write_end

[PATCH] freezer,sched: Rewrite core freezer logic
 2021-06-14 15:42 UTC  (2+ messages)

[PATCH] arm64: mm: Pass origial fault address to handle_mm_fault()
 2021-06-14 15:42 UTC  (2+ messages)

[PATCH 0/7] replace all use of strftime() with g_date_time_format()
 2021-06-14 15:41 UTC  (4+ messages)
` [PATCH 5/7] io: use GDateTime for formatting timestamp for websock headers
    ` [Virtio-fs] "

[PATCH] ath10k: Fix an error code in ath10k_add_interface()
 2021-06-14 15:40 UTC  (2+ messages)

+ mm-slubc-include-swabh.patch added to -mm tree
 2021-06-14 15:39 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/tglx/devel
 2021-06-14 15:40 UTC 

post-receive: pub/scm/linux/kernel/git/rafael/linux-pm
 2021-06-14 15:39 UTC 

[PATCH v1 0/2] firmware: dmi_scan: Make it work in kexec'ed kernel
 2021-06-14 15:38 UTC  (12+ messages)

[PATCH] net: usb: fix possible use-after-free in smsc75xx_bind
 2021-06-14 15:37 UTC 

[PATCH] kprobes: Print an error if probe is rejected
 2021-06-14 15:37 UTC  (7+ messages)

[linux-next:master 6674/9209] arch/powerpc/kernel/tau_6xx.c:204:30: error: too many arguments for format
 2021-06-14 15:37 UTC 

[PATCH kvmtool 0/4] arm/arm64: PCI Express 1.1 support
 2021-06-14 15:38 UTC  (6+ messages)
` [PATCH kvmtool 2/4] arm/fdt.c: Warn if MMIO device doesn't provide a node generator

[PATCH bpf-next 0/3] XDP bonding support
 2021-06-14 15:37 UTC  (4+ messages)

[dpdk-dev] [RFC] lib/ethdev: add dev configured flag
 2021-06-14 15:37 UTC  (2+ messages)

[x86/fpu] 190757bfda: invalid_opcode:#[##]
 2021-06-14 15:37 UTC  (2+ messages)

[GIT PULL FOR v5.14] media: v4l2: compat ioctl fixes
 2021-06-14 15:41 UTC  (2+ messages)
` [GIT PULL FOR v5.14] media: v4l2: compat ioctl fixes (#75067)

[PATCH 5.10 000/131] 5.10.44-rc1 review
 2021-06-14 15:36 UTC  (2+ messages)

[PATCH 1/1] dma: coherent: check no-map property for arm64
 2021-06-14 15:36 UTC  (8+ messages)

[PATCH] acpi: sysfs: Fixed a control flow style issue
 2021-06-14 15:36 UTC  (2+ messages)

[PATCH v2] cmd: net: add a 'net list' command to list network devs
 2021-06-14 15:36 UTC  (4+ messages)

[igt-dev] [PATCH i-g-t 1/2] tests/amdgpu: Introduced new amdgpu module reload test
 2021-06-14 15:35 UTC  (2+ messages)
` [igt-dev] [PATCH i-g-t 2/2] tests/amdgpu: Fix typo in amd_module_load

[PATCH 0/4] merge: cleanups and fix
 2021-06-14 15:34 UTC  (3+ messages)
` [PATCH 4/4] xdiff/xmerge: fix chg0 initialization

[PATCH v6 01/12] wcn36xx: Return result of set_power_params in suspend
 2021-06-14 15:36 UTC  (4+ messages)

post-receive: pub/scm/linux/kernel/git/cel/linux
 2021-06-14 15:34 UTC 

[igt-dev] [PATCH i-g-t] prime_udl: Add test description
 2021-06-14 15:33 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/cel/linux
 2021-06-14 15:34 UTC 

[cip-dev] cip/linux-4.4.y-cip build: 117 builds: 0 failed, 117 passed, 11 warnings (v4.4.272-cip58) #kernelci
 2021-06-14 15:33 UTC 

[RFC PATCH v2 00/11] riscv: Add DMA_COHERENT support for Allwinner D1
 2021-06-14 15:33 UTC  (5+ messages)
` [RFC PATCH v2 09/11] riscv: soc: Initial DTS for Allwinner D1 NeZha board

[RFC PATCH V3 00/11] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-06-14 15:33 UTC  (13+ messages)
` [RFC PATCH V3 08/11] swiotlb: Add bounce buffer remap address setting function
` [RFC PATCH V3 10/11] HV/Netvsc: Add Isolation VM support for netvsc driver

[ovmf test] 162799: regressions - FAIL
 2021-06-14 15:32 UTC 

[PATCH] proc: Track /proc/$pid/attr/ opener mm_struct
 2021-06-14 15:32 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t 00/93] Stop depending on context mutation (v4)
 2021-06-14 15:32 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.BUILD: failure for Stop depending on context mutation (rev7)

[PATCH] MAINTAINERS: Add maintainers for DHCOM i.MX6 and DHCOM/DHCOR STM32MP1
 2021-06-14 15:31 UTC  (2+ messages)

[PATCH] apci: sysfs: Fixed void function style code issues
 2021-06-14 15:30 UTC  (2+ messages)

[RFC PATCH v4 00/11] Introduce vfio-pci-core subsystem
 2021-06-14 15:27 UTC  (9+ messages)
` [PATCH 09/11] PCI: add matching checks for driver_override binding

post-receive: pub/scm/linux/kernel/git/kvalo/ath
 2021-06-14 15:30 UTC 

post-receive: pub/scm/linux/kernel/git/kvalo/ath
 2021-06-14 15:30 UTC 

Short process stall after assigning it to a cgroup
 2021-06-14 15:29 UTC 

[PATCH v2] rtw_security: fix cast to restricted __le32
 2021-06-14 15:27 UTC  (5+ messages)

[cip-dev] cip/linux-4.19.y-cip build: 123 builds: 0 failed, 123 passed, 38 warnings (v4.19.194-cip51) #kernelci
 2021-06-14 15:28 UTC 

[PATCH] wcn36xx: Move hal_buf allocation to devm_kmalloc in probe
 2021-06-14 15:27 UTC  (2+ messages)

[PATCH -next] ACPI: sysfs: fix doc warnings in device_sysfs.c
 2021-06-14 15:26 UTC  (2+ messages)

[RFC PATCH v2 0/8] Support DEVICE_GENERIC memory in migrate_vma_*
 2021-06-14 15:26 UTC  (5+ messages)
` [RFC PATCH v2 1/8] ext4/xfs: add page refcount helper


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.