All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-04-18 14:01:00 to 2014-04-18 15:09:16 UTC [more...]

BUG: spinlock trylock failure on UP, i.MX28 3.12.15-rt25
 2014-04-18 15:09 UTC  (10+ messages)
    ` BUG: spinlock trylock failure on UP - reverting timer patches helps

[PATCH v2 0/2] regmap: support regmap over SMBus
 2014-04-18 15:08 UTC  (4+ messages)
` [PATCH v2 1/2] regmap: add reg_read/reg_write callbacks to regmap_bus struct

RadosGW admin API
 2014-04-18 15:07 UTC  (2+ messages)

[PATCH v3 0/5] Fixes for tps65090 for Samsung ARM Chromebook
 2014-04-18 15:06 UTC  (3+ messages)
` [PATCH v3 4/5] regulator: tps65090: Allow setting the overcurrent wait time

[PATCH 1/2] workqueue: rescuer_thread() processes all pwqs before exit
 2014-04-18 15:06 UTC  (5+ messages)
` [PATCH 1/2 V4] "
  ` [PATCH 2/2 V4] workqueue: fix possible race condition when rescuer VS pwq-release
    ` [PATCH 2/2] workqueue: fix a possible race condition between rescuer and pwq-release
  ` [PATCH 1/2] workqueue: make rescuer_thread() empty wq->maydays list before exiting

[PATCH 1/5] ext4: Use filemap_write_and_wait_range() correctly in collapse range
 2014-04-18 15:03 UTC  (6+ messages)
` [PATCH 3/5] ext4: No need to truncate pagecache twice "

[Buildroot] x11/input-evdev and touchscreen
 2014-04-18 15:00 UTC 

[PATCH] ASoC: cs42l51: Fix mask for REVID
 2014-04-18 14:59 UTC  (2+ messages)

[PATCH] mbpi: Parse gsm provider name
 2014-04-18 14:56 UTC  (2+ messages)

[PATCH 5/5] ext4: Fix extent merging in ext4_ext_shift_path_extents()
 2014-04-18 14:55 UTC  (2+ messages)

master - cleanup: dmeventd simplify restart message parsing
 2014-04-18 14:55 UTC 

master - cleanup: dmeventd drop setting of size
 2014-04-18 14:55 UTC 

master - cleanup: dmeventd improve _handle_request
 2014-04-18 14:55 UTC 

master - cleanup: dmeventd improve _clien_write code
 2014-04-18 14:55 UTC 

master - cleanup: dmeventd set next_time when registering
 2014-04-18 14:55 UTC 

master - cleanup: dmeventd improve _get_status
 2014-04-18 14:55 UTC 

master - cleanup: dmeventd simplify buffer write loop
 2014-04-18 14:55 UTC 

master - cleanup: dmeventd simplify status processing
 2014-04-18 14:55 UTC 

master - cleanup: dmeventd reorder _fill_device_data
 2014-04-18 14:55 UTC 

master - cleanup: dmeventd abstract lvm2cmd interface
 2014-04-18 14:55 UTC 

master - cleanup: add some comment indents
 2014-04-18 14:55 UTC 

master - cleanup: skip zeroing of cleared areas
 2014-04-18 14:55 UTC 

master - cleanup: set _REENTRANT in header
 2014-04-18 14:55 UTC 

master - cleanup: drop inclusion of devmap - merge
 2014-04-18 14:55 UTC 

master - cleanup: reduce inclusion of unnecessary headers
 2014-04-18 14:55 UTC 

master - cleanup: include stdarg.h where needed
 2014-04-18 14:55 UTC 

master - libdaemon: header cleanup
 2014-04-18 14:55 UTC 

master - makefiles: move subdir into same section
 2014-04-18 14:55 UTC 

master - makefiles: drop linking of deamon libs to plugins
 2014-04-18 14:55 UTC 

master - makefiles: compile files on make
 2014-04-18 14:55 UTC 

[PATCH] ipc/shm: Increase the defaults for SHMALL, SHMMAX to infinity
 2014-04-18 14:54 UTC  (3+ messages)

master - makefiles: clear targets in with make clean
 2014-04-18 14:55 UTC 

master - makefiles: wait till include is populated
 2014-04-18 14:55 UTC 

