All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-11-09 12:13:24 to 2018-11-09 13:11:11 UTC [more...]

[PATCH v4 2/2] scsi: ufs: Add UFS platform driver for Cadence UFS
 2018-11-09 13:11 UTC  (7+ messages)

[PATCH 0/3] gpio: mockup: misc updates
 2018-11-09 13:10 UTC  (7+ messages)
` [PATCH 1/3] gpio: mockup: fix indicated direction

[PATCH 0/5] mt76x02: bssid setup corrections for STA
 2018-11-09 13:10 UTC  (8+ messages)
` [PATCH 1/5] mt76x02: correct set bssid "
` [PATCH 2/5] mt76x02: initalize mutli bss mode by default

[PATCH net-next 0/2] dpaa2-eth: defer probe on object allocate
 2018-11-09  3:29 UTC  (3+ messages)

[Buildroot] [git commit] attr: Add a patch to fix an unconditional infinite recursion
 2018-11-09 13:08 UTC 

[Buildroot] [PATCH 1/1] attr: Add a patch to fix an unconditional infinite recursion
 2018-11-09 13:07 UTC  (2+ messages)

Git Evolve
 2018-11-09 13:06 UTC  (4+ messages)

[Buildroot] [PATCH] nginx: security bump to 1.15.6
 2018-11-09 13:05 UTC  (2+ messages)

[Buildroot] [PATCH] mosquitto: security bump to version 1.5.4
 2018-11-09 13:05 UTC  (2+ messages)

stable-rc/linux-4.4.y boot: 54 boots: 1 failed, 41 passed with 12 offline (v4.4.162-115-g70cfa9ca6595)
 2018-11-09  3:27 UTC 

[Buildroot] [git commit] nginx: security bump to 1.15.6
 2018-11-09 13:05 UTC 

[Buildroot] [git commit] mosquitto: security bump to version 1.5.4
 2018-11-09 13:05 UTC 

[PATCH net-next] dpaa2-eth: Introduce TX congestion management
 2018-11-09  3:26 UTC  (4+ messages)

[PATCH 1/2] ASoC: pcm3060: Add control for differential output
 2018-11-09 13:06 UTC  (4+ messages)

[PATCH] iio: adc: sc27xx: Add ADC data conversion timeout
 2018-11-09  3:25 UTC 

Should the bridge learn from frames with link local destination MAC address?
 2018-11-09  3:24 UTC 

[PATCH v3 0/9] Regenerate arm64 defconfig for current kernel
 2018-11-09 13:03 UTC  (4+ messages)
` [PATCH v3 5/9] arm64: defconfig: Replace PINCTRL_MT7622 with PINCTRL_MTK_MOORE

[PATCH 0/8] sparc: OF name and device_type rework
 2018-11-09 13:02 UTC  (5+ messages)
` [PATCH 3/8] sparc: prom: use property "name" directly to construct node names

[PATCH v2 0/7] python/python3: add tk support
 2018-11-09 13:02 UTC  (5+ messages)
` [PATCH 2/7] python3: "

[PATCH v3 00/10] steal tasks to improve CPU utilization
 2018-11-09 12:50 UTC  (11+ messages)
` [PATCH v3 01/10] sched: Provide sparsemask, a reduced contention bitmap
` [PATCH v3 02/10] sched/topology: Provide hooks to allocate data shared per LLC
` [PATCH v3 03/10] sched/topology: Provide cfs_overload_cpus bitmap
` [PATCH v3 04/10] sched/fair: Dynamically update cfs_overload_cpus
` [PATCH v3 05/10] sched/fair: Hoist idle_stamp up from idle_balance
` [PATCH v3 06/10] sched/fair: Generalize the detach_task interface
` [PATCH v3 07/10] sched/fair: Provide can_migrate_task_llc
` [PATCH v3 08/10] sched/fair: Steal work from an overloaded CPU when CPU goes idle
` [PATCH v3 09/10] sched/fair: disable stealing if too many NUMA nodes
` [PATCH v3 10/10] sched/fair: Provide idle search schedstats

KMSAN: uninit-value in linear_transfer (2)
 2018-11-09 13:00 UTC  (5+ messages)

[PATCH] x86/mkpiggy: Drop endianness transforming
 2018-11-09 13:00 UTC  (2+ messages)

[PATCH] ARM64: dts: meson: p230: disable advertisement EEE for GbE
 2018-11-09 12:59 UTC  (3+ messages)

[meta-browser] Chromium missing DEPENDS
 2018-11-09 12:59 UTC 

