All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-09-21 06:01:46 to 2014-09-21 13:19:52 UTC [more...]

[PATCH RESEND v3 0/6] AHCI: Optimize interrupt processing
 2014-09-21 13:19 UTC  (6+ messages)
` [PATCH RESEND v3 1/6] AHCI: Cleanup checking of multiple MSIs/SLM modes
` [PATCH RESEND v3 2/6] AHCI: Move host activation code into ahci_host_activate()
` [PATCH RESEND v3 3/6] AHCI: Make few function names more descriptive
` [PATCH RESEND v3 5/6] AHCI: Optimize single IRQ interrupt processing
` [PATCH RESEND v3 6/6] AHCI: Do not read HOST_IRQ_STAT reg in multi-MSI mode

[PATCH v4 0/3] Initial support for XPowers AXP288 PMIC
 2014-09-21 13:14 UTC  (10+ messages)
` [PATCH v4 1/3] mfd/axp20x: extend axp20x to support axp288 pmic
` [PATCH v4 2/3] iio/adc: add support for axp288 adc
` [PATCH v4 3/3] iio: add documentation for current attribute

[U-Boot] [PATCH 0/3] usb: dwc2: Add and enable DWC2 driver
 2014-09-21 13:13 UTC  (4+ messages)
` [U-Boot] [PATCH 1/3] usb: dwc2: Add driver for Synopsis DWC2 USB IP block
` [U-Boot] [PATCH 2/3] arm: socfpga: config: Enable USB support
` [U-Boot] [PATCH 3/3] arm: rpi: Enable USB support on RPi

[U-Boot] [PATCH 00/51] arm: socfpga: Usability fixes
 2014-09-21 13:12 UTC  (52+ messages)
` [U-Boot] [PATCH V2 01/51] net: Remove unused CONFIG_DW_SEARCH_PHY from configs
` [U-Boot] [PATCH 02/51] net: phy: Cleanup drivers/net/phy/micrel.c
` [U-Boot] [PATCH 03/51] net: dwc: Fix cache alignment issues
` [U-Boot] [PATCH 04/51] net: dwc: Make the cache handling less cryptic
` [U-Boot] [PATCH 05/51] mmc: dw_mmc: cleanups
` [U-Boot] [PATCH 06/51] mmc: dw_mmc: Fix cache alignment issue
` [U-Boot] [PATCH 07/51] tools: socfpga: Add socfpga preloader signing to mkimage
` [U-Boot] [PATCH 08/51] arm: socfpga: Complete the list of base addresses
` [U-Boot] [PATCH 09/51] arm: socfpga: Clean up base address file
` [U-Boot] [PATCH V2 10/51] arm: socfpga: Add watchdog disable for socfpga
` [U-Boot] [PATCH 11/51] arm: socfpga: sysmgr: Clean up system manager
` [U-Boot] [PATCH 12/51] arm: socfpga: clock: Implant order into bit definitions
` [U-Boot] [PATCH 13/51] arm: socfpga: clock: Drop nonsense inlining from clock manager code
` [U-Boot] [PATCH 14/51] arm: socfpga: clock: Add missing stubs into board file
` [U-Boot] [PATCH V2 15/51] arm: socfpga: clock: Add code to read clock configuration
` [U-Boot] [PATCH 16/51] arm: socfpga: clock: Trim down code duplication
` [U-Boot] [PATCH 17/51] arm: socfpga: clock: Clean up bit definitions
` [U-Boot] [PATCH 18/51] arm: socfpga: clock: Sync with reference code
` [U-Boot] [PATCH 19/51] arm: socfpga: mmc: Pick the clock from clock manager
` [U-Boot] [PATCH 20/51] arm: socfpga: timer: Pull the timer reload value from config file
` [U-Boot] [PATCH 21/51] arm: socfpga: reset: Add EMAC reset functions
` [U-Boot] [PATCH 22/51] arm: socfpga: misc: Add proper ethernet initialization
` [U-Boot] [PATCH 23/51] arm: socfpga: misc: Add SD controller init
` [U-Boot] [PATCH 24/51] arm: socfpga: misc: Align print_cpuinfo() output
` [U-Boot] [PATCH 25/51] arm: socfpga: board: Correctly set ATAG position
` [U-Boot] [PATCH 26/51] arm: socfpga: board: Align checkboard() output
` [U-Boot] [PATCH 27/51] fpga: altera: Clean up the printing and debug
` [U-Boot] [PATCH 28/51] fpga: altera: Clean up altera_validate function
  ` [U-Boot] [PATCH 29/51] fpga: altera: More indentation trimdown
  ` [U-Boot] [PATCH 30/51] fpga: altera: Move altera_validate to the top
  ` [U-Boot] [PATCH 31/51] fpga: altera: Make altera_validate return normal values
  ` [U-Boot] [PATCH 32/51] fpga: altera: Clean up enums in altera.h
  ` [U-Boot] [PATCH 33/51] fpga: altera: Turn the switches into table lookup
  ` [U-Boot] [PATCH V2 34/51] arm: socfpga: fpga: Add SoCFPGA FPGA programming interface
  ` [U-Boot] [PATCH 35/51] arm: socfpga: reset: Add function to reset FPGA bridges
  ` [U-Boot] [PATCH 36/51] arm: socfpga: sysmgr: Add FPGA bits into system manager
  ` [U-Boot] [PATCH 37/51] arm: cache: Add support for write-allocate D-Cache
  ` [U-Boot] [PATCH 38/51] arm: socfpga: cache: Define cacheline size
  ` [U-Boot] [PATCH 39/51] arm: socfpga: cache: Enable D-Cache
  ` [U-Boot] [PATCH 40/51] arm: socfpga: cache: Enable PL310 L2 cache
  ` [U-Boot] [PATCH 41/51] arm: socfpga: scu: Add SCU register file
  ` [U-Boot] [PATCH 42/51] arm: socfpga: nic301: Add NIC-301 GPV "
  ` [U-Boot] [PATCH 43/51] arm: socfpga: pl310: Map SDRAM to 0x0
  ` [U-Boot] [PATCH 44/51] arm: socfpga: nic301: Add NIC-301 configuration code
  ` [U-Boot] [PATCH 45/51] arm: socfpga: Enable DWMMC for SOCFPGA
  ` [U-Boot] [PATCH 46/51] arm: socfpga: Enable SDMMC boot for SOCFPGA U-Boot
  ` [U-Boot] [PATCH 47/51] arm: socfpga: Move cache_enable to CPU code
  ` [U-Boot] [PATCH 48/51] arm: socfpga: Add command to control HPS-FPGA bridges
  ` [U-Boot] [PATCH 49/51] arm: socfpga: Clean up SoCFPGA configuration
  ` [U-Boot] [PATCH 50/51] arm: socfpga: Split "
  ` [U-Boot] [PATCH 51/51] arm: socfpga: Use CMD_FS_GENERIC

