All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-01-14 05:26:16 to 2015-01-14 07:29:08 UTC [more...]

[PATCH 3.18 000/150] 3.18.3-stable review
 2015-01-14  7:22 UTC  (57+ messages)
` [PATCH 3.18 001/150] drivers/rtc/rtc-sirfsoc.c: move hardware initilization earlier in probe
` [PATCH 3.18 003/150] rtc: omap: fix missing wakealarm attribute
` [PATCH 3.18 006/150] ocfs2: fix the wrong directory passed to ocfs2_lookup_ino_from_name() when link file
` [PATCH 3.18 008/150] ath9k: fix BE/BK queue order
` [PATCH 3.18 009/150] can: peak_usb: fix cleanup sequence order in case of error during init
` [PATCH 3.18 012/150] swiotlb-xen: remove BUG_ON in xen_bus_to_phys
` [PATCH 3.18 013/150] swiotlb-xen: call xen_dma_sync_single_for_device when appropriate
` [PATCH 3.18 014/150] swiotlb-xen: pass dev_addr to swiotlb_tbl_unmap_single
` [PATCH 3.18 015/150] iwlwifi: dvm: fix flush support for old firmware
` [PATCH 3.18 017/150] iwlwifi: add new device IDs for 3165
` [PATCH 3.18 018/150] ath5k: fix hardware queue index assignment
` [PATCH 3.18 019/150] ASoC: eukrea-tlv320: Fix of_node_put() call with uninitialized object
` [PATCH 3.18 025/150] ktest: Fix make_min_config to handle new assign_configs call
` [PATCH 3.18 026/150] powerpc: Fix bad NULL pointer check in udbg_uart_getc_poll()
` [PATCH 3.18 027/150] powerpc/book3s: Fix partial invalidation of TLBs in MCE code
` [PATCH 3.18 028/150] powerpc/powernv: Switch off MMU before entering nap/sleep/rvwinkle mode
` [PATCH 3.18 029/150] powerpc/perf/hv-24x7: Use per-cpu page buffer
` [PATCH 3.18 030/150] powerpc: add little endian flag to syscall_get_arch()
` [PATCH 3.18 031/150] Bluetooth: ath3k: Add support of MCI 13d3:3408 bt device
` [PATCH 3.18 036/150] Bluetooth: Fix controller configuration with HCI_QUIRK_INVALID_BDADDR
` [PATCH 3.18 038/150] PCI: Restore detection of read-only BARs
` [PATCH 3.18 039/150] brcmfmac: Fix ifidx for rx data by msgbuf
` [PATCH 3.18 040/150] pstore-ram: Fix hangs by using write-combine mappings
` [PATCH 3.18 041/150] pstore-ram: Allow optional mapping with pgprot_noncached
` [PATCH 3.18 043/150] UBI: Fix double free after do_sync_erase()
` [PATCH 3.18 044/150] iommu/vt-d: Fix an off-by-one bug in __domain_mapping()
` [PATCH 3.18 045/150] iommu/vt-d: Fix dmar_domain leak in iommu_attach_device
` [PATCH 3.18 046/150] blk-mq: use nr_cpu_ids as highest CPU ID count for hwq <-> cpu map
` [PATCH 3.18 047/150] blk-mq: Fix a use-after-free
` [PATCH 3.18 052/150] HID: wacom: re-add accidentally dropped Lenovo PID
` [PATCH 3.18 053/150] HID: wacom: fix freeze on open when autosuspend is on
` [PATCH 3.18 054/150] HID: i2c-hid: fix race condition reading reports
` [PATCH 3.18 055/150] HID: i2c-hid: prevent buffer overflow in early IRQ
` [PATCH 3.18 056/150] HID: roccat: potential out of bounds in pyra_sysfs_write_settings()
` [PATCH 3.18 057/150] HID: i2c-hid: Do not free buffers in i2c_hid_stop()
` [PATCH 3.18 058/150] HID: add battery quirk for USB_DEVICE_ID_APPLE_ALU_WIRELESS_2011_ISO keyboard
` [PATCH 3.18 060/150] x86: export get_xsave_addr
` [PATCH 3.18 062/150] KVM: x86: em_ret_far overrides cpl
` [PATCH 3.18 065/150] KVM: s390: flush CPU on load control
` [PATCH 3.18 066/150] KVM: s390: Fix ipte locking
` [PATCH 3.18 067/150] kvm: x86: drop severity of "generation wraparound" message
` [PATCH 3.18 070/150] driver core: Fix unbalanced device reference in drivers_probe
` [PATCH 3.18 071/150] misc: genwqe: check for error from get_user_pages_fast()
` [PATCH 3.18 073/150] i2c: designware: Fix falling time bindings doc
` [PATCH 3.18 075/150] ALSA: hda/realtek - New codec support for ALC298
` [PATCH 3.18 076/150] ALSA: hda/realtek - New codec support for ALC256
` [PATCH 3.18 081/150] ALSA: hda - Fix wrong gpio_dir & gpio_mask hint setups for IDT/STAC codecs
` [PATCH 3.18 082/150] ALSA: hda - Add new GPU codec ID 0x10de0072 to snd-hda
` [PATCH 3.18 083/150] md/raid5: fetch_block must fetch all the blocks handle_stripe_dirtying wants
` [PATCH 3.18 084/150] USB: cdc-acm: check for valid interfaces
` [PATCH 3.18 086/150] usb: gadget: at91_udc: move prepare clk into process context
` [PATCH 3.18 099/150] n_tty: Fix read_buf race condition, increment read_head after pushing data
` [PATCH 3.18 100/150] Drivers: hv: vmbus: Fix a race condition when unregistering a device
` [PATCH 3.18 101/150] Drivers: hv: util: make struct hv_do_fcopy match Hyper-V host messages
` [PATCH 3.18 102/150] fs: nfsd: Fix signedness bug in compare_blob
` [PATCH 3.18 103/150] nfsd4: fix xdr4 inclusion of escaped char

