linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-25 04:54:37 to 2019-03-25 08:43:12 UTC [more...]

[PATCH] x86/boot: Use EFI setup data if provided
 2019-03-25  8:43 UTC  (13+ messages)
            ` [PATCH v2] "

[PATCH 0/1] pwm: meson: fix scheduling while atomic issue
 2019-03-25  8:41 UTC  (2+ messages)

[PATCH v2 00/26] Add support for PCIe RC and EP mode in TI's AM654 SoC
 2019-03-25  8:35 UTC  (27+ messages)
` [PATCH v2 01/26] PCI: keystone: Add start_link/stop_link dw_pcie_ops
` [PATCH v2 02/26] PCI: keystone: Cleanup error_irq configuration
` [PATCH v2 03/26] dt-bindings: PCI: keystone: Add "reg-names" binding information
` [PATCH v2 04/26] PCI: keystone: Perform host initialization in a single function
` [PATCH v2 05/26] PCI: keystone: Use platform_get_resource_byname to get memory resources
` [PATCH v2 06/26] PCI: keystone: Move initializations to appropriate places
` [PATCH v2 07/26] dt-bindings: PCI: Add dt-binding to configure PCIe mode
` [PATCH v2 08/26] PCI: keystone: Explicitly set the "
` [PATCH v2 09/26] dt-bindings: PCI: Document "atu" reg-names
` [PATCH v2 10/26] PCI: dwc: Enable iATU unroll for endpoint too
` [PATCH v2 11/26] PCI: dwc: Fix ATU identification for designware version >= 4.80
` [PATCH v2 12/26] PCI: keystone: Prevent ARM32 specific code to be compiled for ARM64
` [PATCH v2 13/26] dt-bindings: PCI: Add PCI RC dt binding documentation for AM654
` [PATCH v2 14/26] PCI: keystone: Add support for PCIe RC in AM654x Platforms
` [PATCH v2 15/26] PCI: keystone: Invoke phy_reset API before enabling PHY
` [PATCH v2 16/26] PCI: OF: Allow of_pci_get_max_link_speed() to be used by PCI Endpoint drivers
` [PATCH v2 17/26] PCI: keystone: Add support to set the max link speed from DT
` [PATCH v2 18/26] PCI: endpoint: Add support to allocate aligned buffers to be mapped in BARs
` [PATCH v2 19/26] PCI: dwc: Add const qualifier to struct dw_pcie_ep_ops
` [PATCH v2 20/26] PCI: dwc: Fix dw_pcie_ep_find_capability to return correct capability offset
` [PATCH v2 21/26] PCI: dwc: Add callbacks for accessing dbi2 address space
` [PATCH v2 22/26] PCI: keystone: Add support for PCIe EP in AM654x Platforms
` [PATCH v2 23/26] PCI: designware-ep: Configure RESBAR to advertise the smallest size
` [PATCH v2 24/26] PCI: designware-ep: Use aligned ATU window for raising MSI interrupts
` [PATCH v2 25/26] misc: pci_endpoint_test: Add support to test PCI EP in AM654x
` [PATCH v2 26/26] misc: pci_endpoint_test: Fix test_reg_bar to be updated in pci_endpoint_test

Why CMA allocater fails if there is a signal pending?
 2019-03-25  8:37 UTC 

KASAN: use-after-free Write in skb_release_data (2)
 2019-03-25  8:35 UTC  (3+ messages)

[PATCH] drm: vkms: check status of alloc_ordered_workqueue
 2019-03-25  8:34 UTC  (3+ messages)

[PATCH 0/2] drm/sun4i: dw-hdmi: Improve CEC support
 2019-03-25  8:33 UTC  (5+ messages)
` [PATCH 1/2] drm/bridge/synopsys: dw-hdmi: Add an option to suppress loading CEC driver

