All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-11-13 21:46:17 to 2020-11-13 22:24:09 UTC [more...]

post-receive: pub/scm/linux/kernel/git/saeed/linux
 2020-11-13 22:24 UTC 

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

[PATCH] PCI/ASPM: Save/restore ASPM-L1SS controls for suspend/resume
 2020-11-13 22:23 UTC  (2+ messages)

[PATCH 00/23] pack-bitmap: bitmap generation improvements
 2020-11-13 22:23 UTC  (10+ messages)
` [PATCH 03/23] pack-bitmap: bounds-check size of cache extension
` [PATCH 17/23] pack-bitmap-write: build fewer intermediate bitmaps

[PATCH] Documentation: Chinese translation of Documentation/arm64/perf.rst
 2020-11-13 22:22 UTC  (3+ messages)
` [PATCH v2] "

[PATCH mm v3 00/19] kasan: boot parameters for hardware tag-based mode
 2020-11-13 22:20 UTC  (20+ messages)
` [PATCH mm v3 01/19] kasan: simplify quarantine_put call site
` [PATCH mm v3 02/19] kasan: rename get_alloc/free_info
` [PATCH mm v3 03/19] kasan: introduce set_alloc_info
` [PATCH mm v3 04/19] kasan, arm64: unpoison stack only with CONFIG_KASAN_STACK
` [PATCH mm v3 05/19] kasan: allow VMAP_STACK for HW_TAGS mode
` [PATCH mm v3 06/19] kasan: remove __kasan_unpoison_stack
` [PATCH mm v3 07/19] kasan: inline kasan_reset_tag for tag-based modes
` [PATCH mm v3 08/19] kasan: inline random_tag for HW_TAGS
` [PATCH mm v3 09/19] kasan: open-code kasan_unpoison_slab
` [PATCH mm v3 10/19] kasan: inline (un)poison_range and check_invalid_free
` [PATCH mm v3 11/19] kasan: add and integrate kasan boot parameters
` [PATCH mm v3 12/19] kasan, mm: check kasan_enabled in annotations
` [PATCH mm v3 13/19] kasan, mm: rename kasan_poison_kfree
` [PATCH mm v3 14/19] kasan: don't round_up too much
` [PATCH mm v3 15/19] kasan: simplify assign_tag and set_tag calls
` [PATCH mm v3 16/19] kasan: clarify comment in __kasan_kfree_large
` [PATCH mm v3 17/19] kasan: clean up metadata allocation and usage
` [PATCH mm v3 18/19] kasan, mm: allow cache merging with no metadata
` [PATCH mm v3 19/19] kasan: update documentation

post-receive: pub/scm/linux/kernel/git/netdev/net
 2020-11-13 22:22 UTC 

post-receive: pub/scm/linux/kernel/git/helgaas/pci
 2020-11-13 22:22 UTC 

[PATCH 0/2] kernel-doc: Handle function typedefs
 2020-11-13 22:21 UTC  (3+ messages)
` [PATCH 2/2] kernel-doc: Handle function typedefs without asterisks

[Buildroot] [PATCH v3 1/2] package/linux-backports: fix kernel version check
 2020-11-13 22:21 UTC  (4+ messages)
` [Buildroot] [PATCH v3 2/2] package/linux-backports: bump version to 5.8

[GIT PULL] um fixes for 5.10-rc4
 2020-11-13 22:20 UTC 

post-receive: pub/scm/linux/kernel/git/netdev/net-next
 2020-11-13 22:20 UTC 

[Intel-gfx] [PATCH i-g-t] i915: Use igt_device_get_pci_device()
 2020-11-13 22:19 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for "

[Intel-gfx] [CI v11 1/3] drm/i915: Pass intel_atomic_state instead of drm_atomic_state
 2020-11-13 22:18 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,v11,1/3] "

[Intel-gfx] [PATCH 0/7] Allow privileged user to map the OA buffer
 2020-11-13 22:18 UTC  (4+ messages)