master - devmapper-event: always initialize timeout
 2014-04-18 14:55 UTC 

master - dmeventd: check for list size within lock
 2014-04-18 14:55 UTC 

master - asprintf: fix test for error result
 2014-04-18 14:54 UTC 

master - thin: dmeventd plugins support more minors
 2014-04-18 14:54 UTC 

master - unknown: fix mempool used for name allocation
 2014-04-18 14:54 UTC 

[RFC 0/3] DRM driver for the ATMEL High end LCD controller
 2014-04-18 14:48 UTC  (10+ messages)
` [RFC 1/3] atmel: drm: added drm driver for the atmel hlcd controller
` [RFC 3/3] atmel: dt: Add supports for the lcdc support on the sama5d36ek

[PATCH] ASoC: DAPM: Allow update_bits use 32 bits reg
 2014-04-18 14:53 UTC  (2+ messages)

[PATCH 00/16] Misc page alloc, shmem and mark_page_accessed optimisations
 2014-04-18 14:50 UTC  (31+ messages)
` [PATCH 01/16] mm: Disable zone_reclaim_mode by default
` [PATCH 02/16] mm: page_alloc: Do not cache reclaim distances
` [PATCH 03/16] mm: page_alloc: Do not update zlc unless the zlc is active
` [PATCH 04/16] mm: page_alloc: Do not treat a zone that cannot be used for dirty pages as "full"
` [PATCH 05/16] mm: page_alloc: Use jump labels to avoid checking number_of_cpusets
` [PATCH 06/16] mm: page_alloc: Calculate classzone_idx once from the zonelist ref
` [PATCH 07/16] mm: page_alloc: Only check the zone id check if pages are buddies
` [PATCH 08/16] mm: page_alloc: Only check the alloc flags and gfp_mask for dirty once
` [PATCH 09/16] mm: page_alloc: Take the ALLOC_NO_WATERMARK check out of the fast path
` [PATCH 10/16] mm: page_alloc: Use word-based accesses for get/set pageblock bitmaps
` [PATCH 11/16] mm: page_alloc: Reduce number of times page_to_pfn is called
` [PATCH 12/16] mm: shmem: Avoid atomic operation during shmem_getpage_gfp
` [PATCH 13/16] mm: Do not use atomic operations when releasing pages
` [PATCH 14/16] mm: Do not use unnecessary atomic operations when adding pages to the LRU
` [PATCH 15/16] mm: Non-atomically mark page accessed in write_begin where possible
` [PATCH 16/16] mm: filemap: Prefetch page->flags if !PageUptodate

iwlwifi null pointer dereference
 2014-04-18 14:50 UTC  (8+ messages)

[U-Boot] [PATCH] kbuild: sync with Linux Kernel v3.15-rc1
 2014-04-18 14:49 UTC  (2+ messages)

[PATCH 1/6] ceph: avoid releasing caps that are being used
 2014-04-18 14:48 UTC  (6+ messages)
` [PATCH 2/6] ceph: update inode fields according to issued caps
` [PATCH 3/6] ceph: pre-allocate ceph_cap struct for ceph_add_cap()
` [PATCH 4/6] ceph: handle cap import atomically
` [PATCH 5/6] ceph: introduce ceph_fill_fragtree()
` [PATCH 6/6] ceph: remember subtree root dirfrag's auth MDS

[Bug 42960] New: Display does not work when resuming from suspend
 2014-04-18 14:48 UTC  (2+ messages)
` [Bug 42960] "

[PATCH] regulator: tps65217: Remove *rdev[] from struct tps65217
 2014-04-18 14:47 UTC  (2+ messages)

[PATCH 0/8] usb: generic cleanup patches
 2014-04-18 14:45 UTC  (4+ messages)
