linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-26 11:02:39 to 2020-08-26 12:37:28 UTC [more...]

[PATCH v2 0/7][next] printk: reimplement LOG_CONT handling
 2020-08-26 12:37 UTC  (5+ messages)
` [PATCH v2 5/7][next] printk: ringbuffer: add finalization/extension support

[PATCH v3 0/6] kasan: add workqueue and timer stack for generic KASAN
 2020-08-26 12:30 UTC  (3+ messages)

[PATCH] m68k: Revive _TIF_* masks
 2020-08-26 12:29 UTC 

[PATCH 1/4] ASoC: max98373: Fix return check for devm_regmap_init_sdw()
 2020-08-26 12:28 UTC  (4+ messages)
` [PATCH 2/4] ASoC: rt1308-sdw: "
` [PATCH 4/4] ASoC: rt715: "

[PATCH] afs: Remove erroneous fallthough annotation
 2020-08-26 12:33 UTC  (2+ messages)

[PATCH v1] extcon: ptn5150: Deduplicate parts of dev_err_probe()
 2020-08-26 12:24 UTC  (2+ messages)

[PATCH] mm: memcg: Fix memcg reclaim soft lockup
 2020-08-26 12:21 UTC  (9+ messages)

[PATCH] libnvdimm/e820: Fix build error without MEMORY_HOTPLUG
 2020-08-26 12:18 UTC 

[RESEND PATCH v3 0/8] mtd: spi-nor: Move cadence-qaudspi to spi-mem framework
 2020-08-26 12:18 UTC  (8+ messages)
` [RESEND PATCH v3 5/8] mtd: spi-nor: cadence-quadspi: Handle probe deferral while requesting DMA channel

[PATCH] kcsan: Use tracing-safe version of prandom
 2020-08-26 12:17 UTC  (2+ messages)

[PATCH] iommu: Add support to filter non-strict/lazy mode based on device names
 2020-08-26 12:17 UTC  (3+ messages)

[RFC] perf/jevents: Add new structure to pass json fields
 2020-08-26 11:59 UTC  (14+ messages)

[PATCH] EDAC: i5100_edac: Fix error handling code in i5100_init_one
 2020-08-26 12:14 UTC 

[patch V2 00/46] x86, PCI, XEN, genirq ...: Prepare for device MSI
 2020-08-26 11:17 UTC  (47+ messages)