[U-Boot] [PATCH v3 00/28] General fixes / cleanup for RISC-V and improvements to qemu-riscv
 2018-11-09 12:59 UTC  (29+ messages)
` [U-Boot] [PATCH v3 01/28] tools: .gitignore: add prelink-riscv
` [U-Boot] [PATCH v3 02/28] dts: riscv: update makefile to also clean the RISC-V dts directory
` [U-Boot] [PATCH v3 03/28] riscv: rename CPU_RISCV_32/64 to match architecture names ARCH_RV32I/64I
` [U-Boot] [PATCH v3 04/28] riscv: select CONFIG_PHYS_64BIT on RV64I systems
` [U-Boot] [PATCH v3 05/28] riscv: add Kconfig entries for the C and A ISA extensions
` [U-Boot] [PATCH v3 06/28] riscv: set -march and -mabi based on the Kconfig configuration
` [U-Boot] [PATCH v3 07/28] riscv: enable -fdata-sections
` [U-Boot] [PATCH v3 08/28] riscv: fix use of incorrectly sized variables
` [U-Boot] [PATCH v3 09/28] riscv: make use of the barrier functions from Linux
` [U-Boot] [PATCH v3 10/28] riscv: do not reimplement generic io functions
` [U-Boot] [PATCH v3 11/28] riscv: complete the list of exception codes
` [U-Boot] [PATCH v3 12/28] riscv: treat undefined exception codes as reserved
` [U-Boot] [PATCH v3 13/28] riscv: hang on unhandled exceptions
` [U-Boot] [PATCH v3 14/28] riscv: implement the invalidate_icache_* functions
` [U-Boot] [PATCH v3 15/28] riscv: fix inconsistent use of spaces and tabs in start.S
` [U-Boot] [PATCH v3 16/28] riscv: align mtvec on a 4-byte boundary
` [U-Boot] [PATCH v3 17/28] Drop CONFIG_INIT_CRITICAL
` [U-Boot] [PATCH v3 18/28] riscv: remove unused labels in start.S
` [U-Boot] [PATCH v3 19/28] riscv: do not blindly modify the mstatus CSR
` [U-Boot] [PATCH v3 20/28] riscv: save hart ID and device tree passed by prior boot stage
` [U-Boot] [PATCH v3 21/28] riscv: qemu: use "
` [U-Boot] [PATCH v3 22/28] riscv: qemu: support booting Linux
` [U-Boot] [PATCH v3 23/28] riscv: align bootm implementation with that of other architectures
` [U-Boot] [PATCH v3 24/28] distro_bootcmd: add VirtIO distro boot command
` [U-Boot] [PATCH v3 25/28] riscv: qemu: enable distro boot
` [U-Boot] [PATCH v3 26/28] dm: core: add missing prototype for ofnode_read_u64
` [U-Boot] [PATCH v3 27/28] riscv: qemu: detect and boot the kernel passed by QEMU
` [U-Boot] [PATCH v3 28/28] riscv: qemu: clear kernel-start/-end in device tree as workaround for BBL

[PATCH v2 00/10] steal tasks to improve CPU utilization
 2018-11-09 12:58 UTC  (4+ messages)

[RFC PATCH] KVM: arm64: don't single-step for non-emulated faults
 2018-11-09 12:56 UTC  (14+ messages)

[cip-dev] [Git][cip-project/cip-testing/board-at-desk-single-dev][master] 2 commits: Added admin info - fairly skeletal at the moment
 2018-11-09 12:56 UTC 

[LINUX PATCH v12 0/3] Add support for Arasan NAND Flash controller
 2018-11-09 12:54 UTC  (5+ messages)
` [LINUX PATCH v12 1/3] dt-bindings: mtd: arasan: Add device tree binding documentation

[igt-dev] [PATCH i-g-t] tests/kms_available_modes_crc: Fix handling of unknown single plane modes
 2018-11-09 12:53 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for tests/kms_available_modes_crc: Fix handling of unknown single plane modes (rev2)

[PATCH] fstest: CrashMonkey tests ported to xfstest
 2018-11-09  3:12 UTC  (10+ messages)

[PATCH] power: supply: bq24190_charger: add support for bq24196 variant
 2018-11-09 12:53 UTC 

[PATCH 00/12] Series short description
 2018-11-09  3:11 UTC  (9+ messages)
` [PATCH 01/12] fs/locks: rename some lists and pointers
` [PATCH 10/12] fs/locks: create a tree of dependent requests

[PATCH 0/5] brcmfmac: p2p/miracast/apsta fixes
 2018-11-09 12:49 UTC  (9+ messages)
` [PATCH 1/5] brcmfmac: set apsta to 1 when AP start on primary interface
` [PATCH 3/5] brcmfmac: p2p cert 6.1.9-support GOUT handling p2p presence request
` [PATCH 4/5] brcmfmac: only generate random p2p address when needed
` [PATCH 5/5] brcmfmac: add vendor ie for association responses

PASS: Test report for kernel 4.18.18-rc1.skt+ (linux-stable-rc)
 2018-11-09  3:10 UTC 

stable-rc/linux-4.18.y boot: 91 boots: 0 failed, 76 passed with 15 offline (v4.18.17-35-g46c86a0ac4a1)
 2018-11-09  3:09 UTC 

[Qemu-devel] [Bug 1795527] [NEW] Malformed audio and video output stuttering after upgrade to QEMU 3.0
 2018-11-09 12:37 UTC  (2+ messages)
` [Qemu-devel] [Bug 1795527] "

