All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-01-07 20:05:28 to 2014-01-07 21:07:57 UTC [more...]

any selinux program and architeture books
 2014-01-07 21:05 UTC  (3+ messages)

[PATCH] Btrfs-progs: bail if we find errors in the extent tree
 2014-01-07 21:07 UTC  (2+ messages)

[PATCH 0/2] Minor convinience feature: format.defaultTo
 2014-01-07 21:07 UTC  (13+ messages)
` [PATCH 2/2] format-patch: introduce format.defaultTo

minor cleanup for 3.14
 2014-01-07 21:04 UTC  (5+ messages)
` [PATCH 1/4] nfsd4: better VERIFY comment
` [PATCH 2/4] minor svcauth_gss.c cleanup
` [PATCH 3/4] nfsd4: nfsd4_encode_fattr cleanup
` [PATCH 4/4] nfsd4: encode_rdattr_error cleanup

[PATCH 1/2] ohci-platform: Add support for devicetree instantiation
 2014-01-07 21:03 UTC  (3+ messages)

[RFC/PATCH] format-patch: introduce branch.*.forkedFrom
 2014-01-07 21:02 UTC  (8+ messages)

[Qemu-devel] [PULL 00/49] target-i386 improvements, part 1
 2014-01-07 21:00 UTC  (50+ messages)
` [Qemu-devel] [PULL 01/49] exec: Delay CPU_LOG_TB_CPU until we actually execute a TB
` [Qemu-devel] [PULL 02/49] target-i386: Push DisasContext into load/store helpers
` [Qemu-devel] [PULL 03/49] target-i386: Stop encoding DisasContext.mem_index
` [Qemu-devel] [PULL 04/49] target-i386: Use new tcg_gen_qemu_ld_* helpers
` [Qemu-devel] [PULL 05/49] target-i386: Use new tcg_gen_qemu_st_* helpers
` [Qemu-devel] [PULL 06/49] target-i386: Replace OT_* constants with MO_* constants
` [Qemu-devel] [PULL 07/49] target-i386: Remove gen_op_ld_T0_A0
` [Qemu-devel] [PULL 08/49] target-i386: Remove gen_op_ldu_T0_A0
` [Qemu-devel] [PULL 09/49] target-i386: Remove gen_op_ld_T1_A0
` [Qemu-devel] [PULL 10/49] target-i386: Remove gen_op_lds_T0_A0
` [Qemu-devel] [PULL 11/49] target-i386: Introduce gen_op_st_rm_T0_A0
` [Qemu-devel] [PULL 12/49] target-i386: Remove gen_op_st_T0_A0
` [Qemu-devel] [PULL 13/49] target-i386: Remove gen_op_st_T1_A0
` [Qemu-devel] [PULL 14/49] target-i386: Fix typo in gen_push_T1
` [Qemu-devel] [PULL 15/49] target-i386: Tidy mov[sz][bw]
` [Qemu-devel] [PULL 16/49] target-i386: Tidy movsl
` [Qemu-devel] [PULL 17/49] target-i386: Remove unused arguments to gen_lea_modrm
` [Qemu-devel] [PULL 18/49] target-i386: Use MO_BE for movbe
` [Qemu-devel] [PULL 19/49] target-i386: Tidy gen_op_mov_TN_reg+tcg_gen_trunc_tl_i32
` [Qemu-devel] [PULL 20/49] target-i386: Tidy load + truncate
` [Qemu-devel] [PULL 21/49] target-i386: Tidy extend + store
` [Qemu-devel] [PULL 22/49] target-i386: Tidy extend + move
` [Qemu-devel] [PULL 23/49] target-i386: Remove gen_op_movl_T0_0
` [Qemu-devel] [PULL 24/49] target-i386: Remove gen_op_movl_T0_im*
` [Qemu-devel] [PULL 25/49] "
` [Qemu-devel] [PULL 26/49] target-i386: Remove gen_op_mov*_A0_im
` [Qemu-devel] [PULL 27/49] target-i386: Remove gen_movtl_T*_im
` [Qemu-devel] [PULL 28/49] target-i386: Remove gen_op_andl_T0_ffff
` [Qemu-devel] [PULL 29/49] target-i386: Remove gen_op_andl_T0_im
` [Qemu-devel] [PULL 30/49] target-i386: Remove gen_op_movl_T0_T1
` [Qemu-devel] [PULL 31/49] target-i386: Remove gen_op_andl_A0_ffff
` [Qemu-devel] [PULL 32/49] target-i386: Use TCGMemOp for 'ot' variables
` [Qemu-devel] [PULL 33/49] target-i386: Change gen_op_add_reg_* size parameter to TCGMemOp
` [Qemu-devel] [PULL 34/49] target-i386: Change gen_op_j*z_ecx "
` [Qemu-devel] [PULL 35/49] target-i386: Change aflag "
` [Qemu-devel] [PULL 36/49] target-i386: Change gen_op_mov_reg_A0 size parameter "
` [Qemu-devel] [PULL 37/49] target-i386: Change dflag "
` [Qemu-devel] [PULL 38/49] target-i386: Tidy addr16 code in gen_lea_modrm
` [Qemu-devel] [PULL 39/49] target-i386: Combine gen_push_T* into gen_push_v
` [Qemu-devel] [PULL 40/49] target_i386: Clean up gen_pop_T0
` [Qemu-devel] [PULL 41/49] target-i386: Tidy cpu_regs initialization
` [Qemu-devel] [PULL 42/49] target-i386: Remove gen_op_mov_reg_T0
` [Qemu-devel] [PULL 43/49] target-i386: Remove gen_op_mov_reg_T1
` [Qemu-devel] [PULL 44/49] target-i386: Remove gen_op_addl_T0_T1
` [Qemu-devel] [PULL 45/49] target-i386: Remove gen_op_mov_TN_reg
` [Qemu-devel] [PULL 46/49] target-i386: Remove gen_op_mov_reg_A0
` [Qemu-devel] [PULL 47/49] target-i386: Tidy some size computation
` [Qemu-devel] [PULL 48/49] target-i386: Rename gen_op_jmp_T0 to gen_op_jmp_v
` [Qemu-devel] [PULL 49/49] target-i386: Tidy ljmp