RFC: vb2: replace alloc_ctx by struct device * in vb2_queue
 2014-09-21 13:05 UTC 

[PATCH 1/4] Properly cast to avoid compiler warnings, fixes FTBFS on alpha and ia64
 2014-09-21 12:59 UTC  (3+ messages)
` [PATCH 4/4] Default to acting like fsck

Hardlinks in initrd
 2014-09-21 13:00 UTC 

[Buildroot] [PATCH] openvmtools: disable -Werror
 2014-09-21 12:57 UTC  (2+ messages)

[Buildroot] [PATCH] package/openvmtools: do not force -I/usr/include in CPPFLAGS
 2014-09-21 12:53 UTC  (4+ messages)

[PATCH v7 0/1] iio: jsa1212: Add JSA1212 proximity/ALS sensor
 2014-09-21 12:52 UTC  (5+ messages)
` [PATCH v7 1/1] "

[PATCH 00/18] usbip: Crypto and ACLs
 2014-09-21 12:43 UTC  (7+ messages)
` [PATCH 02/18] usbip: Add support for client authentication
` [PATCH 03/18] usbip: Add kernel support for client ACLs

[PATCH v3] iio: adc: rockchip_saradc: add support for rk3066-tsadc variant
 2014-09-21 12:40 UTC  (4+ messages)

Standardizing an MSR or other hypercall to get an RNG seed?
 2014-09-21 12:39 UTC  (6+ messages)

[PATCH] MIPS/loongson2_cpufreq: Fix CPU clock rate setting mismerge
 2014-09-21 12:38 UTC 

MIPS: loongson2_cpufreq: Fix CPU clock rate setting mismerge
 2014-09-21 12:38 UTC 

