All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-07-10 13:25:46 to 2020-07-10 13:52:29 UTC [more...]

post-receive: pub/scm/linux/kernel/git/sudeep.holla/linux
 2020-07-10 13:52 UTC 

[RFC PATCH 0/4] thermal: Introduce support for monitoring falling temperature
 2020-07-10 13:51 UTC  (5+ messages)
` [RFC PATCH 1/4] dt-bindings:thermal:Add cold trip point type
` [RFC PATCH 2/4] thermal: Add support for cold trip point
` [RFC PATCH 3/4] thermal:core:Add genetlink notifications for monitoring falling temperature
` [RFC PATCH 4/4] thermal: Modify thermal governors to do nothing for "cold" trip points

[PATCH 1/2] v4l2-compliance: Add version command
 2020-07-10 13:51 UTC  (6+ messages)

drivers/media/v4l2-core/v4l2-compat-ioctl32.c:782 get_v4l2_buffer32_time32() warn: ignoring unreachable code
 2020-07-10 13:51 UTC 

[PATCH v3 0/4] zone-append support in io-uring and aio
 2020-07-10 13:51 UTC  (17+ messages)
  ` [PATCH v3 4/4] io_uring: add support for zone-append

[PATCH] io_uring: fix memleak in io_sqe_files_register()
 2020-07-10 14:14 UTC  (2+ messages)

[PULL 00/41] testing updates (vm, gitlab, misc build fixes)
 2020-07-10 13:50 UTC  (3+ messages)
` [PULL 04/41] tests/vm: Add configuration to basevm.py

[PATCH 0/2] Exynos5422 DMC: adjust to new devfreq monitoring mechanism
 2020-07-10 13:49 UTC  (12+ messages)
  ` [PATCH 1/2] memory: samsung: exynos5422-dmc: Adjust polling interval and uptreshold

[PATCH v6 00/10] MT6779 IOMMU SUPPORT
 2020-07-10 13:49 UTC  (6+ messages)
` [PATCH v6 07/10] iommu/mediatek: Add REG_MMU_WR_LEN_CTRL register definition

[PATCH net-next v1 0/5] add cable test support for ksz8081 and ksz8873
 2020-07-10 13:50 UTC  (9+ messages)
` [PATCH net-next v1 1/5] net: phy: micrel: use consistent indention after define
` [PATCH net-next v1 2/5] net: phy: micrel: apply resume errata workaround for ksz8873 and ksz8863
` [PATCH net-next v1 3/5] net: phy: micrel: ksz886x add MDI-X support
` [PATCH net-next v1 4/5] net: phy: micrel: ksz8081 "

[GIT PULL] first round of nvme updates for 5.9
 2020-07-10 13:48 UTC  (2+ messages)

[PATCH v2 0/6] riscv: Add k/uprobe supported
 2020-07-10 13:50 UTC  (4+ messages)
` [PATCH v2 6/6] riscv: Add KPROBES_ON_FTRACE supported

[PATCH v3 00/14] Add regulator devfreq support to Panfrost
 2020-07-10 13:50 UTC  (4+ messages)
` [PATCH v3 13/14] [DO NOT MERGE] arm64: dts: allwinner: h6: Add GPU OPP table

[PATCH v3] vmalloc: Add the right hint when vmalloc failed
 2020-07-10 13:49 UTC  (3+ messages)

[PATCH] iio: imu: st_lsm6dsx: reset hw ts after resume
 2020-07-10 13:49 UTC 

post-receive: pub/scm/linux/kernel/git/sudeep.holla/linux
 2020-07-10 13:49 UTC 

[PATCH v2 0/2] linux-user: fix print_syscall_err()
 2020-07-10 13:48 UTC  (3+ messages)
