linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-02 07:35:02 to 2019-08-02 09:32:40 UTC [more...]

[PATCH 4.4 000/158] 4.4.187-stable review
 2019-08-02  9:28 UTC  (43+ messages)
` [PATCH 4.4 001/158] MIPS: ath79: fix ar933x uart parity mode
` [PATCH 4.4 004/158] ath10k: Do not send probe response template for mesh
` [PATCH 4.4 005/158] ath9k: Check for errors when reading SREV register
` [PATCH 4.4 007/158] ath: DFS JP domain W56 fixed pulse type 3 RADAR detection
` [PATCH 4.4 008/158] batman-adv: fix for leaked TVLV handler
` [PATCH 4.4 009/158] media: dvb: usb: fix use after free in dvb_usb_device_exit
` [PATCH 4.4 010/158] crypto: talitos - fix skcipher failure due to wrong output IV
` [PATCH 4.4 013/158] net: stmmac: dwmac1000: Clear unused address entries
` [PATCH 4.4 014/158] signal/pid_namespace: Fix reboot_pid_ns to use send_sig not force_sig
` [PATCH 4.4 015/158] af_key: fix leaks in key_pol_get_resp and dump_sp
` [PATCH 4.4 016/158] xfrm: Fix xfrm sel prefix length validation
` [PATCH 4.4 018/158] net: phy: Check against net_device being NULL
` [PATCH 4.4 019/158] tua6100: Avoid build warnings
` [PATCH 4.4 022/158] cpupower : frequency-set -r option misses the last cpu in related cpu list
` [PATCH 4.4 023/158] net: fec: Do not use netdev messages too early
` [PATCH 4.4 024/158] net: axienet: Fix race condition causing TX hang
` [PATCH 4.4 027/158] gpio: omap: fix lack of irqstatus_raw0 for OMAP4
` [PATCH 4.4 028/158] gpio: omap: ensure irq is enabled before wakeup
` [PATCH 4.4 029/158] regmap: fix bulk writes on paged registers
` [PATCH 4.4 030/158] bpf: silence warning messages in core
` [PATCH 4.4 031/158] rcu: Force inlining of rcu_read_lock()
` [PATCH 4.4 033/158] perf evsel: Make perf_evsel__name() accept a NULL argument
` [PATCH 4.4 034/158] vhost_net: disable zerocopy by default
` [PATCH 4.4 035/158] EDAC/sysfs: Fix memory leak when creating a csrow object
` [PATCH 4.4 037/158] ntp: Limit TAI-UTC offset
` [PATCH 4.4 038/158] timer_list: Guard procfs specific code
` [PATCH 4.4 039/158] acpi/arm64: ignore 5.1 FADTs that are reported as 5.0
` [PATCH 4.4 040/158] media: coda: fix mpeg2 sequence number handling
` [PATCH 4.4 041/158] media: coda: increment sequence offset for the last returned frame
` [PATCH 4.4 042/158] mt7601u: do not schedule rx_tasklet when the device has been disconnected
` [PATCH 4.4 043/158] x86/build: Add set -e to mkcapflags.sh to delete broken capflags.c
` [PATCH 4.4 044/158] mt7601u: fix possible memory leak when the device is disconnected
` [PATCH 4.4 045/158] ath10k: fix PCIE device wake up failed
` [PATCH 4.4 048/158] ixgbe: Check DDM existence in transceiver before access
` [PATCH 4.4 051/158] Bluetooth: hci_bcsp: Fix memory leak in rx_skb
` [PATCH 4.4 053/158] Bluetooth: Check state in l2cap_disconnect_rsp
` [PATCH 4.4 054/158] Bluetooth: validate BLE connection interval updates
` [PATCH 4.4 060/158] tracing/snapshot: Resize spare buffer if size changed
` [PATCH 4.4 062/158] lib/scatterlist: Fix mapping iterator when sg->offset is greater than PAGE_SIZE
` [PATCH 4.4 063/158] ALSA: seq: Break too long mutex context in the write loop
` [PATCH 4.4 064/158] media: v4l2: Test type instead of cfg->type in v4l2_ctrl_new_custom()
` [PATCH 4.4 067/158] drm/nouveau/i2c: Enable i2c pads & busses during preinit

[PATCH v1 0/2] Free the writeback_job when it with an empty fb
 2019-08-02  9:29 UTC  (4+ messages)
` [PATCH v1 2/2] drm: Clear the fence pointer when writeback job signaled

[PATCH V3 1/2] cpufreq: schedutil: Don't skip freq update when limits change
 2019-08-02  9:28 UTC  (5+ messages)
` [PATCH V3 2/2] cpufreq: intel_pstate: Implement ->resolve_freq()

[PATCH 0/4] new driver for TI eQEP
 2019-08-02  9:27 UTC  (3+ messages)
