All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-08-11 12:37:04 to 2013-08-11 16:56:32 UTC [more...]

[PATCHv2] Add per-process flag to control thp
 2013-08-11 16:56 UTC  (2+ messages)

[PATCH 0/16] Avoid using ARRAY_AND_SIZE(e) as a function argument
 2013-08-11 16:51 UTC  (50+ messages)
` [PATCH 1/16] sound/soc/pxa/mioa701_wm9713.c: "
` [PATCH 2/16] arch/arm/mach-pxa: "
` [PATCH 3/16] arch/arm/mach-ux500/cpu-db8500.c: "
` [PATCH 4/16] arch/arm/mach-pxa/z2.c: "
` [PATCH 5/16] arch/arm/mach-pxa/vpac270.c: "
` [PATCH 6/16] arch/arm/mach-pxa: "
` [PATCH 7/16] arch/arm/mach-pxa/colibri-pxa270-income.c: "
  ` [PATCH 7/16] arch/arm/mach-pxa/colibri-pxa270-income.c: Avoid using ARRAY_AND_SIZE(e) as a function
` [PATCH 8/16] arch/arm/mach-pxa/palmz72.c: Avoid using ARRAY_AND_SIZE(e) as a function argument
` [PATCH 9/16] arch/arm/mach-pxa/mioa701.c: "
` [PATCH 10/16] arch/arm/mach-mmp: "
` [PATCH 11/16] arch/arm/mach-pxa/palmtreo.c: "
` [PATCH 12/16] drivers/cpufreq/pxa3xx-cpufreq.c: "
` [PATCH 13/16] arch/arm/mach-pxa/hx4700.c: "
` [PATCH 14/16] arch/arm/mach-pxa/ezx.c: "
` [PATCH 15/16] arch/arm/mach-kirkwood: "
` [PATCH 16/16] arch/arm/mach-pxa/stargate2.c: "

question about ioremap_cache and PAT
 2013-08-11 16:50 UTC 

Should unprivileged linkat(..., AT_EMPTY_PATH) work on O_TMPFILE files?
 2013-08-11 16:45 UTC  (2+ messages)

[Qemu-devel] [RFC] [PATCHv10 00/31] aio / timers: Add AioContext timers and use ppoll
 2013-08-11 16:43 UTC  (32+ messages)
` [Qemu-devel] [RFC] [PATCHv10 01/31] aio / timers: Rename qemu_timer_* functions
` [Qemu-devel] [RFC] [PATCHv10 02/31] aio / timers: Rename qemu_new_clock and expose clock types
` [Qemu-devel] [RFC] [PATCHv10 03/31] aio / timers: add qemu-timer.c utility functions
` [Qemu-devel] [RFC] [PATCHv10 04/31] aio / timers: Consistent treatment of disabled clocks for deadlines
` [Qemu-devel] [RFC] [PATCHv10 05/31] aio / timers: add ppoll support with qemu_poll_ns
` [Qemu-devel] [RFC] [PATCHv10 06/31] aio / timers: Add prctl(PR_SET_TIMERSLACK, 1, ...) to reduce timer slack
` [Qemu-devel] [RFC] [PATCHv10 07/31] aio / timers: Make qemu_run_timers and qemu_run_all_timers return progress
` [Qemu-devel] [RFC] [PATCHv10 08/31] aio / timers: Split QEMUClock into QEMUClock and QEMUTimerList
` [Qemu-devel] [RFC] [PATCHv10 09/31] aio / timers: Untangle include files
` [Qemu-devel] [RFC] [PATCHv10 10/31] aio / timers: Add QEMUTimerListGroup and helper functions
` [Qemu-devel] [RFC] [PATCHv10 11/31] aio / timers: Add QEMUTimerListGroup to AioContext
` [Qemu-devel] [RFC] [PATCHv10 12/31] aio / timers: Add a notify callback to QEMUTimerList
` [Qemu-devel] [RFC] [PATCHv10 13/31] aio / timers: aio_ctx_prepare sets timeout from AioContext timers
` [Qemu-devel] [RFC] [PATCHv10 14/31] aio / timers: Add aio_timer_init & aio_timer_new wrappers
` [Qemu-devel] [RFC] [PATCHv10 15/31] aio / timers: Convert aio_poll to use AioContext timers' deadline
` [Qemu-devel] [RFC] [PATCHv10 16/31] aio / timers: Convert mainloop to use timeout
` [Qemu-devel] [RFC] [PATCHv10 17/31] aio / timers: On timer modification, qemu_notify or aio_notify
` [Qemu-devel] [RFC] [PATCHv10 18/31] aio / timers: Introduce new API timer_new and friends
` [Qemu-devel] [RFC] [PATCHv10 19/31] aio / timers: Use all timerlists in icount warp calculations
` [Qemu-devel] [RFC] [PATCHv10 20/31] aio / timers: Add documentation and new format calls
` [Qemu-devel] [RFC] [PATCHv10 21/31] aio / timers: Remove alarm timers
` [Qemu-devel] [RFC] [PATCHv10 22/31] aio / timers: Remove legacy qemu_clock_deadline & qemu_timerlist_deadline
` [Qemu-devel] [RFC] [PATCHv10 23/31] aio / timers: Add qemu_clock_get_ms and qemu_clock_get_ms
` [Qemu-devel] [RFC] [PATCHv10 24/31] aio / timers: Rearrange timer.h & make legacy functions call non-legacy
` [Qemu-devel] [RFC] [PATCHv10 25/31] aio / timers: Remove main_loop_timerlist
` [Qemu-devel] [RFC] [PATCHv10 26/31] aio / timers: Convert rtc_clock to be a QEMUClockType
` [Qemu-devel] [RFC] [PATCHv10 27/31] aio / timers: convert block_job_sleep_ns and co_sleep_ns to new API
` [Qemu-devel] [RFC] [PATCHv10 28/31] aio / timers: Add test harness for AioContext timers
` [Qemu-devel] [RFC] [PATCHv10 29/31] aio / timers: Add scripts/switch-timer-api
` [Qemu-devel] [RFC] [PATCHv10 30/31] aio / timers: Switch entire codebase to the new timer API
` [Qemu-devel] [RFC] [PATCHv10 31/31] aio / timers: Remove legacy interface

