linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-07 08:46:57 to 2019-08-07 13:08:19 UTC [more...]

[PATCH 0/4] x86/mce: protect nr_cpus from rebooting by broadcast mce
 2019-08-07 13:07 UTC  (4+ messages)

[PATCH v8 00/14] Rockchip ISP1 Driver
 2019-08-07 13:05 UTC  (6+ messages)
` [PATCH v8 04/14] media: rkisp1: add Rockchip MIPI Synopsys DPHY driver
` [PATCH v8 05/14] media: rkisp1: add Rockchip ISP1 subdev driver

[PATCH v5 00/10] implement KASLR for powerpc/fsl_booke/32
 2019-08-07 13:04 UTC  (13+ messages)
` [PATCH v5 02/10] powerpc: move memstart_addr and kernstart_addr to init-common.c
` [PATCH v5 03/10] powerpc: introduce kimage_vaddr to store the kernel base
` [PATCH v5 06/10] powerpc/fsl_booke/32: implement KASLR infrastructure
` [PATCH v5 07/10] powerpc/fsl_booke/32: randomize the kernel image offset
` [PATCH v5 09/10] powerpc/fsl_booke/kaslr: support nokaslr cmdline parameter
` [PATCH v5 10/10] powerpc/fsl_booke/kaslr: dump out kernel offset information on panic

[PATCH v1] perf record: Add an option to take an AUX snapshot on exit
 2019-08-07 13:03 UTC  (3+ messages)

[PATCH] x86/kconfig: remove X86_DIRECT_GBPAGES dependency on !DEBUG_PAGEALLOC
 2019-08-07 13:02 UTC 

[PATCH v3] drm/crc-debugfs: Add notes about CRC<->commit interactions
 2019-08-07 13:01 UTC  (2+ messages)

[PATCH 0/8] irqdomain/debugfs: Fix uses of irq_domain_alloc_fwnode
 2019-08-07 13:02 UTC  (5+ messages)
` [PATCH 6/8] gpio/ixp4xx: Register the base PA instead of its VA in fwnode
` [PATCH 7/8] PCI: hv: Allocate a named fwnode instead of an address-based one

[PATCH] firmware: arm_scmi: Use {get,put}_unaligned_le32 accessors
 2019-08-07 13:00 UTC 

[PATCH v10 00/22] Generic page walk and ptdump
 2019-08-07 12:58 UTC  (4+ messages)
` [PATCH v10 20/22] x86: mm: Convert dump_pagetables to use walk_page_range

NULL ptr deref in wq_worker_sleeping on 4.19
 2019-08-07 12:56 UTC  (4+ messages)

[PATCH v4 0/3] Introduce Bandwidth OPPs for interconnects
 2019-08-07 12:53 UTC  (3+ messages)
` [PATCH v4 2/3] OPP: Add support for bandwidth OPP tables

[Regression] "drm/amdgpu: enable gfxoff again on raven series (v2)"
 2019-08-07 12:50 UTC 

[PATCH 0/3] bus: ti-sysc: fixes for reset handling
 2019-08-07 12:46 UTC  (4+ messages)
` [PATCH 1/3] bus: ti-sysc: re-order the clkdm control around "
` [PATCH 2/3] bus: ti-sysc: rework the "
` [PATCH 3/3] bus: ti-sysc: allow reset sharing across devices

[PATCH v3 1/2] dt-bindings: pinctrl: qcom: Add SC7180 pinctrl binding
 2019-08-07 12:44 UTC  (4+ messages)
` [PATCH v3 2/2] pinctrl: qcom: Add SC7180 pinctrl driver

[PATCH AUTOSEL 4.19 01/32] clk: at91: generated: Truncate divisor to GENERATED_MAX_DIV + 1
 2019-08-07 12:44 UTC  (5+ messages)
` [PATCH AUTOSEL 4.19 12/32] Btrfs: fix deadlock between fiemap and transaction commits

[PATCH net-next 0/5] RX improve
 2019-08-07 12:43 UTC  (5+ messages)
` [PATCH net-next 5/5] r8152: change rx_frag_head_sz and rx_max_agg_num dynamically

[PATCH v2 00/14] PCI/P2PDMA: Support transactions that hit the host bridge
 2019-08-07 12:43 UTC  (4+ messages)