` [patch V2 01/46] iommu/amd: Prevent NULL pointer dereference
` [patch V2 02/46] x86/init: Remove unused init ops
` [patch V2 03/46] PCI: vmd: Dont abuse vector irqomain as parent
` [patch V2 04/46] genirq/chip: Use the first chip in irq_chip_compose_msi_msg()
` [patch V2 05/46] x86/msi: Move compose message callback where it belongs
` [patch V2 06/46] x86/msi: Remove pointless vcpu_affinity callback
` [patch V2 07/46] x86/irq: Rename X86_IRQ_ALLOC_TYPE_MSI* to reflect PCI dependency
` [patch V2 08/46] x86/irq: Add allocation type for parent domain retrieval
` [patch V2 09/46] iommu/vt-d: Consolidate irq domain getter
` [patch V2 10/46] iommu/amd: "
` [patch V2 11/46] iommu/irq_remapping: Consolidate irq domain lookup
` [patch V2 12/46] x86/irq: Prepare consolidation of irq_alloc_info
` [patch V2 13/46] x86/msi: Consolidate HPET allocation
` [patch V2 14/46] x86/ioapic: Consolidate IOAPIC allocation
` [patch V2 15/46] x86/irq: Consolidate DMAR irq allocation
` [patch V2 16/46] x86/irq: Consolidate UV domain allocation
` [patch V2 17/46] PCI/MSI: Rework pci_msi_domain_calc_hwirq()
` [patch V2 18/46] x86/msi: Consolidate MSI allocation
` [patch V2 19/46] x86/msi: Use generic MSI domain ops
` [patch V2 20/46] x86/irq: Move apic_post_init() invocation to one place
` [patch V2 21/46] x86/pci: Reducde #ifdeffery in PCI init code
` [patch V2 22/46] x86/irq: Initialize PCI/MSI domain at PCI init time
` [patch V2 23/46] irqdomain/msi: Provide DOMAIN_BUS_VMD_MSI
` [patch V2 24/46] PCI: vmd: Mark VMD irqdomain with DOMAIN_BUS_VMD_MSI
` [patch V2 25/46] PCI/MSI: Provide pci_dev_has_special_msi_domain() helper
` [patch V2 26/46] x86/xen: Make xen_msi_init() static and rename it to xen_hvm_msi_init()
` [patch V2 27/46] x86/xen: Rework MSI teardown
` [patch V2 28/46] x86/xen: Consolidate XEN-MSI init
` [patch V2 29/46] irqdomain/msi: Allow to override msi_domain_alloc/free_irqs()
` [patch V2 30/46] x86/xen: Wrap XEN MSI management into irqdomain
` [patch V2 31/46] iommm/vt-d: Store irq domain in struct device
` [patch V2 32/46] iommm/amd: "
` [patch V2 33/46] x86/pci: Set default irq domain in pcibios_add_device()
` [patch V2 34/46] PCI/MSI: Make arch_.*_msi_irq[s] fallbacks selectable
` [patch V2 35/46] x86/irq: Cleanup the arch_*_msi_irqs() leftovers
` [patch V2 36/46] x86/irq: Make most MSI ops XEN private
` [patch V2 37/46] iommu/vt-d: Remove domain search for PCI/MSI[X]
` [patch V2 38/46] iommu/amd: Remove domain search for PCI/MSI
` [patch V2 39/46] x86/irq: Add DEV_MSI allocation type
` [patch V2 40/46] x86/msi: Rename and rework pci_msi_prepare() to cover non-PCI MSI
` [patch V2 41/46] platform-msi: Provide default irq_chip:: Ack
` [patch V2 42/46] genirq/proc: Take buslock on affinity write
` [patch V2 43/46] genirq/msi: Provide and use msi_domain_set_default_info_flags()
` [patch V2 44/46] platform-msi: Add device MSI infrastructure
` [patch V2 45/46] irqdomain/msi: Provide msi_alloc/free_store() callbacks
` [patch V2 46/46] irqchip: Add IMS (Interrupt Message Storm) driver - NOT FOR MERGING

[net-next v5 1/2] seg6: inherit DSCP of inner IPv4 packets
 2020-08-26 12:12 UTC  (5+ messages)

Issue with iwd + Linux 5.8.3 + WPA Enterprise
 2020-08-26 12:08 UTC  (5+ messages)

[PATCH v2] efi/efivars: Create efivars mount point via efivars abstraction
 2020-08-26 12:08 UTC  (2+ messages)

[PATCH 5.7 00/15] 5.7.19-rc1 review
 2020-08-26 12:02 UTC  (16+ messages)
