linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-22 14:13:55 to 2019-08-22 16:52:00 UTC [more...]

[RFC][PATCH 00/13] SCHED_DEADLINE server infrastructure
 2019-08-22 16:51 UTC  (6+ messages)
` [RFC][PATCH 01/13] sched/deadline: Impose global limits on sched_attr::sched_period

[PATCHv2 0/4] Layerscape: Remove num-lanes property from PCIe nodes
 2019-08-22 16:48 UTC  (2+ messages)

[PATCH 3/3] watchdog/aspeed: add support for dual boot
 2019-08-22 16:45 UTC  (10+ messages)

[PATCH] powerpc/64: don't select ARCH_HAS_SCALED_CPUTIME on book3E
 2019-08-22 16:44 UTC 

[PATCH] HID: hidraw: replace printk() with corresponding pr_xx() variant
 2019-08-22 16:43 UTC 

[PATCH v2 00/19] drm: rcar-du: Add Color Management Module (CMM)
 2019-08-22 16:44 UTC  (12+ messages)
` [PATCH v2 03/19] arm64: renesas: Update 'vsps' property
` [PATCH v2 14/19] drm: rcar-du: Add support for CMM

[PATCH] /dev/mem: Bail out upon SIGKILL when reading memory
 2019-08-22 16:42 UTC  (5+ messages)

[PATCH v5 0/2] usbip: Implement SG support
 2019-08-22 16:40 UTC  (3+ messages)
` [PATCH v5 1/2] usbip: Skip DMA mapping and unmapping for urb at vhci

[PATCH v4 0/7] arm64: Enable access to pmu registers by user-space
 2019-08-22 16:39 UTC  (9+ messages)
` [PATCH v4 1/7] perf: arm64: Add test to check userspace access to hardware counters
` [PATCH v4 2/7] arm64: cpu: Add accessor for boot_cpu_data
` [PATCH v4 3/7] arm64: cpufeature: Add feature to detect homogeneous systems
` [PATCH v4 4/7] arm64: pmu: Add hook to handle pmu-related undefined instructions
` [PATCH v4 5/7] arm64: pmu: Add function implementation to update event index in userpage
` [PATCH v4 6/7] arm64: perf: Enable pmu counter direct access for perf event on armv8
` [PATCH v4 7/7] Documentation: arm64: Document PMU counters access from userspace

[PATCH RESEND v4 0/9] Enable Sub-page Write Protection Support
 2019-08-22 16:38 UTC  (7+ messages)
` [PATCH RESEND v4 7/9] KVM: VMX: Handle SPP induced vmexit and page fault

[PATCH net v2] ixgbe: fix double clean of tx descriptors with xdp
 2019-08-22 16:38 UTC  (3+ messages)

[PATCH] bcma: fix incorrect update of BCMA_CORE_PCI_MDIO_DATA
 2019-08-22 16:38 UTC  (4+ messages)

[PATCH V6 0/2] genriq/affinity: Make vectors allocation fair
 2019-08-22 16:36 UTC  (7+ messages)
` [PATCH V6 1/2] genirq/affinity: Improve __irq_build_affinity_masks()
` [PATCH V6 2/2] genirq/affinity: Spread vectors on node according to nr_cpu ratio

[PATCH v2 00/20] Initial support for Marvell MMP3 SoC
 2019-08-22 16:36 UTC  (5+ messages)
