messages from 2014-11-06 19:32:49 to 2014-11-06 20:53:07 UTC [more...]
[PATCH] drm/i915: Disable caches for Global GTT
2014-11-06 20:53 UTC (5+ messages)
[PATCH] n_tty: Add memory barrier to fix race condition in receive path
2014-11-06 20:49 UTC (4+ messages)
[PATCH] librte_vhost: Fix the path test issue
2014-11-06 20:47 UTC (4+ messages)
[PATCH V3 0/3] mfd: palmas: add optional wakeup irq
2014-11-06 20:46 UTC (13+ messages)
` [PATCH V3 3/3] mfd: palmas: Add support for optional wakeup
PSA: ifc6410 / upstream kernel / clock status stuck at 'off' issues
2014-11-06 20:47 UTC (3+ messages)
` [Freedreno] "
[PATCH] clocksource: arch_timer: Mark ARMv8 system timer as 'always-on'
2014-11-06 20:46 UTC (3+ messages)
[PATCH 0/3i 3.18] Fix more problems with rtlwifi
2014-11-06 20:45 UTC (3+ messages)
` [PATCH 3/3 3.18] rtlwifi: rtl8192se: Fix connection problems
[PATCH v2] ath9k: Fix RTC_DERIVED_CLK usage
2014-11-06 20:42 UTC (2+ messages)
[U-Boot] [PATCH] MAINTAINERS: add me as a maintainer of MTD
2014-11-06 20:43 UTC (4+ messages)
[U-Boot] [PATCH] usb_storage: skip all unknown devices when probing
2014-11-06 20:41 UTC (2+ messages)
[PATCH v2] [meta-fsl-arm-extra] m28evk: Remove double inclusion of KERNEL_IMAGETYPE
2014-11-06 20:38 UTC
[Qemu-devel] [PATCH] MIPS/system: MTC0 single-stepping PC update fix
2014-11-06 20:38 UTC (2+ messages)
` [Qemu-devel] [PATCH RESEND] mips: Ensure PC update with MTC0 single-stepping
(bisected) Lock up on sh73a0/kzm9g on cpuidle initialization
2014-11-06 20:38 UTC (3+ messages)
Max throughput Using QOS Scheduler
2014-11-06 20:37 UTC (2+ messages)
[PATCH] tty: serial: 8250: omap: Add pinctrl support for suspend
2014-11-06 20:35 UTC (5+ messages)
[PATCH 2/3] cx23885: add DVBSky S952 support
2014-11-06 20:30 UTC (2+ messages)
[PATCH nft 0/5] autotools conversion
2014-11-06 20:29 UTC (3+ messages)
` [PATCH nft 5/5] build: "
Caught up on pending tty/serial patches
2014-11-06 20:27 UTC
[U-Boot] [PATCH 1/5] usb: s3c-otg: Remove useless include
2014-11-06 20:27 UTC (9+ messages)
` [U-Boot] [PATCH 3/5] usb: s3c-otg: Split out PHY control
` [U-Boot] [PATCH 4/5] usb: s3c-otg: Allow custom gusbcfg
[GIT PULL] USB fix for v3.18-rc4
2014-11-06 20:25 UTC (2+ messages)
[PATCH 0/2] Kernel Live Patching
2014-11-06 20:24 UTC (11+ messages)
` [PATCH 2/2] kernel: add support for live patching
[Xenomai] rt_task_sleep_until() miss release point?
2014-11-06 20:22 UTC (6+ messages)
Help writing a custom HID driver
2014-11-06 20:22 UTC (5+ messages)
Bugs in newest patches
2014-11-06 20:21 UTC
[PATCH] drm/i915: Add haswell_pcode_write function
2014-11-06 20:21 UTC (5+ messages)
[U-Boot] [PATCH 0/39] x86: Add support for running on bare hardware
2014-11-06 20:20 UTC (40+ messages)
` [U-Boot] [PATCH 01/39] Move early malloc() to before arch_cpu_init()
` [U-Boot] [PATCH 02/39] fdt: Add a function to decode a variable-sized u32 array
` [U-Boot] [PATCH 03/39] dm: serial: Move current serial port pointer to global_data
` [U-Boot] [PATCH 04/39] dm: gpio: Add a function to read an ID from a list of GPIOs
` [U-Boot] [PATCH 05/39] x86: Add ifdtool for working with Intel Flash Descriptor ROM images
` [U-Boot] [PATCH 06/39] x86: config: Move common x86 configs to a common file
` [U-Boot] [PATCH 07/39] x86: Add processor functions for cpuid and stack pointer
` [U-Boot] [PATCH 08/39] x86: Remove REALMODE_BASE which is no longer used
` [U-Boot] [PATCH 09/39] x86: Remove board_init16() call which is not used
` [U-Boot] [PATCH 10/39] x86: Remove unused early_board_init() call
` [U-Boot] [PATCH 11/39] x86: Invalidate TLB as early as possible
` [U-Boot] [PATCH 12/39] x86: Tidy up global descriptor table setup
` [U-Boot] [PATCH 13/39] x86: Use the standard dram_init() function
` [U-Boot] [PATCH 14/39] x86: Use the standard arch_cpu_init() function
` [U-Boot] [PATCH 15/39] x86: Remove unnecessary find_fdt() function
` [U-Boot] [PATCH 16/39] x86: Fix up some missing prototypes
` [U-Boot] [PATCH 17/39] x86: Add chromebook_link board
` [U-Boot] [PATCH 18/39] x86: Save the BIST value on reset
` [U-Boot] [PATCH 19/39] x86: Build a .rom file which can be flashed to an x86 machine
` [U-Boot] [PATCH 20/39] x86: Emit post codes in startup code
` [U-Boot] [PATCH 21/39] x86: chromebook_link: Implement CAR support (cache as RAM)
` [U-Boot] [PATCH 22/39] x86: Move Coreboot PCI into common cpu area
` [U-Boot] [PATCH 23/39] x86: Refactor PCI to permit alternate init
` [U-Boot] [PATCH 24/39] x86: ivybridge: Enable PCI in early init
` [U-Boot] [PATCH 25/39] x86: pci: Allow configuration before relocation
` [U-Boot] [PATCH 26/39] x86: ivybridge: Add early LPC init so that serial works
` [U-Boot] [PATCH 27/39] x86: Tidy up coreboot header usage
` [U-Boot] [PATCH 28/39] x86: Add clr/setbits functions
` [U-Boot] [PATCH 29/39] x86: Add msr read/write functions that use a structure
` [U-Boot] [PATCH 30/39] x86: ivybridge: Perform initial CPU setup
` [U-Boot] [PATCH 31/39] x86: ivybridge: Check BIST value on boot
` [U-Boot] [PATCH 32/39] x86: ivybridge: Perform Intel microcode update "
` [U-Boot] [PATCH 33/39] RFC: x86: dts: Add microcode updates for ivybridge CPU
` [U-Boot] [PATCH 34/39] x86: ivybridge: Add early init for PCH devices
` [U-Boot] [PATCH 35/39] x86: ivybridge: Add support for early GPIO init
` [U-Boot] [PATCH 36/39] x86: chromebook_link: Enable GPIO support
` [U-Boot] [PATCH 37/39] x86: Make show_boot_progress() common
` [U-Boot] [PATCH 38/39] x86: ivybridge: Add LAPIC support
` [U-Boot] [PATCH 39/39] x86: ivybridge: Implement SDRAM init
[U-Boot] [PATCH v2 0/3] imx:mx6 add usb support
2014-11-06 20:20 UTC (4+ messages)
` [U-Boot] [PATCH v2 1/3] usb:ehci-mx6 add board_ehci_usb_mode function
[PATCH 0/3] sunrpc: new tracepoints for call/reply tracking
2014-11-06 20:20 UTC (2+ messages)
[PATCH net] dcbnl : Fix lock initialization
2014-11-06 20:19 UTC (5+ messages)
[RESEND PATCH 0/3] ARM: OMAP2+: Remove remaining unused legacy code
2014-11-06 20:17 UTC (5+ messages)
` [RESEND PATCH 2/3] ARM: OMAP2+: Remove unnecesary include in GPMC driver
[PATCH 0/2 net-next] sunvnet: bug fixes
2014-11-06 20:17 UTC (2+ messages)
Large disk drives
2014-11-06 20:16 UTC (2+ messages)
[RFC PATCH] ARM: mvebu: Let the device-tree determine smp_ops
2014-11-06 20:16 UTC (7+ messages)
[PATCH net-next 0/3] r8152: rtl_ops_init modify
2014-11-06 20:15 UTC (2+ messages)
[PATCH] Documentation: vm: Add 1GB large page support information
2014-11-06 20:15 UTC (4+ messages)
` [PATCH/v2] "
[PATCH 1/3] cx23885: add DVBSky S950 support
2014-11-06 20:15 UTC (2+ messages)
[PATCH V2 linux-next] ipv4: add kernel parameter tcpmhash_entries
2014-11-06 20:13 UTC (2+ messages)
Client never uses DATA_SYNC
2014-11-06 20:13 UTC (5+ messages)
[PATCH] serial: 8250_core: use pre-decrement for iteration limit
2014-11-06 20:10 UTC (3+ messages)
` [PATCH v2] serial: 8250_core: actually limit char reads to max_count
[PATCH v1 0/3] Transition pxa25x clock to common clocks
2014-11-06 20:04 UTC (4+ messages)
[PATCH net-next] net: esp: Convert NETDEBUG to pr_info
2014-11-06 20:11 UTC (4+ messages)
` [PATCH net-next] sock.h: Remove unused NETDEBUG macro
Convert net_msg_warn, NETDEBUG, & LIMIT_NETDEBUG?
2014-11-06 20:11 UTC (4+ messages)
` [PATCH net-next] net; ipv[46] - Remove 2 unnecessary NETDEBUG OOM messages
[PATCH v3 0/3] NFSD: Add ALLOCATE and DEALLOCATE support
2014-11-06 20:11 UTC (4+ messages)
` [PATCH v3 2/3] nfsd: Add ALLOCATE support
[U-Boot] [PATCH] usb: rmobile: Use ARRAY_SIZE(usb_base_address) instead of CONFIG_USB_MAX_CONTROLLER_COUNT
2014-11-06 20:10 UTC (2+ messages)
[U-Boot] [PATCH] usb: ehci: fix Interrupt on Doorbell flag of USBCMD
2014-11-06 20:09 UTC (2+ messages)
[PATCH 0/3] Add support for switch on Armanda 370 RD
2014-11-06 20:08 UTC (4+ messages)
` [PATCH 1/3] dsa: mv88e6171: Add support for mv88e6172
[PATCH 00/17] RFC: userfault v2
2014-11-06 20:08 UTC (7+ messages)
` [PATCH 07/17] mm: madvise MADV_USERFAULT: prepare vm_flags to allow more than 32bits
` [Qemu-devel] "
[PATCH] net: dsa: slave: Fix autoneg for phys on switch MDIO bus
2014-11-06 20:06 UTC (2+ messages)
[PATCH 0/7] drm: Sanitize DRM_IOCTL_MODE_CREATE_DUMB input
2014-11-06 20:06 UTC (6+ messages)
` [PATCH v2 0/8] "
` [PATCH v2 3/8] drm/doc: Add GEM/CMA helpers to kerneldoc
` [PATCH v2 8/8] drm/cma: Remove call to drm_gem_free_mmap_offset()
[patch net-next] sched: fix act file names in header comment
2014-11-06 20:05 UTC (2+ messages)
[Cocci] matching "..." va_list args
2014-11-06 20:04 UTC (2+ messages)
[U-Boot] porting u-boot, MMU question
2014-11-06 20:03 UTC (6+ messages)
[PATCH RFC 0/4] crypto: qat - Add userspace access to QAT services
2014-11-06 19:59 UTC (5+ messages)
` [PATCH RFC 1/4] crytpo: qat - Fix 64 bytes requests
` [PATCH RFC 2/4] crypto: qat - Add PKE firmware
` [PATCH RFC 3/4] crypto: qat - Add userspace instances
` [PATCH RFC 4/4] crypto: qat - Add new algif interface for userspace
Creating a new platform_bus inside a spi_driver
2014-11-06 20:02 UTC
[PATCH 16/17] drm: Docbook integration and over sections for all the new helpers
2014-11-06 20:02 UTC (3+ messages)
` [PATCH] "
[PATCH 1/6] staging: vt6655: baseband.h remove pDevice from struct vnt_private pointer
2014-11-06 20:02 UTC (6+ messages)
` [PATCH 2/6] staging: vt6655: baseband replace __iomem where caller is priv dereferenced
` [PATCH 3/6] staging: vt6655: baseband/rf s_bAL7230Init change __iomem for baseband functions
` [PATCH 4/6] staging: vt6655: BBbWriteEmbedded replace __iomem with vnt_private for callers
` [PATCH 5/6] staging: vt6655: BBbReadEmbedded replace __iomem with vnt_private
` [PATCH 6/6] staging: vt6655: Fix issue of byPacketType is not set at all
[PATCH 00/17] atomic modeset core<->driver interfaces and helpers
2014-11-06 20:01 UTC (6+ messages)
` [PATCH 15/17] drm/atomic-helpers: functions for state duplicate/destroy/reset
` [PATCH] "
[PATCH] net/9p: remove a comment about pref member which doesn't exist
2014-11-06 19:59 UTC (2+ messages)
[net PATCH 1/1] drivers: net: cpsw: remove cpsw_ale_stop from cpsw_ale_destroy
2014-11-06 19:58 UTC (2+ messages)
(Free)BSD support?
2014-11-06 19:58 UTC (2+ messages)
New ath10k CT firmware released
2014-11-06 19:57 UTC (2+ messages)
are btrfs snapshot helpful for backing up kvm qcow2 vm?
2014-11-06 19:57 UTC (2+ messages)
[PATCH] PCI: add missing DT binding for linux,pci-domain property
2014-11-06 19:55 UTC (9+ messages)
[PATCH] net: mv643xx_eth: reclaim TX skbs only when released by the HW
2014-11-06 19:55 UTC (2+ messages)
[PATCH] usb: gadget: udc: pxa27x: fix build warning when !OF
2014-11-06 19:55 UTC (3+ messages)
[PATCHv2] spi: dw: Fix dynamic speed change
2014-11-06 19:54 UTC
[nfs-utils] [PATCH 3/3] rpc.mountd: set libtirpc nonblocking mode to avoid DOS
2014-11-06 19:54 UTC (2+ messages)
[PATCH] Add user defined tag calculation callback to librte_distributor
2014-11-06 19:52 UTC (8+ messages)
` 答复: [PATCH] Add user defined tag calculation callback tolibrte_distributor
[PATCH 1/2 net-next] sunvnet: Fix indentation in maybe_tx_wakeup()
2014-11-06 19:51 UTC
[PATCH 2/2 net-next] sunvnet: Return from vnet_napi_event() if no packets to read
2014-11-06 19:51 UTC
[PATCH] spi: dw: Fix dynamic speed change
2014-11-06 19:50 UTC
[PATCH v2] PCI: add missing DT binding for linux,pci-domain property
2014-11-06 19:49 UTC (2+ messages)
[PATCH] iio: (ms5637) Add Measurement Specialties MS5637 support
2014-11-06 19:48 UTC (5+ messages)
[PATCH] lockd: ratelimit "lockd: cannot monitor" messages
2014-11-06 19:48 UTC (2+ messages)
[PATCH RFC V3 0/3] mxs: add ocotp support for i.MX23 and i.MX28
2014-11-06 19:47 UTC (5+ messages)
` [PATCH RFC V3 2/3] mxs: add driver for ocotp in "
[Qemu-devel] [PATCH] linux-user: Do not subtract offset from end address
2014-11-06 19:43 UTC
[PATCH 0/3]mmc: Support-FFU-for-eMMC-v5.0
2014-11-06 19:12 UTC (2+ messages)
[PATCH v2] ARM: bcm2835: add device tree for Raspberry Pi model B+
2014-11-06 19:36 UTC (2+ messages)
[PATCH net-next 0/3] sfc: Clean up Siena SR-IOV support in preparation for EF10 SR-IOV support
2014-11-06 19:43 UTC (2+ messages)
[RFC + Queries] Flow of PCI passthrough in ARM
2014-11-06 19:41 UTC (11+ messages)
[PATCH] aio: Skip timer for io_getevents if timeout=0
2014-11-06 19:41 UTC (3+ messages)
[PATCHv2 net-next] xen-netback: remove unconditional __pskb_pull_tail() in guest Tx path
2014-11-06 19:40 UTC (3+ messages)
[RFC PATCH] Adding RTE_KNI_PREEMPT configuration option
2014-11-06 19:39 UTC (3+ messages)
` Cannot run l3fwd
[PATCH v3 0/4] stmmac: pci: various cleanups and fixes
2014-11-06 19:39 UTC (2+ messages)
[Patch 3.14 stable 00/16] vfs: fix dentry shrink list corruption
2014-11-06 19:37 UTC (17+ messages)
` [Patch 3.14 stable 01/16] fold d_kill() and d_free()
` [Patch 3.14 stable 02/16] fold try_prune_one_dentry()
` [Patch 3.14 stable 03/16] new helper: dentry_free()
` [Patch 3.14 stable 04/16] expand the call of dentry_lru_del() in dentry_kill()
` [Patch 3.14 stable 05/16] dentry_kill(): don't try to remove from shrink list
` [Patch 3.14 stable 06/16] don't remove from shrink list in select_collect()
` [Patch 3.14 stable 07/16] more graceful recovery in umount_collect()
` [Patch 3.14 stable 08/16] dcache: don't need rcu in shrink_dentry_list()
` [Patch 3.14 stable 09/16] lift the "already marked killed" case into shrink_dentry_list()
` [Patch 3.14 stable 10/16] split dentry_kill()
` [Patch 3.14 stable 11/16] expand dentry_kill(dentry, 0) in shrink_dentry_list()
` [Patch 3.14 stable 12/16] shrink_dentry_list(): take parent's ->d_lock earlier
` [Patch 3.14 stable 13/16] dealing with the rest of shrink_dentry_list() livelock
` [Patch 3.14 stable 14/16] dentry_kill() doesn't need the second argument now
` [Patch 3.14 stable 15/16] dcache: add missing lockdep annotation
` [Patch 3.14 stable 16/16] lock_parent: don't step on stale ->d_parent of all-but-freed one
vnc=1 / pvgrub / close fb: backend at /local/domain/0/backend/vfb/xx/0
2014-11-06 19:36 UTC (11+ messages)
` [PATCH] pvgrub: ignore NUL
[PATCH V2] aio: fix uncorrent dirty pages accouting when truncating AIO ring buffer
2014-11-06 19:35 UTC (2+ messages)
[PATCH v2] stmmac: fix sparse warnings
2014-11-06 19:35 UTC (2+ messages)
6lowpan with external radio
2014-11-06 19:34 UTC (8+ messages)
[PATCH RFC net] ip_tunnel: Respect the IP_DF bit of the inner packet
2014-11-06 19:33 UTC (2+ messages)
[PATCH v4 5/6] ARM: shmobile: sh73a0: add MSTP clock assignments to DT
2014-11-06 19:33 UTC (2+ messages)
[PATCH] x86/hvm: Extend HVM cpuid leaf with vcpu id
2014-11-06 19:32 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.