All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-02-04 01:29:51 to 2018-02-04 09:54:13 UTC [more...]

[Buildroot] [PATCH v1 1/2] libopenssl: do not leak the compiler path (reproducible builds)
 2018-02-04  9:54 UTC  (6+ messages)
` [Buildroot] [PATCH v1 2/2] dhcp: disable isc assertions "

[U-Boot] [PATCHv2 00/15] Updates / improvements to bx50v3 support
 2018-02-04  9:50 UTC  (2+ messages)

[Buildroot] [PATCH v2] python-remi: new package
 2018-02-04  9:50 UTC  (2+ messages)

[Buildroot] [git commit] python-remi: new package
 2018-02-04  9:49 UTC 

[PATCH] Fix a typo in Documentation/sysctl/user.txt
 2018-02-04  9:47 UTC 

contrib/completion/git-completion.bash: declare -g is not portable
 2018-02-04  9:45 UTC  (2+ messages)

[U-Boot] [PATCH V5 00/31] imx: add i.MX8M support and i.MX8MQ EVK
 2018-02-04  9:42 UTC  (8+ messages)
` [U-Boot] [PATCH V5 31/31] imx: add i.MX8MQ EVK support

Some rough edges of core.fsmonitor
 2018-02-04  9:38 UTC  (2+ messages)
` [PATCH] dir.c: ignore paths containing .git when invalidating untracked cache

[PATCH v3 00/21] Intel FPGA Device Drivers
 2018-02-04  9:37 UTC  (7+ messages)
` [PATCH v3 14/21] fpga: dfl: add fpga manager platform driver for FME

[U-Boot] [PATCH] MAINTAINERS: board: qcom: db410c, db820c: update email
 2018-02-04  9:35 UTC 

[RFC PATCH 00/10] PTP support for DSA and mv88e6xxx driver
 2018-02-04  9:34 UTC  (3+ messages)
` [RFC PATCH 01/10] net: ptp: Add stub for ptp_classify_raw()

[U-Boot] [PATCH 1/3] configs: enable spl support wrt env device
 2018-02-04  9:31 UTC  (6+ messages)
` [U-Boot] [PATCH 2/3] configs: icore: enable nand on mmc defconfig
` [U-Boot] [PATCH 3/3] i.MX: nand: add nandbcb update command

[Buildroot] [PATCH 1/1] package/libfribidi: Switch _SITE to github
 2018-02-04  9:31 UTC  (2+ messages)

[U-Boot] [PATCH V3 1/3] mx7_common: use psci 1.0 instead of 0.1
 2018-02-04  9:25 UTC  (5+ messages)
` [U-Boot] [PATCH V3 2/3] imx: mx7: psci: add system reset support
` [U-Boot] [PATCH V3 3/3] imx: mx7: psci: add system power off support

Unsafe shutdowns on TOSHIBA THNSF5256GPUK NVME
 2018-02-04  9:23 UTC 

[U-Boot] [PATCH] board: i.MX6QDL: add Engicam i.CoreM6 1.5 QDL MIPI starter kit
 2018-02-04  9:19 UTC  (2+ messages)

PROBLEM: NULL pointer dereference in dell_set_arguments() in 4.15
 2018-02-04  9:23 UTC  (2+ messages)

[bpf-next PATCH 0/5] tools/libbpf improvements and selftests
 2018-02-04  9:19 UTC  (5+ messages)

[PATCH] Revert "cpuidle: Make drivers initialize polling state"
 2018-02-04  9:18 UTC  (3+ messages)

[GIT PULL tools] Linux kernel memory model
 2018-02-04  9:16 UTC  (3+ messages)

[PATCH] IB: Update references to libibverbs
 2018-02-04  9:11 UTC  (2+ messages)

[PATCH v12 1/4] battery: Add the battery hooking API
 2018-02-04  9:11 UTC  (4+ messages)
  ` [Devel] "

scsi: sg: assorted memory corruptions
 2018-02-04  9:07 UTC  (9+ messages)

sctp netns "unregister_netdevice: waiting for lo to become free. Usage count = 1"
 2018-02-04  9:05 UTC  (13+ messages)

[PATCH net] sctp: fix dst reference leak in sctp_v4_get_dst
 2018-02-04  9:02 UTC  (2+ messages)

[PATCH AUTOSEL for 4.14 001/110] net: phy: fix resume handling
 2018-02-04  9:05 UTC  (8+ messages)
` [PATCH AUTOSEL for 4.14 006/110] KVM/x86: Check input paging mode when cs.l is set
` [PATCH AUTOSEL for 4.14 065/110] led: core: Fix brightness setting when setting delay_off=0