` [PATCH v2 16/20] ARM: mmp: add SMP support

[PATCH v2 0/8] powerpc/vdso32 enhancement and optimisation
 2019-08-22 16:34 UTC  (9+ messages)
` [PATCH v2 1/8] powerpc/32: Add VDSO version of getcpu
` [PATCH v2 2/8] powerpc/vdso32: Add support for CLOCK_{REALTIME/MONOTONIC}_COARSE
` [PATCH v2 3/8] powerpc: Fix vDSO clock_getres()
` [PATCH v2 4/8] powerpc/vdso32: inline __get_datapage()
` [PATCH v2 5/8] powerpc/vdso32: Don't read cache line size from the datapage on PPC32
` [PATCH v2 6/8] powerpc/vdso32: use LOAD_REG_IMMEDIATE()
` [PATCH v2 7/8] powerpc/vdso32: implement clock_getres entirely
` [PATCH v2 8/8] powerpc/vdso32: miscellaneous optimisations

[PATCH] net/ipv4/tcp_bpf: Delete an unnecessary check before the function call “consume_skb”
 2019-08-22 16:32 UTC 

[PATCH v2 00/12] irqchip/gic-v3: Add support for GICv3.1 extended PPI/SPI ranges
 2019-08-22 16:32 UTC  (6+ messages)
` [PATCH v2 05/12] irqchip/gic: Prepare for more than 16 PPIs
` [PATCH v2 06/12] irqchip/gic-v3: Dynamically allocate PPI NMI refcounts

[PATCH v4 0/7] Amazon's Annapurna Labs DT-based PCIe host controller driver
 2019-08-22 16:30 UTC  (12+ messages)
` [PATCH v4 3/7] PCI/VPD: Add VPD release quirk for Amazon's Annapurna Labs Root Port
` [PATCH v4 6/7] PCI: dwc: al: Add support for DW based driver type
` [PATCH v4 7/7] PCI: dwc: Add validation that PCIe core is set to correct mode

[PATCH net] ixgbe: fix double clean of tx descriptors with xdp
 2019-08-22 16:30 UTC  (10+ messages)

[RFC v4 00/18] objtool: Add support for arm64
 2019-08-22 16:30 UTC  (3+ messages)
` [RFC v4 01/18] objtool: Add abstraction for computation of symbols offsets

[patch V2 00/38] posix-cpu-timers: Cleanup and consolidation
 2019-08-22 16:29 UTC  (16+ messages)
` [patch V2 12/38] posix-cpu-timers: Remove pointless return value check
` [patch V2 13/38] posix-cpu-timers: Simplify sample functions
` [patch V2 14/38] posix-cpu-timers: Get rid of pointer indirection
` [patch V2 15/38] posix-cpu-timers: Sample task times once in expiry check
` [patch V2 16/38] posix-cpu-timers: Move prof/virt_ticks into caller
` [patch V2 17/38] posix-cpu-timers: Create a container struct
` [patch V2 19/38] posix-cpu-timers: Move expiry cache into struct posix_cputimers
  ` [patch V2 18/38] sched: Move struct task_cputime to types.h

[PATCH v2] Skip deferred request irqs for devices known to fail
 2019-08-22 16:27 UTC  (3+ messages)

[PATCH 0/2] HID multitouch: small fixes
 2019-08-22 16:25 UTC  (2+ messages)

[PATCH v3 00/10] arm64: Stolen time support
 2019-08-22 16:24 UTC  (5+ messages)
` [PATCH v3 04/10] KVM: Implement kvm_put_guest()

[PATCH v6 0/6] mm / virtio: Provide support for unused page reporting
 2019-08-22 16:24 UTC  (6+ messages)
` [PATCH v6 4/6] mm: Introduce Reported pages
  ` [virtio-dev] "

[PATCH] cpufreq: Print driver name if cpufreq_suspend() fails
 2019-08-22 16:21 UTC  (3+ messages)

[PATCH V8 1/3] mmc: sdhci-pci-o2micro: Change O2 Host PLL and DLL register name
 2019-08-22 16:16 UTC  (3+ messages)

[PATCH] cpustat: print watchdog time and statistics of soft and hard interrupts in soft lockup scenes
 2019-08-22 16:14 UTC  (6+ messages)
      ` [PATCH V2] "

[PATCH] power: supply: register HWMON devices with valid names
 2019-08-22 16:12 UTC  (2+ messages)

[PATCH v3 0/4] ASoC: codecs: Add WSA881x Smart Speaker amplifier support
 2019-08-22 16:11 UTC  (7+ messages)
` [PATCH v3 1/4] dt-bindings: soundwire: add slave bindings

[PATCH v2 0/3] Cleanup resource_alignment parameter
 2019-08-22 16:10 UTC  (4+ messages)
