All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-05-01 08:48:45 to 2014-05-01 10:29:08 UTC [more...]

[uml-devel] trinity commit 23dc478aba breaks syscall "mremap" at a 32 bit user mode linux
 2014-05-01 10:29 UTC  (4+ messages)

[PATCH v2 0/3] nfs4: file locking fixes and cleanups
 2014-05-01 10:28 UTC  (4+ messages)
` [PATCH v2 1/3] nfs4: treat lock owners as opaque values
` [PATCH v2 2/3] nfs4: queue free_lock_state job submission to nfsiod
` [PATCH v2 3/3] nfs4: turn free_lock_state into a void return operation

[PATCH v2 0/4] recipes for RPM packages
 2014-05-01 10:28 UTC  (5+ messages)

[perf] more perf_fuzzer memory corruption
 2014-05-01 10:26 UTC  (11+ messages)

[xen-4.4-testing test] 25979: regressions - FAIL
 2014-05-01 10:25 UTC  (3+ messages)

[RFC PATCH] acpi: mv models with win8 brightness problems from win8 blacklist to use_native_backlight
 2014-05-01 10:24 UTC  (3+ messages)

[PATCH v4 00/15] xen: add systemd support
 2014-05-01 10:21 UTC  (8+ messages)
` [PATCH v4 05/15] oxenstored: add support for systemd active sockets

[PATCH v2] ALSA: usb-audio: work around corrupted TEAC UD-H01 feedback data
 2014-05-01 10:20 UTC 

quilt-native do_populate_sysroot error
 2014-05-01 10:19 UTC 

[PATCH] drm/i915: Expand error state's address width to 64b
 2014-05-01 10:18 UTC  (4+ messages)
` [PATCH] drm/i915: Support 64b execbuf

[U-Boot] Getting started with SPL
 2014-05-01 10:17 UTC  (3+ messages)

[RFC PATCH V4 0/7] get_user_pages_fast for ARM and ARM64
 2014-05-01 10:15 UTC  (19+ messages)
` [RFC PATCH V4 6/7] arm64: mm: Enable HAVE_RCU_TABLE_FREE logic

[PATCH] earlyprintk=efi,keep fix
 2014-05-01 10:12 UTC  (3+ messages)

