All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-12-28 08:34:07 to 2015-12-28 11:13:43 UTC [more...]

[PATCH] ARM: s3c: simplify s3c_irqwake_{e,}intallow definition
 2015-12-28 11:13 UTC  (4+ messages)

[PATCH v5 04/20] clocksource: Add NPS400 timers driver
 2015-12-28 11:11 UTC  (11+ messages)

[RFC PATCH 0/2] Virtio-net PMD Extension to work on host
 2015-12-28 11:06 UTC  (3+ messages)

[RFC PATCH 1/2] EAL: Add new EAL "--shm" option
 2015-12-28 11:06 UTC  (4+ messages)
` [PATCH v1 0/2] Virtio-net PMD Extension to work on host

[v4, 0/6] eSDHC patches introduction
 2015-12-28 10:26 UTC  (7+ messages)
` [v4, 5/6] mmc: kconfig: select FSL_GUTS for MMC_SDHCI_OF_ESDHC

[PATCH 0/7][v5]Add OTG support for FSL socs
 2015-12-28 11:12 UTC  (8+ messages)
` [PATCH 1/7][v5]usb:fsl:otg: Make fsl otg driver as tristate
` [PATCH 2/7][v5]usb:fsl:otg: Add controller version based ULPI and UTMI phy
` [PATCH 3/7][v5]usb:fsl:otg: Add support to add/remove usb host driver
` [PATCH 4/7][v5]usb:fsl:otg: Signal host drv when host is otg
` [PATCH 5/7][v5]usb:fsl:otg: Modify otg_event to start host drv
` [PATCH 6/7][v5]usb:fsl:otg: Combine host/gadget start/resume for ID change
` [PATCH 7/7][v5]usb:fsl:otg: Add host-gadget drv sync delay

[meta-qt5][PATCH] qt5: add extra path to qmlplugins
 2015-12-28 10:55 UTC 

[Qemu-devel] [PATCH v2] net: rocker: fix an incorrect array bounds check
 2015-12-28 10:54 UTC 

Problems with bridge+router setup
 2015-12-28 10:44 UTC  (4+ messages)

Automatic device driver back-porting with media_build
 2015-12-28 10:44 UTC  (3+ messages)

[U-Boot] [PATCH 0/7] add fw_cfg interface support for qemu-x86 targets
 2015-12-28 10:43 UTC  (11+ messages)
` [U-Boot] [PATCH 1/7] x86: qemu: add fw_cfg support
` [U-Boot] [PATCH 2/7] x86: qemu: add a cpu uclass driver for qemu target
` [U-Boot] [PATCH 3/7] x86: fix a typo in function name
` [U-Boot] [PATCH 4/7] x86: qemu: use actual CPU number for allocating memory
` [U-Boot] [PATCH 5/7] x86: qemu: add qemu_fwcfg_fdt_fixup()
` [U-Boot] [PATCH 6/7] x86: qemu: fixup cpu node in device tree
` [U-Boot] [PATCH 7/7] qemu-x86: add documentaion for the fw_cfg interface

[PATCH v2] ARM: shmobile: r8a7793: gose: HDMI prototype
 2015-12-28 10:41 UTC  (2+ messages)

[dizzy][PATCH] grub2: Fix CVE-2015-8370
 2015-12-28 10:40 UTC  (2+ messages)

[PATCH] ARM: shmobile: r8a7793: Add I2C master nodes to DT
 2015-12-28 10:40 UTC 

[fido][PATCH] grub2: Fix CVE-2015-8370
 2015-12-28 10:40 UTC 

[fido][PATCH] bitbake: toaster: Rework mimetype guessing to fix artifact downloads
 2015-12-28 10:38 UTC  (2+ messages)

Source code review around jump label usage
 2015-12-28 10:36 UTC  (9+ messages)
` [PATCH] [media] tuners: One check less in m88rs6000t_get_rf_strength() after error detection
    `  "

https://btrfs.wiki.kernel.org having OCSP issues?
 2015-12-28 10:34 UTC  (3+ messages)

[PATCH] Docs: fix missing word in REPORTING-BUGS
 2015-12-28 10:33 UTC 

