linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-15 10:27:08 to 2019-02-15 15:06:27 UTC [more...]

[PATCH V2 1/2] lib/string: add memrchr function
 2019-02-15 15:06 UTC  (5+ messages)
` [PATCH V2 2/2] rpmsg: add syslog redirection driver

[PATCH v15 00/15] tracing: Hist trigger snapshot and onchange additions
 2019-02-15 15:06 UTC  (3+ messages)
` [PATCH v15 14/15] tracing: Add alternative synthetic event trace action test case

[Patch v3 3/4] x86/platform/UV: use efi_enabled() instead of test_bit()
 2019-02-15 15:05 UTC  (2+ messages)
` [tip:x86/uv] x86/platform/UV: Use "

[PATCH V2 00/10] X86/KVM/Hyper-V: Add HV ept tlb range list flush support in KVM
 2019-02-15 15:05 UTC  (4+ messages)
` [PATCH V2 3/10] KVM/MMU: Add last_level in the struct mmu_spte_page

[Patch v3 2/4] x86/platform/UV: kill uv_bios_call_reentrant()
 2019-02-15 15:04 UTC  (2+ messages)
` [tip:x86/uv] x86/platform/UV: Remove uv_bios_call_reentrant()

[Patch v3 1/4] x86/platform/UV: remove unnecessary #ifdef CONFIG_EFI
 2019-02-15 15:04 UTC  (2+ messages)
` [tip:x86/uv] x86/platform/UV: Remove "

[Xen-devel][PATCH 1/2] xen/gntdev: Do not destroy context while dma-bufs are in use
 2019-02-15 15:03 UTC  (2+ messages)

[Patch v3 4/4] x86/platform/UV: use efi_runtime_lock to serialise BIOS calls
 2019-02-15 15:01 UTC  (2+ messages)
` [tip:x86/urgent] x86/platform/UV: Use "

[RFC] net: dsa: qca8k: implement rgmii-id mode
 2019-02-15 15:01 UTC 

[PATCH v3 0/4] arm64: kprobes: Update blacklist checking on arm64
 2019-02-15 15:00 UTC  (4+ messages)
` [PATCH v3 4/4] arm64: kprobes: Use arch_populate_kprobe_blacklist()

[RFC 0/3] arm64: SPE ACPI enablement
 2019-02-15 15:00 UTC  (5+ messages)
` [RFC 2/3] arm_pmu: acpi: spe: Add initial MADT/SPE probing

[PATCH net-next v2 0/3] enetc: Add mdio support and device tree nodes
 2019-02-15 14:56 UTC  (5+ messages)
` [PATCH net-next v2 3/3] enetc: Add ENETC PF level external MDIO support

[PATCH v0 0/2] perf: Address range filtering fixes
 2019-02-15 14:54 UTC  (4+ messages)
` [PATCH v0 1/2] perf: Copy parent's address filter offsets on clone
` [PATCH v0 2/2] perf, pt, coresight: Fix address filters for vmas with non-zero offset

[PATCH V15 00/18] block: support multi-page bvec
 2019-02-15 14:51 UTC  (20+ messages)
` [PATCH V15 01/18] btrfs: look at bi_size for repair decisions
` [PATCH V15 02/18] block: don't use bio->bi_vcnt to figure out segment number
` [PATCH V15 03/18] block: remove bvec_iter_rewind()
` [PATCH V15 04/18] block: introduce multi-page bvec helpers
` [PATCH V15 05/18] block: introduce bio_for_each_bvec() and rq_for_each_bvec()
` [PATCH V15 06/18] block: use bio_for_each_bvec() to compute multi-page bvec count
` [PATCH V15 07/18] block: use bio_for_each_bvec() to map sg
` [PATCH V15 08/18] block: introduce mp_bvec_last_segment()
` [PATCH V15 09/18] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V15 10/18] btrfs: use mp_bvec_last_segment to get bio's last page
` [PATCH V15 11/18] block: loop: pass multi-page bvec to iov_iter
` [PATCH V15 12/18] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
` [PATCH V15 13/18] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
` [PATCH V15 14/18] block: enable multipage bvecs
` [PATCH V15 15/18] block: always define BIO_MAX_PAGES as 256
` [PATCH V15 16/18] block: document usage of bio iterator helpers
` [PATCH V15 17/18] block: kill QUEUE_FLAG_NO_SG_MERGE
` [PATCH V15 18/18] block: kill BLK_MQ_F_SG_MERGE

[RFC PATCH v8 00/14] Add support for eXclusive Page Frame Ownership
 2019-02-15 14:47 UTC  (4+ messages)
` [RFC PATCH v8 08/14] arm64/mm: disable section/contiguous mappings if XPFO is enabled