action stats broken?
 2014-09-21 12:33 UTC  (3+ messages)

[PATCH v2] IIO: add si7020 driver
 2014-09-21 12:27 UTC  (2+ messages)

[PATCH v3] drivers/iio/adc/vf610-adc: Add temperature sensor support
 2014-09-21 12:27 UTC  (3+ messages)

Bug reported in Launchpad: Asus TP300LA no wifi with Intel AC 7260
 2014-09-21 12:22 UTC 

[PATCH v2 0/4] Initial support for XPowers AXP288 PMIC
 2014-09-21 12:22 UTC  (7+ messages)
` [PATCH v2 4/4] iio/adc/axp288: add support for axp288 gpadc

[PATCH] staging: iio: accel: remove unnecessary syntax
 2014-09-21 12:18 UTC  (3+ messages)

[PATCH v2 0/3] iio: exynos-adc: use syscon instead of ioremap
 2014-09-21 12:17 UTC  (3+ messages)

[PATCH] v4l2-ioctl.c: fix inverted condition
 2014-09-21 12:09 UTC 

man-pages-3.73 is released
 2014-09-21 11:58 UTC 

man-pages-3.73 released
 2014-09-21 11:58 UTC 

[Bug 84901] New: drand48() unduely declared obsolete
 2014-09-21 11:49 UTC  (2+ messages)
  ` [Bug 84901] "

Bug reported in Launchpad: Asus TP300LA no wifi with Intel AC 7260
 2014-09-21 11:41 UTC 

[PATCH 0/5] Remove MAXQUOTAS usage from filesystems
 2014-09-21 11:09 UTC  (3+ messages)
` [PATCH 3/5] reiserfs: Don't use MAXQUOTAS value

[PATCH] kernel.bbclass: use one package split for all firmware filename extensions
 2014-09-21 11:08 UTC 

[PATCH net-next v4 2/2] bonding: Simplify the xmit function for modes that use xmit_hash
 2014-09-21 11:07 UTC  (7+ messages)

Probing misjudges ext2 partition as fat
 2014-09-21 11:03 UTC 

[meta-fsl-arm][PATCH] gstreamer1.0-plugins-imx: Update to version 0.9.9
 2014-09-21 11:02 UTC 

Help for creating a useful bugreport
 2014-09-21 10:57 UTC  (2+ messages)

Master Plan on rewinding
 2014-09-21 10:56 UTC  (14+ messages)

[PATCH 0/3] IT930x USB DVB-T2/C tuner
 2014-09-21 10:53 UTC  (4+ messages)
` [PATCH 1/3] si2157: Add support for Si2147-A30
` [PATCH 2/3] af9035: Add possibility to define which I2C adapter to use
` [PATCH 3/3] af9035: Add support for IT930x USB bridge

[PATCH 0/3] cap1106: add support for cap11xx variants
 2014-09-21 10:53 UTC  (6+ messages)
` [PATCH 1/3] cap1106: Add support for various cap11xx devices
` [PATCH 2/3] cap1106: support for active-high interrupt option

[U-Boot] [PATCH 0/2] Misc. USB fixes
 2014-09-21 10:48 UTC  (2+ messages)

vb2_reqbufs() is not allowing more than VIDEO_MAX_FRAME
 2014-09-21 10:46 UTC  (9+ messages)

[U-Boot] [PATCH 0/7] Add a better USB keyboard polling method
 2014-09-21 10:45 UTC  (2+ messages)

quck help on PDM DAC driver
 2014-09-21 10:45 UTC 

[PATCH 00/32] nd/multiple-work-trees cleanup
 2014-09-21 10:43 UTC  (15+ messages)
` [PATCH v2 00/32] nd/multiple-work-trees
  ` [PATCH v2 22/32] checkout: support checking out into a new working directory
  ` [PATCH v2 23/32] prune: strategies for linked checkouts
  ` [PATCH v2 28/32] gc: support prune --worktrees

World first----Super size 16 millions color Changing LED Mood Light/18:29:47
 2014-09-21 10:29 UTC 

[U-Boot] [PATCH fix for v2014.10 0/5] USB bug-fixes for v2014.10
 2014-09-21 10:26 UTC  (3+ messages)