[PATCH] ACPI/PCI: pci_link: reduce verbosity when IRQ is enabled
 2018-02-04  9:03 UTC  (8+ messages)

[PATCH v4 00/10] ufs: sysfs: read-only access to device descriptors, attributes and flags
 2018-02-04  9:03 UTC  (6+ messages)
` [PATCH v4 02/10] ufs: sysfs: device descriptor

[PATCH] tmpfs(5): document current mount options
 2018-02-04  9:03 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/24] re-factor and add fp16 using glibc soft-fp
 2018-02-04  8:56 UTC  (26+ messages)
` [Qemu-devel] [PATCH 01/24] fpu/softfloat: implement float16_squash_input_denormal
` [Qemu-devel] [PATCH 02/24] include/fpu/softfloat: remove USE_SOFTFLOAT_STRUCT_TYPES
` [Qemu-devel] [PATCH 03/24] fpu/softfloat-types: new header to prevent excessive re-builds
` [Qemu-devel] [PATCH 04/24] target/*/cpu.h: remove softfloat.h
` [Qemu-devel] [PATCH 05/24] include/fpu/softfloat: implement float16_abs helper
` [Qemu-devel] [PATCH 06/24] include/fpu/softfloat: implement float16_chs helper
` [Qemu-devel] [PATCH 07/24] include/fpu/softfloat: implement float16_set_sign helper
` [Qemu-devel] [PATCH 08/24] include/fpu/softfloat: add some float16 constants
` [Qemu-devel] [PATCH 09/24] fpu/softfloat: improve comments on ARM NaN propagation
` [Qemu-devel] [PATCH 10/24] fpu/soft-fp: Import soft-fp from glibc
` [Qemu-devel] [PATCH 11/24] fpu/soft-fp: Adjust soft-fp types
` [Qemu-devel] [PATCH 12/24] fpu/soft-fp: Add ties_away and to_odd rounding modes
` [Qemu-devel] [PATCH 13/24] fpu/soft-fp: Add arithmetic macros to half.h
` [Qemu-devel] [PATCH 14/24] fpu/soft-fp: Adjust _FP_CMP_CHECK_NAN
` [Qemu-devel] [PATCH 15/24] fpu: Implement add/sub/mul/div with soft-fp.h
` [Qemu-devel] [PATCH 16/24] fpu: Implement float_to_int/uint "
` [Qemu-devel] [PATCH 17/24] fpu: Implement int/uint_to_float "
` [Qemu-devel] [PATCH 18/24] fpu: Implement compares "
` [Qemu-devel] [PATCH 19/24] fpu: Implement min/max "
` [Qemu-devel] [PATCH 20/24] fpu: Implement sqrt "
` [Qemu-devel] [PATCH 21/24] fpu: Implement scalbn "
` [Qemu-devel] [PATCH 22/24] fpu: Implement float_to_float "
` [Qemu-devel] [PATCH 23/24] fpu: Implement muladd "
` [Qemu-devel] [PATCH 24/24] fpu: Implement round_to_int "

[PATCH v7 00/31] Add directory rename detection to git
 2018-02-04  8:54 UTC  (11+ messages)
` [PATCH v7 17/31] merge-recursive: add a new hashmap for storing directory renames
` [PATCH v7 19/31] merge-recursive: add get_directory_renames()

[PATCH v1 1/3] ACPI / x86: boot: Not all platforms require acpi_reduced_hw_init()
 2018-02-04  8:54 UTC  (2+ messages)

[PATCH 0/4] Reduce migrations and unnecessary spreading of load to multiple CPUs
 2018-02-04  8:42 UTC  (6+ messages)
` [PATCH 4/4] sched/fair: Use a recently used CPU as an idle candidate and the basis for SIS

power management problems in ehci-omap
 2018-02-04  8:43 UTC  (4+ messages)

[Buildroot] [PATCH 1/1] gconf: add dependency on toolchain w/ dynamic lib
 2018-02-04  8:43 UTC  (4+ messages)

[PATCH] drm/amdgpu/display: fix wrong enum type for ddc_result
 2018-02-04  8:40 UTC  (2+ messages)

Bitbake npm fetcher goes into infinite loop
 2018-02-04  8:36 UTC  (2+ messages)
` [PATCH] fetch2/npm.py: Fix inverted condition to prevent "

[PATCH 01/20] oe-selftest: add a test for recipes without maintainers
 2018-02-04  8:31 UTC  (3+ messages)
` [PATCH 16/20] dtc: upgrade to 1.4.6