` [PATCH 8/8] usb: phy: generic: allow multiples calls to usb_phy_generic_register()

[perf] more perf_fuzzer memory corruption
 2014-04-18 14:51 UTC  (11+ messages)

[PATCH v2 00/14] Renesas CMT, MTU2 and TMU timers DT support
 2014-04-18 14:48 UTC  (33+ messages)
` [PATCH v2 01/14] clocksource: sh_cmt: Drop support for legacy platform data
` [PATCH v2 02/14] clocksource: sh_cmt: Replace global spinlock with a per-device spinlock
` [PATCH v2 03/14] clocksource: sh_tmu: Drop support for legacy platform data
` [PATCH v2 04/14] clocksource: sh_tmu: Replace global spinlock with a per-device spinlock
` [PATCH v2 05/14] clocksource: sh_mtu2: Drop support for legacy platform data
` [PATCH v2 06/14] clocksource: sh_mtu2: Replace global spinlock with a per-device spinlock
` [PATCH v2 07/14] clocksource: shmobile: Remove unused sh_timer_config members
  ` [PATCH v2 08/14] clocksource: sh_cmt: Add DT support
  ` [PATCH v2 09/14] clocksource: sh_tmu: "
  ` [PATCH v2 10/14] clocksource: sh_mtu2: "
` [PATCH v2 11/14] ARM: shmobile: r8a7790: Add CMT devices to DT
` [PATCH v2 12/14] ARM: shmobile: r8a7791: "
` [PATCH v2 13/14] ARM: shmobile: lager-reference: Enable CMT0 in device tree
` [PATCH v2 14/14] ARM: shmobile: koelsch-reference: "

[PATCH 00/27] Replace the old man page with asciidoc and man page for each btrfs subcommand
 2014-04-18 14:48 UTC  (4+ messages)
` [PATCH] btrfs-progs: doc: link btrfsck to btrfs-check

[PATCH] extcon: max14577: Properly handle regmap_irq_get_virq error
 2014-04-18 14:47 UTC 

[PATCH 2/5] ext4: fix removing status extents in ext4_collapse_range()
 2014-04-18 14:44 UTC  (2+ messages)

[PATCH 0/4] Fixes for DT CPU topology specification on Exynos
 2014-04-18 14:43 UTC  (10+ messages)
` [PATCH 1/4] ARM: EXYNOS: Fix definitions of S5P_ARM_CORE_* registers
` [PATCH 2/4] ARM: EXYNOS: Fix core ID used by platsmp and hotplug code
` [PATCH 3/4] irqchip: gic: Add support for per CPU bank offset specification in DT
` [PATCH 4/4] ARM: dts: exynos4: Add CPU topology data

[PATCH] blame: add correct paddings in time_buf for align
 2014-04-18 14:42 UTC  (2+ messages)

Re: spi-atmel: scheduling while atomic
 2014-04-18 14:42 UTC  (3+ messages)
` [PATCH] spi: atmel: Fix scheduling while atomic bug

[PATCH] slab: fix the type of the index on freelist index accessor
 2014-04-18 14:40 UTC  (3+ messages)

[PATCH 1/2] net can softing: drop 'channel' sysfs attribute
 2014-04-18 14:39 UTC  (3+ messages)

[PATCH 1/2] ASoC: cs42l52: Convert to use devm_gpio_request_one
 2014-04-18 14:38 UTC  (4+ messages)
` [PATCH 2/2] ASoC: cs42l73: "

[U-Boot] [PATCH] am33xx: add SSC enable macro
 2014-04-18 14:39 UTC  (4+ messages)

[PATCH 2/3] ext4: fix ZERO_RANGE test failure in data journalling mode
 2014-04-18 14:37 UTC  (8+ messages)

[PATCH] svcrdma: refactor marshalling logic
 2014-04-18 14:36 UTC  (4+ messages)

[PATCH 00/28] nios2 Linux kernel port
 2014-04-18 14:35 UTC  (3+ messages)
` [PATCH 01/28] nios2: Build infrastructure

makedumpfile memmory usage seems high with option -E
 2014-04-18 14:29 UTC  (10+ messages)
    ` [PATCH] makedumpfile: change the wrong code to calculate bufsize_cyclic for elf dump

REVIEW PATCH 0/3] saa7134: convert to vb2
 2014-04-18 14:28 UTC  (11+ messages)