Google Summer of Code and Outreach Program for Women accepted projects
 2014-05-01 10:11 UTC  (2+ messages)
    ` [Qemu-devel] [GSoC] Wanted: small warmup tasks

[PATCH 00/47] mtd: nand: Add new driver supporting ST's BCH h/w
 2014-05-01  9:56 UTC  (96+ messages)
` [PATCH 01/47] ARM: sti: Add BCH (NAND Flash) Controller support for STiH41x (Orly) SoCs
` [PATCH 02/47] mtd: nand: stm_nand_bch: provide Device Tree documentation
` [PATCH 03/47] mtd: nand: add shared register defines for ST's NAND Controller drivers
` [PATCH 04/47] mtd: nand: adding ST's BCH NAND Controller driver
` [PATCH 05/47] mtd: nand: add ONFI NAND Timing Mode Specifications
` [PATCH 06/47] mtd: nand: stm_nand_bch: IRQ support for ST's BCH NAND Controller driver
` [PATCH 07/47] mtd: nand: stm_nand_bch: change between BCH and Hamming modes
` [PATCH 08/47] mtd: nand: stm_nand_bch: initialise the BCH Controller
` [PATCH 09/47] mtd: nand: stm_nand_bch: supply clock support
` [PATCH 10/47] mtd: nand: stm_nand_bch: introduce and initialise some important data structures
` [PATCH 11/47] mtd: nand: stm_nand_bch: initialise the Hamming Controller
` [PATCH 12/47] mtd: nand: stm_nand_bch: add Power Management
` [PATCH 13/47] mtd: nand: stm_nand_bch: scan for NAND devices
` [PATCH 14/47] mtd: nand: stm_nand_bch: provide Device Tree support
` [PATCH 15/47] mtd: nand: stm_nand_bch: configure BCH and FLEX by ONFI timing mode
` [PATCH 16/47] mtd: nand: stm_nand_bch: add compatible page size check
` [PATCH 17/47] mtd: nand: stm_nand_bch: derive some working variables for latter use
` [PATCH 18/47] mtd: nand: stm_nand_bch: automatically set EEC mode if requested
` [PATCH 19/47] mtd: nand: stm_nand_bch: ensure configuration is compatible with this driver
` [PATCH 20/47] mtd: nand: stm_nand_bch: configure BCH read/write/erase programs
` [PATCH 21/47] mtd: nand: stm_nand_bch: initialise working buffers
` [PATCH 22/47] mtd: nand: stm_nand_bch: provide shared BCH operations
` [PATCH 23/47] mtd: nand: stm_nand_bch: erase one block (BCH)
` [PATCH 24/47] mtd: nand: stm_nand_bch: check erased page for zeros
` [PATCH 25/47] mtd: nand: stm_nand_bch: provide read functionality (BCH)
` [PATCH 26/47] mtd: nand: stm_nand_bch: provide write "
` [PATCH 27/47] mtd: nand: stm_nand_bch: find IBBT signature
` [PATCH 28/47] mtd: nand: stm_nand_bch: bad block marking helpers
` [PATCH 29/47] mtd: nand: stm_nand_bch: populate IBBT BCH Header
` [PATCH 30/47] mtd: nand: stm_nand_bch: write IBBT to Flash
` [PATCH 31/47] mtd: nand: stm_nand_bch: update flash-resident BBT(s)
` [PATCH 32/47] mtd: nand: stm_nand_bch: add Hamming-FLEX operations
` [PATCH 33/47] mtd: nand: stm_nand_bch: read and write raw (FLEX)
` [PATCH 34/47] mtd: nand: stm_nand_bch: scan block for BBM(s) according to specified BBT options
` [PATCH 35/47] mtd: nand: stm_nand_bch: scan for BBMs and build memory-resident BBT
` [PATCH 36/47] mtd: nand: stm_nand_bch: search for and load flash-resident BBT
` [PATCH 37/47] mtd: nand: stm_nand_bch: "
` [PATCH 38/47] mtd: nand: stm_nand_bch: dump bad blocks
` [PATCH 39/47] mtd: nand: stm_nand_bch: parse partitions and register an MTD device
` [PATCH 40/47] mtd: nand: stm_nand_bch: fetch the bit-flips threshold
` [PATCH 41/47] mtd: nand: stm_nand_bch: MTD erase (BCH)
` [PATCH 42/47] mtd: nand: stm_nand_bch: MTD mark and check for bad blocks (BCH)
` [PATCH 43/47] mtd: nand: stm_nand_bch: read and write buffers (FLEX)
` [PATCH 44/47] mtd: nand: mtd_nand_bch: add remaining FLEX functions
` [PATCH 45/47] mtd: nand: stm_nand_bch: catch unhandled calls to read and write to the OOB
` [PATCH 46/47] mtd: nand: stm_nand_bch: finalise setup by calling and_scan_tail()
` [PATCH 47/47] mtd: nand: catch unsupported framework call-backs

[Cocci] changing all arguments in a call
 2014-05-01 10:10 UTC 

[lm-sensors] New field in MSR_TEMPERATURE_TARGET
 2014-05-01 10:07 UTC 

[PATCH v5 2/6] arm64: Introduce VA_BITS and translation level options
 2014-05-01 10:06 UTC  (3+ messages)

[PATCH v5 3/6] arm64: Add a description on 48-bit address space with 4KB pages
 2014-05-01 10:06 UTC  (3+ messages)

[PATCH 1/1] init/main.c: code clean-up
 2014-05-01 10:04 UTC 

ebtables issue in compat mode
 2014-05-01 10:02 UTC  (2+ messages)

64bit x86: NMI nesting still buggy?
 2014-04-29 15:41 UTC  (4+ messages)

Missing vsync support in Vivante drivers
 2014-05-01  9:50 UTC  (3+ messages)

[Bug 75211] New: Division error in radeon_compute_pll_avivo (X hang)
 2014-05-01  9:57 UTC  (3+ messages)
` [Bug 75211] "

Undefining a variable in a recipe?
 2014-05-01  9:42 UTC 

[PATCH v7 00/10] R-Car Gen2 PCIe host driver
 2014-05-01  9:50 UTC  (11+ messages)
` [PATCH v7 01/10] PCI: host: rcar: Add Renesas R-Car PCIe driver

[PATCH RESEND] aic79xx: fix misuse of static variables
 2014-05-01  9:48 UTC 

A failing attempt to use Git in a centralized environment
 2014-05-01  9:46 UTC  (9+ messages)
  ` Pull is Evil (was: Re: A failing attempt to use Git in a centralized environment)
      ` Pull is Evil

[PATCH 01/10] of: Keep track of populated platform devices
 2014-05-01  9:43 UTC  (7+ messages)
` [PATCH v2] "

My name is Lisa from North Africa 
 2014-05-01  9:35 UTC 

dcache shrink list corruption?
 2014-05-01  9:42 UTC  (11+ messages)

[PATCH 4/5] IBM Akebono: Add the Akebono platform
 2014-05-01  9:27 UTC  (4+ messages)
  ` [4/5] "