[PATCH v3] ACPI: Parse entire table as a term_list for Dell XPS 9570 and Precision M5530
 2018-02-04  8:26 UTC  (2+ messages)

[Intel-wired-lan] [PATCH] e1000e: allocate ring descriptors with dma_zalloc_coherent
 2018-02-04  8:09 UTC  (3+ messages)

[Buildroot] [PATCH] python-virtualenv: new package
 2018-02-04  8:06 UTC  (3+ messages)

[Qemu-devel] [PATCH 1/2] hw/hppa: Use qemu_log_mask instead of fprintf to stderr
 2018-02-04  8:04 UTC  (3+ messages)
` [Qemu-devel] [PATCH 2/2] tests: Enable boot-serial-test for hppa

[PATCH 0/6] ACPICA version 20180105
 2018-02-04  8:00 UTC  (2+ messages)

[U-Boot] [PATCH 0/9] Add common pinctrl driver support for rockchip
 2018-02-04  7:45 UTC  (3+ messages)
` [U-Boot] [PATCH 6/9] pinctrl: rockchip: Add common rockchip pinctrl driver

[PATCH v12 0/9] LPC: legacy ISA I/O support
 2018-02-04  7:45 UTC  (5+ messages)
` [PATCH v12 7/9] ACPI: Translate the I/O range of non-MMIO devices before scanning

[U-Boot] About convert to LIVE DT
 2018-02-04  7:44 UTC 

[xen-unstable test] 118551: tolerable FAIL - PUSHED
 2018-02-04  7:42 UTC 

[Buildroot] [PATCH 1/1] Fix gdk-pixbuf broken by host package moved to /lib instead of /usr/lib Regression occured following commit 19ba17ee3ba946ac865849df89d7c2988ea5aca9: "Globally replace $(HOST_DIR)/usr/lib with $(HOST_DIR)/lib" The host package loader.cache now references shared objects in /lib but target files are still in /usr/lib so sed has to be fixed accordingly
 2018-02-04  7:42 UTC  (2+ messages)

[Buildroot] [git commit] gdk-pixbuf: unbreak gdk-pixbuf loaders.cache
 2018-02-04  7:38 UTC 

[Qemu-devel] [PATCH 0/2] vmmouse: convert qdev pointer property to QOM link relationship
 2018-02-04  7:28 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] hw/input/pckdb: put TYPE_I8042 into a single header file
` [Qemu-devel] [PATCH 2/2] vmmouse: change qdev pointer property to qom link

(unknown),
 2018-01-29 17:17 UTC 

(unknown),
 2018-01-29 17:17 UTC 

(unknown),
 2018-01-29 17:17 UTC 

(unknown),
 2018-01-29 17:17 UTC 

(unknown),
 2018-01-29 17:17 UTC 

(unknown),
 2018-01-29 17:17 UTC 

[GSOC] Xen on ARM: create multiple guests from device tree
 2018-02-04  7:25 UTC  (2+ messages)

[PATCH] doc: annouce ABI change for RSS configuraiton structure
 2018-02-04  7:24 UTC 

[v2,1/6] ACPI / bus: Return error code from __acpi_match_device() in one case
 2018-02-04  7:23 UTC  (16+ messages)
` [v2,2/6] ACPI / bus: Do not traverse through non-existed device table
        ` [PATCH v2 2/6] "
` [v2,3/6] ACPI / bus: Remove checks in acpi_get_match_data()
    ` [PATCH v2 3/6] "
` [v2,4/6] ACPI / bus: Rename acpi_get_match_data() to acpi_device_get_match_data()
  ` [PATCH v2 4/6] "