` [U-Boot] [PATCH fix for v2014.10 1/5] usb: ehci: Properly set hub devnum and portnr with usb-1 hubs in the chain

[U-Boot] [PATCH fix for v2014.10 0/5] USB keyboard: don't crash on "usb reset"
 2014-09-21 10:26 UTC  (2+ messages)

[Question] What if the parameter for --size option is smaller than the target device?
 2014-09-21 10:21 UTC  (2+ messages)

[PATCH RFC] virtio-pci: share config interrupt between virtio devices
 2014-09-21 10:21 UTC  (6+ messages)

[Bug 84431] New: Kernel crash when unloading radeon module for switcheroo card
 2014-09-21 10:15 UTC  (2+ messages)
` [Bug 84431] "

[PATCH net-next 0/8] ipv6: fib6: socket dst_entry improvments and cleanups
 2014-09-21 10:11 UTC  (10+ messages)
` [PATCH net-next 1/8] ipv6: support for fib6_clean_* to update fn_sernum
` [PATCH net-next 2/8] ipv6: a bit more typesafety
` [PATCH net-next 5/8] ipv6: new function fib6_flush_trees and use it instead of bumping removed rt6_genid

[Qemu-trivial] [PATCH v2] arch_init: Setting QEMU_ARCH enum straight
 2014-09-21 11:07 UTC  (2+ messages)
` [Qemu-devel] "

Promiscuous patches
 2014-09-21 10:06 UTC  (11+ messages)

[PATCH] sha1_file: don't convert off_t to size_t too early to avoid potential die()
 2014-09-21 10:03 UTC 

[Buildroot] Buildroot Eclipse plugin 4.0.0 released
 2014-09-21  9:58 UTC 

[dm-crypt] KISS (was disappearing luks header and other mysteries)
 2014-09-21  9:58 UTC  (5+ messages)

[RFC] mke2fs -E hash_alg=siphash: any interest?
 2014-09-21  9:53 UTC 

[PATCH] saa7134: add saa7134-go7007
 2014-09-21  9:52 UTC 

Bug/request: the empty string should be a valid git note
 2014-09-21  9:46 UTC  (4+ messages)
` [RFC/PATCH] notes: Allow adding empty notes with -C

[PATCHv2 0/3] vb2: fix VBI/poll regression
 2014-09-21  9:45 UTC  (7+ messages)
` [PATCHv2 1/3] "

STRICTLY AND CONFIDENTIAL:
 2014-09-21  9:41 UTC 

[PATCH] saa7134: also capture the WSS signal for 50 Hz VBI capture
 2014-09-21  9:38 UTC 

[GIT PULL FOR v3.18] Fixes, add teletext to vivid
 2014-09-21  9:35 UTC 

[Qemu-devel] [RFC v2 0/3] Q35/AHCI -cdrom/-hda desugaring
 2014-09-21  9:34 UTC  (4+ messages)
` [Qemu-devel] [RFC v2 2/3] Add units-per-idebus property

[PATCH 0/4] Add persistent memory driver
 2014-09-21  9:27 UTC  (14+ messages)
` [PATCH 1/4] pmem: Initial version of "
  ` [PATCH v2] "
    ` [Linux-nvdimm] "

[PATCH] diff --no-index: allow pathspec after --
 2014-09-21  9:25 UTC  (4+ messages)

[xen-unstable test] 30341: tolerable FAIL
 2014-09-21  9:23 UTC 

[GIT PULL FOR v3.17] Various bug/regression fixes for 3.17
 2014-09-21  9:16 UTC 

[PATCH] mailinfo: resolve -Wstring-plus-int warning
 2014-09-21  9:13 UTC 

[Bug 84101] New: A crash upon boot
 2014-09-21  9:04 UTC  (2+ messages)
  ` [Bug 84101] [NV96] null deref in nouveau_i2c_acquire_pad, triggered by xcmddc

[PATCH] btrfs: fix ABBA deadlock in btrfs_dev_replace_finishing()
 2014-09-21  8:55 UTC  (2+ messages)

[U-Boot] [PATCH] cm_fx6: Remove CONFIG_NETMASK
 2014-09-21  8:43 UTC  (2+ messages)

device delete progress
 2014-09-21  8:34 UTC  (2+ messages)

[PATCH 0/7] clk: sun6i: Unify AHB1 clock and fix rate calculation
 2014-09-21  8:31 UTC  (9+ messages)
` [PATCH 6/7] ARM: dts: sun6i: Add required ahb1 clock parent and rates for dma controller