` [PATCH 2/4] counter: new TI eQEP driver

[BUILD REGRESSION] building single .ko not working in 5.3-rc1
 2019-08-02  9:26 UTC 

[PATCH] Bluetooth: btusb: Fix suspend issue for Realtek
 2019-08-02  9:24 UTC 

[PATCH v2] iommu: revisit iommu_insert_resv_region() implementation
 2019-08-02  9:24 UTC  (2+ messages)

[PATCH] Documentation/admin-guide: Embargoed hardware security issues
 2019-08-02  9:24 UTC  (4+ messages)

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

[PATCH] cpufreq: schedutil: Don't skip freq update when limits change
 2019-08-02  9:19 UTC  (5+ messages)

[PATCH 00/34] put_user_pages(): miscellaneous call sites
 2019-08-02  9:19 UTC  (4+ messages)
` [PATCH 06/34] drm/i915: convert put_page() to put_user_page*()

[PATCH v13 0/6] Add utilization clamping support (CGroups API)
 2019-08-02  9:08 UTC  (7+ messages)
` [PATCH v13 1/6] sched/core: uclamp: Extend CPU's cgroup controller
` [PATCH v13 2/6] sched/core: uclamp: Propagate parent clamps
` [PATCH v13 3/6] sched/core: uclamp: Propagate system defaults to root group
` [PATCH v13 4/6] sched/core: uclamp: Use TG's clamps to restrict TASK's clamps
` [PATCH v13 5/6] sched/core: uclamp: Update CPU's refcount on TG's clamp changes
` [PATCH v13 6/6] sched/core: uclamp: always use enum uclamp_id for clamp_id values

[patch V2 0/7] fs: Substitute bit-spinlocks for PREEMPT_RT and debugging
 2019-08-02  9:07 UTC  (3+ messages)

[PATCH v2 0/5] Add supply property for DSI controller
 2019-08-02  9:02 UTC  (7+ messages)
` [PATCH v2 3/5] ARM: dts: stm32: add phy-dsi-supply property on stm32mp157c
` [PATCH v2 4/5] ARM: dts: stm32: move fixe regulators reg11 & reg18
` [PATCH v2 5/5] ARM: dts: stm32: remove phy-dsi-supply property on stm32mp157c-dk2 board

[PATCH/RFC 00/12] Add dual-LVDS panel support to EK874
 2019-08-02  9:01 UTC  (20+ messages)
` [PATCH/RFC 01/12] dt-bindings: display: renesas: lvds: RZ/G2E needs renesas,companion too
` [PATCH/RFC 02/12] dt-bindings: display: renesas: lvds: Document renesas,swap-data
` [PATCH/RFC 03/12] dt-bindings: panel: lvds: Add dual-link LVDS display support
` [PATCH/RFC 04/12] dt-bindings: display: Add bindings for Advantech IDK-2121WR
` [PATCH/RFC 05/12] drm: rcar-du: lvds: Add data swap support
` [PATCH/RFC 06/12] drm: rcar-du: lvds: Do not look at ports for identifying bridges
` [PATCH/RFC 07/12] drm: rcar-du: lvds: Add support for dual link panels
` [PATCH/RFC 08/12] drm: rcar-du: lvds: Fix bridge_to_rcar_lvds
` [PATCH/RFC 09/12] drm: rcar-du: lvds: Fix companion's mode

[PATCH net-next] net: can: Fix compiling warning
 2019-08-02  8:59 UTC  (4+ messages)

[PATCH] mm: memcontrol: switch to rcu protection in drain_all_stock()
 2019-08-02  8:59 UTC  (3+ messages)

[PATCH 0/5] Fix FIFO-99 abuse
 2019-08-02  8:58 UTC  (5+ messages)
` [PATCH 4/5] media/ivtv: Reduce default FIFO priority

[RFC PATCH 0/3] perf tools: Add support for "report" for some spe events
 2019-08-02  9:40 UTC  (4+ messages)
` [RFC PATCH 1/3] perf tools: Move arm-spe-pkt-decoder.h/c to the new dir
` [RFC PATCH 2/3] perf tools: Add support for "report" for some spe events
` [RFC PATCH 3/3] perf report: add --spe options for arm-spe

Need help with failling gcm_base(ctr,ghash-generic) selftest
 2019-08-02  8:55 UTC  (4+ messages)

[PATCH] [RFC] dmaengine: add fifo_size member
 2019-08-02  8:51 UTC  (12+ messages)

[PATCH v2 00/20] Common patches from downstream development
 2019-08-02  8:51 UTC  (5+ messages)
