All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-07-28 10:59:34 to 2019-07-28 14:37:33 UTC [more...]

[patch 0/5] lib/vdso, x86/vdso: Fix fallout from generic VDSO conversion
 2019-07-28 14:37 UTC  (8+ messages)
` [patch 1/5] lib/vdso/32: Remove inconsistent NULL pointer checks
` [patch 2/5] lib/vdso: Move fallback invocation to the callers
` [patch 3/5] lib/vdso/32: Provide legacy syscall fallbacks
` [patch 4/5] x86/vdso/32: Use 32bit syscall fallback
` [patch 5/5] arm64: compat: vdso: Use legacy syscalls as fallback

[PATCH v2] iio: light: cm3323: Use device-managed APIs
 2019-07-28 14:36 UTC 

[U-Boot] [BUG] Build failure conga-qeval20-qa3-e3845
 2019-07-28 14:32 UTC  (14+ messages)

[PATCH net-next] mvpp2: document HW checksum behaviour
 2019-07-28 14:30 UTC  (4+ messages)

git maintainer workflow tools?
 2019-07-28 14:19 UTC  (2+ messages)

memory leak in fdb_create
 2019-07-28 14:20 UTC  (3+ messages)
  ` [Bridge] "

[PATCH v9 00/21] Generic page walk and ptdump
 2019-07-28 14:20 UTC  (16+ messages)
` [PATCH v9 10/21] mm: Add generic p?d_leaf() macros
` [PATCH v9 11/21] mm: pagewalk: Add p4d_entry() and pgd_entry()
` [PATCH v9 12/21] mm: pagewalk: Allow walking without vma
` [PATCH v9 13/21] mm: pagewalk: Add test_p?d callbacks

Request for inclusion on linux-4.14.y
 2019-07-28 14:18 UTC  (2+ messages)

[PATCH] gigaset: stop maintaining seperately
 2019-07-28 14:17 UTC  (2+ messages)

[U-Boot] buildman rockchip
 2019-07-28 14:12 UTC  (2+ messages)

[PATCH v3] arm64: dts: imx8mq: Init rates and parents configs for clocks
 2019-07-28 14:12 UTC  (2+ messages)

nosmp build errors in v4.14.y-queue
 2019-07-28 14:12 UTC  (2+ messages)

[PATCH] arm64: dts: imx8mq-evk: Unbypass audio_pll1
 2019-07-28 14:08 UTC  (2+ messages)

[PATCH net-next] rt2800usb: Add new rt2800usb device PLANEX GW-USMicroN
 2019-07-28 14:07 UTC 

[U-Boot] [PATCH 0/4] Make some changes to SDP
 2019-07-28 14:06 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 00/14] Multiple simultaneous audio backends
 2019-07-28 13:42 UTC  (6+ messages)
` [Qemu-devel] [PATCH v2 03/14] audio: add audiodev property to vnc and wav_capture

[PATCH 00/14] Stateful/stateless codec core support
 2019-07-28 14:05 UTC  (4+ messages)
` [PATCH 02/14] videodev2.h: add V4L2_FMT_FLAG_HAS_BITSTREAM_PARSER

[U-Boot] [PATCH 00/39] env: common: Remove environment definitions from common.h
 2019-07-28 14:03 UTC  (40+ messages)
