linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-08 12:04:49 to 2019-11-08 13:12:42 UTC [more...]

[PATCH 0/5] Enable per-file/directory DAX operations
 2019-11-08 13:12 UTC  (5+ messages)
` [PATCH 5/5] fs/xfs: Allow toggle of physical DAX flag

[PATCH] fbdev/omap: fix max fclk divider for omap36xx
 2019-11-08 13:10 UTC  (2+ messages)

[PATCH 1/3] dt-bindings: iio: adc: add support for AD5940
 2019-11-08 13:09 UTC  (3+ messages)
` [PATCH 2/3] iio: adc: add driver "
` [PATCH 3/3] MAINTAINERS: add maintainer "

[PATCH] fbdev/omap: fix max fclk divider for omap36xx
 2019-11-08 13:09 UTC  (3+ messages)

[PATCH 0/2] Intel IFC VF driver for VDPA
 2019-11-08 13:07 UTC  (9+ messages)
` [PATCH 1/2] IFC hardware operation layer
` [PATCH 2/2] IFC VDPA layer

[PATCH v4 00/47] QUICC Engine support on ARM and ARM64
 2019-11-08 13:01 UTC  (48+ messages)
` [PATCH v4 01/47] soc: fsl: qe: remove space-before-tab
` [PATCH v4 02/47] soc: fsl: qe: drop volatile qualifier of struct qe_ic::regs
` [PATCH v4 03/47] soc: fsl: qe: rename qe_(clr/set/clrset)bit* helpers
` [PATCH v4 04/47] soc: fsl: qe: introduce qe_io{read,write}* wrappers
` [PATCH v4 05/47] soc: fsl: qe: avoid ppc-specific io accessors
` [PATCH v4 06/47] soc: fsl: qe: replace spin_event_timeout by readx_poll_timeout_atomic
` [PATCH v4 07/47] soc: fsl: qe: qe.c: guard use of pvr_version_is() with CONFIG_PPC32
` [PATCH v4 08/47] soc: fsl: qe: drop unneeded #includes
` [PATCH v4 09/47] soc: fsl: qe: drop assign-only high_active in qe_ic_init
` [PATCH v4 10/47] soc: fsl: qe: remove pointless sysfs registration in qe_ic.c
` [PATCH v4 11/47] soc: fsl: qe: use qe_ic_cascade_{low,high}_mpic also on 83xx
` [PATCH v4 12/47] soc: fsl: qe: move calls of qe_ic_init out of arch/powerpc/
` [PATCH v4 13/47] powerpc/83xx: remove mpc83xx_ipic_and_qe_init_IRQ
` [PATCH v4 14/47] powerpc/85xx: remove mostly pointless mpc85xx_qe_init()
` [PATCH v4 15/47] soc: fsl: qe: move qe_ic_cascade_* functions to qe_ic.c
` [PATCH v4 16/47] soc: fsl: qe: rename qe_ic_cascade_low_mpic -> qe_ic_cascade_low
` [PATCH v4 17/47] soc: fsl: qe: remove unused qe_ic_set_* functions
` [PATCH v4 18/47] soc: fsl: qe: don't use NO_IRQ in qe_ic.c
` [PATCH v4 19/47] soc: fsl: qe: make qe_ic_get_{low,high}_irq static
` [PATCH v4 20/47] soc: fsl: qe: simplify qe_ic_init()
` [PATCH v4 21/47] soc: fsl: qe: merge qe_ic.h headers into qe_ic.c
` [PATCH v4 22/47] soc: fsl: qe: qe.c: use of_property_read_* helpers
` [PATCH v4 23/47] soc: fsl: qe: qe_io.c: don't open-code of_parse_phandle()
` [PATCH v4 24/47] soc: fsl: qe: qe_io.c: access device tree property using be32_to_cpu
` [PATCH v4 25/47] soc: fsl: qe: qe_io.c: use of_property_read_u32() in par_io_init()
` [PATCH v4 26/47] soc: fsl: move cpm.h from powerpc/include/asm to include/soc/fsl
` [PATCH v4 27/47] soc/fsl/qe/qe.h: update include path for cpm.h
` [PATCH v4 28/47] serial: ucc_uart: explicitly include soc/fsl/cpm.h
` [PATCH v4 29/47] serial: ucc_uart: replace ppc-specific IO accessors
` [PATCH v4 30/47] serial: ucc_uart: factor out soft_uart initialization
` [PATCH v4 31/47] serial: ucc_uart: stub out soft_uart_init for !CONFIG_PPC32
` [PATCH v4 32/47] serial: ucc_uart: use of_property_read_u32() in ucc_uart_probe()
` [PATCH v4 33/47] serial: ucc_uart: access __be32 field using be32_to_cpu
` [PATCH v4 34/47] soc: fsl: qe: change return type of cpm_muram_alloc() to s32
` [PATCH v4 35/47] soc: fsl: qe: make cpm_muram_free() return void
` [PATCH v4 36/47] soc: fsl: qe: make cpm_muram_free() ignore a negative offset
` [PATCH v4 37/47] soc: fsl: qe: drop broken lazy call of cpm_muram_init()
` [PATCH v4 38/47] soc: fsl: qe: refactor cpm_muram_alloc_common to prevent BUG on error path
` [PATCH v4 39/47] soc: fsl: qe: avoid IS_ERR_VALUE in ucc_slow.c
` [PATCH v4 40/47] soc: fsl: qe: drop use of IS_ERR_VALUE in qe_sdma_init()
` [PATCH v4 41/47] soc: fsl: qe: drop pointless check "
` [PATCH v4 42/47] soc: fsl: qe: avoid IS_ERR_VALUE in ucc_fast.c
` [PATCH v4 43/47] net/wan/fsl_ucc_hdlc: avoid use of IS_ERR_VALUE()
` [PATCH v4 44/47] net/wan/fsl_ucc_hdlc: fix reading of __be16 registers
` [PATCH v4 45/47] net/wan/fsl_ucc_hdlc: reject muram offsets above 64K
` [PATCH v4 46/47] net: ethernet: freescale: make UCC_GETH explicitly depend on PPC32
` [PATCH v4 47/47] soc: fsl: qe: remove PPC32 dependency from CONFIG_QUICC_ENGINE

