All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-10-12 20:39:56 to 2020-10-12 21:02:58 UTC [more...]

[PATCH v5 00/29] Add support for Clang LTO
 2020-10-12 21:02 UTC  (7+ messages)
` [PATCH v5 25/29] arm64: allow LTO_CLANG and THINLTO to be selected

[PULL v2 00/38] SCSI, qdev, qtest, meson patches for 2020-10-10
 2020-10-12 20:33 UTC  (30+ messages)
` [PULL 04/38] chardev: Move the creation of the library to the main meson.build
` [PULL 08/38] authz: "
` [PULL 09/38] qom: "
` [PULL 10/38] hw/nvram: Always register FW_CFG_DATA_GENERATOR_INTERFACE
` [PULL 12/38] exec: split out non-softmmu-specific parts
` [PULL 13/38] qom: fix objects with improper parent type
` [PULL 14/38] docs: Move QTest documentation to its own document
` [PULL 16/38] docs/devel/qtest: Include libqtest API reference
` [PULL 17/38] qtest: unify extra_qtest_srcs and extra_qtest_deps
` [PULL 18/38] docs/devel: update instruction on how to add new unit tests
` [PULL 19/38] build-sys: fix git version from -version
` [PULL 20/38] meson.build: Re-enable KVM support for MIPS
` [PULL 21/38] qtest: rename qtest_qmp_receive to qtest_qmp_receive_dict
` [PULL 22/38] qtest: Reintroduce qtest_qmp_receive with QMP event buffering
` [PULL 23/38] qtest: remove qtest_qmp_receive_success
` [PULL 24/38] device-plug-test: use qtest_qmp to send the device_del command
` [PULL 25/38] qtest: switch users back to qtest_qmp_receive
` [PULL 26/38] qtest: check that drives are really appearing and disappearing
` [PULL 27/38] qemu-iotests, qtest: rewrite test 067 as a qtest
` [PULL 28/38] qdev: add "check if address free" callback for buses
` [PULL 29/38] scsi/scsi_bus: switch search direction in scsi_device_find
` [PULL 30/38] device_core: use drain_call_rcu in in qmp_device_add
` [PULL 31/38] device-core: use RCU for list of children of a bus
` [PULL 32/38] scsi: switch to bus->check_address
` [PULL 33/38] device-core: use atomic_set on .realized property
` [PULL 34/38] scsi/scsi-bus: scsi_device_find: don't return unrealized devices
` [PULL 36/38] virtio-scsi: use scsi_device_get
` [PULL 37/38] scsi/scsi_bus: fix races in REPORT LUNS
` [PULL 38/38] meson: identify more sections of meson.build

[PATCH v5 00/40] kasan: add hardware tag-based mode for arm64
 2020-10-12 20:44 UTC  (75+ messages)
` [PATCH v5 01/40] arm64: Enable armv8.5-a asm-arch option
` [PATCH v5 02/40] arm64: mte: Add in-kernel MTE helpers
` [PATCH v5 03/40] arm64: mte: Reset the page tag in page->flags
` [PATCH v5 04/40] arm64: kasan: Add arch layer for memory tagging helpers
` [PATCH v5 05/40] arm64: mte: Add in-kernel tag fault handler
` [PATCH v5 06/40] arm64: kasan: Enable in-kernel MTE
` [PATCH v5 07/40] arm64: mte: Convert gcr_user into an exclude mask
` [PATCH v5 08/40] arm64: mte: Switch GCR_EL1 in kernel entry and exit
` [PATCH v5 09/40] arm64: kasan: Align allocations for HW_TAGS
` [PATCH v5 10/40] kasan: drop unnecessary GPL text from comment headers
` [PATCH v5 11/40] kasan: KASAN_VMALLOC depends on KASAN_GENERIC
` [PATCH v5 12/40] kasan: group vmalloc code
` [PATCH v5 13/40] kasan: shadow declarations only for software modes
` [PATCH v5 14/40] kasan: rename (un)poison_shadow to (un)poison_memory
` [PATCH v5 15/40] kasan: rename KASAN_SHADOW_* to KASAN_GRANULE_*
` [PATCH v5 16/40] kasan: only build init.c for software modes
` [PATCH v5 17/40] kasan: split out shadow.c from common.c
` [PATCH v5 18/40] kasan: define KASAN_GRANULE_PAGE
` [PATCH v5 19/40] kasan: rename report and tags files
` [PATCH v5 20/40] kasan: don't duplicate config dependencies
` [PATCH v5 21/40] kasan: hide invalid free check implementation
` [PATCH v5 22/40] kasan: decode stack frame only with KASAN_STACK_ENABLE
` [PATCH v5 23/40] kasan, arm64: only init shadow for software modes
` [PATCH v5 24/40] kasan, arm64: only use kasan_depth "
` [PATCH v5 25/40] kasan: rename addr_has_shadow to addr_has_metadata
` [PATCH v5 26/40] kasan: rename print_shadow_for_address to print_memory_metadata
` [PATCH v5 27/40] kasan: kasan_non_canonical_hook only for software modes
` [PATCH v5 28/40] kasan: rename SHADOW layout macros to META
` [PATCH v5 29/40] kasan: separate metadata_fetch_row for each mode
` [PATCH v5 30/40] kasan, arm64: don't allow SW_TAGS with ARM64_MTE
` [PATCH v5 31/40] kasan: introduce CONFIG_KASAN_HW_TAGS
` [PATCH v5 32/40] kasan: define KASAN_GRANULE_SIZE for HW_TAGS
` [PATCH v5 33/40] kasan, x86, s390: update undef CONFIG_KASAN
` [PATCH v5 34/40] kasan, arm64: expand CONFIG_KASAN checks
` [PATCH v5 35/40] kasan, arm64: implement HW_TAGS runtime
` [PATCH v5 36/40] kasan, arm64: print report from tag fault handler
` [PATCH v5 37/40] kasan, mm: reset tags when accessing metadata
` [PATCH v5 38/40] kasan, arm64: enable CONFIG_KASAN_HW_TAGS
` [PATCH v5 39/40] kasan: add documentation for hardware tag-based mode
` [PATCH v5 40/40] kselftest/arm64: Check GCR_EL1 after context switch

