All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-08-28 14:20:22 to 2020-08-28 14:50:22 UTC [more...]

post-receive: pub/scm/linux/kernel/git/broonie/sound
 2020-08-28 14:50 UTC 

post-receive: pub/scm/linux/kernel/git/axboe/linux-block
 2020-08-28 14:50 UTC 

[PATCH 00/14] TCPM support for FRS and AutoDischarge Disconnect
 2020-08-28 14:49 UTC  (4+ messages)
` [PATCH 02/14 v2] usb: typec: tcpci: Add support when hidden tx registers are inaccessible

[RFC][PATCH 0/7] kprobes: Make kretprobes lockless
 2020-08-28 14:49 UTC  (10+ messages)
` [RFC][PATCH 3/7] kprobes: Remove kretprobe hash
` [RFC][PATCH 6/7] freelist: Lock less freelist

[PATCH RFC v6 0/6] Exynos: Simple QoS for exynos-bus using interconnect
 2020-08-28 14:49 UTC  (6+ messages)
  ` [PATCH RFC v6 1/6] dt-bindings: exynos-bus: Add documentation for interconnect properties

[PATCH v2 00/76] target/microblaze improvements
 2020-08-28 14:19 UTC  (68+ 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 52/76] target/microblaze: Fix cpu unwind for stackprot
` [PATCH v2 53/76] target/microblaze: Convert dec_load and dec_store to decodetree
` [PATCH v2 54/76] target/microblaze: Assert no overlap in flags making up tb_flags
` [PATCH v2 55/76] target/microblaze: Move bimm to BIMM_FLAG
` [PATCH v2 56/76] target/microblaze: Fix no-op mb_cpu_transaction_failed
` [PATCH v2 57/76] target/microblaze: Store "current" iflags in insn_start
` [PATCH v2 58/76] tcg: Add tcg_get_insn_start_param
` [PATCH v2 60/76] target/microblaze: Replace clear_imm with tb_flags_to_set
` [PATCH v2 62/76] target/microblaze: Tidy mb_cpu_dump_state
` [PATCH v2 63/76] target/microblaze: Convert brk and brki to decodetree
` [PATCH v2 65/76] target/microblaze: Reorganize branching
` [PATCH v2 66/76] target/microblaze: Convert dec_br to decodetree
` [PATCH v2 67/76] target/microblaze: Convert dec_bcc "
` [PATCH v2 70/76] target/microblaze: Convert msrclr, msrset "
` [PATCH v2 71/76] target/microblaze: Convert dec_msr "
` [PATCH v2 75/76] target/microblaze: Add flags markup to some helpers

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

[Buildroot] [PATCH] package/busybox: Enable flags for use as systemd pager
 2020-08-28 14:48 UTC  (2+ messages)

[Buildroot] [git commit branch/2020.05.x] package/busybox: enable flags for use as systemd pager
 2020-08-28 14:47 UTC 

[Buildroot] [git commit branch/2020.02.x] package/busybox: enable flags for use as systemd pager
 2020-08-28 14:47 UTC 

[PATCH v7 0/8] Introduce 'yank' oob qmp command to recover from hanging qemu
 2020-08-28 14:21 UTC  (4+ messages)
` [PATCH v7 1/8] Introduce yank feature

file forks vs. xattr (was: xattr names for unprivileged stacking?)
 2020-08-28 14:46 UTC  (5+ messages)

[joro:sev-es-client-tip-5.9 49/76] arch/x86/kernel/sev-es.o: warning: objtool: safe_stack_exc_vmm_communication()+0x2c2: unreachable instruction
 2020-08-28 14:46 UTC 

[PATCH v2] mm/hugetlb: Fix a race between hugetlb sysctl handlers
 2020-08-28 14:46 UTC  (2+ messages)

[PATCH] hvmloader: indicate firmware tables as ACPI NVS in e820
 2020-08-28 14:45 UTC  (3+ messages)

[PATCH v3 01/27] Input: Simplify with dev_err_probe()
 2020-08-28 14:45 UTC  (8+ 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 00/10] dt-bindings: Convert SP805 to Json-schema (and fix users)
 2020-08-28 14:45 UTC  (3+ messages)
` [PATCH 07/10] ARM: dts: arm: Fix SP805 clocks

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

[tpm2] [RELEASE] tpm2-tools: 4.3.0
 2020-08-28 14:45 UTC 

[PATCH v1] dmaengine: Save few bytes and increase readability of dma_request_chan()
 2020-08-28 14:45 UTC 

[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] "

[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 

post-receive: pub/scm/linux/kernel/git/krzk/linux
 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 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  (5+ 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 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

post-receive: pub/scm/linux/kernel/git/sudeep.holla/linux
 2020-08-28 14:31 UTC 

[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

post-receive: pub/scm/linux/kernel/git/bpf/bpf-next
 2020-08-28 14:28 UTC 

[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: "

post-receive: pub/scm/utils/stalld/stalld
 2020-08-28 14:22 UTC 

[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)

post-receive: pub/scm/linux/kernel/git/mszeredi/fuse
 2020-08-28 14:21 UTC 

[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)


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.