All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-10-07 11:26:31 to 2013-10-07 12:20:20 UTC [more...]

[U-Boot] [PATCH] env_mmc: fix buffer allocation for armv7
 2013-10-07 12:20 UTC  (6+ messages)

[PATCH 0/5] gpiolib: convert ACPI GPIO helpers to gpiod_ interfaces
 2013-10-07 12:18 UTC  (2+ messages)

[PATCH v7 0/6] mtd:nand:omap2: clean-up of supported ECC schemes
 2013-10-07 12:18 UTC  (16+ messages)
` [PATCH v7 1/6] mtd: nand: omap: combine different flavours of 1-bit hamming ecc schemes
` [PATCH v7 2/6] ARM: OMAP2+: cleaned-up DT support of various ECC schemes
` [PATCH v7 5/6] ARM: dts: AM33xx: updated default ECC scheme in nand-ecc-opt

[DMA-API] BUG: unable to handle kernel NULL pointer dereference at 0000000000000248
 2013-10-07 12:18 UTC  (4+ messages)

[Buildroot] [PATCH] polarssl: security bump to version 1.2.9
 2013-10-07 12:18 UTC 

[PATCH] DMA: extend documentation to provide more API details
 2013-10-07 12:17 UTC  (11+ messages)

[PATCH 0/6] Simplify some mps and mrrs setting related code
 2013-10-07 12:15 UTC  (4+ messages)
` [PATCH 6/6] radeon: Use pcie_get_readrq() and pcie_set_readrq() to simplify code

[PATCH v2 00/27] drm/tegra: Repatriation and DSI support
 2013-10-07 12:14 UTC  (4+ messages)
` [PATCH v2 08/27] drm/tegra: gr2d: Miscellaneous cleanups

[PATCHv1 00/15] Basic code for Android BlueZ
 2013-10-07 12:14 UTC  (5+ messages)
` [PATCHv1 05/15] android: Start Android Bluetooth daemon
` [PATCHv1 11/15] android: Add cap to bind to port < 1024

[U-Boot] fs/fs.c - error handling needed?
 2013-10-07 12:12 UTC  (2+ messages)

meta-toolchain-qt with Qt Creator
 2013-10-07 12:12 UTC  (9+ messages)

[RFC PATCH 0/5] ARM64: NEON/CE based crypto in atomic contexts
 2013-10-07 12:12 UTC  (6+ messages)
` [RFC PATCH 1/5] ARM64: allow limited use of some NEON registers in exceptions
` [RFC PATCH 2/5] ARM64: add quick-n-dirty emulation for AES instructions
` [RFC PATCH 3/5] ARM64: add Crypto Extensions based synchronous core AES cipher
` [RFC PATCH 4/5] ARM64: add Crypto Extensions based synchronous AES in CCM mode
` [RFC PATCH 5/5] mac80211: Use CCM crypto driver for CCMP

[PATCHv2] drivers: mtd: devices: Add quad read support
 2013-10-07 12:11 UTC  (2+ messages)

[U-Boot] [PATCH 2/3] sf: ramtron: Remove page_size print
 2013-10-07 12:12 UTC  (2+ messages)
