All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-10-24 15:23:15 to 2013-10-24 16:23:47 UTC [more...]

[PATCH 2/4] pinmux: Add TB10x pinmux driver
 2013-10-24 16:23 UTC  (7+ messages)
` [PATCH 03/03] GPIO: Add TB10x GPIO driver

[Qemu-devel] [PATCH 00/19] PowerPC VSX Stage 3
 2013-10-24 16:22 UTC  (10+ messages)
` [Qemu-devel] [PATCH 01/19] Add New softfloat Routines for VSX
` [Qemu-devel] [PATCH 02/19] Add set_fprf Argument to fload_invalid_op_excp()
` [Qemu-devel] [PATCH 03/19] General Support for VSX Helpers
` [Qemu-devel] [PATCH 04/19] Add VSX ISA2.06 xadd Instructions
` [Qemu-devel] [PATCH 05/19] Add VSX ISA2.06 xsub Instructions
` [Qemu-devel] [PATCH 06/19] Add VSX ISA2.06 xmul Instructions
` [Qemu-devel] [PATCH 07/19] Add VSX ISA2.06 xdiv Instructions
` [Qemu-devel] [PATCH 08/19] Add VSX ISA2.06 xre Instructions
` [Qemu-devel] [PATCH 09/19] Add VSX ISA2.06 xsqrt Instructions

Fw: about vNUMA for HVM
 2013-10-24 16:19 UTC  (2+ messages)

choice =y selection becomes lost after having multiple entries =m with depends on
 2013-10-24 16:19 UTC  (5+ messages)

[PATCH] Btrfs: relocate csums properly with prealloc extents
 2013-10-24 16:19 UTC  (5+ messages)

[PATCH 3/3 V3] XSA-60 security hole: cr0.cd handling
 2013-10-24 16:19 UTC  (5+ messages)

master - clvmd: fix verify message rejection of REMOTE flag
 2013-10-24 16:19 UTC 

[PATCH v3 0/4] xfsprogs: v4 inode type in directory
 2013-10-24 16:15 UTC  (3+ messages)
` [PATCH v3 4/4] xfsprog: add mkfs.xfs sb v4 support for dirent filetype field

[PATCH 0/2] ARM64: perf: add support for the perf registers and dwarf unwinding
 2013-10-24 16:14 UTC  (5+ messages)
` [PATCH 2/2] ARM64: perf: wire up perf_regs and unwind support

[Buildroot] [PATCH] ebtables: install ethertypes
 2013-10-24 16:13 UTC 

[hch@infradead.org: xfstests 317]
 2013-10-24 16:12 UTC 

master - build: Use additional gcc warning flags
 2013-10-24 16:11 UTC 

XATTRs in NFS?
 2013-10-24 16:10 UTC  (13+ messages)

[PATCH lttng-tools] Fix: Some corrections to the lttng man page
 2013-10-24 16:09 UTC 

[PATCH] ALSA: hda - hdmi: Fix channel map switch not taking effect
 2013-10-24 16:11 UTC  (11+ messages)

[Question] Where is the -mm tree of linux kernel and patches?
 2013-10-24 16:06 UTC  (4+ messages)

[meta-fsl-arm]: Wayland/Weston issue with gpu-viv-bin-mx6q 3.5.7-1.0.0-alpha.2
 2013-10-24 16:06 UTC 

[PATCH] exportfs: Return non-zero exit value on error
 2013-10-24 16:05 UTC  (9+ messages)

Determining 32bit or 64bit OS from a running kernel module
 2013-10-24 16:05 UTC  (4+ messages)

Allow audit2allow to return constraint information from policy
 2013-10-24 16:02 UTC  (2+ messages)

filling in the "missing" entries in the ref manual variable glossary
 2013-10-24 16:01 UTC  (2+ messages)

[GIT PULL] ARM: OMAP2+: clock fixes for v3.13
 2013-10-24 16:01 UTC  (2+ messages)

[PATCH 0/2 v2] epoll: reduce 'epmutex' lock contention
 2013-10-24 16:00 UTC  (4+ messages)
