linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-05 15:35:50 to 2019-04-05 19:22:55 UTC [more...]

[PATCH-tip v2 00/12] locking/rwsem: Rwsem rearchitecture part 2
 2019-04-05 19:21 UTC  (13+ messages)
` [PATCH-tip v2 01/12] locking/rwsem: Implement a new locking scheme
` [PATCH-tip v2 02/12] locking/rwsem: Implement lock handoff to prevent lock starvation
` [PATCH-tip v2 03/12] locking/rwsem: Remove rwsem_wake() wakeup optimization
` [PATCH-tip v2 04/12] locking/rwsem: Make rwsem_spin_on_owner() return owner state
` [PATCH-tip v2 05/12] locking/rwsem: Ensure an RT task will not spin on reader
` [PATCH-tip v2 06/12] locking/rwsem: Wake up almost all readers in wait queue
` [PATCH-tip v2 07/12] locking/rwsem: Enable readers spinning on writer
` [PATCH-tip v2 08/12] locking/rwsem: Enable time-based spinning on reader-owned rwsem
` [PATCH-tip v2 09/12] locking/rwsem: Add more rwsem owner access helpers
` [PATCH-tip v2 10/12] locking/rwsem: Guard against making count negative
` [PATCH-tip v2 11/12] locking/rwsem: Merge owner into count on x86-64
` [PATCH-tip v2 12/12] locking/rwsem: Remove redundant computation of writer lock word

[PATCH 00/12] i2c: core: introduce atomic transfers
 2019-04-05 19:20 UTC  (5+ messages)
` [PATCH 08/12] i2c: ocores: refactor setup for polling
` [PATCH 09/12] i2c: ocores: enable atomic xfers

[RFC PATCH v2 0/3] arch/x86: Add the support of ACRN guest under arch/x86
 2019-04-05 19:19 UTC  (7+ messages)
` [RFC PATCH v2 1/3] arch/x86: add the support of ACRN guest
` [RFC PATCH v2 2/3] arch/x86/acrn: Use HYPERVISOR_CALLBACK_VECTOR for Acrn upcall vector
` [RFC PATCH v2 3/3] arch/x86/acrn: add hypercall for acrn_guest

[PATCH 2/4] wan/hdlc_x25: fix skb handling
 2019-04-05 19:15 UTC  (4+ messages)

[PATCH v13] platform/mellanox: Add TmFifo driver for Mellanox BlueField Soc
 2019-04-05 19:10 UTC  (3+ messages)

[patch V2 00/29] x86: Add guard pages to exception and interrupt stacks
 2019-04-05 18:59 UTC  (12+ messages)
` [patch V2 02/29] x86/dumpstack: Fix off-by-one errors in stack identification
` [patch V2 03/29] x86/irq/64: Remove a hardcoded irq_stack_union access
` [patch V2 04/29] x86/irq/64: Sanitize the top/bottom confusion
` [patch V2 07/29] x86/exceptions: Make IST index zero based

[PATCH 00/10] Add Tegra194 PCIe support
 2019-04-05 18:58 UTC  (9+ messages)
` [PATCH 09/10] PCI: tegra: "

[RFC PATCH] perf/x86: make perf callchain work without CONFIG_FRAME_POINTER
 2019-04-05 18:55 UTC  (7+ messages)

[PATCH 01/14] x86 topology: Fix doc typo
 2019-04-05 18:50 UTC  (11+ messages)
