All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-09-06 21:18:03 to 2017-09-06 22:44:33 UTC [more...]

[PATCH v1] selftests: Enhance kselftest_harness.h to print which assert failed
 2017-09-06 22:44 UTC  (5+ messages)

●●●●澳門新葡京-註冊送38-領取釦釦:746529854-[鐵板精準資料]●●●●
 2017-09-06 22:36 UTC 

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

[PATCH 0/18] arm64: renesas: add ULCB Kingfisher board
 2017-09-06 22:37 UTC  (28+ messages)
` [PATCH 01/18] dt: arm: shmobile: add M3ULCB Kingfisher board DT bindings
` [PATCH 02/18] dt: arm: shmobile: add H3ULCB "
` [PATCH 03/18] arm64: dts: ulcb-kf: initial device tree
` [PATCH 04/18] arm64: dts: m3ulcb-kf: "
` [PATCH 05/18] arm64: dts: h3ulcb-kf: ES1.x SoC "
` [PATCH 06/18] arm64: dts: h3ulcb-kf: ES2.0+ "
` [PATCH 07/18] arm64: dts: ulcb-kf: enable SCIF1
` [PATCH 08/18] arm64: dts: ulcb-kf: enable CAN0/1
` [PATCH 09/18] arm64: dts: ulcb-kf: enable USB2 PHY of channel 0
` [PATCH 10/18] arm64: dts: ulcb-kf: enable HSUSB
` [PATCH 11/18] arm64: dts: ulcb-kf: enable USB2.0 Host channel 0
` [PATCH 12/18] arm64: dts: ulcb-kf: enable PCIE0/1
` [PATCH 13/18] arm64: dts: ulcb-kf: enable USB3.0 Host
` [PATCH 14/18] arm64: dts: ulcb-kf: enable PCA9539 on I2C2
` [PATCH 15/18] arm64: dts: ulcb-kf: enable PCA9539 on I2C4
` [PATCH 16/18] arm64: dts: ulcb-kf: enable PCA9548 on I2C2
` [PATCH 17/18] arm64: dts: ulcb-kf: enable PCA9548 on I2C4
` [PATCH 18/18] arm64: dts: ulcb-kf: hog USB3 hub control gpios

[PATCH v2 1/3] hwmon: (k10temp) Move chip specific code into probe function
 2017-09-06 22:36 UTC  (3+ messages)
` [PATCH v2 2/3] hwmon: (k10temp) Add support for family 17h
` [PATCH v2 3/3] hwmon: (k10temp) Add support for temperature offsets

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

[PATCH v7 0/9] Application Data Integrity feature introduced by SPARC M7
 2017-09-06 22:32 UTC  (6+ messages)
` [PATCH v7 9/9] sparc64: Add support for ADI (Application Data Integrity)

[PATCH] Btrfs: use the new helper wbc_to_write_flags
 2017-09-06 22:28 UTC  (3+ messages)

[PATCH v2] initramfs-framework: split setup-live and install-efi into separate recipes
 2017-09-06 22:31 UTC 

(no subject)
 2017-09-06 22:30 UTC 

[PATCH v2] merge-recursive: change current file dir string_lists to hashmap
 2017-09-06 22:28 UTC 

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

[PATCH v5 0/3] Dollar Cove TI PMIC support for Intel Cherry Trail
 2017-09-06 22:19 UTC  (4+ messages)
` [PATCH v5 1/3] mfd: Add support for Cherry Trail Dollar Cove TI PMIC

[Qemu-devel] [PATCH] trace: Immediately apply per-vCPU state changes if a vCPU is being created
 2017-09-06 22:24 UTC  (2+ messages)

ORC unwinder and 'reliable' flag to printk_stack_address()
 2017-09-06 22:23 UTC  (2+ messages)

