linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-07-11 12:26:34 to 2018-07-11 14:23:54 UTC [more...]

[RFC] Make need_resched() return true when rcu_urgent_qs requested
 2018-07-11 14:25 UTC  (16+ messages)

[PATCH] v4l: rcar_fdp1: Enable compilation on Gen2 platforms
 2018-07-11 14:23 UTC 

[PATCH v4 0/3] serial: 8250_dw: add fractional divisor support
 2018-07-11 14:23 UTC  (5+ messages)
` [PATCH v4 3/3] "

[PATCH v2 0/8] staging:rtl8192u Coding style changes
 2018-07-11 14:22 UTC  (5+ messages)
` [PATCH v2 3/8] staging:rtl8192u: Correct spacing before and after parenthesis - Style

[PATCH][block-next] block: iolatency: fix comparison of unsigned int max_depth with a (u64)-1
 2018-07-11 14:21 UTC 

[PATCH v5 00/10] Add the I3C subsystem
 2018-07-11 14:19 UTC  (7+ messages)
` [PATCH v5 01/10] i3c: Add core I3C infrastructure
` [PATCH v5 04/10] dt-bindings: i3c: Document core bindings
` [PATCH v5 07/10] i3c: master: Add driver for Cadence IP

[PATCH v2] tools/memory-model: Add extra ordering for locks and remove it for ordinary release/acquire
 2018-07-11 14:19 UTC  (2+ messages)

[PATCH 2/2] ARM: sun8i: h3: add SY8113B regulator on Banana Pi M2 Zero board
 2018-07-11 14:18 UTC  (3+ messages)
` [linux-sunxi] "

[PATCH 0/6] coresight: perf: Support for tmc-etr backed buffers
 2018-07-11 14:16 UTC  (7+ messages)
` [PATCH 1/6] coresight: Fix handling of sinks
` [PATCH 2/6] coresight: tmc-etr: Handle driver mode specific ETR buffers
` [PATCH 3/6] coresight: tmc-etr: Relax collection of trace from sysfs mode
` [PATCH 4/6] coresight: Convert driver messages to dev_dbg
` [PATCH 5/6] coresight: perf: Remove reset_buffer call back for sinks
` [PATCH 6/6] coresight: etm-perf: Add support for ETR backend

[RFC][PATCH 0/11] PIDTYPE_TGID and fewer fork restarts
 2018-07-11 14:14 UTC  (3+ messages)
` [RFC][PATCH 11/11] signal: Ignore all but multi-process signals that come in during fork

[PATCH 0/6] 9p: Use IDRs more effectively
 2018-07-11 14:13 UTC  (10+ messages)
` [PATCH 2/6] 9p: Replace the fidlist with an IDR
  ` [V9fs-developer] "
` [PATCH 5/6] 9p: Use a slab for allocating requests
  ` [V9fs-developer] "
` [V9fs-developer] [PATCH 0/6] 9p: Use IDRs more effectively

[PATCH] powerpc: Replaced msleep with usleep_range
 2018-07-11 14:13 UTC  (2+ messages)

[GIT PULL] SCSI fixes for 4.18-rc3
 2018-07-11 13:56 UTC  (9+ messages)
          `  "

[PATCH 00/32] VFS: Introduce filesystem context [ver #9]
 2018-07-11 14:08 UTC  (3+ messages)
` [PATCH 07/32] selinux: Implement the new mount API LSM hooks "

[PATCH v2 0/7] Tegra PMC pinctrl pad configuration
 2018-07-11 14:06 UTC  (8+ messages)
` [PATCH v2 1/7] soc/tegra: pmc: Fix pad voltage configuration for Tegra186
` [PATCH v2 2/7] soc/tegra: pmc: Factor out DPD register bit calculation
` [PATCH v2 3/7] soc/tegra: pmc: Implement tegra_io_pad_is_powered()
` [PATCH v2 4/7] soc/tegra: pmc: Use X macro to generate IO pad tables
` [PATCH v2 5/7] dt-bindings: Add Tegra PMC pad configuration bindings
` [PATCH v2 6/7] soc/tegra: pmc: Remove public pad voltage APIs
` [PATCH v2 7/7] soc/tegra: pmc: Implement pad configuration via pinctrl

[PATCH 4.17 00/56] 4.17.6-stable review
 2018-07-11 14:03 UTC  (5+ messages)

[PATCH v4 00/10] Add the I3C subsystem
 2018-07-11 14:01 UTC  (3+ messages)
` [PATCH v4 01/10] i3c: Add core I3C infrastructure

