All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-01-23 05:39:24 to 2019-01-23 07:12:37 UTC [more...]

[RFC] virtio_ring: check dma_mem for xen_domain
 2019-01-23  7:12 UTC  (5+ messages)
` [Xen-devel] "

[PATCH net-next] tipc: mark expected switch fall-throughs
 2019-01-23  7:09 UTC 

[PATCH v3] tty: moxa: Fix coding style issues
 2019-01-23  7:06 UTC  (2+ messages)

[PATCH v3 1/5] usb: fsl: Set USB_EN bit to select ULPI phy
 2019-01-23  7:05 UTC  (10+ messages)
` [v3,1/5] "
` [PATCH v3 2/5] usb: phy: Workaround for USB erratum-A005728
  ` [v3,2/5] "
` [PATCH v3 3/5] usb: host: Stops USB controller init if PLL fails to lock
  ` [v3,3/5] "
` [PATCH v3 4/5] usb: linux/fsl_device: Add platform member has_fsl_erratum_a006918
  ` [v3,4/5] "
` [PATCH v3 5/5] usb :fsl: Change string format for errata property
  ` [v3,5/5] "

[PATCH -next] spi: bcm2835aux: remove unneeded NULL check of devm_clk_get
 2019-01-23  7:05 UTC  (2+ messages)

couple OpenBMC image build and update questions
 2019-01-23  7:05 UTC  (3+ messages)

[PATCH] block: Mark expected switch fall-throughs
 2019-01-23  6:45 UTC 

kmemleak panic
 2019-01-23  7:05 UTC  (12+ messages)

Q: What happened to "--no-commit" merges?
 2019-01-23  7:04 UTC  (3+ messages)
  ` Antw: "

[PATCH][next] cfg80211: mark expected switch fall-throughs
 2019-01-23  7:03 UTC 

[PATCH 06/16] iwlwifi: pcie: recognize NICs with hw_rev 0x364 correctly
 2019-01-23  7:02 UTC  (2+ messages)
` [PATCH v2] "

[LTP] [PATCH 5/5] syscalls/fanotify10: added support for FAN_OPEN_EXEC mask
 2019-01-23  7:02 UTC  (2+ messages)

[PATCH 0/6] Add interconnect support for GENI QUPs
 2019-01-23  7:02 UTC  (13+ messages)
