All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-09-06 20:51:02 to 2017-09-06 21:54:56 UTC [more...]

[PATCH 01/67] drm/i915/cnp: Introduce Cannonpoint PCH
 2017-09-06 21:55 UTC  (3+ messages)
` [PATCH 64/67] drm/i915/cnl: WaThrottleEUPerfToAvoidTDBackPressure:cnl(pre-prod)

[Buildroot] [PATCH 1/1] DEVELOPERS: add myself as maintainer for libpng
 2017-09-06 21:54 UTC  (2+ messages)

[Buildroot] [git commit] DEVELOPERS: add myself as maintainer for libpng
 2017-09-06 21:54 UTC 

[PATCH 0/8] Retry page fault handling for Vega10
 2017-09-06 21:53 UTC  (2+ messages)

[PATCH 0/3] ALSA: ymfpci: Fine-tuning for some function implementations
 2017-09-06 21:51 UTC  (5+ messages)
` [PATCH 1/3] ALSA: ymfpci: Use common error handling code in snd_card_ymfpci_probe()

[Buildroot] [PATCH] file: security bump to version 5.32
 2017-09-06 21:51 UTC  (2+ messages)

[PATCH nf] netfilter: core: remove erroneous warn_on
 2017-09-06 21:51 UTC  (2+ messages)

[PATCH] drm/i915: Transform WaInPlaceDecompressionHang to a simple reg write
 2017-09-06 21:51 UTC  (6+ messages)

[Buildroot] [PATCH] subversion: security bump to version 1.9.7
 2017-09-06 21:50 UTC  (2+ messages)

[GIT PULL] gvt fix for 4.14-rc1
 2017-09-06 21:50 UTC  (2+ messages)

x86/kconfig: Consolidate unwinders into multiple choice selection
 2017-09-06 21:49 UTC  (2+ messages)

[PATCH 0/6] Adding NV12 support
 2017-09-06 21:49 UTC  (6+ messages)
` [PATCH 4/6] drm/i915: Add NV12 as supported format for primary plane

nvme host memory buffer fixes and updates
 2017-09-06 21:49 UTC  (4+ messages)
` [PATCH 3/4] nvme-pci: propagate (some) errors from host memory buffer setup

[Buildroot] [PATCH 1/1] package/eudev: bump version to 3.2.3
 2017-09-06 21:48 UTC  (2+ messages)

[Buildroot] [git commit] package/eudev: bump version to 3.2.3
 2017-09-06 21:48 UTC 

[Buildroot] [PATCH] libqmi: add optional features
 2017-09-06 21:48 UTC  (2+ messages)

[Buildroot] [git commit] libqmi: add optional features
 2017-09-06 21:48 UTC 

[Buildroot] [git commit branch/2017.02.x] subversion: security bump to version 1.9.7
 2017-09-06 21:48 UTC 

[Buildroot] [PATCH] libmbim: add udev as optional feature
 2017-09-06 21:47 UTC  (2+ messages)

[Buildroot] [git commit branch/2017.02.x] file: security bump to version 5.32
 2017-09-06 21:47 UTC 

[Buildroot] [git commit branch/2017.02.x] file: bump version to 5.31
 2017-09-06 21:47 UTC 

[Buildroot] [git commit branch/2017.02.x] file: bump to version 5.30
 2017-09-06 21:47 UTC 

[RFT][PATCH 0/2] i2c: designware: Runtime PM aware system sleep handling
 2017-09-06 21:37 UTC  (4+ messages)
` [RFT][PATCH v3 0/3] "

[Qemu-devel] [PATCH v6 00/29] Preliminary libqtest cleanups
 2017-09-06 21:45 UTC  (16+ messages)
` [Qemu-devel] [PATCH v6 12/29] libqos: Track QTestState with QPCIBus
` [Qemu-devel] [PATCH v6 14/29] libqos: Use explicit QTestState for fw_cfg operations
` [Qemu-devel] [PATCH v6 16/29] libqos: Use explicit QTestState for virtio operations
    ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH v6 26/29] fw_cfg-test: Drop dependence on global_qtest

[PATCH] [RESEND] ata: avoid gcc-7 warning in ata_timing_quantize
 2017-09-06 21:45 UTC 

[PATCH] Add driver to force WMI Thunderbolt controller power status
 2017-09-06 21:43 UTC  (9+ messages)
  ` Fwd: "

[PATCH v3] Staging: ccree: ssi_cipher.c: Remove unused variable
 2017-09-06 21:42 UTC  (17+ messages)
` [Outreachy kernel] "

