All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-09-30 11:22:30 to 2015-09-30 12:30:05 UTC [more...]

[PATCH 1/2] drivers: staging: wilc1000: Replace message queue with standard Linux lists
 2015-09-30 12:29 UTC  (3+ messages)

[PATCH v3 0/6] tty: serial: msm: Add DMA support and fix bit definitions
 2015-09-30 12:27 UTC  (8+ messages)
` [PATCH v3 1/6] tty: serial: msm: Add mask value for UART_DM registers
` [PATCH v3 2/6] tty: serial: msm: replaces (1 << x) with BIT(x) macro
` [PATCH v3 3/6] tty: serial: msm: Add msm prefix to all driver functions
` [PATCH v3 4/6] tty: serial: msm: Add TX DMA support
` [PATCH v3 5/6] tty: serial: msm: Add RX "
` [PATCH v3 6/6] tty: serial: msm: Remove 115.2 Kbps maximum baud rate limitation

[PATCH] bluetooth: btuart_cs: remove obsolete header
 2015-09-30 12:27 UTC 

Having troubles binding an SR-IOV VF to uio_pci_generic on Amazon instance
 2015-09-30 12:27 UTC  (14+ messages)

[PATCH 00/10] Remove zonelist cache and high-order watermark checking v4
 2015-09-30 12:26 UTC  (8+ messages)
` [PATCH 05/10] mm, page_alloc: Distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd

[PATCH v3] x86/EPT: work around hardware erratum setting A bit
 2015-09-30 12:25 UTC  (5+ messages)

[PATCH] drm/i915/bxt: fix RC6 residency time calculation
 2015-09-30 12:26 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] Staging: octeon: Use preferred kernel type
 2015-09-30 12:23 UTC 

[PATCH] drm/i915/guc: Media domain bit needed when notify GuC rc6 state
 2015-09-30 12:25 UTC  (3+ messages)

[Qemu-devel] [PATCH v4 0/5] add ACPI node for fw_cfg on pc and arm
 2015-09-30 12:22 UTC  (8+ messages)
` [Qemu-devel] [PATCH v4 4/5] acpi: arm: add fw_cfg device node to dsdt

[Xenomai] Xenomai and RT Preempt Patch?
 2015-09-30 12:21 UTC  (2+ messages)

[PATCH 23/32] staging: wilc1000: rename strHostIfSetMulti
 2015-09-30 12:21 UTC  (4+ messages)
` [PATCH 32/32] staging: wilc1000: fix kernel fail after ifconfig wlan0 up

[PATCH 1/2] Staging: fbtft: Remove debug messages related to DEBUG_WRITE_VMEM
 2015-09-30 12:20 UTC  (2+ messages)
` [PATCH 2/2] Staging: fbtft: Remove debug messages related to DEBUG_BACKLIGHT

[3.16.y-ckt stable] Linux 3.16.7-ckt18 stable review
 2015-09-30 12:20 UTC  (5+ messages)
` [PATCH 3.16.y-ckt 081/133] stmmac: fix check for phydev being open

[PATCH] drm/exynos: dp: remove suspend/resume functions
 2015-09-30 12:19 UTC  (2+ messages)

ARM64: renesas: r8a7795: Add graphics-related MSTP clocks
 2015-09-30 12:19 UTC 

[PATCH v6 00/29] Introduce HVM without dm and new boot ABI
 2015-09-30 12:19 UTC  (21+ messages)
` [PATCH v6 24/29] xen/x86: allow HVM guests to use hypercalls to bring up vCPUs

[PATCH 00/15] drm/i915: Adding NV12 for skylake display
 2015-09-30 12:22 UTC  (7+ messages)
` [PATCH 01/15] drm/i915: Allocate min dbuf blocks per bspec
` [PATCH 03/15] drm/i915: Set scaler mode for NV12

[LTP] [PATCH 1/2] testscripts: make redirects happen in correct order
 2015-09-30 12:18 UTC  (4+ messages)
` [LTP] [PATCH 2/2] cpuhotplug_hotplug.sh: do/done should be left-aligned

[PATCH 00/12] net: assorted y2038 changes
 2015-09-30 12:15 UTC  (29+ messages)
` [Intel-wired-lan] "
` [PATCH 01/12] net: fec: avoid timespec use
` [PATCH 02/12] net: stmmac: avoid using timespec
` [PATCH 03/12] net: igb: "
  ` [Intel-wired-lan] "
