All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-11-30 02:59:51 to 2018-11-30 04:12:31 UTC [more...]

[PATCH v2 00/28] Unify vDSOs across more architectures
 2018-11-29 17:05 UTC  (30+ messages)
  ` [PATCH v2 01/28] kernel: Standardize vdso_datapage
  ` [PATCH v2 02/28] kernel: Add Monotonic boot time support
  ` [PATCH v2 03/28] kernel: Add International Atomic Time support
  ` [PATCH v2 04/28] kernel: Add masks support for Raw and NTP time
  ` [PATCH v2 05/28] kernel: Add clock_mode support
  ` [PATCH v2 06/28] kernel: Define gettimeofday vdso common code
  ` [PATCH v2 07/28] arm64: Build vDSO with -ffixed-x18
  ` [PATCH v2 08/28] arm64: Substitute gettimeofday with C implementation
  ` [PATCH v2 09/28] arm64: compat: Alloc separate pages for vectors and sigpage
  ` [PATCH v2 10/28] arm64: compat: Split kuser32
  ` [PATCH v2 11/28] arm64: compat: Refactor aarch32_alloc_vdso_pages()
  ` [PATCH v2 12/28] arm64: compat: Add KUSER_HELPERS config option
  ` [PATCH v2 13/28] arm64: compat: Add missing syscall numbers
  ` [PATCH v2 14/28] arm64: compat: Expose signal related structures

[PATCH v2 3/4] ARM: shmobile: Enable NXP pcf85363 rtc in shmobile_defconfig
 2018-11-29 16:57 UTC 

[locking/lockdep] fe7e1ef5c1: WARNING:at_kernel/locking/lockdep.c:#register_lock_class
 2018-11-30  4:11 UTC  (2+ messages)

[Bug 102646] Screen flickering under amdgpu-experimental (buffer corruptions?)
 2018-11-30  4:10 UTC  (2+ messages)
` [Bug 102646] Screen flickering under amdgpu-experimental [buggy auto power profile]

[PATCH v2 0/4] Add NXP pcf85263 real-time clock support
 2018-11-29 16:54 UTC  (2+ messages)
` [PATCH v2 4/4] ARM: dts: iwg23s-sbc: Enable RTC

[U-Boot] [PATCH 1/2] coreboot: only init usb if necessary
 2018-11-30  4:07 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] efi: payload: "

[PATCH net-next,v4 00/12] add flow_rule infrastructure
 2018-11-29 16:53 UTC  (3+ messages)

[U-Boot] [PATCH] coreboot: only init usb if necessary
 2018-11-30  4:03 UTC  (5+ messages)

[Intel-wired-lan] [PATCH] intel: ice: Do not enable NAPI on q_vectors that have no rings
 2018-11-29 16:57 UTC  (2+ messages)

[PATCH v3 1/2] staging: iio: ad7606: Move out of staging
 2018-11-29 16:56 UTC 

[PATCH] block: update documentation
 2018-11-30  4:02 UTC  (3+ messages)

[PATCH] clk: renesas: rcar-gen3: set state when registering SD clocks
 2018-11-29 16:54 UTC  (2+ messages)

[PATCH v2 0/2] renesas: rcar-gen3: add HS400 quirk for SD clock
 2018-11-29 16:54 UTC  (3+ messages)
` [PATCH v2 2/2] clk: "

[v3 0/3] Add support for Gen 11 pipe color features
 2018-11-30  3:58 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for Add support for Gen 11 pipe color features (rev3)

[U-Boot] [PATCH v2 1/2] x86: Wrap calls to 8259 with CONFIG_I8259_PIC
 2018-11-30  3:57 UTC  (2+ messages)
` [U-Boot] [PATCH v2 2/2] x86: kconfig: Allow board defconfig file to disable 8259 and APIC

[PATCH v2] ext2fs: don't read group descriptors during e2label
 2018-11-29 16:51 UTC  (3+ messages)

[PATCH] powerpc: Look for "stdout-path" when setting up legacy consoles
 2018-11-30  3:54 UTC 

[PATCH 00/15] rtc: sun6i: clock rework and pre-H6 SoC support
 2018-11-30  3:55 UTC  (6+ messages)
` [PATCH 09/15] clk: sunxi-ng: r40: Force LOSC parent to RTC LOSC output

[PATCH v2 0/4] IRQ affinity support in PLIC driver
 2018-11-30  3:55 UTC  (13+ messages)
` [PATCH v2 1/4] irqchip: sifive-plic: Pre-compute context hart base and enable base
` [PATCH v2 2/4] irqchip: sifive-plic: More flexible plic_irq_toggle()
` [PATCH v2 3/4] irqchip: sifive-plic: Differentiate between PLIC handler and context

[PATCH] dma-debug: hns_enet_drv could use more DMA entries
 2018-11-30  3:54 UTC 

[SPDK] [NVME-OF TCP] Crash in perf running on more than single core
 2018-11-30  3:53 UTC 

[Qemu-devel] [PATCH for 3.1 0/4] Fix possible OOB during queuing packets
 2018-11-30  3:49 UTC  (2+ messages)