[PATCH] drm/msm: avoid using 'timespec'
 2018-07-11 14:00 UTC  (4+ messages)

[PATCHv5 00/21] arm64: invoke syscalls with pt_regs
 2018-07-11 13:56 UTC  (22+ messages)
` [PATCHv5 01/21] arm64: consistently use unsigned long for thread flags
` [PATCHv5 02/21] arm64: move SCTLR_EL{1,2} assertions to <asm/sysreg.h>
` [PATCHv5 03/21] arm64: kill config_sctlr_el1()
` [PATCHv5 04/21] arm64: kill change_cpacr()
` [PATCHv5 05/21] arm64: move sve_user_{enable,disable} to <asm/fpsimd.h>
` [PATCHv5 06/21] arm64: remove sigreturn wrappers
` [PATCHv5 07/21] arm64: introduce syscall_fn_t
` [PATCHv5 08/21] arm64: convert raw syscall invocation to C
` [PATCHv5 09/21] arm64: convert syscall trace logic "
` [PATCHv5 10/21] arm64: convert native/compat syscall entry "
` [PATCHv5 11/21] arm64: don't restore GPRs when context tracking
` [PATCHv5 12/21] arm64: don't reload GPRs after apply_ssbd
` [PATCHv5 13/21] arm64: zero GPRs upon entry from EL0
` [PATCHv5 14/21] arm64: drop alignment from syscall tables
` [PATCHv5 15/21] kernel: add ksys_personality()
` [PATCHv5 16/21] kernel: add kcompat_sys_{f,}statfs64()
` [PATCHv5 17/21] arm64: remove in-kernel call to sys_personality()
` [PATCHv5 18/21] arm64: use {COMPAT,}SYSCALL_DEFINE0 for sigreturn
` [PATCHv5 19/21] arm64: use SYSCALL_DEFINE6() for mmap
` [PATCHv5 20/21] arm64: convert compat wrappers to C
` [PATCHv5 21/21] arm64: implement syscall wrappers

[PATCH 1/6] staging: rtl8723bs: replace while with shorter for loop
 2018-07-11 13:57 UTC  (5+ messages)
` [PATCH 3/6] staging: rtl8723bs: fix indentation

mmotm 2018-07-10-16-50 uploaded
 2018-07-11 13:55 UTC  (5+ messages)
` Boot failures with "mm/sparse: Remove CONFIG_SPARSEMEM_ALLOC_MEM_MAP_TOGETHER" on powerpc (was Re: mmotm 2018-07-10-16-50 uploaded)

[PATCH v35 0/5] Virtio-balloon: support free page reporting
 2018-07-11 13:55 UTC  (9+ messages)
` [PATCH v35 1/5] mm: support to get hints of free page blocks

[PATCH v3] drm/sun4i: mixer: Read id from DT
 2018-07-11 13:55 UTC  (2+ messages)
` [linux-sunxi] "

[PATCH v3 0/4] rtc: OMAP: Add support for rtc-only mode
 2018-07-11 13:54 UTC  (3+ messages)
` [PATCH v3 1/4] rtc: omap: Cut down the shutdown time from 2 seconds to 1 sec

[PATCH v5 3/3] iio: hx711: fix spurious unit-address in example
 2018-07-11 13:54 UTC  (2+ messages)

[PATCH v5 1/3] iio: hx711: add clock-frequency property in DT
 2018-07-11 13:54 UTC  (2+ messages)

[PATCH RT] Revert "posix-timers: Prevent broadcast signals"
 2018-07-11 13:52 UTC 

[PATCH 1/2] mips: mm: Create UCA-based ioremap_wc() method
 2018-07-11 13:52 UTC  (4+ messages)
` [PATCH 2/2] mips: mm: Discard ioremap_uncached_accelerated() method

[PATCH v6 0/7] thermal: tsens: Refactoring for TSENSv2 IP
 2018-07-11 13:49 UTC  (3+ messages)
` [PATCH v6 6/7] dt: thermal: tsens: Document the fallback DT property for v2 of TSENS IP