` [PATCH 1/6] dt-bindings: soc: qcom: Add interconnect binding for GENI QUP
` [PATCH 2/6] soc: qcom: Add wrapper to support for Interconnect path
` [PATCH 3/6] i2c: i2c-qcom-geni: Add interconnect support
` [PATCH 5/6] tty: serial: qcom_geni_serial: "
` [PATCH 6/6] arm64: dts: sdm845: Add interconnect for GENI QUP

[PATCH V3] livepatch: non static warnings fix
 2019-01-23  6:56 UTC 

[Qemu-devel] [RFC PATCH v4 00/44] Support Kconfig in QEMU
 2019-01-23  6:56 UTC  (45+ messages)
` [Qemu-devel] [RFC PATCH v4 01/44] hw/pci-host/Makefile.objs: make CONFIGS clear for PCI EXPRESS
` [Qemu-devel] [RFC PATCH v4 02/44] build: actually use CONFIG_PAM
` [Qemu-devel] [RFC PATCH v4 03/44] hw/i386/Makefile.objs: Build pc_piix* and pc_q35 boards
` [Qemu-devel] [RFC PATCH v4 04/44] hw/arm/Makefile.objs: CONFIG_VIRT created for virt board
` [Qemu-devel] [RFC PATCH v4 05/44] hw/m68k/Makefile.objs: Conditionally build boards
` [Qemu-devel] [RFC PATCH v4 06/44] hw/microblaze/Makefile.objs: Create configs for petalogix and xilinx boards
` [Qemu-devel] [RFC PATCH v4 07/44] hw/mips/Makefile.objs: Create CONFIG_* for r4k, malta, mipssim boards
` [Qemu-devel] [RFC PATCH v4 08/44] hw/ppc/Makefile.objs: Build all boards conditinally with CONFIG_*
` [Qemu-devel] [RFC PATCH v4 09/44] hw/sh4/Makefile.objs: New CONFIG_* varibales created for sh4 boards and device
` [Qemu-devel] [RFC PATCH v4 10/44] hw/sparc/Makefile.objs: CONFIG_* for sun4m and leon3 created
` [Qemu-devel] [RFC PATCH v4 11/44] hw/lm32/Makefile.objs: Conditionally build lm32 and milkmyst
` [Qemu-devel] [RFC PATCH v4 12/44] hw/xtensa/Makefile.objs: Build xtensa_sim and xtensa_fpga conditionally
` [Qemu-devel] [RFC PATCH v4 13/44] hw/nios2/Makefile.objs: Conditionally build nios2
` [Qemu-devel] [RFC PATCH v4 14/44] hw/riscv/Makefile.objs: Create CONFIG_* for riscv boards
` [Qemu-devel] [RFC PATCH v4 15/44] hw/sparc64/Makefile.objs: Create CONFIG_* for sparc64
` [Qemu-devel] [RFC PATCH v4 16/44] hw/alpha/Makefile.objs: Create CONFIG_* for alpha
` [Qemu-devel] [RFC PATCH v4 17/44] hw/cris/Makefile.objs: Create CONFIG_* for cris
` [Qemu-devel] [RFC PATCH v4 18/44] hw/hppa/Makefile.objs: Create CONFIG_* for hppa
` [Qemu-devel] [RFC PATCH v4 19/44] hw/moxie/Makefile.objs: Conditionally build moxie
` [Qemu-devel] [RFC PATCH v4 20/44] hw/openrisc/Makefile.objs: Create CONFIG_* for openrisc
` [Qemu-devel] [RFC PATCH v4 21/44] hw/tricore/Makefile.objs: Create CONFIG_* for tricore
` [Qemu-devel] [RFC PATCH v4 22/44] minikconfig: add parser skeleton
` [Qemu-devel] [RFC PATCH v4 23/44] minikconfig: add AST
` [Qemu-devel] [RFC PATCH v4 24/44] minikconfig: add semantic analysis
` [Qemu-devel] [RFC PATCH v4 25/44] hw/display: make edid configurable
` [Qemu-devel] [RFC PATCH v4 26/44] kconfig: introduce kconfig files
` [Qemu-devel] [RFC PATCH v4 27/44] build: switch to Kconfig
` [Qemu-devel] [RFC PATCH v4 28/44] ide: express dependencies with Kconfig
` [Qemu-devel] [RFC PATCH v4 29/44] hw/pci/Makefile.objs: make pcie configurable
` [Qemu-devel] [RFC PATCH v4 30/44] build: convert pci.mak to Kconfig
` [Qemu-devel] [RFC PATCH v4 31/44] build: convert sound.mak "
` [Qemu-devel] [RFC PATCH v4 32/44] build: convert usb.mak "
` [Qemu-devel] [RFC PATCH v4 33/44] scsi: express dependencies with Kconfig
` [Qemu-devel] [RFC PATCH v4 34/44] bluetooth: "
` [Qemu-devel] [RFC PATCH v4 35/44] isa: express dependencies with kconfig
` [Qemu-devel] [RFC PATCH v4 36/44] i386: express dependencies with Kconfig
` [Qemu-devel] [RFC PATCH v4 37/44] i2c: "
` [Qemu-devel] [RFC PATCH v4 38/44] ptimer: "
` [Qemu-devel] [RFC PATCH v4 39/44] edid: express dependencies with kconfig
` [Qemu-devel] [RFC PATCH v4 40/44] hyperv: "
` [Qemu-devel] [RFC PATCH v4 41/44] virtio: make virtio dependencies with Kconfig
` [Qemu-devel] [RFC PATCH v4 42/44] i386-softmmu.mak: remove all CONFIG_* except boards definitions
` [Qemu-devel] [RFC PATCH v4 43/44] minikconf: implement allyesconfig, allnoconfig, randconfig, defconfig
` [Qemu-devel] [RFC PATCH v4 44/44] Makefile: only support defconfig

[Buildroot] [autobuild.buildroot.net] Build results for 2019-01-22
 2019-01-23  7:00 UTC 

[PATCH -next] mtd: docg3: Fix a possible memory leak of mtd->name
 2019-01-23  6:59 UTC  (2+ messages)

[PATCH -next] mtd: docg3: Fix passing zero to 'PTR_ERR' warning in doc_probe_device
 2019-01-23  6:58 UTC  (2+ messages)

[PATCH net-next] remove TWKilled counter
 2019-01-23  6:58 UTC  (5+ messages)

[PATCH] mtd: spinand: Add support for GigaDevice GD5F1GQ4UC
 2019-01-23  6:57 UTC  (3+ messages)

[PATCH 1/2] mfd: max77620: Add backup battery charger support
 2019-01-23  6:56 UTC  (4+ messages)
` [PATCH 2/2] mfd: max77620: Add low battery monitor support

