linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-29 07:13:54 to 2020-04-29 10:07:04 UTC [more...]

[PATCH] powerpc/ps3: Move static keyword to the front of declaration
 2020-04-29 10:00 UTC 

[PATCH 0/6] Lock warnings cleanup
 2020-04-29 10:05 UTC  (3+ messages)
  ` [PATCH 5/6] USB: dummy-hcd: Add missing annotation for set_link_state()
  ` [PATCH 6/6] net: atm: Add annotation for lec_priv_walk()

[PATCH 0/2] mm: memcontrol: memory.{low,min} reclaim fix & cleanup
 2020-04-29 10:06 UTC  (3+ messages)
` [PATCH 2/2] mm, memcg: Decouple e{low,min} state mutations from protection checks

[PATCH v2 00/12] add STM32 FMC2 controller drivers
 2020-04-29 10:06 UTC  (22+ messages)
` [PATCH v2 01/12] dt-bindings: mfd: stm32-fmc2: add STM32 FMC2 controller documentation
` [PATCH v2 04/12] mtd: rawnand: stm32_fmc2: manage all errors cases at probe time
` [PATCH v2 06/12] mtd: rawnand: stm32_fmc2: use FMC2_TIMEOUT_MS for timeouts
` [PATCH v2 07/12] mtd: rawnand: stm32_fmc2: cleanup

[PATCH] ARC: guard dsp early init against non ARCv2
 2020-04-29 10:03 UTC  (3+ messages)

[PATCH net-next v3] net: phy: micrel: add phy-mode support for the KSZ9031 PHY
 2020-04-29 10:02 UTC  (7+ messages)

[PATCH] perf tool: fix detection of active SMT
 2020-04-29 10:00 UTC 

INFO: task hung in linkwatch_event (2)
 2020-04-29  9:59 UTC 

[PATCH 0/7] Record the mm_struct in the page table pages
 2020-04-29  9:58 UTC  (9+ messages)
` [PATCH 2/7] mm: Move pt_mm within struct page
` [PATCH 4/7] arm64: Thread mm_struct throughout page table allocation
` [PATCH 5/7] m68k: "
` [PATCH 6/7] mm: Set pt_mm in PTE constructor

[PATCH 1/1] dma: actions: Fix lockdep splat for owl-dma
 2020-04-29  9:58 UTC  (6+ messages)

[PATCH RESEND 0/4] Minor WM8994 MFD/codec fixes
 2020-04-29  9:56 UTC  (7+ messages)
  ` [PATCH 4/4] ASoC: wm8994: Silence warnings during deferred probe

[PATCH] dt-bindings: arm-smmu: Add a new compatible string and a clock
 2020-04-29  9:55 UTC  (3+ messages)

[PATCH v3 1/2] sched/uclamp: Add a new sysctl to control RT default boost value
 2020-04-29  9:54 UTC  (4+ messages)
` [PATCH v3 2/2] Documentation/sysctl: Document uclamp sysctl knobs

[PATCH] spi: spi-amd: remove unused variable
 2020-04-29  9:52 UTC  (2+ messages)

[PATCH 0/5] virtio on Type-1 hypervisor
 2020-04-29  9:52 UTC  (11+ messages)
` [PATCH 5/5] virtio: Add bounce DMA ops

[PATCH] soc: imx: select ARM_GIC_V3 for i.MX8M
 2020-04-29  9:51 UTC  (2+ messages)

[PATCH] selftests/ftrace: treat module requirement unmet situation as unsupported
 2020-04-29  9:50 UTC 

[PATCH 1/4 v2] firmware: stratix10-svc: Fix genpool creation error handling
 2020-04-29  9:50 UTC 

[PATCH v3 0/6] block: fix blktrace debugfs use after free
 2020-04-29  9:50 UTC  (10+ messages)
` [PATCH v3 1/6] block: revert back to synchronous request_queue removal
` [PATCH v3 2/6] block: move main block debugfs initialization to its own file
` [PATCH v3 3/6] blktrace: move blktrace debugfs creation to helper function
` [PATCH v3 4/6] blktrace: fix debugfs use after free
` [PATCH v3 5/6] blktrace: break out of blktrace setup on concurrent calls
` [PATCH v3 6/6] loop: be paranoid on exit and prevent new additions / removals

[PATCH v5 0/4] introduction of migration_version attribute for VFIO live migration
 2020-04-29  9:48 UTC  (14+ messages)

[RFC][PATCH] x86/mm: Sync all vmalloc mappings before text_poke()
 2020-04-29  9:48 UTC 