` [PATCH v2 13/14] PCI/P2PDMA: No longer require no-mmu for host bridge whitelist

[PATCH][ocfs2-next] ocfs2: ensure ret is set to zero before returning
 2019-08-07 12:42 UTC  (3+ messages)

[PATCHv1] arm64: dts: imx8qm: add compatible string for usdhc3
 2019-08-07 12:09 UTC 

[PATCH v3] gpio: mpc8xxx: Add new platforms GPIO DT node description
 2019-08-07 12:38 UTC  (2+ messages)

[PATCH 1/2] drm: add cache support for arm64
 2019-08-07 12:38 UTC  (10+ messages)

Kernel 4.14 + has 100 times higher IO latency than Kernel 4.4 with raid1
 2019-08-07 12:35 UTC  (10+ messages)
    ` Bisected: Kernel 4.14 + has 3 times higher write "

slab corruption in 5.3-rc3 while inserting an usb key
 2019-08-07 12:33 UTC  (3+ messages)

[PATCH v4 00/20] KVM RISC-V Support
 2019-08-07 12:29 UTC  (21+ messages)
` [PATCH v4 01/20] KVM: RISC-V: Add KVM_REG_RISCV for ONE_REG interface
` [PATCH v4 02/20] RISC-V: Add bitmap reprensenting ISA features common across CPUs
` [PATCH v4 03/20] RISC-V: Export few kernel symbols
` [PATCH v4 04/20] RISC-V: Add hypervisor extension related CSR defines
` [PATCH v4 05/20] RISC-V: Add initial skeletal KVM support
` [PATCH v4 06/20] RISC-V: KVM: Implement VCPU create, init and destroy functions
` [PATCH v4 07/20] RISC-V: KVM: Implement VCPU interrupts and requests handling
` [PATCH v4 08/20] RISC-V: KVM: Implement KVM_GET_ONE_REG/KVM_SET_ONE_REG ioctls
` [PATCH v4 09/20] RISC-V: KVM: Implement VCPU world-switch
` [PATCH v4 10/20] RISC-V: KVM: Handle MMIO exits for VCPU
` [PATCH v4 11/20] RISC-V: KVM: Handle WFI "
` [PATCH v4 12/20] RISC-V: KVM: Implement VMID allocator
` [PATCH v4 13/20] RISC-V: KVM: Implement stage2 page table programming
` [PATCH v4 14/20] RISC-V: KVM: Implement MMU notifiers
` [PATCH v4 15/20] RISC-V: KVM: Add timer functionality
` [PATCH v4 16/20] RISC-V: KVM: FP lazy save/restore
` [PATCH v4 17/20] RISC-V: KVM: Implement ONE REG interface for FP registers
` [PATCH v4 18/20] RISC-V: KVM: Add SBI v0.1 support
` [PATCH v4 19/20] RISC-V: Enable VIRTIO drivers in RV64 and RV32 defconfig
` [PATCH v4 20/20] RISC-V: KVM: Add MAINTAINERS entry

[PATCH] riscv: kbuild: drop CONFIG_RISCV_ISA_C
 2019-08-07 12:28 UTC  (2+ messages)

[PATCH v2 2/2] mmc: sdhci: sdhci-pci-core: Add Genesis Logic GL975x support
 2019-08-07 12:25 UTC  (2+ messages)

[PATCH] i2c: imx: Allow the driver to be built for ARM64 SoCs such as i.MX8M
 2019-08-07 12:20 UTC  (4+ messages)
` [PATCH] net: fec: Allow the driver to be built for ARM64 SoCs such as i.MX8

[PATCH v10 0/6] Introduced new Cadence USBSS DRD Driver
 2019-08-07 12:08 UTC  (10+ messages)
` [PATCH v10 5/6] usb:cdns3 Add Cadence USB3 "

[PATCH V4 0/9] Fixes for metadata accelreation
 2019-08-07 12:07 UTC  (3+ messages)
` [PATCH V4 7/9] vhost: do not use RCU to synchronize MMU notifier with worker

[PATCH v2 0/2] dt-bindings: net: meson-dwmac: convert to yaml
 2019-08-07 12:04 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: net: snps,dwmac: update reg minItems maxItems

[PATCH v2] arm64/cache: fix -Woverride-init compiler warnings
 2019-08-07 11:59 UTC  (5+ messages)

[PATCH 4.19] Revert "initramfs: free initrd memory if opening /initrd.image fails"
 2019-08-07 11:53 UTC  (4+ messages)

[PATCH 1/3] drm: add gem ttm helpers
 2019-08-07 11:51 UTC  (7+ messages)

KMSAN: uninit-value in smsc75xx_wait_eeprom
 2019-08-07 11:48 UTC 

hmm cleanups, v2
 2019-08-07 11:46 UTC  (8+ messages)
` [PATCH 15/15] amdgpu: remove CONFIG_DRM_AMDGPU_USERPTR