[RFC PATCH v3] watchdog: sp805: Add clock-frequency property
 2018-07-11 13:47 UTC  (4+ messages)

[RFC PATCH v2 00/27] Control Flow Enforcement (CET)
 2018-07-11 13:47 UTC  (4+ messages)
` [RFC PATCH v2 05/27] Documentation/x86: Add CET description

[PATCH 2/3] dt-bindings: clk: meson-g12a: Add G12A EE Clock Bindings
 2018-07-11 13:45 UTC  (6+ messages)
      ` [PATCH 3/3] clk: meson-g12a: Add EE Clock controller driver

[PATCH][scsi-next] scsi: lpfc: fix null pointer dereference on nvmebuf
 2018-07-11 13:44 UTC 

[PATCH] [v2] drm/sun4i: fix build failure with CONFIG_DRM_SUN8I_MIXER=m
 2018-07-11 13:44 UTC  (2+ messages)

[GIT PULL 0/1] EFI mixed mode fix for v4.18
 2018-07-11 13:44 UTC  (5+ messages)

[PATCH 1/3] clocksource: drivers: set clockevent device cpumask to cpu_possible_mask
 2018-07-11 13:42 UTC  (3+ messages)

[PATCH v5 0/7] KVM: Support PUD hugepages at stage 2
 2018-07-11 13:41 UTC  (15+ messages)
` [PATCH v5 1/7] KVM: arm/arm64: Share common code in user_mem_abort()
  ` [PATCH v5 2/7] KVM: arm/arm64: Introduce helpers to manupulate page table entries
  ` [PATCH v5 3/7] KVM: arm64: Support dirty page tracking for PUD hugepages
  ` [PATCH v5 4/7] KVM: arm64: Support PUD hugepage in stage2_is_exec()
  ` [PATCH v5 5/7] KVM: arm64: Support handling access faults for PUD hugepages
  ` [PATCH v5 6/7] KVM: arm64: Update age handlers to support "
  ` [PATCH v5 7/7] KVM: arm64: Add support for creating PUD hugepages at stage 2

[PATCH 4.14 00/53] 4.14.55-stable review
 2018-07-11 13:41 UTC  (3+ messages)

[PATCH v12 0/4] iommu/arm-smmu: Add runtime pm/sleep support
 2018-07-11 13:40 UTC  (7+ messages)
` [PATCH v12 1/4] iommu/arm-smmu: Add pm_runtime/sleep ops

[PATCH 4.9 00/52] 4.9.112-stable review
 2018-07-11 13:40 UTC  (2+ messages)

[PATCH 4.4 00/47] 4.4.140-stable review
 2018-07-11 13:40 UTC  (2+ messages)

v4.18-rc2 on droid4: screen turns red
 2018-07-11 13:39 UTC  (4+ messages)

[PATCH 3.18 00/23] 3.18.115-stable review
 2018-07-11 13:39 UTC  (2+ messages)

[PATCH v2 00/18] Allwinner R40 HDMI refactoring
 2018-07-11 13:36 UTC  (5+ messages)
    ` [linux-sunxi] "

[PATCH RT] arm64: fpsimd: use a local_lock() in addition to local_bh_disable()
 2018-07-11 13:33 UTC  (8+ messages)

[PATCH] ARM: dts: imx: Add ZII SCU3 ESB
 2018-07-11 13:31 UTC  (2+ messages)

[PATCH v2 0/2] ARM: dts: am3355: add support for the Sancloud Beaglebone Enhanced
 2018-07-11 13:31 UTC  (3+ messages)
` [PATCH v2 2/2] ARM: dts: am335x: add am335x-sancloud-bbe board support

[PATCH V4 3/5] mailbox: imx: add imx mu support
 2018-07-11 13:30 UTC  (8+ messages)

[PATCH 0/3] add ISO7816 support
 2018-07-11 13:26 UTC  (5+ messages)
