All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-08-28 14:07:51 to 2020-08-28 14:44:35 UTC [more...]

[PATCH v2 00/76] target/microblaze improvements
 2020-08-28 14:19 UTC  (57+ messages)
` [PATCH v2 01/76] tests/tcg: Add microblaze to arches filter
` [PATCH v2 02/76] tests/tcg: Do not require FE_TOWARDZERO
` [PATCH v2 03/76] tests/tcg: Do not require FE_* exception bits
` [PATCH v2 04/76] target/microblaze: Tidy gdbstub
` [PATCH v2 05/76] target/microblaze: Split out PC from env->sregs
` [PATCH v2 06/76] target/microblaze: Split out MSR "
` [PATCH v2 07/76] target/microblaze: Split out EAR "
` [PATCH v2 08/76] target/microblaze: Split out ESR "
` [PATCH v2 09/76] target/microblaze: Split out FSR "
` [PATCH v2 10/76] target/microblaze: Split out BTR "
` [PATCH v2 11/76] target/microblaze: Split out EDR "
` [PATCH v2 12/76] target/microblaze: Split the cpu_SR array
` [PATCH v2 13/76] target/microblaze: Fix width of PC and BTARGET
` [PATCH v2 14/76] target/microblaze: Fix width of MSR
` [PATCH v2 15/76] target/microblaze: Fix width of ESR
` [PATCH v2 16/76] target/microblaze: Fix width of FSR
` [PATCH v2 17/76] target/microblaze: Fix width of BTR
` [PATCH v2 18/76] target/microblaze: Fix width of EDR
` [PATCH v2 19/76] target/microblaze: Remove cpu_ear
` [PATCH v2 20/76] target/microblaze: Tidy raising of exceptions
` [PATCH v2 21/76] target/microblaze: Mark raise_exception as noreturn
` [PATCH v2 22/76] target/microblaze: Remove helper_debug and env->debug
` [PATCH v2 23/76] target/microblaze: Rename env_* tcg variables to cpu_*
` [PATCH v2 24/76] target/microblaze: Tidy mb_tcg_init
` [PATCH v2 25/76] target/microblaze: Split out MSR[C] to its own variable
` [PATCH v2 26/76] target/microblaze: Use DISAS_NORETURN
` [PATCH v2 27/76] target/microblaze: Check singlestep_enabled in gen_goto_tb
` [PATCH v2 28/76] target/microblaze: Convert to DisasContextBase
` [PATCH v2 29/76] target/microblaze: Convert to translator_loop
` [PATCH v2 30/76] target/microblaze: Remove SIM_COMPAT
` [PATCH v2 31/76] target/microblaze: Remove DISAS_GNU
` [PATCH v2 32/76] target/microblaze: Remove empty D macros
` [PATCH v2 33/76] target/microblaze: Remove LOG_DIS
` [PATCH v2 34/76] target/microblaze: Ensure imm constant is always available
` [PATCH v2 35/76] target/microblaze: Add decodetree infrastructure
` [PATCH v2 36/76] target/microblaze: Convert dec_add to decodetree
` [PATCH v2 37/76] target/microblaze: Convert dec_sub "
` [PATCH v2 38/76] target/microblaze: Implement cmp and cmpu inline
` [PATCH v2 39/76] target/microblaze: Convert dec_pattern to decodetree
` [PATCH v2 40/76] target/microblaze: Convert dec_and, dec_or, dec_xor "
` [PATCH v2 41/76] target/microblaze: Convert dec_mul "
` [PATCH v2 42/76] target/microblaze: Convert dec_div "
` [PATCH v2 43/76] target/microblaze: Unwind properly when raising divide-by-zero
` [PATCH v2 44/76] target/microblaze: Convert dec_bit to decodetree
` [PATCH v2 45/76] target/microblaze: Convert dec_barrel "
` [PATCH v2 46/76] target/microblaze: Convert dec_imm "
` [PATCH v2 47/76] target/microblaze: Convert dec_fpu "
` [PATCH v2 48/76] target/microblaze: Fix cpu unwind for fpu exceptions
` [PATCH v2 49/76] target/microblaze: Mark fpu helpers TCG_CALL_NO_WG
` [PATCH v2 50/76] target/microblaze: Replace MSR_EE_FLAG with MSR_EE
` [PATCH v2 51/76] target/microblaze: Cache mem_index in DisasContext
` [PATCH v2 54/76] target/microblaze: Assert no overlap in flags making up tb_flags
` [PATCH v2 60/76] target/microblaze: Replace clear_imm with tb_flags_to_set
` [PATCH v2 63/76] target/microblaze: Convert brk and brki to decodetree
` [PATCH v2 71/76] target/microblaze: Convert dec_msr "
` [PATCH v2 75/76] target/microblaze: Add flags markup to some helpers

