All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-12-02 17:44:06 to 2020-12-02 18:24:29 UTC [more...]

[PATCH 0/2] arm64: Support Enhanced PAN
 2020-12-02 18:23 UTC  (3+ messages)
` [PATCH 1/2] arm64: Support execute-only permissions with "

[PATCH] overlay: Implement volatile-specific fsync error behaviour
 2020-12-02 18:22 UTC  (5+ messages)

[PATCH] lib/find_bit: Add find_prev_*_bit functions
 2020-12-02 18:22 UTC  (5+ messages)
        ` (no subject)

[PATCH v2 24/24] pack-bitmap-write: better reuse bitmaps
 2020-12-02 18:22 UTC  (4+ messages)

[Buildroot] [PATCH/next v1] package/hdparm: bump version to 9.60
 2020-12-02 18:22 UTC 

[PATCH] ath11k: Fix an error handling path
 2020-12-02 18:20 UTC  (4+ messages)

[PATCH 1/1] Revert "media: dt-bindings: media: Use OF graph schema"
 2020-12-02 18:18 UTC  (2+ messages)

[PATCH RFC 00/39] x86/KVM: Xen HVM guest support
 2020-12-02 18:20 UTC  (6+ messages)
` [PATCH RFC 02/39] KVM: x86/xen: intercept xen hypercalls if enabled

[PATCH 0/6] prohibit pinning pages in ZONE_MOVABLE
 2020-12-02 18:19 UTC  (17+ messages)
` [PATCH 1/6] mm/gup: perform check_dax_vmas only when FS_DAX is enabled
` [PATCH 2/6] mm/gup: don't pin migrated cma pages in movable zone
` [PATCH 3/6] mm/gup: make __gup_longterm_locked common

[PATCH v2 1/3] ath11k: Don't cast ath11k_skb_cb to ieee80211_tx_info.control
 2020-12-02 18:19 UTC  (3+ messages)

[dpdk-dev] [PATCH 1/1] usertools: show hugepages on POWER systems
 2020-12-02 18:19 UTC 

[PATCH v12 00/14] Apply COR-filter to the block-stream permanently
 2020-12-02 18:18 UTC  (7+ messages)
` [PATCH v12 14/14] block: apply COR-filter to block-stream jobs

[PATCH v2 5/8] drm/amdgpu: Refactor sysfs removal
 2020-12-02 18:20 UTC  (14+ messages)

[ragnatech:media-tree] BUILD SUCCESS 67e061f044e46c9823e59ca7981786f858bfa292
 2020-12-02 18:17 UTC 

[soc:mediatek/drivers] BUILD REGRESSION cc6576029aedc79ce87b9fcb22cbd396d47f2852
 2020-12-02 18:16 UTC  (2+ messages)

[qemu-mainline test] 157142: regressions - FAIL
 2020-12-02 18:17 UTC 

MacOS: DNS setting has no effect if the tunnel is not the default gw
 2020-12-02 14:17 UTC  (3+ messages)

[PATCH 0/8] arm64: sunxi: Initial Allwinner H616 SoC support
 2020-12-02 18:20 UTC  (10+ messages)
` [PATCH 2/8] pinctrl: sunxi: Add support for the Allwinner H616 pin controller
` [PATCH 3/8] pinctrl: sunxi: Add support for the Allwinner H616-R "
` [PATCH 4/8] clk: sunxi-ng: Add support for the Allwinner H616 R-CCU

[PATCH v3 00/15] remoteproc: Add support for detaching from rproc
 2020-12-02 18:14 UTC  (7+ messages)
