All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-01-22 14:39:19 to 2016-01-22 15:28:00 UTC [more...]

[PATCH 0/9] pci cleanup and blacklist rework
 2016-01-22 15:27 UTC  (9+ messages)
` [PATCH 1/9] pci: no need for dynamic tailq init
` [PATCH 2/9] pci: add internal device list helpers
` [PATCH 3/9] pci: minor cleanup
` [PATCH 4/9] pci: rework sysfs parsing for driver
` [PATCH 5/9] pci: factorize probe/detach code
` [PATCH 6/9] pci: cosmetic change
` [PATCH 7/9] pci: factorize driver search
` [PATCH 8/9] pci: remove driver lookup from detach

Fwd: Unmountable fs after power outage
 2016-01-22 15:25 UTC  (2+ messages)

[PATCH] igt/gem_trtt: Exercise the TRTT hardware
 2016-01-22 15:37 UTC  (2+ messages)
` [PATCH v2] "

[Qemu-devel] [PATCH] mips: Clean up includes
 2016-01-22 15:24 UTC  (2+ messages)

[meta-oe][PATCH] networkmanager: Warning Fix
 2016-01-22 15:26 UTC  (5+ messages)

[PATCH v2 0/3] Deal with lost delegations and EKEYEXPIRED
 2016-01-22 15:24 UTC  (7+ messages)
` [PATCH v2 3/3] nfsd: implement machine credential support for some operations

[PATCH] drm/etnaviv: hold object lock while getting pages for coredump
 2016-01-22 15:23 UTC 

regression 4.4: deadlock in with cgroup percpu_rwsem
 2016-01-22 15:23 UTC  (9+ messages)
      ` [PATCH cgroup/for-4.5-fixes] cpuset: make mm migration asynchronous

Future Direction for rte_eth_stats_get()
 2016-01-22 15:22 UTC  (10+ messages)

[PATCHv6 0/3] Implement per-cpu reader-writer locks
 2016-01-22 15:22 UTC  (10+ messages)
` [PATCHv6 1/3] rwlock: Add per-cpu reader-writer lock infrastructure
` [PATCHv6 2/3] grant_table: convert grant table rwlock to percpu rwlock

[PATCH] drm/i915: Support to enable TRTT on GEN9
 2016-01-22 15:34 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] crypto: skcipher - Add helper to zero stack request
 2016-01-22 15:21 UTC 

[PATCHv12 34/37] thp: introduce deferred_split_huge_page()
 2016-01-22 15:20 UTC  (6+ messages)
` [PATCH 0/3] Couple of fixes for deferred_split_huge_page()
  ` [PATCH 2/3] thp: change deferred_split_count() to return number of THP in queue

[Bug 102731] New: I have a cough
 2016-01-22 15:20 UTC  (2+ messages)
` [Bug 102731] "

[U-Boot] [PATCH v9 00/49] rockchip: Add support for cros_ec keyboard
 2016-01-22 15:19 UTC  (100+ messages)