` [PATCH v2 1/2] linux-user: fix the errno value in print_syscall_err()

drivers//usb/chipidea/core.c:657 ci_usb_role_switch_set() error: double unlocked 'ci->lock' (orig line 638)
 2020-07-10 13:49 UTC 

[PATCH v7] Add basic SoC Support for Mediatek MT6779 SoC
 2020-07-10 13:47 UTC  (9+ messages)
` [PATCH v7 6/7] clk: mediatek: add UART0 clock support
` [PATCH v7 7/7] arm64: dts: add dts nodes for MT6779

[PATCH 1/3] ARM: dts: colibri-imx6: remove pinctrl-names orphan
 2020-07-10 13:47 UTC  (9+ messages)
` [PATCH 2/3] ARM: dts: colibri-imx6: add usb dual-role switch capability
` [PATCH 3/3] ARM: dts: colibri-imx7: "

[PATCH 00/25] dma-fence annotations, round 3
 2020-07-10 13:48 UTC  (9+ messages)
` [PATCH 02/25] dma-fence: prime lockdep annotations
              ` [Intel-gfx] "

[GIT PULL] more s390 updates for 5.8-rc5
 2020-07-10 13:47 UTC 

[PATCH] Update the cil docs to match the current behaviour
 2020-07-10 13:46 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v6 00/17] Add static_call
 2020-07-10 13:38 UTC  (18+ messages)
` [PATCH v6 01/17] notifier: Fix broken error handling pattern
` [PATCH v6 02/17] module: Fix up module_notifier return values
` [PATCH v6 03/17] module: Properly propagate MODULE_STATE_COMING failure
` [PATCH v6 04/17] jump_label,module: Fix module lifetime for __jump_label_mod_text_reserved
` [PATCH v6 05/17] compiler.h: Make __ADDRESSABLE() symbol truly unique
` [PATCH v6 06/17] static_call: Add basic static call infrastructure
` [PATCH v6 07/17] static_call: Add inline "
` [PATCH v6 08/17] static_call: Avoid kprobes on inline static_call()s
` [PATCH v6 09/17] x86/static_call: Add out-of-line static call implementation
` [PATCH v6 10/17] x86/static_call: Add inline static call implementation for x86-64
` [PATCH v6 11/17] static_call: Simple self-test
` [PATCH v6 12/17] x86/alternatives: Teach text_poke_bp() to emulate RET
` [PATCH v6 13/17] static_call: Add static_call_cond()
` [PATCH v6 14/17] static_call: Handle tail-calls
` [PATCH v6 15/17] static_call: Allow early init
` [PATCH v6 16/17] tracepoint: Optimize using static_call()
` [PATCH v6 17/17] x86/perf, static_call: Optimize x86_pmu methods

[PATCH v2 0/6] devres: provide and use devm_krealloc()
 2020-07-10 13:46 UTC  (8+ messages)
` [PATCH v2 4/6] devres: handle zero size in devm_kmalloc()
` [PATCH v2 5/6] devres: provide devm_krealloc()

[PATCHv5 bpf-next 0/3] xdp: add a new helper for dev map multicast support
 2020-07-10 13:46 UTC  (6+ messages)
` [PATCHv6 "
  ` [PATCHv6 bpf-next 1/3] "

[RFC v2 0/4] futex2: Add new futex interface
 2020-07-10 13:45 UTC  (3+ messages)

[dpdk-dev] Weird 2 KB MBUF data room requirement
 2020-07-10 13:45 UTC  (4+ messages)

[PATCH] can: j1939: fix double free in j1939_netdev_start
 2020-07-10 13:45 UTC 

[PATCH v4 00/17] perf: ftrace enhancement
 2020-07-10 13:43 UTC  (13+ messages)
` [PATCH v4 01/17] perf ftrace: select function/function_graph tracer automatically
` [PATCH v4 02/17] perf ftrace: add option '-F/--funcs' to list available functions
` [PATCH v4 03/17] perf ftrace: add option -t/--tid to filter by thread id
` [PATCH v4 04/17] perf ftrace: factor out function write_tracing_file_int()
` [PATCH v4 05/17] perf ftrace: add option '-m/--buffer-size' to set per-cpu buffer size
` [PATCH v4 06/17] perf ftrace: show trace column header
` [PATCH v4 07/17] perf ftrace: add option '--inherit' to trace children processes
` [PATCH v4 08/17] perf: util: add general function to parse sublevel options
` [PATCH v4 09/17] perf ftrace: add support for tracing option 'func_stack_trace'
` [PATCH v4 10/17] perf ftrace: add support for trace option sleep-time
` [PATCH v4 11/17] perf ftrace: add support for trace option funcgraph-irqs
` [PATCH v4 12/17] perf ftrace: add support for tracing option 'irq-info'

[PATCH] Replace HTTP links with HTTPS ones: kprobes
 2020-07-10 13:44 UTC  (3+ messages)

[PATCH] arm64/fixmap: make notes of fixed_addresses more precisely
 2020-07-10 13:43 UTC 

[tpm2] NV index counter rollback
 2020-07-10 13:44 UTC 