` [PATCH v3 07/15] remoteproc: Add new detach() remoteproc operation
` [PATCH v3 11/15] remoteproc: Add return value to function rproc_shutdown()
` [PATCH v3 13/15] remoteproc: Properly deal with a start request when attached

[PATCH 00/38] Support additional CCS PLL features, C-PHY
 2020-12-02 18:06 UTC  (39+ messages)
` [PATCH 01/38] ccs-pll: Don't use div_u64 to divide a 32-bit number
` [PATCH 02/38] ccs-pll: Split limits and PLL configuration into front and back parts
` [PATCH 03/38] ccs-pll: Use correct VT divisor for calculating VT SYS divisor
` [PATCH 04/38] ccs-pll: End search if there are no better values available
` [PATCH 05/38] ccs-pll: Remove parallel bus support
` [PATCH 06/38] ccs-pll: Differentiate between CSI-2 D-PHY and C-PHY
` [PATCH 07/38] ccs-pll: Move the flags field down, away from 8-bit fields
` [PATCH 08/38] ccs-pll: Document the structs in the header as well as the function
` [PATCH 09/38] ccs-pll: Use the BIT macro
` [PATCH 10/38] ccs-pll: Begin calculation from OP system clock frequency
` [PATCH 11/38] ccs-pll: Fix condition for pre-PLL divider lower bound
` [PATCH 12/38] ccs-pll: Avoid overflow in pre-PLL divisor lower bound search
` [PATCH 13/38] ccs-pll: Fix comment on check against maximum PLL multiplier
` [PATCH 14/38] ccs-pll: Fix check for PLL multiplier upper bound
` [PATCH 15/38] ccs-pll: Use explicit 32-bit unsigned type
` [PATCH 16/38] ccs-pll: Add support for lane speed model
` [PATCH 17/38] ccs: "
` [PATCH 18/38] ccs-pll: Add support for decoupled OP domain calculation
` [PATCH 19/38] ccs-pll: Add support for extended input PLL clock divider
` [PATCH 20/38] ccs-pll: Support two cycles per pixel on OP domain
` [PATCH 21/38] ccs-pll: Add support flexible OP PLL pixel clock divider
` [PATCH 22/38] ccs-pll: Add sanity checks
` [PATCH 23/38] ccs-pll: Add C-PHY support
` [PATCH 24/38] ccs-pll: Split off VT subtree calculation
` [PATCH 25/38] ccs-pll: Check for derating and overrating, support non-derating sensors
` [PATCH 26/38] ccs-pll: Better separate OP and VT sub-tree calculation
` [PATCH 27/38] ccs-pll: Print relevant information on PLL tree
` [PATCH 28/38] ccs-pll: Rework bounds checks
` [PATCH 29/38] ccs-pll: Make VT divisors 16-bit
` [PATCH 30/38] ccs-pll: Fix VT post-PLL divisor calculation
` [PATCH 31/38] ccs-pll: Separate VT divisor limit calculation from the rest
` [PATCH 32/38] ccs-pll: Add trivial dual PLL support
` [PATCH 33/38] ccs: Dual "
` [PATCH 34/38] ccs-pll: Add support for DDR OP system and pixel clocks
` [PATCH 35/38] ccs: Add support for DDR OP SYS and OP PIX clocks
` [PATCH 36/38] ccs: Print written register values
` [PATCH 37/38] ccs-pll: Print pixel rates
` [PATCH 38/38] ccs: Add support for obtaining C-PHY configuration from firmware

[PATCH] USB: serial: ftdi_sio: Helpful error on GPIO attempt
 2020-12-02 18:13 UTC  (3+ messages)

max fsverity descriptor size?
 2020-12-02 18:12 UTC 

[PATCH v2 00/42] Cleanup error handling in relocation
 2020-12-02 18:12 UTC  (7+ messages)
` [PATCH v2 13/42] btrfs: handle btrfs_record_root_in_trans failure in btrfs_recover_log_trees
` [PATCH v2 14/42] btrfs: handle btrfs_record_root_in_trans failure in create_subvol

net: macb: fail when there's no PHY
 2020-12-02 18:10 UTC  (4+ messages)

SRCU: Question on srcu_advance_state
 2020-12-02 18:10 UTC  (6+ messages)
  ` 回复: "
      ` 回复: "

[PATCH kernel] powerpc/kuap: Restore AMR after replaying soft interrupts
 2020-12-02 18:08 UTC  (3+ messages)

[PATCH] xen/arm: Add Cortex-A73 erratum 858921 workaround
 2020-12-02 18:11 UTC  (8+ messages)

[PATCH] scsi: core: fix race between handling STS_RESOURCE and completion
 2020-12-02 18:10 UTC  (2+ messages)

[PATCH] x86/cpu/amd: Remove dead code for TSEG region remapping
 2020-12-02 18:10 UTC  (4+ messages)

[PATCH v2 0/6] arm64: dts: qcom: qrb5165-rb5 audio support
 2020-12-02 18:07 UTC  (7+ messages)
` [PATCH v2 1/6] arm64: dts: qcom: sm8250: add apr and its services
` [PATCH v2 2/6] arm64: dts: qcom: sm8250: add audio clock controllers
` [PATCH v2 3/6] arm64: dts: qcom: sm8250: add lpass lpi pin controller node
` [PATCH v2 4/6] arm64: dts: qcom: sm8250: add wsa and va codec macros
` [PATCH v2 5/6] arm64: dts: qcom: sm8250: add mi2s pinconfs
` [PATCH v2 6/6] arm64: dts: qcom: qrb5165-rb5: Add Audio support

[PATCH v2 0/7] tty: add flag to suppress ready signalling on open
 2020-12-02 18:07 UTC  (2+ messages)

[PATCH v4 00/14] An alternative series for asymmetric AArch32 systems
 2020-12-02 18:08 UTC  (13+ messages)
` [PATCH v4 04/14] arm64: Kill 32-bit applications scheduled on 64-bit-only CPUs
` [PATCH v4 12/14] arm64: Prevent offlining first CPU with 32-bit EL0 on mismatched system

MMIO/PIO dispatch file descriptors (ioregionfd) design discussion
 2020-12-02 18:06 UTC  (2+ messages)

[patch] futex.7: Semantics section: Race condition in locking semantics description
 2020-12-02 18:07 UTC 

[PATCH] ARM: dts: imx6qdl-kontron-samx6i: fix pwms for lcd-backlight
 2020-12-02 18:05 UTC  (2+ messages)

[PATCH] arch/riscv: enable XIP
 2020-12-02 18:06 UTC  (3+ messages)

[PATCH] trace-cmd: Update .gitignore
 2020-12-02 18:06 UTC 

drm: Fix drm.h uapi header for Windows
 2020-12-02 18:06 UTC  (5+ messages)
` [PATCH] "