` [Intel-gfx] [PATCH 4/7] drm/i915/perf: Whitelist OA report trigger registers

[PATCH] perf stat: Use proper cpu for shadow stats
 2020-11-13 22:16 UTC  (2+ messages)

[chanwoo:devfreq-testing 12/16] arceb-elf-ld: tegra30-devfreq.c:undefined reference to `tegra_sku_info'
 2020-11-13 22:16 UTC 

[PATCH] docs/mm: concepts.rst: Correct the threshold to low watermark
 2020-11-13 22:15 UTC 

[PATCH v5] poky-tiny: enable section removal
 2020-11-13 22:15 UTC  (5+ messages)
` [poky] "

post-receive: pub/scm/linux/kernel/git/rw/uml
 2020-11-13 22:14 UTC 

[PATCH v6] poky-tiny: enable section removal
 2020-11-13 22:14 UTC 

[PATCH] ACPICA: fix -Wfallthrough
 2020-11-13 22:12 UTC  (9+ messages)
              ` [Devel] "

[PATCH v1] scripts: kernel-doc: Restore anonymous enum parsing
 2020-11-13 22:10 UTC  (2+ messages)

[PATCH v3] swiotlb: Adjust SWIOTBL bounce buffer size for SEV guests
 2020-11-13 22:10 UTC  (12+ messages)

[Intel-gfx] [PATCH 0/6] drm/i915: Eliminate intel_atomic_crtc_state_for_each_plane_state() from skl+ wm code
 2020-11-13 22:09 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Eliminate intel_atomic_crtc_state_for_each_plane_state() from skl+ wm code (rev2)

[PATCH] docs: mtd: spi-nor: Fix formatting of text vs. diagrams
 2020-11-13 22:08 UTC  (2+ messages)

[PATCH v2 0/3] fix dp link training failed at irq_hpd request
 2020-11-13 22:08 UTC  (4+ messages)
` [PATCH v2 1/3] drm/msm/dp: deinitialize mainlink if link training failed
` [PATCH v2 2/3] drm/msm/dp: skip checking LINK_STATUS_UPDATED bit
` [PATCH v2 3/3] drm/msm/dp: promote irq_hpd handle to handle link training correctly

[PATCH] docs: filesystems: link ubifs-authentication.rst without .rst extension
 2020-11-13 22:08 UTC  (2+ messages)

[Buildroot] [PATCH/next 1/1] package/radvd: bump to version 2.19
 2020-11-13 22:07 UTC 

[PATCH] mfd: cpcap: Fix interrupt regression with regmap clear_ack
 2020-11-13 22:06 UTC  (3+ messages)

[PATCH] documentation: arm: sunxi: add Allwinner H616 documents
 2020-11-13 22:06 UTC  (2+ messages)

[PATCH] docs: driver-api: mtd: intel-spi: Improve formatting of shell commands
 2020-11-13 22:06 UTC  (2+ messages)

[PATCH V4 DOC] doc: zh_CN: add translatation for tmpfs
 2020-11-13 22:05 UTC  (2+ messages)

[Intel-gfx] [PATCH 00/23] drm/i915: Big bigjoiner series
 2020-11-13 22:03 UTC  (24+ messages)
` [Intel-gfx] [PATCH 01/23] drm/i915: Copy the plane hw state directly for Y planes
` [Intel-gfx] [PATCH 02/23] drm/i915: Pass intel_atomic_state around
` [Intel-gfx] [PATCH 03/23] drm/i915: Nuke intel_atomic_crtc_state_for_each_plane_state() from skl+ wm code
` [Intel-gfx] [PATCH 04/23] drm/i915: Pimp the watermark documentation a bit
` [Intel-gfx] [PATCH 05/23] drm/i915: Precompute can_sagv for each wm level
` [Intel-gfx] [PATCH 06/23] drm/i915: Store plane relative data rate in crtc_state
` [Intel-gfx] [PATCH 07/23] drm/i915: Remove skl_adjusted_plane_pixel_rate()
` [Intel-gfx] [PATCH 08/23] drm/i915: Pass intel_atomic_state instead of drm_atomic_state
` [Intel-gfx] [PATCH 09/23] drm/i915/dp: Add from_crtc_state to copy color blobs
` [Intel-gfx] [PATCH 10/23] drm/i915/dp: Allow big joiner modes in intel_dp_mode_valid(), v3
` [Intel-gfx] [PATCH 11/23] drm/i915: Try to make bigjoiner work in atomic check
` [Intel-gfx] [PATCH 12/23] drm/i915/dp: Modify VDSC helpers to configure DSC for Bigjoiner slave
` [Intel-gfx] [PATCH 13/23] drm/i915/dp: Master/Slave enable/disable sequence for bigjoiner
` [Intel-gfx] [PATCH 14/23] drm/i915: HW state readout for Bigjoiner case
` [Intel-gfx] [PATCH 15/23] drm/i915: Add crtcs affected by bigjoiner to the state
` [Intel-gfx] [PATCH 16/23] drm/i915: Add planes "
` [Intel-gfx] [PATCH 17/23] drm/i915: Get the uapi state from the correct plane when bigjoiner is used
` [Intel-gfx] [PATCH 18/23] drm/i915: Add bigjoiner aware plane clipping checks
` [Intel-gfx] [PATCH 19/23] drm/i915: Add debugfs dumping for bigjoiner, v3
` [Intel-gfx] [PATCH 20/23] drm/i915: Disable legacy cursor fastpath for bigjoiner
` [Intel-gfx] [PATCH 21/23] drm/i915: Fix cursor src/dst rectangle with bigjoiner
` [Intel-gfx] [PATCH 22/23] drm/i915: Add bigjoiner state dump
` [Intel-gfx] [PATCH 23/23] drm/i915: Enable bigjoiner

