All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-09-21 19:53:38 to 2013-09-22 02:59:09 UTC [more...]

[PATCH] mtd: nand: correct extemded param page error handling
 2013-09-22  3:00 UTC  (2+ messages)

[PATCH] On unmap, flush IOMMU TLB and return correct size
 2013-09-22  2:59 UTC  (2+ messages)

[U-Boot] [PATCH 0/5] Add device tree support for VxWorks
 2013-09-22  2:57 UTC  (4+ messages)
` [U-Boot] [PATCH v2 "

[PATCH net-next 0/2] xen-netback: windows frontend compatibility fixes
 2013-09-22  2:56 UTC  (4+ messages)
` [PATCH net-next v2 1/2] xen-netback: add a vif-is-connected flag
  ` [Xen-devel] "

[PATCH] ACPICA / hwreg: Use acpi_gbl_reduced_hardware to prevent accessing PM registers
 2013-09-22  2:50 UTC  (8+ messages)

[PATCH v2 0/3] Fix Win8 backlight issue
 2013-09-22  2:47 UTC  (5+ messages)
` [PATCH v2 3/3] ACPI / video: Do not register backlight if win8 and native interface exists

[BUG?] inconsistent `git reflog show` output, possibly `git fsck` output
 2013-09-22  2:38 UTC  (2+ messages)