linux rdma 3.14 merge plans
 2014-01-07 21:02 UTC 

[PATCH 1/2] ohci-platform: Add support for devicetree instantiation
 2014-01-07 21:01 UTC  (4+ messages)

[PATCH 1/3] exportfs.c: escape path for function test_export
 2014-01-07 21:02 UTC  (2+ messages)

[PATCH v2 0/5] ARM: vf610: Add DCU framebuffer driver for Vybrid VF610 platform
 2014-01-07 21:00 UTC  (7+ messages)
` [PATCH 4/5] fb: "

rpc.mountd high cpu usage
 2014-01-07 21:01 UTC  (7+ messages)

Problem & Question about FILES_${PN}
 2014-01-07 20:59 UTC  (4+ messages)

Terrible performance of sequential O_DIRECT 4k writes in SAN environment. ~3 times slower then Solars 10 with the same HBA/Storage
 2014-01-07 20:57 UTC  (3+ messages)

[PATCH 0/4] thermal: rcar: Add missing clock handling
 2014-01-07 20:57 UTC  (5+ messages)
` [PATCH 3/4] "

Richard Stallman: Why “GNU’S Not Linux” and Why We Should “Say LiGNUx” / Stopping abusive behaviour
 2014-01-07 20:53 UTC  (4+ messages)

[patch net-next] ipv4: loopback device: ignore value changes after device is upped
 2014-01-07 20:55 UTC  (2+ messages)

[PATCH] ARM: SAMSUNG: remove obsolete tick.h
 2014-01-07 20:53 UTC  (2+ messages)

[PATCH v0 04/71] itrace: Infrastructure for instruction flow tracing units
 2014-01-07 20:51 UTC  (11+ messages)

[PATCH net-next v5] IPv6: add the option to use anycast addresses as source addresses in echo reply
 2014-01-07 20:52 UTC  (3+ messages)

[PATCH] kernel: use oldnoconfig instead of yes '' | make oldconfig
 2014-01-07 20:52 UTC  (10+ messages)

[PATCH net 1/1] tipc: correctly unlink packets from deferred packet queue
 2014-01-07 20:51 UTC 

[PATCH v2 0/3] xfs: add O_TMPFILE support
 2014-01-07 20:51 UTC  (4+ messages)

[PATCH v2 0/2] Fix i2c bus hang on A0 version of the Armada XP SoCs
 2014-01-07 20:50 UTC  (5+ messages)
` [PATCH v2 2/2] i2c: mv64xxx: Fix "

[ath9k-devel] ath: phy0: unsupported hw bitrate detected 0x1b using 1 Mbit
 2014-01-07 20:50 UTC  (5+ messages)

[RFC][PATCH v5 01/14] sched: add a new arch_sd_local_flags for sched_domain init
 2014-01-07 20:49 UTC  (10+ messages)
` [RFC] sched: CPU topology try

[Qemu-devel] TRIM/DISCARD/UNMAP support on qemu-nbd
 2014-01-07 20:48 UTC  (5+ messages)

