linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-16 07:54:58 to 2019-05-16 10:43:23 UTC [more...]

[PATCH] ACPI: PM: Call pm_set_suspend_via_firmware() during hibernation
 2019-05-16 10:43 UTC 

[PATCH] ACPI/PCI: PM: Add missing wakeup.flags.valid checks
 2019-05-16 10:42 UTC 

[PATCH v2] media/doc: Allow sizeimage to be set by v4l clients
 2019-05-16 10:40 UTC  (5+ messages)

[PATCH V12 1/5] dt-bindings: fsl: scu: add thermal binding
 2019-05-16 10:39 UTC  (8+ messages)
` [PATCH V12 2/5] thermal: of-thermal: add API for getting sensor ID from DT
` [PATCH V12 3/5] thermal: imx_sc: add i.MX system controller thermal support

[RFC V2 00/16] objtool: Add support for Arm64
 2019-05-16 10:36 UTC  (17+ messages)
` [RFC 01/16] objtool: Add abstraction for computation of symbols offsets
` [RFC 02/16] objtool: orc: Refactor ORC API for other architectures to implement
` [RFC 03/16] objtool: Move registers and control flow to arch-dependent code
` [RFC 04/16] objtool: arm64: Add required implementation for supporting the aarch64 architecture in objtool
` [RFC 05/16] objtool: arm64: Handle hypercalls as nops
` [RFC 06/16] arm64: alternative: Mark .altinstr_replacement as containing executable instructions
` [RFC 07/16] objtool: special: Adapt special section handling
` [RFC 08/16] objtool: arm64: Adapt the stack frame checks for arm architecture
` [RFC 09/16] arm64: assembler: Add macro to annotate asm function having non standard stack-frame
` [RFC 10/16] arm64: sleep: Prevent stack frame warnings from objtool
` [RFC 11/16] objtool: arm64: Enable stack validation for arm64
` [RFC 12/16] arm64: kvm: Annotate non-standard stack frame functions
` [RFC 13/16] arm64: kernel: Add exception on kuser32 to prevent stack analysis
` [RFC 14/16] arm64: crypto: Add exceptions for crypto object "
` [RFC 15/16] objtool: Introduce INSN_UNKNOWN type
` [RFC 16/16] arm64: kernel: Annotate non-standard stack frame functions

general protection fault in ext4_mb_initialize_context
 2019-05-16 10:36 UTC 

[GIT PULL] EDAC fixes for 5.2
 2019-05-16 10:35 UTC 

KASAN: use-after-free Write in __xfrm_policy_unlink (2)
 2019-05-16 10:35 UTC 

KASAN: use-after-free Write in xfrm_hash_rebuild
 2019-05-16 10:35 UTC 

[PATCH v3 1/7] drm/rockchip: Change the scl_vop_cal_scl_fac to pass drm_format_info
 2019-05-16 10:31 UTC  (7+ messages)
` [PATCH v3 2/7] drm: Remove users of drm_format_num_planes
` [PATCH v3 3/7] drm: Remove users of drm_format_(horz|vert)_chroma_subsampling
` [PATCH v3 4/7] drm/fourcc: Pass the format_info pointer to drm_format_plane_cpp
` [PATCH v3 5/7] drm/fourcc: Pass the format_info pointer to drm_format_plane_width/height
` [PATCH v3 6/7] drm: Replace instances of drm_format_info by drm_get_format_info
` [PATCH v3 7/7] drm: Remove users of drm_format_num_planes

[PATCH v3 1/3] include/of_fdt.h: add a weak arch hook to update fdt pgprot
 2019-05-16 10:28 UTC  (3+ messages)
` [PATCH v3 2/3] arm64: implement update_fdt_pgprot()
` [PATCH v3 3/3] fdt: add support for rng-seed

[PATCH v6 00/12] support gce on mt8183 platform
 2019-05-16 10:27 UTC  (14+ messages)
