All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-03-20 09:14:30 to 2014-03-20 09:42:27 UTC [more...]

[PATCH 00/33] [RFC] Non disruptive application core dump infrastructure
 2014-03-20  9:42 UTC  (26+ messages)
` [PATCH 01/33] Configure and Make files
` [PATCH 02/33] Validity of arguments
` [PATCH 03/33] Process Status
` [PATCH 04/33] Hold threads
` [PATCH 05/33] Fetching Memory maps
` [PATCH 06/33] Check ELF class
` [PATCH 07/33] Do elf_coredump
` [PATCH 08/33] Fills elf header
` [PATCH 09/33] Adding notes infrastructure
` [PATCH 10/33] Populates PRPS info
` [PATCH 11/33] Populate AUXV
` [PATCH 12/33] Fetch File maps
` [PATCH 13/33] Fetching thread specific Notes
` [PATCH 14/33] Populating Program Headers
` [PATCH 15/33] Updating Offset
` [PATCH 16/33] Writing to core file
` [PATCH 17/33] Daemonizing the Process
` [PATCH 18/33] Socket operations
` [PATCH 19/33] Block till request
` [PATCH 20/33] Handling Requests
` [PATCH 21/33] Get Clients PID
` [PATCH 22/33] Dump the task
` [PATCH 23/33] Handling SIG TERM of the daemon
` [PATCH 24/33] Handling SIG TERM of the child
` [PATCH 25/33] Systemd Socket ID retrieval

[PATCH net-next 0/2] bonding: support QinQ for bond arp interval
 2014-03-20  9:40 UTC  (6+ messages)
` [PATCH net-next 2/2] "

[PATCH] mac80211: don't downgrade VHT20 to HT20
 2014-03-20  9:39 UTC  (6+ messages)

[Buildroot] [PATCH 0/6] Miscellauneus patches
 2014-03-20  9:38 UTC  (6+ messages)
` [Buildroot] [PATCH 6/6] Makefile: do not add the toolchain target to the TARGETS variable

[PATCH] bonding: Inactive slaves should keep inactive flag's value to 1
 2014-03-20  9:36 UTC  (2+ messages)

Input: edt-ft5x06: Add DT support
 2014-03-20  9:37 UTC  (4+ messages)
` [PATCHv4 2/5] "

[PATCH 00/62] arm-soc randconfig fixes
 2014-03-20  9:36 UTC  (8+ messages)
` [PATCH 06/62] ARM: davinci: export da8xx_syscfg0_base

[PATCH] MAINTAINERS: Reorder maintainer addresses for PM and ACPI
 2014-03-20  9:36 UTC  (4+ messages)

[PATCH 0/3] nVMX: Fixes to run Xen as L1
 2014-03-20  9:34 UTC  (3+ messages)
` [PATCH 3/3] KVM: nVMX: check for null vmcs12 when L1 does invept

[PATCH 0/5] ARM: shmobile: Enable drivers/sh/pm_runtime.c on multi-platform
 2014-03-20  9:35 UTC  (2+ messages)

[PATCH RESEND v2 0/2]: ixp4xx: Fix 3.7 regression for IXP4xx ethernet driver
 2014-03-20  9:34 UTC  (5+ messages)
