All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-09-05 19:48:23 to 2020-09-05 21:02:49 UTC [more...]

[xen-unstable test] 153602: regressions - FAIL
 2020-09-05 21:02 UTC  (5+ messages)
` [PATCH] minios: Revert recent change and revert to working minios

[PATCH] linux-user: Map signal numbers in fcntl
 2020-09-05 21:01 UTC  (2+ messages)

[PATCH] Revert "env: Warn on force access if ENV_ACCESS_IGNORE_FORCE set"
 2020-09-05 21:00 UTC  (4+ messages)

[Buildroot] [PATCH 1/1] package/graphicsmagick: fix CVE-2020-12672
 2020-09-05 20:58 UTC 

[Bug 1894361] [NEW] linux-user: syscall.c lacks pselect6_time64
 2020-09-05 20:46 UTC  (2+ messages)
` [Bug 1894361] "

[Buildroot] More maintainers
 2020-09-05 20:55 UTC  (25+ messages)

Assigning Interrupt Handlers
 2020-09-05 20:54 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/gnutls: security bump to version 3.6.15
 2020-09-05 20:53 UTC 

[PATCH] linux-user: Correctly start brk after executable
 2020-09-05 20:51 UTC  (2+ messages)

[PATCH v1 00/12] Intel FPGA Security Manager Class Driver
 2020-09-05 20:52 UTC  (7+ messages)
` [PATCH v1 02/12] fpga: create intel max10 bmc security engine
` [PATCH v1 03/12] fpga: expose max10 flash update counts in sysfs
` [PATCH v1 04/12] fpga: expose max10 canceled keys "

[PATCH v2 0/2] ubifs: Fixes around ubifs-authentication.rst
 2020-09-05 20:43 UTC  (6+ messages)
` [PATCH v2 1/2] MAINTAINERS: Add ubifs-authentication.rst to UBIFS
` [PATCH v2 2/2] docs: ubifs-authentication: Add a top-level heading

[PATCH v2 00/16] x86: zboot: Enhance the 'zboot' command
 2020-09-05 20:51 UTC  (4+ messages)
` [PATCH v2 07/16] x86: zboot: Set up a sub-command structure

[PATCH v2 1/3] spl: fit: Minimally parse OS properties with FIT_IMAGE_TINY
 2020-09-05 20:51 UTC  (5+ messages)
` [PATCH v2 2/3] mksunxi_fit_atf.sh: Update FIT component descriptions
` [PATCH v2 3/3] sunxi: Add support for including SCP firmware

[PATCH v3 00/17] x86: zboot: Enhance the 'zboot' command
 2020-09-05 20:50 UTC  (18+ messages)
` [PATCH v3 01/17] x86: Update the bootparam header
` [PATCH v3 02/17] x86: zimage: Use a state struct to hold the state
` [PATCH v3 03/17] x86: zimage: Avoid using #ifdef
` [PATCH v3 04/17] x86: zboot: Move kernel-version code into a function
` [PATCH v3 05/17] x86: zboot: Correct image type
` [PATCH v3 06/17] x86: zimage: Disable interrupts just before booting
` [PATCH v3 07/17] x86: zboot: Set up a sub-command structure
` [PATCH v3 08/17] x86: zboot: Add a 'go' subcommand
` [PATCH v3 09/17] x86: zboot: Add an 'info' subcommand
` [PATCH v3 10/17] x86: zboot: Add an 'load' subcommand
` [PATCH v3 11/17] x86: zboot: Add an 'setup' subcommand
` [PATCH v3 12/17] x86: zboot: Set environment variables for image locations
` [PATCH v3 13/17] x86: zboot: Allow setting a separate setup base address
` [PATCH v3 14/17] x86: zboot: Add an option to dump the setup information
` [PATCH v3 15/17] x86: zboot: Allow overriding the command line
` [PATCH v3 16/17] cros: Update chromium documentation
` [PATCH v3 17/17] cros: Add information about booting Chrome OS on x86

[xen-unstable-smoke test] 153763: tolerable all pass - PUSHED
 2020-09-05 20:49 UTC 

[PATCH v4 00/31] Improvements for Tegra I2C driver
 2020-09-05 20:41 UTC  (32+ messages)
` [PATCH v4 01/31] i2c: tegra: Make tegra_i2c_flush_fifos() usable in atomic transfer
` [PATCH v4 02/31] i2c: tegra: Handle potential error of tegra_i2c_flush_fifos()
` [PATCH v4 03/31] i2c: tegra: Initialization div-clk rate unconditionally
` [PATCH v4 04/31] i2c: tegra: Remove i2c_dev.clk_divisor_non_hs_mode member
` [PATCH v4 05/31] i2c: tegra: Runtime PM always available on Tegra
` [PATCH v4 06/31] i2c: tegra: Remove error message used for devm_request_irq() failure
` [PATCH v4 07/31] i2c: tegra: Use reset_control_reset()
` [PATCH v4 08/31] i2c: tegra: Use devm_platform_get_and_ioremap_resource()
` [PATCH v4 09/31] i2c: tegra: Use platform_get_irq()
` [PATCH v4 10/31] i2c: tegra: Use clk-bulk helpers
` [PATCH v4 11/31] i2c: tegra: Factor out runtime PM and hardware initialization
` [PATCH v4 12/31] i2c: tegra: Move out all device-tree parsing into tegra_i2c_parse_dt()
` [PATCH v4 13/31] i2c: tegra: Clean up probe function
` [PATCH v4 14/31] i2c: tegra: Remove likely/unlikely from the code
` [PATCH v4 15/31] i2c: tegra: Remove bogus barrier()
` [PATCH v4 16/31] i2c: tegra: Remove "dma" variable from tegra_i2c_xfer_msg()
` [PATCH v4 17/31] i2c: tegra: Improve formatting of function variables
` [PATCH v4 18/31] i2c: tegra: Improve coding style of tegra_i2c_wait_for_config_load()
` [PATCH v4 19/31] i2c: tegra: Rename wait/poll functions
` [PATCH v4 20/31] i2c: tegra: Rename variable in tegra_i2c_issue_bus_clear()
` [PATCH v4 21/31] i2c: tegra: Factor out error recovery from tegra_i2c_xfer_msg()
` [PATCH v4 22/31] i2c: tegra: Factor out packet header setup "
` [PATCH v4 23/31] i2c: tegra: Factor out register polling into separate function
` [PATCH v4 24/31] i2c: tegra: Reorder location of functions in the code
` [PATCH v4 25/31] i2c: tegra: Check errors for both positive and negative values
` [PATCH v4 26/31] i2c: tegra: Consolidate error handling in tegra_i2c_xfer_msg()
` [PATCH v4 27/31] i2c: tegra: Clean up printk messages
` [PATCH v4 28/31] i2c: tegra: Clean up whitespaces, newlines and indentation
` [PATCH v4 29/31] i2c: tegra: Improve driver module description
` [PATCH v4 30/31] i2c: tegra: Clean up and improve comments
` [PATCH v4 31/31] i2c: tegra: Rename couple "ret" variables to "err"