[PATCH 0/2 v8] add reserved e820 ranges to the kdump kernel e820 table
 2018-11-30  3:49 UTC  (12+ messages)
` [PATCH 1/2 v8] resource: add the new I/O resource descriptor 'IORES_DESC_RESERVED'

[PATCH 0/2] x86: Asm macros fixes
 2018-11-29 16:43 UTC  (14+ messages)
` [PATCH 1/2] Makefile: Fix distcc compilation with x86 macros

[RFC v3 00/19] kunit: introduce KUnit, the Linux kernel unit testing framework
 2018-11-30  3:46 UTC  (74+ messages)
` [RFC v3 01/19] kunit: test: add KUnit test runner core
` [RFC v3 03/19] kunit: test: add string_stream a std::stream like string builder
` [RFC v3 06/19] arch: um: enable running kunit from User Mode Linux
` [RFC v3 07/19] kunit: test: add initial tests
` [RFC v3 08/19] arch: um: add shim to trap to allow installing a fault catcher for tests
` [RFC v3 11/19] kunit: add Python libraries for handing KUnit config and kernel
` [RFC v3 14/19] Documentation: kunit: add documentation for KUnit
` [RFC v3 16/19] arch: um: make UML unflatten device tree when testing

[Qemu-devel] [PATCH RFC v2 0/5] fix some segmentation faults and migration issues
 2018-11-30  3:45 UTC  (7+ messages)
` [Qemu-devel] [PATCH RFC v2 1/5] Fix segmentation fault when qemu_signal_init fails
` [Qemu-devel] [PATCH RFC v2 3/5] migration: fix the multifd code when receiving less channels

[U-Boot] [v1 1/2] armv8: dts: fsl-lx2160a: add sata node support
 2018-11-30  3:44 UTC  (2+ messages)
` [U-Boot] [v1 2/2] arm64: lx2160ardb: enable DM support for sata

[PATCH net-next] tun: implement carrier change
 2018-11-29 16:36 UTC  (4+ messages)

[Bug 201685] New: ext4 file system corruption
 2018-11-29 16:34 UTC  (3+ messages)
` [Bug 201685] "

[Qemu-devel] Booting Raspbian on RPi emulation
 2018-11-30  3:39 UTC  (6+ messages)
` [Qemu-arm] "

[U-Boot] [PATCH v2 0/5] Submit upstream changes made while porting a customer board to mainline
 2018-11-30  3:39 UTC  (4+ messages)
` [U-Boot] [PATCH v2 1/5] clk_rv1108: Sync with vendor tree