` [PATCH v2 07/20] ARM: dts: imx7-colibri: fix 1.8V/UHS support

[PATCH] ARM: dts: stm32: add DFSDM pins to stm32mp157c
 2019-08-02  8:49 UTC  (3+ messages)

[PATCH v3 00/10] implement KASLR for powerpc/fsl_booke/32
 2019-08-02  8:48 UTC  (4+ messages)
` [PATCH v3 06/10] powerpc/fsl_booke/32: implement KASLR infrastructure

[PATCH v5] crypto: gcm - restrict assoclen for rfc4543
 2019-08-02  8:47 UTC 

[PATCH] riscv: kbuild: add virtual memory system selection
 2019-08-02  8:44 UTC  (2+ messages)

[RFC PATCH] spi: tle620x: remove stale driver
 2019-08-02  8:42 UTC  (3+ messages)

[PATCH v2 2/2] cxgb4: smt: Use refcount_t for refcount
 2019-08-02  8:41 UTC 

[PATCH v2 1/2] cxgb4: sched: Use refcount_t for refcount
 2019-08-02  8:41 UTC 

[PATCH v6 11/22] clk: sunxi-ng: a64: Add minimum rate for PLL_MIPI
 2019-08-02  8:38 UTC  (13+ messages)

[PATCH] KVM: Disable wake-affine vCPU process to mitigate lock holder preemption
 2019-08-02  8:38 UTC  (4+ messages)

[PATCH v4 4/4] ARM: dts: aspeed: Add Mihawk BMC platform
 2019-08-02  8:37 UTC 

[PATCH v2 2/2] cxgb4: smt: Use refcount_t for refcount
 2019-08-02  8:35 UTC 

[PATCH v2 1/2] cxgb4: sched: Use refcount_t for refcount
 2019-08-02  8:35 UTC 

[PATCH] memremap: move from kernel/ to mm/
 2019-08-02  8:32 UTC  (2+ messages)

[PATCH 1/2] perf: Fix failure to set cpumask when only one cpu
 2019-08-02  8:29 UTC  (2+ messages)
` [PATCH 2/2] perf: Fix writing to illegal memory in handling cpumap mask

[PATCH v2 0/3] ASoC: Codecs: Add TDA7802 codec
 2019-08-02  8:32 UTC  (8+ messages)
` [PATCH v2 3/3] ASoC: TDA7802: Add turn-on diagnostic routine
    ` [alsa-devel] "

[PATCH v3 0/3] mm/hmm: fixes for device private page migration
 2019-08-02  8:31 UTC  (3+ messages)
` [PATCH v3 2/3] mm/hmm: fix ZONE_DEVICE anon page mapping reuse

[PATCH v2 0/8] sched/fair: rework the CFS load balance
 2019-08-02  8:29 UTC  (4+ messages)
` [PATCH v2 8/8] sched/fair: use utilization to select misfit task

MIPS: Ingenic: Fix bugs when detecting X1000's parameters
 2019-08-02  8:27 UTC  (8+ messages)
` MIPS: Ingenic: Fix bugs when detecting X1000's parameters v3
  ` [PATCH 2/2 v3] MIPS: Ingenic: Fix bugs when calculate bogomips/lpj
` MIPS: Ingenic: Fix bugs when detecting X1000's parameters v4
  ` [PATCH 1/2 v4] MIPS: Ingenic: Fix bugs when detecting X1000's L2 cache
  ` [PATCH 2/2 v4] MIPS: Ingenic: Disable broken BTB lookup optimization

Linux 4.9.180 build fails with gcc 9 and 'cleanup_module' specifies less restrictive attribute than its target …
 2019-08-02  8:28 UTC  (5+ messages)

[PATCH] pciehp: fix a race between pciehp and removing operations by sysfs
 2019-08-02  8:23 UTC  (3+ messages)

[PATCH v2 1/3] serial: mctrl_gpio: Avoid probe failures in case of missing gpiolib
 2019-08-02  8:24 UTC  (7+ messages)
` [PATCH v2 2/3] serial: sh-sci: Remove check for specific mctrl_gpio_init() return value

remove default fallbacks in dma_map_ops
 2019-08-02  8:24 UTC  (4+ messages)
` [PATCH 5/5] dma-mapping: remove ARCH_NO_COHERENT_DMA_MMAP

[PATCH] KEYS: trusted: allow module init if TPM is inactive or deactivated
 2019-08-02  8:21 UTC  (5+ messages)

[PATCH] firmware: google: update vpd_decode from upstream
 2019-08-02  8:20 UTC 

Possible mem cgroup bug in kernels between 4.18.0 and 5.3-rc1
 2019-08-02  8:18 UTC  (5+ messages)

[PATCH v3 0/7] crypto: hisilicon: Add HiSilicon QM and ZIP controller driver
 2019-08-02  7:57 UTC  (8+ messages)