[RFC PATCH v0 00/19] x86/insn: Add an insn_decode() API
 2020-12-02 18:04 UTC  (7+ messages)

[PATCH] dm verity: correcting logic used with corrupted_errs counter
 2020-12-02 18:05 UTC 

[PATCH v2 000/106] CCS driver
 2020-12-02 18:02 UTC  (5+ messages)
` [PATCH v2 001/106] smiapp: Generate CCS register definitions and limits
  ` [PATCH v2 063/106] ccs-pll: Document the structs in the header as well as the function

re-routing multicast pkts after mangle table marking
 2020-12-02 18:04 UTC  (8+ messages)

power-off delay/hang due to commit 6d25be57 (mainline)
 2020-12-02 18:03 UTC  (11+ messages)

[LTP] [PATCH v5 00/10] Introduce SAFE_FANOTIFY_MARK() macro + cleanup
 2020-12-02 18:04 UTC  (4+ messages)
` [LTP] [PATCH v5 04/10] fanotify: Add helper for FAN_REPORT_FID support on fs

[PATCH] xen/iommu: vtd: Fix undefined behavior pci_vtd_quirks()
 2020-12-02 18:03 UTC  (3+ messages)

[net:master 1/3] ERROR: modpost: "__uio_register_device" undefined!
 2020-12-02 18:02 UTC  (10+ messages)

[PATCH v3 0/6] mm/hmm/nouveau: add THP migration to migrate_vma_*
 2020-12-02 18:01 UTC  (9+ messages)
` [PATCH v3 3/6] mm: support THP migration to device private memory

[PATCH 2/2] ARM: dts: imx8m: add UHS or HS400/HS400ES properties
 2020-12-02 18:01 UTC  (2+ messages)
` [PATCH v2 "

[Intel-gfx] [CI 1/2] drm/i915/gem: Limit lmem scatterlist elements to UINT_MAX
 2020-12-02 18:00 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/2] "

[PATCH 0/3] Three changes for UFS WriteBooster
 2020-12-02 17:58 UTC  (5+ messages)
` [PATCH 1/3] scsi: ufs: Add "wb_on" sysfs node to control WB on/off

[PATCH 1/2] ARM: dts: imx8m: increase off-on delay on the SD Vcc regulator
 2020-12-02 17:59 UTC  (2+ messages)
` [PATCH v2 "

[PATCH v5 00/11] Raspberry Pi PoE HAT fan support
 2020-12-02 17:56 UTC  (9+ messages)
` [PATCH v5 06/11] soc: bcm: raspberrypi-power: Release firmware handle on unbind
` [PATCH v5 07/11] staging: vchiq: "

[Bug 1906463] [NEW] "-device help" does not report all devices
 2020-12-02 17:55 UTC  (5+ messages)

[Intel-gfx] [PATCH v2 1/2] drm/i915/gem: Limit lmem scatterlist elements to UINT_MAX
 2020-12-02 17:57 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [v2,1/2] "

[RFC PATCH 2/2] power: supply: add sw-gauge for SOC estimation and CC correction
 2020-12-02 17:57 UTC  (2+ messages)

[PATCH v4 00/15] Cryptodisk fixes for v2.06 redux
 2020-12-02 17:56 UTC  (4+ messages)
` [PATCH v6 00/12] "
  ` [PATCH v6 05/12] luks2: grub_cryptodisk_t->total_sectors is the max number of device native sectors

[PATCH net] bonding: fix feature flag setting at init time
 2020-12-02 17:55 UTC  (4+ messages)
` [PATCH net v2] "