Fwd: DA850-evm MAC Address is random
 2017-09-06 21:41 UTC  (14+ messages)

[PATCH] [v2] drm/nouveau/clk: fix gcc-7 -Wint-in-bool-context warning
 2017-09-06 21:40 UTC 

[RFC 00/17] Pile o' entry stack changes
 2017-09-06 21:37 UTC  (18+ messages)
` [RFC 01/17] x86/asm/64: Remove the restore_c_regs_and_iret label
` [RFC 02/17] x86/asm/64: Split the iret-to-user and iret-to-kernel paths
` [RFC 03/17] x86/asm/64: Move SWAPGS into the common iret-to-usermode path
` [RFC 04/17] x86/asm/64: Simplify reg restore code in the standard IRET paths
` [RFC 05/17] x86/asm/64: Shrink paranoid_exit_restore and make labels local
` [RFC 06/17] x86/asm/64: Use pop instead of movq in syscall_return_via_sysret
` [RFC 07/17] x86/asm/64: Merge the fast and slow SYSRET paths
` [RFC 08/17] x86/asm/64: De-Xen-ify our NMI code
` [RFC 09/17] x86/asm/32: Pull MSR_IA32_SYSENTER_CS update code out of native_load_sp0()
` [RFC 10/17] x86/asm/64: Pass sp0 directly to load_sp0()
` [RFC 11/17] x86/asm: Add task_top_of_stack() to find the top of a task's stack
` [RFC 12/17] x86/xen/64: Clean up SP code in cpu_initialize_context()
` [RFC 13/17] x86/boot/64: Stop initializing TSS.sp0 at boot
` [RFC 14/17] x86/asm/64: Remove all remaining direct thread_struct::sp0 reads
` [RFC 15/17] x86/boot/32: Fix cpu_current_top_of_stack initialization at boot
` [RFC 16/17] x86/asm/64: Remove thread_struct::sp0
` [RFC 17/17] x86/traps: Use a new on_thread_stack() helper to clean up an assertion

[PATCH] [RESEND] drm/nouveau/clk: fix gcc-7 -Wint-in-bool-context warning
 2017-09-06 21:40 UTC  (6+ messages)
` [Nouveau] "

[PATCH v3 0/8] PM / ACPI / i2c: Deploy runtime PM centric path for system sleep
 2017-09-06 21:39 UTC  (5+ messages)

linux-next: Tree for Sep 6
 2017-09-06 21:37 UTC  (5+ messages)
` linux-next: Tree for Sep 6 (*msi.c but ! PCI_MSI)

[RFC] Hanging when parking smp threads
 2017-09-06 21:37 UTC 

[PATCH v3 00/42] NFS/NFSD support for async and inter COPY
 2017-09-06 21:37 UTC  (4+ messages)
` [RFC v3 25/42] NFSD add COPY_NOTIFY operation

[Qemu-devel] [PATCH v4 00/20] instrument: Add basic event instrumentation
 2017-09-06 21:36 UTC  (8+ messages)
` [Qemu-devel] [PATCH v4 03/20] instrument: Add generic library loader
` [Qemu-devel] [PATCH v4 09/20] instrument: Add basic control interface
` [Qemu-devel] [PATCH v4 11/20] instrument: Track vCPUs

[Buildroot] [git commit] libmbim: add udev as optional feature
 2017-09-06 21:36 UTC 

[PATCH] builtin/merge: honor commit-msg hook for merges
 2017-09-06 21:36 UTC  (5+ messages)
` [PATCH] parse-options: warn developers on negated options

[Buildroot] [PATCH] package/python-web2py: bump to version R-2.15.4
 2017-09-06 21:35 UTC  (2+ messages)

[Buildroot] [git commit] package/python-web2py: bump to version R-2.15.4
 2017-09-06 21:34 UTC 

[PATCH 1/2] [v2] IB/uverbs: clean up INIT_UDATA_BUF_OR_NULL usage
 2017-09-06 21:34 UTC  (2+ messages)
` [PATCH 2/2] IB/uverbs: clean up INIT_UDATA() macro usage

[Buildroot] [PATCH] mmc-utils: use upstream provided install target
 2017-09-06 21:33 UTC  (2+ messages)

[PATCH 0/3] locking/rwsem/x86: Add stack frame dependency for some inline asm
 2017-09-06 21:33 UTC  (3+ messages)
` [PATCH 3/3] locking/rwsem/x86: Add stack frame dependency for __downgrade_write()

