messages from 2016-06-10 11:02:58 to 2016-06-10 11:47:43 UTC [more...]
[Drbd-dev] [PATCH 00/45] v8: separate operations from flags in the bio/request structs
2016-06-06 6:15 UTC (56+ messages)
` [Drbd-dev] [PATCH 01/45] block/fs/drivers: remove rw argument from submit_bio
` [Drbd-dev] [PATCH 02/45] block: add REQ_OP definitions and helpers
` [Drbd-dev] [PATCH 03/45] fs: have submit_bh users pass in op and flags separately
` [Drbd-dev] [PATCH 04/45] fs: have ll_rw_block "
` [Drbd-dev] [PATCH 05/45] block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITE
` [Drbd-dev] [PATCH 06/45] dm: use op_is_write "
` [Drbd-dev] [PATCH 07/45] bcache: "
` [Drbd-dev] [PATCH 08/45] block, fs, mm, drivers: use bio set/get op accessors
` [Drbd-dev] [PATCH 09/45] block discard: use bio set op accessor
` [Drbd-dev] [PATCH 10/45] direct-io: use bio set/get op accessors
` [Drbd-dev] [PATCH 11/45] btrfs: have submit_one_bio users use bio "
` [Drbd-dev] [PATCH 12/45] btrfs: "
` [Drbd-dev] [PATCH 13/45] btrfs: update __btrfs_map_block for REQ_OP transition
` [Drbd-dev] [PATCH 14/45] btrfs: use bio fields for op and flags
` [Drbd-dev] [PATCH 15/45] f2fs: use bio op accessors
` [Drbd-dev] [PATCH 16/45] gfs2: "
` [Drbd-dev] [PATCH 17/45] xfs: "
` [Drbd-dev] [PATCH 18/45] hfsplus: "
` [Drbd-dev] [PATCH 19/45] mpage: "
` [Drbd-dev] [PATCH 20/45] nilfs: "
` [Drbd-dev] [PATCH 21/45] ocfs2: "
` [Drbd-dev] [PATCH 22/45] pm: "
` [Drbd-dev] [PATCH 23/45] dm: pass dm stats data dir instead of bi_rw
` [Drbd-dev] [PATCH 24/45] dm: use bio op accessors
` [Drbd-dev] [PATCH 25/45] bcache: "
` [Drbd-dev] [PATCH 26/45] drbd: "
` [Drbd-dev] [PATCH 27/45] md: "
` [Drbd-dev] [PATCH 28/45] target: "
` [Drbd-dev] [PATCH 29/45] xen: "
` [Drbd-dev] [PATCH 30/45] block: copy bio op to request op
` [Drbd-dev] [PATCH 31/45] block: prepare request creation/destruction code to use REQ_OPs
` [Drbd-dev] [PATCH 32/45] block: prepare mq request creation "
` [Drbd-dev] [PATCH 33/45] block: prepare elevator "
` [Drbd-dev] [PATCH 34/45] blkg_rwstat: separate op from flags
` [Drbd-dev] [PATCH 35/45] block: convert merge/insert code to check for REQ_OPs
` [Drbd-dev] [PATCH 36/45] block: convert is_sync helpers to use REQ_OPs
` [Drbd-dev] [PATCH 37/45] drivers: use req op accessor
` [Drbd-dev] [PATCH 38/45] blktrace: use op accessors
` [Drbd-dev] [PATCH 39/45] ide cd: do not set REQ_WRITE on requests
` [Drbd-dev] [PATCH 40/45] block: move bio io prio to a new field
` [Drbd-dev] [PATCH 41/45] block, drivers, fs: shrink bi_rw from long to int
` [Drbd-dev] [PATCH 42/45] block, fs, drivers: remove REQ_OP compat defs and related code
` [Drbd-dev] [PATCH 43/45] block, drivers: add REQ_OP_FLUSH operation
` [Drbd-dev] [PATCH 44/45] block: do not use REQ_FLUSH for tracking flush support
` [Drbd-dev] [PATCH 45/45] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH
[RFC PATCH 00/15] Exynos big-endian fixes
2016-06-10 11:47 UTC (15+ messages)
` [RFC PATCH 02/15] clocksource: samsung_pwm_timer: fix endian accessors
` [RFC PATCH 04/15] irqchip: exynos_combiner: fixup reg access on be
` [RFC PATCH 05/15] tty: serial: samsung: fixup accessors for endian
` [RFC PATCH 07/15] ARM: exynos: fixup debug macros for big-endian
[PATCH v8 0/5] dwc3: omap: fixes and dual-role preparation
2016-06-10 11:46 UTC (10+ messages)
` [PATCH v8 5/5] usb: dwc3: core: cleanup IRQ resources
` [PATCH v9 "
` [PATCH v10 "
[PATCH v6 0/8] block: prepare for multipage bvecs
2016-06-10 2:44 UTC (10+ messages)
` [Drbd-dev] "
[PATCH] ARM: dts: DRA7: fix unit address of second PCIe instance
2016-06-10 11:44 UTC (3+ messages)
[iproute PATCH 0/9] tc: m_xt: Two fixes and a smaller review
2016-06-10 11:42 UTC (10+ messages)
` [iproute PATCH 1/9] tc: m_xt: Prevent segfault with standard targets
` [iproute PATCH 2/9] tc: m_xt: Fix segfault when adding multiple actions at once
` [iproute PATCH 3/9] tc: m_xt: Fix indenting
` [iproute PATCH 4/9] tc: m_xt: Get rid of one indentation level in parse_ipt()
` [iproute PATCH 5/9] tc: m_xt: Drop unused variable fw "
` [iproute PATCH 6/9] tc: m_xt: Get rid of rargc "
` [iproute PATCH 7/9] tc: m_xt: Get rid of iargc variable "
` [iproute PATCH 8/9] tc: m_xt: Simplify argc adjusting "
` [iproute PATCH 9/9] tc: m_xt: Introduce get_xtables_target_opts()
[PATCH] ARM: dts: omap3-gta04: Add RFID eeprom node
2016-06-10 11:41 UTC (4+ messages)
[PATCH RFC 00/46] mmc: mmc: Add Software Command Queuing
2016-06-10 11:36 UTC (5+ messages)
` [PATCH RFC 33/46] mmc: mmc_test: Disable Command Queue while mmc_test is used
` [PATCH RFC V2 "
[PATCH ipmi-fru-parser] Fixes openbmc/ipmi-fru-parser#3
2016-06-10 11:40 UTC (2+ messages)
[PATCH 0/5] ARM: OMAP5: add support for fref-xtal-clk
2016-06-10 11:40 UTC (4+ messages)
` [PATCH 4/5] ARM: dts: omap5: add fref_xtal_ck support
[PATCH v3 1/1] leds: LED driver for TI LP3952 6-Channel Color LED
2016-06-10 11:39 UTC (5+ messages)
[Qemu-devel] [PATCH 00/10] cpus: make "-cpu cpux, features" global properties
2016-06-10 11:39 UTC (6+ messages)
` [Qemu-devel] [PATCH 03/10] target-i386: cpu: move xcc->kvm_required check to realize time
` [Qemu-arm] "
[PATCH] packagegroup-self-hosted: port to Python 3
2016-06-10 11:38 UTC
[PATCH 00/28] crypto: omap fixes / support additions
2016-06-10 11:38 UTC (5+ messages)
` [PATCH 20/28] ARM: OMAP: DRA7xx: Make L4SEC clock domain SWSUP only
` [PATCH 23/28] ARM: dts: DRA7: Add DT node for DES IP
[PATCH] usb: dwc3: fix runtime PM in error path
2016-06-10 11:38 UTC (3+ messages)
` [PATCH v2] "
[PATCH 0/4] drm/i915: updates to GuC doorbell handling
2016-06-10 11:37 UTC (4+ messages)
` [PATCH 3/4] drm/i915/guc: refactor doorbell management code
[PATCH v7 0/5] mempool: add external mempool manager
2016-06-10 11:37 UTC (13+ messages)
` [PATCH v8 "
` [PATCH v8 1/3] mempool: support external mempool operations
[PATCH v2] block: make sure big bio is splitted into at most 256 bvecs
2016-06-10 11:37 UTC (3+ messages)
[PATCH v1 00/14] clk/mfd/ASoC/ARM: OMAP4/5: McPDM/twl6040 pdmclk support
2016-06-10 11:36 UTC (5+ messages)
` [PATCH v1 06/14] ARM: dts: omap5-board-common: Add pdmclk binding for audio
[PATCH v5 0/7] ARM/ASoC: OMAP3: Fix McBSP2/3 sidetone support
2016-06-10 11:34 UTC (5+ messages)
` [PATCH v5 1/7] ARM: dts: omap3: Add clocks to McBSP nodes
[PATCH 1/1] Staging: comedi: dmm32at: fix BIT macro issue
2016-06-10 11:33 UTC (2+ messages)
[PATCH] [efifb] Fix 16 color palette entry calculation
2016-06-10 11:33 UTC (5+ messages)
[LTP] [PATCH] network/ip_route.sh: fix test, use dummy/lo interfaces in test-cases
2016-06-10 11:33 UTC
[PATCH V2 00/11] net: mediatek: various small fixes
2016-06-10 11:30 UTC (21+ messages)
` [PATCH V2 01/11] net: mediatek: add missing return code check
` [PATCH V2 02/11] net: mediatek: fix missing free of scratch memory
` [PATCH V2 03/11] net: mediatek: invalid buffer lookup in mtk_tx_map()
` [PATCH V2 04/11] net: mediatek: dropped rx packets are not being counted properly
` [PATCH V2 05/11] net: mediatek: add next data pointer coherency protection
` [PATCH V2 06/11] net: mediatek: disable all interrupts during probe
` [PATCH V2 07/11] net: mediatek: fix threshold value
` [PATCH V2 08/11] net: mediatek: increase watchdog_timeo
` [PATCH V2 09/11] net: mediatek: fix off by one in the TX ring allocation
` [PATCH V2 10/11] net: mediatek: only wake the queue if it is stopped
` [PATCH V2 11/11] net: mediatek: remove superfluous queue wake up call
[PATCH 1/2] ARM: dts: am437x-idk-evm: Mark MAC as having only one PHY
2016-06-10 11:31 UTC (4+ messages)
` [PATCH 2/2] ARM: dts: am335x-bone-common: "
[PATCH 1/3] drm/omap: fix plane check when crtc is disabled
2016-06-10 11:28 UTC (3+ messages)
` [PATCH 2/3] drm/omap: cleanup omap_plane_atomic_check()
` [PATCH 3/3] drm/omap: print error instead of WARN() if plane setup fails
[Buildroot] [PATCH] build: cleanup remaining references to BR2_STRIP_sstrip
2016-06-10 11:28 UTC
compilation fail, xen staging-4.6, vnc.c, qemu-tradintional issues under ubuntu 16.04
2016-06-10 11:26 UTC (3+ messages)
[PATCH v9 0/6] Convert requests to use struct fence
2016-06-10 11:26 UTC (5+ messages)
` [PATCH v9 2/6] drm/i915: "
[PATCH] ARM: Correct misspelling, "emda3" -> "edma3"
2016-06-10 11:24 UTC (3+ messages)
TCP_REPAIR MSS issue
2016-06-10 11:22 UTC
[PATCH] ARM: dts: dra72-evm: Rename 3.3V regulator tag
2016-06-10 11:22 UTC (3+ messages)
[Bug 96360] VM fault with kernel 4.7-rc1 on Alien: Isolation
2016-06-10 11:22 UTC (2+ messages)
` [Bug 96360] [bisected: 3d02b7] "
[PATCH 1/2 libnftnl] Fix leak in nftnl_*_unset()
2016-06-10 11:21 UTC (5+ messages)
` [PATCH 2/2 libnftnl] Check memory allocations in setters
[PATCH 0/3] pinctrl: sh-pfc: add r8a7795 support for voltage switching
2016-06-10 11:21 UTC (4+ messages)
[PATCH 00/20] toaster: Move build information to Bootstrap 3
2016-06-10 11:21 UTC (4+ messages)
` [PATCH 04/20] toaster: build data Packages installed "
[Qemu-devel] [PATCH v6 00/13] data-driven device registers
2016-06-10 11:19 UTC (7+ messages)
` [Qemu-devel] [PATCH v6 06/13] register: Add block initialise helper
` [Qemu-devel] [PATCH v6 07/13] dma: Add Xilinx Zynq devcfg device model
` [Qemu-devel] [PATCH v6 08/13] xilinx_zynq: Connect devcfg to the Zynq machine model
[PATCH 0108/1529] Fix typo
2016-06-10 11:18 UTC (3+ messages)
[Qemu-devel] [PATCH v3 0/2] AVX2 configure fixes
2016-06-10 11:16 UTC (3+ messages)
` [Qemu-devel] [PATCH v3 1/2] Make avx2 configure test work with -O2
` [Qemu-devel] [PATCH v3 2/2] avx2 configure: Use primitives in test
[PATCH] drm/rockchip: Drop drm_driver.load/unload callbacks
2016-06-10 11:14 UTC (3+ messages)
[PATCH] kbuild: simpler generation of constants for assembly
2016-06-10 11:13 UTC (3+ messages)
[U-Boot] [PATCH] libfdt: Add option to disable arch_fixup_fdt() calls
2016-06-10 11:13 UTC (6+ messages)
[PATCH] [V3] net: ipconfig: avoid warning by making ic_addrservaddr static
2016-06-10 11:11 UTC
[PATCH v2 07/10] i2c-i801: Fix some inconsistent variable names
2016-06-10 11:12 UTC (3+ messages)
` [v2,07/10] "
[PATCH v2 00/94] libify apply and use lib in am
2016-06-10 11:11 UTC (7+ messages)
[B.A.T.M.A.N.] [PATCH v5 0/6] Optimizations for setups running dat and bla
2016-06-10 11:11 UTC (7+ messages)
` [B.A.T.M.A.N.] [PATCH v5 1/6] batman-adv: prevent multiple ARP replies sent by gateways if dat enbled
` [B.A.T.M.A.N.] [PATCH v5 2/6] batman-adv: speed up dat by snooping received ip traffic
` [B.A.T.M.A.N.] [PATCH v5 3/6] batman-adv: prevent duplication of ARP replies when DAT is used
` [B.A.T.M.A.N.] [PATCH v5 4/6] batman-adv: drop unicast packets from other backbone gw
` [B.A.T.M.A.N.] [PATCH v5 5/6] batman-adv: changed debug messages for easier bla debugging
` [B.A.T.M.A.N.] [PATCH v5 6/6] batman-adv: handle race condition for claims between gateways
Intel-gfx Digest, Vol 101, Issue 215
2016-06-10 10:45 UTC (2+ messages)
[PATCH v1] hash: add tsx support for cuckoo hash
2016-06-10 11:09 UTC (4+ messages)
[PATCH v2 05/10] i2c-i801: Consolidate calls to i801_check_post
2016-06-10 11:09 UTC (3+ messages)
` [v2,05/10] "
[PATCH 0/2] AM335x ICE: Add support for PCA9536 GPIO expander
2016-06-10 11:09 UTC (6+ messages)
` [PATCH 2/2] ARM: dts: am335x-icev2: Add DT node for TI PCA9536
[U-Boot] please pull u-boot-samsung master
2016-06-10 11:09 UTC (6+ messages)
[PATCH] mk: fix underlinking issues of most librte libraries
2016-06-10 11:06 UTC (5+ messages)
` [PATCH 2/2] mk: reduce scope of whole-archive to pmd libraries
fsck: to repair or not to repair
2016-06-10 11:05 UTC (3+ messages)
[RFC][PATCH v8 0/5] perf config: Reimplement perf_config() using perf_config_set__inter()
2016-06-10 11:05 UTC (7+ messages)
` [PATCH v8 3/5] perf config: Reimplement perf_config() using perf_config_set__iter()
` [PATCH v8 4/5] perf config: Use zfree() instead of free() at perf_config_set__delete()
Platform-specific suspend/resume code in drivers
2016-06-10 11:03 UTC (3+ messages)
[PATCH 0/8] ARM: dts: Add operating-points-v2 tables for TI platforms
2016-06-10 11:04 UTC (4+ messages)
msgr2 protocol
2016-06-10 11:04 UTC (9+ 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.