` [PATCH 2/2 v2] epoll: Do not take global 'epmutex' for simple topologies

Large pastes into readline enabled programs causes breakage from v2.6.31 onwards
 2013-10-24 16:00 UTC  (4+ messages)

[PATCH net] tcp: do not rearm RTO when future data are sacked
 2013-10-24 15:59 UTC 

Subject: [PATCHSET driver-core-next] sysfs: separate out kernfs, part #1
 2013-10-24 15:49 UTC  (35+ messages)
` [PATCH 01/34] sysfs: merge sysfs_elem_bin_attr into sysfs_elem_attr
` [PATCH 02/34] sysfs: honor bin_attr.attr.ignore_lockdep
` [PATCH 03/34] sysfs: remove unused sysfs_get_dentry() prototype
` [PATCH 04/34] sysfs: move sysfs_hash_and_remove() to fs/sysfs/dir.c
` [PATCH 05/34] sysfs: separate out dup filename warning into a separate function
` [PATCH 06/34] sysfs: make __sysfs_add_one() fail if the parent isn't a directory
` [PATCH 07/34] sysfs, kernfs: add skeletons for kernfs
` [PATCH 08/34] sysfs, kernfs: introduce kernfs_remove[_by_name[_ns]]()
` [PATCH 09/34] sysfs, kernfs: introduce kernfs_create_link()
` [PATCH 10/34] sysfs, kernfs: introduce kernfs_rename[_ns]()
` [PATCH 11/34] sysfs, kernfs: introduce kernfs_setattr()
` [PATCH 12/34] sysfs, kernfs: replace sysfs_dirent->s_dir.kobj and ->s_attr.[bin_]attr with ->priv
` [PATCH 13/34] sysfs, kernfs: introduce kernfs_create_dir[_ns]()
` [PATCH 14/34] sysfs, kernfs: prepare read path for kernfs
` [PATCH 15/34] sysfs, kernfs: prepare write "
` [PATCH 16/34] sysfs, kernfs: prepare llseek "
` [PATCH 17/34] sysfs, kernfs: prepare mmap "
` [PATCH 18/34] sysfs, kernfs: prepare open, release, poll paths "
` [PATCH 19/34] sysfs, kernfs: move sysfs_open_file to include/linux/kernfs.h
` [PATCH 20/34] sysfs, kernfs: introduce kernfs_ops
` [PATCH 21/34] sysfs, kernfs: add sysfs_dirent->s_attr.size
` [PATCH 22/34] sysfs, kernfs: remove SYSFS_KOBJ_BIN_ATTR
` [PATCH 23/34] sysfs, kernfs: introduce kernfs_create_file[_ns]()
` [PATCH 24/34] sysfs, kernfs: remove sysfs_add_one()
` [PATCH 25/34] sysfs, kernfs: add kernfs_ops->seq_{start|next|stop}()
` [PATCH 26/34] sysfs, kernfs: introduce kernfs_notify()
` [PATCH 27/34] sysfs, kernfs: reorganize SYSFS_* constants
` [PATCH 28/34] sysfs, kernfs: revamp sysfs_dirent active_ref lockdep annotation
` [PATCH 29/34] sysfs, kernfs: introduce kernfs[_find_and]_get() and kernfs_put()
` [PATCH 30/34] sysfs, kernfs: move internal decls to fs/kernfs/kernfs-internal.h
` [PATCH 31/34] sysfs, kernfs: move inode code to fs/kernfs/inode.c
` [PATCH 32/34] sysfs, kernfs: move dir core code to fs/kernfs/dir.c
` [PATCH 33/34] sysfs, kernfs: move file core code to fs/kernfs/file.c
` [PATCH 34/34] sysfs, kernfs: move symlink core code to fs/kernfs/symlink.c

[ANNOUNCE] 3.0.101-rt130
 2013-10-24 15:58 UTC 

[PATCH 0/7] video phy's adaptation to *generic phy framework*
 2013-10-24 15:57 UTC  (18+ messages)
` [PATCH 3/7] video: exynos_mipi_dsim: Use the generic PHY driver
    ` [PATCH] drivers: video: exynos: Fix compiler Warning

[ANNOUNCE] 3.4.67-rt83
 2013-10-24 15:57 UTC 

C600 raid
 2013-10-24 15:57 UTC  (2+ messages)

[xen-4.2-testing test] 21195: regressions - FAIL
 2013-10-24 15:56 UTC 

[PATCH 1/1] video: exynos_mipi_dsi: Remove unused variable
 2013-10-24 15:55 UTC  (2+ messages)

[PATCH net] tcp: only take RTT from timestamps if new data is acked
 2013-10-24 15:55 UTC 

[PATCH] ASoC: kirkwood: Fix compile error due to patch 'add S/PDIF support'
 2013-10-24 15:55 UTC  (2+ messages)

[PATCH] clk: sunxi: fix memory leaks
 2013-10-24 15:52 UTC  (3+ messages)

[RFC PATCH net-next] ppp: Allow ppp device connected to an l2tp session to change of namespace
 2013-10-24 15:53 UTC  (7+ messages)

[ANNOUNCE] 3.8.13.9-rt20
 2013-10-24 15:53 UTC 

[Bug 70227] New: OpenCL reaper-prime app crashes due to atomic_or unimplemented
 2013-10-24 15:53 UTC  (3+ messages)
` [Bug 70227] "

