All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-04-13 19:14:10 to 2016-04-13 19:40:54 UTC [more...]

[PATCH v4 0/7] mtd: nand: Fix support for NAND DMA prefetch
 2016-04-13 19:40 UTC  (6+ messages)
` [PATCH v4 1/7] ARM: OMAP2+: gpmc-nand: Set omap2-nand's parent dev to GPMC dev

[Buildroot] [PATCH] gnutls: bump to version 3.4.11
 2016-04-13 19:40 UTC  (2+ messages)

[PATCH 1/2] [v4] net: emac: emac gigabit ethernet controller driver
 2016-04-13 19:40 UTC  (4+ messages)

[Buildroot] [PATCH] libtasn1: bump to version 4.8
 2016-04-13 19:40 UTC  (2+ messages)

[Buildroot] [git commit] gnutls: bump to version 3.4.11
 2016-04-13 19:40 UTC 

[Buildroot] [git commit] libtasn1: bump to version 4.8
 2016-04-13 19:40 UTC 

[Buildroot] [PATCH] harfbuzz: bump to version 1.2.6
 2016-04-13 19:39 UTC  (2+ messages)

[PATCH 1/2] sched/fair: move cpufreq hook to update_cfs_rq_load_avg()
 2016-04-13 19:39 UTC  (14+ messages)

[Buildroot] [PATCH] libuv: bump to version 1.9.0
 2016-04-13 19:39 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/mutt: bump version to 1.6.0
 2016-04-13 19:39 UTC  (2+ messages)

[Buildroot] [git commit] package/mutt: bump version to 1.6.0
 2016-04-13 19:39 UTC 

[Buildroot] [git commit] libuv: bump to version 1.9.0
 2016-04-13 19:39 UTC 

[Buildroot] [git commit] harfbuzz: bump to version 1.2.6
 2016-04-13 19:39 UTC 

[Buildroot] [PATCH] vnstat: needs host-pkgconf
 2016-04-13 19:38 UTC  (2+ messages)

[Buildroot] [PATCH] apache: bump to version 2.4.20
 2016-04-13 19:38 UTC  (2+ messages)

[PATCH 00/42] v5: separate operations from flags in the bio/request structs
 2016-04-13 19:36 UTC  (129+ messages)
` [Ocfs2-devel] "
` [PATCH 01/42] block/fs/drivers: remove rw argument from submit_bio
  ` [Ocfs2-devel] "
` [PATCH 02/42] block: add REQ_OP definitions and bi_op/op fields
  ` [Ocfs2-devel] "
` [PATCH 03/42] block, fs, mm, drivers: set bi_op to REQ_OP
  ` [Ocfs2-devel] "
` [PATCH 04/42] fs: have submit_bh users pass in op and flags separately
  ` [Ocfs2-devel] "
` [PATCH 05/42] fs: have ll_rw_block "
  ` [Ocfs2-devel] "
` [PATCH 06/42] direct-io: set bi_op to REQ_OP
  ` [Ocfs2-devel] "
` [PATCH 07/42] btrfs: have submit_one_bio users setup bio bi_op
  ` [Ocfs2-devel] "
` [PATCH 08/42] btrfs: set bi_op tp REQ_OP
  ` [Ocfs2-devel] "
` [PATCH 09/42] btrfs: update __btrfs_map_block for bi_op transition
  ` [Ocfs2-devel] "
` [PATCH 10/42] btrfs: use bio fields for op and flags
  ` [Ocfs2-devel] "
` [PATCH 11/42] f2fs: set bi_op to REQ_OP
  ` [Ocfs2-devel] "
` [PATCH 12/42] gfs2: "
  ` [Ocfs2-devel] "
` [PATCH 13/42] xfs: "
  ` [Ocfs2-devel] "
` [PATCH 14/42] hfsplus: "
  ` [Ocfs2-devel] "
` [PATCH 15/42] mpage: "
  ` [Ocfs2-devel] "
` [PATCH 16/42] nilfs: "
  ` [Ocfs2-devel] "
` [PATCH 17/42] ocfs2: "
  ` [Ocfs2-devel] "
` [PATCH 18/42] pm: "
  ` [Ocfs2-devel] "
` [PATCH 19/42] dm: "
  ` [Ocfs2-devel] "
` [PATCH 20/42] dm: pass dm stats data dir instead of bi_rw
  ` [Ocfs2-devel] "
` [PATCH 21/42] bcache: set bi_op to REQ_OP
  ` [Ocfs2-devel] "
` [PATCH 22/42] drbd: "
  ` [Ocfs2-devel] "
` [PATCH 23/42] md/raid: "
  ` [Ocfs2-devel] "
` [PATCH 24/42] xen: "
  ` [Ocfs2-devel] "
` [PATCH 25/42] target: "
  ` [Ocfs2-devel] "
` [PATCH 26/42] block: copy bio op to request op
  ` [Ocfs2-devel] "
` [PATCH 27/42] block: prepare request creation/destruction code to use REQ_OPs
  ` [Ocfs2-devel] "
` [PATCH 28/42] block: prepare mq request creation "
  ` [Ocfs2-devel] "
` [PATCH 29/42] block: prepare elevator "
  ` [Ocfs2-devel] "
` [PATCH 30/42] blkg_rwstat: separate op from flags
  ` [Ocfs2-devel] "
` [PATCH 31/42] block: convert merge/insert code to check for REQ_OPs
  ` [Ocfs2-devel] "
` [PATCH 32/42] block: convert is_sync helpers to use REQ_OPs
  ` [Ocfs2-devel] "
` [PATCH 33/42] block: convert rq_data_dir helper "
  ` [Ocfs2-devel] "
` [PATCH 34/42] drivers: set request op to REQ_OP
  ` [Ocfs2-devel] "