[PATCH v4 1/2] usb typec: mt6360: Add support for mt6360 Type-C driver
 2020-08-28 14:43 UTC  (3+ messages)

[PATCH v1] pinctrl: mcp23s08: Improve error messaging in ->probe()
 2020-08-28 14:41 UTC  (2+ messages)

[meta-oe][PATCH v2] nss: Upgrade to 3.56
 2020-08-28 14:43 UTC  (2+ messages)
` [oe] "

[RFC][PATCH 0/7] kprobes: Make kretprobes lockless
 2020-08-28 14:41 UTC  (9+ messages)
` [RFC][PATCH 3/7] kprobes: Remove kretprobe hash

[PATCH] Revert "libxl: Generate golang bindings in libxl Makefile"
 2020-08-28 14:42 UTC 

[PATCH v3 00/10] NTFS read-write driver GPL implementation by Paragon Software
 2020-08-28 14:39 UTC  (11+ messages)
` [PATCH v3 01/10] fs/ntfs3: Add headers and misc files
` [PATCH v3 02/10] fs/ntfs3: Add initialization of super block
` [PATCH v3 03/10] fs/ntfs3: Add bitmap
` [PATCH v3 04/10] fs/ntfs3: Add file operations and implementation
` [PATCH v3 05/10] fs/ntfs3: Add attrib operations
` [PATCH v3 06/10] fs/ntfs3: Add compression
` [PATCH v3 07/10] fs/ntfs3: Add NTFS journal
` [PATCH v3 08/10] fs/ntfs3: Add Kconfig, Makefile and doc
` [PATCH v3 09/10] fs/ntfs3: Add NTFS3 in fs/Kconfig and fs/Makefile
` [PATCH v3 10/10] fs/ntfs3: Add MAINTAINERS

Stable inclusion request, 5.7
 2020-08-28 14:40 UTC 

[PATCH v4 0/3] Mediatek pinctrl patch on mt8192
 2020-08-28 14:38 UTC  (6+ messages)

[PATCH v3 00/18] virtiofs: Add DAX support
 2020-08-28 14:39 UTC  (7+ messages)
` [Virtio-fs] "

[jwboyer-fedora:f33 56/63] drivers/pci/controller/dwc/pcie-tegra194.c:255:27: warning: unused variable 'pcie_gen_freq'
 2020-08-28 14:37 UTC 

[Buildroot] [PATCH-2020.02.x] package/ffmpeg: bump version to 4.2.4
 2020-08-28 14:37 UTC  (2+ messages)

[PATCH v5 00/20] gpio: cdev: add uAPI v2
 2020-08-28 14:37 UTC  (5+ messages)

[Buildroot] [git commit branch/2020.05.x] package/ffmpeg: bump version to 4.2.4
 2020-08-28 14:37 UTC 

[Buildroot] [git commit branch/2020.02.x] package/ffmpeg: bump version to 4.2.4
 2020-08-28 14:37 UTC 

MAC Layer Beacon / Scan Code
 2020-08-28 14:36 UTC  (3+ messages)

[PATCH v1 00/25] seqlock: Extend seqcount API with associated locks
 2020-08-28 14:36 UTC  (6+ messages)
` [PATCH v1 0/5] seqlock: Introduce PREEMPT_RT support
  ` [PATCH v1 4/5] seqlock: seqcount_LOCKTYPE_t: "

[PATCH net-next] Add Mellanox BlueField Gigabit Ethernet driver
 2020-08-28 14:36 UTC  (6+ messages)

[dpdk-dev] 19.11.4 patches review and test
 2020-08-28 14:34 UTC  (2+ messages)

[PATCH RFC] netlabel: remove unused param from audit_log_format()
 2020-08-28 14:35 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/4] kselftests/arm64: add PAuth tests
 2020-08-28 14:36 UTC  (13+ messages)
` [PATCH 1/4] kselftests/arm64: add a basic Pointer Authentication test
` [PATCH 2/4] kselftests/arm64: add nop checks for PAuth tests
` [PATCH 3/4] kselftests/arm64: add PAuth test for whether exec() changes keys
` [PATCH 4/4] kselftests/arm64: add PAuth tests for single threaded consistency and key uniqueness

[PATCH v3 1/3] usb typec: mt6360: Add support for mt6360 Type-C driver
 2020-08-28 14:33 UTC  (5+ messages)

[PATCH 1/5] arm: mvebu: Espressobin: Move env load addresses
 2020-08-28 14:35 UTC  (9+ messages)
  ` Espressobin booting (Was: Re: [PATCH 1/5] arm: mvebu: Espressobin: Move env load addresses)