[PATCH net] tcp: fix SYNACK RTT estimation in Fast Open
 2013-10-24 15:44 UTC 

[RFC 00/12] Add DRM Exynos HDMI on SoCs from Exynos4 family
 2013-10-24 15:52 UTC  (7+ messages)
` [RFC 04/12] phy: Add simple-phy driver
` [RFC 05/12] phy: use of_phy_simple_xlate for NULL xlate function

[Xenomai] t_suspend and XNBREAK
 2013-10-24 15:52 UTC  (15+ messages)

ARM: add support to dump the kernel page tables
 2013-10-24 15:49 UTC  (8+ messages)

[Xenomai] xsave/xrstor compilation error
 2013-10-24 15:48 UTC  (3+ messages)

[linux-lvm] LVM2.2.02.103/tools/lvchange.c:779: bad if test ?
 2013-10-24 15:48 UTC  (3+ messages)
` Fwd: "

[PATCH net] tcp: delete unused req in tcp_synack_rtt_meas()
 2013-10-24 15:46 UTC  (2+ messages)

[PATCH 00/14] AArch64 BE Support
 2013-10-24 15:46 UTC  (3+ messages)
` [PATCH 11/14] arm64: big-endian: set correct endianess on kernel entry

undocumented/inconsistent use of KERNEL_DEVICETREE variable
 2013-10-24 15:46 UTC  (3+ messages)

xfstest 318
 2013-10-24 15:44 UTC 

Python error while running fsl-image-gui for wandboard-dual
 2013-10-24 15:44 UTC 

[PATCH] xfs: prevent stack overflows from page cache allocation
 2013-10-24 15:42 UTC  (5+ messages)

[PATCH net] net: sched: Don't free f before it is allocated in route4_change
 2013-10-24 15:41 UTC  (5+ messages)

[PATCH v2 1/9] iio: hid_Sensors: fix crash during trigger unregister
 2013-10-24 15:40 UTC  (4+ messages)

[PATCH] android: Fix debug logs when running on Android
 2013-10-24 15:40 UTC  (2+ messages)

[PATCH] IB/qib: Fix checkpatch __packed warnings
 2013-10-24 15:40 UTC 

[PATCH v5 0/8] ARM: imx27 pinctrl
 2013-10-24 15:38 UTC  (18+ messages)
  ` [PATCH v5 1/8] pinctrl: imx1 core driver
  ` [PATCH v5 2/8] pinctrl: imx27: imx27 pincontrol driver
  ` [PATCH v5 3/8] ARM: dts: imx27 pin functions
  ` [PATCH v5 4/8] ARM: dts: imx27 pinctrl
  ` [PATCH v5 5/8] ARM: dts: imx27 phyCARD-S pinctrl
  ` [PATCH v5 6/8] ARM: dts: imx27 phycore move uart1 to rdk
  ` [PATCH v5 7/8] ARM: dts: imx27 phycore pinctrl
  ` [PATCH v5 8/8] ARM: imx27: enable pinctrl

[PATCH 52/74] Add deleteall customizations field for modules
 2013-10-24 15:00 UTC 

[Ksummit-2013-discuss] ARM topic: Is DT on ARM the solution, or is there something better?
 2013-10-24 15:37 UTC  (13+ messages)