` [PATCH v2 1/3] PCI: Clean up resource_alignment parameter to not require static buffer
` [PATCH v2 2/3] PCI: Move pci_[get|set]_resource_alignment_param() into their callers
` [PATCH v2 3/3] PCI: Force trailing new line to resource_alignment_param in sysfs

[PATCH] net/core/skmsg: Delete an unnecessary check before the function call “consume_skb”
 2019-08-22 16:08 UTC 

[PATCH v6 0/7] qcom: add OCMEM support
 2019-08-22 16:07 UTC  (10+ messages)
` [PATCH v6 1/7] dt-bindings: soc: qcom: add On Chip MEMory (OCMEM) bindings
` [PATCH v6 2/7] dt-bindings: display: msm: gmu: add optional ocmem property
` [PATCH v6 3/7] firmware: qcom: scm: add OCMEM lock/unlock interface
` [PATCH v6 4/7] firmware: qcom: scm: add support to restore secure config to qcm_scm-32
` [PATCH v6 5/7] soc: qcom: add OCMEM driver
` [PATCH v6 6/7] drm/msm/gpu: add ocmem init/cleanup functions
` [PATCH v6 7/7] ARM: qcom_defconfig: add ocmem support

[PATCH v9 0/3] add support for rng-seed
 2019-08-22 16:03 UTC  (3+ messages)
` [PATCH v9 2/3] fdt: "

Regression in 5.3-rc1 and later
 2019-08-22 16:05 UTC  (7+ messages)
      ` [PATCH] timekeeping/vsyscall: Prevent math overflow in BOOTTIME update

[PATCH v5] RISC-V: Implement sparsemem
 2019-08-22 16:04 UTC 

[RFC PATCH 0/5] ASoC: SOF: Intel: SoundWire initial integration
 2019-08-22 16:00 UTC  (7+ messages)
` [RFC PATCH 4/5] ASoC: SOF: Intel: hda: add SoundWire stream config/free callbacks
` [alsa-devel] [RFC PATCH 0/5] ASoC: SOF: Intel: SoundWire initial integration

[PATCH 0/2] KASAN support for RISC-V
 2019-08-22 15:59 UTC  (3+ messages)
` [PATCH 1/2] riscv: Add memmove string operation

[PATCH v12 1/5] can: m_can: Create a m_can platform framework
 2019-08-22 15:58 UTC  (6+ messages)
` [PATCH v12 3/5] dt-bindings: can: tcan4x5x: Add DT bindings for TCAN4x5X driver

[v2 PATCH -mm] mm: account deferred split THPs into MemAvailable
 2019-08-22 15:57 UTC  (7+ messages)

[PATCH net-next] net/mlx5e: Use PTR_ERR_OR_ZERO in mlx5e_tc_add_nic_flow()
 2019-08-22 15:50 UTC  (2+ messages)

[PATCH v2] drm: meson: use match data to detect vpu compatibility
 2019-08-22 15:52 UTC  (2+ messages)

[PATCH] [semaphore] Removed redundant code from semaphore's down family of function
 2019-08-22 15:51 UTC  (3+ messages)
` [PATCH v1] "

[PATCH 0/2] HID: do not call hid_set_drvdata(hdev, NULL) in drivers
 2019-08-22 15:50 UTC  (7+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] HID: wacom: do not call hid_set_drvdata(hdev, NULL)

[PATCH v2] drm/msm/dpu: add rotation property
 2019-08-22 15:46 UTC 

[PATCH v2] tomoyo: Don't check open/getattr permission on sockets
 2019-08-22 15:47 UTC  (4+ messages)

[PATCH V2] perf/x86: Consider pinned events for group validation
 2019-08-22 15:47 UTC 

[PATCH] drm/msm/dpu: add rotation property
 2019-08-22 15:45 UTC  (3+ messages)

[PATCH] typec: tcpm: fix a typo in the comparison of pdo_max_voltage
 2019-08-22 15:35 UTC  (2+ messages)

[PATCH v4 0/3] genirq/vfio: Introduce irq_update_devid() and optimize VFIO irq ops
 2019-08-22 15:34 UTC  (4+ messages)
` [PATCH v4 1/3] genirq: enhance error recovery code in free irq
` [PATCH v4 2/3] genirq: introduce irq_update_devid()
` [PATCH v4 3/3] vfio/pci: make use of irq_update_devid and optimize irq ops

[PATCH RT v2 0/3] RCU fixes
 2019-08-22 15:29 UTC  (8+ messages)
` [PATCH RT v2 1/3] rcu: Acquire RCU lock when disabling BHs
` [PATCH RT v2 3/3] rcu: Disable use_softirq on PREEMPT_RT