` [U-Boot] [PATCH v9 01/49] dm: core: Don't set pinctrl for pinctrl devices
` [U-Boot] [PATCH v9 02/49] dm: pinctrl: Add a function to parse PIN_CONFIG flags
` [U-Boot] [PATCH v9 03/49] dm: pmic: Add 'reg status' to show all regulators
` [U-Boot] [PATCH v9 04/49] dts: Bring in pinctrl device tree binding
` [U-Boot] [PATCH v9 05/49] power: Add base support for the RK808 PMIC
` [U-Boot] [PATCH v9 06/49] power: Add support for RK808 regulators
` [U-Boot] [PATCH v9 07/49] dm: Add a power sequencing uclass
` [U-Boot] [PATCH v9 08/49] rockchip: Avoid using MMC code when not booting from MMC
` [U-Boot] [PATCH v9 09/49] rockchip: Convert the PMU IOMUX registers into an array
` [U-Boot] [PATCH v9 10/49] rockchip: mmc: Use a pwrseq device if available
` [U-Boot] [PATCH v9 11/49] rockchip: Correct the defconfig order
` [U-Boot] [PATCH v9 12/49] rockchip: Use pwrseq for MMC start-up on jerry
` [U-Boot] [PATCH v9 13/49] rockchip: jerry: Disable pmic-int-1 setup to avoid a hang
` [U-Boot] [PATCH v9 14/49] rockchip: Use a separate clock ID for clocks
` [U-Boot] [PATCH v9 15/49] rockchip: clock: Rename the general clock variable to gclk_rate
` [U-Boot] [PATCH v9 16/49] rockchip: clk: Add a function to get a peripheral clock rate
` [U-Boot] [PATCH v9 17/49] rockchip: clock: Add a function to find a clock by ID
` [U-Boot] [PATCH v9 18/49] rockchip: i2c: Update the driver to use the new clock ID
` [U-Boot] [PATCH v9 19/49] rockchip: spi: "
` [U-Boot] [PATCH v9 20/49] rockchip: spi: Avoid setting the pinctrl twice
` [U-Boot] [PATCH v9 21/49] rockchip: mmc: Update the driver to use the new clock ID
` [U-Boot] [PATCH v9 22/49] rockchip: pinctrl: Add a full pinctrl driver
` [U-Boot] [PATCH v9 23/49] rockchip: Move firefly and jerry to use the full pinctrl
` [U-Boot] [PATCH v9 24/49] rockchip: jerry: Enable the RK808 PMIC and regulator
` [U-Boot] [PATCH v9 25/49] rockchip: Disable simple-bus in SPL for firefly-rk3288, jerry
` [U-Boot] [PATCH v9 26/49] rockchip: jerry: Drop unused options
` [U-Boot] [PATCH v9 27/49] gpio: Allow 's' as an abbreviation for 'status'
` [U-Boot] [PATCH v9 28/49] cros_ec: Disable the Chrome OS EC in SPL
` [U-Boot] [PATCH v9 29/49] dm: i2c: Allow muxes to be enabled for SPL separately
` [U-Boot] [PATCH v9 30/49] spi: Correct device tree usage in spi_flash_decode_fdt()
` [U-Boot] [PATCH v9 31/49] dm: power: Allow regulators to be omitted from SPL
` [U-Boot] [PATCH v9 32/49] dm: pinctrl: Add a way for a GPIO driver to obtain a pin function
` [U-Boot] [PATCH v9 33/49] dm: core: Export uclass_find_device_by_of_offset()
` [U-Boot] [PATCH v9 34/49] dm: power: Tidy up debugging output and return values
` [U-Boot] [PATCH v9 35/49] dm: power: Allow regulators to not implement all operations
` [U-Boot] [PATCH v9 36/49] dm: clk: Add a simple version of clk_get_by_index()
` [U-Boot] [PATCH v9 37/49] rockchip: sdram: Use the rk_clr/setreg() interface
` [U-Boot] [PATCH v9 38/49] rockchip: reset: "
` [U-Boot] [PATCH v9 39/49] rockchip: spi: Remember the last speed to avoid re-setting it
` [U-Boot] [PATCH v9 40/49] rockchip: spi: Correct the bus init code
` [U-Boot] [PATCH v9 41/49] rockchip: clk: Make rkclk_get_clk() SoC-specific
` [U-Boot] [PATCH v9 42/49] rockchip: pinctrl: Reduce the size for SPL
` [U-Boot] [PATCH v9 43/49] rockchip: pinctrl: Implement the get_gpio_mux() method
` [U-Boot] [PATCH v9 44/49] rockchip: gpio: Read the GPIO value correctly
` [U-Boot] [PATCH v9 45/49] rockchip: gpio: Implement the get_function() method
` [U-Boot] [PATCH v9 46/49] rockchip: spi: Implement the delays
` [U-Boot] [PATCH v9 47/49] rockchip: spi: Correct chip-enable code
` [U-Boot] [PATCH v9 48/49] rockchip: spi: Remove the explicit pinctrl setting
` [U-Boot] [PATCH v9 49/49] rockchip: jerry: Enable the Chrome OS EC

linux-4.4 bisected: kwin5 stuck on kde5 loading screen with radeon
 2016-01-22 15:18 UTC  (12+ messages)

[PATCH i-g-t] tests/kms_fbc_crc.c: No longer dependant on Cairo A setup function that used to use Cairo to draw 2 rectangles covering the whole screen has been changed to use igt_draw
 2016-01-22 15:18 UTC  (3+ messages)

[PATCH] crypto: hash - Add helpers to zero stack request/descriptor
 2016-01-22 15:17 UTC 

[Qemu-devel] [PULL 0/7] softfloat queue
 2016-01-22 15:17 UTC  (8+ messages)
` [Qemu-devel] [PULL 1/7] fpu: Replace int64 typedef with int64_t
` [Qemu-devel] [PULL 2/7] fpu: Replace uint64 typedef with uint64_t
` [Qemu-devel] [PULL 3/7] fpu: Replace int32 typedef with int32_t
` [Qemu-devel] [PULL 4/7] fpu: Replace uint32 typedef with uint32_t
` [Qemu-devel] [PULL 5/7] fpu: Replace int8 typedef with int8_t
` [Qemu-devel] [PULL 6/7] fpu: Replace uint8 typedef with uint8_t
` [Qemu-devel] [PULL 7/7] softfloat: fix return type of roundAndPackFloat16