[PATCH] mfd: sprd: Remove unnecessary spi_bus_type setting
 2020-04-29  9:45 UTC 

[PATCH][v2] kvm: x86: emulate APERF/MPERF registers
 2020-04-29  9:43 UTC  (3+ messages)
  ` 答复: "

[PATCH RFC 00/15] Add VFIO mediated device support and IMS support for the idxd driver
 2020-04-29  9:42 UTC  (12+ messages)

[PATCH 2/7] signal: factor copy_siginfo_to_external32 from copy_siginfo_to_user32
 2020-04-29  9:42 UTC  (5+ messages)
` [PATCH] fixup! "

[PATCH 1/2 v3] Add new uio device for PCI with dynamic memory allocation
 2020-04-29  9:41 UTC  (5+ messages)
` [PATCH v4] "

[PATCH] ASoC: mxs-saif: Add variable dev to simplify code
 2020-04-29  9:40 UTC 

[PATCH] ASoC: mxs-saif: Fix unused assignment
 2020-04-29  9:38 UTC 

[PATCH V2 00/16] arm64/cpufeature: Introduce ID_PFR2, ID_DFR1, ID_MMFR5 and other changes
 2020-04-29  9:37 UTC  (2+ messages)

[PATCH RFC 0/6] KVM: x86: Interrupt-based mechanism for async_pf 'page present' notifications
 2020-04-29  9:36 UTC  (7+ messages)
` [PATCH RFC 1/6] Revert "KVM: async_pf: Fix #DF due to inject "Page not Present" and "Page Ready" exceptions simultaneously"
` [PATCH RFC 2/6] KVM: x86: extend struct kvm_vcpu_pv_apf_data with token info
` [PATCH RFC 3/6] KVM: x86: interrupt based APF page-ready event delivery
` [PATCH RFC 4/6] KVM: x86: acknowledgment mechanism for async pf page ready notifications
` [PATCH RFC 5/6] KVM: x86: announce KVM_FEATURE_ASYNC_PF_INT
` [PATCH RFC 6/6] KVM: x86: Switch KVM guest to using interrupts for page ready APF delivery

[PATCH -next] mailbox: Fix NULL vs IS_ERR() check in zynqmp_ipi_mbox_probe()
 2020-04-29  9:35 UTC  (2+ messages)
` [PATCH -next v2] mailbox: zynqmp-ipi: "

[PATCH -next] drm/dp_mst: use false for bool variable
 2020-04-29  9:38 UTC 

[PATCH] usb: typec: ucsi: fix ucsi_register_port_psy typo
 2020-04-29  9:31 UTC  (2+ messages)

[PATCH 0/2] Add support for MaxLinear/Exar USB to serial converters
 2020-04-29  9:29 UTC  (5+ messages)
` [PATCH 1/2] usb: serial: Add MaxLinear/Exar USB to Serial driver

[RFC PATCH v1] irqchip: Add IRQCHIP_MODULE_BEGIN/END helper macros
 2020-04-29  9:28 UTC  (5+ messages)

[PATCH v3 00/10] Support XSAVES supervisor states
 2020-04-29  9:27 UTC  (3+ messages)
` [PATCH v3 05/10] x86/fpu/xstate: Define new functions for clearing fpregs and xstates

[PATCH V2 0/3] ARM: imx: move cpu code to drivers/soc/imx
 2020-04-29  9:17 UTC  (4+ messages)
` [PATCH V2 1/3] ARM: imx: use device_initcall for imx_soc_device_init
` [PATCH V2 2/3] ARM: imx: move cpu definitions into a header
` [PATCH V2 3/3] soc: imx: move cpu code to drivers/soc/imx

[PATCH v5] MIPS: Loongson: Add DMA support for LS7A
 2020-04-29  9:25 UTC  (3+ messages)

[PATCH v1 0/4] scsi: ufs: support LU Dedicated buffer type for WriteBooster
 2020-04-29  9:24 UTC  (3+ messages)
` [PATCH v1 2/4] scsi: ufs: add "index" in parameter list of ufshcd_query_flag()
  ` [EXT] "

[PATCH v3 00/14] remoteproc: Add support for synchronisaton with rproc
 2020-04-29  9:22 UTC  (9+ messages)
` [PATCH v3 09/14] remoteproc: Deal with synchronisation when crashing
` [PATCH v3 10/14] remoteproc: Deal with synchronisation when shutting down
` [PATCH v3 11/14] remoteproc: Deal with synchronisation when changing FW image
` [PATCH v3 12/14] remoteproc: Introducing function rproc_set_state_machine()

[PATCH] [v2] amdgpu: fix gcc-4.8 build warnings
 2020-04-29  9:20 UTC 

[PATCH net-next 0/3] vsock: support network namespace
 2020-04-29  9:21 UTC  (5+ messages)

[PATCH v9 00/15] Introduce Data Access MONitor (DAMON)
 2020-04-29  9:18 UTC  (3+ messages)
`  "