[PATCH] drm/i915/cnl: WaThrottleEUPerfToAvoidTDBackPressure:cnl(pre-prod)
 2017-09-06 22:20 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[RFC 00/17] Pile o' entry stack changes
 2017-09-06 22:16 UTC  (19+ 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 0/3] locking/rwsem/x86: Add stack frame dependency for some inline asm
 2017-09-06 22:14 UTC  (4+ messages)
` [PATCH 3/3] locking/rwsem/x86: Add stack frame dependency for __downgrade_write()

[PATCH 00/21] backports: multiple changes for kernel 3.13-rc6
 2017-09-06 22:14 UTC  (11+ messages)
` [PATCH 08/21] header: backport devm_acpi_dev_add_driver_gpios()
` [PATCH 12/21] compat: avoid usage of kvzalloc() in rhashtable.c
` [PATCH 21/21] copy-list: add quantenna qtnfmac driver

[RFC] PM: Using runtime PM callbacks for system suspend/resume
 2017-09-06 22:14 UTC 

[PATCH] backport: add some new kv[mz]alloc function
 2017-09-06 22:05 UTC  (2+ messages)

[PATCH] arm64: KVM: VHE: save and restore some PSTATE bits
 2017-09-06 22:09 UTC  (2+ messages)

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

x86/kconfig: Consolidate unwinders into multiple choice selection
 2017-09-06 22:10 UTC  (3+ messages)

[PATCH 6/6] drm/amdgpu: Add gem_prime_mmap support
 2017-09-06 22:07 UTC 

[PATCH 5/6] drm/amdgpu/vi: add HDP asic callbacks for SOC15
 2017-09-06 22:06 UTC 

[PATCH 4/6] drm/amdgpu/vi: add HDP asic callbacks for VI
 2017-09-06 22:06 UTC 

[PATCH v4] Staging: ccree: ssi_cipher.c: Remove unused variable
 2017-09-06 22:05 UTC  (2+ messages)

[PATCH 3/6] drm/amdgpu/vi: add HDP asic callbacks for CIK
 2017-09-06 22:06 UTC 

[PATCH 2/6] drm/amdgpu/vi: add HDP asic callbacks for SI
 2017-09-06 22:05 UTC 

[PATCH 1/6] drm/amdgpu: add new asic callbacks for HDP flush/invalidation
 2017-09-06 22:04 UTC 

hwmon/sht15: gpio irq problem
 2017-09-06 21:50 UTC 

[PATCH V13 4/4] powerpc/vphn: Fix numa update end-loop bug
 2017-09-06 22:03 UTC  (3+ messages)

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

[PATCH 00/39] per-repository object store, part 1
 2017-09-06 21:59 UTC  (4+ messages)
` [PATCH 25/39] sha1_file: allow alt_odb_usable to handle arbitrary repositories

[PATCH] drm/i915: Transform WaInPlaceDecompressionHang to a simple reg write
 2017-09-06 21:58 UTC  (6+ messages)
` ✗ Fi.CI.BAT: failure for "

+ mm-thp-enable-thp-migration-in-generic-path-fix-fix-fix.patch added to -mm tree
 2017-09-06 21:57 UTC 

Working behind a Palo Alto firewall/proxy
 2017-09-06 21:42 UTC 

[PATCH] drm/i915: Clear local engine-needs-reset bit if in progress elsewhere
 2017-09-06 21:57 UTC  (8+ messages)

[Qemu-devel] [PATCH v4 00/20] instrument: Add basic event instrumentation
 2017-09-06 21:57 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

[linux-next test] 113070: regressions - trouble: blocked/broken/fail/pass
 2017-09-06 21:55 UTC 

[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)

[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)

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  (13+ messages)
` [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 v3] Staging: ccree: ssi_cipher.c: Remove unused variable
 2017-09-06 21:42 UTC  (14+ 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 

[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

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

[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)

[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  (6+ messages)
` [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  (5+ messages)
` [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

[PATCH] sound: soc: fsl: Do not set DAI sysclk when it is equal to system freq
 2017-09-06 21:18 UTC  (13+ 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.