linux-next: build failure after merge of the arm64 tree
 2019-08-07 11:46 UTC  (3+ messages)

[PATCH v2 0/4] perf: Use capabilities instead of uid and euid
 2019-08-07 11:46 UTC  (4+ messages)
` [PATCH v2 2/4] perf: Use CAP_SYS_ADMIN with perf_event_paranoid checks

fix default dma_mmap_* pgprot v2
 2019-08-07 11:45 UTC  (5+ messages)
` [PATCH 1/2] dma-mapping: fix page attributes for dma_mmap_*

[PATCH] cpufreq: qcom-hw: Update logic to detect turbo frequency
 2019-08-07 11:45 UTC 

[PATCH v2 1/4] ata: Documentation, fix function names
 2019-08-07 11:43 UTC  (4+ messages)
` [PATCH v2 2/4] ata: define AC_ERR_OK
` [PATCH v2 3/4] ata: make qc_prep return ata_completion_errors
` [PATCH v2 4/4] ata: sata_mv, avoid trigerrable BUG_ON

[PATCH v3 hmm 00/11] Add mmu_notifier_get/put for managing mmu notifier registrations
 2019-08-07 11:42 UTC  (4+ messages)
` [PATCH v3 hmm 10/11] drm/amdkfd: use mmu_notifier_put

[PATCH] ACPI / CPPC: do not require the _PSD method when using CPPC
 2019-08-07 11:41 UTC  (2+ messages)

[PATCH v2 0/1] x86/boot: save fields explicitly, zero out everything else
 2019-08-07 11:41 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 1/3] Fix backward-ring-buffer.c format-truncation error
 2019-08-07 11:32 UTC  (3+ messages)
` [PATCH v2] Fix annotate.c use of uninitialized value error

linux-next: build warning after merge of the akpm-current tree
 2019-08-07 11:29 UTC  (2+ messages)

[PATCH 0/2] Add OSM L3 Interconnect Provider
 2019-08-07 11:24 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: interconnect: Add OSM L3 DT bindings
` [PATCH 2/2] interconnect: qcom: Add OSM L3 interconnect provider support

[PATCH v3 00/21] Common patches from downstream development
 2019-08-07 11:19 UTC  (5+ messages)
` [PATCH v3 07/21] ARM: dts: imx7-colibri: fix 1.8V/UHS support
` [PATCH v3 09/21] ARM: dts: imx6qdl-colibri: add phy to fec

Linux next-20190807: arm64: build failed - phy-rockchip-inno-hdmi.c:1046:26: error: anonymous bit-field has negative width (-1)
 2019-08-07 11:18 UTC 

[PATCH 0/4] Arm MHUv2 Mailbox Controller Driver
 2019-08-07 11:17 UTC  (8+ messages)
` [PATCH 1/4] mailbox: arm_mhuv2: add device tree binding documentation

[PATCH v2 0/5] x86: KVM: svm: get rid of hardcoded instructions lengths
 2019-08-07 11:17 UTC  (7+ messages)
` [PATCH v2 2/5] x86: KVM: svm: avoid flooding logs when skip_emulated_instruction() fails
` [PATCH v2 5/5] x86: KVM: svm: remove hardcoded instruction length from intercepts

[PATCH v2 0/8] sched/fair: rework the CFS load balance
 2019-08-07 11:16 UTC  (4+ messages)
` [PATCH v2 4/8] sched/fair: rework load_balance

[PATCHv9 0/3] Add coresight support for SDM845, MSM8998 and MSM8996
 2019-08-07 11:16 UTC  (6+ messages)
` [PATCHv9 1/3] arm64: dts: qcom: sdm845: Add Coresight support

[PATCH v8 0/3] PM / wakeup: Show wakeup sources stats in sysfs
 2019-08-07 11:14 UTC  (5+ messages)
` [PATCH v8 1/3] PM / wakeup: Drop wakeup_source_init(), wakeup_source_prepare()
` [PATCH v8 2/3] PM / wakeup: Use wakeup_source_register() in wakelock.c

[PATCH] ACPI / processor: don't print errors for processorIDs == 0xff
 2019-08-07 11:10 UTC 

[PATCH] staging: isdn: hysdn_procconf_init() remove parantheses from return value
 2019-08-07 11:05 UTC  (2+ messages)

[PATCH v2 0/2] Add default binderfs devices
 2019-08-07 11:02 UTC  (3+ messages)
` [PATCH v2 1/2] binder: Add default binder devices through binderfs when configured

[PATCH 0/3] mm/: 3 more put_user_page() conversions
 2019-08-07 11:01 UTC  (3+ messages)