[PATCH] virtio: support VIRTIO_F_ORDER_PLATFORM
 2019-01-23  6:56 UTC  (6+ messages)
` [virtio-dev] "

[PATCH 0/7] crypto: cleanup debugfs usage
 2019-01-23  6:55 UTC  (4+ messages)
` [PATCH 6/7] crypto: ccp: no need to check return value of debugfs_create functions

Backporting dwc3 gadget fixes
 2019-01-23  6:55 UTC  (3+ messages)

[PATCH -next] crypto: chelsio - Fix passing zero to 'PTR_ERR' warning in chcr_aead_op
 2019-01-23  6:55 UTC 

[LSF/MM TOPIC] EROFS, our smartphone practice and the next
 2019-01-23  6:55 UTC  (2+ messages)

[PATCH] kprobes: no need to check return value of debugfs_create functions
 2019-01-23  6:54 UTC  (3+ messages)

[U-Boot] [PATCH v3 0/7] Add USB boot to HS DRA7xx/AM57xx
 2019-01-23  6:54 UTC  (5+ messages)
` [U-Boot] [PATCH v3 3/7] dfu: Remove dependency on HUSH parser in SPL

[PATCH v2] drm/i915: correct the pitch check for NV12 framebuffer
 2019-01-23  6:53 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: correct the pitch check for NV12 framebuffer (rev3)

[U-Boot] [PATCH v2 1/4] spl: Kconfig: Replace CONFIG_SPL_FAT_SUPPORT with CONFIG_SPL_FS_FAT
 2019-01-23  6:52 UTC  (6+ messages)
` [U-Boot] [PATCH v2 2/4] spl: fat/fs: Add option to include/exclude FAT write build in SPL
` [U-Boot] [PATCH v2 3/4] spl: Kconfig: Replace CONFIG_SPL_EXT_SUPPORT to CONFIG_SPL_FS_EXT4
` [U-Boot] [PATCH v2 4/4] spl: fat/fs: Add control to build FS EXT4 in SPL

MUSB interrupt storm on device removal
 2019-01-23  6:52 UTC 

[PATCH v7 0/2] spi: Add Renesas R-Car Gen3 RPC-IF SPI driver
 2019-01-23  7:09 UTC  (3+ messages)
` [PATCH v7 1/2] spi: Add Renesas R-Car Gen3 RPC-IF SPI controller driver
` [PATCH v7 2/2] dt-bindings: spi: Document Renesas R-Car Gen3 RPC-IF controller bindings

Cannot pair and connect headset
 2019-01-23  6:49 UTC  (3+ messages)

[PATCH 2/6] soc: qcom: Add wrapper to support for Interconnect path
 2019-01-23  6:49 UTC 

[PATCH] backing-dev: no need to check return value of debugfs_create functions
 2019-01-23  6:46 UTC  (4+ messages)

[PATCH bpf-next v5 00/12] bpf: dead code elimination
 2019-01-23  6:45 UTC  (13+ messages)
` [PATCH bpf-next v5 01/12] bpf: change parameters of call/branch offset adjustment
` [PATCH bpf-next v5 02/12] bpf: verifier: hard wire branches to dead code
` [PATCH bpf-next v5 03/12] bpf: verifier: remove "
` [PATCH bpf-next v5 04/12] bpf: verifier: remove unconditional branches by 0
` [PATCH bpf-next v5 05/12] selftests: bpf: add tests for dead code removal
` [PATCH bpf-next v5 06/12] bpf: verifier: record original instruction index
` [PATCH bpf-next v5 07/12] bpf: notify offload JITs about optimizations
` [PATCH bpf-next v5 08/12] nfp: bpf: don't use instruction number for jump target
` [PATCH bpf-next v5 09/12] nfp: bpf: split up the skip flag
` [PATCH bpf-next v5 10/12] nfp: bpf: save original program length
` [PATCH bpf-next v5 11/12] nfp: bpf: support optimizing dead branches
` [PATCH bpf-next v5 12/12] nfp: bpf: support removing dead code

[PATCH 00/19] KVM: PPC: Book3S HV: add XIVE native exploitation mode
 2019-01-23  6:45 UTC  (10+ messages)