[PATCH] docs: core-api/printk-formats.rst: Clarify formatting {cpu,node}mask
 2020-11-13 22:04 UTC  (2+ messages)

[PATCH] docs: ABI: Drop trailing whitespace
 2020-11-13 22:04 UTC  (2+ messages)

[PATCH net-next 0/3] Add support for sending RFC8335 PROBE
 2020-11-13 21:59 UTC  (4+ messages)
` [PATCH net-next 1/3] net: add support for sending probe messages
` [PATCH net-next 2/3] icmp: define probe message types
` [PATCH net-next 3/3] ICMPv6: "

[Bug 210185] New: kernel BUG at fs/ext4/page-io.c:126!
 2020-11-13 22:03 UTC  (2+ messages)
` [Bug 210185] "

[PATCH] drivers: rtc: retire RTC_DRV_GOLDFISH
 2020-11-13 22:02 UTC  (5+ messages)

[RFC PATCH] docs: ABI: ABI documentation for procfs attribute files used by multiple LSMs
 2020-11-13 22:02 UTC  (2+ messages)

[PATCH v3] Documentation: include sign off for reverts
 2020-11-13 22:01 UTC  (3+ messages)
  ` [Linux-kernel-mentees] "

Redfish Message Registry
 2020-11-13 22:01 UTC  (2+ messages)

[PATCH 00/28] Use main as default branch name
 2020-11-13 22:00 UTC  (4+ messages)
` [RFC/PATCH] tests: support testing with an arbitrary default branch (sort of)

[PATCH] Documentation: admin-guide: LSM: improve the title underline
 2020-11-13 22:00 UTC  (2+ messages)

[PATCH 00/30] [Set 6] Rid W=1 warnings from GPU
 2020-11-13 22:01 UTC  (7+ messages)
` [PATCH 02/30] include: drm: drm_atomic: Artificially use 'crtc' to avoid 'not used' warning

post-receive: pub/scm/linux/kernel/git/jolsa/perf
 2020-11-13 22:01 UTC 

[PATCH v2] sandbox: cros_ec: Basic support for EC_CMD_GET_NEXT_EVENT
 2020-11-13 22:01 UTC 

[PATCH v2 3/3] net: xfrm: use core API for updating/providing stats
 2020-11-13 21:59 UTC  (2+ messages)
` [PATCH v3] "

[Intel-wired-lan] [PATCH net v1] i40e: Fix check for PF state (vf disable)
 2020-11-13 22:01 UTC  (2+ messages)