[PATCH AUTOSEL 5.8 01/24] net: lantiq: Add locking for TX DMA channel
 2020-10-12 21:01 UTC  (4+ messages)
` [PATCH AUTOSEL 5.8 18/24] net: usb: rtl8150: set random MAC address when set_ethernet_addr() fails

[PATCH v10 0/2] Add PWM support for Intel Keem Bay SoC
 2020-10-12 21:01 UTC  (5+ messages)
` [PATCH v10 1/2] pwm: Add PWM driver for Intel Keem Bay

[PATCH 3/3] http: automatically retry some requests
 2020-10-12 21:00 UTC  (5+ messages)
` [PATCH] remote-curl: add testing for intelligent retry for HTTP

[PATCH 00/18] Add Hantro regmap and VC8000 h264 decode support
 2020-10-12 20:59 UTC  (19+ messages)
` [PATCH 01/18] media: hantro: document all int reg bits up to vc8000
` [PATCH 02/18] media: hantro: make consistent use of decimal register notation
` [PATCH 03/18] media: hantro: make G1_REG_SOFT_RESET Rockchip specific
` [PATCH 04/18] media: hantro: add reset controller support
` [PATCH 05/18] media: hantro: prepare clocks before variant inits are run
` [PATCH 06/18] media: hantro: imx8mq: simplify ctrlblk reset logic
` [PATCH 07/18] regmap: mmio: add config option to allow relaxed MMIO accesses
` [PATCH 08/18] media: hantro: add initial MMIO regmap infrastructure
` [PATCH 09/18] media: hantro: default regmap to relaxed MMIO
` [PATCH 10/18] media: hantro: convert G1 h264 decoder to regmap fields
` [PATCH 11/18] media: hantro: convert G1 postproc to regmap
` [PATCH 12/18] media: hantro: add VC8000D h264 decoding
` [PATCH 13/18] media: hantro: add VC8000D postproc support
` [PATCH 14/18] media: hantro: make PP enablement logic a bit smarter
` [PATCH 15/18] media: hantro: add user-selectable, platform-selectable H264 High10
` [PATCH 16/18] media: hantro: rename h264_dec as it's not G1 specific anymore
` [PATCH 17/18] media: hantro: add dump registers debug option before decode start
` [PATCH 18/18] media: hantro: document encoder reg fields

[PATCH v1 net-next] net: stmmac: Enable EEE HW LPI timer with auto SW/HW switching
 2020-10-12 21:00 UTC  (2+ messages)

nouveau stalling on stable kernel 5.9.0
 2020-10-12 20:58 UTC 

[PATCH 0/2] Add Xen CpusAccel
 2020-10-12 20:44 UTC  (7+ messages)
` [PATCH 1/2] accel: move qtest CpusAccel functions to a common location

[dpdk-dev] [PATCH] pci/linux: copy new id for inserted device
 2020-10-12 20:58 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH 0/1] mips: add 34Kf-64tlb fictitious cpu type like 34Kf but with 64 TLBs
 2020-10-12 20:36 UTC 

[GIT PULL] x86/asm updates for v5.10
 2020-10-12 20:57 UTC  (6+ messages)

[Intel-gfx] [PATCH v6 0/5] Introduce drm scaling filter property
 2020-10-12 20:56 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Introduce drm scaling filter property (rev8)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "

[PATCH] sequencer: fix gpg option passed to octopus merge
 2020-10-12 20:55 UTC  (3+ messages)

[PATCH nf] netfilter: nf_log: missing vlan offload tag and proto
 2020-10-12 20:55 UTC  (2+ messages)