` [PATCH 5.7 01/15] gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPY
` [PATCH 5.7 02/15] net: Fix potential wrong skb->protocol in skb_vlan_untag()
` [PATCH 5.7 03/15] net: nexthop: dont allow empty NHA_GROUP
` [PATCH 5.7 04/15] net: qrtr: fix usage of idr in port assignment to socket
` [PATCH 5.7 05/15] net/sched: act_ct: Fix skb double-free in tcf_ct_handle_fragments() error flow
` [PATCH 5.7 06/15] net: sctp: Fix negotiation of the number of data streams
` [PATCH 5.7 07/15] net/smc: Prevent kernel-infoleak in __smc_diag_dump()
` [PATCH 5.7 08/15] tipc: call rcu_read_lock() in tipc_aead_encrypt_done()
` [PATCH 5.7 09/15] tipc: fix uninit skb->data in tipc_nl_compat_dumpit()
` [PATCH 5.7 10/15] net: ena: Make missed_tx stat incremental
` [PATCH 5.7 11/15] ethtool: Fix preserving of wanted feature bits in netlink interface
` [PATCH 5.7 12/15] ethtool: Account for hw_features "
` [PATCH 5.7 13/15] ethtool: Dont omit the netlink reply if no features were changed
` [PATCH 5.7 14/15] powerpc/64s: Dont init FSCR_DSCR in __init_FSCR()
` [PATCH 5.7 15/15] binfmt_flat: revert "binfmt_flat: dont offset the data start"

[PATCH 5.8 00/16] 5.8.5-rc1 review
 2020-08-26 12:02 UTC  (17+ messages)
` [PATCH 5.8 01/16] gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPY
` [PATCH 5.8 02/16] net: Fix potential wrong skb->protocol in skb_vlan_untag()
` [PATCH 5.8 03/16] net: nexthop: dont allow empty NHA_GROUP
` [PATCH 5.8 04/16] net: qrtr: fix usage of idr in port assignment to socket
` [PATCH 5.8 05/16] net/sched: act_ct: Fix skb double-free in tcf_ct_handle_fragments() error flow
` [PATCH 5.8 06/16] net: sctp: Fix negotiation of the number of data streams
` [PATCH 5.8 07/16] net/smc: Prevent kernel-infoleak in __smc_diag_dump()
` [PATCH 5.8 08/16] tipc: call rcu_read_lock() in tipc_aead_encrypt_done()
` [PATCH 5.8 09/16] tipc: fix uninit skb->data in tipc_nl_compat_dumpit()
` [PATCH 5.8 10/16] net: ena: Make missed_tx stat incremental
` [PATCH 5.8 11/16] ethtool: Fix preserving of wanted feature bits in netlink interface
` [PATCH 5.8 12/16] ethtool: Account for hw_features "
` [PATCH 5.8 13/16] ethtool: Dont omit the netlink reply if no features were changed
` [PATCH 5.8 14/16] netlink: fix state reallocation in policy export
` [PATCH 5.8 15/16] io_uring: fix missing ->mm on exit
` [PATCH 5.8 16/16] binfmt_flat: revert "binfmt_flat: dont offset the data start"

[PATCH 1/4] regmap: sdw: move to -EOPNOTSUPP
 2020-08-26 12:03 UTC  (8+ messages)

[PATCH] iio: adc: fsl-imx25-gcq: Replace indio_dev->mlock with own device lock
 2020-08-26 12:06 UTC 

[PATCH] intel_idle: Add ICL support
 2020-08-26 12:04 UTC 

[PATCH] kbuild: Simplify DEBUG_INFO Kconfig handling
 2020-08-26 12:04 UTC  (2+ messages)

[PATCH] of: skip disabled CPU nodes
 2020-08-26 12:02 UTC 

[PATCH] iio: stm32-dac: Replace indio_dev->mlock with own device lock
 2020-08-26 12:00 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v7 00/12] huge vmalloc mappings
 2020-08-26 11:59 UTC  (3+ messages)
` [PATCH v7 06/12] powerpc: inline huge vmap supported functions

[PATCH v4 1/5] exfat: integrates dir-entry getting and validation
 2020-08-26 11:57 UTC  (5+ messages)
` [PATCH v4 2/5] exfat: add NameLength check when extracting name
` [PATCH v4 3/5] exfat: unify name extraction
` [PATCH v4 4/5] exfat: add dir-entry set checksum validation
` [PATCH v4 5/5] exfat: write only modified part of dir-entry set

[PATCH V2 0/2] Implement Shutdown callback for i2c
 2020-08-26 11:56 UTC  (5+ messages)
` [PATCH V2 1/2] i2c: i2c-qcom-geni: Store DMA mapping data in geni_i2c_dev struct
` [PATCH V2 2/2] i2c: i2c-qcom-geni: Add shutdown callback for i2c