[PATCH v11 0/5] Simplify PCIe native ownership detection logic
 2020-11-13 21:59 UTC  (2+ messages)

[PATCH v8 1/2] PCI/ERR: Call pci_bus_reset() before calling ->slot_reset() callback
 2020-11-13 21:58 UTC  (2+ messages)

ld.lld: error: main.c:(.text+0x0): relocation R_RISCV_ALIGN requires unimplemented linker relaxation; recompile with -mno-relax
 2020-11-13 21:57 UTC 

[PATCH] t5310-pack-bitmaps: skip JGit tests with SHA256
 2020-11-13 21:56 UTC  (2+ messages)

[PATCH] iosched: Add i10 I/O Scheduler
 2020-11-13 21:56 UTC  (10+ messages)

[PATCHv2 00/17] ARM Secure EL2 extension
 2020-11-13 21:54 UTC  (3+ messages)
` [PATCH 14/17] target/arm: set HPFAR_EL2.NS on secure stage 2 faults

[PATCH] drm/amd/display: Update dmub code
 2020-11-13 21:55 UTC  (2+ messages)

[PATCH v2 05/19] powerpc: interrupt handler wrapper functions
 2020-11-13 21:52 UTC  (3+ messages)

[PATCH v2 2/3] net: openvswitch: use core API to update/provide stats
 2020-11-13 21:53 UTC  (2+ messages)
` [PATCH v3] "

[PATCH v2] doc:it_IT: align Italian documentation
 2020-11-13 21:53 UTC  (2+ messages)

[PATCH v2 0/9] Stateless H.264 de-staging
 2020-11-13 21:51 UTC  (10+ messages)
` [PATCH v2 1/9] media: rkvdec: h264: Support profile and level controls
` [PATCH v2 2/9] media: cedrus: "
` [PATCH v2 3/9] media: Rename stateful codec control macros
` [PATCH v2 4/9] media: Clean stateless control includes
` [PATCH v2 5/9] media: controls: Add the stateless codec control class
` [PATCH v2 6/9] media: uapi: Move parsed H264 pixel format out of staging
` [PATCH v2 7/9] media: uapi: Move the H264 stateless control types "
` [PATCH v2 8/9] media: uapi: move H264 stateless controls "
` [PATCH v2 9/9] media: docs: Move the H264 stateless codec uAPI

post-receive: pub/scm/docs/man-pages/man-pages
 2020-11-13 21:50 UTC 

[Buildroot] [PATCH v1] package/wpewebkit: fix compile without video support
 2020-11-13 21:50 UTC  (4+ messages)

[PATCH] perf_event_open.2: srcfix
 2020-11-13 21:50 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/axboe/linux-block
 2020-11-13 21:50 UTC 

post-receive: pub/scm/linux/kernel/git/axboe/linux-block
 2020-11-13 21:50 UTC 

post-receive: pub/scm/linux/kernel/git/qcom/linux
 2020-11-13 21:47 UTC 

[PATCH v2 1/3] net: mac80211: use core API for updating TX/RX stats
 2020-11-13 21:46 UTC  (2+ messages)
` [PATCH v3] "

post-receive: pub/scm/linux/kernel/git/qcom/linux
 2020-11-13 21:47 UTC 

[f2fs-dev] [PATCH 0/4] fs-verity cleanups
 2020-11-13 21:19 UTC  (2+ messages)
` [f2fs-dev] [PATCH 4/4] fs-verity: move structs needed for file signing to UAPI header

post-receive: pub/scm/linux/kernel/git/jaegeuk/f2fs-stable
 2020-11-13 21:46 UTC 

[Intel-gfx] [PATCH v2 0/9] drm/i915: nuke remaining legacy reg helpers (I915_READ/WRITE etc.)
 2020-11-13 21:46 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: nuke remaining legacy reg helpers (I915_READ/WRITE etc.) (rev2)

[PATCH 1/2] RFT: gpio: sifive: Set affinity callback to parent
 2020-11-13 21:44 UTC  (3+ messages)
` [PATCH 2/2] RFT: gpio: tegra186: "


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.