[PATCH net-next 0/2] namespace collision fix and update FW version check on cxgb4
 2014-01-07 20:48 UTC  (3+ messages)
` [PATCH net-next 1/2] cxgb4: Fix namespace collision issue

[PATCH v2 0/6] efuse driver for Tegra
 2014-01-07 20:47 UTC  (13+ messages)
` [PATCH v2 2/6] misc: fuse: Add "
` [PATCH v2 4/6] ARM: tegra: rework fuse.c

[merged] stakc-protector-provide-fstack-protector-strong-build-option.patch removed from -mm tree
 2014-01-07 20:47 UTC 

[merged] stack-protector-create-have_cc_stackprotector-for-centralized-use.patch removed from -mm tree
 2014-01-07 20:47 UTC 

[merged] drivers-regulator-tps62360-regulatorc-fix-pointer-integer-size-mismatch-warning-in-tps62360_probe.patch removed from -mm tree
 2014-01-07 20:47 UTC 

[patch iproute2 v3 0/2] add support for IFA_F_MANAGETEMPADDR
 2014-01-07 20:46 UTC  (2+ messages)
` [patch iproute2 v3 3/3] add support for IFA_F_NOPREFIXROUTE

[PATCH v3 00/13] clk: sunxi: add PLL5 and PLL6 support
 2014-01-07 20:46 UTC  (5+ messages)
` [PATCH v3 01/13] clk: sunxi: register factors clocks behind composite

[PATCH v3 0/6] Add Broadcom Capri pinctrl driver
 2014-01-07 20:45 UTC  (6+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/4] pinctrl: Add pinctrl binding for Broadcom Capri SoCs

[PATCH net] bnx2x: prevent WARN during driver unload
 2014-01-07 20:45 UTC  (2+ messages)

[PATCH 2/2] powerpc/85xx: handle the eLBC error interrupt if it exist in dts
 2014-01-07 20:45 UTC  (4+ messages)

[RFC][PATCH] - auditing cmdline
 2014-01-07 20:44 UTC  (2+ messages)
` [PATCH] squash: review-updates

[Buildroot] Why is sysroot under i686-buildroot-linux-gnu?
 2014-01-07 20:43 UTC  (5+ messages)

[PATCH -next] net/mlx4_en: fix error return code in mlx4_en_get_qp()
 2014-01-07 20:43 UTC  (2+ messages)

Broken locking in leds-lp5523.c
 2014-01-07 20:42 UTC  (2+ messages)

[alternative-merged] x86-get-pg_data_ts-memory-from-other-node.patch removed from -mm tree
 2014-01-07 20:40 UTC 

[PATCH] xfstests: kill lib/random.c
 2014-01-07 20:40 UTC  (13+ messages)

[PATCH] xen: arm: force guest memory accesses to cacheable when MMU is disabled
 2014-01-07 20:39 UTC  (2+ messages)

btrfsck does not fix
 2014-01-07 20:38 UTC  (5+ messages)

[PATCH 4/4] sched: bias to target cpu load to reduce task moving
 2014-01-07 20:37 UTC  (11+ messages)

[PATCH net-next V2 0/3] net: Add GRO support for UDP encapsulating protocols
 2014-01-07 20:37 UTC  (17+ messages)
` [PATCH net-next V2 1/3] "
` [PATCH net-next V2 3/3] net: Add GRO support for vxlan traffic

Internal error, emulation failure when trying to boot Win7 install
 2014-01-07 20:37 UTC  (2+ messages)

DOSEMU good
 2014-01-07 20:36 UTC 

[net-next 00/15][pull request] Intel Wired LAN Driver Updates
 2014-01-07 20:34 UTC  (5+ messages)
` [net-next 01/15] i40e: Expose AQ debugfs hooks
` [net-next 15/15] i40e: correctly setup ARQ descriptors

[Buildroot] [PATCH] udev : mention dependancy on inotify
 2014-01-07 20:34 UTC  (2+ messages)

[PATCH] input synaptics-rmi4: PDT scan cleanup
 2014-01-07 20:33 UTC 

[Buildroot] [git commit] udev: mention dependancy on inotify
 2014-01-07 20:33 UTC 

Ceph Messaging on Accelio (libxio) RDMA
 2014-01-07 20:32 UTC  (6+ messages)

[PATCH v6] X86 platform: New BayTrail IOSF-SB MBI driver
 2014-01-07 20:46 UTC  (4+ messages)