Why cannot I move a read-only snapshot around?
 2013-10-24 15:37 UTC  (2+ messages)

[PATCH] Btrfs: fix negative qgroup tracking from owner accounting (bug #61951)
 2013-10-24 15:36 UTC  (3+ messages)

Proposal for menuconfig removal
 2013-10-24 15:35 UTC  (3+ messages)

[Buildroot] [PATCH] packages/Config.in: Fix case on entries titles
 2013-10-24 15:35 UTC 

[Qemu-devel] [RFC] vmstate: Add info vmstate HMP command (WIP)
 2013-10-24 15:34 UTC 

[PATCH v2 1/5] android: Start command watch after notify channel is connected
 2013-10-24 15:34 UTC  (2+ messages)

[linux-lvm] pvs complains of missing PVs that are not missing
 2013-10-24 15:30 UTC  (4+ messages)

[Suggestion] arc: compiler: bug: about an arc compiler's bug which is not in gcc main source code
 2013-10-24 15:29 UTC  (10+ messages)
              ` [PATCH] kernel/modsign_certificate.S: use real contents instead of macro GLOBAL()

[PATCH 0/8] ARM: imx: add IMX50 SoC support
 2013-10-24 15:29 UTC  (5+ messages)
` [PATCH 7/8] ARM: dts: imx: add IMX50 SoC device tree bindings
` [PATCH 8/8] ARM: dts: imx: add device tree support for Freescale imx50evk board

[net-next 00/11][pull request] Intel Wired LAN Driver Updates
 2013-10-24 15:27 UTC  (12+ messages)
` [net-next 01/11] igbvf: integer wrapping bug setting the mtu
` [net-next 02/11] igbvf: add missing iounmap() on error in igbvf_probe()
` [net-next 03/11] i40e: remove unused including <linux/version.h>
` [net-next 04/11] igb: Fix master/slave mode for all m88 i354 PHY's
` [net-next 05/11] igb: fix driver reload with VF assigned to guest
` [net-next 06/11] ixgbe: cleanup ixgbe_enumerate_functions
` [net-next 07/11] ixgbe: use pcie_capability_read_word() to simplify code
` [net-next 08/11] ixgbe: fix rx-usecs range checks for BQL
` [net-next 09/11] ixgbevf: Adds function to set PSRTYPE register
` [net-next 10/11] ixgbevf: implement ethtool get/set coalesce
` [net-next 11/11] ixgbevf: bump driver version

[PATCHv7][ 1/4] Input: tsc2007: Add device tree support
 2013-10-24 15:26 UTC  (4+ messages)

Testing wayland/weston
 2013-10-24 15:25 UTC 

[PATCH 0/7] RFC: __smp_call_function_single improvements
 2013-10-24 15:19 UTC  (8+ messages)
` [PATCH 1/7] Revert: "softirq: Add support for triggering softirq work on softirqs"
` [PATCH 2/7] kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS
` [PATCH 3/7] kernel: provide a __smp_call_function_single stub for !CONFIG_SMP
` [PATCH 4/7] kernel: fix generic_exec_single indication
` [PATCH 5/7] llists: move llist_reverse_order from raid5 to llist.c
` [PATCH 6/7] kernel: use lockless list for smp_call_function_single
` [PATCH 7/7] blk-mq: use __smp_call_function_single directly

[Buildroot] [RFC 0/2] uboot: add u-boot.pbl support
 2013-10-24 15:24 UTC  (3+ messages)
` [Buildroot] [RFC 1/2] host-xxd: new package
` [Buildroot] [RFC 2/2] uboot: introduce u-boot.pbl format

[PATCH V2 RFC 0/9] virtio: fix hang(loop) after hot-unplug vlan
 2013-10-24 15:23 UTC  (7+ messages)
` [PATCH V2 RFC 4/9] virtio_test: verify if virtqueue_kick() succeeded
` [PATCH V2 RFC 5/9] virtio_ring: add new function virtqueue_is_broken()
` [PATCH V2 RFC 6/9] virtio_blk: verify if queue is broken after virtqueue_get_buf()
` [PATCH V2 RFC 7/9] virtio_console: "
` [PATCH V2 RFC 8/9] virtio_net: "
` [PATCH V2 RFC 9/9] virtio_scsi: "


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.