` [PATCH 11/19] KVM: PPC: Book3S HV: add support for the XIVE native exploitation mode hcalls
` [PATCH 17/19] KVM: PPC: Book3S HV: add get/set accessors for the VP XIVE state
  ` [PATCH 18/19] KVM: PPC: Book3S HV: add passthrough support

[PATCH 4.20 000/111] 4.20.4-stable review
 2019-01-23  6:43 UTC  (5+ messages)

[Patch iproute2] tc: add performance counters for basic filter
 2019-01-23  6:41 UTC 

[PATCH] block: aoe: no need to check return value of debugfs_create functions
 2019-01-23  6:41 UTC  (3+ messages)

[PATCH 1/2] libnvdimm, pfn: use size is enough
 2019-01-23  6:40 UTC  (4+ messages)
` [PATCH 2/2] libnvdimm, pfn: use PAGE_SIZE to calculate npfns

[PATCH bpf-next v5 0/9] tools: bpftool: add probes for system and device
 2019-01-23  6:39 UTC  (2+ messages)

[MODERATED] [PATCH v5 00/27] MDSv5 19
 2019-01-23  6:39 UTC  (9+ messages)
` [MODERATED] [PATCH v5 22/27] MDSv5 24
  ` [MODERATED] "
      `  "

[PATCH] drm/i915/icl: do a posting read after irq install
 2019-01-23  6:39 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

[PATCH] doc: add meson ut enhancements in prog guide
 2019-01-23  6:37 UTC  (2+ messages)
` [PATCH v2] doc: add meson ut info "

[PATCH V2 0/6] add pvpanic driver framework
 2019-01-23 11:37 UTC  (3+ messages)
` [PATCH V2 1/6] misc/pvpanic: preparing for "

[PATCH 0/5] Reset Intel BT controller if it gets stuck
 2019-01-23  6:36 UTC  (7+ messages)
` [PATCH v4 1/5] usb: split code locating ACPI companion into port and device
          ` [v4,1/5] "

[Cocci] matching concatenated preprocessor tokens
 2019-01-23  6:35 UTC  (2+ messages)

[PATCH v3 1/3] t5323: test cases for git-pack-redundant
 2019-01-23  6:35 UTC  (6+ messages)
` [PATCH/RFC v2 1/1] test-lint: Only use only sed [-n] [-e command] [-f command_file]

[U-Boot] [PATCH v3 0/5] subject: efi_loader: add HII database protocol
 2019-01-23  6:35 UTC  (5+ messages)

[Qemu-devel] [PATCH] MAINTAINERS: update microbit ARM board files
 2019-01-23  6:19 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH v2 0/7] ui: add generic keyboard state tracker, fix keymap
 2019-01-23  6:20 UTC  (4+ messages)
` [Qemu-devel] [RFC PATCH v2 1/7] kbd-state: add keyboard state tracker

[PATCH] fail_function: no need to check return value of debugfs_create functions
 2019-01-23  6:34 UTC  (4+ messages)

[PATCH net-next v3 0/4] net: phy: improve starting PHY
 2019-01-23  6:31 UTC  (5+ messages)
` [PATCH net-next v3 1/4] net: phy: start state machine in phy_start only
` [PATCH net-next v3 2/4] net: phy: warn if phy_start is called from invalid state
` [PATCH net-next v3 3/4] net: phy: start interrupts in phy_start
` [PATCH net-next v3 4/4] net: phy: change phy_start_interrupts to phy_request_interrupt

[PATCH 1/2] irqchip: Add driver for Loongson-1 interrupt controller
 2019-01-23  6:23 UTC  (4+ messages)
` irqchip: Add driver for Loongson-1 intc v2
  ` [PATCH v2 2/2] dt-bindings: interrupt-controller: loongson ls1x intc
  ` [PATCH v2 1/2] irqchip: Add driver for Loongson-1 interrupt controller

kisskb: OK linus/axs103_smp_defconfig/arcv2 Wed Jan 23, 17:28
 2019-01-23  6:29 UTC 

[Cocci] Positional parameter p1[0].file contains temporarily munged filename, not original
 2019-01-23  6:29 UTC  (8+ messages)

[RFC][PATCH v5 06/09] f2fs: use common file type conversion
 2019-01-23  6:27 UTC  (3+ messages)

[PATCH v2 1/2] ext4: try to merge unwritten extents who are also not under io
 2019-01-23  6:27 UTC  (3+ messages)
` [PATCH v2 2/2] ext4: fix slow writeback under dioread_nolock and nodelalloc

[PATCH] arch/powerpc/radix: Fix kernel crash with mremap
 2019-01-23  6:21 UTC 

[PATCH] net/ice: add promiscuous mode support
 2019-01-23  6:20 UTC  (3+ messages)
` [PATCH v2] "