` [U-Boot] [PATCH 3/3] doc: SPI: Update SPI status track

[U-Boot] [PATCH 1/3] sf: Minor cleanups
 2013-10-07 12:12 UTC 

[Buildroot] eSpeak: new package
 2013-10-07 12:12 UTC  (3+ messages)

[RFC PATCH 00/50] tools/perf: Speed up the build system
 2013-10-07 11:56 UTC  (51+ messages)
` [PATCH 01/50] tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT
` [PATCH 02/50] tools/perf/build: Add feature check core code
` [PATCH 03/50] tools/perf/build: Add 'autodep' functionality, generate feature test dependencies automatically
` [PATCH 04/50] tools/perf/build: Split out feature check: 'libnuma'
` [PATCH 05/50] tools/perf/build: Split out feature check: 'stackprotector-all'
` [PATCH 06/50] tools/perf/build: Split out feature check: 'stackprotector'
` [PATCH 07/50] tools/perf/build: Split out feature check: 'volatile-register-var'
` [PATCH 08/50] tools/perf/build: Split out feature check: 'fortify-source'
` [PATCH 09/50] tools/perf/build: Split out feature check: 'bionic'
` [PATCH 10/50] tools/perf/build: Clean up the libelf logic in config/Makefile
` [PATCH 11/50] tools/perf/build: Split out feature check: 'libelf'
` [PATCH 12/50] tools/perf/build: Split out feature check: 'glibc'
` [PATCH 13/50] tools/perf/build: Split out feature check: 'dwarf'
` [PATCH 14/50] tools/perf/build: Clean up the mmap logic in config/Makefile
` [PATCH 15/50] tools/perf/build: Split out feature check: 'libelf-mmap'
` [PATCH 16/50] tools/perf/build: Split out feature check: 'libelf-getphdrnum'
` [PATCH 17/50] tools/perf/build: Clean up the libunwind logic in config/Makefile
` [PATCH 18/50] tools/perf/build: Split out feature check: 'libunwind'
` [PATCH 19/50] tools/perf/build: Split out feature check: 'libaudit'
` [PATCH 20/50] tools/perf/build: Split out feature check: 'libslang'
` [PATCH 21/50] tools/perf/build: Split out feature check: 'gtk2'
` [PATCH 22/50] tools/perf/build: Split out feature check: 'gtk2-infobar'
` [PATCH 23/50] tools/perf/build: Split out feature check: 'libperl'
` [PATCH 24/50] tools/perf/build: Split out feature check: 'libpython'
` [PATCH 25/50] tools/perf/build: Split out feature check: 'libpython-version'
` [PATCH 26/50] tools/perf/build: Split out feature check: 'libbfd'
` [PATCH 27/50] tools/perf/build: Split out feature check: 'on-exit'
` [PATCH 28/50] tools/perf/build: Split out feature check: 'backtrace'
` [PATCH 29/50] tools/perf: Clean up util/include/linux/compiler.h
` [PATCH 30/50] tools/perf: Turn strlcpy() into a __weak function
` [PATCH 31/50] tools/perf/build: Speed up auto-detection of features by adding a 'test-all' target
` [PATCH 32/50] tools/perf/build: Speed up git-version test on re-make
` [PATCH 33/50] tools/perf/build: Speed up the final link
` [PATCH 34/50] tools/perf: Fix double/triple-build of the feature detection logic during 'make install' et al
` [PATCH 35/50] tools/perf/build: Invoke feature-checks 'clean' target from the main Makefile
` [PATCH 36/50] tools/perf/build: Speed up auto-detection
` [PATCH 37/50] tools/perf/build: Improve printout-of auto-detected features
` [PATCH 38/50] tools/perf/build: Automatically build in parallel, based on number of CPUs in the system
` [PATCH 39/50] tools/perf/build: Flip Makefile.parallel and Makefile.perf
` [PATCH 40/50] tools/perf/build: Standardize the various messages output by parallel make
` [PATCH 41/50] tools/perf/build: Split out feature checks: 'liberty', 'liberty-z', 'cplus-demangle'
` [PATCH 42/50] tools/perf/build: Remove unused config/feature-tests.mak
` [PATCH 43/50] tools/perf/build: Clean up various testcases
` [PATCH 44/50] tools/perf/build: Collapse the test-all.c testcase
` [PATCH 45/50] tools/perf/build: Pass through all targets to Makefile.perf
` [PATCH 46/50] tools/perf/build: Make sure autodep feature binaries honor the O= setting
` [PATCH 47/50] tools/perf/build: Exclude MAKEFLAGS from nested invocation
` [PATCH 48/50] tools/perf/build: Fix non-canonical directory names in O=
` [PATCH 49/50] tools/perf/build: Fix O=/some/dir perf.o type of targets
` [PATCH 50/50] tools/perf/build: Harmonize the style of the feature testcases

[PATCH 0/3] ARM: dts: omap3-igep0020: improvements for v3.13
 2013-10-07 12:09 UTC  (15+ messages)
` [PATCH 1/3] ARM: dts: omap3-igep0020: Add USB OTG support
` [PATCH 2/3] ARM: dts: omap3-igep0020: Add HS USB Host support

[PATCH] KVM: PPC: Book3S HV: Fix typo in saving DSCR
 2013-10-07 12:07 UTC  (4+ messages)

[Buildroot] [PATCH] pkg-infra: log current message
 2013-10-07 12:07 UTC  (3+ messages)

[U-Boot] [PATCH 00/11] NAND/MMC environment in SPL, Falcon Mode enhancements
 2013-10-07 12:06 UTC  (6+ messages)
` [U-Boot] [PATCH 01/11] fw_env.c: Increase max dev path to 32

Some questions after devices addition to existing raid 1 btrfs filesystem
 2013-10-07 12:06 UTC  (2+ messages)

CSCHED_CREDITS_PER_MSEC" and "MILLISECS(1)"
 2013-10-07 12:05 UTC  (8+ messages)
      ` difference of Credit and Weight
        ` burn_credits

[U-Boot] [PATCH 7/9] net: tsec: Use portable types and accessors for BDs
 2013-10-07 12:05 UTC  (9+ messages)
