All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-07-30 19:09:22 to 2015-07-30 19:42:40 UTC [more...]

[PATCH net-next 0/4] net: GENET, SYSTEMPORT and DSA netconsole
 2015-07-30 19:40 UTC  (6+ messages)
` [PATCH net-next 1/4] net: bcmgenet: Add netconsole support
` [PATCH net-next 2/4] net: systemport: "
` [PATCH net-next 3/4] net: dsa: Refactor transmit path
` [PATCH net-next 4/4] net: dsa: Add netconsole support

[Bug 91413] New: INFO: task Xorg:2419 blocked for more than 120 seconds
 2015-07-30 19:42 UTC  (2+ messages)
  ` [Bug 91413] "

Patch "xfs: fix remote symlinks on V5/CRC filesystems" has been added to the 4.1-stable tree
 2015-07-30 19:41 UTC 

[Bug 91373] New: Nouveau fills kern.log with gigabytes of data when molecule screensaver is ran
 2015-07-30 19:41 UTC  (2+ messages)
  ` [Bug 91373] Nouveau fills kern.log with gigabytes of data when molecule screensaver is run

Patch "w1_therm reference count family data" has been added to the 4.1-stable tree
 2015-07-30 19:41 UTC 

Patch "xfs: don't truncate attribute extents if no extents exist" has been added to the 4.1-stable tree
 2015-07-30 19:41 UTC 

Patch "vTPM: set virtual device before passing to ibmvtpm_reset_crq" has been added to the 4.1-stable tree
 2015-07-30 19:41 UTC 

Patch "tpm, tpm_crb: fail when TPM2 ACPI table contents look corrupted" has been added to the 4.1-stable tree
 2015-07-30 19:41 UTC 

Patch "tpm: Fix initialization of the cdev" has been added to the 4.1-stable tree
 2015-07-30 19:41 UTC 

Patch "tpm, tpm_crb: fix le64_to_cpu conversions in crb_acpi_add()" has been added to the 4.1-stable tree
 2015-07-30 19:41 UTC 

Patch "xfs: fix remote symlinks on V5/CRC filesystems" has been added to the 3.14-stable tree
 2015-07-30 19:41 UTC 

Patch "xfs: fix remote symlinks on V5/CRC filesystems" has been added to the 3.10-stable tree
 2015-07-30 19:41 UTC 

Patch "vTPM: set virtual device before passing to ibmvtpm_reset_crq" has been added to the 3.14-stable tree
 2015-07-30 19:41 UTC 

Patch "vTPM: set virtual device before passing to ibmvtpm_reset_crq" has been added to the 3.10-stable tree
 2015-07-30 19:41 UTC 

[U-Boot] [PATCH 0/6] net: Move e1000 driver to driver model and Kconfig
 2015-07-30 19:40 UTC  (7+ messages)
` [U-Boot] [PATCH 1/6] dm: core: Add a way to set a device name
` [U-Boot] [PATCH 2/6] dm: core: Fix a typo in the uclass_get_device_by_name() comment
` [U-Boot] [PATCH 3/6] net: e1000: Move #include of common.h to the C files
` [U-Boot] [PATCH 4/6] net: e1000: Prepare for driver model conversion
` [U-Boot] [PATCH 5/6] net: e1000: Convert to driver model
` [U-Boot] [PATCH 6/6] net: Move CONFIG_E1000 options to Kconfig