[PATCH net-next 0/6] Support setting lanes via ethtool
 2020-12-02 17:53 UTC  (11+ messages)
` [PATCH net-next 1/6] ethtool: Extend link modes settings uAPI with lanes

[PATCH v2 0/4] Chunk Heap Support on DMA-HEAP
 2020-12-02 17:54 UTC  (7+ messages)
` [PATCH v2 2/4] mm: introduce cma_alloc_bulk API

[PATCH 00/10] arm64: dts: imx8mm: Add Engicam i.Core MX8M Mini
 2020-12-02 17:53 UTC  (9+ messages)
` [PATCH 08/10] arm64: dts: imx8mm: Add Engicam i.Core MX8M Mini C.TOUCH 2.0
` [PATCH 10/10] arm64: dts: imx8mm: Add Engicam i.Core MX8M Mini C.TOUCH 2.0 10.1" OF

Multi-threaded npm build
 2020-12-02 17:54 UTC  (2+ messages)
` [OE-core] "

[git:media_tree/master] media: dt-bindings: media: Use OF graph schema
 2020-12-02 17:52 UTC  (5+ messages)

Plans to bring QMP 'x-blockdev-reopen' out of experimental?
 2020-12-02 17:51 UTC  (7+ messages)

[PATCH] fbdev: Remove udlfb driver
 2020-12-02 17:52 UTC  (9+ messages)

Fix Checkmodule when Writing down to older Module Versions
 2020-12-02 17:51 UTC  (2+ messages)

[PATCH v2] drivers: acpi: add opt-out of apple-specific property parsing
 2020-12-02 17:51 UTC  (2+ messages)

[Bug 1906536] [NEW] Unable to set SVE VL to 1024 bits or above since 7b6a2198
 2020-12-02 17:36 UTC  (3+ messages)
` [Bug 1906536] "

[PATCH bpf-next] libbpf: add retries in sys_bpf_prog_load
 2020-12-02 17:50 UTC 

[PATCH bpf-next] selftests/bpf: copy file using read/write in local storage test
 2020-12-02 17:49 UTC 

[PATCH v3 00/23] Opt-in always-on nVHE hypervisor
 2020-12-02 17:49 UTC  (6+ messages)
` [PATCH v3 16/23] kvm: arm64: Forward safe PSCI SMCs coming from host

[PATCH] linux-user/elfload: Fix handling of pure BSS segments
 2020-12-02 17:44 UTC  (4+ messages)
`  "

[bluez PATCH v1 0/3] Emit InterfacesAdded/InterfacesRemoved at correct root path
 2020-12-02 17:48 UTC  (5+ messages)
` [bluez PATCH v1 2/3] gdbus: Emit InterfacesAdded/Removed at app "
` [bluez PATCH v1 3/3] client: Fix add advertisement monitor

[PATCH 00/29] MHI changes for v5.11
 2020-12-02 17:48 UTC  (6+ messages)
` [PATCH 01/29] bus: mhi: Remove auto-start option

[dpdk-dev] [PATCH] doc: add profile with vtune section to prog guide
 2020-12-02 17:48 UTC 

[PATCH] PCI: Add pci reset quirk for Huawei Intelligent NIC virtual function
 2020-12-02 17:46 UTC  (5+ messages)

Adding modules to Apache2 during build
 2020-12-02 17:47 UTC  (2+ messages)
` [yocto] "

[PATCH v2 1/3] MAINTAINERS: Update ARM STI and ARM STM STM32MP Arch maintainers emails
 2020-12-02 17:47 UTC  (3+ messages)
` [PATCH v2 2/3] treewide: Update email address Patrick Delaunay and Patrice Chotard
` [PATCH v2 3/3] .mailmap: map Patrick Delaunay and my email address

[PATCH v4 0/4] media: meson: Add support for the Amlogic GE2D Accelerator Unit
 2020-12-02 17:44 UTC  (15+ messages)
` [PATCH v4 1/4] dt-bindings: media: Add bindings "
` [PATCH v4 2/4] media: meson: Add M2M driver "
` [PATCH v4 3/4] MAINTAINERS: Add myself as maintainer of the Amlogic GE2D driver
` [PATCH v4 4/4] arm64: dts: meson-axg: add GE2D node

[PATCH 5.9 000/152] 5.9.12-rc1 review
 2020-12-02 17:46 UTC  (3+ messages)

[PATCH v3 5/6] i2c: iproc: handle master read request
 2020-12-02 17:44 UTC  (7+ messages)

[PATCH 4/4] thermal/core: Remove ms based delay fields
 2020-12-02 17:44 UTC  (3+ 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.