[Qemu-devel] [PATCH] i2c-tiny-usb: add new usb to i2c bridge
 2016-01-22 15:17 UTC  (2+ messages)
` [Qemu-devel] [PATCH v5] i2c-tiny-usb is a small "

wireless-drivers: random cleanup patches piling up
 2016-01-22 15:12 UTC  (5+ messages)

Found a very little mistake in radix-tree.h(linux kernel 4.3)
 2016-01-22 15:14 UTC  (2+ messages)

[LTP] [BUG] oom hangs the system, NMI backtrace shows most CPUs in shrink_slab
 2016-01-22 15:14 UTC  (4+ messages)
  `  "

[Qemu-devel] [PATCH v13 00/10] Block replication for continuous checkpoints
 2016-01-22 15:14 UTC  (2+ messages)

[PATCH BlueZ 1/3] audio/avrcp: Fix not always requesting capabilities
 2016-01-22 15:14 UTC  (3+ messages)
` [PATCH BlueZ 2/3] monitor/avctp: Print <empty> if folder lenght is 0
` [PATCH BlueZ 3/3] audio/avrcp: Don't print an error if folder length "

[PATCH] vivid: fix broken Bayer text rendering
 2016-01-22 15:13 UTC 

[PATCH RESEND] AFS: Correctly use 64-bit time for UUID
 2016-01-22 15:12 UTC  (2+ messages)
` [Y2038] "

[PATCH, RESEND 2] qla2xxx: Remove use of 'struct timeval'
 2016-01-22 15:12 UTC  (2+ messages)
` [Y2038] "

[PATCH] x86/mce: fix misleading indentation in init_nonfatal_mce_checker()
 2016-01-22 15:12 UTC  (3+ messages)

[PATCH] usb: host: xhci-plat: fix NULL pointer in probe for device tree case
 2016-01-22 15:11 UTC 

[PATCH v2 0/5] DAX fsync/msync fixes
 2016-01-22 15:11 UTC  (13+ messages)
` [PATCH v2 1/5] dax: never rely on bh.b_dev being set by get_block()
` [PATCH v2 2/5] dax: clear TOWRITE flag after flush is complete
` [PATCH v2 3/5] dax: improve documentation for fsync/msync
` [PATCH v2 4/5] dax: fix PMD handling "

[PATCH v2 1/4] lib/string_helpers: export string_units_{2,10} for others
 2016-01-22 15:11 UTC  (6+ messages)