[PATCH v4 00/50] Add OPA gen1 driver
 2015-07-30 19:40 UTC  (52+ messages)
  ` [PATCH v4 01/50] IB: Add CNP opcode enumeration
  ` [PATCH v4 02/50] IB/core: Add header definitions
  ` [PATCH v4 03/50] IB/hfi1: add chip specific support part1
  ` [PATCH v4 04/50] IB/hfi1: add chip specific support part2
  ` [PATCH v4 05/50] IB/hfi1: add chip specific support part3
  ` [PATCH v4 06/50] IB/hfi1: add chip specific support part4
  ` [PATCH v4 07/50] IB/hfi1: add chip register definitions
  ` [PATCH v4 08/50] IB/hfi1: add chip specific headers
  ` [PATCH v4 09/50] IB/hfi1: add common header file definitions
  ` [PATCH v4 10/50] IB/hfi1: add completion queue processing
  ` [PATCH v4 11/50] IB/hfi1: add debugfs handling
  ` [PATCH v4 12/50] IB/hfi1: add char device instantiation code
  ` [PATCH v4 13/50] IB/hfi1: add diagnostic hooks
  ` [PATCH v4 14/50] IB/hfi1: add dma operation hooks
  ` [PATCH v4 15/50] IB/hfi1: add low level receive functions
  ` [PATCH v4 16/50] IB/hfi1: add eeprom hooks
  ` [PATCH v4 17/50] IB/hfi1: add PSM driver control/data path
  ` [PATCH v4 18/50] IB/hfi1: add firmware hooks
  ` [PATCH v4 19/50] IB/hfi1: add general hfi header file
  ` [PATCH v4 20/50] IB/hfi1: add module init hooks
  ` [PATCH v4 21/50] IB/hfi1: add interrupt hooks
  ` [PATCH v4 22/50] IB/hfi1: add progress delay/restart hooks
  ` [PATCH v4 23/50] IB/hfi1: add rkey/lkey validation
  ` [PATCH v4 24/50] IB/hfi1: add OPA mad handling part1
  ` [PATCH v4 25/50] IB/hfi1: add OPA mad handling part2
  ` [PATCH v4 26/50] IB/hfi1: add local mad header
  ` [PATCH v4 27/50] IB/hfi1: add user/kernel memory sharing hooks
  ` [PATCH v4 28/50] IB/hfi1: add memory region handling
  ` [PATCH v4 29/50] IB/hfi1: add misc OPA defines
  ` [PATCH v4 30/50] IB/hfi1: add pcie routines
  ` [PATCH v4 31/50] IB/hfi1: add pio handling
  ` [PATCH v4 32/50] IB/hfi1: add platform config definitions
  ` [PATCH v4 33/50] IB/hfi1: add qp handling
  ` [PATCH v4 34/50] IB/hfi1: add qsfp handling
  ` [PATCH v4 35/50] IB/hfi1: add RC QP handling
  ` [PATCH v4 36/50] IB/hfi1: add common routines for RC/UC
  ` [PATCH v4 37/50] IB/hfi1: add sdma routines
  ` [PATCH v4 38/50] IB/hfi1: add sdma header file
  ` [PATCH v4 39/50] IB/hfi1: add SRQ handling
  ` [PATCH v4 40/50] IB/hfi1: add sysfs routines and documentation
  ` [PATCH v4 41/50] IB/hfi1: add tracepoint debug routines
  ` [PATCH v4 42/50] IB/hfi1: add QSFP twsi routines
  ` [PATCH v4 43/50] IB/hfi1: add UC QP handling
  ` [PATCH v4 44/50] IB/hfi1: add UD "
  ` [PATCH v4 45/50] IB/hfi1: add low level page locking
  ` [PATCH v4 46/50] IB/hfi1: add PSM sdma hooks
  ` [PATCH v4 47/50] IB/hfi1: add general verbs handling
  ` [PATCH v4 48/50] IB/hfi1: add multicast routines
  ` [PATCH v4 49/50] IB/hfi1: add driver make/config files
  ` [PATCH v4 50/50] IB/core: Add opa driver to kbuild

systemd status
 2015-07-30 19:40 UTC  (11+ messages)

[RFC bluetooth-next 0/2] 6lowpan: introduce generic 6lowpan private data
 2015-07-30 19:39 UTC  (5+ messages)
` [RFC bluetooth-next 1/2] bluetooth: 6lowpan: change netdev_priv to lowpan_dev

FAILED: patch "[PATCH] xfs: don't truncate attribute extents if no extents exist" failed to apply to 3.14-stable tree
 2015-07-30 19:39 UTC 

[PATCHv2] blk: Replace SG_GAPGS with new queue limits mask
 2015-07-30 19:38 UTC 

[PATCH] drivers/input/joystick: convert to dynamic input_dev allocation
 2015-07-30 19:38 UTC  (4+ messages)

[PATCH net-next 0/9] OVS conntrack support
 2015-07-30 19:36 UTC  (7+ messages)
` [PATCH net-next 2/9] openvswitch: Serialize acts with original netlink len
` [PATCH net-next 3/9] openvswitch: Move MASKED* macros to datapath.h
` [PATCH net-next 4/9] ipv6: Export nf_ct_frag6_gather()