[PATCH 1/2] ASoC: samsung: i2s: Fix the secondary platform device registration
 2019-02-15 14:48 UTC  (2+ messages)
    ` [PATCH 2/2] ASoC: samsung: i2s: Fix multiple "IIS multi" devices initialization

allow larger than require DMA masks
 2019-02-15 14:45 UTC  (6+ messages)
` [PATCH 1/5] ccio: allow large "
` [PATCH 2/5] sparc64: refactor the ali DMA quirk
` [PATCH 3/5] sparc64/iommu: allow large DMA masks
` [PATCH 4/5] sparc64/pci_sun4v: "
` [PATCH 5/5] Documentation/DMA-API-HOWTO: update dma_mask sections

[PATCH v2 perf,bpf 00/11] perf annotation of BPF programs
 2019-02-15 14:41 UTC  (15+ messages)
` [PATCH v2 perf,bpf 01/11] perf, bpf: consider events with attr.bpf_event as side-band events
` [PATCH v2 perf,bpf 02/11] bpf: libbpf: introduce bpf_program__get_prog_info_linear()
  ` [PATCH v2 perf,bpf 05/11] perf, bpf: save bpf_prog_info in a rbtree in perf_env
  ` [PATCH v2 perf,bpf 07/11] perf, bpf: save btf "
  ` [PATCH v2 perf,bpf 08/11] perf, bpf: save btf information as headers to perf.data
  ` [PATCH v2 perf,bpf 09/11] perf-top: add option --bpf-event
` [PATCH v2 perf,bpf 10/11] perf, bpf: enable annotation of bpf program
  ` [PATCH v2 perf,bpf 11/11] perf, bpf: save information about short living bpf programs

[PATCH 0/2] driver core: Fixes related to device links
 2019-02-15 14:37 UTC  (8+ messages)
` [PATCH 2/2] driver core: Fix possible supplier PM-usage counter imbalance

[PATCH v3 3/4] uaccess: Check no rescheduling function is called in unsafe region
 2019-02-15 14:34 UTC  (11+ messages)
              ` [PATCH] sched/x86: Save [ER]FLAGS on context switch

[PATCH 0/2] [GIT PULL] tracing: Two more fixes
 2019-02-15 14:20 UTC  (3+ messages)
` [PATCH 1/2] kprobe: Do not use uaccess functions to access kernel memory
` [PATCH 2/2] tracing: Fix number of entries in trace header

[PATCH v3 0/3] input: goodix - support Goodix gt5688
 2019-02-15 14:11 UTC  (4+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] dt-bindings: input: Refer to touchscreen.txt for goodix ts
` [PATCH v3 3/3] input: goodix: Print values in case of inconsistencies

[RESEND PATCH net] mm: page_alloc: fix ref bias in page_frag_alloc() for 1-byte allocs
 2019-02-15 14:10 UTC  (5+ messages)

[net-next] net: crypto set sk to NULL when af_alg_release
 2019-02-15 14:24 UTC 

[PATCH 0/4] arm64: dts: allwinner: h6: Enable CPU DVFS(cpufreq)
 2019-02-15 14:09 UTC  (8+ messages)
` [PATCH 4/4] arm64: dts: allwinner: h6: Add CPU Operating Performance Points table

[PATCH v2 0/5] kasan: more tag based mode fixes
 2019-02-15 14:07 UTC  (3+ messages)