` [PATCH v2 1/6] ACPI / bus: Return error code from __acpi_match_device() in one case

[Qemu-devel] Linux Guest Memory Performance
 2018-02-04  7:22 UTC 

[PATCH 1/2] doc: update mlx PMD release notes
 2018-02-04  7:08 UTC  (3+ messages)
` [PATCH v2 "
` [PATCH v2 2/2] doc: update mlx PMD required OFED version

[PATCH] mm/migrate: Rename various page allocation helper functions
 2018-02-04  6:58 UTC  (2+ messages)

[meta-oe][PATCH v2] xrdp: bug fix
 2018-02-04 15:56 UTC 

[PATCH v2 1/3] drm/i915/guc: Allow preempt-client to be NULL
 2018-02-04  6:51 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for series starting with [v2] drm/i915/guc: Allow preempt-client to be NULL (rev4)

[PATCH 4.14 000/156] 4.14.17-stable review
 2018-02-04  6:46 UTC  (3+ messages)
` [PATCH 4.14 103/156] scripts/faddr2line: extend usage on generic arch

RT thread running slower as SCHED_OTHER threads increases
 2018-02-04  6:40 UTC  (3+ messages)

[PATCH v2] daemon: add --send-log-to=(stderr|syslog|none)
 2018-02-04  6:36 UTC  (3+ messages)
` [PATCH v3] daemon: add --log-destination=(stderr|syslog|none)

[PATCH 1/2] Revert "eal: fix default mempool ops"
 2018-02-04  6:34 UTC  (4+ messages)
` [PATCH FIX-OPTION-2 1/2] eal: use named memzone to store user mempool ops name
  ` [PATCH FIX-OPTION-1] mbuf: fix the logic of user mempool ops API
      ` Fw: "

[PATCH] put(3): fix formatting of trailing period
 2018-02-04  6:29 UTC  (2+ messages)

[patch] shutdown(2): Add backlink to close(2)
 2018-02-04  6:28 UTC  (2+ messages)

abort(3) and flushing
 2018-02-04  6:28 UTC  (2+ messages)

[PATCH] app/testpmd:vlan filter fail
 2018-02-04  6:27 UTC  (2+ messages)

[Qemu-devel] [PATCH] rtc: placing RTC memory region outside BQL
 2018-02-04  6:20 UTC  (3+ messages)

[Bug 197863] Thinkpad X240 resume dramatically slower on kernels 4.13+
 2018-02-04  6:18 UTC 

[meta-oe][PATCH] xorgxrdp: change value of PV
 2018-02-04 15:17 UTC 

[PATCH] drm/amdgpu/display: fix wrong enum type for ddc_result
 2018-02-04  6:16 UTC  (3+ messages)

[igt-dev] [PATCH igt] tests: Add a random load generator
 2018-02-04  6:12 UTC  (2+ messages)
` ✗ Fi.CI.IGT: warning for "

[PATCH 0/7] cxgbe: bug fixes and updates
 2018-02-04  6:06 UTC  (8+ messages)
` [PATCH 1/7] cxgbe: fix secondary process initialization
` [PATCH 2/7] cxgbe: update link state when link speed changes
` [PATCH 3/7] cxgbe: add support to update RSS hash configuration and key
` [PATCH 4/7] cxgbe: add support to get programmed "
` [PATCH 5/7] cxgbe: update link Forward Error Correction (FEC)
` [PATCH 6/7] cxgbe: update link configuration for 32-bit port capability
` [PATCH 7/7] cxgbe: rework and use "

v4.15.1 build: 0 failures 0 warnings (v4.15.1)
 2018-02-04  5:59 UTC 

[PATCH] x86/build: Add arch/x86/tools/insn_decoder_test
 2018-02-04  5:54 UTC  (2+ messages)
` [PATCH] x86/build: Add arch/x86/tools/insn_decoder_test to gitignore

[PATCH 2/2] kernel: compat: fixed a trailing whitespaces code style issue
 2018-02-04  5:27 UTC 

[PATCH v4.4 backport 00/16] powerpc stable backports for v4.4
 2018-02-04  5:00 UTC  (17+ messages)
` [PATCH v4.4 backport 01/16] powerpc/bpf/jit: Disable classic BPF JIT on ppc64le
` [PATCH v4.4 backport 02/16] powerpc/64: Fix flush_(d|i)cache_range() called from modules
` [PATCH v4.4 backport 03/16] powerpc: Fix VSX enabling/flushing to also test MSR_FP and MSR_VEC
` [PATCH v4.4 backport 04/16] powerpc: Simplify module TOC handling
` [PATCH v4.4 backport 05/16] powerpc/pseries: Add H_GET_CPU_CHARACTERISTICS flags & wrapper
` [PATCH v4.4 backport 06/16] powerpc/64: Add macros for annotating the destination of rfid/hrfid
` [PATCH v4.4 backport 07/16] powerpc/64s: Simple RFI macro conversions
` [PATCH v4.4 backport 08/16] powerpc/64: Convert fast_exception_return to use RFI_TO_USER/KERNEL
` [PATCH v4.4 backport 09/16] powerpc/64: Convert the syscall exit path "
` [PATCH v4.4 backport 10/16] powerpc/64s: Convert slb_miss_common "
` [PATCH v4.4 backport 11/16] powerpc/64s: Add support for RFI flush of L1-D cache
` [PATCH v4.4 backport 12/16] powerpc/64s: Support disabling RFI flush with no_rfi_flush and nopti
` [PATCH v4.4 backport 13/16] powerpc/pseries: Query hypervisor for RFI flush settings
` [PATCH v4.4 backport 14/16] powerpc/powernv: Check device-tree "
` [PATCH v4.4 backport 15/16] powerpc/64s: Wire up cpu_show_meltdown()
` [PATCH v4.4 backport 16/16] powerpc/64s: Allow control of RFI flush via debugfs

[qemu-mainline test] 118548: tolerable FAIL - PUSHED
 2018-02-04  4:53 UTC 

cron job: media_tree daily build: ERRORS
 2018-02-04  4:46 UTC 

[v2] USB: serial: option: Add support for Quectel EP06
 2018-02-04  4:43 UTC 

WARNING in ata_bmdma_qc_issue
 2018-02-04  4:33 UTC  (2+ messages)
` [PATCH] libata: don't try to pass through NCQ commands to non-NCQ devices

WARNING in ata_qc_issue
 2018-02-04  4:33 UTC  (2+ messages)
` [PATCH] libata: remove WARN() for DMA or PIO command without data

BUG: unable to handle kernel paging request in ata_bmdma_qc_prep
 2018-02-04  4:30 UTC  (2+ messages)
` [PATCH] libata: fix length validation of ATAPI-relayed SCSI commands

[oe-commits] [meta-openembedded] branch rocko updated (6e3fc5b -> a65c1ac)
 2018-02-04  4:14 UTC  (4+ messages)

acpi: sbs* 'correct' ACPI setup/requirements assistance
 2018-02-04  4:08 UTC 

[PATCH 00/18] [ANNOUNCE] Dynamically created function based events
 2018-02-04  3:57 UTC  (16+ messages)
` [PATCH 13/18] tracing: Add array type to "

[PATCH] doc: update i40e guide
 2018-02-04  3:40 UTC 

[PATCH 0/2] trace-cmd: Improves python plugin support
 2018-02-04  3:20 UTC  (3+ messages)
` [PATCH 1/2] trace-cmd: Fix the detection for swig
` [PATCH 2/2] trace-cmd: Change the way of getting python ldflags

[SMB3][PATCH] Address the remaining sparse warning in new smbdirect code
 2018-02-04  2:57 UTC  (2+ messages)

[PATCH v4 0/6] 32bit ARM branch predictor hardening
 2018-02-04  2:51 UTC  (2+ messages)

Potential issue with f5e64032a799 "net: phy: fix resume handling"
 2018-02-04  2:48 UTC  (4+ messages)

WTF: patch "[PATCH] tpm_tis: Move ilb_base_addr to tpm_tis_data" was seriously submitted to be applied to the 4.15-stable tree?
 2018-02-04  2:32 UTC  (4+ messages)
`  "

[Bug 104888] DPMS issue w/ GFX8/Polaris10/Ellesmere/Rx-480-8GiB & agd5f's drm-next-4.17-wip
 2018-02-04  2:21 UTC  (2+ messages)

[PATCH net 0/1 v1] rtnetlink: require unique netns identifier
 2018-02-04  2:09 UTC  (4+ messages)
` [PATCH net 1/1 "

v4.14.17 build: 0 failures 0 warnings (v4.14.17)
 2018-02-04  2:08 UTC 

[PATCH] staging: android: ashmem: Fix a race condition in pin ioctls
 2018-02-04  2:06 UTC 

[GSoC][PATCH] commit: add a commit.signOff config variable
 2018-02-04  2:03 UTC 

[v2] USB: serial: option: Add support for Quectel EP06
 2018-02-04  1:55 UTC 

[1/5] USB: serial: f81232: clear overrun flag
 2018-02-04  1:50 UTC  (11+ messages)
` [3/5] USB: serial: f81232: enable remote wakeup via RX/RI pin
      ` [PATCH 3/5] "
` [5/5] USB: serial: f81232: fix bulk_in/out size
      ` [PATCH 5/5] "

[vhost-user] how to get enabled vring num
 2018-02-04  1:45 UTC 

option: Add support for Quectel EP06
 2018-02-04  1:42 UTC 

[dm-crypt] Open a LUKS container storing the operating system, with a header file in another location
 2018-02-04  1:39 UTC 

[PATCH 0/3] x86/entry: clear registers to sanitize speculative usages
 2018-02-04  1:29 UTC  (5+ messages)
` [PATCH 1/3] x86/entry: Clear extra registers beyond syscall arguments for 64bit kernels


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.