[PATCH v5 0/3] x86/boot: Introduce the kernel_info et consortes
 2019-11-08 13:03 UTC  (7+ messages)
` [PATCH v5 2/3] x86/boot: Introduce the kernel_info.setup_type_max

[PATCH 0/2] Convert stm32 dwmac to DT schema
 2019-11-08 13:02 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: net: dwmac: increase 'maxItems' for 'clocks', 'clock-names' properties

[PATCH -next] soc: fsl: Enable COMPILE_TEST
 2019-11-08 13:02 UTC 

[PATCH 00/11] irqchip/gic-v3-its: Cleanup and fixes for Linux 5.5
 2019-11-08 13:00 UTC  (3+ messages)
` [PATCH 01/11] irqchip/gic-v3-its: Free collection mapping on device teardown

[PATCH v4 1/2] kernel.h: Update comment about simple_strto<foo>() functions
 2019-11-08 12:59 UTC  (4+ messages)

[PATCH 0/2] interconnect changes for 5.5
 2019-11-08 12:53 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: interconnect: qcom: add msm8974 bindings
` [PATCH 2/2] interconnect: qcom: add msm8974 driver

[PATCH] dt-bindings: crypto: Convert stm32 CRC bindings to json-schema
 2019-11-08 12:52 UTC  (3+ messages)
` [PATCH] dt-bindings: crypto: Convert stm32 CRYP "
` [PATCH] dt-bindings: crypto: Convert stm32 HASH "

NULL pointer dereference in pick_next_task_fair
 2019-11-08 12:52 UTC  (16+ messages)
`  "

KASAN: use-after-free Read in tick_sched_handle (3)
 2019-11-08 12:51 UTC  (3+ messages)

[PATCH v5 0/3] pinctrl: meson-a1: add pinctrl driver
 2019-11-08 12:50 UTC  (3+ messages)
` [PATCH v5 1/3] pinctrl: meson: add a new callback for SoCs fixup

linux-next boot error: WARNING: workqueue cpumask: online intersect > possible intersect
 2019-11-08 12:46 UTC  (8+ messages)

[PATCH] drm/rockchip: use DRM_DEV_ERROR for log output
 2019-11-08 12:46 UTC  (4+ messages)

bpf boot error: WARNING: workqueue cpumask: online intersect > possible intersect (2)
 2019-11-08 12:45 UTC  (2+ messages)

[PATCH] tcp: remove redundant new line from tcp_event_sk_skb
 2019-11-08 12:43 UTC  (3+ messages)

[PATCH] mm: fixmap: convert __set_fixmap_offset() to an inline function
 2019-11-08 12:41 UTC 

[GIT PULL v2] interconnect changes for 5.5
 2019-11-08 12:36 UTC  (4+ messages)

[PATCH v8 0/3] Add uacce module for Accelerator
 2019-11-08 12:34 UTC  (4+ messages)
` [PATCH v8 1/3] uacce: Add documents for uacce
` [PATCH v8 2/3] uacce: add uacce driver
` [PATCH v8 3/3] crypto: hisilicon - register zip engine to uacce