` [REVIEW PATCH 3/3] "

[Patch net] sched, cls: check if we could overwrite actions when changing a filter
 2014-04-18 14:26 UTC  (6+ messages)

[PATCH] target: Allow non-supporting backends to set pi_prot_type to 0
 2014-04-18 14:25 UTC  (3+ messages)

[Qemu-devel] [PATCH v3 0/4] Add max-ram-below-4g (was Add pci_hole_min_size machine option)
 2014-04-18 14:23 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 1/4] xen-all: Fix xen_hvm_init() to adjust pc memory layout
  `  "
  ` [PATCH v3 0/4] Add max-ram-below-4g (was Add pci_hole_min_size machine option)

[PATCH next 0/4] blk-mq: misc changes
 2014-04-18 14:22 UTC  (5+ messages)
` [PATCH next 1/4] blk-mq: free hctx->ctx_map when init failed
` [PATCH next 2/4] blk-mq: fix allocation of set->tags

[PATCH] ext4: Use truncate_pagecache() in collapse range
 2014-04-18 14:21 UTC  (2+ messages)

[PATCH] ASoC: cs42l51: Fix SOC_DOUBLE_R_SX_TLV shift values for ADC, PCM, and Analog kcontrols
 2014-04-18 14:21 UTC  (5+ messages)

Store refreshed stat info in a separate file?
 2014-04-18 14:20 UTC 

[PATCH RFC -mm v2 0/3] kmemcg: simplify work-flow (was "memcg-vs-slab cleanup")
 2014-04-18 14:17 UTC  (4+ messages)
` [PATCH RFC -mm v2 3/3] memcg, slab: simplify synchronization scheme

Debian Wheezy installer crashes guest when EPT is enabled
 2014-04-18 14:17 UTC  (2+ messages)

[Bug 71891] New: 3.13 fails to boot with the radeon module
 2014-04-18 14:15 UTC  (2+ messages)
` [Bug 71891] "

[PATCH 0/2] Add more peripherals to the sam9rlek
 2014-04-18 14:15 UTC  (3+ messages)

[Bug 74401] New: Radeon r600 has a pink-green tint
 2014-04-18 14:14 UTC  (2+ messages)
` [Bug 74401] "

[PATCH] ASoC: wm_adsp: Remove uneeded semicolon
 2014-04-18 14:13 UTC  (2+ messages)

[PATCH] arm: exynos: generalize power register address calculation
 2014-04-18 14:12 UTC  (4+ messages)

[PATCH] regulator: core: Return error in get optional stub
 2014-04-18 14:12 UTC  (2+ messages)

[PATCH 0/7] ppc64: little endian zImage support
 2014-04-18 14:08 UTC  (8+ messages)
` [PATCH 1/7] kexec: add a elf_rel_find_section service
` [PATCH 2/7] kexec: bypass check on interp program header for ppc64le zImage
` [PATCH 3/7] ppc64: detect zImage files and load the uncompressed vmlinux
` [PATCH 4/7] ppc64, cleanup: cmdline_len variables are unused
` [PATCH 5/7] ppc64, cleanup: remove dead code in kexec-zImage-ppc64
` [PATCH 6/7] ppc64, cleanup: fix implicit declaration compile warnings
` [PATCH 7/7] ppc64, cleanup: fix unused variable compile warning

[RFC] android/gatt: Refactor client connection handling
 2014-04-18 14:09 UTC 

[PATCH] ASoC: tlv320aic31xx: document that the regulators are mandatory
 2014-04-18 14:07 UTC  (2+ messages)

[PATCH] ceph: clear directory's completeness when creating file
 2014-04-18 14:06 UTC  (6+ messages)

[PATCH] ASoC: fsl_spdif: Fix wrong OFFSET of STC_SYSCLK_DIV
 2014-04-18 14:05 UTC  (2+ messages)

[PATCH 00/33] [RFC] Non disruptive application core dump infrastructure
 2014-04-18 14:04 UTC  (4+ messages)
` [PATCH 04/33] Hold threads

[PATCH v2 2/2] usb: gadget: Add xilinx axi usb2 device support
 2014-04-18 14:04 UTC  (7+ messages)

[PATCH 00/17] NFS: Create a common path used by reads and writes
 2014-04-18 14:03 UTC  (7+ messages)
` [PATCH 04/17] NFS: Create a common read and write header struct
` [PATCH 05/17] NFS: Move the write verifier into the nfs_pgio_header
` [PATCH 06/17] NFS: Create a common pgio_alloc and pgio_release function

[PATCHv2] Add support for standard D_CAN module RAM Init Bit
 2014-04-18 14:03 UTC 

[PATCH] serial: 8250: Fix thread unsafe __dma_tx_complete function
 2014-04-18 13:56 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.