v3.12.45 build: 0 failures 73 warnings (v3.12.45)
 2015-07-30 19:35 UTC 

[PATCH 00/10] nohz: Tick dependency mask v2
 2015-07-30 19:35 UTC  (7+ messages)
` [PATCH 08/10] posix-cpu-timers: Migrate to use new tick dependency mask model

[Buildroot] [PATCH 1/1] package/libserialport: bump to latest commit
 2015-07-30 19:35 UTC 

Transitioning Ceph from Autotools to CMake
 2015-07-30 19:34 UTC  (3+ messages)

[PATCH net-next] r8169:Place dma_alloc_coherent on interrupt context
 2015-07-30 19:33 UTC 

dropping old distros: el6, precise 12.04, debian wheezy?
 2015-07-30 19:31 UTC  (2+ messages)
` [ceph-users] "

[PATCH 2/5] x86/hpet: Migrate to new 'set-state' interface
 2015-07-30 19:30 UTC  (2+ messages)
` [tip:x86/core] x86/hpet: Migrate to new set_state interface

[PATCH v4 0/3] Add Mediatek SPI bus driver
 2015-07-30 19:29 UTC  (7+ messages)
` [PATCH v4 1/3] dt-binding: spi: Mediatek: Document devicetree bindings for spi bus

[PATCH 5/5] x86/xen/time: Migrate to new 'set-state' interface
 2015-07-30 19:28 UTC  (2+ messages)
` [tip:x86/platform] x86/xen/time: Migrate to new set-state interface

[PATCH 4/5] x86/uv/time: Migrate to new 'set-state' interface
 2015-07-30 19:28 UTC  (2+ messages)
` [tip:x86/platform] x86/uv/time: Migrate to new set-state interface

[PATCH 3/5] x86/lguest/timer: Migrate to new 'set-state' interface
 2015-07-30 19:28 UTC  (2+ messages)
` [tip:x86/platform] x86/lguest/timer: Migrate to new set-state interface

[PATCH 1/5] x86/apic: Migrate to new 'set-state' interface
 2015-07-30 19:27 UTC  (2+ messages)
` [tip:x86/apic] x86/apic: Migrate apic timer to new set_state interface

[RFC] arm64: defconfig: enable 48-bit VA by default
 2015-07-30 19:27 UTC  (7+ messages)

[PATCH] crypto: caam - fix rfc4106 encap shared descriptor
 2015-07-30 19:11 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v5 0/4] x86: modify_ldt improvement, test, and config option
 2015-07-30 19:25 UTC  (7+ messages)
` [PATCH v5 2/4] x86/ldt: Make modify_ldt synchronous

RFC: i40e xmit path HW limitation
 2015-07-30 19:25 UTC  (7+ messages)
`  "

[Patch v3 0/4] Introduce a mechanism to allocate PCI IRQ on demand
 2015-07-30 19:23 UTC  (2+ messages)

Debian drops support for sparc
 2015-07-30 19:22 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/libserial: bump to version 0.6.0rc2
 2015-07-30 19:21 UTC 

chown problem in the dbus package
 2015-07-30 19:20 UTC  (2+ messages)

[Bugfix] x86, irq: Fix regression caused by commit d32932d02e18
 2015-07-30 19:19 UTC  (2+ messages)
` [tip:x86/urgent] x86/irq: Use the caller provided polarity setting in mp_check_pin_attr()

recipe md5sum and sha256sum changing
 2015-07-30 19:19 UTC  (2+ messages)

[PATCH 0/2] small changes
 2015-07-30 19:18 UTC  (4+ messages)
` [PATCH 1/2] enic: silence log message
  ` [PATCH v2] enic: silence log message unless debug enabled

[PATCH] sched: fix cpu_active_mask/cpu_online_mask race
 2015-07-30 19:17 UTC  (2+ messages)
` [PATCH v2] "