[RFC PATCH 0/3] OMAP SSI driver
 2013-08-11 16:17 UTC  (4+ messages)
` [PATCH 1/3] ARM: OMAP2+: hwmod-data: Add SSI information
  ` [PATCH 2/3] ARM: OMAP2+: HSI: Introduce OMAP SSI driver
  ` [PATCH 3/3] ARM: OMAP2+: Add SSI driver configuration

stdbool.h -nostdinc XSA-55 trouble
 2013-08-11 16:41 UTC  (14+ messages)

[PATCH v3 5/5] ALSA: snd-usb: add quirks handler for DSD streams
 2013-08-11 16:37 UTC 

brcsmac kernel panic
 2013-08-11 16:21 UTC 

[RFC PATCH] introduce gspca-stk1135: Syntek STK1135 driver
 2013-08-11 16:26 UTC  (3+ messages)

How to handle TLB shootdown IPI on Xen
 2013-08-11 16:22 UTC 

[U-Boot] [PATCH 1/1] ARM: igep00x0.h: Enable raw initrd support
 2013-08-11 16:20 UTC 

[PATCH net] net: sctp: sctp_assoc_control_transport: fix MTU size in SCTP_PF state
 2013-08-11 16:16 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/2] vmdk: Support ESX files
 2013-08-11 16:13 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] vmdk: support vmfsSparse files
` [Qemu-devel] [PATCH 2/2] vmdk: support vmfs files

[Bug 62835] New: Screen freezes after resume from s2ram
 2013-08-11 16:14 UTC  (2+ messages)
  ` [Bug 62835] "

question about netif_rx
 2013-08-11 16:12 UTC  (3+ messages)

[PATCH] ASoC: cs4271: fix dapm routing table
 2013-08-11 16:06 UTC 

[Bug 67994] New: System freezes when playing video on open source AMD drivers with VDPAU
 2013-08-11 16:06 UTC  (4+ messages)
` [Bug 67994] "
` [Bug 67994] System freezes (GPU lockup) "

[U-Boot] [PATCH] part2 of arm64. This patch provide u-boot with arm64 support. Currently, it works on Foundation Model for armv8 or Fast Model for armv8
 2013-08-11 16:05 UTC 

[U-Boot] [PATCH] part1 of arm64. This patch provide u-boot with arm64 support. Currently it works on Foundation Model for armv8 or Fast Model for armv8
 2013-08-11 16:05 UTC 

Don't print status output with submodule.<name>.ignore=all
 2013-08-11 16:03 UTC  (4+ messages)
` [PATCH 2/2] submodule: don't print status output with ignore=all