[PATCH] drm: vkms: check status of alloc_ordered_workqueue
 2019-03-25  8:31 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3] RISC-V: Always compile mm/init.c with cmodel=medany and notrace
 2019-03-25  8:31 UTC 

[RFC PATCH 0/3] arch/x86: Add the support of ACRN hypervisor under arch/x86
 2019-03-25  8:30 UTC  (9+ messages)
` [RFC PATCH 2/3] arch/x86/acrn: Use HYPERVISOR_CALLBACK_VECTOR for Acrn upcall vector
` [RFC PATCH 3/3] arch/x86/acrn: add hypercall for acrn_hypervisor

[PATCH] gpio: fix a potential NULL pointer dereference
 2019-03-25  8:28 UTC  (3+ messages)

[PATCH] arm64: dts: qcom: qcs404-evb: Enable uart3 and add Bluetooth
 2019-03-25  8:27 UTC  (2+ messages)

[PATCH V2 0/8]: blk-mq: use static_rqs to iterate busy tags
 2019-03-25  8:25 UTC  (14+ messages)
` [PATCH V2 1/8] blk-mq: get rid of the synchronize_rcu in __blk_mq_update_nr_hw_queues
` [PATCH V2 2/8] blk-mq: use static_rqs instead of rqs to iterate tags
` [PATCH V2 3/8] blk-mq: use blk_mq_queue_tag_inflight_iter in debugfs
` [PATCH V2 4/8] mtip32xx: use blk_mq_queue_tag_inflight_iter
` [PATCH V2 5/8] nbd: "
` [PATCH V2 6/8] skd: "
` [PATCH V2 7/8] nvme: "
` [PATCH V2 8/8] blk-mq: remove blk_mq_tagset_busy_iter

[PATCH v10 0/9] support ROHM BD70528 PMIC
 2019-03-25  8:20 UTC  (7+ messages)

[ANNOUNCE] v5.0.3-rt1
 2019-03-25  8:13 UTC  (3+ messages)

[PATCH net] netlink: fix a memory leak on error path
 2019-03-25  8:12 UTC  (4+ messages)

[PATCH v4a 1/2] selftests/kexec: make tests independent of IMA being enabled
 2019-03-25  8:09 UTC  (2+ messages)

[PATCH v3 0/5] PHY: Add support for SERDES in TI's AM654 platform
 2019-03-25  8:08 UTC  (6+ messages)
` [PATCH v3 1/5] phy: core: Add *release* phy_ops invoked when the consumer relinquishes PHY
` [PATCH v3 2/5] phy: core: Invoke pm_runtime_get_*/pm_runtime_put_* before invoking reset callback
` [PATCH v3 3/5] dt-bindings: phy: ti: Add dt binding documentation for SERDES in AM654x SoC
` [PATCH v3 4/5] phy: ti: Add a new SERDES driver for TI's "
` [PATCH v3 5/5] phy: ti: am654-serdes: Support all clksel values

[PATCH v3 0/2] Switch MSR_MISC_FEATURES_ENABLES and one optimization
 2019-03-25  8:06 UTC  (3+ messages)
` [PATCH v3 1/2] kvm/vmx: Switch MSR_MISC_FEATURES_ENABLES between host and guest
` [PATCH v3 2/2] x86/vmx: optimize MSR_MISC_FEATURES_ENABLES switch

[PATCH v6 0/7] vfio: ap: AP Queue Interrupt Control
 2019-03-25  8:05 UTC  (3+ messages)
` [PATCH v6 2/7] s390: ap: new vfio_ap_queue structure

KASAN: use-after-free Write in hci_sock_release
 2019-03-25  8:04 UTC  (5+ messages)

[PATCH] KVM: arm/arm64: Comments cleanup in mmu.c
 2019-03-25  8:02 UTC 

KASAN: use-after-free Read in seccomp_notify_release (2)
 2019-03-25  8:02 UTC 

[PATCH] firmware: edd: fix a NULL pointer dereference
 2019-03-25  8:00 UTC  (2+ messages)