[Ksummit-discuss] [TECH TOPIC] Firmware signing
 2015-07-30 19:17 UTC  (16+ messages)

Patch "drm/radeon: Don't flush the GART TLB if rdev->gart.ptr == NULL" has been added to the 3.10-stable tree
 2015-07-30 19:16 UTC 

Patch "mmc: block: Add missing mmc_blk_put() in power_ro_lock_show()" has been added to the 3.10-stable tree
 2015-07-30 19:16 UTC 

Patch "drm/radeon: take the mode_config mutex when dealing with hpds (v2)" has been added to the 3.10-stable tree
 2015-07-30 19:16 UTC 

Patch "dm btree remove: fix bug in redistribute3" has been added to the 3.10-stable tree
 2015-07-30 19:16 UTC 

Patch "drm/qxl: Do not cause spice-server to clean our objects" has been added to the 3.10-stable tree
 2015-07-30 19:16 UTC 

Patch "drm/radeon: take the mode_config mutex when dealing with hpds (v2)" has been added to the 3.14-stable tree
 2015-07-30 19:16 UTC 

Patch "drm: add a check for x/y in drm_mode_setcrtc" has been added to the 3.10-stable tree
 2015-07-30 19:16 UTC 

Patch "dm btree: silence lockdep lock inversion in dm_btree_del()" has been added to the 3.10-stable tree
 2015-07-30 19:16 UTC 

Patch "drm/radeon: SDMA fix hibernation (CI GPU family)." has been added to the 3.14-stable tree
 2015-07-30 19:16 UTC 

Patch "mmc: block: Add missing mmc_blk_put() in power_ro_lock_show()" has been added to the 3.14-stable tree
 2015-07-30 19:16 UTC 

Patch "drm/radeon: compute ring fix hibernation (CI GPU family) v2." has been added to the 3.14-stable tree
 2015-07-30 19:16 UTC 

Patch "drm/qxl: Do not leak memory if qxl_release_list_add fails" has been added to the 3.14-stable tree
 2015-07-30 19:16 UTC 

Patch "drm/radeon: add a dpm quirk for Sapphire Radeon R9 270X 2GB GDDR5" has been added to the 3.14-stable tree
 2015-07-30 19:16 UTC 

Patch "drm/radeon: Don't flush the GART TLB if rdev->gart.ptr == NULL" has been added to the 3.14-stable tree
 2015-07-30 19:16 UTC 

Patch "drm: add a check for x/y in drm_mode_setcrtc" has been added to the 3.14-stable tree
 2015-07-30 19:16 UTC 

Patch "drm/qxl: Do not cause spice-server to clean our objects" has been added to the 3.14-stable tree
 2015-07-30 19:16 UTC 

Patch "dm space map metadata: fix occasional leak of a metadata block on resize" has been added to the 3.14-stable tree
 2015-07-30 19:16 UTC 

Patch "dm stats: fix divide by zero if 'number_of_areas' arg is zero" has been added to the 3.14-stable tree
 2015-07-30 19:16 UTC 

Patch "dm btree: silence lockdep lock inversion in dm_btree_del()" has been added to the 3.14-stable tree
 2015-07-30 19:16 UTC 

Patch "dm btree remove: fix bug in redistribute3" has been added to the 3.14-stable tree
 2015-07-30 19:16 UTC 

Patch "libata: Fix regression when the NCQ Send and Receive log page is absent" has been added to the 4.1-stable tree
 2015-07-30 19:16 UTC 

Patch "libata: Fall back to unqueued READ LOG EXT if the DMA variant fails" has been added to the 4.1-stable tree
 2015-07-30 19:13 UTC  (4+ messages)

Patch "tty/serial: at91: RS485 mode: 0 is valid for delay_rts_after_send" has been added to the 4.1-stable tree
 2015-07-30 19:13 UTC 