` [PATCH v2 3/4] x86/efi: print size and base in binary units in efi_print_memmap

struct pid memory leak
 2016-01-22 15:08 UTC 

[RFC PATCH 3/4] Implement driver for supporting multiple emulated TPMs
 2016-01-22 15:09 UTC  (7+ messages)

[Bug 93800] xfwm4 with compositing hangs indefinitely after after coming back from dpms off
 2016-01-22 15:08 UTC  (4+ messages)

A collection of cleanups
 2016-01-22 15:07 UTC  (6+ messages)
` [PATCH 1/4] drm/i915: handle teardown of HWSP when context is freed
` ✗ Fi.CI.BAT: warning for series starting with [1/4] "

[Qemu-devel] [PULL 0/2] 9p minor cleanup
 2016-01-22 15:06 UTC  (2+ messages)

[BUG] Regression introduced with "block: split bios to max possible length"
 2016-01-22 15:06 UTC  (8+ messages)

[Buildroot] [PATCH v2] toolchain: add a harmless link when sysroot detection is not accurate
 2016-01-22 15:05 UTC 

[PATCH] Netlink messages for multicast HW addr programming
 2016-01-22 15:05 UTC  (4+ messages)

[PATCH 0/6] Pipe level color management
 2016-01-22 15:04 UTC  (2+ messages)

[rfc patch v4.4-rt2] sched: fix up preempt lazy forward port
 2016-01-22 15:04 UTC  (9+ messages)

[PATCH] Eliminate the .eh_frame sections from the aarch64 vmlinux and kernel modules
 2016-01-22 15:02 UTC  (4+ messages)

[PATCH v4 0/6] HVMlite: DomU fixes and a Dom0 preparatory patch
 2016-01-22 15:02 UTC  (9+ messages)
` [PATCH v4 6/6] x86/HVM: report the set of enabled emulated devices through CPUID

[PATCH 0/2] MIPS: I6400: Avoid dcache flushes
 2016-01-22 15:02 UTC  (6+ messages)
` [PATCH 1/2] MIPS: c-r4k: Sync icache when it fills from dcache

[PATCH 0/3] mmc: sdhci: Fix card detect race for Intel BXT/APL
 2016-01-22 14:58 UTC  (4+ messages)
` [PATCH 1/3] mmc: sdhci: Add get_cd sdhci host operation

[kvm-unit-tests PATCH 0/6] run_tests fixes and new functionality prep
 2016-01-22 14:58 UTC  (7+ messages)
` [kvm-unit-tests PATCH 1/6] run_tests.sh: a few rewrite fixups
` [kvm-unit-tests PATCH 2/6] mkstandalone: fix generation for arm
` [kvm-unit-tests PATCH 3/6] arch-run: DRYRUN is no longer needed, kill it
` [kvm-unit-tests PATCH 4/6] arm/run: allow tests to run in AArch32 mode
` [kvm-unit-tests PATCH 5/6] runtime: move getopts to run_tests.sh
` [kvm-unit-tests PATCH 6/6] runtime: make the MAX_SMP loop a function

[PATCH] mm,oom: Re-enable OOM killer using timers
 2016-01-22 14:57 UTC  (8+ messages)

[PATCH RFC 00/31] x86: Improvements to cpuid handling for guests
 2016-01-22 14:56 UTC  (19+ messages)
` [PATCH RFC 27/31] xen/x86: Rework Intel masking/faulting setup
` [PATCH RFC 28/31] xen/x86: Context switch all levelling state in context_switch()
` [PATCH RFC 29/31] x86/pv: Provide custom cpumasks for PV domains

[PATCH 0/2] Fix for ADJ_SETOFFSET w/ ADJ_NANO
 2016-01-22 14:56 UTC  (4+ messages)

A2DP AAC streaming Decoder
 2016-01-22 14:55 UTC 

RAID1 root filesystem - same device shows up twice in 'btrfs fi show'
 2016-01-22 14:53 UTC  (3+ messages)

[PATCH 0/3] lm90: device tree and thermal zone support
 2016-01-22 14:53 UTC  (7+ messages)
` [PATCH 1/3] lm90: separate register accessors from sysfs
      ` [lm-sensors] "
` [PATCH 2/3] lm90: initialize parameters from devicetree
      ` [lm-sensors] "

[PATCH] mtd: spi-nor: Add support for S3AN spi-nor devices
 2016-01-22 14:52 UTC  (2+ messages)

[Bug 93795] New: G98: GL(X) compositing - XRandR DPMS trouble
 2016-01-22 14:53 UTC  (2+ messages)
  ` [Bug 93795] "