[Fuego] Issue installing fuego framework (Failed to fetch http://httpredir.debian.org/debian/dists/jessie/InRelease)
 2018-11-30  3:38 UTC  (2+ messages)

[PATCH 3/9] ecdh: moved ECDH from IWD
 2018-11-30  3:38 UTC  (2+ messages)

[PATCH 00/15] Cedrus support for the Allwinner H5 and A64 platforms
 2018-11-30  3:38 UTC  (5+ messages)
` [PATCH 07/15] arm64: dts: allwinner: h5: Add system-control node with SRAM C1

4.20-rc4 kvm-xfstests regression testing results
 2018-11-29 16:31 UTC 

[PATCH v3] PCI: mediatek: Use devm_of_pci_get_host_bridge_resources() to parse DT
 2018-11-30  3:33 UTC  (3+ messages)

[U-Boot] [PATCH 1/2] armv8: dts: fsl-lx2160a: add sata node support
 2018-11-30  3:33 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] arm64: lx2160ardb: enable DM support for sata

[PATCH 0/1] cooker: simplify BB_DANGLINGAPPENDS_WARNONLY
 2018-11-30  3:39 UTC  (6+ messages)
` ✗ patchtest: failure for "
` [PATCH 1/1] "

HI
 2018-11-29 16:25 UTC 

usb: chipidea: imx: Allow OC polarity active low
 2018-11-30  3:29 UTC 

[PATCH 1/2] tools: add f2fs_io
 2018-11-30  3:29 UTC  (4+ messages)
` [PATCH 2/2] fsck.f2fs: check nat_bits separately from bug_on

[PATCH 0/1 V2] uboot-sign.bbclass: fix signature and deployment
 2018-11-30  3:32 UTC  (3+ messages)
` ✗ patchtest: failure for uboot-sign.bbclass: fix signature and deployment (rev2)

[PATCH] net/bonding: fix double fetch for active_slave_count
 2018-11-30  3:27 UTC  (2+ messages)

stable-rc/linux-4.14.y build: 197 builds: 3 failed, 194 passed, 4 errors, 26 warnings (v4.14.84-101-gfed8ae3e80b0)
 2018-11-29 16:20 UTC 

[RFC][PATCH 00/14] function_graph: Rewrite to allow multiple users
 2018-11-30  3:24 UTC  (7+ messages)

[PATCH net-next v2 0/2] udp msg_zerocopy
 2018-11-29 16:17 UTC  (10+ messages)
` [PATCH net-next v2 1/2] udp: msg_zerocopy

[Bug 108685] Raven Ridge: VMC page fault on resume from suspend
 2018-11-30  3:22 UTC  (2+ messages)

[V3] ASoC: max98373: Added max98373_reset for stable amp reset
 2018-11-30  3:21 UTC 

[Bug 108668] drm/amd/display: set backlight level limit to 1: breaks userspace programs assuming 0 is the minimum brightness
 2018-11-30  3:20 UTC  (2+ messages)

[PATCH 1/9] ecc: moved ecc from IWD into ell
 2018-11-30  3:20 UTC  (2+ messages)

[PATCH 0/2] [GIT PULL] tracing: More fixes for 4.20
 2018-11-30  3:18 UTC  (2+ messages)
` [PATCH 2/2] tracing/fgraph: Fix set_graph_function from showing interrupts

[Intel-wired-lan] [next-queue PATCH v1 1/2] igb: Change RXPBSIZE size when setting Qav mode
 2018-11-30  3:18 UTC  (4+ messages)
` [Intel-wired-lan] [next-queue PATCH v1 2/2] Documentation: igb: Add a section about CBS

[PATCH V2] ASoC: max98373: Added max98373_reset for stable amp reset
 2018-11-30  3:17 UTC  (7+ messages)

use generic DMA mapping code in powerpc V4
 2018-11-30  3:17 UTC  (3+ messages)

[PATCH 1/2] drm/i915: Check if PSR is globally enabled before change PSR variables
 2018-11-30  3:16 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for series starting with [1/2] "

stable-rc/linux-3.18.y build: 185 builds: 2 failed, 183 passed, 4 errors, 1621 warnings (v3.18.127-84-gd2846da19bca)
 2018-11-29 16:08 UTC 

[PATCH v2 0/6] RFC: gup+dma: tracking dma-pinned pages
 2018-11-30  3:14 UTC  (15+ messages)

stable-rc/linux-4.9.y build: 193 builds: 4 failed, 189 passed, 2 errors, 104 warnings (v4.9.141-93-gf46aebe62697)
 2018-11-29 16:08 UTC 

stable-rc/linux-4.4.y build: 187 builds: 7 failed, 180 passed, 2 errors, 1475 warnings (v4.4.165-87-g0741f52e1a53)
 2018-11-29 16:07 UTC 

[linux-4.19 test] 130828: regressions - FAIL
 2018-11-30  3:13 UTC 

[PATCH net-next v2 0/3] vxlan: a few minor cleanups
 2018-11-29 16:05 UTC  (6+ messages)
` [PATCH net-next v2 3/3] vxlan: move flag sets to use a helper func

[POC][PATCH v4] tools/lib/traceevent: make libtraceevent thread safe
 2018-11-29 16:05 UTC  (2+ messages)

[git pull] drm fixes for 4.20-rc5
 2018-11-30  3:11 UTC 

[PATCH] f2fs: avoid frequent costly fsck triggers
 2018-11-30  3:10 UTC  (8+ messages)
` [f2fs-dev] "

[PATCH v3 0/3] Fixes for Tegra soctherm
 2018-11-30  3:10 UTC  (7+ messages)
` [PATCH v3 3/3] thermal: tegra: parse sensor id before sensor register

[PATCH net-next] tcp: remove loop to compute wscale
 2018-11-29 16:03 UTC  (2+ messages)

seccomp/seccomp_bpf: test terminated by the not expected behavior
 2018-11-30  3:09 UTC  (5+ messages)

[virtio-dev] [PATCH v4] content: Introduce VIRTIO_NET_F_STANDBY feature
 2018-11-30  3:08 UTC  (15+ messages)

[PATCH] thermal: tegra: add get_trend ops
 2018-11-30  3:07 UTC  (6+ messages)

[PATCH v11 00/23] drm/i915/icl: dsi enabling
 2018-11-30  3:05 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for drm/i915/icl: dsi enabling (rev6)

[PATCH v2] lzo: fix ip overrun during compress
 2018-11-30  3:05 UTC  (4+ messages)

[PATCH v2 0/7] lib/lzo: performance improvements
 2018-11-30  3:05 UTC  (5+ messages)
` [PATCH 7/7] lib/lzo: separate lzo-rle from lzo

[PATCH RFC] Ext4: fix deadlock on dirty pages between fault and writeback
 2018-11-29 15:58 UTC  (8+ messages)

[meta-networking][PATCH 1/2] miniupnpd: Update to 2.1.20180706
 2018-11-30  3:02 UTC  (2+ messages)
` [meta-oe][PATCH 2/2] poppler: Upgrade to 0.71.0

[PATCH v4 0/3] Fixes for Tegra soctherm
 2018-11-30  3:00 UTC  (5+ messages)
` [PATCH v4 3/3] thermal: tegra: parse sensor id before sensor register

[HELP] ipmi-kcs didn't work
 2018-11-30  3:00 UTC  (7+ messages)

[Qemu-devel] [PATCH 00/12] tcg: Improve register allocation for calls
 2018-11-30  3:00 UTC  (5+ messages)

[lustre-devel] reviving whamcloud linux lustre client
 2018-11-30  2:59 UTC 


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.