Patch "Revert "drm/radeon: dont switch vt on suspend"" has been added to the 4.1-stable tree
 2015-07-30 19:13 UTC 

Patch "Revert "drm/i915: Declare the swizzling unknown for L-shaped configurations"" has been added to the 4.1-stable tree
 2015-07-30 19:13 UTC 

Patch "mmc: block: Add missing mmc_blk_put() in power_ro_lock_show()" has been added to the 4.1-stable tree
 2015-07-30 19:13 UTC 

Patch "drm/vgem: Set unique to "vgem"" has been added to the 4.1-stable tree
 2015-07-30 19:13 UTC 

Patch "drm/tegra: dpaux: Fix transfers larger than 4 bytes" has been added to the 4.1-stable tree
 2015-07-30 19:13 UTC 

Patch "drm: Stop resetting connector state to unknown" has been added to the 4.1-stable tree
 2015-07-30 19:13 UTC 

Patch "drm/rockchip: use drm_gem_mmap helpers" has been added to the 4.1-stable tree
 2015-07-30 19:12 UTC 

Patch "drm/radeon: unpin cursor BOs on suspend and pin them again on resume (v2)" has been added to the 4.1-stable tree
 2015-07-30 19:12 UTC 

stmmac: add ipq806x glue layer
 2015-07-30 19:12 UTC 

Patch "drm/radeon: take the mode_config mutex when dealing with hpds (v2)" has been added to the 4.1-stable tree
 2015-07-30 19:12 UTC 

Patch "drm/radeon: SDMA fix hibernation (CI GPU family)." has been added to the 4.1-stable tree
 2015-07-30 19:12 UTC 

Patch "drm/radeon: only check the sink type on DP connectors" has been added to the 4.1-stable tree
 2015-07-30 19:12 UTC 

Patch "drm/radeon: Handle irqs only based on irq ring, not irq status regs." has been added to the 4.1-stable tree
 2015-07-30 19:12 UTC 

Patch "drm/radeon: fix user ptr race condition" has been added to the 4.1-stable tree
 2015-07-30 19:12 UTC 

Patch "drm/radeon: fix HDP flushing" has been added to the 4.1-stable tree
 2015-07-30 19:12 UTC 

Patch "drm/radeon: Don't flush the GART TLB if rdev->gart.ptr == NULL" has been added to the 4.1-stable tree
 2015-07-30 19:12 UTC 

Patch "drm/radeon: compute ring fix hibernation (CI GPU family) v2." has been added to the 4.1-stable tree
 2015-07-30 19:12 UTC 

Patch "drm/radeon: add a dpm quirk for Sapphire Radeon R9 270X 2GB GDDR5" has been added to the 4.1-stable tree
 2015-07-30 19:12 UTC 

Patch "drm/radeon: Clean up reference counting and pinning of the cursor BOs" has been added to the 4.1-stable tree
 2015-07-30 19:12 UTC 

Patch "drm/qxl: Do not leak memory if qxl_release_list_add fails" has been added to the 4.1-stable tree
 2015-07-30 19:12 UTC 

Patch "drm/radeon/ci: silence a harmless PCC warning" has been added to the 4.1-stable tree
 2015-07-30 19:12 UTC 

Patch "drm/radeon: clean up radeon_audio_enable" has been added to the 4.1-stable tree
 2015-07-30 19:12 UTC 

Patch "drm: Provide compat ioctl for addfb2.1" has been added to the 4.1-stable tree
 2015-07-30 19:12 UTC 

Patch "drm/i915: Use two 32bit reads for select 64bit REG_READ ioctls" has been added to the 4.1-stable tree
 2015-07-30 19:12 UTC 

Patch "drm/qxl: Do not cause spice-server to clean our objects" has been added to the 4.1-stable tree
 2015-07-30 19:12 UTC 

Patch "drm/i915: Forward all core DRM ioctls to core compat handling" has been added to the 4.1-stable tree
 2015-07-30 19:12 UTC 

Patch "drm/i915: Snapshot seqno of most recently submitted request." has been added to the 4.1-stable tree
 2015-07-30 19:12 UTC 