[U-Boot] [GIT PULL] Microblaze changes
 2016-01-22 14:53 UTC  (8+ messages)

[PATCH] mesa: add missing wayland-native build dependency
 2016-01-22 14:52 UTC 

[PATCH v8] iio: add ad5761 DAC driver
 2016-01-22 14:52 UTC  (2+ messages)

btrfs-progs 4.4 re-balance of RAID6 is very slow / limited to one cpu core?
 2016-01-22 14:51 UTC  (2+ messages)

[PATCH] ARM: dts: rockchip: make more compatible for rk3036 SoCs
 2016-01-22 14:51 UTC  (4+ messages)

[PATCH 1/2 v2] mmc: enable mmc host device to suspend/resume asynchronously
 2016-01-22 14:51 UTC  (2+ messages)

[PATCH v2] watchdog: tango: rename ARCH_TANGOX to ARCH_TANGO
 2016-01-22 14:51 UTC  (5+ messages)

[PATCH] PCI/AER: Use list_first_entry_or_null() to simplify code
 2016-01-22 14:50 UTC 

[U-Boot] [PATCH v7 1/7] mips: add base support for QCA/Atheros ath79 SOCs
 2016-01-22 14:49 UTC  (9+ messages)
` [U-Boot] [PATCH v7 2/7] mips: ath79: add support for AR933x SOCs
` [U-Boot] [PATCH v7 3/7] mips: ath79: add support for QCA953x SOCs

[PATCH 1/2] Changes.old: tfix
 2016-01-22 14:48 UTC  (2+ messages)
  ` [PATCH 2/2] mcheck.3: tfix

PROBLEM: BUG when using memory.kmem.limit_in_bytes
 2016-01-22 14:48 UTC  (3+ messages)

[PATCH v2 00/16] Common Dell SMBIOS API
 2016-01-22 14:48 UTC  (2+ messages)

[PATCH v1 1/1] mfd: intel-lpss: remove clock tree on error path
 2016-01-22 14:48 UTC 

[RFC 0/3] block: proportional based blk-throttling
 2016-01-22 14:48 UTC  (7+ messages)

[PATCH] scsi_dh_rdac: always retry MODE SELECT on command lock violation
 2016-01-22 14:48 UTC  (2+ messages)

[PATCH libdrm] xf86drm: Bound strstr() to the allocated data
 2016-01-22 14:48 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH 2/2][meta-multimedia] rygel: Update to 0.28.2
 2016-01-22 14:51 UTC 

[PATCH 1/2][meta-multimedia] gupnp: Update to 0.20.14
 2016-01-22 14:51 UTC 

[review-request][jethro][PATCH] bitbake: toaster: make runbuilds to loop
 2016-01-22 12:36 UTC 

[Qemu-devel] [libvirt] ARM KVM GICv3 Support
 2016-01-22 14:44 UTC 

[PATCH] Staging: xgifb: vb_init.c: Coding style warning fix block comments
 2016-01-22 22:43 UTC 

5GHz AP on a QCA988x
 2016-01-22 14:43 UTC  (6+ messages)

[PATCH v12] drm/i915: Extend LRC pinning to cover GPU context writeback
 2016-01-22 14:43 UTC  (2+ messages)
` ✗ Fi.CI.BAT: warning for drm/i915: Extend LRC pinning to cover GPU context writeback (rev7)

MIPS: Please revert "MIPS: Fix PAGE_MASK definition"
 2016-01-22 14:42 UTC 

[PATCH v3 0/1] xen: sched: convert RTDS from time to event driven model
 2016-01-22 14:41 UTC  (4+ messages)
` [PATCH v3 1/1] "

[PATCH 1/2] pNFS/flexfiles: Improve merging of errors in LAYOUTRETURN
 2016-01-22 14:38 UTC  (3+ messages)
` [PATCH 2/2] pNFS/flexfiles: Fix an XDR encoding bug in layoutreturn


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.