[Qemu-devel] [PATCH v3 0/7] cpu: add device_add foo-x86_64-cpu support
 2015-01-14  7:27 UTC  (4+ messages)
` [Qemu-devel] [PATCH v3 1/7] cpu: introduce CpuTopoInfo structure for argument simplification
` [Qemu-devel] [PATCH v3 3/7] qom/cpu: move apic vmstate register into x86_cpu_apic_realize
` [Qemu-devel] [PATCH v3 5/7] acpi:cpu hotplug: set pcmachine as icc bus' hotplug handler

[PATCH] spi: sh-msiof: Update calculation of frequency dividing
 2015-01-14  7:25 UTC  (2+ messages)

[linux-lvm] determining snapshot overhead
 2015-01-14  7:24 UTC 

[Qemu-devel] [PATCH 0/9] qmp hmp balloon: Cleanups around error reporting
 2015-01-14  7:23 UTC  (2+ messages)

[PATCH] x86, mpx: Ensure unused arguments of prctl() MPX requests are 0
 2015-01-14  7:21 UTC  (8+ messages)

[PATCH] ARM: BCM5301X: Drop unused poll-interval from gpio-keys
 2015-01-14  7:20 UTC  (2+ messages)
` [PATCH] ARM: BCM5301X: Add LEDs for Buffalo devices

[PATCH] BLACKFIN MEDIA DRIVER: rewrite the blackfin style of read/write into common style
 2015-01-14  6:57 UTC 

Help-desk Service Center requires your immediate re-activation
 2015-01-14  7:09 UTC 

[PATCH] smack: fix possible use after frees in task_security() callers
 2015-01-14  7:12 UTC  (2+ messages)

[PATCH v3 00/14] Enable vTPM subsystem on TPM 2.0
 2015-01-14  7:12 UTC  (4+ messages)

[PATCH] tools/configure: Check if pixman is present on the system
 2015-01-14  7:11 UTC  (2+ messages)