` [PATCH 35/42] blktrace: get op from req->op/bio->bi_op
  ` [Ocfs2-devel] "
` [PATCH 36/42] ide cd: do not set REQ_WRITE on requests
  ` [Ocfs2-devel] "
` [PATCH 37/42] block, fs, drivers: do use bi_rw/cmd_flags for REQ_OPs
  ` [Ocfs2-devel] "
` [PATCH 38/42] block, fs: remove old REQ definitions
  ` [Ocfs2-devel] "
` [PATCH 39/42] block: shrink bio/request fields
  ` [Ocfs2-devel] "
` [PATCH 40/42] block, drivers: add REQ_OP_FLUSH operation
  ` [Ocfs2-devel] "
` [PATCH 41/42] block: use QUEUE flags instead of flush_flags to test for flush support
  ` [Ocfs2-devel] "
` [PATCH 42/42] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH
  ` [Ocfs2-devel] "

[PATCH v4 0/3] vfs: Define new syscall umask2 [formerly getumask]
 2016-04-13 19:37 UTC  (4+ messages)
` umask2 man page (was: Re: [PATCH v4 0/3] vfs: Define new syscall umask2 [formerly getumask])

[BUG] cgroup/workques/fork: deadlock when moving cgroups
 2016-04-13 19:37 UTC  (7+ messages)

broken links
 2016-04-13 19:37 UTC 

[Buildroot] [git commit] vnstat: needs host-pkgconf
 2016-04-13 19:37 UTC 

[Buildroot] [git commit] apache: bump to version 2.4.20
 2016-04-13 19:36 UTC 

pull-request: mac80211-next 2016-04-13
 2016-04-13 19:36 UTC 

[PATCH v4 0/2] Add HS-USB device tree support for R8A7790/Lager board
 2016-04-13 19:36 UTC  (3+ messages)
` [PATCH] ARM: dts: silk: add DU pins

[Qemu-devel] [PULL 0/1] Ivshmem fix
 2016-04-13 19:34 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH] batman-adv: B.A.T.M.A.N V - make sure iface is reactivated upon NETDEV_UP event
 2016-04-13 19:34 UTC 

[PATCH] [media] exynos-gsc: remove an always false condition
 2016-04-13 19:32 UTC  (3+ messages)

[PATCH docs] RFC on the OBMC Service Interface
 2016-04-13 19:33 UTC  (2+ messages)

[GIT PULL] ARM: OMAP2+: clockdomain: another fix for v4.6-rc
 2016-04-13 19:32 UTC  (3+ messages)
` [GIT PULL] ARM: OMAP2+: clockdomain: another fix for v4.6-rcync-mailbox><next-undeleted><enter-command>set editor='vim'

SMMU problem found on LS2085A with 4.6-rc3
 2016-04-13 19:31 UTC 

[kvm-unit-tests PATCH] powerpc: Add emulator test for the lswi instruction
 2016-04-13 19:31 UTC  (2+ messages)

[PATCH v2 net-next 0/7] DSA refactoring: set 1
 2016-04-13 19:29 UTC  (6+ messages)
` [PATCH v2 net-next 5/7] net: dsa: Rename DSA probe function
` [PATCH v2 net-next 6/7] dsa: Rename phys_port_mask to enabled_port_mask

[PATCH] gpio: omap: fix irq triggering in smart-idle wakeup mode
 2016-04-13 19:31 UTC  (4+ messages)

Failure in sel_netport_sid_slow()
 2016-04-13 19:31 UTC  (3+ messages)

[PATCH] ARM: OMAP3: Fix external abort on 36xx waking from off mode idle
 2016-04-13 19:30 UTC  (3+ messages)

[Ocfs2-devel] OCFS2 cache coherent quesiton
 2016-04-13 19:29 UTC  (2+ messages)

Google Summer of Code 2016 - We got 11 slots
 2016-04-13 19:24 UTC  (2+ messages)
` [Printing-architecture] "

[git:media_tree/fixes] [media] videobuf2-core: Check user space planes array in dqbuf
 2016-04-13 19:19 UTC 

[git:media_tree/fixes] [media] videobuf2-v4l2: Verify planes array in buffer dequeueing
 2016-04-13 19:20 UTC 

HVMLite / PVHv2 - using x86 EFI boot entry
 2016-04-13 19:22 UTC  (11+ messages)
` [Xen-devel] "

[PATCHv3 0/2] Fix relative path issues in recursive submodules
 2016-04-13 19:21 UTC  (4+ messages)

[GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.7
 2016-04-13 19:18 UTC  (2+ messages)

ceph-qa-suite branching (merge it into ceph.git?)
 2016-04-13 19:18 UTC  (3+ messages)

[PATCH 0/3] libsepol/cil: Fixes to neverallow and bounds checking
 2016-04-13 19:19 UTC  (4+ messages)
` [PATCH 1/3] libsepol/cil: Fixed bug in cil_type_match_any()
` [PATCH 2/3] libsepol/cil: Improve type bounds check reporting
` [PATCH 3/3] libsepol/cil: Cleanup neverallow checking and fail if bounds checking fails

[GIT PULL] Renesas ARM Based SoC Cleanup for v4.7
 2016-04-13 19:16 UTC  (2+ messages)

[PATCHSET RFC cgroup/for-4.6] cgroup, sched: implement resource group and PRIO_RGRP
 2016-04-13 19:15 UTC  (13+ messages)

[meta-oe][RFC PATCH] crash: add cross package
 2016-04-13 19:15 UTC 

[PATCH v2] ata: add AMD Seattle platform driver
 2016-04-13 19:15 UTC  (2+ messages)

[GIT PULL] Renesas ARM64 Based SoC DT Updates for v4.7
 2016-04-13 19:14 UTC  (2+ 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.