[PATCH] f2fs: add Makefile for f2fs
 2015-12-28 10:27 UTC 

[PATCH/RFC v2 0/2] add regex match flags to git describe
 2015-12-28 10:30 UTC  (3+ messages)
` [PATCH/RFC v2 1/2] describe: add option to use perl-compatible regexes with --match
` [PATCH/RFC v2 2/2] describe: add basic and extended posix regex matching for completeness

[PATCH 1/2] [media] media-device.h: remove extra blank lines
 2015-12-28 10:28 UTC  (4+ messages)
` [PATCH 2/2] [media] media: move MEDIA_LNK_FL_INTERFACE_LINK logic to link creation

[distros-debian-sid test] 38567: tolerable FAIL
 2015-12-28 10:27 UTC 

[PATCH 0/2] [media] Fix race between graph enumeration and entities registration
 2015-12-28 10:26 UTC  (9+ messages)
` [PATCH 2/2] [media] media-device: split media initialization and registration

[PATCH v2 00/16] clk: a collection of various clean-ups and improvements
 2015-12-28 10:24 UTC  (18+ messages)
` [PATCH v2 01/16] clk: remove unused first argument of __clk_init()
` [PATCH v2 02/16] clk: change the argument of __clk_init() into pointer to clk_core
` [PATCH v2 03/16] clk: rename __clk_init() into __clk_core_init()
` [PATCH v2 04/16] clk: remove unnecessary !core->parents conditional
` [PATCH v2 05/16] clk: change sizeof(struct clk *) to sizeof(*core->parents)
` [PATCH v2 06/16] clk: move core->parents allocation to clk_register()
` [PATCH v2 07/16] clk: simplify clk_core_get_parent_by_index()
` [PATCH v2 08/16] clk: drop the initial core->parents look-ups from __clk_core_init()
` [PATCH v2 09/16] clk: replace pr_warn() with pr_err() for fatal cases
` [PATCH v2 10/16] clk: move checking .git_parent to __clk_core_init()
` [PATCH v2 11/16] clk: simplify __clk_init_parent()
` [PATCH v2 12/16] clk: avoid circular clock topology
` [PATCH v2 13/16] clk: walk the orphan clock list more simply
` [PATCH v2 14/16] clk: make sure parent is not NULL in clk_fetch_parent_index()
` [PATCH v2 15/16] clk: simplify clk_fetch_parent_index() function
` [PATCH v2 16/16] clk: slightly optimize clk_core_set_parent()

[PATCH/RFC] ARM: shmobile: LPAE memory bank CMA assignment prototype
 2015-12-28 10:24 UTC  (4+ messages)

[RESEND PATCH v2 00/16] clk: a collection of various clean-ups and improvements
 2015-12-28 10:23 UTC  (17+ messages)
` [RESEND PATCH v2 01/16] clk: remove unused first argument of __clk_init()
` [RESEND PATCH v2 02/16] clk: change the argument of __clk_init() into pointer to clk_core
` [RESEND PATCH v2 03/16] clk: rename __clk_init() into __clk_core_init()
` [RESEND PATCH v2 04/16] clk: remove unnecessary !core->parents conditional
` [RESEND PATCH v2 05/16] clk: change sizeof(struct clk *) to sizeof(*core->parents)
` [RESEND PATCH v2 06/16] clk: move core->parents allocation to clk_register()
` [RESEND PATCH v2 07/16] clk: simplify clk_core_get_parent_by_index()
` [RESEND PATCH v2 08/16] clk: drop the initial core->parents look-ups from __clk_core_init()
` [RESEND PATCH v2 09/16] clk: replace pr_warn() with pr_err() for fatal cases
` [RESEND PATCH v2 10/16] clk: move checking .git_parent to __clk_core_init()
` [RESEND PATCH v2 11/16] clk: simplify __clk_init_parent()
` [RESEND PATCH v2 12/16] clk: avoid circular clock topology
` [RESEND PATCH v2 13/16] clk: walk the orphan clock list more simply
` [RESEND PATCH v2 14/16] clk: make sure parent is not NULL in clk_fetch_parent_index()
` [RESEND PATCH v2 15/16] clk: simplify clk_fetch_parent_index() function
` [RESEND PATCH v2 16/16] clk: slightly optimize clk_core_set_parent()