` [U-Boot] [PATCH 7/9][v2] "

[regression] [bisected] rt2800pci doesn't work after 9483f40d8d01918b399b4e24d0c1111db0afffeb
 2013-10-07 12:04 UTC  (3+ messages)

[PATCH 0/2] KVM: PPC: BOOKE: MMU Fixes
 2013-10-07 12:04 UTC  (5+ messages)
` [PATCH 2/2] kvm: ppc: booke: check range page invalidation progress on page setup

[PATCH 0/5] Armada DRM stuff
 2013-10-07 12:03 UTC  (10+ messages)
` [PATCH 5/5] DRM: Armada: add support for drm tda19988 driver

[PATCH] of/of_reserved_mem.c: fix typo
 2013-10-04 17:46 UTC  (2+ messages)

[PATCH] of: fix iteration bug over CPU reg properties
 2013-10-04 16:40 UTC 

[PATCH] of: irq: Pass trigger type in IRQ resource flags
 2013-10-04 17:42 UTC  (2+ messages)

[PATCH 00/28] Early flattened DT init consolidation
 2013-10-04 18:49 UTC  (3+ messages)
` [PATCH 23/28] of: introduce common FDT machine related functions

GSS-Negotiate authentication requires that all data fit into postbuffer
 2013-10-07 12:02 UTC  (7+ messages)

[Patch 2/2] x86/traps: improvements to {rd, wr}msr_hypervisor_regs()
 2013-10-07 12:01 UTC  (3+ messages)
` [Patch v2] "
` [Patch v3] "

[PATCH] ACPICA: Silent warnings about empty body in if/else statement
 2013-10-07 12:11 UTC  (2+ messages)

[BUG] pci-passthrough on dom0 kernel versions above 3.8 crashes dom0
 2013-10-07 11:59 UTC  (4+ messages)

Problem with Dualboot on a LSI 9271-8i Controller
 2013-10-07 11:58 UTC 

[PATCH v3 0/4] Fix Win8 backlight issue
 2013-10-07 12:09 UTC  (5+ messages)
` [PATCH v3 2/4] ACPI / video: seperate backlight control and event interface

[Buildroot] [PATCH] Allow PHP to compile ans link with berkeleydb 6
 2013-10-07 11:57 UTC  (2+ messages)

cifs: Fix inability to write files >2GB to SMB2/3 shares (THIS TIME I GOT IT RIGHT, PROMISE!)
 2013-10-07 11:55 UTC  (3+ messages)

[PATCH V10 0/2] iio: input: ti_am335x_adc: Add continuous sampling support
 2013-10-07 11:53 UTC  (4+ messages)
` [PATCH 2/2] iio: "
  ` Testing ti_am335x_adc continuous mode (WAS: Re: [PATCH 2/2]

[PATCH] qemu: fix nativesdk build without x11
 2013-10-07 11:51 UTC  (3+ messages)

[PATCH] iio: Add a helper to free a list of IIO device attributes
 2013-10-07 11:50 UTC 

[PATCH 1/4] libsm: upgrade to 1.2.2
 2013-10-07 11:49 UTC  (4+ messages)
` [PATCH 2/4] libxmu: upgrade to 1.1.2
` [PATCH 3/4] libxpm: upgrade to 3.5.11
` [PATCH 4/4] xf86-video-vesa: upgrade to 2.3.3

[PATCH 0/9] ARM: tegra: Enable DSI and panel support
 2013-10-07 11:48 UTC  (10+ messages)
  ` [PATCH 1/9] ARM: tegra: Enable LVDS and HDMI on Cardhu
  ` [PATCH 2/9] ARM: tegra: Enable LVDS output on Harmony
  ` [PATCH 3/9] ARM: tegra: Add MIPI calibration DT entries for Tegra114
  ` [PATCH 4/9] ARM: tegra: Add host1x, DC and HDMI to Tegra114 device tree
  ` [PATCH 5/9] ARM: tegra: Add Tegra114 DSI support
  ` [PATCH 6/9] ARM: tegra: Add Tegra114 gr2d support
  ` [PATCH 7/9] ARM: tegra: Enable DSI support on Dalmore
  ` [PATCH 8/9] ARM: tegra: Enable HDMI "
  ` [PATCH 9/9] ARM: tegra: Enable DRM panel support

[PATCH] iwlwifi: pcie: fix merge damage
 2013-10-07 11:47 UTC  (6+ messages)

HXen
 2013-10-07 11:47 UTC 

Adding/changing SPI device registrations on the fly via the load of a module
 2013-10-07 11:47 UTC 

[Qemu-devel] [PATCH 0/4] Few minor improvements of monitor disas command (v4)
 2013-10-07 11:45 UTC  (5+ messages)
` [Qemu-devel] [PATCH 3/4] Refactoring MonitorDef array

[Bug 70207] New: rs690: kernel can't bring lvds in dpms on mode
 2013-10-07 11:44 UTC  (2+ messages)