` [PATCH v6 01/12] dt-binding: gce: remove thread-num property
` [PATCH v6 02/12] dt-binding: gce: add gce header file for mt8183
` [PATCH v6 03/12] dt-binding: gce: add binding for gce subsys property
` [PATCH v6 04/12] dt-binding: gce: add binding for gce event property
` [PATCH v6 05/12] mailbox: mediatek: cmdq: move the CMDQ_IRQ_MASK into cmdq driver data
` [PATCH v6 06/12] mailbox: mediatek: cmdq: support mt8183 gce function
` [PATCH v6 07/12] soc: mediatek: cmdq: clear the event in cmdq initial flow
` [PATCH v6 08/12] soc: mediatek: cmdq: define the instruction struct
` [PATCH v6 09/12] soc: mediatek: cmdq: add polling function
` [PATCH v6 10/12] soc: mediatek: cmdq: add cmdq_dev_get_subsys function
` [PATCH v6 11/12] soc: mediatek: cmdq: add cmdq_dev_get_event function
` [PATCH v6 12/12] arm64: dts: add gce node for mt8183

[PATCH] staging: vt6656: remove unused variable
 2019-05-16 10:27 UTC  (5+ messages)

[PATCH] vfs: Move kernel_read_file() to fs/read_write.c
 2019-05-16 10:24 UTC 

[PATCH V3 0/4] arm64/mm: Enable memory hot remove
 2019-05-16 10:23 UTC  (6+ messages)
` [PATCH V3 2/4] arm64/mm: Hold memory hotplug lock while walking for kernel page table dump
` [PATCH V3 3/4] arm64/mm: Inhibit huge-vmap with ptdump

[PATCH v3 00/13] epoll: support pollable epoll from userspace
 2019-05-16 10:20 UTC  (16+ messages)
` [PATCH v3 01/13] epoll: move private helpers from a header to the source
` [PATCH v3 02/13] epoll: introduce user structures for polling from userspace
` [PATCH v3 03/13] epoll: allocate user header and user events ring "
` [PATCH v3 04/13] epoll: some sanity flags checks for epoll syscalls "
` [PATCH v3 05/13] epoll: offload polling to a work in case of epfd polled "
` [PATCH v3 06/13] epoll: introduce helpers for adding/removing events to uring
` [PATCH v3 07/13] epoll: call ep_add_event_to_uring() from ep_poll_callback()
` [PATCH v3 08/13] epoll: support polling from userspace for ep_insert()
` [PATCH v3 09/13] epoll: support polling from userspace for ep_remove()
` [PATCH v3 10/13] epoll: support polling from userspace for ep_modify()
` [PATCH v3 11/13] epoll: support polling from userspace for ep_poll()
` [PATCH v3 12/13] epoll: support mapping for epfd when polled from userspace
` [PATCH v3 13/13] epoll: implement epoll_create2() syscall

[PATCH 1/2] drm: bridge: dw-hdmi: Add hooks for suspend/resume
 2019-05-16 10:18 UTC  (4+ messages)
` [PATCH 2/2] drm/rockchip: dw_hdmi: Handle suspend/resume

[PATCH] spi: bitbang: Fix NULL pointer dereference in spi_unregister_master
 2019-05-16 10:17 UTC  (6+ messages)
` Applied "spi: bitbang: Fix NULL pointer dereference in spi_unregister_master" to the spi tree

[PATCH V2] ASoC: cs42xx8: Add reset gpio handling
 2019-05-16 10:11 UTC  (2+ messages)

[PATCH v3 0/7] RMRR related fixes and enhancements
 2019-05-16 10:08 UTC  (8+ messages)
` [PATCH v3 1/7] iommu: Pass a GFP flag parameter to iommu_alloc_resv_region()
` [PATCH v3 2/7] iommu/vt-d: Duplicate iommu_resv_region objects per device list
` [PATCH v3 3/7] iommu/vt-d: Introduce is_downstream_to_pci_bridge helper
` [PATCH v3 4/7] iommu/vt-d: Handle RMRR with PCI bridge device scopes
` [PATCH v3 5/7] iommu/vt-d: Handle PCI bridge RMRR device scopes in intel_iommu_get_resv_regions
` [PATCH v3 6/7] iommu: Introduce IOMMU_RESV_DIRECT_RELAXABLE reserved memory regions
` [PATCH v3 7/7] iommu/vt-d: Differentiate relaxable and non relaxable RMRRs