` [PATCH v2 3/5] kmemleak: account for tagged pointers when calculating pointer range

[PATCH v2 0/8] leds: Add AXP20X CHGLED
 2019-02-15 14:07 UTC  (10+ messages)
` [PATCH v2 1/8] leds: Add support for "
` [PATCH v2 2/8] mfd: axp20x: Add axp20x-led cell
` [PATCH v2 3/8] dt-bindings: leds: Add binding for axp20x-led device driver
` [PATCH v2 4/8] arm64: dts: allwinner: axp803: add charge led node
` [PATCH v2 5/8] arm64: dts: allwinner: Enable AXP803 CHGLED for Olimex boards
` [PATCH v2 6/8] arm: dts: axpxx: add charge led node
` [PATCH v2 7/8] ARM: dts: sun7i: Enable AXP209 CHGLED for Olimex boards
` [PATCH v2 8/8] ARM: dts: sun8i: a33: Enable AXP223 CHGLED for A33-OLinuXino

[PATCH 0/5] kasan: more tag based mode fixes
 2019-02-15 14:05 UTC  (3+ messages)
` [PATCH 3/5] kmemleak: account for tagged pointers when calculating pointer range

[PATCH] net: dsa: Implement flow_dissect callback for tag_dsa
 2019-02-15 14:05 UTC  (2+ messages)

[PATCH] MAINTAINERS: fix GTA02 entry and mark as orphan
 2019-02-15 14:04 UTC 

[PATCH 0/4] drm/panel: Support for OSD101T2045-53TS and OSD101T2587-53TS
 2019-02-15 14:03 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: display: Add bindings for OSD101T2045-53TS
` [PATCH 2/4] drm/panel: simple: Add support "
` [PATCH 3/4] dt-bindings: display: Add bindings for OSD101T2587-53TS panel
` [PATCH 4/4] drm/panel: Add OSD101T2587-53TS driver

[PATCH v5 0/3] Add NXP AUDMIX device and machine drivers
 2019-02-15 14:01 UTC  (4+ messages)
` [PATCH v5 1/3] ASoC: fsl: Add Audio Mixer CPU DAI driver
` [PATCH v5 2/3] ASoC: add fsl_audmix DT binding documentation
` [PATCH v5 3/3] ASoC: fsl: Add Audio Mixer machine driver

[RFC 0/2] Add support for Suspend and Resume for Exynos4412 on
 2019-02-15 13:58 UTC  (6+ messages)
` [RFC 1/2] ARM: dts: exynos: Add proper regulator states for suspend-to-mem for odroid-u3

[PATCH] random: Make /dev/random wait for crng_ready
 2019-02-15 13:58 UTC  (2+ messages)
` [PATCHv2] "

[PATCH v5] coccinelle: semantic code search for missing put_device()
 2019-02-15 13:54 UTC  (7+ messages)
` [PATCH v5] Coccinelle: "
    ` [v5] "

[PATVH v2 0/4] arm64: dts: allwinner: h6: Enable CPU
 2019-02-15 13:49 UTC  (5+ messages)
` [PATVH v2 1/4] arm64: dts: allwinner: h6: orangepi: Add CPU supply regulator
` [PATVH v2 2/4] arm64: dts: allwinner: h6: pine: "
` [PATVH v2 3/4] arm64: dts: allwinner: h6: Add clock to CPU cores
` [PATVH v2 4/4] arm64: dts: allwinner: h6: Add CPU Operating Performance Points table

[GIT PULL 1/2] ARM: defconfig: Samsung for v5.1
 2019-02-15 13:49 UTC  (3+ messages)
` [GIT PULL 2/2] ARM: dts: samsung: exynos and s5pv210 "

[PATCH] iio/chemical/bme680: Fix SPI read interface
 2019-02-15 13:47 UTC 

[PATCH v2 00/11] qcom: ssbi-gpio: add support for hierarchical IRQ chip
 2019-02-15 13:47 UTC  (4+ messages)
` [PATCH v2 05/11] mfd: pm8xxx: disassociate old virq if hwirq mapping already exists