` [PATCH 04/12] mwifiex: use ktime_get_real for timestamping
` [PATCH 05/12] mwifiex: avoid gettimeofday in ba_threshold setting
` [PATCH 06/12] mac80211: use ktime_get_seconds
` [PATCH 07/12] atm: hide 'struct zatm_t_hist'
` [PATCH 08/12] nfnetlink: use y2038 safe timestamp
` [PATCH 09/12] ipv6: use ktime_t for internal timestamps
` [PATCH 10/12] net: sctp: avoid incorrect time_t use
` [PATCH 11/12] [RFC] ipv4: avoid timespec in timestamp computation
  ` [RFC PATCH] ipv4: ktime_get_ms_of_day() can be static
` [PATCH 12/12] [RFC] can: avoid using timeval for uapi

[dm-crypt] Basics
 2015-09-30 12:16 UTC  (11+ messages)

[Qemu-devel] Loading image/elf to cpu that has different not system memory address space
 2015-09-30 12:15 UTC  (13+ messages)

[U-Boot] [PATCH] ARM: uniphier: fix address mapping in README.uniphier
 2015-09-30 12:15 UTC 

[U-Boot] [PATCH] arm: mvebu: Fix internal register config on A38x
 2015-09-30 12:14 UTC  (3+ messages)

Safely cleaning 'downloads'
 2015-09-30 12:13 UTC 

a patch to improve cephfs direct io performance
 2015-09-30 12:13 UTC  (4+ messages)

[PATCH 0/4] eth_ring: perf test and usability improvements
 2015-09-30 12:12 UTC  (5+ messages)
` [PATCH 1/4] ring: enhance rte_eth_from_rings
` [PATCH 2/4] rte_ring: store memzone pointer inside ring
` [PATCH 3/4] ring: add rte_eth_from_ring function
` [PATCH 4/4] test: Add perf test for ring pmd

[PATCH v2 0/6] tty: serial: msm: Add DMA support and fix bit definitions
 2015-09-30 12:12 UTC  (9+ messages)
` [PATCH v2 1/6] tty: serial: msm: Add mask value for UART_DM registers
` [PATCH v2 2/6] tty: serial: msm: replaces (1 << x) with BIT(x) macro
` [PATCH v2 3/6] tty: serial: msm: Add msm prefix to all driver functions
` [PATCH v2 4/6] tty: serial: msm: Add TX DMA support
` [PATCH v2 5/6] tty: serial: msm: Add RX "
` [PATCH v2 6/6] tty: serial: msm: Remove 115.2 Kbps maximum baud rate limitation

[PATCH v2] x86/PoD: shorten certain operations on higher order ranges
 2015-09-30 12:12 UTC  (3+ messages)

[PATCH] staging: rtl8192e: rtl_wx: fix negative noise value
 2015-09-30 12:12 UTC 

[DMC_BUGFIX_SKL_V2 1/5] drm/i915/skl: Added a check for the hardware status of csr fw before loading
 2015-09-30 12:14 UTC  (11+ messages)

How to create and install a library in yocto -- Hello Library
 2015-09-30 12:08 UTC  (2+ messages)

[PATCH V2 00/31] powerpc/mm: Update page table format for book3s 64
 2015-09-30 12:07 UTC  (3+ messages)
` [PATCH V2 19/31] powerpc/mm: Convert 4k hash insert to C

[PATCH 0/7] Fix 8004
 2015-09-30 12:02 UTC  (8+ messages)
` [PATCH 1/7] toaster: implement API to get full list of deps
` [PATCH 2/7] toaster: use get_alldeps in layerdetails renderer
` [PATCH 3/7] toaster: add template filter get_alldeps
` [PATCH 4/7] toaster: use get_alldeps in LayerTable
` [PATCH 5/7] toaster: fix NameError
` [PATCH 6/7] toaster: fix orm tests
` [PATCH 7/7] toaster: test get_alldeps API

Problems with printk logs and my driver
 2015-09-30 12:07 UTC  (7+ messages)

