All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-01-23 09:34:05 to 2013-01-23 10:27:55 UTC [more...]

[PATCH] clk: Add axi-clkgen driver
 2013-01-23 10:27 UTC  (8+ messages)

[PATCH 0/3] pwm-backlight: add subdrivers & Tegra support
 2013-01-23 10:27 UTC  (9+ messages)
` [PATCH 2/3] tegra: pwm-backlight: add tegra pwm-bl driver

[PATCH for-1.4 qom-cpu 1/9] kvm: Create kvm_arch_vcpu_id() function
 2013-01-23 10:26 UTC  (4+ messages)
` [PATCH for-1.4 qom-cpu 2/9] target-i386: kvm: Set vcpu_id to APIC ID instead of CPU index

RFC: bugfix for 3575
 2013-01-23 10:08 UTC 

[PATCH 1/2] dw_dmac: fill len field of the descriptor
 2013-01-23 10:24 UTC  (11+ messages)
` [PATCH 2/2] dw_dmac: return proper residue value

git-svn problems with white-space in tag names
 2013-01-23 10:23 UTC 

[PATCH REBASE 0/6] i2c: omap: misc changes
 2013-01-23 10:23 UTC  (11+ messages)
      ` [PATCH 0/6] i2c: deferred STP
          ` [PATCH 1/6] i2c: omap: no need to access platform_device
          ` [PATCH 4/6] i2c: omap: in case of VERSION_2 read IRQSTATUS_RAW but write to IRQSTATUS
          ` [PATCH 5/6] i2c: omap: wait for transfer completion before sending STP bit
          ` [PATCH 6/6] i2c: omap: get rid of b_hw flag
        ` [PATCH 2/6] i2c: omap: also complete() when stat becomes zero
        ` [PATCH 3/6] i2c: omap: improve 'rev' a little bit

[PATCH (net.git) 1/2] net: phy: icplus: Use the RGMII interface mode to configure clock delays
 2013-01-23 10:22 UTC  (2+ messages)