WARNING in zap_class
 2019-03-25  8:00 UTC 

[PATCH -next] ASoC: simple-card-utils: remove set but not used variable ''
 2019-03-25  7:58 UTC  (3+ messages)

kernel BUG at mm/internal.h:LINE!
 2019-03-25  7:58 UTC 

[PATCH v1 0/3] Add support for MIPID02 CSI-2 to PARALLEL bridge I2C device
 2019-03-25  7:55 UTC  (4+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] dt-bindings: Document MIPID02 bindings
  ` [PATCH v2 2/2] media:st-mipid02: MIPID02 CSI-2 to PARALLEL bridge driver

[PATCH] mfd: fix a potential NULL pointer dereference
 2019-03-25  7:56 UTC  (3+ messages)

[PATCH] compiler: allow all arches to enable CONFIG_OPTIMIZE_INLINING
 2019-03-25  7:54 UTC  (16+ messages)

[PATCH 1/4] dt: lm3532: Add lm3532 dt doc and update ti_lmu doc
 2019-03-25  7:54 UTC  (5+ messages)
` [PATCH 3/4] mfd: ti-lmu: Remove LM3532 backlight driver references

[PATCH v4] tty: 8250: fix a missing check for pci_ioremap_bar
 2019-03-25  7:50 UTC  (2+ messages)

[PATCH] scsi: ses: fix some risks of out of bound access
 2019-03-25  7:40 UTC 

BUG: corrupted list in rhashtable_walk_enter
 2019-03-25  7:42 UTC 

regression (bisected): "modprobe parport_pc" hangs in current mainline
 2019-03-25  7:30 UTC  (6+ messages)

[PATCH] cpufreq: stats: Use lock by stat to replace global spin lock
 2019-03-25  7:29 UTC 

[PATCH] kvm: fix a function description error
 2019-03-25 15:43 UTC 

FL-Sys - A 68´rBros, zën, Islam, Fair Labour compliant OS
 2019-03-25  7:20 UTC 

[PATCH v2 0/4] provide a generic free_initmem implementation
 2019-03-25  7:20 UTC  (2+ messages)

[tip:ras/core 2/2] drivers/ras/debugfs.c:9:5: error: redefinition of 'ras_userspace_consumers'
 2019-03-25  7:19 UTC  (3+ messages)

[RFC] [PATCH v2 0/5] Intel Virtual PMU Optimization
 2019-03-25  7:19 UTC  (6+ messages)