[Intel-gfx] [PATCH v2] drm/i915/gt: Be defensive in the face of false CS events
 2020-07-10 13:43 UTC  (4+ messages)
` [Intel-gfx] [PATCH v3] "

[PATCH v2] policycoreutils: setfiles: do not restrict checks against a binary policy
 2020-07-10 13:42 UTC  (3+ messages)

[PATCH net 0/2] mlxsw: Various fixes
 2020-07-10 13:41 UTC  (3+ messages)
` [PATCH net 1/2] mlxsw: spectrum_router: Remove inappropriate usage of WARN_ON()
` [PATCH net 2/2] mlxsw: pci: Fix use-after-free in case of failed devlink reload

[PATCH] efi: avoid error message when booting under Xen
 2020-07-10 13:41 UTC  (16+ messages)

[PATCH v8 1/2] dt-binding: Add DSI/LVDS TC358775 bridge bindings
 2020-07-10 13:41 UTC  (2+ messages)
` [PATCH v8 2/2] display/drm/bridge: TC358775 DSI/LVDS driver

[PATCH] kdb: prevent possible null deref in kdb_msg_write
 2020-07-10 13:41 UTC  (5+ messages)
` [PATCH v3] kdb: remove unnecessary null check of dbg_io_ops

[PATCH 1/3] firmware: arm_scmi: Remove zero-length array in SCMI Notifications
 2020-07-10 13:39 UTC  (6+ messages)
` [PATCH 2/3] firmware: arm_scmi: Remove unneeded __packed attribute
` [PATCH 3/3] firmware: arm_scmi: Remove fixed size fields from reports/scmi_event_header

[dpdk-dev] [PATCH v1 0/2] virtio: restrict pointer aliasing for loops vectorization
 2020-07-10 13:41 UTC  (4+ messages)
` [dpdk-dev] [PATCH v3 0/3] restrict pointer aliasing with a common wrapper
  ` [dpdk-dev] [PATCH v3 3/3] lib/vhost: restrict pointer aliasing for packed vpmd

[dpdk-dev] [PATCH] net: fix unneeded replacement of 0 by ffff for TCP checksum
 2020-07-10 13:41 UTC  (6+ messages)

Build failure in -next with get_user_pages_remote() API change
 2020-07-10 13:38 UTC  (4+ messages)

[PULL v2 00/53] Error reporting patches patches for 2020-07-07
 2020-07-10 13:31 UTC  (5+ messages)
` [PULL v2 14/53] qemu-option: Use returned bool to check for failure
` [PULL v2 26/53] qom: Put name parameter before value / visitor parameter
` [PULL v2 43/53] qemu-img: Ignore Error objects where the return value suffices
` [PULL v2 50/53] fw_cfg: Use ERRP_GUARD()

[PATCH v8 00/14] Rockchip ISP1 Driver
 2020-07-10 13:36 UTC  (7+ messages)
` [PATCH v8 03/14] media: rkisp1: Add user space ABI definitions

[PATCH] gpiolib: Add some warn print for easier to debug
 2020-07-10 13:38 UTC  (3+ messages)

[MPTCP] Re: multipath-tcp.org / net-next netlink PM API merge plans
 2020-07-10 13:37 UTC 

[PATCH v2] Remove the CONFIG_PRAGMA_DIAGNOSTIC_AVAILABLE switch
 2020-07-10 13:25 UTC  (2+ messages)

[PATCH 1/1] tty: serial: owl: Initialize lock before registering port
 2020-07-10 13:35 UTC  (5+ messages)

[PATCH v2 0/7] arm64: dts: mediatek: Add support for Lenovo IdeaPad Duet Chromebook
 2020-07-10 13:35 UTC  (4+ messages)

[RFC PATCH 00/16] Core scheduling v6
 2020-07-10 13:36 UTC  (4+ messages)
` [RFC PATCH 14/16] irq: Add support for core-wide protection of IRQ and softirq

[PATCH v3 00/17] perf: ftrace enhancement
 2020-07-10 13:35 UTC  (3+ messages)

MDIO Debug Interface
 2020-07-10 13:35 UTC  (4+ messages)

[RFC 00/65] target/riscv: support vector extension v0.9
 2020-07-10 13:13 UTC  (14+ messages)
` [RFC 41/65] target/riscv: rvv-0.9: floating-point compare instructions
` [RFC 47/65] target/riscv: rvv-0.9: floating-point slide instructions
` [RFC 48/65] target/riscv: rvv-0.9: narrowing fixed-point clip instructions
` [RFC 49/65] target/riscv: rvv-0.9: floating-point move instructions
` [RFC 55/65] target/riscv: rvv-0.9: remove vmford.vv and vmford.vf
` [RFC 59/65] target/riscv: rvv-0.9: narrowing floating-point/integer type-convert
` [RFC 60/65] softfloat: add fp16 and uint8/int8 interconvert functions
` [RFC 61/65] fpu: fix float16 nan check
` [RFC 64/65] target/riscv: use softfloat lib float16 comparison functions