[PATCH] dpaa2-eth: debugfs: use div64_u64 for division
 2020-04-29  9:18 UTC  (2+ messages)

[PATCH] mailbox: Fix NULL vs IS_ERR() check in zynqmp_ipi_mbox_probe()
 2020-04-29  9:13 UTC 

[tracing] 06e0a548ba: WARNING:at_kernel/trace/ring_buffer.c:#ring_buffer_iter_peek
 2020-04-29  9:05 UTC 

[PATCH v7 0/5] powerpc/hv-24x7: Expose chip/sockets info to add json file metric support for the hv_24x7 socket/chip level events
 2020-04-29  9:10 UTC  (9+ messages)
` [PATCH v7 1/5] powerpc/perf/hv-24x7: Fix inconsistent output values incase multiple hv-24x7 events run
` [PATCH v7 2/5] powerpc/hv-24x7: Add rtas call in hv-24x7 driver to get processor details
` [PATCH v7 3/5] powerpc/hv-24x7: Add sysfs files inside hv-24x7 device to show "
` [PATCH v7 5/5] powerpc/hv-24x7: Update post_mobility_fixup() to handle migration

[PATCH] x86: move turbo_disabled() out of intel_set_max_freq_ratio
 2020-04-29  8:53 UTC  (3+ messages)
  ` 答复: "

[PATCH 5.6 000/167] 5.6.8-rc1 review
 2020-04-29  9:08 UTC  (2+ messages)

[RFC PATCH 0/3] newidle_balance() latency mitigation
 2020-04-29  9:05 UTC  (9+ messages)
` [RFC PATCH 1/3] sched/fair: Call newidle_balance() from finish_task_switch()

[PATCH] platform/x86: thinkpad_acpi: Remove always false 'value < 0' statement
 2020-04-29  8:59 UTC 

[patch] mm, oom: stop reclaiming if GFP_ATOMIC will start failing soon
 2020-04-29  9:04 UTC  (13+ messages)

[PATCH v0 linux master] i2c/busses: Avoid i2c interrupt status clear race condition
 2020-04-29  9:03 UTC  (4+ messages)

[PATCH v8 v5 1/3] media: dt-bindings: ov8856: Document YAML bindings
 2020-04-29  9:00 UTC  (4+ messages)
` [PATCH v5 v5 2/3] media: ov8856: Add devicetree support

[PATCH] firmware: qcom: avoid struct initialization warning on gcc-4.8
 2020-04-29  8:57 UTC 

[PATCH] drm: Replace drm_modeset_lock/unlock_all with DRM_MODESET_LOCK_ALL_* helpers
 2020-04-29  8:57 UTC  (2+ messages)

[PATCH] KVM: x86: handle wrap around 32-bit address space
 2020-04-29  8:56 UTC  (4+ messages)

[PATCH v2 1/2] i2c: tegra: Better handle case where CPU0 is busy for a long time
 2020-04-29  8:55 UTC  (12+ messages)

[PATCH glibc 5/9] glibc: Perform rseq(2) registration at C startup and thread creation (v17)
 2020-04-29  8:52 UTC  (11+ messages)

[PATCH v3 0/5] Add support for RESOLVE_MAYEXEC
 2020-04-29  8:50 UTC  (5+ messages)

[PATCH 0/2] Build ORC fast lookup table in scripts/sorttable tool
 2020-04-29  8:49 UTC  (2+ messages)

[PATCH v3 4/6] blktrace: fix debugfs use after free
 2020-04-29  8:48 UTC 

[PATCH] ASoC: codecs: wm97xx: fix ac97 dependency
 2020-04-29  8:47 UTC  (2+ messages)

[RFC PATCH] iommu/amd: fix a race in fetch_pte()
 2020-04-29  8:47 UTC  (5+ messages)

[PATCH v7 00/12] ARM/MIPS: DTS: add child nodes describing the PVRSGX GPU present in some OMAP SoC and JZ4780 (and many more)
 2020-04-29  8:47 UTC  (8+ messages)
` [PATCH v7 08/12] arm: dts: s5pv210: Add node for SGX 540