` [PATCH RESEND v2 1/2] ARM: ixp4xx: Make dma_set_coherent_mask common, correct implementation

[PATCH v6 00/36] mtd: st_spi_fsm: Add new driver
 2014-03-20  9:21 UTC  (111+ messages)
` [PATCH v6 01/36] mtd: st_spi_fsm: Allocate resources and register with MTD framework
` [PATCH v6 02/36] mtd: st_spi_fsm: Supply all register address and bit logic defines
` [PATCH v6 03/36] mtd: st_spi_fsm: Initialise and configure the FSM for normal working conditions
` [PATCH v6 04/36] mtd: st_spi_fsm: Supply framework for device requests
` [PATCH v6 05/36] mtd: st_spi_fsm: Supply a method to read from the FSM's FIFO
` [PATCH v6 06/36] mtd: st_spi_fsm: Add support for JEDEC ID extraction
` [PATCH v6 07/36] mtd: devices: Provide header for shared OPCODEs and SFDP commands
` [PATCH v6 08/36] mtd: st_spi_fsm: Provide device look-up table
` [PATCH v6 09/36] mtd: st_spi_fsm: Dynamically setup flash device based on JEDEC ID
` [PATCH v6 10/36] mtd: st_spi_fsm: Search for preferred FSM message sequence configurations
` [PATCH v6 11/36] mtd: st_spi_fsm: Use device size to determine address width
` [PATCH v6 12/36] mtd: st_spi_fsm: Prepare the read/write FSM message sequence(s)
` [PATCH v6 13/36] mtd: st_spi_fsm: Add device-tree binding documentation
` [PATCH v6 14/36] mtd: st_spi_fsm: Fetch boot-device from mode pins
` [PATCH v6 15/36] mtd: st_spi_fsm: Provide the erase one sector sequence
` [PATCH v6 16/36] mtd: st_spi_fsm: Provide the sequence for enabling 32bit addressing mode
` [PATCH v6 17/36] mtd: st_spi_fsm: Prepare read/write sequences according to configuration
` [PATCH v6 18/36] mtd: st_spi_fsm: Add a check to if the chip can handle an SoC reset
` [PATCH v6 19/36] mtd: st_spi_fsm: Provide a method to put the chip into 32bit addressing mode
` [PATCH v6 20/36] mtd: st_spi_fsm: Update the flash Volatile Configuration Register
` [PATCH v6 21/36] mtd: st_spi_fsm: Provide the default read/write configurations
` [PATCH v6 22/36] mtd: st_spi_fsm: Supply the N25Qxxx specific read configurations
` [PATCH v6 23/36] mtd: st_spi_fsm: Supply the N25Qxxx chip specific configuration call-back
` [PATCH v6 24/36] mtd: st_spi_fsm: Prepare default sequences for read/write/erase
` [PATCH v6 25/36] mtd: st_spi_fsm: Add the ability to read from a Serial Flash device
` [PATCH v6 26/36] mtd: st_spi_fsm: Write to Flash via the FSM FIFO
` [PATCH v6 27/36] mtd: st_spi_fsm: Supply a busy wait for post-write status
` [PATCH v6 28/36] mtd: st_spi_fsm: Erase partly or as a whole a Serial Flash device
` [PATCH v6 29/36] mtd: st_spi_fsm: Add the ability to read the FSM's status
` [PATCH v6 30/36] mtd: st_spi_fsm: Add the ability to write to FSM's status register
` [PATCH v6 31/36] mtd: st_spi_fsm: Supply the MX25xxx chip specific configuration call-back
` [PATCH v6 32/36] mtd: st_spi_fsm: Supply the S25FLxxx "
` [PATCH v6 33/36] mtd: st_spi_fsm: Supply the W25Qxxx "
` [PATCH v6 34/36] mtd: st_spi_fsm: Move runtime configurable msg sequences into device's struct
` [PATCH v6 35/36] mtd: st_spi_fsm: Convert ST SPI FSM (NOR) Flash driver to new DT partitions
` [PATCH v6 36/36] ARM: STi: Add support for the FSM Serial Flash Controller

[RFC V2] cpufreq: make sure frequency transitions are serialized
 2014-03-20  9:33 UTC  (11+ messages)
        ` [RFC v3] cpufreq: Make "

[PATCH] [PATCH v2] sh_eth: ensure pm_runtime cannot suspend the device during init
 2014-03-20  9:33 UTC  (2+ messages)

mm: kernel BUG at mm/swap.c:609!
 2014-03-20  9:21 UTC  (4+ messages)

[PATCH] builtin/apply.c: fuzzy_matchlines:trying to fix some inefficiencies
 2014-03-20  9:35 UTC 

[PATCH 0/1] genext2fs: remove it
 2014-03-20  9:37 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH v9 0/5] mtd: nand: omap: optimized chip->ecc.correct() for H/W ECC schemes
 2014-03-20  9:31 UTC  (4+ messages)