` [PATCH 1/3] tty/serial_core: add ISO7816 infrastructure
` [PATCH 2/3] tty/serial: atmel: add ISO7816 support
` [PATCH 3/3] tty/serial: atmel: manage shutdown in case of RS485 or ISO7816 mode

[PATCH] tracing/kprobe: Release kprobe print_fmt properly
 2018-07-11 13:29 UTC  (5+ messages)

[PATCH] dt-bindings: rcar-gen3-phy-usb2: Add bindings for r8a77990
 2018-07-11 13:28 UTC  (2+ messages)

Vibrations on Droid 4?
 2018-07-11 13:27 UTC  (8+ messages)

[PATCH 0/2] Misc function enhance to Banana Pi M2 Zero board
 2018-07-11 13:22 UTC  (2+ messages)
` [PATCH 1/2] ARM: sun8i: h3: enable HDMI output on Banana Pi M2 Zero

[PATCH V2] ARM: DRA7/OMAP5: Enable ACTLR[0] (Enable invalidates of BTB) for secondary cores
 2018-07-11 13:24 UTC  (2+ messages)

[PATCH v2] powerpc: mpc5200: Remove VLA usage
 2018-07-11 13:24 UTC  (2+ messages)
` [v2] "

[PATCH] powerpc: xmon: use ktime_get_coarse_boottime64
 2018-07-11 13:24 UTC  (2+ messages)
`  "

[PATCH] powerpc: wii: Remove outdated comment about memory fixups
 2018-07-11 13:24 UTC  (2+ messages)
`  "

[PATCH] misc: ocxl: Change return type for fault handler
 2018-07-11 13:24 UTC  (2+ messages)
`  "

[PATCH] scripts: Add ppc64le support for checkstack.pl
 2018-07-11 13:24 UTC  (2+ messages)
`  "

[PATCH v9 0/7] Centralize and unify usage of preempt/irq tracepoints
 2018-07-11 13:22 UTC  (11+ messages)
` [PATCH v9 4/7] tracepoint: Make rcuidle tracepoint callers use SRCU
` [PATCH v9 5/7] tracing: Centralize preemptirq tracepoints and unify their usage

[PATCH v3 0/2] Fix imx6sl display power domain
 2018-07-11 13:20 UTC  (6+ messages)
` [PATCH v3 1/2] soc: imx: gpc: Disable 6sl display power gating for ERR006287

[PATCH] proc/kcore: Use __pa_symbol() for KCORE_TEXT list entries
 2018-07-11 13:19 UTC 

[PATCH net-next 1/2] tcp: remove redundant rcv_nxt update
 2018-07-11 13:16 UTC  (2+ messages)
` [PATCH net-next 2/2] tcp: refactor tcp_queue_rcv

[PATCH V2 1/2] clk: imx: add ocram_s clock for i.mx6sx
 2018-07-11 13:14 UTC  (3+ messages)
` [PATCH V2 2/2] ARM: dts: imx6sx: add ocram_s support

[PATCH -next] drm/sun4i: DW HDMI: Make symbol sun8i_dw_hdmi_pltfm_driver static
 2018-07-11 13:22 UTC 

[PATCH v2 0/5] Improve Broadcom PAXC support
 2018-07-11 13:11 UTC  (3+ messages)
` [PATCH v2 1/5] PCI: iproc: Activate PAXC bridge quirk for more devices

[PATCH] doc: Replace smp_cond_acquire() with smp_cond_load_acquire()
 2018-07-11 13:08 UTC  (2+ messages)

[PATCH -next] misc: vexpress: Fix potential NULL dereference in vexpress_syscfg_probe()
 2018-07-11 13:17 UTC 

[PATCH -next] staging: pi433: fix error return code in pi433_probe()
 2018-07-11 13:15 UTC 

[PATCH] ARM: imx: call imx6sx_cpuidle_init() conditionally for 6sll
 2018-07-11 13:05 UTC  (2+ messages)

[PATCH] nand: ranw: qcom_nand: stop using phys_to_dma()
 2018-07-11 13:04 UTC  (2+ messages)

[PATCH] mmc: sdhci-esdhc-imx: disable clocks before changing frequency
 2018-07-11 13:04 UTC  (3+ messages)

[PATCH v3 1/1] mmc: sdhci-pci-dwc-mshc: synopsys dwc mshc support
 2018-07-11 13:03 UTC  (2+ messages)

[PATCH 1/8] ARM: dts: imx6q-apalis: add chosen node
 2018-07-11 13:01 UTC  (2+ messages)

[PATCH] pinctrl: ocelot: fix gpio4 twi function
 2018-07-11 13:01 UTC 

[PATCH 0/3] ARM: dts: qcom: msm8974-hammerhead: add support for mpu6515
 2018-07-11 13:00 UTC  (4+ messages)
` [PATCH 2/3] iio: imu: mpu6050: add support for regulator framework