[ath9k-devel] why can not i turn off the RTS/CTS on openwrt
 2014-09-21  8:29 UTC 

[Buildroot] Missing Buildroot x86_64 CC Archiver tool in eclipse integration
 2014-09-21  8:29 UTC  (5+ messages)

[ath9k-devel] why can not i turn off the RTS/CTS on openwrt
 2014-09-21  8:29 UTC 

[PATCH] remote: simplify match_name_with_pattern() using strbuf
 2014-09-21  8:23 UTC 

[U-Boot] [PATCH 0/3] Fixes for FreeBSD / clang
 2014-09-21  8:20 UTC  (2+ messages)
` [U-Boot] [PATCH v2 2/3] README.clang: update FreeBSD instructions

buffer delivery stops with cx23885
 2014-09-21  8:15 UTC  (10+ messages)

[PATCH RFC 1/2] virtio: support for urgent descriptors
 2014-09-21  8:10 UTC  (4+ messages)

[char-misc-next 0/4] mei: docmentation cleanup
 2014-09-21  8:00 UTC  (5+ messages)
` [char-misc-next 1/4] mei: trivial: fix errors in prints in comments
` [char-misc-next 2/4] mei: drop me_client_presentation_num
` [char-misc-next 3/4] mei: fix KDoc documentation formatting
` [char-misc-next 4/4] mei: fix kernel-doc warnings

internal compiler error while building valgrind ptest
 2014-09-21  8:01 UTC 

[Consult] About using 'compiler.h' in uapi header files
 2014-09-21  7:57 UTC 

[PATCH] iommu/arm-smmu: fix bug in pmd construction
 2014-09-21  7:56 UTC  (3+ messages)

[PATCH] drm/panel: update innolux n116bge timings
 2014-09-21  7:53 UTC  (3+ messages)

[PATCH] l10n: de.po: change Email to E-Mail
 2014-09-21  7:45 UTC  (2+ messages)

waf.bbclass does not clean up properly
 2014-09-21  7:35 UTC 

deleting a dead device
 2014-09-21  7:34 UTC  (3+ messages)

[PATCH linux-wpan] 6lowpan: ensure header compression does not corrupt ipv6 header
 2014-09-21  7:31 UTC  (4+ messages)

[PATCH] [sched] Clean up some typos and grammatical errors in code/comments
 2014-09-21  7:06 UTC  (2+ messages)
` [tip:sched/core] sched: "

[PATCH 0/3] x86, ptdump: a EFI related fix + enhancements
 2014-09-21  7:05 UTC  (3+ messages)
` [PATCH 2/3] x86, ptdump: Simplify page flag evaluation code

[PATCH] am33x-cm3: Add TOOLCHAIN_OPTIONS to redefined CC
 2014-09-21  7:05 UTC 

[B.A.T.M.A.N.] traceroute help
 2014-09-21  6:57 UTC  (3+ messages)

[nightly] Core TISDK 2014.09 build 2014-09-21_01-00-30
 2014-09-21  6:29 UTC 

[U-Boot] [PATCH 0/5] ARM: sheevaplug: refresh for 201410
 2014-09-21  6:47 UTC  (5+ messages)

[Buildroot] [PATCH v3] Add support for Flattened Image Trees
 2014-09-21  6:46 UTC  (2+ messages)

[meta-oe][PATCH] packagegroups: Move inheriting packagegroup below PACKAGE_ARCH assignment
 2014-09-21  6:48 UTC 

[PATCH] Initialized initrd_ctx so we don't free a random pointer from the stack
 2014-09-21  6:39 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/23] qom hooks to clean up cpu_exec
 2014-09-21  7:36 UTC  (3+ messages)
` [Qemu-devel] [PATCH 17/23] target-tricore: Remove the dummy interrupt boilerplate

9/19/2014
 2014-09-21  1:43 UTC  (2+ messages)

[Buildroot] [autobuild.buildroot.net] Build results for 2014-09-20
 2014-09-21  6:30 UTC 

[PATCH v5 0/3] virtio: Use the DMA API when appropriate
 2014-09-21  6:01 UTC  (11+ messages)
` [PATCH v5 2/3] virtio_pci: Use the DMA API for virtqueues when possible


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.