[PATCH] drm/docs: more leftovers from the big vtable documentation pile
 2015-12-28 10:22 UTC  (2+ messages)

[PATCH v2,RESEND] clk: uniphier: add clock drivers for UniPhier SoCs
 2015-12-28 10:20 UTC  (2+ messages)

[PATCH v2] clk: uniphier: add clock drivers for UniPhier SoCs
 2015-12-28 10:20 UTC  (2+ messages)

[contrib][PATCH 0/3] Fix oe-stylize.py issues
 2015-12-28  9:07 UTC  (4+ messages)
` [contrib][PATCH 1/3] contrib: ensure that oe-stylize.py works with python versions < 3.0
` [contrib][PATCH 2/3] contrib: add missing common OE variables
` [contrib][PATCH 3/3] contrib: print oldline within single quotes

[PATCH] Documentation: fix typo in CodingStyle
 2015-12-28 10:06 UTC 

[PATCH] ARM: mm: Speed up page list initialization during boot
 2015-12-28 10:15 UTC  (2+ messages)

[PATCH v2 0/9] ARM: dts: Add compatible property to "partitions" node
 2015-12-28 10:15 UTC  (5+ messages)

[PATCH] f2fs: fix to stop recovering dot dentries in a readonly fs
 2015-12-28 10:12 UTC 

[PATCH 0/8] Support for transparent PUD pages
 2015-12-28 10:11 UTC  (6+ messages)
` [PATCH 1/8] mm: Add optional support for PUD-sized transparent hugepages

[U-Boot] Fwd: [PATCH] Initial fw_cfg support for qemu-x86 targets
 2015-12-28 10:10 UTC 

[RFC PATCH 2/2] f2fs: export a threshold in sysfs for controlling dio serialization
 2015-12-28 10:05 UTC 

[PATCH v3 00/23] Unrestricted media entity ID range support
 2015-12-28 10:05 UTC  (6+ messages)

[RFC PATCH 1/2] f2fs: enhance multithread dio write performance
 2015-12-28 10:04 UTC  (2+ messages)

[PATCH v4 0/2] ARM64: Enable SP805 WDT support for FSL LS2080A
 2015-12-28 10:01 UTC  (6+ messages)
` [PATCH v4 1/2] Documentation: DT: Add entry for ARM SP805-WDT
` [PATCH v4 2/2] dts/ls2080a: Update DTSI to add support of SP805 WDT

[PATCH 3/5] f2fs: report readonly status in ->fsync
 2015-12-28  9:59 UTC  (3+ messages)

[meta-cgl][PATCH] packagegroup-cgl-applications: unify the package name to fix the parse warnings
 2015-12-28 10:06 UTC 

BeagleBone...bitbake -v core-image-sato stops
 2015-12-28  9:58 UTC  (8+ messages)

[PATCH 0/4] improve symbolic-ref robustness
 2015-12-28  9:45 UTC  (3+ messages)
` [PATCH 4/4] create_symref: use existing ref-lock code

[PATCH v2 0/3] Handle SIGINT and SIGTERM in DPDK examples
 2015-12-28  9:51 UTC  (3+ messages)

[PATCH v3 0/2] ARM64: Enable SP805 WDT support for FSL LS2080A
 2015-12-28  9:48 UTC  (8+ messages)
` [PATCH v3 2/2] dts/ls2080a: Update DTSI to add support of SP805 WDT

[Buildroot] [PATCH] libffi: fix headers location for host-libffi
 2015-12-28  9:47 UTC 

[PATCH] mmc: core: Optimize boot time by detecting cards simultaneously
 2015-12-28  9:44 UTC  (10+ messages)

Hello Dear Friend,
 2015-12-28  9:19 UTC 

How do you get /proc/fs/nfs/exports to populate?
 2015-12-28  9:41 UTC  (2+ messages)

[PATCH v6] sched/deadline: fix earliest_dl.next logic
 2015-12-28  9:40 UTC  (2+ messages)

Taking on a Xen development project
 2015-12-28  9:34 UTC  (3+ messages)