[PATCH v2 00/30] [RFC] virtio-fs: shared file system for virtual machines
 2019-05-16 10:07 UTC  (4+ messages)
` [PATCH v2 12/30] dax: remove block device dependencies

[PATCH V3 1/2] soc: imx: Add SCU SoC info driver support
 2019-05-16 10:06 UTC  (2+ messages)

[PATCH] ARC: [plat-axs10x] Specify PHY node in .dtsi
 2019-05-16 10:04 UTC 

[PATCH RFC 0/5] mm/ksm, proc: introduce remote madvise
 2019-05-16 10:00 UTC  (7+ messages)
` [PATCH RFC 1/5] proc: introduce madvise placeholder
` [PATCH RFC 2/5] mm/ksm: introduce ksm_madvise_merge() helper
` [PATCH RFC 3/5] mm/ksm: introduce ksm_madvise_unmerge() helper
` [PATCH RFC 4/5] mm/ksm, proc: introduce remote merge
` [PATCH RFC 5/5] mm/ksm, proc: add remote madvise documentation

[PATCH 0/3] ENETC: support hardware timestamping
 2019-05-16  9:59 UTC  (4+ messages)
` [PATCH 1/3] enetc: add hardware timestamping support
` [PATCH 2/3] enetc: add get_ts_info interface for ethtool
` [PATCH 3/3] arm64: dts: fsl: ls1028a: add ENETC 1588 timer node

[PATCH v10 0/2] drm/sun4i: sun6i_mipi_dsi: Fixes/updates
 2019-05-16  9:11 UTC  (2+ messages)

drm: sun4i: segmentation fault with rmmod sun4i_drm
 2019-05-16  9:45 UTC 

[v1] drm/arm/mali-dp: Disable checking for required pixel clock rate
 2019-05-16  9:42 UTC  (6+ messages)
  ` [EXT] "

[PATCH v3 0/3] Qualcomm QCS404 PCIe support
 2019-05-16  9:39 UTC  (5+ messages)
` [PATCH v3 1/3] PCI: qcom: Use clk_bulk API for 2.4.0 controllers
` [PATCH v3 3/3] PCI: qcom: Add QCS404 PCIe controller support

[RFC PATCH] kbuild: check uniqueness of basename of modules
 2019-05-16  9:38 UTC  (6+ messages)

[PATCH] ARM: dts: sun7i: olimex-lime2: Enable ac and power supplies
 2019-05-16  9:28 UTC 

[RFC PATCH v2 0/3] prerequisites for device reserved local mem rework
 2019-05-16  9:35 UTC  (6+ messages)

[PATCH net 0/4] Prevent vhost kthread from hogging CPU
 2019-05-16  9:34 UTC  (4+ messages)
` [PATCH net 3/4] vhost: vsock: add weight support

[PATCH v2 0/7] RMRR related fixes and enhancements
 2019-05-16  9:32 UTC  (9+ messages)
` [PATCH v2 1/7] iommu: Pass a GFP flag parameter to iommu_alloc_resv_region()
` [PATCH v2 2/7] iommu/vt-d: Duplicate iommu_resv_region objects per device list
` [PATCH v2 3/7] iommu/vt-d: Introduce is_downstream_to_pci_bridge helper
` [PATCH v2 4/7] iommu/vt-d: Handle RMRR with PCI bridge device scopes
` [PATCH v2 5/7] iommu/vt-d: Handle PCI bridge RMRR device scopes in intel_iommu_get_resv_regions
` [PATCH v2 6/7] iommu: Introduce IOMMU_RESV_DIRECT_RELAXABLE reserved memory regions
` [PATCH v2 7/7] iommu/vt-d: Differentiate relaxable and non relaxable RMRRs