[PATCH V7 0/8] Add new powerpc specific ELF core notes
 2015-01-14  7:08 UTC  (18+ messages)
` [PATCH V7 1/8] elf: Add new powerpc specifc core note sections
` [PATCH V7 2/8] powerpc, process: Add the function flush_tmregs_to_thread
` [PATCH V7 3/8] powerpc, ptrace: Enable fpr_(get/set) for transactional memory
` [PATCH V7 4/8] powerpc, ptrace: Enable vr_(get/set) "
` [PATCH V7 5/8] powerpc, ptrace: Enable support for transactional memory register sets
` [PATCH V7 6/8] powerpc, ptrace: Enable support for miscellaneous debug registers
` [PATCH V7 7/8] selftests, powerpc: Add test case for TM related ptrace interface
` [PATCH V7 8/8] selftests: Make GIT ignore all binaries in powerpc test suite

[PATCH 0/3] Add support for Fujitsu USB host controller
 2015-01-14  7:08 UTC  (11+ messages)
` [PATCH 3/3] usb: dwc3: add a quirk for device disconnection issue in Synopsis dwc3 core

[PATCH] ARM: multi_v7_defconfig: Enable Hip01 platform
 2015-01-14  7:02 UTC  (2+ messages)

Memstore performance improvements v0.90 vs v0.87
 2015-01-14  7:05 UTC 

[PATCH 00/11] Alternate p2m: support multiple copies of host p2m
 2015-01-14  7:04 UTC  (7+ messages)

[PATCH 1/2] ARM: tegra: add Acer Chromebook 13 device tree
 2015-01-14  7:02 UTC  (5+ messages)

[PATCH] btrfs-progs: Fix wrong return value when executing 'fi show' on umounted device
 2015-01-14  6:50 UTC 

[PATCH iproute2] ss: Filter inet dgram sockets with established state by default
 2015-01-14  6:49 UTC  (3+ messages)

[Bug 87715] New: Changing resolution away from 1680x1050 results in scattered display
 2015-01-14  6:58 UTC  (2+ messages)
  ` [Bug 87715] [NV50] "

[PATCH RFC 0/3] Make "ti,tilcdc,slave" DT binding more sensible
 2015-01-14  6:57 UTC  (2+ messages)

[PATCH 1/2] RDMA/libocrdma: return positive error codes
 2015-01-14  6:53 UTC  (2+ messages)
  ` [PATCH 2/2] RDMA/libocrdma: update libocrdma version string

[PATCH 0/2] libocrdma bug fixes
 2015-01-14  6:53 UTC 

(v2) Design proposal for RMRR fix
 2015-01-14  6:52 UTC  (18+ messages)

[PATCH net 3/3]tg3: Release tp->lock before invoking synchronize_irq()
 2015-01-14  6:32 UTC 

[PATCH net 2/3]tg3: tg3_reset_task() needs to use rtnl_lock to synchronize
 2015-01-14  6:31 UTC 

[PATCH net 1/3]tg3: tg3_timer() should grab tp->lock before checking for tp->irq_sync
 2015-01-14  6:31 UTC 

[PATCH net 0/3]tg3: synchronize_irq() should be called without taking locks
 2015-01-14  6:30 UTC 

[PATCH net-next] bridge: fix setlink/dellink notifications
 2015-01-14  6:48 UTC 

[PATCH v2] usb: dwc2: call dwc2_is_controller_alive() under spinlock
 2015-01-14  6:45 UTC 

[U-Boot] [PATCH 2/2] config_cmd_default.h: wrap each definition in "ifndef"
 2015-01-14  6:42 UTC  (5+ messages)

Architecture for dom0 integrity measurements
 2015-01-14  6:41 UTC  (2+ messages)

[PATCH FIX for-3.19] IB/ipoib: Fix failed multicast joins/sends
 2015-01-14  6:38 UTC 

[PATCH net-next v13 0/3] add hisilicon hip04 ethernet driver
 2015-01-14  6:34 UTC  (12+ messages)
` [PATCH net-next v13 1/3] Documentation: add Device tree bindings for Hisilicon hip04 ethernet
` [PATCH net-next v13 2/3] net: hisilicon: new hip04 MDIO driver
` [PATCH net-next v13 3/3] net: hisilicon: new hip04 ethernet driver