[PATCH 1/2] ASoC: cs4271: Convert to table based control init
 2013-08-11 16:02 UTC  (3+ messages)
` [PATCH 2/2] ASoC: cs4271: Add DAPM support

[Bug 67878] New: Hardware freeze after resume from suspend
 2013-08-11 15:54 UTC  (11+ messages)
  ` [Bug 67878] "
  ` [Bug 67878] [BISECTED] "

SCSI bus failures with qemu-arm in kernel 3.8+
 2013-08-11 15:54 UTC  (2+ messages)

dylan gstreamer-ti on linux 3.8
 2013-08-11 15:41 UTC 

[PATCH] Staging: imx-drm: imx-tve.c Fixed 80 character line coding style issue
 2013-08-11 15:25 UTC 

[lm-sensors] why does # of temperature sensors decrease in 3.11 (thinkfan config related)
 2013-08-11 15:21 UTC  (2+ messages)

[PATCH v2 1/1] MAINTAINERS: update Benoît Cousson email address
 2013-08-11 15:21 UTC 

[Qemu-devel] pvpanic device should not be automatically included as an internal device
 2013-08-11 15:16 UTC  (7+ messages)
` [Qemu-devel] [PATCH for-1.6 1/2] don't create pvpanic device by default

[Qemu-devel] [PATCH for-1.6 V2 0/2] pvpanic: Separate pvpanic from machine type
 2013-08-11 15:10 UTC  (3+ messages)
` [Qemu-devel] [PATCH for-1.6 V2 1/2] hw/misc: don't create pvpanic device by default
` [Qemu-devel] [PATCH for-1.6 V2 2/2] hw/misc: make pvpanic known to user

[U-Boot] [PATCH v6] NET: mvgbe: avoid unused variable warning when used without phylib support
 2013-08-11 15:08 UTC 

[PATCH v2] regulator: da9210: Remove redundant MODULE_ALIAS
 2013-08-11 15:04 UTC 

[PATCH] regulator: da9210: Remove redundant MODULE_ALIAS
 2013-08-11 15:04 UTC  (5+ messages)

[PATCH] ARM: dts: imx6sl/imx6qdl: use the same SDMA firmware
 2013-08-11 15:04 UTC 

N900 device tree conversion: how to do first step
 2013-08-11 15:02 UTC  (23+ messages)
          ` [PATCH] N900: add device tree
                  ` [PATCH v2] "

[U-Boot] [PATCH] kirkwood: use 64bit integer for IDE LBA sector numbers
 2013-08-11 14:59 UTC 

[Qemu-devel] peculiar make check problems: tests/libqtest.c
 2013-08-11 14:52 UTC  (3+ messages)

[U-Boot] [RESEND PATCH v2 00/20] sf: Add common probe support
 2013-08-11 14:50 UTC  (3+ messages)

[U-Boot] [RFC PATCH] env: add default env size for CONFIG_ENV_IS_NOWHERE
 2013-08-11 14:50 UTC  (2+ messages)

[U-Boot] [PATCH] OpenRD: relocate environment to 640kB
 2013-08-11 14:49 UTC  (12+ messages)
          ` [U-Boot] [PATCH 0/3] openrd: Check U-Boot size at build time
            ` [U-Boot] [PATCH 1/3] README: document CONFIG_BOARD_SIZE_LIMIT
            ` [U-Boot] [PATCH 2/3] Makefile: check native boot image sizes against CONFIG_BOARD_SIZE_LIMIT
            ` [U-Boot] [PATCH 3/3] openrd: fail build if U-Boot would overlap with environment in flash

[Qemu-devel] [Bug 1210212] [NEW] qemu core dumps with -serial mon:vc
 2013-08-11 14:35 UTC  (2+ messages)
` [Qemu-devel] [Bug 1210212] "

RX51: kernel message spam from CPUfreq driver
 2013-08-11 14:13 UTC 

[PATCH 1/2 net-next] af_unix: improve STREAM behavior with fragmented memory
 2013-08-11 14:42 UTC  (5+ messages)

[Qemu-devel] [PATCH v3] pci: Introduce helper to retrieve a PCI device's DMA address space
 2013-08-11 14:36 UTC  (3+ messages)

[Bug 43829] New: Resuming my AMD A4-300 based laptop leaves the screen black
 2013-08-11 14:29 UTC  (2+ messages)
` [Bug 43829] Resuming my AMD A4-3300 "

[PATCH 0/2] Convert power recovery pin to a fixed regulator
 2013-08-11 14:26 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] Remove all remaining trace of DNS-320/325 platform code

