All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-12-28 07:22:21 to 2015-12-28 10:26:44 UTC [more...]

[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 

[U-Boot] [PATCH 0/7] add fw_cfg interface support for qemu-x86 targets
 2015-12-28 10:05 UTC  (9+ 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 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)

Problems with bridge+router setup
 2015-12-28  9:57 UTC  (3+ messages)

[PATCH 0/4] improve symbolic-ref robustness
 2015-12-28  9:45 UTC  (5+ messages)
` [PATCH 3/4] create_symref: modernize variable names
` [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

https://btrfs.wiki.kernel.org having OCSP issues?
 2015-12-28  9:29 UTC  (2+ messages)

[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

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

[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 v5 04/20] clocksource: Add NPS400 timers driver
 2015-12-28  9:00 UTC  (5+ messages)

[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 

[PATCH 0/2] provide rte_pktmbuf_alloc_bulk API and call it in vhost dequeue
 2015-12-27 16:38 UTC  (4+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/2] mbuf: provide rte_pktmbuf_alloc_bulk API
  ` [PATCH v5 2/2] vhost: call rte_pktmbuf_alloc_bulk in vhost dequeue

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

[PATCH v10 0/3] mtd: nand: jz4780: Add NAND and BCH drivers
 2015-12-28  8:27 UTC  (10+ messages)
` [PATCH v10 1/3] dt-bindings: binding for jz4780-{nand,bch}
` [PATCH v10 2/3] mtd: nand: jz4780: driver for NAND devices on JZ4780 SoCs
` [PATCH v10 3/3] MIPS: dts: jz4780/ci20: Add NEMC, BCH and NAND device tree nodes

[PATCH] doc: PCI: altera: Fix the 'ranges' property in example
 2015-12-28  8:26 UTC  (5+ messages)

[x86/irq] 4c24cee6b2: IP-Config: Auto-configuration of network failed
 2015-12-28  8:24 UTC  (4+ messages)
` [Bugfix v2 1/5] x86/irq: Do not reuse struct apic_chip_data.old_domain as temporary buffer

[PATCH net-next v2 05/10] be2net: log digital signature errors while flashing FW image
 2015-12-28  8:23 UTC  (2+ messages)

[Buildroot] [PATCH] Handle defconfig as .config in .gitignore and distclean
 2015-12-28  8:20 UTC  (5+ messages)

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

[Ocfs2-devel] [Ocfs2-users] Ocfs2 clients hang
 2015-12-28  8:17 UTC  (3+ messages)

how io works when backfill
 2015-12-28  8:09 UTC  (2+ messages)
  ` Fwd: "

[PATCH v3 0/5] pinctrl: mediatek: add pinctrl/GPIO/EINT driver for mt2701
 2015-12-28  8:07 UTC  (5+ messages)
` [PATCH v3 4/5] pinctrl: mediatek: Add Pinctrl/GPIO/EINT "

[U-Boot] [PATCH 1/5] altera_qspi: call callback even if the erase failed
 2015-12-28  8:04 UTC  (5+ messages)
` [U-Boot] [PATCH 4/5] altera_qspi: show erase progress

[lkp] [ses] 3417c1b5cb: WARNING: CPU: 2 PID: 2013 at fs/xfs/xfs_file.c:772 xfs_file_dio_aio_write+0x2a2/0x320()
 2015-12-28  8:04 UTC  (2+ messages)
`  "

[nightly] Core TISDK (fido/1.8) 2015.12 build 2015-12-27_23-00-32
 2015-12-28  7:51 UTC 

[LTP] [PATCH] mem/oom: remove non-existent case OVERCOMMIT from oom()
 2015-12-28  7:49 UTC 

[PATCH 00/10] use the $( ... ) construct for command substitution
 2015-12-28  7:44 UTC  (7+ messages)
` [PATCH 07/10] t5100-mailinfo.sh: "

Your company import from China, we help in logistics field
 2015-12-28  7:36 UTC 

[Ocfs2-devel] [PATCH] ocfs2/dlm: ignore cleaning the migration mle that is inuse
 2015-12-28  7:44 UTC 

[Qemu-devel] [PATCH COLO-Frame v12 00/38] COarse-grain LOck-stepping(COLO) Virtual Machines for Non-stop Service (FT)
 2015-12-28  7:39 UTC  (10+ messages)
` [Qemu-devel] [PATCH COLO-Frame v12 10/38] COLO: Implement colo checkpoint protocol
` [Qemu-devel] [PATCH COLO-Frame v12 23/38] COLO: Implement failover work for Primary VM
` [Qemu-devel] [PATCH COLO-Frame v12 32/38] COLO: Split qemu_savevm_state_begin out of checkpoint process

[PATCH] arm: kernel: utilize hrtimer based broadcast
 2015-12-28  7:18 UTC  (3+ messages)

[Buildroot] [autobuild.buildroot.net] Build results for 2015-12-27
 2015-12-28  7:30 UTC 

[PATCH 1/4] net: ethernet: arc: Probe emac after set RMII clock
 2015-12-28  7:27 UTC  (4+ messages)

New draft standards
 2015-12-28  7:24 UTC  (5+ messages)

[RESEND PATCH v1 0/4] Add support emac for the RK3036 SoC platform
 2015-12-28  7:22 UTC  (5+ messages)
` [RESEND PATCH v1 1/4] net: ethernet: arc: Probe emac after set RMII clock
` [RESEND PATCH v1 2/4] net: ethernet: arc: Keep emac compatibility for more Rockchip SoCs
` [RESEND PATCH v1 4/4] ARM: dts: rockchip: Add support emac for RK3036


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.