` [PATCH nf] netfilter: nftables: extend error reporting for chain updates

KASAN: use-after-free Read in btrfs_scan_one_device
 2020-10-12 20:56 UTC  (7+ messages)

pull-request: bpf-next 2020-10-12
 2020-10-12 20:55 UTC 

[PATCH 0/1] Alias 'list'-subcommands to 'ls'
 2020-10-12 20:55 UTC  (3+ messages)

IMX8MM imx_tmu
 2020-10-12 20:54 UTC 

[dpdk-dev] [PATCH v1] doc: fix dpaa2 guide
 2020-10-12 20:53 UTC  (2+ messages)

[Intel-wired-lan] [PATCH S53 01/15] virtchnl: Use pad byte in virtchnl_ether_addr to specify MAC type
 2020-10-12 20:53 UTC  (9+ messages)
` [Intel-wired-lan] [PATCH S53 12/15] ice: cleanup misleading comment
` [Intel-wired-lan] [PATCH S53 13/15] ice: silence static analysis warning
` [Intel-wired-lan] [PATCH S53 14/15] ice: join format strings to same line as ice_debug
` [Intel-wired-lan] [PATCH S53 15/15] ice: Add space to unknown speed

[PATCH v10 00/16] s390/vfio-ap: dynamic configuration support
 2020-10-12 20:53 UTC  (4+ messages)
` [PATCH v10 13/16] s390/vfio-ap: handle host AP config change notification

Regression: epoll edge-triggered (EPOLLET) for pipes/FIFOs
 2020-10-12 20:52 UTC  (5+ messages)

[PATCH 1/2] dt-bindings: iio: adc: auxadc: add doc for MT8516 SoC
 2020-10-12 20:52 UTC  (2+ messages)
` [PATCH 2/2] arm64: dts: mediatek: mt8516: add auxadc node

[dpdk-dev] [PATCH v4 00/11] support match on L3 fragmented packets
 2020-10-12 20:50 UTC  (6+ messages)
` [dpdk-dev] [PATCH v5 "
  ` [dpdk-dev] [PATCH v5 01/11] ethdev: add extensions attributes to IPv6 item
  ` [dpdk-dev] [PATCH v5 02/11] ethdev: add IPv6 fragment extension header item

merge window is open. bpf-next is still open
 2020-10-12 20:50 UTC  (4+ messages)

[oracle-dtrace-linux-kernel:v1/5.9 3/22] <stdin>:1526:2: warning: syscall waitfd not implemented
 2020-10-12 20:50 UTC 

[Linux-kernel-mentees] [PATCH] lib: Convert test_printf.c to KUnit
 2020-10-12 20:48 UTC  (10+ messages)
          `  "

[PATCH 1/9] pseudo: Ignore mismatched inodes from the db
 2020-10-12 20:48 UTC  (4+ messages)
` [PATCH 2/9] pseudo: Add support for ignoring paths from the pseudo DB

[PATCH v14 00/26] Control-flow Enforcement: Shadow Stack
 2020-10-12 20:48 UTC  (4+ messages)
` [PATCH v14 03/26] x86/fpu/xstate: Introduce CET MSR XSAVES supervisor states

[PATCH 00/13] Clean up legacy clock tick users
 2020-10-12 20:44 UTC  (7+ messages)
` [PATCH 11/13] timekeeping: remove xtime_update

[Intel-gfx] [RFC] drm/i915/gt: reduce context clear batch size to avoid gpu hang (rev2)
 2020-10-12 20:45 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[PATCH v21 00/23] LSM: Module stacking for AppArmor
 2020-10-12 20:19 UTC  (11+ messages)
` [PATCH v21 19/23] audit: add support for non-syscall auxiliary records
` [PATCH v21 20/23] Audit: Add new record for multiple process LSM attributes
` [PATCH v21 21/23] Audit: Add a new record for multiple object "
` [PATCH v21 22/23] LSM: Add /proc attr entry for full LSM context
` [PATCH v21 23/23] AppArmor: Remove the exclusive flag

[PATCH v11 0/4] xfs: Remove wrappers for some semaphores
 2020-10-12 20:44 UTC  (4+ messages)
` [PATCH v11 4/4] xfs: replace mrlock_t with rw_semaphores

[PATCH v2 0/2] arm64: Add basic support for Kobol's Helios64
 2020-10-12 20:43 UTC  (9+ messages)
` [PATCH v2 1/2] dt-bindings: vendor-prefixes: Add kobol prefix
` [PATCH v2 2/2] arm64: dts: rockchip: Add basic support for Kobol's Helios64

[PATCH v2 0/3] Actually fix freelist pointer vs redzoning
 2020-10-12 20:43 UTC  (4+ messages)
` [PATCH v2 2/3] mm/slub: Fix redzoning for small allocations

[Buildroot] [PATCH 1/2] {linux, linux-headers}: add version 5.9
 2020-10-12 20:42 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] {linux, linux-headers}: add version 5.9
 2020-10-12 20:40 UTC  (2+ messages)

[PATCH 00/31] crypto: qat - rework in preparation for qat_4xxx driver
 2020-10-12 20:38 UTC  (6+ messages)
` [PATCH 27/31] crypto: qat - change return value in adf_cfg_key_val_get()
` [PATCH 28/31] crypto: qat - refactor qat_crypto_create_instances()
` [PATCH 29/31] crypto: qat - refactor qat_crypto_dev_config()
` [PATCH 30/31] crypto: qat - allow for instances in different banks
` [PATCH 31/31] crypto: qat - extend ae_mask


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.