[PATCH v5 0/7] Hirschmann Hellcreek DSA driver
 2020-09-05 20:42 UTC  (3+ messages)
` [PATCH v5 2/7] net: dsa: Add DSA driver for Hirschmann Hellcreek switches

[PATCH] PCI: Unify ECAM constants in native PCI Express drivers
 2020-09-05 20:44 UTC  (5+ messages)

[net-next PATCH v2] net: gemini: Clean up phy registration
 2020-09-05 20:42 UTC 

[PATCH] configure: Fixes ncursesw detection under msys2/mingw and enable curses
 2020-09-05 20:42 UTC  (2+ messages)

[PATCH v2 0/2] linux-user: Adding support for a group of 4 time64 syscalls
 2020-09-05 20:41 UTC  (5+ messages)
` [PATCH v2 1/2] linux-user: Add support for ppoll_time64() and pselect6_time64()

[net-next PATCH] net: gemini: Try to register phy before netdev
 2020-09-05 20:41 UTC  (3+ messages)

[Buildroot] [git commit] package/python-crayons : new package
 2020-09-05 20:40 UTC 

[Buildroot] [PATCH v4 1/1] package/makedumpfile: new package
 2020-09-05 20:39 UTC  (2+ messages)

+ checkpatch-warn-on-self-assignments-checkpatch-fixes.patch added to -mm tree
 2020-09-05 20:38 UTC 

About BLKSECTGET in sg
 2020-09-05 20:36 UTC  (4+ messages)