[PATCH v2 01/18] iio: accel: bma180: Simplify with dev_err_probe()
 2020-08-28 14:33 UTC  (5+ messages)
` [PATCH v2 16/18] iio: magnetometer: ak8974: "

[PATCH v1 0/2] Add LT9611UXC DSI to HDMI bridge support
 2020-08-28 14:33 UTC  (6+ messages)
` [PATCH v1 2/2] drm: bridge: add support for lontium LT9611UXC bridge

[PATCH 1/2] dmaengine: idxd: add support for configurable max wq xfer size
 2020-08-28 14:32 UTC  (6+ messages)
` [PATCH 2/2] dmaengine: idxd: add support for configurable max wq batch size

[PATCH v3 01/27] Input: Simplify with dev_err_probe()
 2020-08-28 14:32 UTC  (7+ messages)
` [PATCH v3 07/27] Input: bu21013_ts - "
` [PATCH v3 24/27] gpio: Add devm_fwnode_gpiod_get_optional() helpers
` [PATCH v3 26/27] Input: bu21013_ts - Use local 'client->dev' variable in probe()

[PATCH 0/7] Implement PCI Error Recovery on Navi12
 2020-08-28 14:32 UTC  (7+ messages)
` [PATCH 5/7] drm/amdgpu: Fix consecutive DPC recoveries failure

[PATCH] dmaengine: idxd: add command status to idxd sysfs attribute
 2020-08-28 14:31 UTC  (3+ messages)

[lee-mfd:for-mfd-fixes 2/2] WARNING: modpost: vmlinux.o(__ex_table+0xff0): Section mismatch in reference from the (unknown reference) (unknown) to the variable .debug_str:.LASF546
 2020-08-28 14:31 UTC 

[PATCH] clk: meson: g12a: mark fclk_div2 as critical
 2020-08-28 14:30 UTC  (4+ messages)

[PATCH 1/8] drm/amdgpu: fix up DCHUBBUB_SDPIF_MMIO_CNTRL_0 handling
 2020-08-28 14:30 UTC  (5+ messages)
` [PATCH 3/8] drm/amdgpu: add pre_asic_init callback for SI

[PATCH v2 00/47] staging: vchiq: Getting rid of the vchi/vchiq split
 2020-08-28 14:31 UTC  (4+ messages)
` [PATCH v2 28/47] staging: vchi: Get rid of vchiq_shim's message callback

[linux-next:pending-fixes] BUILD SUCCESS 3b025a0ae05da80a5adaec455105eb0c0891947e
 2020-08-28 14:28 UTC 

[PATCH 0/1] Refine mtk wdt driver init flow
 2020-08-28 14:26 UTC  (5+ messages)
` [PATCH v1 1/1] driver: watchdog: Add mtk_wdt_init for mediatek watchdog hw init

[PATCH] btrfs: hold the uuid_mutex for all close_fs_devices calls
 2020-08-28 14:27 UTC  (2+ messages)

Is shmem page accounting wrong on split?
 2020-08-28 14:25 UTC 

[PATCH 0/6] dt-bindings: Convert SP804 to Json-schema (and fix users)
 2020-08-28 14:22 UTC  (5+ messages)
` [PATCH 2/6] ARM: dts: arm: Fix SP804 users

[PATCH V2] vfio dma_map/unmap: optimized for hugetlbfs pages
 2020-08-28 14:24 UTC  (6+ messages)
  ` 答复: "
      ` 答复: "

[PATCH RFC] block: defer task/vm accounting until successful
 2020-08-28 14:24 UTC  (3+ messages)

[sched/fair] 8be8caab24: UBSAN:shift-out-of-bounds_in_kernel/sched/fair.c
 2020-08-28 14:23 UTC 

[ovmf test] 152991: regressions - FAIL
 2020-08-28 14:22 UTC 

[PATCH] sparse: use static inline for __chk_{user,io}_ptr()
 2020-08-28 14:21 UTC  (3+ messages)
` [PATCH] sparse: use static inline for __chk_{user, io}_ptr()

[PATCH v2 0/6] dt-bindings: Convert SP804 to Json-schema (and fix users)
 2020-08-28 14:20 UTC  (14+ messages)
` [PATCH v2 1/6] dt-bindings: timers: sp-804: Convert to json-schema
` [PATCH v2 2/6] ARM: dts: arm: Fix SP804 users
` [PATCH v2 3/6] ARM: dts: NSP: Fix SP804 compatible node
` [PATCH v2 4/6] ARM: dts: hisilicon: Fix SP804 users
` [PATCH v2 5/6] ARM: dts: nspire: "
` [PATCH v2 6/6] arm64: dts: lg: "