` [PATCH v6][RESEND] platform: x86: "

[PATCH] sha1_name: don't resolve refs when core.warnambiguousrefs is false
 2014-01-07 20:31 UTC  (8+ messages)

[block:for-3.14/core] kernel BUG at fs/bio.c:1748
 2014-01-07 20:29 UTC  (7+ messages)

[Buildroot] [PATCH 1/1] ca-certificates: new package
 2014-01-07 20:29 UTC 

Multicast routing stops functioning after 4G multicast packets recived
 2014-01-07 20:29 UTC  (6+ messages)

Persistent reservation behaviour/compliance with redundant controllers
 2014-01-07 20:18 UTC  (4+ messages)

[PATCH 1/2] pci: Fix root port bus->self is NULL
 2014-01-07 20:41 UTC  (4+ messages)
` [PATCH 2/2] fsl/pci: The new pci suspend/resume implementation

spi-rspi I/O errors
 2014-01-07 20:27 UTC  (2+ messages)

OMAPDSS: DISPC: horizontal timing too tight errors
 2014-01-07 20:25 UTC  (3+ messages)

[Xenomai] Altera Cyclone V
 2014-01-07 20:25 UTC  (2+ messages)

[Buildroot] [PATCH 0/8] Update more xorg packages
 2014-01-07 20:24 UTC  (2+ messages)

Upstreaming SAA716x driver to the media_tree
 2014-01-07 20:23 UTC  (5+ messages)

[Buildroot] [git commit] xorg: Bump xlib_libdmx to version 1.1.3
 2014-01-07 20:23 UTC 

[Buildroot] [git commit] xorg: Bump xlib_libXxf86dga to version 1.1.4
 2014-01-07 20:23 UTC 

[LSF/MM ATTEND] Stackable Union Filesystem Implementation
 2014-01-07 20:21 UTC  (3+ messages)

[PATCH] Btrfs-progs: deal with invalid key orderings and bad orphan items V2
 2014-01-07 20:19 UTC 

[PATCH RFC 00/46] Preview of imx-drm cleanup series
 2014-01-07 20:18 UTC  (4+ messages)
` [PATCH RFC 26/46] drivers/base: provide an infrastructure for componentised subsystems

[Buildroot] [git commit] xorg: Bump xlib_libXv to version 1.0.10
 2014-01-07 20:18 UTC 

[Buildroot] [git commit] xorg: Bump xlib_libXres to version 1.0.7
 2014-01-07 20:17 UTC 

[Buildroot] [git commit] xorg: Bump xlib_libXpm to version 3.5.11
 2014-01-07 20:17 UTC 

[Buildroot] [git commit] xorg: Bump xlib_libXcursor to version 1.1.14
 2014-01-07 20:17 UTC 

[RESEND PATCHv8 0/4] socfpga: Enable SD/MMC support
 2014-01-07 20:17 UTC  (4+ messages)
` [RESEND PATCHv8 3/4] mmc: dw_mmc-socfpga: Remove the SOCFPGA specific platform for dw_mmc

[Buildroot] [git commit] xorg: Bump xlib_libXaw to version 1.0.12
 2014-01-07 20:17 UTC 

[Buildroot] [git commit] xorg: Bump xlib_libFS to version 1.0.5
 2014-01-07 20:16 UTC 

[PATCH] kobject: provide kobject_put_wait to fix module unload race
 2014-01-07 20:16 UTC  (10+ messages)
` [dm-devel] "
      `  "

[PATCH v4 0/6] Krait L1/L2 EDAC driver
 2014-01-07 20:12 UTC  (5+ messages)
` [PATCH v4 4/6] devicetree: bindings: Document Krait L1/L2 EDAC

Excessive WARN()s in Intel 915 driver
 2014-01-07 20:12 UTC  (2+ messages)

[PATCH] drm/i915: fix fastboot pfit disable hack to update pipe w/h
 2014-01-07 20:08 UTC  (5+ messages)

[Qemu-devel] [PULL 00/76] target-arm queue
 2014-01-07 20:04 UTC  (7+ messages)
` [Qemu-devel] [PULL 01/76] target-arm: A64: add support for ld/st pair
` [Qemu-devel] [PULL 06/76] target-arm: A64: add support for move wide instructions
` [Qemu-devel] [PULL 13/76] target-arm: Remove ARMCPU/CPUARMState from cpregs APIs used by decoder
` [Qemu-devel] [PULL 48/76] target-arm: remove raw_read|write duplication
` [Qemu-devel] [PULL 56/76] softfloat: Make the int-to-float functions take exact-width types
` [Qemu-devel] [PULL 64/76] softfloat: Provide complete set of accessors for fp state

3.4.70+ kernel WARNING spew dysfunction on failed migration
 2014-01-07 20:05 UTC  (5+ 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.