[PATCH AUTOSEL 4.19 001/205] iio: adc: max9611: explicitly cast gain_selectors
 2019-11-08 12:34 UTC  (113+ messages)
` [PATCH AUTOSEL 4.19 004/205] iio: dac: mcp4922: fix error handling in mcp4922_write_raw
` [PATCH AUTOSEL 4.19 005/205] clk: sunxi-ng: h6: fix PWM gate/reset offset
` [PATCH AUTOSEL 4.19 006/205] soundwire: Initialize completion for defer messages
` [PATCH AUTOSEL 4.19 009/205] arm64: dts: allwinner: a64: Olinuxino: fix DRAM voltage
` [PATCH AUTOSEL 4.19 010/205] arm64: dts: allwinner: a64: NanoPi-A64: Fix DCDC1 voltage
` [PATCH AUTOSEL 4.19 012/205] soc/tegra: pmc: Fix pad voltage configuration for Tegra186
` [PATCH AUTOSEL 4.19 014/205] y2038: make do_gettimeofday() and get_seconds() inline
` [PATCH AUTOSEL 4.19 015/205] ARM: dts: rcar: Correct SATA device sizes to 2 MiB
` [PATCH AUTOSEL 4.19 017/205] rtc: sysfs: fix NULL check in rtc_add_groups()
` [PATCH AUTOSEL 4.19 018/205] rtc: rv8803: fix the rv8803 id in the OF table
` [PATCH AUTOSEL 4.19 019/205] remoteproc/davinci: Use %zx for formating size_t
` [PATCH AUTOSEL 4.19 021/205] cfg80211: Avoid regulatory restore when COUNTRY_IE_IGNORE is set
` [PATCH AUTOSEL 4.19 022/205] ALSA: seq: Do error checks at creating system ports
` [PATCH AUTOSEL 4.19 024/205] ath9k: fix tx99 with monitor mode interface
` [PATCH AUTOSEL 4.19 025/205] wil6210: drop Rx multicast packets that are looped-back to STA
` [PATCH AUTOSEL 4.19 026/205] wil6210: set edma variables only for Talyn-MB devices
` [PATCH AUTOSEL 4.19 027/205] wil6210: prevent usage of tx ring 0 for eDMA
` [PATCH AUTOSEL 4.19 029/205] ath10k: limit available channels via DT ieee80211-freq-limit
` [PATCH AUTOSEL 4.19 032/205] gfs2: Don't set GFS2_RDF_UPTODATE when the lvb is updated
` [PATCH AUTOSEL 4.19 033/205] ice: Fix and update driver version string
` [PATCH AUTOSEL 4.19 035/205] ASoC: dpcm: Properly initialise hw->rate_max
` [PATCH AUTOSEL 4.19 036/205] ASoC: meson: axg-fifo: report interrupt request failure
` [PATCH AUTOSEL 4.19 038/205] pinctrl: ingenic: Probe driver at subsys_initcall
` [PATCH AUTOSEL 4.19 040/205] ARM: dts: exynos: Use i2c-gpio for HDMI-DDC on Arndale
` [PATCH AUTOSEL 4.19 041/205] ARM: dts: exynos: Fix HDMI-HPD line handling "
` [PATCH AUTOSEL 4.19 043/205] liquidio: fix race condition in instruction completion processing
` [PATCH AUTOSEL 4.19 045/205] ARM: dts: exynos: Fix regulators configuration on Peach Pi/Pit Chromebooks
` [PATCH AUTOSEL 4.19 046/205] i40evf: Validate the number of queues a PF sends
` [PATCH AUTOSEL 4.19 048/205] i40evf: set IFF_UNICAST_FLT flag for the VF
` [PATCH AUTOSEL 4.19 049/205] i40e: Check and correct speed values for link on open
` [PATCH AUTOSEL 4.19 050/205] i40evf: Don't enable vlan stripping when rx offload is turned on
` [PATCH AUTOSEL 4.19 054/205] IB/rxe: avoid back-to-back retries
` [PATCH AUTOSEL 4.19 056/205] iwlwifi: drop packets with bad status in CD
` [PATCH AUTOSEL 4.19 057/205] iwlwifi: don't WARN on trying to dump dead firmware
` [PATCH AUTOSEL 4.19 059/205] media: vicodec: fix out-of-range values when decoding
` [PATCH AUTOSEL 4.19 060/205] media: i2c: Fix pm_runtime_get_if_in_use() usage in sensor drivers
` [PATCH AUTOSEL 4.19 061/205] media: ov772x: Disable clk on error path
` [PATCH AUTOSEL 4.19 062/205] ARM: dts: pxa: fix the rtc controller
` [PATCH AUTOSEL 4.19 063/205] ARM: dts: pxa: fix power i2c base address
` [PATCH AUTOSEL 4.19 064/205] rtl8187: Fix warning generated when strncpy() destination length matches the sixe argument
` [PATCH AUTOSEL 4.19 065/205] mwifiex: do no submit URB in suspended state
` [PATCH AUTOSEL 4.19 066/205] mwifex: free rx_cmd skb "
` [PATCH AUTOSEL 4.19 068/205] mt76: Fix comparisons with invalid hardware key index
` [PATCH AUTOSEL 4.19 070/205] ASoC: rsnd: ssi: Fix issue in dma data address assignment
` [PATCH AUTOSEL 4.19 071/205] net: hns3: Fix for multicast failure
` [PATCH AUTOSEL 4.19 074/205] net: hns3: Change the dst mac addr of loopback packet
` [PATCH AUTOSEL 4.19 076/205] net: phy: mscc: read 'vsc8531,vddmac' as an u32
` [PATCH AUTOSEL 4.19 077/205] net: phy: mscc: read 'vsc8531, edge-slowdown' "
` [PATCH AUTOSEL 4.19 078/205] ARM: dts: meson8: fix the clock controller register size
` [PATCH AUTOSEL 4.19 079/205] ARM: dts: meson8b: "
` [PATCH AUTOSEL 4.19 080/205] mtd: rawnand: marvell: use regmap_update_bits() for syscon access
` [PATCH AUTOSEL 4.19 081/205] mtd: rawnand: fsl_ifc: check result of SRAM initialization
` [PATCH AUTOSEL 4.19 083/205] mtd: rawnand: qcom: don't include dma-direct.h
` [PATCH AUTOSEL 4.19 086/205] mac80211: fix saving a few HE values
` [PATCH AUTOSEL 4.19 088/205] f2fs: avoid wrong decrypted data from disk
` [PATCH AUTOSEL 4.19 090/205] rtnetlink: move type calculation out of loop
` [PATCH AUTOSEL 4.19 092/205] ath10k: avoid possible memory access violation
` [PATCH AUTOSEL 4.19 093/205] ARM: dts: exynos: Disable pull control for S5M8767 PMIC
` [PATCH AUTOSEL 4.19 094/205] ath10k: wmi: disable softirq's while calling ieee80211_rx
` [PATCH AUTOSEL 4.19 095/205] i2c: mediatek: Use DMA safe buffers for i2c transactions
` [PATCH AUTOSEL 4.19 096/205] IB/mlx5: Don't hold spin lock while checking device state
` [PATCH AUTOSEL 4.19 097/205] IB/ipoib: Ensure that MTU isn't less than minimum permitted
` [PATCH AUTOSEL 4.19 098/205] RDMA/core: Rate limit MAD error messages
` [PATCH AUTOSEL 4.19 100/205] mips: txx9: fix iounmap related issue
` [PATCH AUTOSEL 4.19 101/205] udf: Fix crash during mount
` [PATCH AUTOSEL 4.19 102/205] ASoC: dapm: Avoid uninitialised variable warning
` [PATCH AUTOSEL 4.19 103/205] ASoC: Intel: hdac_hdmi: Limit sampling rates at dai creation
` [PATCH AUTOSEL 4.19 104/205] ata: Disable AHCI ALPM feature for Ampere Computing eMAG SATA
` [PATCH AUTOSEL 4.19 106/205] ARM: dts: omap3-gta04: give spi_lcd node a label so that we can overwrite in other DTS files
` [PATCH AUTOSEL 4.19 108/205] ARM: dts: omap3-gta04: tvout: enable as display1 alias
` [PATCH AUTOSEL 4.19 111/205] ARM: dts: omap3-gta04: keep vpll2 always on
` [PATCH AUTOSEL 4.19 112/205] f2fs: submit bio after shutdown
` [PATCH AUTOSEL 4.19 113/205] failover: Fix error return code in net_failover_create
` [PATCH AUTOSEL 4.19 116/205] firmware: arm_scmi: use strlcpy to ensure NULL-terminated strings
` [PATCH AUTOSEL 4.19 118/205] tty/serial: atmel: Change the driver to work under at91-usart MFD
` [PATCH AUTOSEL 4.19 120/205] usb: mtu3: disable vbus rise/fall interrupts of ltssm
` [PATCH AUTOSEL 4.19 122/205] dmaengine: dma-jz4780: Further residue status fix
` [PATCH AUTOSEL 4.19 123/205] EDAC, sb_edac: Return early on ADDRV bit and address type test
` [PATCH AUTOSEL 4.19 124/205] gpio: of: Handle SPI chipselect legacy bindings
` [PATCH AUTOSEL 4.19 125/205] rtc: mt6397: fix possible race condition
` [PATCH AUTOSEL 4.19 126/205] rtc: pl030: "
` [PATCH AUTOSEL 4.19 127/205] ath9k: add back support for using active monitor interfaces for tx99
` [PATCH AUTOSEL 4.19 128/205] dmaengine: at_xdmac: remove a stray bottom half unlock
` [PATCH AUTOSEL 4.19 129/205] RDMA/hns: Fix an error code in hns_roce_v2_init_eq_table()
` [PATCH AUTOSEL 4.19 130/205] IB/hfi1: Missing return value in error path for user sdma
` [PATCH AUTOSEL 4.19 132/205] signal: Properly deliver SIGILL from uprobes
` [PATCH AUTOSEL 4.19 135/205] f2fs: fix memory leak of percpu counter in fill_super()
` [PATCH AUTOSEL 4.19 136/205] f2fs: fix setattr project check upon fssetxattr ioctl
` [PATCH AUTOSEL 4.19 137/205] scsi: qla2xxx: Use correct qpair for ABTS/CMD
` [PATCH AUTOSEL 4.19 138/205] scsi: qla2xxx: Fix iIDMA error
` [PATCH AUTOSEL 4.19 140/205] scsi: qla2xxx: Terminate Plogi/PRLI if WWN is 0
` [PATCH AUTOSEL 4.19 141/205] scsi: qla2xxx: Fix deadlock between ATIO and HW lock
` [PATCH AUTOSEL 4.19 142/205] scsi: qla2xxx: Increase abort timeout value
` [PATCH AUTOSEL 4.19 143/205] scsi: qla2xxx: Check for Register disconnect
` [PATCH AUTOSEL 4.19 145/205] scsi: qla2xxx: Fix dropped srb resource
` [PATCH AUTOSEL 4.19 146/205] scsi: qla2xxx: Fix duplicate switch's Nport ID entries
` [PATCH AUTOSEL 4.19 147/205] scsi: lpfc: Fix GFT_ID and PRLI logic for RSCN
` [PATCH AUTOSEL 4.19 148/205] scsi: lpfc: Correct invalid EQ doorbell write on if_type=6
` [PATCH AUTOSEL 4.19 150/205] scsi: sym53c8xx: fix NULL pointer dereference panic in sym_int_sir()
` [PATCH AUTOSEL 4.19 154/205] kprobes: Don't call BUG_ON() if there is a kprobe in use on free list
` [PATCH AUTOSEL 4.19 155/205] net: aquantia: fix hw_atl_utils_fw_upload_dwords
` [PATCH AUTOSEL 4.19 158/205] media: dt-bindings: adv748x: Fix decimal unit addresses
` [PATCH AUTOSEL 4.19 160/205] media: fix: media: pci: meye: validate offset to avoid arbitrary access
` [PATCH AUTOSEL 4.19 161/205] media: dvb: fix compat ioctl translation
` [PATCH AUTOSEL 4.19 162/205] net: bcmgenet: Fix speed selection for reverse MII
` [PATCH AUTOSEL 4.19 164/205] arm64: dts: meson-axg: use the proper compatible for ethmac
` [PATCH AUTOSEL 4.19 204/205] s390/qeth: limit csum offload erratum to L3 devices

dm-snapshot for system updates in Android
 2019-11-08 12:31 UTC  (4+ messages)

[PATCH v2] i2c: cadence: try reset when master receive arbitration lost
 2019-11-08 12:25 UTC  (5+ messages)
  `  "

[PATCH v2 1/2] dt-bindings: iio: imo: mpu6050: add vdd-supply
 2019-11-08 12:11 UTC  (2+ messages)

[PATCH] powerpc/fadump: Remove duplicate message
 2019-11-08 11:38 UTC  (3+ messages)
` [PATCH v3] powerpc/fadump: when fadump is supported register the fadump sysfs files


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).