[RFC PATCH v1 00/25] printk: new implementation
 2019-02-15 13:47 UTC  (12+ messages)
` [RFC PATCH v1 02/25] printk-rb: add prb locking functions
` [RFC PATCH v1 04/25] printk-rb: add writer interface

[PATCH 00/10] Venus stateful Codec API
 2019-02-15 13:44 UTC  (3+ messages)
` [PATCH 10/10] venus: dec: make decoder compliant with stateful codec API

[PATCH] perf tests shell: Skip trace+probe_vfs_getname.sh if built without trace support
 2019-02-15 13:42 UTC 

[PATCH v2 00/14] Add support for TI PRU ICSS
 2019-02-15 13:43 UTC  (5+ messages)
` [PATCH v2 01/14] dt-bindings: remoteproc: Add TI PRUSS bindings

[PATCH net-next 0/3] net: stmmac: Performance improvements in Multi-Queue
 2019-02-15 13:42 UTC  (4+ messages)
` [PATCH net-next 1/3] net: stmmac: Fix NAPI poll in TX path when in multi-queue
` [PATCH net-next 2/3] net: stmmac: dwmac4: Also use TBU interrupt to clean TX path
` [PATCH net-next 3/3] net: stmmac: dwxgmac2: "

[PATCH 2/2] EDAC/mce_amd: Decode MCA_STATUS in bit definition order
 2019-02-15 13:41 UTC  (2+ messages)
` [tip:ras/core] "

[PATCH 1/2] EDAC/mce_amd: Decode MCA_STATUS[Scrub] bit
 2019-02-15 13:40 UTC  (2+ messages)
` [tip:ras/core] "

[PATCH net-next] net: phy: marvell10g: Don't explicitly set Pause and Asym_Pause
 2019-02-15 13:24 UTC  (2+ messages)

[PATCH v5 0/6] clk: renesas: r8a77990, r8a774c0: Add Z2 clock
 2019-02-15 13:17 UTC  (3+ messages)
` [PATCH v5 6/6] clk: renesas: "

[PATCH v2 06/15] clocksource/drivers/timer-milbeaut: Introduce timer for Milbeaut SoCs
 2019-02-15 13:14 UTC  (8+ messages)

[PATCH -mm -V7] mm, swap: fix race between swapoff and some swap operations
 2019-02-15 13:11 UTC  (3+ messages)

[PATCH v5 00/12] Guest LBR Enabling
 2019-02-15 13:10 UTC  (5+ messages)
` [PATCH v5 12/12] KVM/VMX/vPMU: support to report GLOBAL_STATUS_LBRS_FROZEN

[PATCH 0/4] PM / devfreq: Refactor load monitoring
 2019-02-15 13:07 UTC  (5+ messages)
  ` [PATCH 4/4] PM / devfreq: Handle monitor start/stop in the devfreq core

[PATCH v2 0/2] tracing: drivers: devfreq: add basic trace mechanism
 2019-02-15 13:05 UTC  (3+ messages)
    ` [PATCH v2 1/2] trace: events: add devfreq trace event file
    ` [PATCH v2 2/2] drivers: devfreq: add tracing for scheduling work

[PATCH v2 0/2] Intel Cherry Trail Whiskey Cove LEDs support
 2019-02-15 13:02 UTC  (13+ messages)
` [PATCH v2 1/2] leds: Add Intel Cherry Trail Whiskey Cove PMIC LEDs

[PATCH] EDAC, altera: Add missing of_node_put()
 2019-02-15 13:00 UTC  (3+ messages)

[PATCH] staging: r8822be: check kzalloc return or bail
 2019-02-15 12:57 UTC  (2+ messages)

[PATCH v3 0/9] device connection: Add support for device graphs
 2019-02-15 12:47 UTC  (3+ messages)

[PATCH V4 0/9] x86/jump_label: Bound IPIs sent when updating a static key
 2019-02-15 12:47 UTC  (4+ messages)
` [PATCH V4 5/9] x86/alternative: Split text_poke_bp() into tree steps