` [PATCH v3 1/7] crypto: hisilicon - add queue management driver for HiSilicon QM module
` [PATCH v3 2/7] crypto: hisilicon - add hardware SGL support
` [PATCH v3 3/7] crypto: hisilicon - add HiSilicon ZIP accelerator support
` [PATCH v3 4/7] crypto: hisilicon - add SRIOV support for ZIP
` [PATCH v3 5/7] Documentation: Add debugfs doc for hisi_zip
` [PATCH v3 6/7] crypto: hisilicon - add debugfs for ZIP and QM
` [PATCH v3 7/7] MAINTAINERS: add maintainer for HiSilicon QM and ZIP controller driver

Building arm64 EFI stub with -fpie breaks build of 4.9.x (undefined reference to `__efistub__GLOBAL_OFFSET_TABLE_')
 2019-08-02  8:16 UTC  (7+ messages)

missing patch
 2019-08-02  8:15 UTC  (5+ messages)

[PATCH] x86/asm: Add support for MOVDIR64B instruction
 2019-08-02  8:15 UTC  (3+ messages)

[LPC 2019] Power Management and Thermal Control MC: Call for topics
 2019-08-02  8:14 UTC  (2+ messages)

fix default dma_mmap_* pgprot
 2019-08-02  8:14 UTC  (6+ messages)
` [PATCH] dma-mapping: fix page attributes for dma_mmap_*

[PATCH 8/8] ceph: hold i_ceph_lock when removing caps for freeing inode
 2019-08-02  8:13 UTC  (4+ messages)

ERROR: "vmf_insert_mixed" [drivers/gpu/drm/exynos/exynosdrm.ko] undefined!
 2019-08-02  8:15 UTC  (2+ messages)

[PATCH] drm/komeda: Initialize and enable output polling on Komeda
 2019-08-02  8:07 UTC 

[PATCH 00/34] put_user_pages(): miscellaneous call sites
 2019-08-02  8:05 UTC  (2+ messages)

[PATCH v2 2/2] cnic: Use refcount_t for refcount
 2019-08-02  8:05 UTC 

[PATCH v2 1/2] bnxt_en: Use refcount_t for refcount
 2019-08-02  8:05 UTC 

[PATCH] drm/virtio: kick vq outside of the vq lock
 2019-08-02  8:02 UTC  (3+ messages)

[PATCH] ARM: dts: stm32: add phy-dsi-supply property on stm32mp157c-ev1
 2019-08-02  8:01 UTC  (3+ messages)

[RFC PATCH] usb: typec: tcpm: Ignore unsupported/unknown alternate mode requests
 2019-08-02  8:01 UTC  (8+ messages)

[PATCH v2 00/24] EDAC, mc, ghes: Fixes and updates to improve memory error reporting
 2019-08-02  7:58 UTC  (2+ messages)

[PATCH v4 1/2] kernel.h: Update comment about simple_strto<foo>() functions
 2019-08-02  7:55 UTC  (3+ messages)

[PATCH v2] f2fs: separate NOCoW and pinfile semantics
 2019-08-02  7:55 UTC  (11+ messages)

[PATCH v2 00/11] VSOCK: add vsock_test test suite
 2019-08-02  7:55 UTC  (3+ messages)

[PATCH] drm/komeda: Initialize and enable output polling on Komeda
 2019-08-02  7:54 UTC 

[PATCH v3 RESEND] f2fs: introduce sb.required_features to store incompatible features
 2019-08-02  7:54 UTC  (7+ messages)

[PATCH] HID: usbhid: Use GFP_KERNEL instead of GFP_ATOMIC when applicable
 2019-08-02  7:51 UTC  (3+ messages)

[PATCH v5 1/3] [v4.9.y] coredump: fix race condition between mmget_not_zero()/get_task_mm() and core dumping
 2019-08-02  7:51 UTC  (2+ messages)

[PATCH v2 0/7] AMD64 EDAC fixes
 2019-08-02  7:42 UTC  (3+ messages)
` [PATCH v2 2/7] EDAC/amd64: Recognize DRAM device type with EDAC_CTL_CAP

[PATCH v2 0/2] usbip: Implement SG support
 2019-08-02  7:41 UTC  (8+ messages)
` [PATCH v2 2/2] usbip: Implement SG support to vhci

[PATCH v2 0/2] ARC: rework U-boot arguments handling
 2019-08-02  7:40 UTC  (4+ messages)
` [PATCH v2 2/2] ARC: enable uboot support unconditionally

ARM: multi_v7_defconfig: Enable SPI_STM32_QSPI support
 2019-08-02  7:38 UTC  (2+ messages)

[PATCH v9 04/18] kunit: test: add kunit_stream a std::stream like logger
 2019-08-02  7:37 UTC  (13+ 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).