[PATCH] net: Add trace events for all receive exit points
 2018-11-09  2:56 UTC  (3+ messages)

[Qemu-devel] List of files containing devices which have not been QOMified
 2018-11-09 12:44 UTC  (5+ messages)

stable-rc/linux-4.9.y boot: 84 boots: 0 failed, 70 passed with 14 offline (v4.9.135-172-gcc46a1dedc8b)
 2018-11-09  3:04 UTC 

[PATCH 1/2] drm/i915/ddi: Add more sanity check to the encoder HW readout
 2018-11-09 12:40 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for series starting with [1/2] "

[PATCH V10] Add support for BTRFS raid5/6 to GRUB
 2018-11-09 12:39 UTC  (6+ messages)

[PATCH 0/6] Move TXQ scheduling and airtime fairness into mac80211
 2018-11-09 12:39 UTC  (5+ messages)
` [PATCH 1/6] mac80211: Add TXQ scheduling API

[PATCH v2] drm: Check if primary mst is null
 2018-11-09 12:39 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for drm: Check if primary mst is null (rev3)

[PATCH V4 0/3] Fix VGA logdirty related display freezes with altp2m
 2018-11-09 12:39 UTC  (4+ messages)
` [PATCH V4 2/3] x86/mm: allocate logdirty_ranges for altp2ms

[GIT PULL] s390 patches for 4.20 #2
 2018-11-09 12:39 UTC  (2+ messages)

[PATCH ipsec-next 00/11] xfrm: policy: add inexact policy search tree
 2018-11-09  3:00 UTC  (2+ messages)

[PATCH] staging: net: ipv4: tcp_vegas: fixed checks and warnings
 2018-11-09 12:37 UTC  (2+ messages)
` net: ipv4: tcp_vegas

[PATCH 00/27] Unify vDSOs across more architectures
 2018-11-09 12:37 UTC  (56+ messages)
` [PATCH 01/27] kernel: Standardize vdso_datapage
` [PATCH 02/27] kernel: Add Monotonic boot time support
` [PATCH 03/27] kernel: Add International Atomic Time support
` [PATCH 04/27] kernel: Add masks support for Raw and NTP time
` [PATCH 05/27] kernel: Add clock_mode support
` [PATCH 06/27] kernel: Define gettimeofday vdso common code
` [PATCH 07/27] arm64: Substitute gettimeofday with C implementation
` [PATCH 08/27] arm64: compat: Alloc separate pages for vectors and sigpage
` [PATCH 09/27] arm64: compat: Split kuser32
` [PATCH 10/27] arm64: compat: Refactor aarch32_alloc_vdso_pages()
` [PATCH 11/27] arm64: compat: Add KUSER_HELPERS config option
` [PATCH 12/27] arm64: compat: Add missing syscall numbers
` [PATCH 13/27] arm64: compat: Expose signal related structures
` [PATCH 14/27] arm64: compat: Generate asm offsets for signals
` [PATCH 15/27] lib: vdso: Add compat support
` [PATCH 16/27] arm64: compat: Add vDSO
` [PATCH 17/27] arm64: Refactor vDSO code
` [PATCH 18/27] arm64: compat: vDSO setup for compat layer
` [PATCH 19/27] arm64: elf: vDSO code page discovery
` [PATCH 20/27] arm64: compat: Get sigreturn trampolines from vDSO
` [PATCH 21/27] arm64: Add vDSO compat support
` [PATCH 22/27] arm64: Enable compat vDSO support
` [PATCH 23/27] arm: Add support for generic vDSO
` [PATCH 24/27] mips: Introduce vdso_direct
` [PATCH 25/27] clock: csrc-4k: Add support for vdso_direct
` [PATCH 26/27] clock: gic-timer: "
` [PATCH 27/27] mips: Add support for generic vDSO