[PATCH] video: pxafb: Fix the function used to balance a 'dma_alloc_coherent()' call
 2020-04-29  8:45 UTC 

[PATCH v2] mips/mm: Add page soft dirty tracking
 2020-04-29  8:44 UTC 

mmotm 2020-04-26-00-15 uploaded
 2020-04-29  8:43 UTC  (6+ messages)
` mmotm 2020-04-26-00-15 uploaded (mm/madvise.c)

[PATCH 00/18] add support for Clang's Shadow Call Stack
 2020-04-29  8:39 UTC  (6+ messages)
` [PATCH v13 00/12] "

[PATCH v2 0/5] mtd: spi-nor: Add support for Octal 8D-8D-8D mode
 2020-04-29  8:37 UTC  (7+ messages)

[PATCH 00/13] KVM: x86: Event fixes and cleanup
 2020-04-29  8:36 UTC  (5+ messages)
` [PATCH 12/13] KVM: x86: Replace late check_nested_events() hack with more precise fix

[PATCH] kvm: x86: Cleanup vcpu->arch.guest_xstate_size
 2020-04-29 15:43 UTC  (2+ messages)

linux-next: Tree for Apr 29
 2020-04-29  8:33 UTC 

[PATCH v1 1/1] binder: transaction latency tracking for user build
 2020-04-29  8:32 UTC  (5+ messages)
` [PATCH v2] "
  ` [PATCH v2 1/1] "

[PATCH v2 00/14] objtool vs retpoline
 2020-04-29  8:30 UTC  (4+ messages)
` [PATCH v2 03/14] x86,smap: Fix smap_{save,restore}() alternatives

[PATCH 1/1] drm/qxl: add mutex_lock/mutex_unlock to ensure the order in which resources are rele
 2020-04-29  8:28 UTC  (2+ messages)

[patch v2 1/2] ls1043ardb: add qe node to ls1043ardb
 2020-04-29  8:20 UTC  (2+ messages)
` [patch v2 2/2] ls1043ardb: add ds26522 node to dts

[PATCH] ASoC: SOF: sort out Kconfig, again
 2020-04-29  8:24 UTC  (7+ messages)

linux-next: manual merge of the akpm-current tree with the bpf-next tree
 2020-04-29  8:24 UTC  (5+ messages)

[RFC Patch v1 0/4] arm64: Introduce new IPI as IPI_CALL_NMI_FUNC
 2020-04-29  8:23 UTC  (6+ messages)
` [RFC Patch v1 2/4] irqchip/gic-v3: Add support to handle SGI as pseudo NMI

[PATCH v1] Add support for MediaTek regulator vibrator driver
 2020-04-29  8:18 UTC  (4+ messages)
` [PATCH v1 1/3] dt-bindings: add regulator vibrator documentation
` [PATCH v1 2/3] arm64: mediatek: Add regulator vibrator support
` [PATCH v1 3/3] Vibrator: Add regulator vibrator driver

[PATCH 0/4] spi: lantiq: Synchronize interrupts, transfers and add new features
 2020-04-29  8:22 UTC  (12+ messages)
` [PATCH 1/4] spi: lantiq: Synchronize interrupt handlers and transfers

[PATCH 07/14] net: axienet: Fix SGMII support
 2020-04-29  8:21 UTC  (11+ messages)
        ` Xilinx axienet 1000BaseX support (was: Re: [PATCH 07/14] net: axienet: Fix SGMII support)
            ` Xilinx axienet 1000BaseX support

[PATCH v6] ARM: boot: Obtain start of physical memory from DTB
 2020-04-29  8:21 UTC 

[TEGRA194_CPUFREQ Patch 1/3] firmware: tegra: adding function to get BPMP data
 2020-04-29  8:21 UTC  (9+ messages)
              `  "

Fix sdio reinit card fail issue
 2020-04-29  8:20 UTC  (6+ messages)
` [PATCH 1/3] mmc: core: need do mmc_power_cycle in mmc_sdio_resend_if_cond

[RFC PATCHSET] Implement --switch-output-events
 2020-04-29  8:18 UTC  (7+ messages)
` [PATCH 7/7] perf record: Introduce --switch-output-event

[RFT PATCH 0/7] Add Allwinner H3/H5/A64 HDMI audio
 2020-04-29  8:17 UTC  (9+ messages)
` [PATCH 4/7] arm64: dts: allwinner: a64: Add "
        ` Audio sound card name [was [PATCH 4/7] arm64: dts: allwinner: a64: Add HDMI audio]
            ` [linux-sunxi] "