net_test_tools: add ipv6 support for kbench_mod
 2015-01-14  6:35 UTC  (2+ messages)

[PATCH] staging: lustre: libcfs: fix sparse warnings about static declaration
 2015-01-14  6:35 UTC  (2+ messages)

[PATCH] kernel/module.c: Free lock-classes if parse_args failed
 2015-01-14  6:25 UTC 

[U-Boot] [PATCH] Exynos: Fix warnings from clock_get_periph_rate
 2015-01-14  6:33 UTC  (2+ messages)

[Qemu-devel] [PATCH v11 00/13] block: Incremental backup series
 2015-01-14  6:29 UTC  (5+ messages)
` [Qemu-devel] [PATCH v11 09/13] qmp: Add support of "dirty-bitmap" sync mode for drive-backup

[net-next PATCH v2 00/12] Flow API
 2015-01-14  6:29 UTC  (2+ messages)

[v3] gpio_wdt: Add "always_running" feature to GPIO watchdog
 2015-01-14  6:28 UTC  (2+ messages)
` [PATCH v4] "

[PATCH 0/6] raspberry-pi: updates
 2015-01-14  6:26 UTC  (7+ messages)
` [PATCH 1/6] raspberry-pi: add board model detection
  ` [PATCH 2/6] raspberry-pi: add leds support

[PATCH] kexec/x86: fix crashkernel reserved mem detection
 2015-01-14  6:24 UTC  (5+ messages)

be2net: SR-IOV, vlan isolation issue
 2015-01-14  6:26 UTC  (2+ messages)

[PATCH 00/20] IB/mad: Add support for Intel Omni-Path Architecture (OPA) MAD processing
 2015-01-14  6:26 UTC  (12+ messages)
` [PATCH 02/20] IB/core: Cache device attributes for use by upper level drivers
` [PATCH 05/20] IB/mad: Change cast in rcv_has_same_class
` [PATCH 06/20] IB/core: Add mad_size to ib_device_attr
` [PATCH 14/20] IB/core: Add IB_DEVICE_OPA_MAD_SUPPORT device cap flag
` [PATCH 15/20] IB/mad: Create jumbo_mad data structures

[PATCH 0/6 v2] raspberry-pi: updates
 2015-01-14  6:24 UTC  (2+ messages)

[PATCH] usb: dwc2: call dwc2_is_controller_alive() under spinlock
 2015-01-14  6:25 UTC  (3+ messages)

Fast Path Query
 2015-01-14  6:24 UTC  (2+ messages)

[PATCH] mmc: sdhci: Set SDHCI_POWER_ON with external vmmc
 2015-01-14  6:24 UTC 

[PATCH] intel: Fix GTT entry setup for aub dump
 2015-01-14  6:20 UTC 

[RFC PATCH 0/9] Add generic PM domain support for Tegra SoC
 2015-01-14  6:19 UTC  (10+ messages)
  ` [RFC PATCH 1/9] reset: add of_reset_control_get_by_index()
  ` [RFC PATCH 2/9] memory: tegra: add mc flush support
  ` [RFC PATCH 3/9] memory: tegra: add flush operation for Tegra124 memory clients
  ` [RFC PATCH 4/9] soc: tegra: pmc: Add generic PM domain support
  ` [RFC PATCH 5/9] ARM: tegra: add PM domain device nodes to Tegra124 DT
  ` [RFC PATCH 6/9] ARM: tegra: add GPU power supply to Jetson TK1 DT
  ` [RFC PATCH 7/9] drm/tegra: dc: remove the power sequence from driver
  ` [RFC PATCH 8/9] PCI: tegra: "
  ` [RFC PATCH 9/9] ata: ahci_tegra: remove "