[PATCH v2] f2fs: fix to do sanity check on segment bitmap of LFS curseg
 2019-05-16  9:32 UTC 

[PATCH bpf v1 0/3] Test the 32bit narrow reads
 2019-05-16  9:31 UTC  (7+ messages)
` [PATCH bpf v1 2/3] selftests/bpf: Print a message when tester could not run a program
` [PATCH bpf v1 3/3] selftests/bpf: Avoid a clobbering of errno

[PATCH v5 1/1] iommu/io-pgtable-arm: Add support to use system cache
 2019-05-16  9:30 UTC 

[PATCH v6 07/12] soc: mediatek: cmdq: clear the event in cmdq initial flow
 2019-05-16  9:27 UTC  (3+ messages)
` [PATCH v6 10/12] soc: mediatek: cmdq: add cmdq_dev_get_subsys function
` [PATCH v6 11/12] soc: mediatek: cmdq: add cmdq_dev_get_event function

[PATCH 0/8] Add cpufreq and cci devfreq for mt8183, and SVS support
 2019-05-16  9:23 UTC 

Questions regarding Documentation/media/uapi/v4l/field-order.rst
 2019-05-16  9:19 UTC  (4+ messages)

[PATCH] vsock/virtio: Initialize core virtio vsock before registering the driver
 2019-05-16  9:16 UTC  (9+ messages)

[PATCH] clocksource: Untrust the clocksource watchdog when its interval is too small
 2019-05-16  9:06 UTC 

[PATCH 0/3] mmc: meson-gx: add ddr-access-quirk support
 2019-05-16  9:09 UTC  (6+ messages)
` [PATCH 2/3] mmc: meson-gx: add ddr-access-quirk

[PATCH] clk: imx: imx8mm: fix int pll clk gate
 2019-05-16  9:08 UTC 

[GIT PULL] tracing: Updates for 5.2
 2019-05-16  9:08 UTC  (3+ messages)

[PATCH] vt: Fix a missing-check bug in drivers/tty/vt/vt.c file of Linux 5.0.14
 2019-05-16  9:07 UTC  (9+ messages)

[Patch] hdac_sysfs: Fix a memory leaking bug in sound/hda/hdac_sysfs.c file of Linux 5.1
 2019-05-16  8:59 UTC  (3+ messages)

[PATCH 0/4] Add missing device nodes for Olimex Teres-I
 2019-05-16  8:54 UTC  (3+ messages)
` [PATCH 1/4] arm64: DTS: allwinner: a64: Add pinmux for RGB666 LCD

[PATCH v3 0/2] Document memory-to-memory video codec interfaces
 2019-05-16  8:48 UTC  (6+ messages)
` [PATCH v3 2/2] media: docs-rst: Document memory-to-memory video encoder interface

[PATCH v2] arm64: dts: allwinner: a64: orangepi-win: Add wifi and bluetooth nodes
 2019-05-16  8:52 UTC  (2+ messages)

[PATCH RESEND] ARM: dts: qcom: msm8974-hammerhead: add device tree bindings for vibrator
 2019-05-16  8:50 UTC 

[PATCH] gcc-plugins: arm_ssp_per_task_plugin: Fix for older GCC < 6
 2019-05-16  8:47 UTC  (3+ messages)

[PATCH] vfio-mdev/samples: make some symbols static
 2019-05-16  8:46 UTC  (2+ messages)

[PATCH 0/2] drm/sun4i: Fix sun8i HDMI PHY initialization
 2019-05-16  8:31 UTC  (2+ messages)

[GIT PULL] configfs update for 5.2
 2019-05-16  8:29 UTC 

Removal of dump_stack()s from /fs/ubifs/io.c
 2019-05-16  8:27 UTC  (4+ messages)

[PATCH v1 0/6] KVM: VMX: Intel PT configuration switch using XSAVES/XRSTORS on VM-Entry/Exit
 2019-05-16  8:25 UTC  (7+ messages)
` [PATCH v1 1/6] x86/fpu: Introduce new fpu state for Intel processor trace
` [PATCH v1 2/6] KVM: VMX: Reuse the pt_state structure for PT context
` [PATCH v1 3/6] KVM: VMX: Dymamic allocate Intel PT configuration state
` [PATCH v1 4/6] KVM: VMX: Allocate XSAVE area for Intel PT configuration
` [PATCH v1 5/6] KVM: VMX: Intel PT configration context switch using XSAVES/XRSTORS
` [PATCH v1 6/6] KVM: VMX: Get PT state from xsave area to variables

[PATCH 0/1] Forced-wakeup for stop lite states on Powernv
 2019-05-16  8:22 UTC  (7+ messages)

[PATCH] kernel/hung_task.c: Monitor killed tasks
 2019-05-16  8:19 UTC  (3+ messages)

[RFC PATCH] vmcore: Add a kernel cmdline device_dump_limit
 2019-05-16  8:19 UTC  (3+ messages)

[PATCH] cpu/speculation: Warn on unsupported mitigations= parameter
 2019-05-16  8:16 UTC  (3+ messages)

[PATCH 0/3 v3] Add kdump support for the SEV enabled guest
 2019-05-16  8:15 UTC  (5+ messages)
` [PATCH 2/3 v3] x86/kexec: Set the C-bit in the identity map page table when SEV is active