[RFC PATCH 0/2] Add named reference to latest push cert
 2017-09-06 21:31 UTC 

Apply Patch "locktorture: Fix potential memory leak with rw lock test" to 3.15+ stable release
 2017-09-06 21:31 UTC 

[Buildroot] [git commit] mmc-utils: use upstream provided install target
 2017-09-06 21:31 UTC 

[PATCH net] hv_netvsc: fix deadlock on hotplug
 2017-09-06 21:11 UTC 

[U-Boot] [PATCH V3 1/5] arm: dts: da850: Migrate da850-evm DTS files from Linux 4.13-RC5
 2017-09-06 21:30 UTC  (5+ messages)
` [U-Boot] [PATCH V3 2/5] spi: davinci_spi: Add da830-spi support for DM
` [U-Boot] [PATCH V3 3/5] arm: da850-evm: Enable DM and device tree support for da850-evm
` [U-Boot] [PATCH V3 4/5] arm: da850-evm: Enable MTD Parts
` [U-Boot] [PATCH V3 5/5] ARM: da850-evm: Enable DM_I2C

[Buildroot] [PATCH 1/5] python-simplesqlite: new package
 2017-09-06 21:29 UTC  (4+ messages)
` [Buildroot] [PATCH 2/5] python-pytablereader: bump to version 0.13.3

[Buildroot] [git commit] python-pytablewriter: bump to 0.24.0
 2017-09-06 21:28 UTC 

[Buildroot] [git commit] python-dataproperty: bump to version 0.25.6
 2017-09-06 21:28 UTC 

[Buildroot] [git commit] python-typepy: bump to version 0.0.20
 2017-09-06 21:28 UTC 

[Buildroot] [git commit] python-pytablereader: bump to version 0.13.3
 2017-09-06 21:28 UTC 

[RFC Part2 PATCH v3 00/26] x86: Secure Encrypted Virtualization (AMD)
 2017-09-06 21:26 UTC  (11+ messages)
` [RFC Part2 PATCH v3 01/26] Documentation/virtual/kvm: Add AMD Secure Encrypted Virtualization (SEV)
` [RFC Part2 PATCH v3 02/26] crypto: ccp: Add Platform Security Processor (PSP) device support

[GIT PULL] MD update for 4.14-rc1
 2017-09-06 21:26 UTC 

CVE-2017-9417 firmware fix with b43-fwcutter?
 2017-09-06 21:26 UTC  (2+ messages)

[PATCH 0/3] phy: rockchip-typec: Set "flip" at the right time; some cleanups
 2017-09-06 21:24 UTC  (12+ messages)
` [PATCH 1/3] phy: rockchip-typec: Set the AUX channel flip state earlier
` [PATCH 2/3] phy: rockchip-typec: Avoid magic numbers + add delays in aux calib
` [PATCH 3/3] phy: rockchip-typec: Do the calibration more correctly

[Buildroot] [git commit] python-simplesqlite: new package
 2017-09-06 21:23 UTC 

[PATCH V4 00/14] blk-mq-sched: improve SCSI-MQ performance
 2017-09-06 21:22 UTC  (2+ messages)

large liblttng-ust startup overhead (ust_lock)
 2017-09-06 21:22 UTC 

[Qemu-devel] [PATCH v2 00/19] s390x cleanups and CPU hotplug via device_add
 2017-09-06 21:20 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 11/19] s390x: allow only 1 CPU with TCG

[GIT PULL] x86/mm changes for v4.14: PCID support, 5-level paging support, Secure Memory Encryption support
 2017-09-06 21:16 UTC  (8+ messages)

[PATCH] sound: soc: fsl: Do not set DAI sysclk when it is equal to system freq
 2017-09-06 21:18 UTC  (13+ messages)

[Buildroot] [PATCH 1/1] package/luvi: needs git submodules
 2017-09-06 21:16 UTC  (2+ messages)

S0ix failure due to "clk: x86: Do not gate clocks enabled by the firmware"
 2017-09-06 21:14 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] Update lcdproc version
 2017-09-06 21:14 UTC  (2+ messages)

[PATCH] drm/i915: Lift has-pinned-pages to caller of ____i915_gem_object_get_pages
 2017-09-06 21:13 UTC  (3+ messages)

Machine Check in P2010(e500v2)
 2017-09-06 21:13 UTC  (8+ messages)