` [Bug 70207] "

[U-Boot] Please pull u-boot-ti/master
 2013-10-07 11:44 UTC 

[PATCH v2 00/12] pwm-backlight: Add GPIO and power supply support
 2013-10-07 11:37 UTC  (18+ messages)
` [PATCH v2 01/12] pwm-backlight: Improve readability
` [PATCH v2 02/12] pwm-backlight: Refactor backlight power on/off
` [PATCH v2 03/12] pwm-backlight: Track enable state
` [PATCH v2 04/12] pwm-backlight: Add optional enable GPIO
` [PATCH v2 05/12] ARM: OMAP: Initialize PWM backlight enable_gpio field
` [PATCH v2 06/12] ARM: pxa: "
` [PATCH v2 07/12] ARM: SAMSUNG: "
` [PATCH v2 08/12] ARM: shmobile: "
` [PATCH v2 09/12] unicore32: "
` [PATCH v2 10/12] pwm-backlight: Use new "
` [PATCH v2 11/12] pwm-backlight: Add power supply support
` [PATCH v2 12/12] pwm-backlight: Allow backlight to remain disabled on boot

[PATCH 0/5] xen: arm: fixups for systems with RAM above 4GB
 2013-10-07 11:43 UTC  (7+ messages)
` [PATCH 1/5] xen: correct xenheap_bits after "xen: support RAM at addresses 0 and 4096"
` [PATCH 2/5] xen: arm: Enable 40 bit addressing in VTCR for arm64
` [PATCH 3/5] xen: arm: map entire memory banks on arm64
` [PATCH 4/5] xen: arm: make sure pagetable mask macros have appropriate size
` [PATCH 5/5] xen: arm: correctly round down MFN to 1GB boundary make sure pagetable mask macros as physaddr size

[PATCH] usbnet: smsc95xx: Add device tree input for MAC address
 2013-10-07 11:42 UTC  (4+ messages)

[RFC][PATCH v2] efivars,efi-pstore: Hold off deletion of sysfs entry until the scan is completed
 2013-10-07 11:42 UTC  (2+ messages)

[Powertop] [PATCH POWERTOP V3] resolve the bug that powertop doesn't show correct frequency stats
 2013-10-07 11:40 UTC 

[RFC/PATCH] week numbers for cal
 2013-10-07 11:39 UTC  (5+ messages)

losetup -d does not move partition devices
 2013-10-07 11:38 UTC  (2+ messages)

[PATCH net V1 0/2] net/mlx4_en: Fix pages never dma unmapped on rx
 2013-10-07 11:38 UTC  (3+ messages)
` [PATCH net V1 1/2] net/mlx4_en: Rename name of mlx4_en_rx_alloc members
` [PATCH net V1 2/2] net/mlx4_en: Fix pages never dma unmapped on rx

[PATCH] SOLO6x10: Fix video frame type (I/P/B)
 2013-10-07 11:33 UTC 

Ask for help on SPI slave side driver support
 2013-10-07 11:33 UTC  (4+ messages)
      `  "

[x86] BUG: unable to handle kernel paging request at 00740060
 2013-10-07 11:32 UTC  (4+ messages)

[RFC] perf: mmap2 not covering VM_CLONE regions
 2013-10-07 11:32 UTC  (11+ messages)

[PATCH 1/6] config.c: Fix a sparse warning
 2013-10-07 11:31 UTC  (2+ messages)

V4L2_BUF_FLAG_NO_CACHE_*
 2013-10-07 11:31 UTC 

[RFT] Rewrite timer on arm efi and remove leftover in startup code
 2013-10-07 11:30 UTC  (2+ messages)

[Qemu-devel] [PULL 0/8] Block patches
 2013-10-07 11:28 UTC  (9+ messages)
` [Qemu-devel] [PULL 1/8] qcow2: Correct endianness in overlap check
` [Qemu-devel] [PULL 2/8] qcow2: CHECK_OFLAG_COPIED is obsolete
` [Qemu-devel] [PULL 3/8] block: use correct filename for error report
` [Qemu-devel] [PULL 4/8] block: vhdx - add migration blocker
` [Qemu-devel] [PULL 5/8] qcow2: Switch L1 table in a single sequence
` [Qemu-devel] [PULL 6/8] qcow2: Free allocated L2 cluster on error
` [Qemu-devel] [PULL 7/8] qemu-iotests: Correct 026 output
` [Qemu-devel] [PULL 8/8] block: use correct filename

[xen-unstable test] 20082: regressions - trouble: broken/fail/pass
 2013-10-07 11:27 UTC  (2+ messages)

Memory mapped support for SPI flash ?
 2013-10-07 11:26 UTC 


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.