[PATCH 0/3] integrity: Load certs from EFI MOK config table
 2020-08-26 11:55 UTC  (2+ messages)

[PATCH 1/2] ARM: dts: imx6qdl: tqma6: fix indentation
 2020-08-26 11:54 UTC  (10+ messages)
` [PATCH 2/2] ARM: dts: imx6qdl: tqma6: minor fixes
    ` (EXT) "
        ` (EXT) "
            ` (EXT) "
                ` (EXT) "

[PATCH 0/2] leds: mt6360: Add LED driver for MT6360
 2020-08-26 11:54 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] dt-bindings: leds: Add bindings for MT6360 LED

[PATCH] x86/irq: Preserve vector in orig_ax for APIC code
 2020-08-26 11:53 UTC 

[PATCH 0/3] opp: Allow opp-supported-hw to contain multiple versions
 2020-08-26 11:50 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: "
` [PATCH 2/3] "
` [PATCH 3/3] ARM: tegra: Pass multiple versions in opp-supported-hw property

[PATCH v6 0/6] Support running driver's probe for a device powered off
 2020-08-26 11:54 UTC  (7+ messages)
` [PATCH v6 1/6] i2c: Allow an ACPI driver to manage the device's power state during probe
` [PATCH v6 2/6] ACPI: Add a convenience function to tell a device is in low power state
` [PATCH v6 3/6] ov5670: Support probe whilst the device is in a "
` [PATCH v6 4/6] media: i2c: imx319: Support probe while the device is off
` [PATCH v6 5/6] at24: Support probing while off
` [PATCH v6 6/6] Documentation: ACPI: Document allow-low-power-probe _DSD property

[PATCH] perf tools: Use %zd for size_t printf formats on 32b
 2020-08-26 11:50 UTC  (3+ messages)

[PATCH v2] perf test: Perf test 67 address sanitizer issue
 2020-08-26 11:48 UTC 

[PATCH 1/2] usb typec: mt6360: Add support for mt6360 Type-C driver
 2020-08-26 11:16 UTC  (2+ messages)
` [PATCH 2/2] usb typec: mt6360: Add MT6360 Type-C DT binding documentation

[PATCH] spi: spi-fsl-dspi: Add ACPI support
 2020-08-26 11:47 UTC  (6+ messages)

[PATCH] ASoC: AMD: Clean kernel log from deferred probe error messages
 2020-08-26 11:24 UTC  (2+ messages)

[PATCH 0/2] media: v4l2-mem2mem: fix poll() bug
 2020-08-26 11:25 UTC  (9+ messages)
` [PATCH 1/2] media: v4l2-mem2mem: consider OUTPUT queue first when polling
` [PATCH 2/2] media: v4l2-mem2mem: simplify poll logic a bit

[PATCH v3 1/3] perf dso: Use libbfd to read build_id and .gnu_debuglink section
 2020-08-26 11:47 UTC  (2+ messages)

[PATCH] selinux: fix error handling bugs in security_load_policy()
 2020-08-26 11:31 UTC 

drivers/usb/gadget/udc/fsl_qe_udc.c:837:33: sparse: sparse: non size-preserving integer to pointer cast
 2020-08-26 11:37 UTC 

[PATCH] perf test: Perf test 67 dumps core on s390
 2020-08-26 11:33 UTC  (3+ messages)

[PATCH] perf inject: correct event attribute sizes
 2020-08-26 11:27 UTC  (2+ messages)

[PATCH] memory: emif: Remove bogus debugfs error handling
 2020-08-26 11:37 UTC 

[PATCH] perf: correct SNOOPX field offset
 2020-08-26 11:24 UTC  (2+ messages)

[PATCH 1/2] perf expr: Force encapsulation on expr_id_data
 2020-08-26 11:34 UTC  (4+ messages)