WARNING in submit_audio_out_urb/usb_submit_urb
 2020-07-10 13:33 UTC  (5+ messages)
` 回复: "

[PATCH] softmmu/vl: Be less verbose about missing KVM when running the qtests
 2020-07-10 13:23 UTC  (2+ messages)

[PATCH] arm64: dts: mt8173: Re-measure capacity-dmips-mhz
 2020-07-10 13:34 UTC  (5+ messages)

[PATCH] btrfs: add missing check for nocow and compression inode flags
 2020-07-10 13:34 UTC  (5+ messages)

[dpdk-dev] [PATCH] pci: keep API compatibility with mmap values
 2020-07-10 13:34 UTC  (2+ messages)

[PATCH v8 00/12] Introduce CAP_PERFMON to secure system performance monitoring and observability
 2020-07-10 13:31 UTC  (2+ messages)

[RFC v2 1/1] memory: Delete assertion in memory_region_unregister_iommu_notifier
 2020-07-10 13:30 UTC  (11+ messages)

[dpdk-dev] [PATCH 0/9] python2 deprecation notice
 2020-07-10 13:33 UTC  (2+ messages)

cpufreq: intel_pstate: EPB with performance governor
 2020-07-10 13:33 UTC 

[PATCH linux dev-5.7 v2 0/2] clk: Aspeed: Fix eMMC clock speeds
 2020-07-10 13:33 UTC  (3+ messages)

[PATCH v7 1/4] driver core: add device probe log helper
 2020-07-10 13:31 UTC  (5+ messages)
  ` [PATCH v8 2/5] driver core: add deferring probe reason to devices_deferred property

[PATCH] hw/net/ftgmac100: Fix integer overflow in ftgmac100_do_tx()
 2020-07-10 13:20 UTC  (3+ messages)

[PATCH v1] regmap: Switch to use fwnode instead of OF one
 2020-07-10 13:32 UTC  (7+ messages)

[PATCH 1/3] gpio: mxc: Support module build
 2020-07-10 13:29 UTC  (5+ messages)
` [PATCH 3/3] ARM: imx_v6_v7_defconfig: Build in CONFIG_GPIO_MXC by default

[PATCH] ARM: uniphier: remove NAND reset code
 2020-07-10 13:31 UTC 

[PATCH v5 0/6] PCI: uniphier: Add features for UniPhier PCIe host controller
 2020-07-10 13:29 UTC  (5+ messages)
` [PATCH v5 6/6] PCI: uniphier: Use devm_platform_ioremap_resource_byname()

[PATCH v4 00/40] testing/next (vm, gitlab, fixes)
 2020-07-10 13:16 UTC  (3+ messages)
` [PATCH v4 36/40] gitlab: split build-disabled into two phases

[GIT PULL FOR v5.9] Various fixes
 2020-07-10 12:22 UTC  (2+ messages)
` [GIT PULL FOR v5.9] Various fixes (#65372)

[PULL 0/2] xen queue 2020-07-10
 2020-07-10 13:11 UTC  (3+ messages)
` [PULL 1/2] xen: Fix xen-legacy-backend qdev types
` [PULL 2/2] xen: cleanup unrealized flash devices

[PATCH net-next v2] icmp: support rfc 4884
 2020-07-10 13:29 UTC 

[PULL v2 00/52] Misc patches for QEMU 5.1 soft freeze
 2020-07-10 13:11 UTC  (7+ messages)

generic DMA bypass flag v4
 2020-07-10 13:26 UTC  (3+ messages)

[PATCH 1/2] nvme-tpc: don't use sendpage for pages not taking reference counter
 2020-07-10 13:26 UTC  (4+ messages)
` [PATCH 2/2] bcache: allocate meta data pages as compound pages

post-receive: pub/scm/linux/kernel/git/gregkh/driver-core
 2020-07-10 13:25 UTC 


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.