TSQ accounting skb->truesize degrades throughput for large packets
 2013-09-22  2:36 UTC  (10+ messages)
                ` [Xen-devel] "

[PATCH] powerpc/p1010rdb:update dts to adapt to both old and new p1010rdb
 2013-09-22  2:28 UTC 

[PATCH v5] clk: si570: Add a driver for SI570 oscillators
 2013-09-22  2:31 UTC  (5+ messages)

[PATCHv2 05/16] hwmon: lm75: expose to thermal fw via DT nodes
 2013-09-22  2:24 UTC  (15+ messages)
` [PATCHv3 "
      ` [lm-sensors] "

[PATCH 00/17] np/pack-v4 updates
 2013-09-22  2:13 UTC  (9+ messages)
` [PATCH 07/17] fixup! index-pack, pack-objects: allow creating .idx v2 with .pack v4
` [PATCH 14/17] t5302: disable sealth corruption tests when run with --packv4
` [PATCH 15/17] t5300: avoid testing ofs-delta "

[PATCH] ipc/sem.c: fix update sem_otime when calling sem_op in semaphore initialization
 2013-09-22  2:11 UTC 

Bisected 3.12.0-rc1 Laptop screen goes blank during kernelboot
 2013-09-22  2:10 UTC  (2+ messages)

[PATCH v8] interrupts: allow guest to set/clear MSI-X mask bit
 2013-09-22  2:07 UTC  (12+ messages)

[PATCH V4 1/2] ceph: Implement readv/preadv for sync operation
 2013-09-22  2:04 UTC  (2+ messages)

[RFC GIT PULL] softirq: Consolidation and stack overrun fix
 2013-09-22  2:01 UTC  (9+ messages)

Unexpected _GTF length (8)
 2013-09-22  1:56 UTC 

[U-Boot] [PATCH] powerpc/B4860: enable PBL tool for B4860
 2013-09-22  1:56 UTC 

Question about the repeated page fault
 2013-09-22  1:48 UTC  (4+ messages)

[PATCH ethtool] Fix iteration count in sff8472_calibration()
 2013-09-22  1:36 UTC 

[U-Boot] [PATCH v12 0/6] arm64 patch
 2013-09-22  1:37 UTC  (7+ messages)
` [U-Boot] [PATCH v12 1/6] core support of arm64
  ` [U-Boot] [PATCH v12 2/6] board support of vexpress_aemv8a
    ` [U-Boot] [PATCH v12 3/6] generic board patch of manual reloc and zero gd_t
      ` [U-Boot] [PATCH v12 4/6] 64bit initrd start address support
        ` [U-Boot] [PATCH v12 5/6] remove compiling warnings
          ` [U-Boot] [PATCH v12 6/6] add weak entry definition

[U-Boot] [PATCH] powerpc/c29xpcie: Getting DDR SPD image from 16-bit sub-address EEPROM
 2013-09-22  1:31 UTC  (2+ messages)
` [U-Boot] [PATCH v2] "

[meta-oe][PATCH] ntfs-3g-ntfsprogs does not rdepend on util-linux-mount
 2013-09-22  1:28 UTC  (6+ messages)

[PATCH 00/21] CPUIdle: Minor cleanups for 3.13
 2013-09-22  1:21 UTC  (22+ messages)
` [PATCH 01/21] cpuidle: fix indentation of cpumask
` [PATCH 02/21] cpuidle: Fix comments in cpuidle core
` [PATCH 03/21] cpuidle: make __cpuidle_get_cpu_driver() inline
` [PATCH 04/21] cpuidle: make __cpuidle_device_init() return void
` [PATCH 05/21] cpuidle: make __cpuidle_driver_init() "
` [PATCH 06/21] cpuidle: rearrange code in __cpuidle_driver_init()
` [PATCH 07/21] cpuidle: rearrange __cpuidle_register_device() to keep minimal exit points
` [PATCH 08/21] cpuidle: use cpuidle_disabled() instead of "off"
` [PATCH 09/21] cpuidle: merge two if() statements for checking error cases
` [PATCH 10/21] cpuidle: reduce code duplication inside cpuidle_idle_call()
` [PATCH 11/21] cpuidle: replace multiline statements with single line in cpuidle_idle_call()
` [PATCH 12/21] cpuidle: call cpuidle_get_driver() from after taking cpuidle_driver_lock
` [PATCH 13/21] cpuidle: use drv instead of cpuidle_driver in show_current_driver()
` [PATCH 14/21] cpuidle: coupled: don't compare cpu masks unnecessarily
` [PATCH 15/21] cpuidle: free all state kobjects from cpuidle_free_state_kobj()
` [PATCH 16/21] cpuidle: avoid unnecessary kzalloc/free of struct cpuidle_device_kobj
` [PATCH 17/21] cpuidle: avoid unnecessary kzalloc/free of struct cpuidle_driver_kobj
` [PATCH 18/21] cpuidle: don't call poll_idle_init() for every cpu
` [PATCH 19/21] cpuidle: create list of registered drivers
` [PATCH 20/21] cpuidle: don't calculate time-diff if entered_state == 0
` [PATCH 21/21] cpuidle: change governor from within cpuidle_replace_governor()

nice to be your friend
 2013-09-21 23:43 UTC 

[Buildroot] Is ther an X screen saver/locker?
 2013-09-22  1:21 UTC  (3+ messages)

[PATCH 1/1] drm/radeon: Make r100_cp_ring_info() and radeon_ring_gfx() safe
 2013-09-22  1:18 UTC  (3+ messages)
  ` [PATCH 1/1] drm/radeon: Don't run tests when underlying memory was uninitialized

[PATCH v4 0/3] ARM: S5PV210: move to common clk framework
 2013-09-22  1:12 UTC  (5+ messages)
` [PATCH v4 2/3] Cpufreq: s5pv210 cpufreq fixes for CCF

[PATCH] btrfs-progs: Add dependencies explicitly to fix a parallel build issue
 2013-09-22  1:06 UTC  (3+ messages)

mxsfb on i.MX28 uses bypassed ref_xtal 24MHz clock for LCD
 2013-09-22  1:05 UTC  (3+ messages)

[PATCH] mm/ksm: return NULL when doesn't get mergeable page
 2013-09-22  0:54 UTC  (4+ messages)

[Qemu-devel] [PATCH 0/2] block: two fixes for image opening
 2013-09-22  0:53 UTC  (5+ messages)
` [Qemu-devel] [PATCH 2/2] vmdk: fix cluster size check for flat extents

[xen-unstable test] 19776: tolerable trouble: broken/fail/pass - PUSHED
 2013-09-22  0:30 UTC 

[PATCH] staging: Add dm-writeboost
 2013-09-22  0:09 UTC  (6+ messages)
`  "
      ` Reworking dm-writeboost [was: Re: staging: Add dm-writeboost]

[BUG] hhvm running on Ubuntu 13.04 with Xen Hypervisor - linux kernel panic
 2013-09-22  0:08 UTC 

[PATCH/RFC 0/7] Support for Ruby
 2013-09-21 23:56 UTC  (4+ messages)

[PATCH RESEND] printk: report boot console names during cut-over
 2013-09-21 23:52 UTC  (2+ messages)

Snappy compression algorithm for Reiser4
 2013-09-21 23:50 UTC  (2+ messages)

[PULL] IIO fixes for 3.12
 2013-09-21 23:46 UTC  (2+ messages)

[PULL] IIO fixes for 3.11 - set 4
 2013-09-21 23:44 UTC  (5+ messages)

[Bug 29162] New: Reiserfs hang with dataloss sometimes
 2013-09-21 23:39 UTC  (2+ messages)
` [Bug 29162] "

[PATCH] kconfig: fix allmodconfig
 2013-09-21 23:21 UTC  (2+ messages)

[PATCH][RFC] Fix breakage in ffs_fs_mount()
 2013-09-21 23:18 UTC  (4+ messages)

[PATCH 01/19] arm: Change variable type to bool
 2013-09-21 23:15 UTC  (41+ messages)
` [PATCH 02/19] hv: "
` [PATCH 03/19] infiniband: "
` [PATCH 04/19] isdn: "
` [PATCH 05/19] media: "
` [PATCH 06/19] "
` [PATCH 07/19] mmc: "
` [PATCH 08/19] net: "
` [PATCH 09/19] "
` [PATCH 10/19] "
` [PATCH 11/19] wireless: "
` [PATCH 12/19] "
` [PATCH 13/19] rtc: "
` [PATCH 14/19] scsi: "
` [PATCH 15/19] staging: "
` [PATCH 16/19] "
` [PATCH 17/19] "
` [PATCH 18/19] nilfs2: "
` [PATCH 19/19] net: "

[PATCH 1/4] Input: cobalt_btns - Remove redundant dev_set_drvdata
 2013-09-18 14:49 UTC  (3+ messages)

brcmsmac causes soft lockup in 3.12-rc1
 2013-09-21 22:34 UTC 

[PATCH] Documentation/kbuild/kconfig.txt: Doesn't make listnewconfig replacing yes "" | make oldconfig ?
 2013-09-21 23:01 UTC  (2+ messages)

[PATCH] LSM: MntRestrict blocks mounts on symlink targets
 2013-09-21 22:59 UTC 

[Bug 63481] New: Nouveau driver - No monitor signal on chipset NV1A (family NV10) since bisected bad commit ebb945a94bba2ce8dff7b0942ff2b3f2a52a0a69 in kernel 3.7.9
 2013-09-21 22:49 UTC  (2+ messages)
  ` [Bug 63481] [NV1A] No monitor signal since commit ebb945a94 (3.7-rc1)

[PATCH 0/3]
 2013-09-21 22:49 UTC  (6+ messages)
` [PATCH 1/3] Add smp support for Allwinner A20(sunxi 7i)

[Bug 50375] New: NV11: KMS/fbcon accel failing after scrolling/tty switch
 2013-09-21 22:48 UTC  (2+ messages)
  ` [Bug 50375] [NV1A] "

Patching mkfs.ubifs.c for running under Windows ?
 2013-09-21 22:46 UTC  (2+ messages)

[PATCH] declance: Remove `incompatible pointer type' warnings
 2013-09-21 22:41 UTC  (2+ messages)

[PATCH] skge: fix invalid value passed to pci_unmap_sigle
 2013-09-21 22:12 UTC  (2+ messages)

[PATCH V3] pci: exynos: split into two parts such as Synopsys part and Exynos part
 2013-09-21 22:03 UTC  (5+ messages)

[PATCH V2] xfstests: only run generic/300 on filesystems supporting fallocate()
 2013-09-21 22:02 UTC  (2+ messages)

[PATCH][RESEND] xfstests: only run generic/300 on filesystems supporting
 2013-09-21 21:59 UTC  (4+ messages)

[PATCH] Problems with RAID 4/5/6 and kmem_cache
 2013-09-21 21:56 UTC  (2+ messages)

build regressions 2013-09-21
 2013-09-21 21:43 UTC 

[PATCH] /dev/random: Insufficient of entropy on many architectures
 2013-09-21 21:41 UTC  (12+ messages)
                ` [PATCH,RFC] random: make fast_mix() honor its name

imx-bootlets build failure
 2013-09-21 21:37 UTC  (5+ messages)

sony-laptop crash (Sony VPC SE 1V9E) for 3.8.0+
 2013-09-21 21:39 UTC  (5+ messages)

[PATCH V4 00/17] ARM EFI stub common code
 2013-09-21 21:31 UTC  (8+ messages)
` [PATCH 09/17] Move unicode to ASCII conversion to shared function

[PATCH] xfstests: set umask to avoid spurious generic/314 test failures
 2013-09-21 21:17 UTC  (2+ messages)

[PATCH] diff: add a config option to control orderfile
 2013-09-21 21:08 UTC  (9+ messages)

Using alternate working directory
 2013-09-21 21:04 UTC 

NetworkManager not listing access points
 2013-09-21 20:51 UTC  (4+ messages)

[Buildroot] [PATCH 1/1] Reorders the real-time menu
 2013-09-21 20:45 UTC  (2+ messages)

[Buildroot] [git commit] package/Config.in: sort the real-time menu entries
 2013-09-21 20:44 UTC 

[PATCH 00/26] ARM: provide common arch init for DT clocks
 2013-09-21 20:27 UTC  (4+ messages)
` [PATCH 15/26] ARM: kirkwood: remove custom .init_time hook

[PATCH v3 0/7] support for cubieboard2 / sunxi processors
 2013-09-21 20:28 UTC  (5+ messages)
` [PATCH 7/7] xen/arm: Blacklist some sun7i UARTs

[PATCH 0/3] KVM: Make kvm_lock non-raw
 2013-09-21 20:26 UTC  (5+ messages)

[Qemu-trivial] [PATCH] pci-ohci: Add missing 'break' in ohci_service_td
 2013-09-21 20:26 UTC  (2+ messages)
` [Qemu-devel] "

[PATCH 0/1] tty: disassociate_ctty() sends the extra SIGCONT
 2013-09-21 20:25 UTC  (5+ messages)
` [PATCH 1/1] "

[--signoff] Changes made for Lance.c
 2013-09-21 20:17 UTC 

[PATCH 00/51] DMA mask changes
 2013-09-21 20:00 UTC  (13+ messages)
` [PATCH 18/51] DMA-API: staging: et131x: replace dma_set_mask()+dma_set_coherent_mask() with new helper
` [PATCH 24/51] DMA-API: dma: pl330: add dma_set_mask_and_coherent() call

[PATCH] ASoC: bells: Specify REFCLK for FLLs
 2013-09-21 20:08 UTC  (3+ messages)

[U-Boot] [PATCH] config: consolidate CONFIG_SYS_HZ definition
 2013-09-21 20:03 UTC  (2+ messages)
` [U-Boot] [PATCH v2] "

[PATCH] block: Device driver for sTec's PCIe Kronos Card
 2013-09-21 20:01 UTC  (9+ messages)

[PATCH] block: Add nr_bios to block_rq_remap tracepoint
 2013-09-21 19:58 UTC  (2+ messages)

adding can4linux to drivers/char
 2013-09-21 19:57 UTC  (4+ messages)

Issue in my API re-implementation in my kernel 3.11
 2013-09-21 19:53 UTC  (2+ messages)

[PATCH 1/6] drm/radeon/dpm: fetch the max clk from voltage dep tables helper
 2013-09-21 19:53 UTC  (3+ messages)
` [PATCH 4/6] drm/radeon/dpm/si: filter clocks based on voltage/clk dep tables
` [PATCH 5/6] drm/radeon/dpm/ci: "


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.