` [U-Boot] [PATCH 01/39] common: Move gzip functions into a new gzip header
` [U-Boot] [PATCH 02/39] common: Drop the dpram_... functions
` [U-Boot] [PATCH 03/39] common: Move lcd_setmem() to lcd.h
` [U-Boot] [PATCH 04/39] common: Remove video_setmem()
` [U-Boot] [PATCH 05/39] env: Create a new file for environment functions
` [U-Boot] [PATCH 06/39] env: Move get_env_id() to env.h
` [U-Boot] [PATCH 07/39] env: Move env_get_f() "
` [U-Boot] [PATCH 08/39] env: Move env_init() "
` [U-Boot] [PATCH 09/39] env: Move env_relocate() "
` [U-Boot] [PATCH 10/39] env: Move envmatch() "
` [U-Boot] [PATCH 11/39] env: Move env_set_hex() "
` [U-Boot] [PATCH 12/39] env: Move env_set_ulong() "
` [U-Boot] [PATCH 13/39] env: Move env_get_ulong() "
` [U-Boot] [PATCH 14/39] env: Move env_get_yesno() "
` [U-Boot] [PATCH 15/39] env: Move env_get_hex() "
` [U-Boot] [PATCH 16/39] env: Move env_set() "
` [U-Boot] [PATCH 17/39] env: Move env_get() "
` [U-Boot] [PATCH 18/39] env: Move eth_env_get/set_enetaddr() "
` [U-Boot] [PATCH 19/39] env: Move uncommon functions "
` [U-Boot] [PATCH 20/39] env: Move set_default_vars "
` [U-Boot] [PATCH 21/39] env: Move env_load/save functions "
` [U-Boot] [PATCH 22/39] env: Move env import/export "
` [U-Boot] [PATCH 23/39] env: Drop env_crc_update()
` [U-Boot] [PATCH 24/39] env: Move get/set_default_env() to env.h
` [U-Boot] [PATCH 25/39] env: Move env_get_char() "
` [U-Boot] [PATCH 26/39] env: Move env_reloc() "
` [U-Boot] [PATCH 27/39] env: Rename environment to embedded_environment
` [U-Boot] [PATCH 28/39] env: Move env_valid to env.h
` [U-Boot] [PATCH 29/39] env: Move callback definitions "
` [U-Boot] [PATCH 30/39] env: Drop the ENTRY typdef
` [U-Boot] [PATCH 31/39] env: Drop _ENTRY
` [U-Boot] [PATCH 32/39] env: Rename the redundancy flags
` [U-Boot] [PATCH 33/39] env: Drop the ACTION typedef
` [U-Boot] [PATCH 34/39] env: Drop the double underscores in search.h
` [U-Boot] [PATCH 35/39] env: Move TOTAL_MALLOC_LEN to environment.h
` [U-Boot] [PATCH 36/39] env: Drop environment.h header file where not needed
` [U-Boot] [PATCH 37/39] env: Rename environment.h to env_internal.h
` [U-Boot] [PATCH 38/39] Drop PCMCIA
` [U-Boot] [PATCH 39/39] common: Add a note about the effort to reduce common.h

[PATCH 0/3] rename LED_OFF and LED_ON to avoid name collision with leds subsystem
 2019-07-28 14:00 UTC  (4+ messages)
` [PATCH 1/3] block: umem: rename LED_* macros to LEDCTRL_*
` [PATCH 2/3] scsi: mvsas: rename LED_* enums to SGPIO_LED_*
` [PATCH 3/3] scsi: nsp32: rename LED_* macros to EXT_PORT_LED_*

[PATCH] Makefile: Globally enable fall-through warning
 2019-07-28 13:58 UTC 

[PATCH] tcp: add new tcp_mtu_probe_floor sysctl
 2019-07-28 13:54 UTC  (4+ messages)

[Buildroot] [PATCH 1/1] package/libcurl: bump to version 7.65.3
 2019-07-28 13:53 UTC 

[PATCH v2 0/3] introduce LED block device activity trigger
 2019-07-28 13:51 UTC  (5+ messages)
` [PATCH v2 1/3] block: "

[Buildroot] [Bug 12046] New: Can’t login as root user after upgrading to buildroot 2019.02
 2019-07-28 13:50 UTC  (2+ messages)
` [Buildroot] [Bug 12046] "

[Buildroot] [PATCH 1/1] configs/atmel_sama5d27_som1: kernel needs host-openssl to build
 2019-07-28 13:50 UTC 

[PATCH] riscv: dts: fu540-c000: Add "status" property to cpu node
 2019-07-28 13:45 UTC  (7+ messages)

[PATCH v2] pci: Kconfig: select PCI_MSI_IRQ_DOMAIN by default on RISC-V
 2019-07-28 13:41 UTC  (3+ messages)

[PATCH] riscv: dts: fu540-c000: drop "timebase-frequency"
 2019-07-28 13:40 UTC  (3+ messages)

[PATCH] riscv: kbuild: add virtual memory system selection
 2019-07-28 13:38 UTC  (3+ messages)

stable-rc/linux-5.2.y boot: 100 boots: 0 failed, 55 passed with 45 offline (v5.2.4)
 2019-07-28 13:32 UTC 

[RFC v4 0/8] TurboSched: A scheduler for sustaining Turbo Frequencies for longer durations
 2019-07-28 13:31 UTC  (2+ messages)

[PATCH] riscv: defconfig: align RV64 defconfig to the output of "make savedefconfig"
 2019-07-28 13:29 UTC  (3+ messages)

[PATCH net] net: hns: fix LED configuration for marvell phy
 2019-07-28 13:24 UTC  (5+ messages)

Reminder: 1 open syzbot bug in rtc subsystem
 2019-07-28 13:23 UTC  (2+ messages)