[PATCH] ASoC: samsung: odroid: Add missing DAPM routes
 2019-02-15 12:45 UTC  (2+ messages)

[RFC][Patch v8 0/7] KVM: Guest Free Page Hinting
 2019-02-15 12:40 UTC  (7+ messages)

[PATCH v4] arm64: Add workaround for Fujitsu A64FX erratum 010001
 2019-02-15 12:36 UTC  (4+ messages)

[GIT PULL 0/2] EFI fixes for v5.0-rc
 2019-02-15 12:33 UTC  (3+ messages)
` [PATCH 1/2] arm64: account for GICv3 LPI tables in static memblock reserve table
` [PATCH 2/2] efi/arm: Revert "Defer persistent reservations until after paging_init()"

[PATCH] qmi_wwan: apply SET_DTR quirk to Sierra WP7607
 2019-02-15 12:32 UTC  (2+ messages)

[PATCH AUTOSEL 3.18 01/16] drm/msm: Unblock writer if reader closes file
 2019-02-15 12:31 UTC  (3+ messages)
` [PATCH AUTOSEL 3.18 15/16] cfg80211: extend range deviation for DMG

[PATCH v2 1/4] chardev: add additional check for minor range overlap
 2019-02-15 12:27 UTC  (4+ messages)
` [PATCH v2 2/4] chardev: add a check for given minor range
` [PATCH v2 3/4] chardev: code cleanup for __register_chrdev_region()
` [PATCH v2 4/4] chardev: update comment based on the code

[PATCH v4 0/4] Add driver for Mediatek-based GNSS receivers
 2019-02-15 12:25 UTC  (5+ messages)
` [PATCH v4 4/4] gnss: add driver for mediatek receivers

[PATCH] pre-shared passcode: secure pairing for "no keyboard, no display" devices
 2019-02-15 12:21 UTC  (4+ messages)

[PATCH 0/2] cpufreq: intel_pstate: Two cleanups
 2019-02-15 12:16 UTC  (3+ messages)
` [PATCH 1/2] cpufreq: intel_pstate: Avoid redundant initialization of local vars
` [PATCH 2/2] cpufreq: intel_pstate: Eliminate intel_pstate_get_base_pstate()

[PATCH v2 0/4] Add driver for Mediatek-based GNSS receivers
 2019-02-15 12:10 UTC  (9+ messages)
` [PATCH v2 2/4] dt-bindings: gnss: add mediatek binding

[PATCH 0/4] arm64: dts: rockchip: rk3399-rockpro64 dts cleanup
 2019-02-15 12:08 UTC  (4+ messages)
` [PATCH 2/4] arm64: dts: rockchip: rockpro64 dts remove unused node

[PATCH] net: hns: Fix object reference leaks in hns_dsaf_roce_reset()
 2019-02-15 12:00 UTC  (4+ messages)

[PATCH AUTOSEL 4.20 01/77] drm/msm: Unblock writer if reader closes file
 2019-02-15 11:58 UTC  (7+ messages)
` [PATCH AUTOSEL 4.20 06/77] ASoC: soc-core: defer card probe until all component is added to list
` [PATCH AUTOSEL 4.20 10/77] ASoC: soc-core: Hold client_mutex around soc_init_dai_link()
` [PATCH AUTOSEL 4.20 16/77] ASoC: soc-core: fix init platform memory handling

[PATCH 1/2] regulator: ltc3676: Simplify .readable_reg and .writable_reg callbacks
 2019-02-15 11:54 UTC  (2+ messages)
` [PATCH 2/2] regulator: ltc3676: Fix module description

[PATCH v6 0/4] arm64 SMMUv3 PMU driver with IORT support
 2019-02-15 11:52 UTC  (4+ messages)
` [PATCH v6 1/4] acpi: arm64: add iort support for PMCG

[PATCH] ARM: dts: rockchip: add chosen node on veyron chromebooks
 2019-02-15 11:51 UTC 