` [PATCH 1/3] mm/mlock.c: convert put_page() to put_user_page*()

[v2,0/2] PCI: mediatek: Add support for MT7629
 2019-08-07 10:57 UTC  (2+ messages)

[PATCH 0/3] Add basic support for RTC on Allwinner H6 SoC
 2019-08-07 10:55 UTC  (4+ messages)
` [linux-sunxi] "

[Regression] Commit "nvme/pci: Use host managed power state for suspend" has problems
 2019-08-07 10:54 UTC  (20+ messages)
    ` [PATCH] nvme-pci: Do not prevent PCI bus-level PM from being used

[PATCH] ARM: dts: dra74x: Fix iodelay configuration for mmc3
 2019-08-07 10:52 UTC 

[PATCH net-next] net: can: Fix compiling warning
 2019-08-07 10:50 UTC  (5+ messages)

[PATCH v15 0/5] Add support for mt8183 SCP
 2019-08-07 10:43 UTC  (6+ messages)
` [PATCH v15 1/5] dt-bindings: Add a binding for Mediatek SCP
` [PATCH v15 2/5] remoteproc/mediatek: add SCP support for mt8183
` [PATCH v15 3/5] remoteproc: mt8183: add reserved memory manager API
` [PATCH v15 4/5] rpmsg: add rpmsg support for mt8183 SCP
` [PATCH v15 5/5] arm64: dts: mt8183: add scp node

[PATCH v2 00/22] mfd: demodularization of non-modular drivers
 2019-08-07 10:43 UTC  (3+ messages)

[PATCH v2 1/3] drm: add gem ttm helpers
 2019-08-07 10:38 UTC  (3+ messages)
` [PATCH v2 2/3] drm/vram: switch vram helpers to use the new "
` [PATCH v2 3/3] drm/qxl: switch qxl "

[PATCH] arm64/ptrace: Fix typoes in sve_set() comment
 2019-08-07 10:38 UTC  (2+ messages)

[PATCH v3] bcache: fix deadlock in bcache_allocator
 2019-08-07 10:38 UTC 

[PATCH v2 0/5] firmware: arm_scmi: add SCMI v2.0 fastchannels and reset protocol support
 2019-08-07 10:35 UTC  (16+ messages)
` [PATCH v2 1/5] firmware: arm_scmi: Add discovery of SCMI v2.0 performance fastchannels
` [PATCH v2 2/5] firmware: arm_scmi: Make use SCMI v2.0 fastchannel for performance protocol
` [PATCH v2 3/5] dt-bindings: arm: Extend SCMI to support new reset protocol
` [PATCH v2 4/5] firmware: arm_scmi: Add RESET protocol in SCMI v2.0
` [PATCH v2 5/5] reset: Add support for resets provided by SCMI

[PATCH v9 0/6] Introduced new Cadence USBSS DRD Driver
 2019-08-07 10:34 UTC  (10+ messages)
` [PATCH v9 2/6] usb:gadget Separated decoding functions from dwc3 driver
` [PATCH v9 5/6] usb:cdns3 Add Cadence USB3 DRD Driver

[RFC PATCH] ARM: UNWINDER_FRAME_POINTER implementation for Clang
 2019-08-07 10:29 UTC  (6+ messages)

[PATCH RFC v1 1/2] rcu/tree: Add basic support for kfree_rcu batching
 2019-08-07 10:22 UTC  (6+ messages)
` [PATCH RFC v1 2/2] rcuperf: Add kfree_rcu performance Tests

[PATCH v3] ALSA: hiface: fix multiple memory leak bugs
 2019-08-07 10:21 UTC  (2+ messages)

[PATCH v2] bcache: fix deadlock in bcache_allocator
 2019-08-07 10:18 UTC  (4+ messages)

[PATCH v4 0/3] DCMI bridge support
 2019-08-07 10:15 UTC  (2+ messages)

[PATCH 0/8] Introduce generic ONFI support
 2019-08-07 10:08 UTC  (15+ messages)
