linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-12-06 11:20:23 to 2017-12-06 14:33:01 UTC [more...]

[PATCH v1 00/14] tee: optee: add dynamic shared memory support
 2017-12-06 14:32 UTC  (3+ messages)
` [RESEND PATCH v2 "

[PATCH v3 00/15] NTB: Add full multi-port API support to the test drivers
 2017-12-06 14:32 UTC  (9+ messages)
` [PATCH v4 "
  ` [PATCH v4 01/15] NTB: Rename NTB messaging API methods
  ` [PATCH v4 02/15] NTB: Set dma mask and dma coherent mask to NTB devices
  ` [PATCH v4 03/15] NTB: Fix UB/bug in ntb_mw_get_align()
  ` [PATCH v4 12/15] NTB: ntb_test: Add ntb_tool Message tests
  ` [PATCH v4 13/15] NTB: ntb_test: Update ntb_tool MW tests
  ` [PATCH v4 14/15] NTB: ntb_test: Update ntb_perf tests
  ` [PATCH v4 15/15] NTB: ntb_hw_idt: Set NTB_TOPO_SWITCH topology

NFS crash, hashed pointers in backtrace
 2017-12-06 14:31 UTC  (2+ messages)

[PATCH] ASoC: fsl_asrc: protect macro argument
 2017-12-06 14:25 UTC  (5+ messages)

[PATCH v2 0/2] eeprom: at24: coding style fixes
 2017-12-06 14:29 UTC  (5+ messages)
` [PATCH v2 1/2] eeprom: at24: fix coding style issues
` [PATCH v2 2/2] eeprom: at24: use a common prefix for all symbols in at24.c

[PATCH] gpu: drm: stm: Adopt SPDX identifiers
 2017-12-06 14:26 UTC  (4+ messages)
` [PATCH] gpu: drm: sti: "

[PATCH] regmap: allow to disable all locking mechanisms
 2017-12-06 14:26 UTC 

[PATCH] phy: rockchip-inno-usb2: disable clock on error
 2017-12-06 14:26 UTC 

[PATCH] btrfs: tree-checker: use %zu format string for size_t
 2017-12-06 14:23 UTC  (2+ messages)

[PATCH] ACPICA: Update information in MAINTAINERS
 2017-12-06 14:23 UTC 

[PATCH 1/2] staging: fsl-mc: Allocate IRQ's before scanning DPRC objects
 2017-12-06 16:18 UTC  (4+ messages)

[PATCH] net: mvmdio: disable/unprepare clocks in EPROBE_DEFER case
 2017-12-06 14:23 UTC 

[PATCH] Fixes issue with bit shift in rf69_get_modulation
 2017-12-06 14:23 UTC  (4+ messages)
` [PATCH] staging: pi433: "

[PATCH] xhci: Fix front USB ports on ASUS PRIME B350M-A
 2017-12-06 14:20 UTC  (3+ messages)

[PATCH] ntb_hw_switchtec: fix logic error
 2017-12-06 14:19 UTC 

[RFC PATCH v3 0/7] ktask: multithread CPU-intensive kernel work
 2017-12-06 14:21 UTC  (6+ messages)
` [RFC PATCH v3 2/7] "

[PATCH] pci: provide pci_get_domain_bus_and_slot dummy helper
 2017-12-06 14:17 UTC 

[PATCH V1] PM: In kernel power management domain_pm created for async schedules
 2017-12-06 14:18 UTC  (4+ messages)

[PATCH] x86/mm/kaiser: avoid 32-bit/PAE build warning
 2017-12-06 14:15 UTC 

[PATCH -next v3 0/2] mtd: nand: toshiba: Add Toshiba BENAND support
 2017-12-06 14:04 UTC 

[PATCH] ARM: omap2: hide omap3_save_secure_ram on non-OMAP3 builds
 2017-12-06 14:15 UTC 

[PATCH] futex: use fault_in to avoid infinite loop
 2017-12-06 14:21 UTC 

[PATCH] scsi: bfa: fix type conversion warning
 2017-12-06 14:14 UTC 

Linux 4.15-rc2
 2017-12-06 14:15 UTC  (10+ messages)
` Linux 4.15-rc2: Regression in resume from ACPI S3

[GIT PULL] sound fixes for 4.15-rc3
 2017-12-06 14:13 UTC 

[PATCH] usb: dwc2: Remove version check in GSNPSID
 2017-12-06 14:12 UTC 

Checkpatch ignores spelling error by using -f
 2017-12-06 14:13 UTC 

[PATCH] memory: ti-emif-sram: remove unused variable
 2017-12-06 14:13 UTC 

[PATCH v3 00/20] arm64: Unmap the kernel whilst running in userspace (KPTI)
 2017-12-06 14:12 UTC  (27+ messages)
` [PATCH v3 01/20] arm64: mm: Use non-global mappings for kernel space
` [PATCH v3 02/20] arm64: mm: Temporarily disable ARM64_SW_TTBR0_PAN
` [PATCH v3 03/20] arm64: mm: Move ASID from TTBR0 to TTBR1
` [PATCH v3 04/20] arm64: mm: Remove pre_ttbr0_update_workaround for Falkor erratum #E1003
` [PATCH v3 05/20] arm64: mm: Rename post_ttbr0_update_workaround
` [PATCH v3 06/20] arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PAN
` [PATCH v3 07/20] arm64: mm: Allocate ASIDs in pairs
` [PATCH v3 08/20] arm64: mm: Add arm64_kernel_unmapped_at_el0 helper
` [PATCH v3 09/20] arm64: mm: Invalidate both kernel and user ASIDs when performing TLBI
` [PATCH v3 10/20] arm64: entry: Add exception trampoline page for exceptions from EL0
` [PATCH v3 11/20] arm64: mm: Map entry trampoline into trampoline and kernel page tables
` [PATCH v3 12/20] arm64: entry: Explicitly pass exception level to kernel_ventry macro
` [PATCH v3 13/20] arm64: entry: Hook up entry trampoline to exception vectors
` [PATCH v3 14/20] arm64: erratum: Work around Falkor erratum #E1003 in trampoline code
` [PATCH v3 15/20] arm64: tls: Avoid unconditional zeroing of tpidrro_el0 for native tasks
` [PATCH v3 16/20] arm64: entry: Add fake CPU feature for unmapping the kernel at EL0
` [PATCH v3 17/20] arm64: Kconfig: Add CONFIG_UNMAP_KERNEL_AT_EL0
` [PATCH v3 18/20] perf: arm_spe: Fail device probe when arm64_kernel_unmapped_at_el0()
` [PATCH v3 19/20] arm64: mm: Introduce TTBR_ASID_MASK for getting at the ASID in the TTBR
` [PATCH v3 20/20] arm64: kaslr: Put kernel vectors address in separate data page

BUG: KASAN: slab-out-of-bounds in perf_callchain_user+0x494/0x530
 2017-12-06 14:12 UTC  (9+ messages)

[PATCH v2] usb: core: Add "quirks" parameter for usbcore
 2017-12-06 14:10 UTC  (2+ messages)

[PATCH] usb: dwc2: Fix TxFIFOn sizes and total TxFIFO size issues
 2017-12-06 14:08 UTC 

[PATCH v4 00/73] XArray version 4
 2017-12-06 14:06 UTC  (8+ messages)
` [PATCH v4 72/73] xfs: Convert mru cache to XArray

[PATCH] video: hd44780: Add hd44780 lcd display driver
 2017-12-06 13:52 UTC 

[PATCH 1/3] crypto: exynos - Support Exynos5250+ SoCs
 2017-12-06 14:05 UTC  (3+ messages)

[PATCH 1/1] serial: 8250: 8250_omap: Fix spelling error
 2017-12-06 13:57 UTC 

[PATCH v2] usb: dwc2: Remove unnecessary debug prints
 2017-12-06 13:57 UTC 

kernel CI: printk loglevels in kernel boot logs?
 2017-12-06 13:54 UTC  (6+ messages)

[PATCH 4.4 00/96] 4.4.103-stable review
 2017-12-06 13:53 UTC  (9+ messages)
` [PATCH 4.4 02/96] s390/runtime instrumention: fix possible memory corruption

[PATCH v2] dmaengine: fsl-edma: disable clks on all error paths
 2017-12-06 13:50 UTC 

[PATCH v2] usb: dwc2: Rename function names
 2017-12-06 13:48 UTC 

[PATCH v9 0/5] Add support for ThunderX2 pmu events using json files
 2017-12-06 13:47 UTC  (9+ messages)
` [PATCH v9 3/5] perf utils: use pmu->is_uncore to detect PMU UNCORE devices

[RFC PATCH 0/5] perf events patches for improved ARM64 support
 2017-12-06 13:38 UTC  (6+ messages)
` [RFC PATCH 1/5] perf jevents: add support for pmu events vendor subdirectory
` [RFC PATCH 2/5] perf jevents: add support for arch recommended events

[PATCH] ACPI / GED: unregister interrupts during shutdown
 2017-12-06 13:37 UTC  (4+ messages)

[PATCH] ptr_ring: Add barriers to fix NULL-pointer exception
 2017-12-06 13:35 UTC  (2+ messages)

GemniLake laptops goes power off directly after performing suspend
 2017-12-06 13:34 UTC  (6+ messages)

[PATCH v4 00/15] soundwire: Add a new SoundWire subsystem
 2017-12-06 13:32 UTC  (10+ messages)
` [PATCH v4 06/15] soundwire: Add IO transfer
  ` [alsa-devel] "

[PATCH net-next v3 0/2] net: thunderx: add support for PTP clock
 2017-12-06 13:30 UTC  (3+ messages)
` [PATCH net-next v3 1/2] net: add support for Cavium PTP coprocessor
` [PATCH net-next v3 2/2] net: thunderx: add timestamping support

[PATCH] dmaengine: jz4740: disable/unprepare clk if probe fails
 2017-12-06 13:28 UTC 

[PATCH] USB: emi26: Delete an error message for a failed memory allocation in emi26_writememory()
 2017-12-06 13:25 UTC  (4+ messages)

[PATCH v3 0/4] iio: adc: at91-sama5d2_adc: add DMA support
 2017-12-06 13:18 UTC  (4+ messages)
` [PATCH v3 2/4] ARM: dts: at91: sama5d2: added dma property for ADC device

[PATCH] dmaengine: fsl-edma: disable clks on all error paths
 2017-12-06 13:20 UTC  (2+ messages)

[PATCH] USB: imx21-hcd: Delete an error message for a failed memory allocation in activate_etd()
 2017-12-06 13:15 UTC 

[PATCH] aio: Add memcg accounting of user used data
 2017-12-06 13:13 UTC  (5+ messages)

[PATCH 2/3] crypto: exynos - Improve performance of PRNG
 2017-12-06 13:06 UTC  (4+ messages)

[PATCH] iio: stm32: Adopt SPDX identifier
 2017-12-06 13:02 UTC  (2+ messages)

[PATCH] Revert "powerpc: Do not call ppc_md.panic in fadump panic notifier"
 2017-12-06 13:00 UTC  (2+ messages)
`  "

[PATCH] powerpc/perf: Fix oops when grouping different pmu events
 2017-12-06 12:59 UTC  (2+ messages)
`  "

[PATCH] perf evsel: Enable ignore_missing_thread for pid option
 2017-12-06 12:59 UTC  (2+ messages)

[RFC] spi: sun6i: disable/unprepare clocks on remove
 2017-12-06 12:50 UTC 

[PATCH 0/8] add UniPhier audio system support
 2017-12-06 12:58 UTC  (7+ messages)
` [PATCH 5/8] ASoC: uniphier: add support for UniPhier AIO driver

[PATCH] arch/x86: Initialize __max_smt_threads to 1
 2017-12-06 12:56 UTC 

[PATCH v3] scripts: leaking_addresses: add support for 32-bit kernel addresses
 2017-12-06 12:53 UTC  (4+ messages)

[PATCH RFC 0/2] ignore LBR-related MSRs
 2017-12-06 12:52 UTC  (5+ messages)
` [PATCH RFC 1/2] perf/x86/intel: make reusable LBR initialization code
` [PATCH RFC 2/2] KVM: x86/vPMU: ignore access to LBR-related MSRs

KASAN: use-after-free Read in get_work_pool
 2017-12-06 12:50 UTC  (5+ messages)

[PATCH v2 00/11] Fix indentation and CamelCase issue in staging/pi433
 2017-12-06 12:47 UTC  (4+ messages)
` [PATCH v2 08/11] staging: pi433: Remove enum data_mode

[PATCH] ptr_ring: add barriers
 2017-12-06 12:46 UTC  (3+ messages)

[PATCH v2 00/19] Add Headphone Detection to TLV320AIC31xx Driver
 2017-12-06 12:46 UTC  (9+ messages)
` [PATCH v2 08/19] ASoC: tlv320aic31xx: Switch GPIO handling to use gpiod_* API
` [PATCH v2 09/19] ASoC: tlv320aic31xx: Remove platform data

[PATCH] cpufreq: powernv: Define methods to parse positive & negative pstates
 2017-12-06 12:41 UTC  (4+ messages)

[RFC PATCH 0/3] Add ASoC platforms directory
 2017-12-06 12:39 UTC  (3+ messages)
` [RFC PATCH 1/3] ASoC: Add "

[PATCH v3 0/6] cpufreq: schedutil: fixes for flags updates
 2017-12-06 12:36 UTC  (5+ messages)
` [PATCH v3 4/6] sched/rt: fast switch to maximum frequency when RT tasks are scheduled

[RFC] Sharing PMU counters across compatible events
 2017-12-06 12:35 UTC  (3+ messages)

[Regression 4.15-rc2] New messages `tpm tpm0: A TPM error (2314) occurred continue selftest`
 2017-12-06 12:34 UTC 

4.14: WARNING: CPU: 4 PID: 2895 at block/blk-mq.c:1144 with virtio-blk (also 4.12 stable)
 2017-12-06 12:25 UTC  (12+ messages)

[PATCH v4 0/2] Add support for TI TAS6424 digital amplifier
 2017-12-06 12:24 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: sound: add bindings for TAS6424

[PATCH 4/7 v2] net: ethernet: i825xx: Fix platform_get_irq's error checking
 2017-12-06 12:19 UTC  (5+ messages)

[PATCH] Scheduler: Removed first parameter from prepare_lock_switch
 2017-12-06 12:14 UTC  (2+ messages)

[PATCH 0/2] clk: qcom: gcc-msm8916: codec digital clk fixes
 2017-12-06 12:11 UTC  (3+ messages)
` [PATCH 1/2] clk: qcom: msm8916: fix mnd_width for codec_digcodec
` [PATCH 2/2] clk: qcom: msm8916: add 12.288 MHz support to codec dig clk

ftrace/module: Move ftrace_release_mod() to ddebug_cleanup label
 2017-12-06 12:10 UTC  (3+ messages)

[PATCH] rpmsg: qcom_smd: Access APCS through mailbox framework
 2017-12-06 12:08 UTC  (2+ messages)

[RESEND PATCH 0/4] drm/meson: power domain init related fixes
 2017-12-06 12:03 UTC  (6+ messages)
` [RESEND PATCH 1/4] dt-bindings: display: amlogic,meson-vpu: Add optional power domain property
` [RESEND PATCH 2/4] dt-bindings: display: amlogic,meson-dw-hdmi: Add optional HDMI 5V regulator
` [RESEND PATCH 3/4] drm/meson: dw_hdmi: Add support for an optional external "
` [RESEND PATCH 4/4] drm/meson: Add missing VPU init

[PATCH v2] KVM: X86: Fix load RFLAGS w/o the fixed bit
 2017-12-06 11:59 UTC 

[PATCH 0/2] of: dynamic: restrict overlay by targets
 2017-12-06 11:58 UTC  (4+ messages)

[RFC 0/2] of: Add whitelist
 2017-12-06 11:56 UTC  (13+ messages)

[PATCH] USB: emi62: Delete an error message for a failed memory allocation in emi62_writememory()
 2017-12-06 11:52 UTC 

[PATCH] zswap: Update with same-value filled page feature
 2017-12-06 11:48 UTC  (5+ messages)
` [PATCH] zswap: Same-filled pages handling
        ` [PATCH v2] zswap: Update with same-value filled page feature

[PATCH v3] sched: Update runnable propagation rule
 2017-12-06 11:40 UTC  (3+ messages)
` [PATCH v4] "

[PATCH] x86/power: Fix some ordering bugs in __restore_processor_context()
 2017-12-06 11:36 UTC  (2+ messages)
` [tip:x86/urgent] "

[PATCH] media: platform: sti: Adopt SPDX identifier
 2017-12-06 11:38 UTC  (2+ messages)

[PATCH] x86 / PCI: Make broadcom_postcore_init() check acpi_disabled
 2017-12-06 11:35 UTC  (2+ messages)
` [tip:x86/urgent] x86/PCI: "

[PATCH] x86/microcode/AMD: Add support for fam17h microcode loading
 2017-12-06 11:35 UTC  (2+ messages)
` [tip:x86/urgent] "

Multiple oom_reaper BUGs: unmap_page_range racing with exit_mmap
 2017-12-06 11:37 UTC  (4+ messages)

[PATCH] x86: make X86_BUG_FXSAVE_LEAK detectable in CPUID on AMD
 2017-12-06 11:34 UTC  (2+ messages)
` [tip:x86/urgent] x86/cpufeatures: Make "

[PATCH 0/5] PCI: Add support to the Cadence PCIe controller
 2017-12-06 11:32 UTC  (7+ messages)
` [PATCH 3/5] PCI: cadence: Add host driver for "

[PATCH] mfd: Fix RTS5227 (and others) powermanagement
 2017-12-06 11:31 UTC  (2+ messages)

[PATCH 1/3] extcon: usbc-cros-ec: add support to notify USB type cables
 2017-12-06 11:27 UTC  (4+ messages)
` [PATCH 2/3] arm64: dts: rockchip: add usb3-phy phandle for dwc3

[PATCH v3 00/12] Rockchip ISP1 Driver
 2017-12-06 11:19 UTC  (12+ messages)
` [PATCH v3 02/12] media: doc: add document for rkisp1 meta buffer format
` [PATCH v3 03/12] media: rkisp1: Add user space ABI definitions
` [PATCH v3 04/12] media: rkisp1: add rockchip isp1 driver
` [PATCH v3 05/12] media: rkisp1: add Rockchip MIPI Synopsys DPHY driver
` [PATCH v3 06/12] dt-bindings: Document the Rockchip ISP1 bindings
` [PATCH v3 07/12] dt-bindings: Document the Rockchip MIPI RX D-PHY bindings
` [PATCH v3 08/12] ARM: dts: rockchip: add isp node for rk3288
` [PATCH v3 09/12] ARM: dts: rockchip: add rx0 mipi-phy "
` [PATCH v3 10/12] arm64: dts: rockchip: add isp0 node for rk3399
` [PATCH v3 11/12] arm64: dts: rockchip: add rx0 mipi-phy "
` [PATCH v3 12/12] MAINTAINERS: add entry for Rockchip ISP1 driver

[PATCH 0/2] eeprom: at24: coding style fixes
 2017-12-06 11:21 UTC  (5+ messages)
` [PATCH 2/2] eeprom: at24: use a common prefix for all symbols in at24.c


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