` Coverity tidying

[PATCH] remove redundant __func__ in PMD_INIT_LOG and PMD_RX_LOG
 2015-12-27 17:28 UTC  (2+ messages)

[PATCH v3 0/5] Add reboot notifier driver for rockchip platform
 2015-12-28  9:20 UTC  (7+ messages)
` [PATCH v3 3/5] soc: rockchip: add reboot notifier driver

[PATCH 1/1] bonding: restrict up state in 802.3ad mode
 2015-12-28  9:19 UTC  (4+ messages)

DS4 issues
 2015-12-28  9:18 UTC  (2+ messages)

MCTP Protocol driver
 2015-12-28  9:14 UTC  (2+ messages)

[PATCH 0/3] bpf: hash: use per-bucket spinlock
 2015-12-28  9:13 UTC  (7+ messages)
` [PATCH 1/3] bpf: hash: use atomic count
` [PATCH 2/3] bpf: hash: move select_bucket() out of htab's spinlock
` [PATCH 3/3] bpf: hash: use per-bucket spinlock

defrag vs autodefrag
 2015-12-28  9:12 UTC  (6+ messages)
` [PATCH] improve documentation of snapshot unaware defrag

[RESEND PATCH v1 0/4] fix some clock configuration for the RK3036 platform
 2015-12-28  9:03 UTC  (11+ messages)
` [RESEND PATCH v1 1/4] clk: rockchip: rk3036: fix the FLAGs for clock mux
` [RESEND PATCH v1 2/4] clk: rockchip: rk3036: fix uarts clock error
` [RESEND PATCH v1 3/4] clk: rockchip: rk3036: rename emac ext source clock
` [RESEND PATCH v1 4/4] clk: rockchip: rk3036: fix and add node id for emac clock

[PATCH v6 04/20] arm64: change some CONFIG_COMPAT over to use CONFIG_AARCH32_EL0 instead
 2015-12-28  9:01 UTC  (5+ messages)
` > diff --git a/arch/arm64/kernel/Makefile b/arch/arm64/kernel/Makefile

[U-Boot] [PATCH v3 1/4] sf: Fix quad bit set for micron devices
 2015-12-28  9:00 UTC  (4+ messages)
` [U-Boot] [PATCH v3 2/4] sf: Read back and check once spansion quad bit set
` [U-Boot] [PATCH v3 3/4] sf: Read back and check once macronix "
` [U-Boot] [PATCH v3 4/4] sf: Write quad bit along with read status

[PATCH] emu: fix unusable terminal after exit
 2015-12-28  8:47 UTC  (3+ messages)

[PATCHv2 net-next 0/3] Ethtool support for phy stats
 2015-12-28  8:58 UTC  (4+ messages)

[PATCHv2] staging: most: replace multiple if..else with table lookup
 2015-12-28  8:55 UTC 

[RFC PATCH V2 00/10] Qemu: Add live migration support for SRIOV NIC
 2015-12-28  8:52 UTC  (19+ messages)
` live migration vs device assignment (was Re: [RFC PATCH V2 00/10] Qemu: Add live migration support for SRIOV NIC)
  ` live migration vs device assignment (motivation)
    ` [Qemu-devel] "

[U-Boot] [PATCH 1/6] arm: socfpga: cyclone5-socdk: Enabling mtd partitioning layout
 2015-12-28  8:51 UTC  (5+ messages)

[PATCH] net: rfkill-gpio: more ACPI IDs for BCM Blutooth modules
 2015-12-28  8:49 UTC  (3+ messages)

[PATCH RESEND] mmc:Fix error handling in the function mmc_blk_issue_rq
 2015-12-28  8:42 UTC 

Updates of meta-fsl-ppc master branch on 2015-12-28
 2015-12-28  8:29 UTC 

raid5 async_xor: sleep in atomic
 2015-12-28  8:43 UTC  (6+ messages)

Makefile:610: arch/xtensa/Makefile: No such file or directory
 2015-12-28  8:39 UTC 

[Bug 110071] New: typo in cipso_rbm_structvalid
 2015-12-28  8:38 UTC 

[PATCH] metag: ftrace: remove the misleading comment for ftrace_dyn_arch_init
 2015-12-28  8:34 UTC 


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.