[meta-oe][PATCH] vsftpd: link with wrap when tcp-wrappers configured
 2017-09-06 21:16 UTC 

[PATCH RFC 0/5] xprtrdma Send completion batching
 2017-09-06 21:11 UTC  (14+ messages)

[PATCH v2] Staging: ccree: ssi_cipher.c: Make comment more comprehensible
 2017-09-06 21:09 UTC  (8+ messages)
` [Outreachy kernel] "

[SPDK] Support for multiple RocksDB databases
 2017-09-06 21:08 UTC 

[meta-oe][PATCH] vsftpd: link with wrap when tcp-wrappers configured
 2017-09-06 21:07 UTC  (2+ messages)
` ✗ patchtest: failure for "

SME/32-bit regression
 2017-09-06 21:03 UTC  (7+ messages)

[PATCH v4 0/3] arm: npcm: add basic support for Nuvoton BMCs
 2017-09-06 21:04 UTC  (6+ messages)
` [PATCH v4 1/3] "

[PATCH] drm/i915: Kill GEN_RANGE in favor of INTEL_GEN
 2017-09-06 21:03 UTC  (4+ messages)

[PATCH] Staging: ccree: ssi_cipher.c: Correct spelling mistake
 2017-09-06 21:02 UTC  (7+ messages)

[Bug 102552] Null dereference due to not checking return value of util_format_description
 2017-09-06 21:02 UTC  (2+ messages)

[xen-unstable-smoke test] 113102: trouble: broken/pass
 2017-09-06 21:00 UTC 

[PATCH linux dev-4.10 v7 0/2] Add user space accessibility for ucd9000 stats
 2017-09-06 21:00 UTC  (3+ messages)
` [PATCH linux dev-4.10 v7 1/2] hwmon: (ucd9000) Add gpio chip interface
` [PATCH linux dev-4.10 v7 2/2] hwmon: (ucd9000) Add debugfs to list mfr_status info

[PATCH 00/31] Numerous patches to resolve yocto-compat-layer
 2017-09-06 21:00 UTC  (10+ messages)
` [PATCH 29/31] xfce4-mixer: Remove, gstreamer-0.10 is obsolete

[v7 0/5] cgroup-aware OOM killer
 2017-09-06 20:59 UTC  (11+ messages)
` [v7 5/5] mm, oom: cgroup v2 mount option to disable "

[PATCH v2 00/40] tracing: Inter-event (e.g. latency) support
 2017-09-06 20:58 UTC  (4+ messages)
` [PATCH v2 02/40] tracing: Add support to detect and avoid duplicates

HAVE_EFFICIENT_UNALIGNED_ACCESS on ARM32 (was: Alignment issues in zImage with Linux 4.12, LZ4 and GCC5.3)
 2017-09-06 20:57 UTC  (3+ messages)

[Buildroot] [git commit] lcdproc: bump to version 0.5.9
 2017-09-06 20:57 UTC 

[PATCH] tsc: Change default tsc calibration method to EFI on EFI systems
 2017-09-06 20:56 UTC  (2+ messages)

[PATCH 0/9] add ext4 per-inode DAX flag
 2017-09-06 20:55 UTC  (3+ messages)
` [PATCH 7/9] ext4: prevent data corruption with inline data + DAX

Optimizing mmap_queue on AVX/AVX2 CPUs
 2017-09-06 20:54 UTC  (6+ messages)

[PATCH v2 net-next 0/2] hv_netvsc: sub channel initialization fixes
 2017-09-06 20:53 UTC  (3+ messages)
` [PATCH v2 net-next 1/2] hv_netvsc: fix deadlock on hotplug
` [PATCH v2 net-next 2/2] hv_netvsc: avoid unnecessary wakeups on subchannel creation

[PATCH v3 0/2] mtd: spi-nor: parse Serial Flash Discoverable Parameters (SFDP) tables
 2017-09-06 20:52 UTC  (4+ messages)
` [PATCH v3 2/2] "

[patch v7 0/4] JTAG driver introduction
 2017-09-06 20:52 UTC  (4+ messages)
` [patch v7 2/4] drivers: jtag: Add Aspeed SoC 24xx and 25xx families JTAG master driver

[PATCH] Experimental Revert "drm/i915: Re-enable per-engine reset for Broxton"
 2017-09-06 20:52 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[Buildroot] [PATCH] expat: bump to version 2.2.4
 2017-09-06 20:51 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.