[PATCH] arm64/neon: Disable -Wincompatible-pointer-types when building with Clang
 2019-02-15 11:50 UTC  (2+ messages)

[PATCH v1 0/1] perf: High-order AUX allocations
 2019-02-15 11:47 UTC  (2+ messages)
` [PATCH v1 1/1] perf: Optimistically use high order allocations for AUX buffers

[PATCH 0/2] tracing: drivers: devfreq: add basic trace mechanism
 2019-02-15 11:47 UTC  (4+ messages)
  ` [PATCH 2/2] drivers: devfreq: add tracing for scheduling work

[PATCH] ASoC: samsung: odroid: Ensure proper sample rate on pri/sec PCM
 2019-02-15 11:32 UTC  (3+ messages)

[PATCH] scripts: gdb: redefine MS_RDONLY
 2019-02-15 11:29 UTC 

[PATCH v2 0/2] ARC: rework U-boot arguments handling
 2019-02-15 11:12 UTC  (2+ messages)

[PATCH] i2c: cadence: try reset when master receive error interrupts
 2019-02-15 11:07 UTC  (2+ messages)

[PATCH] powerpc: use $(origin ARCH) to select KBUILD_DEFCONFIG
 2019-02-15 11:00 UTC  (2+ messages)

[PATCH v2] ARM: pm: fix HYP/SVC mode mismatch when MCPM is used
 2019-02-15 10:56 UTC 

[RFC v3 00/19] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-02-15 10:56 UTC  (8+ messages)
` [RFC v3 18/19] of: unittest: split out a couple of test cases from unittest

[PATCH] regulator: core: Take lock before applying system load
 2019-02-15 10:55 UTC 

[PATCH v2] staging: android: ion: Allocate from heap ID directly without mask
 2019-02-15 10:50 UTC  (3+ messages)

[PATCH] nvmem: core: don't check the return value of notifier chain call
 2019-02-15 10:44 UTC  (2+ messages)

[PATCH] nvmem: core: fix the return value check when calling the notifier chain
 2019-02-15 10:43 UTC  (5+ messages)

[PATCH 0/2] misc: fastrpc: minor fixes
 2019-02-15 10:40 UTC  (3+ messages)
` [PATCH 1/2] misc: fastrpc: select CONFIG_DMA_SHARED_BUFFER
` [PATCH 2/2] misc: fastrpc: Fix device_open when no session is available

tmpfs inode leakage when opening file with O_TMP_FILE
 2019-02-15 10:38 UTC  (4+ messages)

[PATCH v5 3/3] powerpc/32: Add KASAN support
 2019-02-15 10:38 UTC  (5+ messages)

[PATCH v2] x86/tsc: Allow quick PIT calibration despite interruptions
 2019-02-15 10:36 UTC  (2+ messages)

[PATCH v3 0/2] PCI: hv: Refactor hv_irq_unmask() to use hv_vpset and cpumask_to_vpset()
 2019-02-15 10:36 UTC  (2+ messages)

[PATCH v2] staging: erofs: keep corrupted fs from crashing kernel in erofs_namei()
 2019-02-15 10:33 UTC  (6+ messages)

[PATCH] ARM: pm: fix HYP/SVC mode mismatch when MCPM is used
 2019-02-15 10:33 UTC  (4+ messages)

[PATCH] powerpc: drop unused GENERIC_CSUM Kconfig item
 2019-02-15 10:32 UTC 

[PATCH 1/2] PM / Domains: Mark "name" const in genpd_dev_pm_attach_by_name()
 2019-02-15 10:27 UTC  (4+ messages)
` [PATCH 2/2] PM / Domains: Mark "name" const in dev_pm_domain_attach_by_name()

[PATCH v2 0/2] PCI: hv: Refactor hv_irq_unmask() to use hv_vpset and cpumask_to_vpset()
 2019-02-15 10:26 UTC  (4+ messages)
` [PATCH v2 1/2] PCI: hv: Replace hv_vp_set with hv_vpset


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