Patch "drm/i915/ppgtt: Break loop in gen8_ppgtt_clear_range failure path" has been added to the 4.1-stable tree
 2015-07-30 19:12 UTC 

Patch "drm/i915: fix backlight after resume on 855gm" has been added to the 4.1-stable tree
 2015-07-30 19:12 UTC 

Patch "drm/i915: Fix IPS related flicker" has been added to the 4.1-stable tree
 2015-07-30 19:12 UTC 

Patch "drm/dp/mst: take lock around looking up the branch device on hpd irq" has been added to the 4.1-stable tree
 2015-07-30 19:12 UTC 

Patch "drm/i915: Declare the swizzling unknown for L-shaped configurations" has been added to the 4.1-stable tree
 2015-07-30 19:12 UTC 

Patch "drm/dp/mst: make sure mst_primary mstb is valid in work function" has been added to the 4.1-stable tree
 2015-07-30 19:12 UTC 

Patch "drm/dp/mst: close deadlock in connector destruction." has been added to the 4.1-stable tree
 2015-07-30 19:12 UTC 

Patch "drm/bridge: ptn3460: Include linux/gpio/consumer.h" has been added to the 4.1-stable tree
 2015-07-30 19:12 UTC 

Patch "drm/atomic: fix out of bounds read in for_each_*_in_state helpers" has been added to the 4.1-stable tree
 2015-07-30 19:12 UTC 

Patch "drm: add a check for x/y in drm_mode_setcrtc" has been added to the 4.1-stable tree
 2015-07-30 19:12 UTC 

Patch "dm thin: allocate the cell_sort_array dynamically" has been added to the 4.1-stable tree
 2015-07-30 19:12 UTC 

Patch "dm stats: fix divide by zero if 'number_of_areas' arg is zero" has been added to the 4.1-stable tree
 2015-07-30 19:12 UTC 

Patch "dm space map metadata: fix occasional leak of a metadata block on resize" has been added to the 4.1-stable tree
 2015-07-30 19:12 UTC 

Patch "dm cache: fix race when issuing a POLICY_REPLACE operation" has been added to the 4.1-stable tree
 2015-07-30 19:12 UTC 

Patch "dm btree: silence lockdep lock inversion in dm_btree_del()" has been added to the 4.1-stable tree
 2015-07-30 19:12 UTC 

Patch "dm btree remove: fix bug in redistribute3" has been added to the 4.1-stable tree
 2015-07-30 19:12 UTC 

Patch "bus: arm-ccn: Fix node->XP config conversion" has been added to the 4.1-stable tree
 2015-07-30 19:12 UTC 

Patch "block: loop: convert to per-device workqueue" has been added to the 4.1-stable tree
 2015-07-30 19:12 UTC 

Patch "block: loop: avoiding too many pending per work I/O" has been added to the 4.1-stable tree
 2015-07-30 19:12 UTC 

Patch "block: Do a full clone when splitting discard bios" has been added to the 4.1-stable tree
 2015-07-30 19:12 UTC 

Patch "ARM: at91/dt: update udc compatible strings" has been added to the 4.1-stable tree
 2015-07-30 19:12 UTC 

Patch "ARM: at91/dt: trivial: fix USB udc compatible string" has been added to the 4.1-stable tree
 2015-07-30 19:12 UTC 

Patch "ARM: at91/dt: sama5d4: fix dma conf for aes, sha and tdes nodes" has been added to the 4.1-stable tree
 2015-07-30 19:12 UTC 

Patch "ARM: at91/dt: sama5d4ek: mci0 uses slot 0" has been added to the 4.1-stable tree
 2015-07-30 19:12 UTC 

[PATCH v3 00/11] Smack namespace
 2015-07-30 19:11 UTC  (9+ messages)
` [PATCH v3 11/11] smack: documentation for the "

[PATCH] x86/mm, efi: Check for valid image type
 2015-07-30 19:09 UTC  (8+ messages)

[RFC v2 00/24] xfs: add reflink and dedupe support
 2015-07-30 19:09 UTC  (4+ messages)
` [PATCH 04/24] xfs: refcount btree add more reserved blocks


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.