` [PATCH 04/14] x86 topology: Add CPUID.1F multi-die/package support
` [PATCH 08/14] powercap/intel_rapl: Support multi-die/package
` [PATCH 09/14] thermal/x86_pkg_temp_thermal: "

[patch] KVM: SVM: prevent DBG_DECRYPT and DBG_ENCRYPT overflow
 2019-04-05 18:50 UTC  (2+ messages)

[patch] kvm: svm: fix potential get_num_contig_pages overflow
 2019-04-05 18:49 UTC  (2+ messages)

[PATCH 1/2] stmmac: introduce flag to dynamically disable TX offload for rockchip devices
 2019-04-05 18:38 UTC  (18+ messages)

[PATCH v3 00/13] QorIQ TMU multi-sensor and HWMON support
 2019-04-05 18:38 UTC  (25+ messages)
` [PATCH v3 01/13] thermal: qoriq: Remove unnecessary DT node is NULL check
` [PATCH v3 04/13] thermal: qoriq: Add local struct qoriq_sensor pointer
` [PATCH v3 05/13] thermal: qoriq: Embed per-sensor data into struct qoriq_tmu_data
` [PATCH v3 07/13] thermal: qoriq: Pass data to qoriq_tmu_calibration() directly
` [PATCH v3 08/13] thermal: qoriq: Convert driver to use devm_ioremap()
` [PATCH v3 09/13] thermal: qoriq: Convert driver to use regmap API
` [PATCH v3 11/13] thermal: qoriq: Do not report invalid temperature reading
` [PATCH v3 13/13] thermal: qoriq: Add hwmon support

[PATCH v5 0/9] selftests/kexec: add kexec tests
 2019-04-05 18:35 UTC  (4+ messages)
` [PATCH] selftests/kexec: update get_secureboot_mode

[PATCH 0/14] v2 multi-die/package topology support
 2019-04-05 18:33 UTC  (5+ messages)

[PATCH 5.0 000/246] 5.0.7-stable review
 2019-04-05 18:32 UTC  (3+ messages)

[PATCH 4.19 000/187] 4.19.34-stable review
 2019-04-05 18:31 UTC  (3+ messages)

[PATCH 4.14 000/121] 4.14.111-stable review
 2019-04-05 18:30 UTC  (3+ messages)

[PATCH 4.9 00/91] 4.9.168-stable review
 2019-04-05 18:30 UTC  (3+ messages)

[PATCH v3 0/4] Fix system crash for accessing unmapped IO port regions
 2019-04-05 18:29 UTC  (9+ messages)
` [PATCH v3 3/4] lib: logic_pio: Reject accesses to unregistered CPU MMIO regions

implement generic dma_map_ops for IOMMUs v2 [rebase + resend]
 2019-04-05 18:08 UTC  (13+ messages)
` [PATCH 01/21] arm64/iommu: handle non-remapped addresses in ->mmap and ->get_sgtable
` [PATCH 02/21] arm64/iommu: improve mmap bounds checking
` [PATCH 03/21] dma-mapping: add a Kconfig symbol to indicated arch_dma_prep_coherent presence
` [PATCH 04/21] dma-iommu: cleanup dma-iommu.h
` [PATCH 05/21] dma-iommu: remove the flush_page callback
` [PATCH 06/21] dma-iommu: use for_each_sg in iommu_dma_alloc

[PATCH] watchdog: alim7101: Mark expected switch fall-through
 2019-04-05 18:04 UTC  (4+ messages)

[PATCH 0/4] iommu/vt-d: Fix-up device-domain relationship by refactoring to use iommu group default domain
 2019-04-05 18:02 UTC  (12+ messages)
` [PATCH v2 0/7] "
  ` [PATCH v2 3/7] iommu/vt-d: Expose ISA direct mapping region via iommu_get_resv_regions

[PATCH] block: remove CONFIG_LBDAF
 2019-04-05 18:00 UTC  (2+ messages)

[PATCH] watchdog: Convert to use devm_platform_ioremap_resource
 2019-04-05 17:59 UTC  (2+ messages)

[PATCH 0/4] Allow CPU0 to be nohz full
 2019-04-05 17:54 UTC  (4+ messages)

[PATCH] platform/x86: intel_pmc_core: Report slp_s0 residency range
 2019-04-05 17:52 UTC  (3+ messages)

[PATCH v10 0/9] freezer for cgroup v2
 2019-04-05 17:47 UTC  (10+ messages)
` [PATCH v10 1/9] cgroup: rename freezer.c into legacy_freezer.c
` [PATCH v10 2/9] cgroup: implement __cgroup_task_count() helper
` [PATCH v10 3/9] cgroup: protect cgroup->nr_(dying_)descendants by css_set_lock
` [PATCH v10 4/9] cgroup: cgroup v2 freezer
` [PATCH v10 5/9] kselftests: cgroup: don't fail on cg_kill_all() error in cg_destroy()
` [PATCH v10 6/9] kselftests: cgroup: add freezer controller self-tests
` [PATCH v10 7/9] cgroup: make TRACE_CGROUP_PATH irq-safe
` [PATCH v10 8/9] cgroup: add tracing points for cgroup v2 freezer
` [PATCH v10 9/9] cgroup: document cgroup v2 freezer interface