[PATCH RESEND] KVM: Add coalesced PIO support
 2018-07-11 12:59 UTC  (3+ messages)

[PATCH] arm64: neon: Fix function may_use_simd() return error status
 2018-07-11 12:58 UTC  (3+ messages)

[PATCH v2] tools/memory-model: Add extra ordering for locks and remove it for ordinary release/acquire
 2018-07-11 12:54 UTC  (5+ messages)

[PATCH] [RESEND] powerpc: xmon: use ktime_get_coarse_boottime64
 2018-07-11 12:53 UTC 

[PATCH] staging: speakup: remove redundant variable l
 2018-07-11 12:24 UTC  (2+ messages)

Why the mce reverts in 4.16-rt?
 2018-07-11 12:51 UTC  (3+ messages)

[PATCH] [RESEND] firewire: ohci: stop using get_seconds() for BUS_TIME
 2018-07-11 12:49 UTC 

[PATCH] mm: hugetlb: don't zero 1GiB bootmem pages
 2018-07-11 12:49 UTC  (5+ messages)

[PATCH] ARM: imx: flag failure of of_iomap
 2018-07-11 12:47 UTC  (2+ messages)

[PATCH] [RESEND] rtc: use ktime_get_real_ts64() instead of getnstimeofday64()
 2018-07-11 12:47 UTC 

[PATCH] ARM: dts: imx: Add ZII SCU2 Mezz board
 2018-07-11 12:46 UTC  (2+ messages)

[PATCH] [RESEND] firewire: use 64-bit time_t based interfaces
 2018-07-11 12:44 UTC 

Bug report about KASLR and ZONE_MOVABLE
 2018-07-11 12:41 UTC  (5+ messages)

[PATCH] [RESEND] amdgpu: kfd: use modern ktime accessors
 2018-07-11 12:41 UTC 

[PATCH 00/19] mmc: mmci: add stm32 sdmmc variant
 2018-07-11 12:38 UTC  (5+ messages)
` [PATCH 05/19] mmc: mmci: allow to overwrite clock/power procedure to specific variant

fpga: fpga_mgr_free usage
 2018-07-11 12:38 UTC 

[PATCH 0/5] UAC3: Add Selectors and Processing Units
 2018-07-11 12:37 UTC  (6+ messages)
` [PATCH 1/5] ALSA: usb-audio: Add support for Selector Units in UAC3
` [PATCH 2/5] ALSA: usb-audio: Processing Unit controls parsing in UAC2
` [PATCH 3/5] ALSA: usb-audio: Add support for Processing Units in UAC3
` [PATCH 4/5] ALSA: usb-audio: Unify virtual type units type to UAC3 values
` [PATCH 5/5] ALSA: usb-audio: Tidy up logic for Processing Unit min/max values

[PATCH] [RESEND] snic: fix printing time intervals
 2018-07-11 12:37 UTC 

[PATCH] orangefs: Adding new return type vm_fault_t
 2018-07-11 12:31 UTC  (6+ messages)

[char-misc-next 0/2]: mei bus fix type promotion bugs
 2018-07-11 12:29 UTC  (3+ messages)
` [char-misc-next v2 1/2] mei: bus: type promotion bug in mei_nfc_if_version()
` [char-misc-next 2/2] mei: bus: type promotion bug in mei_fwver()

[PATCH 1/2] [RESEND] liquidio: use ktime_get_real_ts64() instead of getnstimeofday64()
 2018-07-11 12:29 UTC  (2+ messages)
` [PATCH 2/2] [RESEND] nfp: avoid using getnstimeofday64()

[PATCH 1/3] staging: rtl8188eu: add spaces around '|'
 2018-07-11 12:27 UTC  (3+ messages)
` [PATCH 2/3] staging: rtl8188eu: fix lines over 80 characters
` [PATCH 3/3] staging: rtl8188eu: remove blank lines

[PATCHv4 00/19] arm64: invoke syscalls with pt_regs
 2018-07-11 12:27 UTC  (4+ 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).