[PATCH 1/2] pinctrl: pinconf-generic: sort pin configuration params alphabetically
 2015-09-30 12:07 UTC  (2+ messages)
` [PATCH 2/2] pinctrl: pinconf-generic: add "input-schmitt" DT property

RE:
 2015-09-30 12:06 UTC 

Is there any example application to used DPDK packet distributor library?
 2015-09-30 12:03 UTC  (4+ messages)

[PATCH] Bluetooth: Add iBT register access over HCI support
 2015-09-30 12:03 UTC  (2+ messages)

[PATCH] mmc: core: fix dead loop of mmc_retune
 2015-09-30 12:01 UTC  (3+ messages)

No more new fbdev drivers, please
 2015-09-30 11:59 UTC  (10+ messages)

[meta-gnome][dizzy][PATCH] Use GFDL-1.1 instead of GFDLv1.1
 2015-09-30 11:58 UTC  (6+ messages)
` [PATCH] "

[Buildroot] [PATCH 1/1] openvpn: add option for --enable-password-save
 2015-09-30 11:58 UTC  (2+ messages)

[PATCH] [resend] nouveau: Disable AGP for SiS 761
 2015-09-30 11:52 UTC  (4+ messages)
` [Nouveau] "

[V4 PATCH 0/4] Fix race issues among panic, NMI and crash_kexec
 2015-09-30 11:55 UTC  (11+ messages)
` [V4 PATCH 1/4] panic/x86: Fix re-entrance problem due to panic on NMI
` [V4 PATCH 2/4] panic/x86: Allow cpus to save registers even if they are looping in NMI context
` [V4 PATCH 4/4] x86/apic: Introduce noextnmi boot option

List corruption on epoll_ctl(EPOLL_CTL_DEL) an AF_UNIX socket
 2015-09-30 11:55 UTC  (7+ messages)

Need information on Microblaze PCIe
 2015-09-30 11:54 UTC 

[V4 PATCH 3/4] kexec: Fix race between panic() and crash_kexec() called directly
 2015-09-30 11:53 UTC  (5+ messages)
  `  "

[RFC PATCH 00/20] Coresight integration with perf
 2015-09-30 11:50 UTC  (7+ messages)
` [RFC PATCH 06/20] coresight: etm3x: unlocking tracer in default arch init
` [RFC PATCH 15/20] coresight: etm-perf: implementing 'setup_aux()' API

[Buildroot] [git commit] ltp-testsuite: don't link with libtirpc
 2015-09-30 11:52 UTC 

[Buildroot] [git commit] git: bump to version 2.6.0
 2015-09-30 11:52 UTC 

[Buildroot] [git commit] ltp-testsuite: don't include host headers
 2015-09-30 11:52 UTC 

[PATCH 0/2] coredump: make SIGNAL_GROUP_COREDUMP more friendly to oom-killer
 2015-09-30 11:49 UTC  (2+ messages)

[Buildroot] [PATCH 1/2] ltp-testsuite: don't include host headers
 2015-09-30 11:49 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] ltp-testsuite: don't link with libtirpc

[PATCH] staging: dgap: fix memory leak in dgap_parsefile()
 2015-09-30 11:48 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 00/47] ivshmem improvements
 2015-09-30 11:47 UTC  (5+ messages)
` [Qemu-devel] [PATCH v4 40/47] tests: add ivshmem qtest
` [Qemu-devel] [PATCH v4 46/47] ivshmem: use kvm irqfd for msi notifications

[patch added to the 3.12 stable tree] rc-core: fix remove uevent generation
 2015-09-30 11:47 UTC  (4+ messages)
` [patch added to the 3.12 stable tree] stmmac: fix check for phydev being open

[Qemu-devel] [RFC/PATCH] monitor/ppc: Access all SPRs from the monitor
 2015-09-30 11:47 UTC  (2+ messages)

[PATCH] test extending sub-block AIO writes for races
 2015-09-30 11:47 UTC  (3+ messages)

[PATCH V3 0/3] da9062: Add DA9062 OnKey support using the existing DA9063 OnKey driver
 2015-09-30 11:47 UTC  (8+ messages)
` [PATCH V3 3/3] devicetree: da9062: Add device tree bindings for DA9062 OnKey
          ` [rtc-linux] "