[PATCH 0/5] Add support for WD MyCloud EX2 Ultra (+ versatile UART-based restart/poweroff drivers)
 2019-07-28 13:20 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/3] memory-device: refine memory_device_get_free_addr
 2019-07-28 13:13 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] memory-device: not necessary to use goto for the last check
` [Qemu-devel] [PATCH 2/3] memory-device: break the loop if no hint is provided
` [Qemu-devel] [PATCH 3/3] memory-device: break the loop if tmp exceed the hinted range

[PATCH 9/9 v2] habanalabs: allow multiple processes to open FD
 2019-07-28 13:14 UTC  (2+ messages)

linux-next: Fixes tag needs some work in the staging.current tree
 2019-07-28 13:13 UTC  (2+ messages)

[Xen-devel] [xen-unstable test] 139412: tolerable FAIL - PUSHED
 2019-07-28 13:08 UTC 

[PATCH 0/3] Fix oops in shared-processor spinlocks
 2019-07-28 12:54 UTC  (4+ messages)
` [PATCH 1/3] powerpc/spinlocks: Refactor SHARED_PROCESSOR
` [PATCH 2/3] powerpc/spinlocks: Rename SPLPAR-only spinlocks
` [PATCH 3/3] powerpc/spinlock: Fix oops in shared-processor spinlocks

[Qemu-devel] [PATCH 0/5] virtiofsd: multithreading preparation
 2019-07-28  2:06 UTC  (3+ messages)
` [Qemu-devel] [PATCH 2/5] virtiofsd: prevent lo_lookup() NULL pointer dereference
  ` [Qemu-devel] [Virtio-fs] "

[patch net] net: fix ifindex collision during namespace removal
 2019-07-28 12:56 UTC 

[PATCH rdma-core 2/2] cxgb4: remove unused c4iw_match_device
 2019-07-28  8:37 UTC  (3+ messages)

stable-rc/linux-5.1.y boot: 99 boots: 1 failed, 54 passed with 44 offline (v5.1.21)
 2019-07-28 12:51 UTC 

[U-Boot] [PATCH v6 5/8] x86: slimbootloader: Set TSC information for tsc_timer
 2019-07-28 12:48 UTC  (5+ messages)

[PATCH] conf/poky: add Fedora 30 and Opensuse Leap 15.1 to supported distributions
 2019-07-28 12:39 UTC  (4+ messages)

[Buildroot] [PATCH] configs/atmel_sama5d27_som1: bump to linux4sam_6.1
 2019-07-28 12:33 UTC  (3+ messages)

[Buildroot] [PATCH v3 1/1] package/fstrcmp: new package
 2019-07-28 12:30 UTC 

[PATCH RFC] mm/memcontrol: reclaim severe usage over high limit in get_user_pages loop
 2019-07-28 12:29 UTC 

[ANNOUNCE] fstests: master branch updated to ea7ab13c6190
 2019-07-28 12:26 UTC 

[PATCH] RTWAP:Fixed Coding function and style issues
 2019-07-28 12:21 UTC 

[Bug 110199] [amdgpu] Screen flickering when using a 75Hz monitor paired with an RX 480 GPU
 2019-07-28 12:20 UTC  (4+ messages)

[PATCH 0/9] habanalabs: support open device by multiple processes
 2019-07-28 12:18 UTC  (16+ messages)
` [PATCH 1/9] habanalabs: add handle field to context structure
` [PATCH 2/9] habanalabs: verify context is valid in IOCTLs
` [PATCH 3/9] habanalabs: create context in lazy mode
` [PATCH 4/9] habanalabs: don't change frequency if user context is valid
` [PATCH 5/9] habanalabs: maintain a list of file private data objects
` [PATCH 6/9] habanalabs: define user context as compute context
` [PATCH 7/9] habanalabs: protect only pointer dereference in hard-reset
` [PATCH 8/9] habanalabs: kill user process after CS rollback
` [PATCH 9/9] habanalabs: allow multiple processes to open FD

[Bug 111237] firefox does not show the history
 2019-07-28 12:13 UTC 

[Bug 111238] firefox does not show the history
 2019-07-28 12:13 UTC  (2+ messages)

[PATCH v4 00/11] add thermal driver for h6
 2019-07-28 12:11 UTC  (6+ messages)

[dm-crypt] LUKS Header crruption
 2019-07-28 11:57 UTC 

stable/linux-4.19.y boot: 33 boots: 0 failed, 33 passed (v4.19.62)
 2019-07-28 12:05 UTC 

[Bug 204209] New: kernel 5.2.1: "floating point exception" in qemu with kvm enabled
 2019-07-28 12:03 UTC  (2+ messages)