[U-Boot] [PATCH] arm: atmel: sama5d3: fix typo error for CONFIG_ENV_IS_NOWHERE
 2013-08-11 14:26 UTC 

[Buildroot] [PATCH 3 1/9] diffutils: only needs gettext if locale is selected
 2013-08-11 14:25 UTC  (4+ messages)
` [Buildroot] [PATCH 3 5/9] lshw: fix build with no LOCALE support

Building linux-yocto kernel in own bsp layer
 2013-08-11 14:16 UTC  (13+ messages)

[PATCH] ASoC: adau1701: Use gpio_set_value_cansleep()
 2013-08-11 14:15 UTC 

How dom0 send notifications to domu with best performance
 2013-08-11 14:12 UTC  (2+ messages)

git clone doesn't work in symlink dir roots on Windows
 2013-08-11 14:05 UTC  (7+ messages)

[PATCH v2] OMAP: add RS485 support
 2013-08-11 13:56 UTC 

(un)mounting takes a long time
 2013-08-11 13:44 UTC 

Bug#709097: grub-pc: Boot failure after updating to 2.00-14 - cannot find normal.mod, grub-rescue reports /boot empty
 2013-08-11 13:53 UTC 

[fmc] BUG: scheduling while atomic: swapper/0/1/0x00000002
 2013-08-11 13:52 UTC 

[U-Boot] [PATCH] i.MX: Add documentation on how to use SPI NOR on MX28evk
 2013-08-11 13:49 UTC 

Autofs mount fails if it relies on another autofs managed resource on Ubuntu
 2013-08-11 13:46 UTC 

[Qemu-devel] [PATCH v2 for-1.6 0/2] virtio-mmio: fixes to QueueNum, QueueNumMax
 2013-08-11 13:47 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 for-1.6 1/2] hw/virtio/virtio: Don't allow guests to add/remove queues
` [Qemu-devel] [PATCH v2 for-1.6 2/2] hw/virtio/virtio-mmio: Make QueueNumMax read 0 for unavailable queues

[U-Boot] [PATCH 1/3] spi: Add zynq qspi controller driver
 2013-08-11 13:35 UTC  (3+ messages)

Pandaboard: DT Boot fails when initramfs is loaded
 2013-08-11 13:31 UTC 

[U-Boot] [PATCH] omap1510inn: arm925t: remove support
 2013-08-11 13:28 UTC 

[HANG] Trouble with NEC-based USB adapter in PCMCIA slot on E7110
 2013-08-11 13:27 UTC  (2+ messages)

[PATCH 1/2] DT: Add documentation for spi-rt2880
 2013-08-11 13:26 UTC  (3+ messages)
` [PATCH 2/2] SPI: ralink: add Ralink SoC spi driver

[Qemu-devel] [PATCH v2] virtio-serial: Do not notify virtqueue if no element was pushed back
 2013-08-11 13:25 UTC 

[PATCH v2] Add support for Newflow NanoBone board
 2013-08-11 13:25 UTC 

linux-image: on nfs4 server: RPC: AUTH_GSS upcall timed out Please check user daemon is running
 2013-08-11 13:15 UTC  (3+ messages)

Pages still marked with private_2
 2013-08-11 13:23 UTC 

mlx4 interrupt coalescing not important for small packets?
 2013-08-11 13:23 UTC  (2+ messages)

[PATCH 1/3] spi: s3c64xx: Zero dma_slave_config struct in prepare_dma()
 2013-08-11 13:07 UTC  (3+ messages)

Questions on the PID controller in the intel_pstate driver
 2013-08-11 13:04 UTC 

[RFC] OMAP: add RS485 support
 2013-08-11 12:56 UTC 

[PATCH] Bluetooth: clean up
 2013-08-11 12:56 UTC 

[PATCH 00/12] brcm80211: new functionality and some cleanup fixes
 2013-08-11 12:48 UTC  (3+ messages)
` [PATCH 12/12] brcmsmac: support 4313iPA

[Qemu-devel] [Bug 1087114] [NEW] assertion "QLIST_EMPTY(&bs->tracked_requests)" failed
 2013-08-11 12:30 UTC  (2+ messages)
` [Qemu-devel] [Bug 1087114] "

[PATCH RFC 10/13] ASoC: kirkwood-t5325: add DAPM links between codec and cpu DAI
 2013-08-11 12:36 UTC  (11+ messages)


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.