[PATCH 00/14] per memcg lru_lock
 2019-08-22 15:20 UTC  (4+ messages)

[PATCH] libperf: fix alignment trap in perf stat
 2019-08-22 15:24 UTC  (2+ messages)

[PATCH -next] ALSA: line6: Fix -Wunused-const-variable warnings
 2019-08-22 15:22 UTC  (2+ messages)

[PATCH 0/4] block, bfq: series of improvements and small fixes of the injection mechanism
 2019-08-22 15:20 UTC  (5+ messages)
` [PATCH 1/4] block, bfq: update inject limit only after injection occurred
` [PATCH 2/4] block, bfq: reduce upper bound for inject limit to max_rq_in_driver+1
` [PATCH 3/4] block, bfq: increase update frequency of inject limit
` [PATCH 4/4] block, bfq: push up injection only after setting service time

[PATCH] perf c2c: Fix report with offline cpus
 2019-08-22 15:19 UTC  (3+ messages)

[PATCH] mm/oom: Add oom_score_adj value to oom Killed process message
 2019-08-22 15:18 UTC  (15+ messages)

[GIT PULL rcu/next + tools/memory-model] RCU and LKMM commits for 5.4
 2019-08-22 15:18 UTC 

[PATCH 0/5] tools,libperf: Assorted fixes
 2019-08-22 15:18 UTC  (5+ messages)
` [PATCH 1/5] tools: Add missing perf_event.h include
` [PATCH 5/5] libperf: Add perf_thread_map__nr/perf_thread_map__pid functions

[PATCH 1/2] ARM: dts: ux500: Move ab8500 nodes to ste-ab8500.dtsi
 2019-08-22 15:16 UTC  (4+ messages)
` [PATCH 2/2] ARM: dts: ux500: Remove ab8500_ldo_usb regulator from device tree

[PATCH] ext4: remove unreachable statement inside __es_insert_extent()
 2019-08-22 15:14 UTC  (2+ messages)

[PATCH v5 0/9] FPGA DFL updates
 2019-08-22 15:07 UTC  (3+ messages)
` [PATCH v5 3/9] fpga: dfl: afu: convert platform_driver to use dev_groups

[PATCH 0/2] ipc/mqueue: Adjustments for do_mq_notify()
 2019-08-22 14:54 UTC  (3+ messages)
` [PATCH 1/2] ipc/mqueue: Delete an unnecessary check before the macro call “dev_kfree_skb”
` [PATCH 2/2] ipc/mqueue: Improve exception handling in do_mq_notify()