` [Bug 204209] "

[GIT PULL] Char/Misc driver fixes for 5.3-rc2
 2019-07-28 12:01 UTC 

[GIT PULL] TTY/Serial fixes for 5.3-rc2
 2019-07-28 12:01 UTC 

[GIT PULL] SPDX fixes for 5.3-rc2
 2019-07-28 12:01 UTC 

stable/linux-5.1.y boot: 35 boots: 0 failed, 35 passed (v5.1.21)
 2019-07-28 11:59 UTC 

[GIT PULL] USB fixes for 5.3-rc2
 2019-07-28 11:59 UTC 

stable/linux-5.2.y boot: 35 boots: 0 failed, 35 passed (v5.2.4)
 2019-07-28 11:55 UTC 

[CI 1/3] drm/i915/uc: Remove redundant header_offset/size definitions
 2019-07-28 11:52 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for series starting with [CI,1/3] "

[PATCH] x86: drop REG_OUT macro from hweight functions
 2019-07-28 11:51 UTC 

[Buildroot] [PATCH v4 0/3] package/mpd: bump to version 0.21.11
 2019-07-28 11:51 UTC  (3+ messages)
` [Buildroot] [PATCH v4 1/3] package/libgcrypt: replace reconfigure patch with upstream patch

[Buildroot] [git commit] package/mpd: bump to version 0.21.11
 2019-07-28 11:50 UTC 

[Buildroot] [git commit] package/libgcrypt: add upstream patch to add pkg-config file
 2019-07-28 11:42 UTC 

[Buildroot] [git commit] package/libgcrypt: replace reconfigure patch with upstream patch
 2019-07-28 11:42 UTC 

patch "xhci: Fix crash if scatter gather is used with Immediate Data" added to usb-linus
 2019-07-28 11:41 UTC  (3+ messages)

[PATCH 1/2] ARM: dts: rockchip: Cleanup style around assignment operator
 2019-07-28 11:38 UTC  (6+ messages)
` [PATCH 2/2] ARM: dts: rockchip: Add missing unit address to memory node on rk3288-veyron

[PATCH RFC 14/18] HACK: pinctrl: bcm2835: Implement legacy pull for BCM7211
 2019-07-28 11:38 UTC  (5+ messages)
` [PATCH RFC 18/18] ARM: dts: Add minimal Raspberry Pi 4 support

[Bug 111229] Unable to unbind GPU from amdgpu
 2019-07-28 11:35 UTC  (2+ messages)

[Buildroot] [PATCH v2 1/2] package/berkeleydb: add host variant
 2019-07-28 11:33 UTC  (2+ messages)

[PATCH 0/3] fstests: various fixes
 2019-07-28 11:30 UTC  (4+ messages)
` [PATCH 1/3] common: filter aiodio dmesg after fs/iomap.c to fs/iomap/ move
  ` [PATCH v2 "

[U-Boot] [PATCH v2] x86: ich-spi: Convert driver to spi-mem ops
 2019-07-28 11:30 UTC 

[PATCH 0/4] xfs: fixes and new tests for bulkstat v5
 2019-07-28 11:26 UTC  (2+ messages)

[PATCH 00/18] ARM: Add minimal Raspberry Pi 4 support
 2019-07-28 11:22 UTC  (4+ messages)

[PATCH] staging: rtl8723bs: core: Remove unneeded extern WFD_OUI
 2019-07-28 11:19 UTC 

[PATCH] staging: rtl8723bs: core: Remove unneeded extern WFD_OUI
 2019-07-28 11:19 UTC 

next-20190723: bpf/seccomp - systemd/journald issue?
 2019-07-28 11:16 UTC  (13+ messages)

ip route JSON format is unparseable for "unreachable" routes
 2019-07-28 11:09 UTC 

[PATCH rdma-rc] RDMA/qedr: Fix the hca_type and hca_rev returned in device attributes
 2019-07-28 11:13 UTC 

[PATCH] drm/panel: s6d16d0: Support rotation
 2019-07-28 11:15 UTC  (2+ messages)

[5.2 REGRESSION] Generic vDSO breaks seccomp-enabled userspace on i386
 2019-07-28 11:13 UTC  (14+ messages)

stable-rc/linux-4.19.y build: 206 builds: 0 failed, 206 passed, 6 warnings (v4.19.62)
 2019-07-28 11:11 UTC 

[Xen-devel] [linux-linus test] 139408: regressions - FAIL
 2019-07-28 11:10 UTC 

[RESEND PATCH] qemu: add a patch fixing the native build on newer kernels
 2019-07-28 11:06 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.