[PATCH v1] ASoC: core: Replace dma_request_slave_channel() with dma_request_chan()
 2020-08-28 14:20 UTC  (2+ messages)

[RFC PATCH 0/2] mm/gup: fix gup_fast with dynamic page table folding
 2020-08-28 14:21 UTC  (2+ messages)

[PATCH v2 00/14] Clean H264 stateless uAPI
 2020-08-28 14:21 UTC  (7+ messages)
` [PATCH v2 08/14] media: uapi: h264: Drop SLICE_PARAMS 'size' field

[PATCH v1] spi: dw: Replace dma_request_slave_channel() with dma_request_chan()
 2020-08-28 14:20 UTC  (2+ messages)

[block] 226e9ea4d5: last_state.soft_timeout
 2020-08-28 14:20 UTC 

[PATCH 0/3] usb: Add driver for USB signal re-mapper
 2020-08-28 14:18 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: Add support for Broadcom USB pin map driver

[PATCH v4 -rcu 0/4] Maintain the length of each segment in the segcblist
 2020-08-28 14:18 UTC  (7+ messages)
` [PATCH v4 -rcu 1/4] rcu/segcblist: Do not depend on rcl->len to store the segcb len during merge

[PATCH v5 0/8] Remove EPYC mode apicid decode and use generic decode
 2020-08-28 14:17 UTC  (11+ messages)

[Patch net] net_sched: fix error path in red_init()
 2020-08-28 14:17 UTC  (2+ messages)

[PATCH] nvme-pci: cancel nvme device request before disabling
 2020-08-28 14:17 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] meson: Convert undefsym.sh to undefsym.py
 2020-08-28 14:15 UTC  (2+ messages)

[PATCH 1/4] drm/amd/pm: drop unnecessary feature->mutex lock protections(V2)
 2020-08-28 14:16 UTC  (4+ messages)

dist folder missing in npm build
 2020-08-28 14:16 UTC  (3+ messages)
` [yocto] "

[dpdk-dev] [PATCH 20.08] buildtools/map_to_def.py: drop python2 support
 2020-08-28 14:15 UTC  (2+ messages)
` [dpdk-dev] [PATCH v2] buildtools/map_to_win.py: "

[PATCHi v2] net: mdiobus: fix device unregistering in mdiobus_register
 2020-08-28 14:15 UTC  (3+ messages)

[PULL 00/18] Usb 20200828 patches
 2020-08-28 14:14 UTC  (2+ messages)

[PATCH v2 0/3] add fault injection to user memory access
 2020-08-28 14:13 UTC  (4+ messages)
` [PATCH v2 1/3] lib, include/linux: add usercopy failure capability
` [PATCH v2 2/3] lib, uaccess: add failure injection to usercopy functions
` [PATCH v2 3/3] x86: add failure injection to get/put/clear_user

[Intel-gfx] [PATCH] drm/i915: break TGL pci-ids in GT 1 & 2
 2020-08-28 14:13 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH v2 0/4] Support of MIPI CSI-2 for A83T
 2020-08-28 14:12 UTC  (3+ messages)

[PATCH 00/14] TCPM support for FRS and AutoDischarge Disconnect
 2020-08-28 14:13 UTC  (5+ messages)
` [PATCH 04/14 v1] usb: typec: tcpci: Add a getter method to retrieve tcpm_port reference
` [PATCH 12/14] usb: typec: tcpm: Implement enabling Auto Discharge disconnect support

[PATCH v1 00/10] DDW indirect mapping
 2020-08-28 14:04 UTC  (4+ messages)
` [PATCH v1 07/10] powerpc/pseries/iommu: Allow DDW windows starting at 0x00

[PATCH 0/4] fix up generic dmlogwrites tests to work with XFS
 2020-08-28 14:10 UTC  (7+ messages)
` [PATCH 1/4] generic: require discard zero behavior for dmlogwrites on XFS

[PATCH 1/1] drm/amdgpu: rework ip block reinit for sriov
 2020-08-28 14:10 UTC  (4+ messages)
    ` 回复: "

include/linux/list.h:35:9: sparse: sparse: context imbalance in 'ttm_dma_page_pool_fill_locked' - unexpected unlock
 2020-08-28 14:01 UTC 

[PATCH v3] ath10k: add flag to protect napi operation to avoid dead loop hang
 2020-08-28 14:09 UTC  (3+ messages)

[PATCH net-next v3 0/2] Enable Fiber on DP83822 PHY
 2020-08-28 14:07 UTC  (2+ messages)

[PATCH 01/24] Input: bcm-keypad - Simplify with dev_err_probe()
 2020-08-28 14:07 UTC  (3+ messages)
` [PATCH 12/24] Input: cy8ctma140 "


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.