` [PATCH v9 3/5] mtd: nand: omap: ecc.correct: omap_elm_correct_data: fix erased-page detection for BCHx_HW "

[PATCH] xen: handle TapdiskException when xm block-attach failed
 2014-03-20  9:31 UTC  (4+ messages)

[Buildroot] Builtroot toolchain with gcc snapshot version 4.9-20140309 compile failure
 2014-03-20  9:30 UTC 

[PATCH] drm: enable render-nodes by default
 2014-03-20  9:27 UTC  (7+ messages)
` [PATCH v2] "

[PATCH] ASoC: tda998x: Fix lack of required reg in DT documentation
 2014-03-20  8:58 UTC 

[RFC PATCH 1/2] xen: page_alloc: introduce alloc_domheap_pages_nodemask()
 2014-03-20  9:26 UTC  (5+ messages)
` [RFC PATCH 2/2] xen: tmem: make tmem aware of NUMA affinity

[RFC][PATCH] fontcache.bbclass: add fontconfig-utils runtime dependency
 2014-03-20  9:18 UTC  (2+ messages)
` [RFC][PATCH v2] "

[PATCH v5 0/4] Expose HW APIC virtualization support to HVM guests
 2014-03-20  9:25 UTC  (5+ messages)
` [PATCH v5 1/4] xen/libxc: Allow changes to hypervisor CPUID leaf from config file

[PATCH 00/11] ARM: at91: rework main and slow clk implementation
 2014-03-20  9:24 UTC  (7+ messages)
` [PATCH 08/11] ARM: at91/dt: move at91sam9261 SoC to the new main clock model
` [PATCH 09/11] ARM: at91/dt: define main xtal frequency of the at91sam9261ek board

[PATCH] drm/i915: Disable stolen memory when DMAR is active
 2014-03-20  9:23 UTC  (6+ messages)
` [PATCH v2 for -fixes] "

[PATCH] mtd: gpmi: make blockmark swapping optional
 2014-03-20  9:21 UTC  (14+ messages)

Yocto not packaging "m" kernel modules
 2014-03-20  9:21 UTC  (3+ messages)

[PATCH] spi: fsl-lib: Fix memory leak of pinfo
 2014-03-20  9:20 UTC 

[PATCHv2 0/2] Abort blkid on I/O errors
 2014-03-20  9:18 UTC  (5+ messages)
` [PATCH 2/2] blkid: convert superblocks to new calling convention

[PATCH] mm: remove BUG_ON() from mlock_vma_page()
 2014-03-20  9:18 UTC  (7+ messages)

[PATCH 0/4] brcmfmac: OBSS configuration and other cleanup
 2014-03-20  9:18 UTC  (5+ messages)
` [PATCH 1/4] brcmfmac: Enable 40MHz bandwidth in 2GHz band and OBSS scanning operations
` [PATCH 2/4] brcmfmac: reinit watchdog completion after handling watchdog
` [PATCH 3/4] brcmfmac: only show error message when brcmf_sdiod_regrw_helper() fails
` [PATCH 4/4] brcmfmac: fallback to mimo_bw_cap for older firmwares

[RESEND PATCH] mm: try_to_unmap_cluster() should lock_page() before mlocking
 2014-03-20  9:16 UTC 

[PATCH] virtio-blk: make the queue depth configurable
 2014-03-20  9:15 UTC  (11+ messages)
              ` Stricter module param and sysfs permission checks

[PATCH RESEND] ARM: SPEAr1340: static-ize SATA functions
 2014-03-20  8:55 UTC  (3+ messages)

[PATCHv3 00/16] AVRCP code and test cases
 2014-03-20  9:14 UTC  (4+ messages)

[PATCH 0/4] ata: add remaining new-style AHCI platform drivers
 2014-03-20  8:57 UTC  (3+ messages)
` [PATCH 4/4] ata: add new-style AHCI platform driver for ST SPEAr1340 AHCI controller


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.