[Cocci] Blank space in front of function definition name confuses spatch
 2019-01-23  6:19 UTC  (2+ messages)

[PATCH net-next] net: stmmac: Fix return value check in qcom_ethqos_probe()
 2019-01-23  6:19 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t v3 1/2] tests/intel-ci: Add basic PSR2 tests to fast feedback test list
 2019-01-23  6:16 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for series starting with [i-g-t,v3,1/2] "

Intel-ipmi-oem repo
 2019-01-23  6:13 UTC  (3+ messages)

[PATCH] staging: erofs: fix potential double iput in erofs_read_super()
 2019-01-23  6:12 UTC 

[Qemu-devel] object owner argument of memory_region_init_ram
 2019-01-23  6:10 UTC  (2+ messages)

[PATCH 0/4] Venus various fixes
 2019-01-23  6:10 UTC  (7+ messages)
` [PATCH 1/4] venus: firmware: check fw size against DT memory region size
` [PATCH 2/4] venus: core: corect maximum hardware load for sdm845
` [PATCH 4/4] venus: helpers: drop setting of timestap invalid flag

[PATCH net-next] net: phy: fix issue with loading PHY driver w/o initramfs
 2019-01-23  6:08 UTC  (3+ messages)

[PATCH v3 bpf-next 0/9] introduce bpf_spin_lock
 2019-01-23  6:06 UTC  (10+ messages)
` [PATCH v3 bpf-next 1/9] bpf: "
` [PATCH v3 bpf-next 2/9] bpf: add support for bpf_spin_lock to cgroup local storage
` [PATCH v3 bpf-next 3/9] tools/bpf: sync include/uapi/linux/bpf.h
` [PATCH v3 bpf-next 4/9] selftests/bpf: add bpf_spin_lock tests
` [PATCH v3 bpf-next 5/9] selftests/bpf: add bpf_spin_lock C test
` [PATCH v3 bpf-next 6/9] bpf: introduce BPF_F_LOCK flag
` [PATCH v3 bpf-next 7/9] tools/bpf: sync uapi/bpf.h
` [PATCH v3 bpf-next 8/9] libbpf: introduce bpf_map_lookup_elem_flags()
` [PATCH v3 bpf-next 9/9] selftests/bpf: test for BPF_F_LOCK

[PATCH v4 0/7] btrfs: qgroup: Delay subtree scan to reduce overhead
 2019-01-23  6:01 UTC  (6+ messages)
` [PATCH v4 3/7] btrfs: relocation: Delay reloc tree deletion after merge_reloc_roots()

Expose all known Intel DPTF policies
 2019-01-23  5:58 UTC  (5+ messages)
` [PATCH 1/2] thermal/int340x_thermal: Add additional UUIDs

[PATCH v2 2/3] setup: do not use invalid `repository_format`
 2019-01-23  5:57 UTC  (4+ messages)
` [PATCH v3 0/2] setup: fix memory leaks with `struct repository_format`
  ` [PATCH v3 2/2] "

How ALSA handle PCM playing when the ALSA modules are removing
 2019-01-23  5:55 UTC  (3+ messages)

[PATCH v3 00/14] Sound Open Firmware (SOF) core
 2019-01-23  5:51 UTC  (7+ messages)
` [PATCH v3 04/14] ASoC: SOF: Add support for IPC IO between DSP and Host
          ` [Sound-open-firmware] "

usb: chipidea: imx: remove unused header files
 2019-01-23  5:49 UTC 

[PATCH] present: rotated crtc's work fine
 2019-01-23  5:48 UTC 

[Qemu-devel] [PATCH] qemu-options: Remove deprecated "-virtioconsole" option
 2019-01-23  5:46 UTC  (3+ messages)

[PATCH] drm/i915/gvt: switch to kernel types
 2019-01-23  5:44 UTC  (2+ messages)

[Qemu-devel] [PATCH] Remove deprecated -enable-hax option
 2019-01-23  5:43 UTC  (2+ messages)

[PATCH xf86-video-nouveau] wfb: Fix missing init function decls behind FB_ACCESS_WRAPPER
 2019-01-23  5:41 UTC  (2+ messages)

Change on check-attr behavior
 2019-01-23  5:40 UTC  (7+ messages)
      ` [PATCH] attr: do not mark queried macros as unset

[igt-dev] [PATCH i-g-t] tests/kms_available_mode_crc: Print debug info on failure
 2019-01-23  5:39 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.