[RFC PATCH 0/5] EFI Special Purpose Memory Support
 2019-04-05 17:39 UTC  (7+ messages)
` [RFC PATCH 4/5] acpi/hmat: Register special purpose memory as a device

[PATCH v2 0/4] mfd: cros_ec: Instantiate CrOS FP, TP and ISH devices
 2019-04-05 17:33 UTC  (5+ messages)
` [PATCH v2 1/4] mfd: cros_ec: Update the EC feature codes
` [PATCH v2 2/4] mfd: cros_ec: instantiate properly CrOS ISH MCU device
` [PATCH v2 3/4] mfd: cros_ec: instantiate properly CrOS FP "
` [PATCH v2 4/4] mfd: cros_ec: instantiate properly CrOS Touchpad "

[PATCH v4 0/5] lib: rework bitmap_parselist and tests
 2019-04-05 17:32 UTC  (6+ messages)
` [PATCH 1/5] lib: make bitmap_parselist_user() a wrapper on bitmap_parselist()
` [PATCH 2/5] lib: rework bitmap_parselist
` [PATCH 3/5] lib/test_bitmap: switch test_bitmap_parselist to ktime_get()
` [PATCH 4/5] lib/test_bitmap: add testcases for bitmap_parselist
` [PATCH 5/5] lib/test_bitmap: add tests for bitmap_parselist_user

[PATCH net 00/14] net: hsr: improvements and bug fixes
 2019-04-05 17:31 UTC  (15+ messages)
` [PATCH net 01/14] net: hsr: fix lines exceeding 80 characters
` [PATCH net 02/14] net: hsr: fix multiple blank lines in the code
` [PATCH net 03/14] net: hsr: remove unnecessary paranthesis from "
` [PATCH net 04/14] net: hsr: fix alignment issues in the code for functions
` [PATCH net 05/14] net: hsr: fix lines that ends with a '('
` [PATCH net 06/14] net: hsr: fix NULL checks in the code
` [PATCH net 07/14] net: hsr: remove unnecessary space after a cast
` [PATCH net 08/14] net: hsr: fix placement of logical operator in a multi-line statement
` [PATCH net 09/14] net: hsr: add missing space around operator in code
` [PATCH net 10/14] net: hsr: remove camel case usage in the code
` [PATCH net 11/14] net: hsr: add blank line after function declaration
` [PATCH net 12/14] net: hsr: convert to SPDX identifier
` [PATCH net 13/14] net: hsr: add debugfs support for display node list
` [PATCH net 14/14] net: hsr: Fix node prune function for forget time expiry

[PATCH v5 0/5] PCIE support for i.MX8MQ (DT changes)
 2019-04-05 17:30 UTC  (6+ messages)