` [PATCH (net.git) 2/2] net: phy: icplus: fix broken INTR pin settings

[PATCH RFC v2 01/15] [media] Add common video interfaces OF bindings documentation
 2013-01-23 10:21 UTC  (4+ messages)
` [PATCH RFC v3 "

[U-Boot] [PATCH 0/2] make u-boot/drivers/net/designware cache supportive
 2013-01-23 10:21 UTC  (6+ messages)
` [U-Boot] [PATCH 1/2] drivers/net/designware, do an explicit memory access instead of implicit, re-written assignments to use readl() and writel(), all of this as preperation for making the driver able to work in a cached environment (I$D$ support)

[PATCH 0/9 v2] at91: some fixes for 3.8-rc5
 2013-01-23 10:20 UTC  (21+ messages)
` [PATCH 1/9] ARM: at91/at91-pinctrl documentation: fix typo and add some details
` [PATCH 2/9] ARM: at91/at91sam9x5 DTS: correct wrong PIO BANK values on u(s)arts
` [PATCH 3/9] ARM: at91/at91sam9x5 DTS: add SCK USART pins
` [PATCH 4/9] ARM: at91: fix gpios on i2c-gpio for RM9200 DT
` [PATCH 5/9] ARM: at91: rm9200: remake the BGA as default version
` [PATCH 6/9] ARM: at91/dts: add macb mii pinctrl config for kizbox
` [PATCH 7/9] ARM: at91/at91_dt_defconfig: remove memory specification to cmdline
` [PATCH 8/9] ARM: at91/at91_dt_defconfig: add at91sam9n12 SoC to DT defconfig
` [PATCH 9/9] ARM: at91/dts: correct comment in at91sam9x5.dtsi for mii

dm-integrity: integrity protection device-mapper target
 2013-01-23 10:20 UTC  (7+ messages)
    ` [dm-devel] "

[U-Boot] serial: CONFIG_ARM_DCC_MULTI failures
 2013-01-23 10:20 UTC  (5+ messages)
` [U-Boot] [PATCH 1/2] serial: arm_dcc: Remove CONFIG_ARM_DCC_MULTI option
` [U-Boot] [PATCH 2/2] serial: arm_dcc: Fix compilation warning and remove unneeded initialization

[PATCH 1/5] Btrfs: fix repeated delalloc work allocation
 2013-01-23 10:20 UTC  (11+ messages)

[ath9k-devel] [RFC 0/3] mesh power save - hardware doze
 2013-01-23 10:19 UTC  (8+ messages)
`  "
` [ath9k-devel] [RFC 1/3] mac80211: move mesh sync beacon handler into neighbour_update
  `  "
` [ath9k-devel] [RFC 2/3] mac80211: mesh power save doze scheduling
  `  "
` [ath9k-devel] [RFC 3/3] ath9k: mesh powersave support
  `  "

[PATCH][net-next] gianfar: Restore promisc mode on gfar_init_mac()
 2013-01-23 10:18 UTC 

OMAP baseline test results for v3.8-rc4
 2013-01-23 10:18 UTC  (12+ messages)

[PATCH 0/2] mmc: mmci: Update regulator support
 2013-01-23 10:17 UTC  (12+ messages)
` [PATCH V2 2/2] mmc: mmci: Move ios_handler functionality into the driver

XVR-1200 Framebuffer support in Xorg
 2013-01-23 10:17 UTC 

[PATCH 0/8] KVM: Reduce mmu_lock hold time when zapping mmu pages
 2013-01-23 10:18 UTC  (9+ messages)
` [PATCH 1/8] KVM: MMU: Fix and clean up for_each_gfn_* macros
` [PATCH 2/8] KVM: MMU: Use list_for_each_entry_safe in kvm_mmu_commit_zap_page()
` [PATCH 3/8] KVM: MMU: Add a parameter to kvm_mmu_prepare_zap_page() to update the next position
` [PATCH 4/8] KVM: MMU: Introduce for_each_gfn_indirect_valid_sp_safe macro
` [PATCH 5/8] KVM: MMU: Delete hash_link node in kvm_mmu_prepare_zap_page()
` [PATCH 6/8] KVM: MMU: Introduce free_zapped_mmu_pages() for freeing mmu pages in a list
` [PATCH 7/8] KVM: MMU: Split out free_zapped_mmu_pages() from kvm_mmu_commit_zap_page()
` [PATCH 8/8] KVM: MMU: Move free_zapped_mmu_pages() out of the protection of mmu_lock

[U-Boot] [PATCH] powerpc/p2041: skip waiting for SERDES bank 3 reset done
 2013-01-23 10:17 UTC  (2+ messages)

[linux-media] Strange behavior between Terratec Cinergy HD RTL2838 & Alfa AWUS036h RTL2870
 2013-01-23 10:16 UTC 

[PATCH 00/11] x86: support up to 16Tb
 2013-01-23 10:16 UTC  (4+ messages)

[PATCH 1/2] clocksource: dbx500-prcmu: use relaxed readl variant
 2013-01-23 10:16 UTC  (4+ messages)

[Xenomai] [Posix skin] program test with pthread_set_mode_np
 2013-01-23 10:16 UTC  (7+ messages)

[LSF/MM TOPIC] [ATTEND] Creation of a readdirplus-like system call
 2013-01-23  9:43 UTC 

[PATCH v2] all: new command used for multi-repo operations
 2013-01-23 10:15 UTC  (4+ messages)

[U-Boot] [PATCH 0/7] EXYNOS5: Add audio support for Snow
 2013-01-23 10:13 UTC  (7+ messages)
` [U-Boot] [PATCH 4/7] EXYNOS5: GPIO to enable MAX98095
` [U-Boot] [PATCH 7/7] EXYNOS5: Snow: Add a configuration file

[PATCH] PCI: Document PCIE BUS MPS parameters
 2013-01-23 10:13 UTC  (3+ messages)

[PATCH] Implements DMA on mmci driver for LPC3250 plateform
 2013-01-23 10:11 UTC 

[RFC PATCH linux-next] et131x: Promote staging et131x driver to drivers/net
 2013-01-23 10:10 UTC  (2+ messages)
` [RFC PATCH v2 "

[PATCH v2 01/12] KVM: MMU: lazily drop large spte
 2013-01-23 10:10 UTC  (12+ messages)
` [PATCH v2 02/12] KVM: MMU: cleanup mapping-level
` [PATCH v2 03/12] KVM: MMU: simplify mmu_set_spte
` [PATCH v2 04/12] KVM: MMU: simplify set_spte
` [PATCH v2 05/12] KVM: MMU: introduce vcpu_adjust_access
` [PATCH v2 06/12] KVM: MMU: introduce a static table to map guest access to spte access
` [PATCH v2 07/12] KVM: MMU: remove pt_access in mmu_set_spte
` [PATCH v2 08/12] KVM: MMU: cleanup __direct_map
` [PATCH v2 09/12] KVM: MMU: introduce mmu_spte_establish
` [PATCH v2 10/12] KVM: MMU: unify the code of walking pte list
` [PATCH v2 11/12] KVM: MMU: fix spte assertion
` [PATCH v2 12/12] KVM: MMU: fast drop all spte on the pte_list

[PATCH V2] libxc, libxenstore: make the headers C++-friendlier
 2013-01-23 10:09 UTC  (2+ messages)

[PATCH 2/6] x86/HVM: consolidate toggling of RTC IRQ
 2013-01-23 10:09 UTC  (4+ messages)

state match is obsolete 1.4.17
 2013-01-23 10:08 UTC  (11+ messages)
        ` [PATCH]: Keep the "state" match as alias [Re: state match is obsolete 1.4.17]

[U-Boot] [PATCH 0/2 V2] SMDK5250: Set Initial PMIC Values
 2013-01-23 10:07 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2 V2] EXYNOS5: Add function to setup set ps hold
` [U-Boot] [PATCH 2/2 V2] SMDK5250: Add PMIC voltage settings

[PATCH 1/8] Functionality add and bug-fixes related to MMCI regulators
 2013-01-23 10:07 UTC  (6+ messages)
` [PATCH 8/8] ARM: ux500: Remove traces of the ios_handler from platform code

[PATCH] mtd: bcm47xxpflash: add driver for parallel flash on BCM47xx
 2013-01-23 10:07 UTC 

[U-Boot] [PATCH V2 1/1] imximage.cfg: run files through C preprocessor
 2013-01-23 10:05 UTC  (3+ messages)
` [U-Boot] [PATCH V3 "

[PATCH 0/2] console none support
 2013-01-23 10:01 UTC  (3+ messages)
` [PATCH 1/2] console: switch select to choice
  ` [PATCH 2/2] introduce console none support

[PATCH RESEND] ipv6: add anti-spoofing checks for 6to4 and 6rd
 2013-01-23 10:02 UTC 

[PATCH 1/1] ARM: ux500: Turn on the 'heartbeat' LED trigger
 2013-01-23 10:01 UTC  (3+ messages)

[U-Boot] [PATCH] microblaze: Add muldi3.c which contains routines for _muldi3
 2013-01-23 10:00 UTC 

[patch] Gianfar : Enable promiscous mode after queue time out
 2013-01-23  9:58 UTC  (2+ messages)

Unix Socket buffer attribution
 2013-01-23  9:59 UTC  (2+ messages)

help
 2013-01-23  9:59 UTC 

tap devices not receiving packets from a bridge
 2013-01-23 10:03 UTC  (6+ messages)
` [Qemu-devel] "

[PATCH] nfsd: Check the nfsd support version when enable or disable the minorversion
 2013-01-23  9:58 UTC 

[PATCH] i2c: omap: fix draining irq handling
 2013-01-23  9:57 UTC  (2+ messages)

[PATCH] i2c: omap: errata i462: fix incorrect ack for arbitration lost interrupt
 2013-01-23  9:57 UTC  (2+ messages)

[PATCH] drivers: i2c: muxes: fix sizeof(ptr)
 2013-01-23  9:56 UTC  (3+ messages)

[PATCH V2 RESEND] drm_crtc: check if fb_create return NULL
 2013-01-23  9:53 UTC  (3+ messages)

[U-Boot] [PATCH] powerpc/85xx: add missing QMAN frequency calculation
 2013-01-23  9:56 UTC 

[PATCH 1/2] i2c: sirf: register i2c_client from dt child-nodes in probe entry
 2013-01-23  9:56 UTC  (3+ messages)

[PATCH] i2c: mxs: Fix misuse init_completion
 2013-01-23  9:55 UTC  (3+ messages)

[PATCH 0/3] fixup remaining cvsimport tests
 2013-01-23  9:54 UTC  (7+ messages)

RFC v1: Xen block protocol overhaul - problem statement (with pictures!)
 2013-01-23  9:53 UTC  (6+ messages)

[PATCH] i2c: i2c-mxs: Fix type of error code
 2013-01-23  9:53 UTC  (2+ messages)

[PATCH] Implements DMA on mmci driver for LPC3250 plateform
 2013-01-23  9:52 UTC 

v3 for tcp friends?
 2013-01-23  9:52 UTC  (12+ messages)

[PATCH 0/2] usb: exynos: Fix compatible strings used for device
 2013-01-23  9:50 UTC  (11+ messages)

Chronogram with pref ?
 2013-01-23  9:49 UTC 

[PATCH] drm/exynos: add check for the device power status
 2013-01-23 10:10 UTC 

[PATCH 1/9] avr32: Provide dma_mmap_coherent() and dma_get_sgtable()
 2013-01-23  9:47 UTC  (11+ messages)
` [PATCH 3/9] c6x: "
  ` [Linux-c6x-dev] "

[PATCH 1/1] ARM: ux500: Enable Snowball's GPIO controlled Ethernet regulator in DT
 2013-01-23  9:46 UTC  (3+ messages)

[PATCH 0/4] LOW power sleep support for OMAP nand driver
 2013-01-23  9:45 UTC  (13+ messages)
` [PATCH 2/4] mtd: devices: elm: Low power transition support
` [PATCH 3/4] arm: gpmc: "
` [PATCH 4/4] mtd: nand: omap2: "

[PATCH 1/2] usb: host: tegra: don't touch EMC clock
 2013-01-23  9:45 UTC  (4+ messages)

[LSF/MM TOPIC] [ATTEND] SELinux and Clustered filesystems
 2013-01-23  9:43 UTC 

STMicroelectronics driver kconfig-makefile bugfix
 2013-01-23  9:45 UTC  (3+ messages)
` [PATCH 2/4] iio:accel: Add STMicroelectronics accelerometers driver

MDS placement
 2013-01-23  9:44 UTC  (3+ messages)

jbd2: don't wake kjournald unnecessarily
 2013-01-23  9:44 UTC  (11+ messages)

[U-Boot] [PATCH 1/1] console: USB: KBD: Fix incorrect autoboot timeout
 2013-01-23  9:43 UTC  (3+ messages)

[PATCH] ARM v7: Fix register corruption in v7_mmu_cache_off
 2013-01-23  9:43 UTC 

[PATCH net-next 1/3] net: stmmac: add gmac autoneg set for SGMII, TBI, and RTBI
 2013-01-23  9:42 UTC  (3+ messages)

[PATCH 0/12 v2] ext4: Several simplifications and fixes
 2013-01-23  9:42 UTC  (10+ messages)
` [PATCH 03/12] ext4: Remove bogus wait for unwritten extents in ext4_ind_direct_IO

[PATCH 0/4] TI LCDC DRM driver
 2013-01-23  9:42 UTC  (7+ messages)
` [PATCH 1/4] drm/tilcdc: add TI LCD Controller DRM driver (v3)
` [PATCH 2/4] drm/i2c: nxp-tda998x (v2)

[Buildroot] Boost integration
 2013-01-23  9:41 UTC  (2+ messages)
` [Buildroot] Mono Project

[PATCH 0/6] x86/HVM: miscellaneous RTC emulation adjustments
 2013-01-23  9:39 UTC  (2+ messages)

[PATCH v2] leds: fix build error for LP55xx Common driver
 2013-01-23  9:38 UTC 

[RFC PATCH 0/2] sched: simplify the select_task_rq_fair()
 2013-01-23  9:37 UTC  (22+ messages)

[PATCH 1/3] mfd: Fix compile errors and warnings when !CONFIG_AB8500_BM
 2013-01-23  9:36 UTC  (4+ messages)
` [PATCH 3/3] ARM: ux500: Add Snowball pin configuration for user LED

[PATCH TRIVIAL] asus-wmi: Fix unused function build warning
 2013-01-23  9:35 UTC  (2+ messages)

[lm-sensors] [PATCH] avoid unwanted sensors-detect termination when the /dev/port is missing
 2013-01-23  9:35 UTC  (2+ messages)

[Bug 59597] New: Segmentation fault when moving (part of) window outside screen area
 2013-01-23  9:34 UTC  (2+ messages)
  ` [Bug 59597] "

[PATCHv2] Add GPIO driver for Allwinner SoCs
 2013-01-23  9:34 UTC  (3+ messages)
` [PATCH] ARM: sunxi: gpio: Add Allwinner SoCs GPIO drivers


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.