[PATCH] media: v4l: Add packed YUV444 24bpp pixel format
 2019-08-22 15:00 UTC  (3+ messages)
  `  "

[PATCH v3 0/9] i2c: add support for filters
 2019-08-22 15:00 UTC  (3+ messages)

[PATCH -next] soundwire: Fix -Wunused-function warning
 2019-08-22 14:54 UTC  (2+ messages)
` [PATCH v2 "

[PATCH -next] ASoC: wm8988: fix typo in wm8988_right_line_controls
 2019-08-22 14:36 UTC 

WARNING in rollback_registered_many (2)
 2019-08-22 14:54 UTC  (6+ messages)

KASAN: use-after-free Read in snd_seq_ioctl_get_client_pool
 2019-08-22 14:53 UTC 

general protection fault in sctp_inq_pop
 2019-08-22 14:53 UTC 

[PATCH net-next] net: hns3: Fix -Wunused-const-variable warning
 2019-08-22 14:49 UTC 

[PATCH] HID: quirks: Disable runtime suspend on Microsoft Corp. Basic Optical Mouse v2.0
 2019-08-22 14:49 UTC  (2+ messages)

[PATCH -next] crypto: nx - remove unused variables 'nx_driver_string' and 'nx_driver_version'
 2019-08-22 14:46 UTC 

[PATCH -next] crypto: atmel - Fix -Wunused-const-variable warning
 2019-08-22 14:44 UTC 

[PATCH] xfs: Use BUG_ON rather than BUG() to remove unreachable code
 2019-08-22 14:44 UTC  (2+ messages)

[PATCH -next] ACPI: SBS: remove unused variable 'SMBUS_PEC'
 2019-08-22 14:43 UTC 

[PATCH v2] usb: gadget: udc: core: Fix segfault if udc_bind_to_driver() for pending driver fails
 2019-08-22 14:43 UTC  (2+ messages)

[PATCH v7 00/11] media: hantro: Add support for H264 decoding
 2019-08-22 14:42 UTC  (8+ messages)
` [PATCH v7 02/11] media: uapi: h264: Rename pixel format

[PATCH -next] crypto: aegis128 - Fix -Wunused-const-variable warning
 2019-08-22 14:41 UTC 

[PATCH -next] ASoC: sun4i-i2s: Use PTR_ERR_OR_ZERO in sun4i_i2s_init_regmap_fields()
 2019-08-22 14:41 UTC  (4+ messages)

[PATCH -next] ASoC: mediatek: mt2701: Fix -Wunused-const-variable warnings
 2019-08-22 14:37 UTC 

erofs: Question on unused fields in on-disk structs
 2019-08-22 14:38 UTC  (9+ messages)

[PATCH] x86/kdump: Reserve extra memory when SME or SEV is active
 2019-08-22 14:35 UTC  (2+ messages)

[PATCH V2] x86: Add irq spillover warning
 2019-08-22 14:34 UTC 

[PATCH] bonding: force enable lacp port after link state recovery for 802.3ad
 2019-08-22 14:33 UTC  (3+ messages)

Long standing kernel warning: perfevents: irq loop stuck!
 2019-08-22 14:31 UTC  (11+ messages)

[PATCH -next] ASoC: AMD: Fix Kconfig warning without GPIOLIB
 2019-08-22 14:30 UTC 

[PATCH V4 0/3] KVM/Hyper-V: Add Hyper-V direct tlb flush support
 2019-08-22 14:30 UTC  (4+ messages)
` [PATCH V4 1/3] x86/Hyper-V: Fix definition of struct hv_vp_assist_page
` [PATCH V4 2/3] KVM/Hyper-V: Add new KVM capability KVM_CAP_HYPERV_DIRECT_TLBFLUSH
` [PATCH V4 3/3] KVM/Hyper-V/VMX: Add direct tlb flush support

[PATCH v2 0/4] Add system mmu support for Armada-806
 2019-08-22 14:30 UTC  (6+ messages)
` [PATCH v2 1/4] iommu/arm-smmu: Introduce wrapper for writeq/readq
` [PATCH v2 3/4] dt-bindings: iommu/arm,smmu: add compatible string for Marvell

[RFC PATCH] iommu/vt-d: Fix IOMMU field not populated on device hot re-plug
 2019-08-22 14:29 UTC 

WARNING in r871xu_dev_remove
 2019-08-22 14:28 UTC 

PROBLEM: 5.3.0-rc* causes iwlwifi failure
 2019-08-22 14:27 UTC  (4+ messages)

[PATCH 0/4] mmu notifier debug annotations/checks
 2019-08-22 14:27 UTC  (9+ messages)
` [PATCH 4/4] mm, notifier: Catch sleeping/blocking for !blockable

[PATCH 2/3] xfs: add kmem_alloc_io()
 2019-08-22 14:26 UTC  (9+ messages)

[PATCH] x86/kaslr: simplify the code in mem_avoid_memmap()
 2019-08-22 14:26 UTC 

[PATCH 0/6] arm64: meson-sm1: add support for DVFS
 2019-08-22 14:24 UTC  (7+ messages)
` [PATCH 1/6] dt-bindings: clk: meson: add sm1 periph clock controller bindings
` [PATCH 2/6] clk: meson: g12a: add support for SM1 GP1 PLL
` [PATCH 3/6] clk: meson: g12a: add support for SM1 DynamIQ Shared Unit clock
` [PATCH 4/6] clk: meson: g12a: add support for SM1 CPU 1, 2 & 3 clocks
` [PATCH 5/6] clk: meson: g12a: expose "
` [PATCH 6/6] arm64: dts: meson-sm1-sei610: enable DVFS

[PATCH v1] hwmon: (iio_hwmon) Enable power exporting from IIO
 2019-08-22 14:22 UTC 

[PATCH] drm: meson: use match data to detect vpu compatibility
 2019-08-22 14:19 UTC  (2+ messages)

[PATCH v8 00/24] erofs: promote erofs from staging v8
 2019-08-22 14:16 UTC  (3+ 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).