` [PATCH 2/8] mtd: nand: move support functions for ONFI to nand/onfi.c
` [PATCH 3/8] mtd: nand: create ONFI table parsing instance
` [PATCH 4/8] mtd: spinand: enabled parameter page support
` [PATCH 5/8] mtd: spinand: micron: prepare for generalizing driver
` [PATCH 6/8] mtd: spinand: micron: Turn driver implementation generic
` [PATCH 7/8] mtd: spinand: micron: Fix read failure in Micron M70A flashes
` [PATCH 8/8] mtd: spinand: micron: Enable micron flashes with multi-die

[PATCH] mm/compaction: remove unnecessary zone parameter in isolate_migratepages()
 2019-08-07 10:04 UTC  (2+ messages)

[PATCH v4 1/5] mm/page_idle: Add per-pid idle page tracking using virtual indexing
 2019-08-07 10:00 UTC  (3+ messages)

[PATCH] locking/percpu_rwsem: Rewrite to not use rwsem
 2019-08-07  9:56 UTC  (4+ messages)

[PATCH v2 00/24] EDAC, mc, ghes: Fixes and updates to improve memory error reporting
 2019-08-07  9:52 UTC  (7+ messages)
` [PATCH v2 03/24] EDAC, ghes: Remove pvt->detail_location string
` [PATCH v2 12/24] EDAC, ghes: Use standard kernel macros for page calculations

[PATCH] cpufreq: schedutil: fix equation in comment
 2019-08-07  9:42 UTC  (3+ messages)

[RESEND 0/2] remoteproc: add support for preloaded firmware
 2019-08-07  9:41 UTC  (3+ messages)
` [RESEND 1/2] remoteproc: replace bool from struct rproc by u8
` [RESEND 2/2] remoteproc: add support for co-processor booted before kernel

You have a New Message on Archiver Management
 2019-08-06  9:06 UTC 

[PATCH v4 00/12] FPGA DFL updates
 2019-08-07  9:30 UTC  (6+ messages)
` [PATCH v4 11/12] fpga: dfl: fme: add global error reporting support

[PATCH v3] f2fs: Fix indefinite loop in f2fs_gc()
 2019-08-07  9:29 UTC  (2+ messages)

[PATCH 0/2] Simplify mtty driver and mdev core
 2019-08-07  9:28 UTC  (4+ messages)
` [PATCH v1 "
  ` [PATCH v1 2/2] vfio/mdev: Removed unused and redundant API for mdev UUID

[PATCH 0/5] Fix FIFO-99 abuse
 2019-08-07  9:26 UTC  (6+ messages)
` [PATCH 4/5] media/ivtv: Reduce default FIFO priority

[PATCH] arm64: mm: add missing PTE_SPECIAL in pte_mkdevmap on arm64
 2019-08-07  9:24 UTC  (3+ messages)

[PATCH -next] iwlwifi: dbg: work around clang bug by marking debug strings static
 2019-08-07  9:18 UTC  (6+ messages)

[PATCH V2 00/10] x86/CPU and x86/resctrl: Support pseudo-lock regions spanning L2 and L3 cache
 2019-08-07  9:18 UTC  (3+ messages)
` [PATCH V2 08/10] x86/resctrl: Support pseudo-lock regions spanning resources

[RFC PATCH] pciehp: use completion to wait irq_thread 'pciehp_ist'
 2019-08-07  9:15 UTC  (4+ messages)

[PATCH v2 1/1] ixgbe: sync the first fragment unconditionally
 2019-08-07  8:38 UTC  (3+ messages)

[PATCH v2 1/2] mmc: sdhci: Add PLL Enable support to internal clock setup
 2019-08-07  9:05 UTC  (2+ messages)

[PATCH] cpufreq: mediatek-cpufreq: Add compatible for MT8516
 2019-08-07  9:05 UTC  (2+ messages)

[RFC PATCH v3 00/16] Core scheduling v3
 2019-08-07  8:58 UTC  (12+ messages)

[PATCH 1/2] habanalabs: fix endianness handling for packets from user
 2019-08-07  8:52 UTC  (2+ messages)
` [PATCH 2/2] habanalabs: fix completion queue handling when host is BE

[PATCH v3 00/39] put_user_pages(): miscellaneous call sites
 2019-08-07  8:51 UTC  (3+ messages)
` [PATCH v3 10/41] media/ivtv: convert put_page() to put_user_page*()

[PATCH AUTOSEL 5.2 01/59] RDMA/hns: Fix sg offset non-zero issue
 2019-08-07  8:49 UTC  (3+ messages)
` [PATCH AUTOSEL 5.2 51/59] drm/exynos: fix missing decrement of retry counter

[PATCH v6 0/3] Support mipitx for mt8183
 2019-08-07  8:46 UTC  (4+ messages)
` [PATCH v6 1/3] dt-bindings: display: mediatek: update dsi supported chips
` [PATCH v6 2/3] drm/mediatek: separate mipi_tx to different file
` [PATCH v6 3/3] drm/mediatek: add mipi_tx driver for mt8183

[PATCH 00/34] put_user_pages(): miscellaneous call sites
 2019-08-07  8:46 UTC  (8+ 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).