messages from 2020-06-24 14:46:21 to 2020-06-24 15:11:04 UTC [more...]
[PATCH 00/10] Fix a bunch of W=1 warnings in MFD
2020-06-24 15:07 UTC (14+ messages)
` [PATCH 01/10] mfd: twl4030-irq: Fix incorrect type in assignment warning
` [PATCH 02/10] mfd: twl4030-irq: Fix cast to restricted __le32 warning
` [PATCH 03/10] mfd: tps6586x: "
` [PATCH 04/10] mfd: altera-sysmgr: Fix physical address storing hacks
` [PATCH 05/10] mfd: sprd-sc27xx-spi: Fix symbol 'sprd_pmic_detect_charger_type' was not declared warning
` [PATCH 06/10] mfd: ab3100-core: Fix incompatible types in comparison expression warning
` [PATCH 07/10] mfd: ab8500-debugfs: Fix incompatible types in comparison expression issue
` [PATCH 08/10] mfd: tc3589x: Remove invalid use of kerneldoc syntax
` [PATCH 09/10] mfd: wm8400-core: Supply description for wm8400_reset_codec_reg_cache's arg
` [PATCH 10/10] mfd: wm831x-core: Supply description wm831x_reg_{un}lock args
-enablefips
2020-06-24 15:09 UTC (3+ messages)
[PATCH 1/1] clk: qcom: smd: Add support for MSM8992/4 rpm clocks
2020-06-24 15:09 UTC (2+ messages)
[dpdk-dev] [RFC 0/2] add basic ethdev stats with data object recursion
2020-06-24 15:09 UTC (4+ messages)
` [dpdk-dev] [PATCH v2 "
` [dpdk-dev] [PATCH v2 1/2] telemetry: support array values in data objects
move block bits out of fs.h
2020-06-24 15:09 UTC (2+ messages)
[PATCH v2] ARM: imx6plus: enable internal routing of clk_enet_ref where possible
2020-06-24 15:05 UTC (2+ messages)
[dpdk-dev] [PATCH] eal: generic counter based loop for CPU freq calculation
2020-06-24 15:09 UTC (2+ messages)
[PATCH] xfs: remove useless definitions in xfs_linux.h
2020-06-24 15:08 UTC
[PATCH v2 0/4] Tegra Video Decoder driver power management corrections
2020-06-24 15:08 UTC (7+ messages)
` [PATCH v2 1/4] media: staging: tegra-vde: Balance runtime PM use-count on resume failure
` [PATCH v2 2/4] media: staging: tegra-vde: Runtime PM is always available on Tegra
` [PATCH v2 3/4] media: staging: tegra-vde: Turn ON power domain on shutdown
` [PATCH v2 4/4] media: staging: tegra-vde: Power-cycle hardware on probe
[PATCH 0/8] Fix a bunch of W=1 warnings in Backlight
2020-06-24 14:57 UTC (36+ messages)
` [PATCH 1/8] backlight: lms501kf03: Remove unused const variables
` [PATCH 2/8] backlight: lcd: Add missing kerneldoc entry for 'struct device parent'
` [PATCH 3/8] backlight: ili922x: Add missing kerneldoc descriptions for CHECK_FREQ_REG() args
` [PATCH 4/8] backlight: ili922x: Remove invalid use of kerneldoc syntax
` [PATCH 5/8] backlight: ili922x: Add missing kerneldoc description for ili922x_reg_dump()'s arg
` [PATCH 6/8] backlight: backlight: Supply description for function args in existing Kerneldocs
` [PATCH 7/8] backlight: lm3630a_bl: Remove invalid checks for unsigned int < 0
` [PATCH 8/8] backlight: qcom-wled: Remove unused configs for LED3 and LED4
[dpdk-dev] [PATCH 1/3] test/crypto: fix asym session mempool creation
2020-06-24 15:08 UTC (6+ messages)
` [dpdk-dev] [PATCH 2/3] cryptodev: verify session mempool element size
` [dpdk-dev] [PATCH 3/3] crypto/qat: verify session IOVA
[PATCH] drm/bridge: dw-mipi-dsi.c: remove unused header file
2020-06-24 15:08 UTC (3+ messages)
[PATCH 0/3] Accommodate for pu having been renamed to seen
2020-06-24 15:07 UTC (6+ messages)
` [PATCH v2 "
` [PATCH v2 1/3] docs: adjust for the recent rename of `pu` to `seen`
` [PATCH v2 2/3] docs: adjust the technical overview for the rename `pu` -> `seen`
` [PATCH v2 3/3] tests: reference `seen` wherever `pu` was referenced
[RESEND PATCH v5 0/5] driver core: add probe error check helper
2020-06-24 15:04 UTC (24+ messages)
` [RESEND PATCH v5 3/5] drivers core: allow probe_err accept integer and pointer types
` [RESEND PATCH v5 1/5] driver core: add probe_err log helper
[PATCH] arm64: defconfig: enable QoriQ dependencies as modules
2020-06-24 15:04 UTC (4+ messages)
[PATCH v2] xfs: reintroduce PF_FSTRANS for transaction reservation recursion protection
2020-06-24 15:05 UTC
[PATCH] blk-rq-qos: remove redundant finish_wait to rq_qos_wait
2020-06-24 15:06 UTC (2+ messages)
[PATCH 0/2] powerpc/papr_scm: add support for reporting NVDIMM 'life_used_percentage' metric
2020-06-24 14:58 UTC (5+ messages)
` [PATCH 1/2] powerpc/papr_scm: Fetch nvdimm performance stats from PHYP
[PATCH v3 00/15] HWPOISON: soft offline rework
2020-06-24 15:01 UTC (16+ messages)
` [PATCH v3 01/15] mm,hwpoison: cleanup unused PageHuge() check
` [PATCH v3 02/15] mm, hwpoison: remove recalculating hpage
` [PATCH v3 03/15] mm,madvise: call soft_offline_page() without MF_COUNT_INCREASED
` [PATCH v3 04/15] mm,madvise: Refactor madvise_inject_error
` [PATCH v3 05/15] mm,hwpoison-inject: don't pin for hwpoison_filter
` [PATCH v3 06/15] mm,hwpoison: Un-export get_hwpoison_page and make it static
` [PATCH v3 07/15] mm,hwpoison: Kill put_hwpoison_page
` [PATCH v3 08/15] mm,hwpoison: remove MF_COUNT_INCREASED
` [PATCH v3 09/15] mm,hwpoison: remove flag argument from soft offline functions
` [PATCH v3 10/15] mm,hwpoison: Unify THP handling for hard and soft offline
` [PATCH v3 11/15] mm,hwpoison: Rework soft offline for free pages
` [PATCH v3 12/15] mm,hwpoison: Rework soft offline for in-use pages
` [PATCH v3 13/15] mm,hwpoison: Refactor soft_offline_huge_page and __soft_offline_page
` [PATCH v3 14/15] mm,hwpoison: Return 0 if the page is already poisoned in soft-offline
` [PATCH v3 15/15] mm,hwpoison: introduce MF_MSG_UNSPLIT_THP
[dpdk-dev] [PATCH] bugfix: rte_raw_checksum
2020-06-24 15:04 UTC (4+ messages)
` [dpdk-dev] [dpdk-stable] "
[PATCH v2 00/12] MSM8994 peripheral enablement, DTS updates
2020-06-24 15:03 UTC (6+ messages)
` [PATCH v2 04/12] arm64: dts: qcom: msm8994: Add support for SMD RPM
[PATCH v3 0/8] MSM8994 peripheral enablement, DTS updates
2020-06-24 15:01 UTC (9+ messages)
` [PATCH v3 1/8] firmware: qcom_scm: Add msm8994 compatible
` [PATCH v3 2/8] arm64: dts: qcom: msm8994: Add SCM node
` [PATCH v3 3/8] arm64: dts: qcom: msm8992: Add a label to rpm-requests
` [PATCH v3 4/8] arm64: dts: qcom: msm8992: Remove regulators from SoC DTSI
` [PATCH v3 5/8] mailbox: qcom: Add msm8994 apcs compatible
` [PATCH v3 6/8] arm64: dts: qcom: msm8994: Add support for SMD RPM
` [PATCH v3 7/8] arm64: dts: qcom: Move msm8994-smd-rpm contents to lg-bullhead
` [PATCH v3 8/8] arm64: dts: qcom: Add support for Sony Xperia Z5 (SoMC Sumire-RoW)
[PATCH bpf-next] libbpf: add debug message for each created program
2020-06-24 15:03 UTC (5+ messages)
[GIT PULL FOR v5.9] More fixes
2020-06-24 15:02 UTC (3+ messages)
` [GIT PULL FOR v5.9] More fixes (#64876)
[PATCH 0/8] SDM630 and Ninges fixes
2020-06-24 15:01 UTC (4+ messages)
` [PATCH 3/8] arm64: dts: qcom: sdm630: Add tsens node
[PATCH v3 7/7] Input: Add "inhibited" property
2020-06-24 15:00 UTC (6+ messages)
` [PATCH v4 0/7] Support inhibiting input devices
` [PATCH v4 3/7] ACPI: button: Access input device's users under appropriate mutex
[RFC PATCH 0/2] MTE support for KVM guest
2020-06-24 14:59 UTC (7+ messages)
[linux-next:pending-fixes] BUILD SUCCESS 1c7e639860a8c025e73c4e18ab7b6b8116175659
2020-06-24 15:01 UTC
Current Azure CI failures
2020-06-24 15:02 UTC
(no subject)
2020-06-24 15:01 UTC (7+ messages)
` [PATCH 05/15] mm: allow read-ahead with IOCB_NOWAIT set
[Intel-wired-lan] [jkirsher-next-queue:dev-queue] BUILD REGRESSION ab8c4db90d352622139fe9b553ddd0fcfe8089ba
2020-06-24 15:01 UTC
stable-rc/linux-4.14.y baseline: 33 runs, 1 regressions (v4.14.183-374-g1c6114e25934)
2020-06-24 15:00 UTC
[PATCH 1/2] scripts/install-buildtools: Update to 3.2 M1 buildtools
2020-06-24 14:59 UTC (2+ messages)
` [PATCH 2/2] scripts/install-buildtools: Handle new format checksum files
Generic Netlink multipart messages
2020-06-24 14:59 UTC
[PATCH v3 0/8] s390: Extended-Length SCCB & DIAGNOSE 0x318
2020-06-24 14:57 UTC (7+ messages)
` [PATCH v3 6/8] s390/sclp: add extended-length sccb support for kvm guest
[dpdk-dev] [PATCH 0/2] Windows bus/vdev support
2020-06-24 14:56 UTC (3+ messages)
` [dpdk-dev] [PATCH 1/2] eal/windows: Add needed calls to detect vdev PMD
` [dpdk-dev] [PATCH 2/2] bus/vdev: Windows support
[virtio-dev] [PATCH v25 QEMU 0/3] virtio-balloon: add support for page poison and free page reporting
2020-06-24 14:56 UTC (10+ messages)
` [virtio-dev] [PATCH v25 QEMU 3/3] virtio-balloon: Replace free page hinting references to 'report' with 'hint'
` [virtio-dev] "
` "
[PATCH v2 00/25] testing/next (vm, gitlab, docker)
2020-06-24 14:56 UTC (3+ messages)
` [PATCH v2 24/25] gitlab: add avocado asset caching
[Ocfs2-devel] [bug report] ocfs2: fix value of OCFS2_INVALID_SLOT
2020-06-24 14:57 UTC (3+ messages)
[PATCH][next] drm/amdgpu: ensure 0 is returned for success in jpeg_v2_5_wait_for_idle
2020-06-24 14:54 UTC (4+ messages)
[PATCH] drm/amdgpu: SI support for UVD and VCE power managment
2020-06-24 14:55 UTC (2+ messages)
[PATCH v2 0/5] Improvements of the stackleak gcc plugin
2020-06-24 14:53 UTC (13+ messages)
` [PATCH v2 1/5] gcc-plugins/stackleak: Don't instrument itself
` [PATCH v2 2/5] ARM: vdso: Don't use gcc plugins for building vgettimeofday.c
` [PATCH v2 3/5] arm64: "
` [PATCH v2 5/5] gcc-plugins/stackleak: Add 'verbose' plugin parameter
[PATCH v8 00/13] perf: support enable and disable commands in stat and record modes
2020-06-24 14:55 UTC (5+ messages)
` [PATCH v8 12/13] perf record: implement control commands handling
[dpdk-dev] [PATCH] compress/qat: revert change in GEN3 marketing name
2020-06-24 14:55 UTC (5+ messages)
[Intel-wired-lan] [jkirsher-next-queue:40GbE] BUILD SUCCESS dc6cfe5d9f4441deec424e658609f9ab9634c3af
2020-06-24 14:54 UTC
[PATCH] media: rcar-vin: Move media_device_register to async completion
2020-06-24 14:54 UTC (6+ messages)
[PATCH v7 00/17] wilc1000: move out of staging
2020-06-24 14:52 UTC (5+ messages)
[PATCH] gpio: add GPO driver for PCA9570
2020-06-24 14:52 UTC (7+ messages)
[PATCH] bcache: journel: use for_each_clear_bit() to simplify the code
2020-06-24 14:51 UTC (2+ messages)
[dpdk-dev] [PATCH] net/mlx5: fix iterator type in Rx queue management
2020-06-24 14:13 UTC
[PATCH v2] block: release bip in a right way in error path
2020-06-24 14:49 UTC (2+ messages)
[PATCH v2 0/2] usb: dwc3: gadget: improve isoc handling
2020-06-24 14:49 UTC (3+ messages)
` [PATCH v2 1/2] usb: dwc3: gadget: make starting isoc transfers more robust
` [PATCH v2 2/2] usb: dwc3: gadget: when the started list is empty stop the active xfer
RAID types & chunks sizes for new NAS drives
2020-06-24 14:49 UTC (5+ messages)
overlayfs regression
2020-06-24 14:48 UTC
[PATCH rdma-next v1 0/2] Convert XRC to use xarray
2020-06-24 14:48 UTC (8+ messages)
` [PATCH rdma-next v1 2/2] RDMA/core: Optimize XRC target lookup
[PATCH] media: s5p-g2d: Fix a memory leak in an error handling path in 'g2d_probe()'
2020-06-24 14:46 UTC (2+ messages)
[PATCH v2 0/3] Fix difftool problem with intent-to-add files
2020-06-24 14:47 UTC (5+ messages)
` [PATCH v3 "
` [PATCH v3 1/3] diff-files --raw: handle intent-to-add files correctly
` [PATCH v3 2/3] diff-files: fix incorrect usage of an empty tree
` [PATCH v3 3/3] difftool -d: ensure that intent-to-add files are handled correctly
[PATCH v3 0/8] Allow overriding the default name of the default branch
2020-06-24 14:46 UTC (11+ messages)
` [PATCH v4 0/9] "
` [PATCH v4 1/9] fmt-merge-msg: stop treating `master` specially
` [PATCH v4 2/9] send-pack/transport-helper: avoid mentioning a particular branch
` [PATCH v4 3/9] submodule: fall back to remote's HEAD for missing remote.<name>.branch
` [PATCH v4 4/9] docs: add missing diamond brackets
` [PATCH v4 5/9] init: allow specifying the initial branch name for the new repository
` [PATCH v4 6/9] init: allow setting the default for the initial branch name via the config
` [PATCH v4 7/9] clone: use configured default branch name when appropriate
` [PATCH v4 8/9] remote: use the "
` [PATCH v4 9/9] testsvn: respect `init.defaultBranch`
[PATCH 00/22] gpio: cdev: add uAPI V2
2020-06-24 14:46 UTC (3+ messages)
` [PATCH 10/22] gpiolib: cdev: fix minor race in GET_LINEINFO_WATCH
stable-rc/linux-5.4.y baseline: 54 runs, 1 regressions (v5.4.44-778-gf7f032930408)
2020-06-24 14:46 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.