[RFC 0/2] Add RISC-V cpu topology
 2018-11-09 12:33 UTC  (14+ messages)

[PATCH] powerpc: Add KVM guest defconfig
 2018-11-09 12:30 UTC  (4+ messages)

usb: gadget: f_fs: Allow scatter-gather buffers
 2018-11-09 12:33 UTC 

[PATCH net-next] tcp_bbr: update comments to reflect pacing_margin_percent
 2018-11-09  2:54 UTC 

[PATCH] binder: fix race that allows malicious free of live buffer
 2018-11-09 12:32 UTC  (2+ messages)

[Qemu-devel] [PATCH] travis: Split the OSX job
 2018-11-09 12:31 UTC  (2+ messages)

GPG signing is bent on WIndows
 2018-11-09 12:31 UTC  (2+ messages)

WARNING: CPU: 0 PID: 0 at drivers/irqchip/irq-gic-v3-its.c
 2018-11-09 12:28 UTC  (3+ messages)

[LTP] [RFC] [PATCH] lib: Add support for test tags
 2018-11-09 12:28 UTC  (6+ messages)
    ` [Fuego] [Automated-testing] "
      ` [LTP] [Automated-testing] "

[GSoC][PATCH v8 00/20] Convert "git stash" to C builtin
 2018-11-09 12:27 UTC  (9+ messages)
` [GSoC][PATCH v8 14/20] stash: convert create to builtin
` [GSoC][PATCH v8 18/20] stash: convert `stash--helper.c` into `stash.c`

[PATCH v5 00/15] libxl: Enable save/restore/migration of a restricted QEMU + libxl__ev_qmp_*
 2018-11-09 12:26 UTC  (4+ messages)
` [PATCH v5 10/15] libxl_exec: Add libxl__spawn_initiate_failure

[PATCH v2] x86/cpu: fix prototype warning
 2018-11-09 12:25 UTC  (5+ messages)

[PATCH 0/4] cfg80211/mac80211: Add support for TID specific configuration
 2018-11-09 12:24 UTC  (7+ messages)
` [PATCH 1/4] New netlink command "

[PATCH] mem: accelerate dpdk program startup by reuse page from page cache
 2018-11-09 12:20 UTC  (3+ messages)
` [PATCH v2] "

[iw] [patch] Please support CPPFLAGS in Makefile
 2018-11-09 12:20 UTC  (5+ messages)

[PATCH 00/11] chip related changes
 2018-11-09 12:20 UTC  (5+ messages)
` [PATCH 03/11] brcmfmac: set SDIO F1 MesBusyCtrl for CYW4373

[PATCH] dma-buf: use irq work for dma_fence_array_enable_signaling
 2018-11-09 12:20 UTC 

[PATCH v2 net] inet: frags: better deal with smp races
 2018-11-09  2:41 UTC  (2+ messages)

[PATCH] staging: net: ipv4: tcp_westwood: fixed warnings and checks
 2018-11-09 12:18 UTC  (2+ messages)
` net: ipv4: tcp_westwood

[PATCH] drm/scheduler: Fix bad job be re-processed in TDR
 2018-11-09 12:18 UTC  (2+ messages)

[PATCH] mac80211: Improve connection-loss probing
 2018-11-09 12:18 UTC  (2+ messages)

[bug report] armada-8040-mcbin: 4.20-rc1 boot failure
 2018-11-09 12:17 UTC  (2+ messages)

[PATCH 0/8] New/improved KernelShark plugins
 2018-11-09  2:37 UTC  (4+ messages)
` [PATCH 8/8] kernel-shark-qt: Update Sched Events plugin

[PATCH] pci_vfio: Support 64KB kernel page_size with vfio-pci driver
 2018-11-09 12:15 UTC  (3+ messages)
` [PATCH v2] "

[PATCH V2 2/6] usb: core: Add ability to skip phy exit on suspend and init on resume
 2018-11-09 12:14 UTC  (6+ messages)

[PATCH RFC 0/3] iommu/io-pgtable-arm-v7s: Use DMA32 zone for page tables
 2018-11-09 12:14 UTC  (6+ messages)
` [PATCH RFC 1/3] mm: When CONFIG_ZONE_DMA32 is set, use DMA32 for SLAB_CACHE_DMA

[RFC PATCH] mm: thp: implement THP reservations for anonymous memory
 2018-11-09 12:13 UTC  (2+ messages)


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.