[PATCH] scripts: checkpatch: Check block comments start with /* empty line outside net
 2019-03-25  7:08 UTC  (5+ messages)

[PATCH v3] scripts: checkpatch: Check multiple blank lines when deleting code
 2019-03-25  7:07 UTC  (3+ messages)

Virtio-scsi multiqueue irq affinity
 2019-03-25  7:06 UTC  (4+ messages)

[PATCH v2] RISC-V: Always compile mm/init.c with cmodel=medany
 2019-03-25  7:01 UTC  (6+ messages)

[PATCH 0/2] EDAC Support for SiFive SoCs
 2019-03-25  6:57 UTC  (4+ messages)
` [PATCH 2/2] edac: sifive: Add EDAC driver for SiFive FU540-C000 chip

[PATCH v3 2/5] dt-bindings: devfreq: rk3399_dmc: Add rockchip,pmu phandle
 2019-03-25  6:55 UTC  (4+ messages)
` [PATCH v3 0/5] Add support for drm/rockchip to dynamically control the DDR frequency
    ` [PATCH v3 3/5] devfreq: rk3399_dmc: Pass ODT and auto power down parameters to TF-A

[PATCH 0/2] L2 Cache EDAC Support for HiFive Unleashed
 2019-03-25  6:54 UTC  (5+ messages)
` [PATCH 2/2] sifive: edac: Add EDAC driver for Sifive l2 Cache Controller

[PATCH] sound: codecs: fix a potential NULL pointer dereference
 2019-03-25  6:54 UTC  (3+ messages)

[PATCH 0/3 v9] add reserved e820 ranges to the kdump kernel e820 table
 2019-03-25  6:53 UTC  (8+ messages)
` [PATCH 1/3 v9] x86/mm: Change the examination condition to avoid confusion
` [PATCH 2/3 v9] resource: add the new I/O resource descriptor 'IORES_DESC_RESERVED'

Regression in 5.1.0-rc2: PowerBook G4 Aluminum fails to boot - bisected to commit 0df977eafc792
 2019-03-25  6:53 UTC  (2+ messages)

[v2] ASoC: AMD: Configure wclk and bclk of master codec
 2019-03-25  6:38 UTC 

[PATCH 0/3] Add kdump support for the SEV enabled guest
 2019-03-25  6:37 UTC  (5+ messages)
` [PATCH 1/3] kexec: Do not map the kexec area as decrypted when SEV is active

[PATCH v3 0/3] bd718x7: Support SNVS low power state
 2019-03-25  6:28 UTC  (7+ messages)
` [PATCH v3 1/3] devicetree: bindings: bd718x7: document HW state related ROHM specific properties

[PATCH v5] tty: 8250: fix a missing check for pci_ioremap_bar
 2019-03-25  6:25 UTC  (2+ messages)

[PATCH v12 00/11] Introduce the for_each_set_clump8 macro
 2019-03-25  6:26 UTC  (12+ messages)
` [PATCH v12 01/11] bitops: "
` [PATCH v12 02/11] lib/test_bitmap.c: Add for_each_set_clump8 test cases
` [PATCH v12 03/11] gpio: 104-dio-48e: Utilize for_each_set_clump8 macro
` [PATCH v12 04/11] gpio: 104-idi-48: "
` [PATCH v12 05/11] gpio: gpio-mm: "
` [PATCH v12 06/11] gpio: ws16c48: "
` [PATCH v12 07/11] gpio: pci-idio-16: "
` [PATCH v12 08/11] gpio: pcie-idio-24: "
` [PATCH v12 09/11] gpio: uniphier: "
` [PATCH v12 10/11] thermal: intel: intel_soc_dts_iosf: "
` [PATCH v12 11/11] gpio: 74x164: Utilize the "

[PATCH] scsi: qla4xxx: fix a potential NULL pointer dereference
 2019-03-25  6:18 UTC  (2+ messages)

[PATCH v2] nvmem: core: Set no-read-write provider to avoid userspace read/write
 2019-03-25  6:15 UTC  (8+ messages)

[PATCH] arm64: add support for ASR AquilaC SoC
 2019-03-25  6:06 UTC 

[PATCH V1 1/1] watchdog: f71808e_wdt: fix F81866 bit operation
 2019-03-25  6:10 UTC  (3+ messages)

[PATCH v11 00/11] Introduce the for_each_set_clump8 macro
 2019-03-25  6:06 UTC  (12+ messages)
` [PATCH v11 01/11] bitops: "
` [PATCH v11 02/11] lib/test_bitmap.c: Add for_each_set_clump8 test cases
` [PATCH v11 03/11] gpio: 104-dio-48e: Utilize for_each_set_clump8 macro
` [PATCH v11 04/11] gpio: 104-idi-48: "
` [PATCH v11 05/11] gpio: gpio-mm: "
` [PATCH v11 06/11] gpio: ws16c48: "
` [PATCH v11 07/11] gpio: pci-idio-16: "
` [PATCH v11 08/11] gpio: pcie-idio-24: "
` [PATCH v11 09/11] gpio: uniphier: "
` [PATCH v11 10/11] thermal: intel: intel_soc_dts_iosf: "
` [PATCH v11 11/11] gpio: 74x164: Utilize the "

[PATCHv2] x86/boot/KASLR: skip the specified crashkernel reserved region
 2019-03-25  5:56 UTC  (6+ messages)

[PATCH] usb: sierra: fix a missing check of device_create_file (fwd)
 2019-03-25  5:54 UTC 

[PATCH] dma:xgene-dma:move spin_lock_bh to spin_lock in tasklet
 2019-03-25  5:52 UTC  (2+ messages)

[PATCH v3 0/5] ocxl: OpenCAPI Cleanup
 2019-03-25  5:44 UTC  (14+ messages)
` [PATCH v4 0/4] "
  ` [PATCH v4 1/4] ocxl: Rename struct link to ocxl_link
  ` [PATCH v4 2/4] ocxl: read_pasid never returns an error, so make it void
  ` [PATCH v4 3/4] ocxl: Remove superfluous 'extern' from headers
  ` [PATCH v4 4/4] ocxl: Remove some unused exported symbols
` [PATCH v3 0/7] Refactor OCXL driver to allow external drivers to use it
  ` [PATCH v3 1/7] ocxl: Split pci.c
  ` [PATCH v3 2/7] ocxl: Don't pass pci_dev around
  ` [PATCH v3 3/7] ocxl: Create a clear delineation between ocxl backend & frontend
  ` [PATCH v3 4/7] ocxl: Allow external drivers to use OpenCAPI contexts
  ` [PATCH v3 5/7] ocxl: afu_irq only deals with IRQ IDs, not offsets
  ` [PATCH v3 6/7] ocxl: move event_fd handling to frontend
  ` [PATCH v3 7/7] ocxl: Provide global MMIO accessors for external drivers

[PATCH V2 0/8]: blk-mq: use static_rqs to iterate busy tags
 2019-03-25  5:28 UTC  (9+ messages)
` [PATCH V2 1/8] blk-mq: get rid of the synchronize_rcu in __blk_mq_update_nr_hw_queues
` [PATCH V2 2/8] blk-mq: use static_rqs instead of rqs to iterate tags
` [PATCH V2 3/8] blk-mq: use blk_mq_queue_tag_inflight_iter in debugfs
` [PATCH V2 4/8] mtip32xx: use blk_mq_queue_tag_inflight_iter
` [PATCH V2 5/8] nbd: "
` [PATCH V2 6/8] skd: "
` [PATCH V2 7/8] nvme: "
` [PATCH V2 8/8] blk-mq: remove blk_mq_tagset_busy_iter

[PATCH 0/4] Convert rhashtable to use bitlocks
 2019-03-25  5:05 UTC  (5+ messages)
` [PATCH 1/4] rhashtable: use cmpxchg() in nested_table_alloc()
` [PATCH 4/4] rhashtable: add lockdep tracking to bucket bit-spin-locks
` [PATCH 3/4] rhashtable: use bit_spin_locks to protect hash bucket
` [PATCH 2/4] rhashtable: allow rht_bucket_var to return NULL

[PATCH] ARM: dts: imx6qdl: Specify IMX6QDL_CLK_IPG as "ipg" clock for SDMA
 2019-03-25  5:01 UTC 

[PATCH v2] dmaengine: pl330: introduce debugfs interface
 2019-03-25  4:58 UTC  (2+ messages)

KASAN: use-after-free Read in path_lookupat
 2019-03-25  4:57 UTC  (3+ messages)

[PATCH 1/3] ASoC: ti: remove compat dma probing
 2019-03-25  4:56 UTC  (6+ messages)
` [PATCH 2/3] dmaengine: omap-dma: make omap_dma_filter_fn private
` [PATCH 3/3] dmaengine: edma: make edma_filter_fn private

[PATCH v3 1/2] dmaengine: tegra210-adma: use devm_clk_*() helpers
 2019-03-25  4:54 UTC  (2+ messages)

[PATCH v3 3/5] devfreq: rk3399_dmc: Pass ODT and auto power down parameters to TF-A
 2019-03-21 23:14 UTC 


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).