linux-next: Tree for Jan 14
 2015-01-14  6:17 UTC 

[PATCH] ARM: include some headers from barebox-arm.h
 2015-01-14  6:16 UTC  (2+ messages)

[PATCH] cx23885/vb2 regression: please test this patch
 2015-01-14  6:16 UTC  (3+ messages)

[PATCH v2] kbuild: add KBUILD_DEFCONFIG
 2015-01-14  6:14 UTC  (2+ messages)

extremely slow file creation/deletion after xfs ran full
 2015-01-14  6:12 UTC  (12+ messages)

Investment
 2015-01-13 17:42 UTC 

[PATCH] at91sam9_wdt: Allow watchdog to reset device at early boot
 2015-01-14  6:09 UTC  (13+ messages)

bitbake freezes at recipe qt4-x11-free-1_4.8.5-r0: task do_compile: Started
 2015-01-14  6:07 UTC  (3+ messages)

[PATCH V1 FIX for-3.19] IB/ipoib: Fix broken multicast flow
 2015-01-14  6:06 UTC  (7+ messages)

[PATCH] tty/serial: digicolor: remove sysrq reference
 2015-01-14  6:04 UTC  (2+ messages)

[PATCH 0/4] clk: tegra: add support for the Tegra132 CAR IP block
 2015-01-14  6:03 UTC  (5+ messages)
` [PATCH 1/4] clk: tegra: make tegra_clocks_apply_init_table() arch_initcall

[PATCH] serial: digicolor: fix sysrq handling
 2015-01-14  5:57 UTC  (3+ messages)

[PATCH] drm/exynos: fix warning of vblank reference count
 2015-01-14  5:55 UTC 

[Cluster-devel] [RFC] Organizing HA Summit 2015
 2015-01-14  5:51 UTC  (7+ messages)
` [Cluster-devel] [Pacemaker] "
  ` [Cluster-devel] [ha-wg-technical] "
      ` [Cluster-devel] [Linux-HA] "
        ` [Cluster-devel] [Pacemaker] [Linux-HA] [ha-wg-technical] "
          ` [Cluster-devel] [Linux-HA] [Pacemaker] "

[RFC] export module parameters even the permission is zero
 2015-01-14  5:46 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] Errata/ARM57: Add basic constructs to handle and apply A57 specific erratas
 2015-01-14  5:42 UTC  (3+ messages)

[ath9k-devel] Bluetooth not working on AR9462/0489:e076
 2015-01-14  5:41 UTC  (5+ messages)

[Intel-gfx] [PATCH 1/2] drm: Adding rotation to drm_plane_helper_check_update
 2015-01-14  5:40 UTC  (2+ messages)
` [PATCH] "

[PATCH] gpiolib: of: Correct error handling in of_get_named_gpiod_flags
 2015-01-14  5:39 UTC  (2+ messages)

[PATCH] crypto: algif - change algif_skcipher to be asynchronous
 2015-01-14  5:38 UTC  (2+ messages)

[RESEND PATCH v3] clocksource: exynos_mct: Add the support for Exynos 64bit SoC
 2015-01-14  5:33 UTC  (2+ messages)

basic-mmio-gpio: add DT support
 2015-01-14  5:32 UTC  (2+ messages)

[meta-selinux][PATCH] audit-systemd: allow manual stop as sysvinit
 2015-01-14  5:30 UTC 

[PATCH] neighbour: fix base_reachable_time(_ms) not effective immediatly when changed
 2015-01-14  5:28 UTC  (3+ messages)

[PATCH RESEND v2] net: fec: fix MDIO bus assignement for dual fec SoC's
 2015-01-14  5:27 UTC  (4+ messages)

[PATCH 1/2] net/macb: Adding comments to various #defs to make interpretation easier
 2015-01-14  5:26 UTC  (4+ messages)
` [PATCH 2/2] net/macb: improved ethtool statistics support


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.