[PATCH] tools/power turbostat: Drop temperature checks
 2014-05-01  9:40 UTC 

[PATCH v3 0/6] MCPM backend for Exynos5420
 2014-05-01  9:39 UTC  (14+ messages)
` [PATCH v3 5/6] arm: exynos: Add MCPM call-back functions
` [PATCH v3 6/6] arm: exynos: Add /dev/bL_status user interface on Exynos5420

[PATCH] bcache: fix writeback thread to sleep less intrusively
 2014-05-01  9:38 UTC  (7+ messages)

[Buildroot] [PATCH v3 1/1] xlib_libXpm: Fix compilation on systems lacking fork()
 2014-05-01  9:36 UTC 

[PATCH] SCHED: allow wait_on_bit_action functions to support a timeout
 2014-05-01  9:35 UTC  (3+ messages)

[PATCH] net: via-rhine: fix compiler warning
 2014-05-01  9:30 UTC  (4+ messages)
` [PATCH] net: via-rhine: Fix compiler warning re: pointer casting on 64bit

[PATCH] SCHED: remove proliferation of wait_on_bit action functions
 2014-05-01  9:31 UTC  (5+ messages)

[Qemu-devel] [PATCH v1 0/4] Mixed ARM A64 fixes
 2014-05-01  9:31 UTC  (8+ messages)
` [Qemu-devel] [PATCH v1 1/4] target-arm: Make vbar_write 64bit friendly on 32bit hosts
  ` [Qemu-devel] [PATCH v1 1/4] target-arm: Make vbar_write 64bitfriendly on 32bit hostss
` [Qemu-devel] [PATCH v1 2/4] target-arm: A64: Handle blr lr
` [Qemu-devel] [PATCH v1 3/4] target-arm: A64: Fix a typo when declaring TLBI ops
  ` [Qemu-devel] [PATCH v1 3/4] target-arm: A64: Fix a typo whendeclaring TLBI opss

[RFC] rtmutex: Do not boost fair tasks each other
 2014-05-01  9:21 UTC 

[RFC PATCH 0/4] drivers/base: Generic framework for tracking internal interfaces
 2014-05-01  9:11 UTC  (8+ messages)

[PATCH] staging: rtl8188eu: fix potential leak in rtw_set_key()
 2014-05-01  9:09 UTC  (2+ messages)

[PATCH] staging: comedi: fix coding style issues in comedi_fops.c
 2014-05-01  9:05 UTC  (2+ messages)

[PATCH] word-at-a-time: avoid undefined behaviour in zero_bytemask macro
 2014-05-01  9:04 UTC  (3+ messages)

[PATCH] staging: comedi: fix coding style issues in comedi_fops.c
 2014-05-01  9:01 UTC  (2+ messages)

[Qemu-devel] [PATCH 1/3] curl: Fix parsing of readahead option from filename
 2014-05-01  8:59 UTC  (2+ messages)
    ` [Qemu-devel] [PATCH 2/3] curl: Add sslverify option

character-problems
 2014-05-01  8:59 UTC 

Kvaser socketCAN support
 2014-05-01  8:56 UTC  (2+ messages)

[PATCH v2 00/12] defconfigs: add MTD_SPI_NOR (new subsystem dependency for M25P80)
 2014-05-01  8:54 UTC  (6+ messages)
` [PATCH v2 02/12] ARM: defconfigs: add MTD_SPI_NOR (new "

[ovs-dev] [PATCH v2.56] datapath: Add basic MPLS support to kernel
 2014-05-01  8:54 UTC  (10+ messages)
`  "

[PATCH] arm64: mm: Create gigabyte kernel logical mappings where possible
 2014-05-01  8:54 UTC  (3+ messages)

[PATCH 00/17] Misc page alloc, shmem, mark_page_accessed and page_waitqueue optimisations
 2014-05-01  8:44 UTC  (9+ messages)
` [PATCH 02/17] mm: page_alloc: Do not treat a zone that cannot be used for dirty pages as "full"
` [PATCH 03/17] mm: page_alloc: Use jump labels to avoid checking number_of_cpusets
` [PATCH 04/17] mm: page_alloc: Calculate classzone_idx once from the zonelist ref
` [PATCH 05/17] mm: page_alloc: Only check the zone id check if pages are buddies
` [PATCH 06/17] mm: page_alloc: Only check the alloc flags and gfp_mask for dirty once
` [PATCH 08/17] mm: page_alloc: Use word-based accesses for get/set pageblock bitmaps
` [PATCH 09/17] mm: page_alloc: Reduce number of times page_to_pfn is called
` [PATCH 10/17] mm: page_alloc: Lookup pageblock migratetype with IRQs enabled during free


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.