[PATCH v3] drm/komeda: Add writeback support
 2019-05-16  8:13 UTC 

[PATCH v3 0/4] add slow clock support for SAM9X60
 2019-05-16  8:10 UTC  (4+ messages)
` [PATCH v3 2/4] clk: at91: sckc: add support to specify registers bit offsets

[PATCH 0/4] iio: adc: mediatek: add mt6765 driver support
 2019-05-16  8:10 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: iio: adc: mediatek: Add document for mt6765
` [PATCH 2/4] iio: adc: mediatek: mt6765 upstream driver
` [PATCH 3/4] iio: adc: mediatek: SET_LATE_SYSTEM_SLEEP_PM_OPS support
` [PATCH 4/4] iio: auxadc: mediatek: change to subsys_initcall

[PATCH] staging: rtl8723bs: core: rtw_recv: fix warning Comparison to NULL
 2019-05-16  8:00 UTC  (2+ messages)

[PATCH v2 00/17] Support for read-write lock deadlock detection
 2019-05-16  8:00 UTC  (18+ messages)
` [PATCH v2 01/17] locking/lockdep: Add lock type enum to explicitly specify read or write locks
` [PATCH v2 02/17] locking/lockdep: Add read-write type for dependency
` [PATCH v2 03/17] locking/lockdep: Add helper functions to operate on the searched path
` [PATCH v2 04/17] locking/lockdep: Update direct dependency's read-write type if it exists
` [PATCH v2 05/17] locking/lockdep: Rename deadlock check functions
` [PATCH v2 06/17] locking/lockdep: Adjust BFS algorithm to support multiple matches
` [PATCH v2 07/17] locking/lockdep: Introduce mark_lock_unaccessed()
` [PATCH v2 08/17] locking/lockdep: Introduce chain_hlocks_type for held lock's read-write type
` [PATCH v2 09/17] locking/lockdep: Hash held lock's read-write type into chain key
` [PATCH v2 10/17] locking/lockdep: Support read-write lock's deadlock detection
` [PATCH v2 11/17] locking/lockdep: Adjust lockdep selftest cases
` [PATCH v2 12/17] locking/lockdep: Remove useless lock type assignment
` [PATCH v2 13/17] locking/lockdep: Add nest lock type
` [PATCH v2 14/17] locking/lockdep: Support recursive read locks
` [PATCH v2 15/17] locking/lockdep: Adjust selftest case for recursive read lock
` [PATCH v2 16/17] locking/lockdep: Add more lockdep selftest cases
` [PATCH v2 17/17] locking/lockdep: Remove irq-safe to irq-unsafe read check

[PATCH v3 1/1] bsr: do not use assignment in if condition
 2019-05-16  7:58 UTC  (2+ messages)

Question about MDS mitigation
 2019-05-16  7:54 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).