[PATCH v5 00/22] xen/arm64: Add support for 64KB page in Linux
 2015-09-30 11:45 UTC  (7+ messages)

[Buildroot] [Bug 8381] New: make manuconfig problem in opensuse 13.2
 2015-09-30 11:46 UTC  (2+ messages)
` [Buildroot] [Bug 8381] "

[PATCH 0/6] Add OCMEM support (v2)
 2015-09-30 11:45 UTC  (5+ messages)
` [PATCH 6/6] drm/msm: add OCMEM driver

[Buildroot] [PATCH] git: bump to version 2.6.0
 2015-09-30 11:45 UTC  (2+ messages)

[MM PATCH V4 5/6] slub: support for bulk free with SLUB freelists
 2015-09-30 11:44 UTC  (2+ messages)
` [MM PATCH V4.1 "

[Qemu-devel] [PATCH] block/raw-posix: Open file descriptor O_RDWR to work around glibc posix_fallocate emulation issue
 2015-09-30 11:42 UTC  (2+ messages)

[PATCH DOCDAY] xen: write a high level description of the sub-arch choices for heap layout
 2015-09-30 11:39 UTC  (7+ messages)

[RFC PATCH 5/6] vfio-pci: Create iommu mapping for msi interrupt
 2015-09-30 14:56 UTC  (5+ messages)

BTRFS: more space available than free
 2015-09-30 11:05 UTC 

[PATCH v7 0/2] Allow USB devices to remain runtime-suspended when sleeping
 2015-09-30 11:33 UTC  (3+ messages)
` [PATCH v7 1/2] PM / sleep: Go direct_complete if driver has no callbacks

[PATCH] xen/arm: Correctly read the GICv3 Re-Distributor stride
 2015-09-30 11:29 UTC  (3+ messages)

Zoom R16/24 playback slient
 2015-09-30 11:27 UTC  (5+ messages)

[PATCH 1/2] KVM: PPC: e6500: Handle LRAT error exception
 2015-09-30 11:27 UTC  (2+ messages)

[PATCH v3] kexec: fix out of the ELF headers buffer issue in syscall kexec_file_load()
 2015-09-30 11:27 UTC  (3+ messages)

[PATCH] drm/exynos: Avoid NULL pointer dereference in resume if bind failed
 2015-09-30 11:26 UTC  (3+ messages)

[PATCH bluetooth-next 0/4] ieee802154: add llsec support over nl802154
 2015-09-30 11:25 UTC  (2+ messages)

[PATCH bluetooth-next] ieee802154: change mtu size behaviour
 2015-09-30 11:25 UTC  (2+ messages)

[PATCH 4.1 000/159] 4.1.9-stable review
 2015-09-30 11:25 UTC  (3+ messages)
` [PATCH 4.1 108/159] stmmac: fix check for phydev being open

[PATCH bluetooth-next] mac802154: check on len instead mac_len
 2015-09-30 11:25 UTC  (2+ messages)

Linux-Wpan-Next: Regarding usage of fakelb driver
 2015-09-30 11:25 UTC  (4+ messages)

[PATCH bluetooth-next 1/3] ieee802154: 6lowpan: change datagram var types
 2015-09-30 11:25 UTC  (6+ messages)
` [PATCH bluetooth-next 2/3] ieee802154: 6lowpan: don't skip first dsn while fragmentation
` [PATCH bluetooth-next 3/3] ieee802154: 6lowpan: add tx/rx stats

[meta-oe][PATCH] meta-oe: recipes-devtools: add libubox recipe
 2015-09-30 11:15 UTC  (2+ messages)
` [meta-oe][PATCH V2] "

[PATCH V7 0/7] xen pvusb toolstack work
 2015-09-30 11:22 UTC  (3+ messages)
` [PATCH V7 2/7] libxl_read_file_contents: add new entry to read sysfs file

[PATCH 3.14 00/84] 3.14.54-stable review
 2015-09-30 11:22 UTC  (3+ messages)
` [PATCH 3.14 40/84] stmmac: fix check for phydev being open

[PATCH 0/8] Add Support for Hi6220 PMIC Hi6553 MFD Core and Regulator
 2015-09-30 11:05 UTC  (2+ messages)
` [PATCH 7/8] mtcmos: Hi6220: Add Hi6220 mtcmos regulator driver


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.