` [PATCH 1/4] scsi: sg: fix BLKSECTGET ioctl

+ checkpatch-warn-on-self-assignments.patch added to -mm tree
 2020-09-05 20:36 UTC 

[PATCH] MAINTAINERS: repair reference in LYNX PCS MODULE
 2020-09-05 20:36 UTC  (5+ messages)

[PATCH] tests: Fixes building test-util-filemonitor.c on msys2/mingw
 2020-09-05 20:34 UTC  (2+ messages)

+ mm-swap-fix-confusing-comment-in-release_pages.patch added to -mm tree
 2020-09-05 20:34 UTC 

+ mm-vmstat-use-helper-macro-abs.patch added to -mm tree
 2020-09-05 20:33 UTC 

+ mm-madvise-introduce-process_madvise-syscall-an-external-memory-hinting-api-fix-fix-fix.patch added to -mm tree
 2020-09-05 20:32 UTC 

[Buildroot] [PATCH v2 0/2] Include makefiles from GLOBAL_PATCH_DIR
 2020-09-05 20:32 UTC  (2+ messages)

[PATCH 1/3 v4 net-next] lib8390: Fix coding-style issues and remove verion printing
 2020-09-05 20:29 UTC  (2+ messages)

GREETINGS!!!
 2020-09-05 18:36 UTC 

GREETINGS!!!
 2020-09-05 18:36 UTC 

Disable EISA and probes
 2020-09-05 20:25 UTC  (8+ messages)

GREETINGS!!!
 2020-09-05 18:36 UTC 

GREETINGS!!!
 2020-09-05 18:36 UTC 

GREETINGS!!!
 2020-09-05 18:36 UTC 

[PATCH 2/3 v4 net-next] 8390: Miscellaneous cleanups
 2020-09-05 20:22 UTC  (2+ messages)

[Buildroot] [PATCH 1/2] package/linux-headers: drop 5.7 headers
 2020-09-05 20:19 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] {linux, linux-headers}: bump 4.{4, 9, 14, 19}.x / 5.4.x series

[PATCH 00/22] add support for Clang LTO
 2020-09-05 20:17 UTC  (5+ messages)
` [PATCH v2 00/28] Add "
  ` [PATCH v2 09/28] kbuild: add "

[Buildroot] [PATCH 1/1] Config.in: -fstack-protector-all needs PIE
 2020-09-05 20:18 UTC  (2+ messages)

[PATCH] spi: Fix memory leak on splited transfers
 2020-09-05 20:14 UTC 

[PATCH v17 00/20] iommu/arm-smmu + drm/msm: per-process GPU pgtables
 2020-09-05 20:04 UTC  (71+ messages)
` [PATCH v17 01/20] drm/msm: Remove dangling submitqueue references
` [PATCH v17 02/20] drm/msm: Add private interface for adreno-smmu
` [PATCH v17 03/20] drm/msm/gpu: Add dev_to_gpu() helper
` [PATCH v17 04/20] drm/msm: Set adreno_smmu as gpu's drvdata
` [PATCH v17 05/20] drm/msm: Add a context pointer to the submitqueue
` [PATCH v17 06/20] drm/msm: Drop context arg to gpu->submit()
` [PATCH v17 07/20] drm/msm: Set the global virtual address range from the IOMMU domain
` [PATCH v17 08/20] drm/msm: Add support to create a local pagetable
` [PATCH v17 09/20] drm/msm: Add support for private address space instances
` [PATCH v17 10/20] drm/msm/a6xx: Add support for per-instance pagetables
` [PATCH v17 11/20] drm/msm: Show process names in gem_describe
` [PATCH v17 12/20] iommu/arm-smmu: Pass io-pgtable config to implementation specific function
` [PATCH v17 13/20] iommu/arm-smmu: Add support for split pagetables
` [PATCH v17 14/20] iommu/arm-smmu: Prepare for the adreno-smmu implementation
` [PATCH v17 15/20] iommu/arm-smmu: Constify some helpers
` [PATCH v17 16/20] iommu/arm-smmu-qcom: Add implementation for the adreno GPU SMMU
` [PATCH v17 17/20] iommu/arm-smmu: Add a way for implementations to influence SCTLR
` [PATCH v17 18/20] dt-bindings: arm-smmu: Add compatible string for Adreno GPU SMMU
` [PATCH v17 19/20] arm: dts: qcom: sm845: Set the compatible string for the "
` [PATCH v17 20/20] arm: dts: qcom: sc7180: "

[Buildroot] [git commit branch/2020.05.x] .gitlab-ci.yml: use python3 for flake8 run
 2020-09-05 20:04 UTC 

[PATCH v2 net-next 0/2] ionic: add devlink dev flash support
 2020-09-05 20:04 UTC  (4+ messages)
` [PATCH v2 net-next 2/2] ionic: add devlink firmware update

[Buildroot] [git commit branch/2020.05.x] gitlab-ci: update the image version
 2020-09-05 20:04 UTC 

[Buildroot] [git commit] package/makedumpfile: new package
 2020-09-05 20:04 UTC 

[Buildroot] [git commit branch/2020.02.x] .gitlab-ci.yml: use python3 for flake8 run
 2020-09-05 20:03 UTC 

[Buildroot] [PATCH] {linux, linux-headers}: add version 5.8
 2020-09-05 20:03 UTC  (2+ messages)

[Buildroot] [PATCH v4 1/1] package/multipath-tools: new package
 2020-09-05 20:03 UTC  (3+ messages)

[Buildroot] [git commit] {linux, linux-headers}: add version 5.8
 2020-09-05 20:02 UTC 

[PATCH] pretty: allow to override the built-in formats
 2020-09-05 19:52 UTC  (2+ messages)

[Buildroot] [git commit branch/2020.02.x] gitlab-ci: update the image version
 2020-09-05 19:49 UTC 

[PATCH v4 00/14] more miscellaneous Bloom filter improvements
 2020-09-05 19:49 UTC  (11+ messages)
` [PATCH v4 07/14] bloom: split 'get_bloom_filter()' in two

[PATCH 0/2] Unify trailers formatting logic for pretty.c and ref-filter.c
 2020-09-05 19:48 UTC  (2+ messages)
` [PATCH 2/2] ref-filter: using pretty.c logic for trailers


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.