messages from 2013-03-22 12:54:17 to 2013-03-22 16:52:17 UTC [more...]
[PATCH 1/3] dw_mmc: Don't loop when handling an interrupt
2013-03-22 16:52 UTC (5+ messages)
` [PATCH 2/3] dw_mmc: Avoid adding the number of transmitted bytes twice
` [PATCH 3/3] dw_mmc: Handle unaligned data submission correctly
[BUG] staging: android: ashmem: Deadlock during ashmem_mmap and ashmem_read
2013-03-22 16:47 UTC (6+ messages)
[PATCH 0/3] PCI: Handle device quirks when accessing sysfs resource<N> entries
2013-03-22 16:46 UTC (6+ messages)
` [PATCH 2/3] "
[PATCH] mmc: dw_mmc: move host->data_offset init earlier
2013-03-22 16:45 UTC (2+ messages)
[PATCH] mmc: dw_mmc: setpower on MMC_POWER_{UP,OFF}
2013-03-22 16:42 UTC (2+ messages)
FW: Regulator API ignored return values
2013-03-22 16:41 UTC (4+ messages)
[PATCH V2] pinctrl: mvebu: prevent walking off the end of group array
2013-03-22 16:39 UTC (3+ messages)
` [PATCH v3] "
[PATCH] drivers: mmc: host: Use resource_size()
2013-03-22 16:39 UTC (2+ messages)
[BUGFIX PATCH] ARM: OMAP: fix type of return values in omap_device_get_by_hwmod_name()
2013-03-22 16:36 UTC (2+ messages)
[PATCH] mach_omap2: use PTR_RET instead of IS_ERR + PTR_ERR
2013-03-22 16:36 UTC (4+ messages)
[PATCH] mmc/host:rtsx: Don't execute power up sequence repeatedly
2013-03-22 16:36 UTC (2+ messages)
[PATCH] pciehp: Add pciehp_surprise module option
2013-03-22 16:35 UTC (7+ messages)
+ atomic-improve-atomic_inc_unless_negative-atomic_dec_unless_positive .patch added to -mm tree
2013-03-22 16:34 UTC (12+ messages)
[PATCH v3 0/3] DT support for AS3711 MFD, regulator and backlight drivers
2013-03-22 16:34 UTC (5+ messages)
` [PATCH v3 1/3] mfd: as3711: add OF support
` [PATCH v3 2/3] regulator: "
` [PATCH v3 3/3] backlight: "
[PATCH] nohz1: Documentation
2013-03-22 16:28 UTC (13+ messages)
VFS deadlock ?
2013-03-22 16:23 UTC (11+ messages)
` [CFT] "
[PATCH] net: Add support for handling queueing in hardware
2013-03-22 16:23 UTC (16+ messages)
[PATCH V2 1/1] Drivers: hv: Add a new driver to support host initiated backup
2013-03-22 16:14 UTC (2+ messages)
[PATCH] iommu: add a function to find an iommu group by id
2013-03-22 16:07 UTC (3+ messages)
[PATCH REPOST v2] clk: add table lookup to mux
2013-03-22 16:05 UTC (2+ messages)
[PATCH] NFSv4: Fix the string length returned by the idmapper
2013-03-22 15:53 UTC
[PATCH] ARM: EXYNOS: Add missing semicolons in exynos_mct.c
2013-03-22 15:53 UTC
[RT LATENCY] 249 microsecond latency caused by slub's unfreeze_partials() code
2013-03-22 15:41 UTC (2+ messages)
[PATCH] clk: tegra: Don't enable PLLs during early boot
2013-03-22 15:48 UTC (2+ messages)
[PATCH 1/5] ARM: ux500: Add machine support for ccu8540
2013-03-22 15:45 UTC (7+ messages)
` [PATCH 2/5] ARM: ux500: Allow the ccu8540 to register its serial devices without pdata
` [PATCH 3/5] ARM: ux500: Remove platform specific PRCMU and Clk initialisation
` [PATCH 4/5] ARM: ux500: Supply a DTS file for the u8540 platform
` [PATCH 5/5] ARM: ux500: Do not supply DMA platform data when booting "
[RFC PATCH v1 0/3] clk: implement remuxing during set_rate
2013-03-22 15:43 UTC (4+ messages)
` [RFC PATCH v1 1/3] clk: abstract parent cache
` [RFC PATCH v1 2/3] clk: add support for clock remuxing
` [RFC PATCH v1 3/3] clk: clk-mux: implement remuxing
ipc,sem: sysv semaphore scalability
2013-03-22 15:37 UTC (3+ messages)
[PATCH] watchdog: Add Broadcom BCM2708 watchdog timer driver
2013-03-22 13:56 UTC (2+ messages)
` "
[PATCHv2, RFC 00/30] Transparent huge page cache
2013-03-22 15:22 UTC (15+ messages)
` [PATCHv2, RFC 04/30] radix-tree: implement preload for multiple contiguous elements
` [PATCHv2, RFC 07/30] thp, mm: introduce mapping_can_have_hugepages() predicate
` [PATCHv2, RFC 08/30] thp, mm: rewrite add_to_page_cache_locked() to support huge pages
` [PATCHv2, RFC 14/30] thp, mm: naive support of thp in generic read/write routines
[PATCH 0/4] dw_dmac: cleanup for DT usage
2013-03-22 15:20 UTC (7+ messages)
` [PATCH 1/4] dw_dmac: fix style of the comments
` [PATCH 2/4] dw_dmac: rename DT related methods to reflect their belonging
` [PATCH 3/4] dw_dmac: make build of DT related methods optional
` [PATCH 4/4] dmaengine: dw_dmac: simplify master selection
[PATCH v2 1/4] uprobes: add trap variant helper
2013-03-22 15:19 UTC (4+ messages)
` [PATCH v2 2/4] uprobes: refuse uprobe on trap variants
` [PATCH v2 3/4] uprobes/powerpc: teach uprobes to ignore gdb breakpoints
` [PATCH v2 4/4] uprobes/powerpc: remove additional trap instruction check
[PATCH 0/7] uretprobes: return probes implementation
2013-03-22 15:10 UTC (12+ messages)
` [PATCH 1/7] uretprobes: preparation patch
` [PATCH 2/7] uretprobes: extract fill_page() and trampoline implementation
` [PATCH 3/7] uretprobes/x86: hijack return address
` [PATCH 4/7] uretprobes: return probe entry, prepare_uretprobe()
` [PATCH 5/7] uretprobes: return probe exit, invoke handlers
` [PATCH 6/7] uretprobes: limit the depth of return probe nestedness
` [PATCH 7/7] uretprobes: implemented, thus remove -ENOSYS
` [PATCH 7/7] uretprobes: remove -ENOSYS as return probes implemented
[PATCH] cciss: fix invalid use of sizeof in cciss_find_cfgtables()
2013-03-22 15:11 UTC (3+ messages)
[PATCH RESEND v11 0/4] block layer runtime pm
2013-03-22 15:09 UTC (2+ messages)
[PATCH 1/3] uprobes: add trap variant helper
2013-03-22 15:07 UTC (3+ messages)
[PATCH] cpufreq/intel_pstate: Add function to check that all MSR's are valid
2013-03-22 15:06 UTC (5+ messages)
[PATCH V3 0/7] Create sched_select_cpu() and use it for workqueues
2013-03-22 15:05 UTC (3+ messages)
` [PATCH V3 6/7] block: queue work on any cpu
Re: I2C: Fix i2c fail problem when a process is terminated by a signal on octeon in 3.8
2013-03-22 15:03 UTC
[PATCH -next] loopdev: fix error return code in loop_add()
2013-03-22 14:59 UTC (2+ messages)
[PATCH v10 0/12] Palmas updates
2013-03-22 14:55 UTC (13+ messages)
` [PATCH v10 01/12] mfd: DT bindings for the palmas family MFD
` [PATCH v10 02/12] mfd: palmas: is_palmas_charger needed by multiple drivers
` [PATCH v10 03/12] mfd: palmas add variant and OTP detection
` [PATCH v10 04/12] watchdog: add Palmas Watchdog support
` [PATCH v10 05/12] watchdog: Kconfig for Palmas watchdog
` [PATCH v10 06/12] gpio: palmas: add in GPIO support for palmas charger
` [PATCH v10 07/12] gpio: palmas: Enable DT support for palmas gpio
` [PATCH v10 08/12] gpio: Palmas palmas_gpio_(read|write|update) factoring
` [PATCH v10 09/12] leds: Add support for Palmas LEDs
` [PATCH v10 10/12] clk: add a clock driver for palmas
` [PATCH v10 11/12] clk: Kconfig for Palmas clock driver
` [PATCH v10 12/12] regulator: palmas remove palmas-charger option from DT bindings
Upstart 1.8 released
2013-03-22 14:58 UTC
[PATCH -next] mtip32xx: fix error return code in mtip_pci_probe()
2013-03-22 14:58 UTC (2+ messages)
[GIT PULL] (xen) stable/for-jens-3.9
2013-03-22 14:57 UTC (2+ messages)
[PATCHv9 0/9] Support Tegra 2D hardware
2013-03-22 14:54 UTC (11+ messages)
` [PATCHv9 1/9] gpu: host1x: Add host1x driver
` [PATCHv9 2/9] gpu: host1x: Add syncpoint wait and interrupts
` [PATCHv9 3/9] gpu: host1x: Add channel support
` [PATCHv9 4/9] gpu: host1x: Add debug support
` [PATCHv9 5/9] drm: tegra: Move drm to live under host1x
` [PATCHv9 6/9] gpu: host1x: drm: Rename host1x to host1x_drm
` [PATCHv9 7/9] gpu: host1x: Remove second host1x driver
` [PATCHv9 8/9] gpu: host1x: drm: Add memory manager and fb
` [PATCHv9 9/9] drm: tegra: Add gr2d device
[PATCH 0/7] HID: multitouch: support of hybrid finger/pen devices
2013-03-22 14:48 UTC (4+ messages)
` [PATCH 1/7] HID: input: don't register unmapped input devices
[PATCH] ARM: at91/at91sam9x5: add RTC node
2013-03-22 14:42 UTC
[PATCH] ath9k : Fix ieee80211 work while going to suspend
2013-03-22 15:08 UTC (7+ messages)
[RFC PATCH 0/8] Reduce system disruption due to kswapd
2013-03-22 14:37 UTC (9+ messages)
` [PATCH 01/10] mm: vmscan: Limit the number of pages kswapd reclaims at each priority
[PATCH] phy: Add XGMII phy interface type
2013-03-22 14:33 UTC (7+ messages)
[PATCH 0/4] mv643xx_eth: use mvmdio MDIO bus driver
2013-03-22 14:31 UTC (12+ messages)
` [PATCH 0/4 v3] "
` [PATCH 1/4 v3] net: mvmdio: allow platform device style registration
` [PATCH 2/4 v3] net: mvmdio: rename base register cookie from smireg to regs
` [PATCH 3/4 v3] net: mvmdio: enhance driver to support SMI error/done interrupts
` [PATCH 4/4 v3] mv643xx_eth: convert to use the Marvell Orion MDIO driver
[ANNOUNCE] 3.0.69-rt96
2013-03-22 14:28 UTC
[PATCH] xen/acpi-stub: Disable it b/c the acpi_processor_add is no longer called
2013-03-22 14:28 UTC
[PATCH] phy: Add support for VSC8234
2013-03-22 14:27 UTC (4+ messages)
[ANNOUNCE] 3.2.40-rt60
2013-03-22 14:27 UTC
[ANNOUNCE] 3.4.36-rt50
2013-03-22 14:26 UTC
[PATCH] USB: EHCI: fix for leaking isochronous data
2013-03-22 14:24 UTC (2+ messages)
[PATCH 0/4] ARM: at91: little DT fixes
2013-03-22 14:23 UTC (5+ messages)
` [PATCH 1/4] ARM: at91/dt: fix macb node declaration
` [PATCH 2/4] ARM: at91/trivial: typos in compatible property
` [PATCH 3/4] ARM: at91/trivial: fix model name for SAM9G15-EK
` [PATCH 4/4] ARM: at91: remove partial parameter in bootargs for at91sam9x5ek.dtsi
[PATCH] appletalk: remove "config IPDDP_DECAP"
2013-03-22 14:21 UTC (2+ messages)
[PATCH v2] mfd: as3711: add OF support
2013-03-22 14:09 UTC (4+ messages)
[PATCH v9 0/12] Palmas updates
2013-03-22 14:08 UTC (14+ messages)
` [PATCH v9 01/11] mfd: palmas: is_palmas_charger needed by multiple drivers
` [PATCH v9 02/11] mfd: palmas add variant and OTP detection
` [PATCH v9 03/11] watchdog: add Palmas Watchdog support
` [PATCH v9 04/11] watchdog: Kconfig for Palmas watchdog
` [PATCH v9 05/11] gpio: palmas: add in GPIO support for palmas charger
` [PATCH v9 06/11] gpio: palmas: Enable DT support for palmas gpio
` [PATCH v9 07/11] gpio: Palmas palmas_gpio_(read|write|update) factoring
` [PATCH v9 08/11] leds: Add support for Palmas LEDs
` [PATCH v9 09/11] clk: add a clock driver for palmas
` [PATCH v9 10/11] clk: Kconfig for Palmas clock driver
` [PATCH v9 11/11] regulator: palmas remove palmas-charger option from DT bindings
CONFIG_EARLY_PRINTK
2013-03-22 14:07 UTC (5+ messages)
[PATCH v5 0/2] perf: use hrtimer for event multiplexing
2013-03-22 13:54 UTC (2+ messages)
[ANNOUNCE] util-linux v2.23-rc1
2013-03-22 13:41 UTC (2+ messages)
[PATCH] sgy-cts-1000: New DTS file for Servergy CTS-1000 systems
2013-03-19 5:14 UTC
[PATCH] of_mdio: Add of_phy_attach function
2010-03-05 19:48 UTC
[PATCH] of_mdio: Remove flags argument from of_phy_connect
2013-03-18 23:49 UTC
[PATCH] hpet, allow user controlled mmap for user processes
2013-03-22 13:32 UTC (2+ messages)
lockdep trace from prepare_bprm_creds
2013-03-22 13:20 UTC (11+ messages)
` [PATCH 0/1] do not abuse ->cred_guard_mutex in threadgroup_lock()
` [PATCH] "
[PATCH -next] mailbox: fix invalid use of sizeof in mailbox_msg_send()
2013-03-22 13:22 UTC
[PATCH linux-pm] cpufreq: governors: Fix calculation of wall time in get_cpu_idle_time
2013-03-22 13:24 UTC (2+ messages)
[PATCH -next] rpmsg: fix error return code in rpmsg_probe()
2013-03-22 13:16 UTC
[PATCH] cpufreq: stats: do cpufreq_cpu_put() corresponding to cpufreq_cpu_get
2013-03-22 13:22 UTC (4+ messages)
[PATCH] drivers: cpuidle: kirkwood: fix coccicheck warnings
2013-03-22 13:22 UTC (2+ messages)
[PATCH v8 00/14] Tegra114 clockframework
2013-03-22 12:55 UTC (5+ messages)
` [PATCH v8 12/14] clk: tegra: devicetree match for nvidia,tegra114-car
` [PATCH v8 13/14] ARM: dt: Add references to tegra_car clocks
` [PATCH v8 14/14] clk: tegra: Remove forced clk_enable of uartd
[PATCH] hw_random: Add Broadcom BCM2835 RNG Driver
2013-03-22 12:55 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox