All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-12-13 06:04:54 to 2013-12-13 08:02:25 UTC [more...]

[PATCH v4 0/8] Update Kona drivers to use clocks
 2013-12-13  8:02 UTC  (12+ messages)
` [PATCH v4 1/8] ARM: dts: Declare clocks as fixed on bcm11351
` [PATCH v4 2/8] ARM: dts: Specify clocks for UARTs "
` [PATCH v4 3/8] Documentation: dt: kona-sdhci: Add clocks property

[PATCH] mtd: increase max page/OOB size to support 16K pagesize NAND
 2013-12-13  8:01 UTC  (5+ messages)

[PATCH RFC 00/10] backports: add igb driver
 2013-12-13  8:01 UTC  (7+ messages)
` [PATCH RFC 01/10] backports: add igb ethernet network driver
` [PATCH RFC 05/10] backports: igb fixes for linux-3.6

[PATCH 1/9] Known exploit detection
 2013-12-13  8:00 UTC  (3+ messages)
` [PATCH 3/9] hfs: Known exploit detection for CVE-2011-4330

[U-Boot] [PATCH] arm: put .hash, .got.plt and .machine_param back in binaries
 2013-12-13  7:59 UTC  (2+ messages)

[PATCH v6 00/15] Add power management support for mxs phy
 2013-12-13  7:58 UTC  (29+ messages)
` [PATCH v6 01/15] usb: doc: phy-mxs: Add more compatible strings
` [PATCH v6 06/15] usb: phy-mxs: Add anatop regmap
` [PATCH v6 07/15] usb: phy: add notify suspend and resume callback
` [PATCH v6 08/15] usb: phy-mxs: Add implementation of nofity_suspend and notify_resume
` [PATCH v6 14/15] usb: phy-mxs: Add system suspend/resume API
` [PATCH v6 15/15] usb: phy-mxs: Add sync time after controller clear phcd

[PATCH v5 4/7] X86: generic MSRs save/restore
 2013-12-13  7:57 UTC  (4+ messages)
  `  "

[PATCH 1/2] ARM: s3c24xx: get rid of custom <mach/gpio.h>
 2013-12-13  7:57 UTC  (3+ messages)

[PATCH] sh: Add EXPORT_SYMBOL(min_low_pfn) and EXPORT_SYMBOL(max_low_pfn) to sh_ksyms_32.c
 2013-12-13  7:56 UTC  (3+ messages)

[PATCH 0/5] Update for lsb and lsbtest
 2013-12-13  7:54 UTC  (6+ messages)
` [PATCH 1/5] lsb: update directory of install_initd and remove_initd
` [PATCH 2/5] LSB_Test.sh: update rpm platform file when enable multilib
` [PATCH 3/5] LSB_Test.sh: check ldconfig before update cache
` [PATCH 4/5] LSB_Test.sh: update locales
` [PATCH 5/5] lsbtest: add ppc64 support

[PATCH] net: Cache route in IP tunnels
 2013-12-13  7:53 UTC  (2+ messages)

[PATCH] mtd: increase max page/OOB size to support 16K pagesize NAND
 2013-12-13  7:49 UTC  (3+ messages)

[PATCH v3] usb: gadget: Add UDC driver for Aeroflex Gaisler GRUSBDC
 2013-12-13  7:48 UTC  (3+ messages)

[meta-fsl-ppc][PATCH] lttng-modules: build as 64-bit kernel module on e6500
 2013-12-13  7:47 UTC 

[Qemu-devel] Debugging with printf
 2013-12-13  7:47 UTC  (3+ messages)

[PATCH] hamradio/yam: fix info leak in ioctl
 2013-12-13  7:46 UTC  (2+ messages)

[U-Boot] [PATCH] arm: use canonical sub mnemonic
 2013-12-13  7:45 UTC  (3+ messages)

[GIT PULL] MTD fixes for 3.13-rc
 2013-12-13  7:44 UTC  (2+ messages)

[iptables-nftables PATCH] include: Update nftables API header in sync with kernel's one
 2013-12-13  7:43 UTC 

Dear user
 2013-12-13  7:17 UTC 

[nftables PATCH] Expose tables's chain usage and handle it
 2013-12-13  7:42 UTC  (4+ messages)
` [libnftables PATCH 1/2] include: Update API documentation in sync with kernel's one

[RFC PATCH net-next] packet: fix using smp_processor_id() in preemptible code
 2013-12-13  7:40 UTC  (6+ messages)

What's cooking in git.git (Dec 2013, #03; Thu, 12)
 2013-12-13  7:39 UTC  (2+ messages)

[PATCH v1 0/9] Android: Add Support for Binder Compat
 2013-12-13  7:39 UTC  (15+ messages)
` [PATCH v1 9/9] staging: android: binder: Add binder compat layer

[PATCH 0/3] ARM: ux500: Fixup signal voltage regulator for SD card
 2013-12-13  7:38 UTC  (3+ messages)
` [PATCH 3/3] ARM: ux500: regulators: Remove dead code for SD-card regulator

[Qemu-devel] [PATCH v8 00/12] Drop in_use from BlockDriverState and enable point-in-time snapshot exporting over NBD
 2013-12-13  7:35 UTC  (13+ messages)
` [Qemu-devel] [PATCH v8 01/12] blkdebug: Use QLIST_FOREACH_SAFE to resume IO
` [Qemu-devel] [PATCH v8 02/12] qapi: Add BlockOperationType enum
` [Qemu-devel] [PATCH v8 03/12] block: Introduce op_blockers to BlockDriverState
` [Qemu-devel] [PATCH v8 04/12] block: Replace in_use with operation blocker
` [Qemu-devel] [PATCH v8 05/12] block: Move op_blocker check from block_job_create to its caller
` [Qemu-devel] [PATCH v8 06/12] block: Add bdrv_set_backing_hd()
` [Qemu-devel] [PATCH v8 07/12] block: Add backing_blocker in BlockDriverState
` [Qemu-devel] [PATCH v8 08/12] block: Parse "backing" option to reference existing BDS
` [Qemu-devel] [PATCH v8 09/12] block: Support dropping active in bdrv_drop_intermediate
` [Qemu-devel] [PATCH v8 10/12] stream: Use bdrv_drop_intermediate and drop close_unused_images
` [Qemu-devel] [PATCH v8 11/12] qmp: Add command 'blockdev-backup'
` [Qemu-devel] [PATCH v8 12/12] block: Allow backup on referenced named BlockDriverState

[Query/Discussion]: IO translation with designware PCIe controller
 2013-12-13  7:36 UTC  (9+ messages)

[PATCH net-next v2 8/8] bonding: add arp_all_targets netlink support
 2013-12-13  7:30 UTC  (2+ messages)

[RFD] XFS documentation project
 2013-12-13  7:30 UTC  (2+ messages)

[PATCH net-next v2 7/8] bonding: add arp_validate netlink support
 2013-12-13  7:30 UTC  (2+ messages)

[PATCH net-next v2 6/8] bonding: add arp_ip_target netlink support
 2013-12-13  7:30 UTC  (2+ messages)

[Buildroot] [autobuild.buildroot.net] Build results for 2013-12-12
 2013-12-13  7:30 UTC 

[PATCH net-next v2 5/8] bonding: add arp_interval netlink support
 2013-12-13  7:29 UTC  (2+ messages)

[PATCH 1/2] drivers: platform: Mark functions as static in hp_accel.c
 2013-12-13  7:29 UTC  (2+ messages)
` [PATCH 2/2] drivers: platform: Include appropriate header file in mxm-wmi.c

[PATCH net-next v2 4/8] bonding: add use_carrier netlink support
 2013-12-13  7:29 UTC  (2+ messages)

[PATCH net-next v2 3/8] bonding: add downdelay netlink support
 2013-12-13  7:29 UTC  (2+ messages)

[PATCH net-next v2 2/8] bonding: add updelay netlink support
 2013-12-13  7:29 UTC  (2+ messages)

[PATCH net-next v2 1/8] bonding: add miimon netlink support
 2013-12-13  7:28 UTC  (2+ messages)

[meta-fsl-ppc][PATCH] qemu: gtk option is lost when regenerating the configure
 2013-12-13  7:28 UTC  (2+ messages)

[PATCH v5 00/14] kexec kernel efi runtime support
 2013-12-13  7:27 UTC  (17+ messages)
` [PATCH v5 08/14] efi: export efi runtime memory mapping to sysfs
` [PATCH v5 09/14] efi: passing kexec necessary efi data via setup_data

[meta-fsl-ppc][PATCH] qemu: add gtk options in configure
 2013-12-13  7:26 UTC  (3+ messages)

[Qemu-devel] [PATCH] blkdebug: Use QLIST_FOREACH_SAFE to resume IO
 2013-12-13  7:25 UTC 

[PATCH] lttng-modules: build as 64-bit kernel module on e6500
 2013-12-13  7:21 UTC  (2+ messages)

[Bug 72283] New: [<ffffffffa01b7ecb>] dce6_afmt_write_speaker_allocation+0xdb/0x140 [radeon]
 2013-12-13  7:20 UTC  (3+ messages)
` [Bug 72283] "

[linux-3.4 test] 22417: tolerable FAIL - PUSHED
 2013-12-13  7:20 UTC 

[Qemu-devel] [PATCH v7 0/6] add initial support for Canon DIGIC SoC
 2013-12-13  7:19 UTC  (5+ messages)
` [Qemu-devel] [PATCH v7 3/6] hw/arm/digic: add timer support

[PATCH 1/2] drivers: mtd: Mark functions as static and remove unused function in lpddr_cmds.c
 2013-12-13  7:16 UTC  (2+ messages)
` [PATCH 2/2] drivers: mtd: Mark function is_erased() as static in denali.c

XFS / writeback invoking soft lockup
 2013-12-13  7:14 UTC  (2+ messages)

[linux-lvm] How to place LVM2 metadata to other disks which don't belong to any volume group?
 2013-12-13  7:15 UTC  (3+ messages)

[PATCH 0/3] regulator: act8865: add PMIC driver
 2013-12-13  7:10 UTC  (6+ messages)
` [PATCH 1/3] regulator: act8865: add PMIC(Power Management IC) driver

[U-Boot] SMDK5250 not booting on latest U-boot-samsung
 2013-12-13  7:09 UTC  (4+ messages)

[Qemu-devel] issue with vgabios lfb and virtio vga
 2013-12-13  7:06 UTC  (4+ messages)

[RFC PATCH 0/3] wintv hvr 930c-hd: Add limited support for DVB-C and DVB-T
 2013-12-13  7:02 UTC  (4+ messages)
` [RFC PATCH 1/3] cx231xx: Add entry for wintv 930c-hd (pid=b130) with eeprom, no dvb support
` [RFC PATCH 2/3] si2165: Add first driver version
` [RFC PATCH 3/3] cx231xx: add wintv 930c hd dvb support

[PATCH v2 0/4] makedumpfile: Xen fixes and cleanups
 2013-12-13  6:59 UTC  (8+ messages)
` [PATCH v2 3/4] makedumpfile/xen: Fail immediately on every architecture if dump level is invalid

[PATCH 1/7] PCI: imx6: Make reset-gpio optional
 2013-12-13  7:01 UTC  (4+ messages)
` [PATCH 7/7] ARM: dts: imx6q-sabrelite: Enable PCI express

[U-Boot] [PATCH] lib/time - fix "usec_to_tick" calculation for hi freq system timers
 2013-12-13  7:01 UTC  (2+ messages)

[PATCH] KEYS: fix uninitialized persistent_keyring_register_sem
 2013-12-13  7:00 UTC 

[PATCH v3 0/5] slab: implement byte sized indexes for the freelist of a slab
 2013-12-13  7:03 UTC  (6+ messages)
` [PATCH v3 5/5] slab: make more slab management structure off the slab

re QT5 on Yocto
 2013-12-13  7:00 UTC  (3+ messages)

[PATCH] dma: mv_xor: remove mv_desc_get_dest_addr()
 2013-12-13  7:00 UTC  (8+ messages)

[PATCH 1/5] drivers: misc: Mark functions as static in grukservices.c
 2013-12-13  6:59 UTC  (5+ messages)
` [PATCH 2/5] drivers: misc: Mark functions as static in xp_main.c
` [PATCH 3/5] drivers: misc: Mark functions as static in xpc_main.c
` [PATCH 4/5] drivers: misc: Mark functions as static in ad525x_dpot.c
` [PATCH 5/5] drivers: misc: Mark function jp_generic_ide_ioctl() as static in lkdtm.c

Question regarding kmod pkg
 2013-12-13  6:59 UTC  (3+ messages)

[patch 1/2] mm: memcg: handle non-error OOM situations more gracefully
 2013-12-13  6:58 UTC  (7+ messages)
` [patch 2/2] fs: buffer: move allocation failure loop into the allocator

[PATCH 0/3] Introduce clocksource driver for Keystone platform
 2013-12-13  6:55 UTC  (5+ messages)
` [PATCH 1/3] clocksource: timer-keystone: introduce clocksource driver for Keystone

[PATCH v3 0/6] correct and clean-up migration related stuff
 2013-12-13  6:53 UTC  (14+ messages)
` [PATCH v3 1/6] mm/migrate: add comment about permanent failure path
` [PATCH v3 2/6] mm/migrate: correct failure handling if !hugepage_migration_support()
` [PATCH v3 3/6] mm/mempolicy: correct putback method for isolate pages if failed
` [PATCH v3 4/6] mm/migrate: remove putback_lru_pages, fix comment on putback_movable_pages
` [PATCH v3 5/6] mm/compaction: respect ignore_skip_hint in update_pageblock_skip
` [PATCH v3 6/6] mm/migrate: remove unused function, fail_migrate_page()

[PATCH] fddi: cleanup unsigned to unsigned int/short
 2013-12-13  6:49 UTC 

[PATCH net-next v3 0/6] net_sched: some cleanup and improvments
 2013-12-13  6:48 UTC  (3+ messages)
` [PATCH net-next v3 6/6] net_sched: convert tcf_hashinfo to hlist and use rcu

[GIT PULL] ARC Fixes for 3.13
 2013-12-13  6:48 UTC 

[PATCH] powerpc, perf: Configure BHRB filter before enabling PMU interrupts
 2013-12-13  6:46 UTC  (12+ messages)

[PATCH] MAINTAINERS: Add DesignWare, i.MX6, Armada, R-Car PCI host maintainers
 2013-12-13  6:31 UTC  (8+ messages)

[PATCH v9 0/2] PWM: pwm-atmel: add PWM controller driver
 2013-12-13  6:41 UTC  (7+ messages)
` [PATCH v9 1/2] PWM: atmel-pwm: "
` [PATCH v9 2/2] PWM: atmel-pwm: add device tree binding document

[PATCH 1/2] ASoC: sgtl5000: read chip revision for once
 2013-12-13  6:43 UTC  (4+ messages)
` [PATCH 2/2] ASoC: sgtl5000: clean up sgtl5000_enable_regulators()

[dm-crypt] GEOM_ELI support in dm-crypt/cryptsetup
 2013-12-13  6:42 UTC  (3+ messages)

[PATCH 1/2] of: add support for reading s32 property value
 2013-12-13  6:32 UTC  (4+ messages)

[U-Boot] [PATCH] serial/serial_arc - add driver for ARC UART
 2013-12-13  6:35 UTC 

[PATCH net-next v2 0/6] net_sched: some cleanup and improvments
 2013-12-13  6:32 UTC  (3+ messages)
` [PATCH net-next v2 2/6] net_sched: act: use standard struct list_head

where can download bcm43236 linux driver code!!
 2013-12-13  6:29 UTC  (3+ messages)

[PATCH 1/2] ARM: tegra: enable ams AS3722 drivers
 2013-12-13  6:24 UTC  (6+ messages)

[PATCH v2 2/4] pciehp: Use link change notifications for hot-plug and removal
 2013-12-13  6:26 UTC  (3+ messages)

[PATCH V2] ARM: tegra: fix pinctrl misconfiguration on Venic2
 2013-12-13  6:25 UTC  (3+ messages)

[PATCH] mm: fix use-after-free in sys_remap_file_pages
 2013-12-13  6:24 UTC  (4+ messages)

[PATCH v2] kernel/locking: mutex: simplify access to the first entry in the wait-list
 2013-12-13  6:24 UTC  (5+ messages)

[PATCH 0/1] mariadb-native: fix link error on Ubuntu 13.10
 2013-12-13  6:22 UTC  (4+ messages)
` [PATCH 1/1] "

[BUG] QWLE900V5-18 - cannot achievie 3 spatial streams link
 2013-12-13  6:17 UTC  (13+ messages)

[PATCH 1/3] drivers: message: Mark function mpt_SoftResetHandler() as static in mptbase.c
 2013-12-13  6:10 UTC  (3+ messages)
` [PATCH 2/3] drivers: message: Mark function mptscsih_quiesce_raid() as static in mptspi.c
` [PATCH 3/3] drivers: message: Mark functions as static in mptsas.c

[PATCH net] ip_gre: fix msg_name parsing for recvfrom/recvmsg
 2013-12-13  6:08 UTC  (3+ messages)

[PATCH 000/122 V2] [dora] fixes for dora (cover leter only)
 2013-12-13  6:08 UTC  (6+ messages)

[PATCH 1/2] KVM: Use cond_resched() directly and remove useless kvm_resched()
 2013-12-13  6:08 UTC  (3+ messages)
` [PATCH 2/2] KVM: x86: Add comment on vcpu_enter_guest()'s return value

[PATCH -tip v4 0/6] kprobes: introduce NOKPROBE_SYMBOL() and fixes crash bugs
 2013-12-13  6:06 UTC  (12+ 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.