[PATCH] perf stat: Fix uncore event mixed metric with workload error issue
 2020-04-29  8:16 UTC  (4+ messages)

linux-next: build failure after merge of the drm-misc tree
 2020-04-29  8:09 UTC  (3+ messages)

linux-next: build warning after merge of the soundwire tree
 2020-04-29  8:14 UTC 

[PATCH] drm/bridge: fix stack usage warning on old gcc
 2020-04-29  8:13 UTC  (4+ messages)

[PATCH] video: fbdev: controlfb: fix build for COMPILE_TEST=y && PPC_PMAC=y && PPC32=n
 2020-04-29  8:04 UTC 

[PATCH 0/6] Add Stinger96 and IoT Box board support
 2020-04-29  8:02 UTC  (3+ messages)
` [PATCH 6/6] ARM: dts: stm32mp1: Add "

[PATCH] samples: fix binderfs sample
 2020-04-29  8:01 UTC  (2+ messages)

[PATCH] mm/slub: do not place freelist pointer to middle of object if redzone is on
 2020-04-29  8:00 UTC  (5+ messages)
  `  "

[PATCH] net: Select PTP_1588_CLOCK in PTP-specific drivers
 2020-04-29  7:59 UTC  (5+ messages)
      ` [PATCH v2] net: Make PTP-specific drivers depend on PTP_1588_CLOCK

[PATCH v7 00/15] s390/vfio-ap: dynamic configuration support
 2020-04-29  7:56 UTC  (10+ messages)
` [PATCH v7 01/15] s390/vfio-ap: store queue struct in hash table for quick access

[PATCH v1 0/2] Introduce QTI I2C PMIC controller
 2020-04-29  7:51 UTC  (5+ messages)
` [PATCH v1 1/2] dt-bindings: mfd: Document "
` [PATCH v1 2/2] mfd: Introduce "

[RFC v1 0/6] block: add error handling for *add_disk*()
 2020-04-29  7:48 UTC  (7+ messages)
` [RFC v1 1/6] block: refcount the request_queue early in __device_add_disk()
` [RFC v1 2/6] block: move disk announce work from register_disk() to a helper
` [RFC v1 3/6] block: move disk invalidation from del_gendisk() into "
` [RFC v1 4/6] block: move disk unregistration work from del_gendisk() to "
` [RFC v1 5/6] block: add initial error handling for *add_disk()* and friends
` [RFC v1 6/6] loop: add error handling support for add_disk()

[PATCH v1 1/1] drivers: base: Fix NULL pointer exception in __platform_driver_probe()
 2020-04-29  7:47 UTC  (4+ messages)

Canada Greetings
 2020-04-29  7:42 UTC 

[PATCH 1/5] powerpc/spufs: simplify spufs core dumping
 2020-04-29  7:42 UTC  (7+ messages)
` [RFC PATCH] powerpc/spufs: fix copy_to_user while atomic

[RFC][PATCH 1/3] evm: Move hooks outside LSM infrastructure
 2020-04-29  7:39 UTC  (3+ messages)
` [RFC][PATCH 2/3] evm: Extend API of post hooks to pass the result of pre hooks
` [RFC][PATCH 3/3] evm: Return -EAGAIN to ignore verification failures

[PATCH v5 0/2] cacheinfo support to read no. of L2 cache ways enabled
 2020-04-29  7:40 UTC  (3+ messages)

[PATCH 0/1] Fiji GPU audio register timeout when in BACO state
 2020-04-29  7:37 UTC  (10+ messages)

ECMP is not flow-based for forwarded traffic >5.4.x
 2020-04-29  7:35 UTC 

[PATCH] sound:hdmi:fix without unlocked before return
 2020-04-29  7:27 UTC  (2+ messages)

[PATCH -next] blk-mq: Use BUG_ON() instead of BUG()
 2020-04-29  7:26 UTC  (2+ messages)

[PATCH] staging: iio: ad2s1210: Fix SPI reading
 2020-04-29  7:21 UTC 

[PATCH -next] drm/mediatek: Fix Kconfig warning
 2020-04-29  7:13 UTC  (2+ messages)
` [PATCH v3 "

[PATCH v3 1/4] kbuild: add CONFIG_LD_IS_LLD
 2020-04-29  7:13 UTC  (4+ messages)
` [PATCH v5 0/5] Allow ld.lld to link the MIPS VDSO
  ` [PATCH v4 1/5] kbuild: add CONFIG_LD_IS_LLD


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