` [PATCH v5 1/5] arm64: dts: imx8mq: Mark iomuxc_gpr as i.MX6Q compatible
` [PATCH v5 2/5] arm64: dts: imx8mq: Add a node for SRC IP block
` [PATCH v5 3/5] arm64: dts: imx8mq: Combine PCIE power domains
` [PATCH v5 4/5] arm64: dts: imx8mq: Add nodes for PCIe IP blocks
` [PATCH v5 5/5] arm64: dts: imx8mq-evk: Enable PCIE0 interface

[PATCH v2 2/2] tracing: gpio: add Kconfig option for enabling/disabling trace events
 2019-04-05 17:25 UTC  (5+ messages)
` [Patch v3 0/2] tracing: allow disabling compilation of specific trace systems
  ` [Patch v3 2/2] tracing: gpio: add Kconfig option for enabling/disabling trace events

[PATCH 0/2] x86/mm/KASLR: Fix two code bugs
 2019-04-05 17:22 UTC  (4+ messages)
` [PATCH 1/2] x86/mm/KASLR: Fix the wrong calculation of memory region initial size

[PATCH] objtool: Don't use -Werror
 2019-04-05 17:22 UTC  (15+ messages)

[RFC PATCH 00/25] Accelerate page migration and use memcg for PMEM management
 2019-04-05 17:20 UTC  (3+ messages)

[PATCH v3] gcov: fix when CONFIG_MODULES is not set
 2019-04-05 17:18 UTC  (3+ messages)

[GIT PULL] arm64 fixes for -rc4
 2019-04-05 17:17 UTC 

[RFC 0/2] guarantee natural alignment for kmalloc()
 2019-04-05 17:11 UTC  (7+ messages)

[PATCH] um: Do not unlock mutex that is not hold
 2019-04-05 16:17 UTC  (2+ messages)

[PATCH 0/3] perf/x86/intel: force reschedule on TFA changes
 2019-04-05 17:00 UTC  (4+ messages)
` [PATCH 3/3] perf/x86/intel: force resched when TFA sysctl is modified

[PATCH v2 0/3] Initial Panfrost driver
 2019-04-05 16:53 UTC  (6+ messages)
` [PATCH v2 3/3] drm/panfrost: Add initial panfrost driver

[PATCH v2 3/4] Makefile: lld: tell clang to use lld
 2019-04-05 16:52 UTC  (5+ messages)
` [PATCH v3] "

[PATCH] perf vendor events arm64: Map Brahma-B53 CPUID to cortex-a53 events
 2019-04-05 16:50 UTC 

[PATCH] selftests : netfilter: Wrote a error and exit code for a command which needed veth kernel module
 2019-04-05 16:47 UTC  (2+ messages)

[PATCH v4] kmemleak: survive in a low-memory situation
 2019-04-05 16:43 UTC  (9+ messages)

[PATCH v2 1/5] arm64: allwinner: h6: orangepi: Add PIO regulators
 2019-04-05 16:42 UTC  (7+ messages)
` [PATCH v2 5/5] ARM: dts: sun50i: h6: Introduce Beelink GS1 board

[PATCH v1 0/5] Add supply property for DSI controller
 2019-04-05 16:34 UTC  (5+ messages)
` [PATCH v1 1/5] dt-bindings: display: stm32: add supply property to "
` [PATCH v1 2/5] drm/stm: dw_mipi_dsi-stm: add support of an optional regulator

[PATCH] scsi: mptfusion: fix sign-extension on large shift of 1
 2019-04-05 16:33 UTC 

[PATCH] drm/stm: ltdc: add modifier support
 2019-04-05 16:32 UTC  (2+ messages)

[PATCH 1/5] f2fs: clean up codes with op_is_write()
 2019-04-05 16:31 UTC  (2+ messages)

[PATCH] drm/stm: ltdc: reset controller to avoid partial refresh
 2019-04-05 16:31 UTC  (2+ messages)

[PATCH v2 00/21] Remove Mysterious Macro Intended to Obscure Weird Behaviours (mmiowb())
 2019-04-05 16:30 UTC  (7+ messages)
` [PATCH v2 17/21] drivers: Remove explicit invocations of mmiowb()

[PATCH] drm/stm: ltdc: limit number of layer to avoid memory overflow
 2019-04-05 16:30 UTC  (2+ messages)

[PATCH RESEND v7 0/2] media: cedrus: Add H264 decoding support
 2019-04-05 16:27 UTC  (7+ messages)
` [PATCH RESEND v7 1/2] media: uapi: Add H264 low-level decoder API compound controls