` [PATCH 2/2] perf parse-events: Avoid an uninitialized read

[PATCH] zorro: Fix address space collision message with RAM expansion boards
 2020-08-26 11:34 UTC  (3+ messages)

[PATCH] dma-pool: Fix an uninitialized variable bug in atomic_pool_expand()
 2020-08-26 11:33 UTC 

[PATCH] rxrpc: Fix memleak in rxkad_verify_response
 2020-08-26 11:31 UTC 

[PATCH v6 0/2] Add documentation and machine driver for SC7180 sound card
 2020-08-26 11:28 UTC  (4+ messages)
` [PATCH v6 1/2] ASoC: qcom: dt-bindings: Add sc7180 machine bindings
` [PATCH v6 2/2] ASoC: qcom: sc7180: Add machine driver for sound card registration

[PATCH 1/4] MIPS: SGI-IP27: No need for kmalloc.h
 2020-08-26 11:12 UTC  (2+ messages)

[PATCH] m68k: amiga: Fix Denise detection on OCS
 2020-08-26 11:28 UTC  (2+ messages)

[PATCH] m68k: use get_kernel_nofault in show_registers
 2020-08-26 11:29 UTC  (2+ messages)

[PATCH v6 0/9] Add UEFI support for RISC-V
 2020-08-26 11:22 UTC  (3+ messages)

[PATCH v1] driver core: Annotate dev_err_probe() with __must_check
 2020-08-26 11:23 UTC  (2+ messages)

[PATCH 1/2] i2c: consider devices with of_match_table during i2c device probing
 2020-08-26 11:23 UTC  (9+ messages)

[PATCH 00/32] Set 2: Rid W=1 warnings in Wireless
 2020-08-26 11:21 UTC  (4+ messages)
` [PATCH 25/32] wireless: ath: wil6210: wmi: Fix formatting and demote non-conforming function headers

[PATCH 0/9] irqchip/gic: generalize use of HW-based retriggering
 2020-08-26 11:16 UTC  (3+ messages)
` [PATCH 5/9] fsl-msi: Provide default retrigger callback

[PATCH 4.19 00/71] 4.19.142-rc1 review
 2020-08-26 11:14 UTC  (4+ messages)
` [PATCH 4.19 65/71] powerpc/pseries: Do not initiate shutdown when system is running on UPS

[PATCH v2] HID: google: add google vivaldi HID driver
 2020-08-26 11:14 UTC  (2+ messages)

[PATCH 1/2] vdpa: ifcvf: return err when fail to request config irq
 2020-08-26 11:12 UTC  (3+ messages)

[v4,0/4] introduce TI reset controller for MT8192 SoC
 2020-08-26 11:09 UTC  (7+ messages)
` [v4,1/4] dt-binding: reset-controller: ti: add reset-duration-us property
` [v4,2/4] dt-binding: reset-controller: ti: add 'mediatek,infra-reset' to compatible

[PATCH] staging: media-atomisp : fix "dubious: !x | !y" sparse warning
 2020-08-26 11:09 UTC  (2+ messages)
` [PATCH v2] staging: media/atomisp "

Linux 4.4.234
 2020-08-26 10:55 UTC  (2+ messages)

[PATCH v2 0/3] Add support for ACPI device in RMRR to access reserved memory
 2020-08-26 10:59 UTC  (7+ messages)
` [PATCH 1/3] iommu/vt-d:Add support for detecting ACPI device in RMRR
` [PATCH 2/3] iommu/vt-d:Add support for probing "
` [PATCH 3/3] iommu/vt-d:Add mutex_unlock() before returning

[PATCH] [v2] media: mx2_emmaprp: Fix memleak in emmaprp_probe
 2020-08-26 11:00 UTC  (2+ messages)

[PATCH v4 0/6] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-08-26 11:01 UTC  (2+ messages)

WARNING: ODEBUG bug in __do_softirq
 2020-08-26 11:03 UTC  (2+ messages)

Linux 4.14.195
 2020-08-26 10:56 UTC  (2+ messages)


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