[PATCH] sysctl: redefine zero as a unsigned long
 2019-04-05 16:27 UTC  (3+ messages)

[PATCH] overflow.h: Rename __ab_c_size() to __calc_size()
 2019-04-05 16:25 UTC  (7+ messages)

[PATCH 1/2] dt-bindings: watchdog: sunxi: Add H6 compatible
 2019-04-05 16:24 UTC  (8+ messages)
` [PATCH 2/2] arm64: dts: h6: Add watchdog node

[PATCH] platform/x86: intel_pmc_core: Mark local function static
 2019-04-05 16:23 UTC  (5+ messages)

[PATCH v2] x86/entry: re-enable interrupts before exiting
 2019-04-05 16:19 UTC 

[PATCH RFC 0/5] cpu/speculation: Add 'cpu_spec_mitigations=' cmdline options
 2019-04-05 16:18 UTC  (15+ messages)
` [PATCH RFC 1/5] "
` [PATCH RFC 2/5] x86/speculation: Add support for "
` [PATCH RFC 5/5] arm64/speculation: "

[RFC PATCH v2 00/14] Implement an HPET-based hardlockup detector
 2019-04-05 16:12 UTC  (3+ messages)
` [RFC PATCH v2 11/14] x86/watchdog/hardlockup: Add "

[GIT PULL] mm/compaction functional fixes for v5.1-rc4
 2019-04-05 16:15 UTC  (2+ messages)

[PATCH 0/2] arm64: perf: Expose Cortex-A53 micro architectural events
 2019-04-05 16:14 UTC  (4+ messages)

[PATCH 0/2] TTY: add rpmsg tty driver
 2019-04-05 16:08 UTC  (8+ messages)
` [PATCH 2/2] tty: add rpmsg driver

[PATCH][next] acpi/hmat: fix uninitialized pointer dereference on pointer 'target'
 2019-04-05 16:06 UTC  (3+ messages)

Possible bio merging breakage in mp bio rework
 2019-04-05 16:04 UTC 

[PATCH v6 00/10] arm64: add system vulnerability sysfs entries
 2019-04-05 16:01 UTC  (7+ messages)
` [PATCH v6 09/10] arm64: add sysfs vulnerability show for speculative store bypass

[PATCH] x86/entry: re-enable interrupts before exiting
 2019-04-05 16:00 UTC  (3+ messages)

[PATCH] power:ds2782:Fix description error
 2019-04-05 15:58 UTC 

[PATCH v2 0/3] add support for SAM9X60's shutdown controller
 2019-04-05 15:52 UTC  (2+ messages)

[PATCH 0/3] Add QCS404 interconnect provider driver
 2019-04-05 15:46 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: interconnect: Add Qualcomm QCS404 DT bindings

[PATCH v2] genirq: Respect IRQCHIP_SKIP_SET_WAKE in irq_chip_set_wake_parent()
 2019-04-05 15:46 UTC  (2+ messages)
` [tip:irq/urgent] "

[PATCH 0/4] clk: meson: fixup g12a mpll
 2019-04-05 15:43 UTC  (7+ messages)
` [PATCH 1/4] clk: meson: mpll: add init callback and regs

[PATCH v2 1/2] dt-bindings: power: supply: gpio-charger: Add status-gpios property
 2019-04-05 15:43 UTC  (2+ messages)

[RFC PATCH] arm64/fpsimd: Don't disable softirq when touching FPSIMD/SVE state
 2019-04-05 15:42 UTC  (6+ messages)

[PATCH] tracing: Fix buffer_ref pipe ops
 2019-04-05 15:41 UTC  (3+ messages)

[PATCH 1/4] glibc: Perform rseq(2) registration at C startup and thread creation (v7)
 2019-04-05 15:40 UTC  (8+ messages)

Fwd: [RESEND PATCH] cpuset: restore sanity to cpuset_cpus_allowed_fallback()
 2019-04-05 15:37 UTC 


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