All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-01-05 10:58:52 to 2015-01-05 11:52:01 UTC [more...]

[PATCHv1 net] xen-netback: support frontends without feature-rx-notify again
 2015-01-05 11:51 UTC  (2+ messages)

[Qemu-devel] [PULL 00/19] Block patches
 2015-01-05 11:51 UTC  (7+ messages)
` [Qemu-devel] [PULL 01/19] qemu-iotests: Remove 091 from quick group
` [Qemu-devel] [PULL 02/19] qemu-iotests: Speed up make check-block
` [Qemu-devel] [PULL 03/19] block: mark AioContext as recursive
` [Qemu-devel] [PULL 04/19] block: do not allocate an iovec per read of a growable/zero_after_eof BDS
` [Qemu-devel] [PULL 05/19] block: replace g_new0 with g_new for bottom half allocation
` [Qemu-devel] [PULL 06/19] checkpatch: Brace handling on multi-line condition

[Qemu-devel] [PATCH] block: limited request size in write zeroes unsupported path
 2015-01-05 11:51 UTC  (2+ messages)

[REGRESSION BUG] at91 is broken on barebox
 2015-01-05 11:51 UTC  (3+ messages)

[RFC][PATCH 0/3] sched: skip_clock_update madness
 2015-01-05 11:50 UTC  (3+ messages)

[PATCH v5 0/5] regulator: Allow parsing custom DT properties with simplified DT parse
 2015-01-05 11:48 UTC  (13+ messages)
` [PATCH v5 1/5] regulator: Copy config passed during registration
` [PATCH v5 2/5] regulator: Allow parsing custom properties when using simplified DT parsing
` [PATCH v5 3/5] regulator: max77686: Add GPIO control
` [PATCH v5 4/5] mfd/regulator: dt-bindings: max77686: Document gpio properties
` [PATCH v5 5/5] ARM: dts: exynos4412-trats: Switch max77686 regulators to GPIO control

[Qemu-devel] [PATCH] vl.c: fix -usb option assertion failure in qemu_opt_get_bool_helper()
 2015-01-05 11:50 UTC  (3+ messages)

[PATCH v2] renesas_usbhs: fix platform init error message
 2015-01-05 11:50 UTC  (2+ messages)

[PATCH v5] iio: driver for Semtech SX9500 proximity solution
 2015-01-05 11:49 UTC  (3+ messages)

[alsa-devel] [PATCH 0/3] Sound support for Exynos4412 Trats2 board
 2015-01-05 11:48 UTC  (11+ messages)
` [alsa-devel] [PATCH 1/3] ASoC: samsung: Add machine driver for Trats2
` [alsa-devel] [PATCH 2/3] ASoC: samsung: Document Trats2 audio subsystem bindings
` [alsa-devel] [PATCH 3/3] ARM: dts: Add sound nodes for exynos4412-trats2

[Qemu-devel] [PATCH v3 0/8] eliminate data write in bdrv_write_zeroes on Linux in raw-posix.c
 2015-01-05 11:48 UTC  (15+ messages)
` [Qemu-devel] [PATCH 1/8] block: prepare bdrv_co_do_write_zeroes to deal with large bl.max_write_zeroes
` [Qemu-devel] [PATCH 4/8] block/raw-posix: create translate_err helper to merge errno values
` [Qemu-devel] [PATCH 5/8] block/raw-posix: refactor handle_aiocb_write_zeroes a bit
` [Qemu-devel] [PATCH 6/8] block: use fallocate(FALLOC_FL_PUNCH_HOLE) & fallocate(0) to write zeroes

[PATCH 0/2] Add the PMP support for APM X-Gene SoC AHCI SATA Host Controller driver
 2015-01-05 11:46 UTC 

[PATCH] mm/page_alloc.c: drop dead destroy_compound_page()
 2015-01-05 11:46 UTC 

"btrfs_reserve_extent: Assertion `ret` failed." during btrfsck --init-csum-tree
 2015-01-05 11:38 UTC  (2+ messages)

[PATCH V2] tty: 8250: Add 64byte UART support for FSL platforms
 2015-01-05 15:44 UTC 

[PATCH net-next] rhashtable: involve rhashtable_lookup_insert routine
 2015-01-05 11:44 UTC  (4+ messages)

[PATCH next] net: netfilter: nfnetlink_cthelper: Remove 'const' and '&' to avoid warnings
 2015-01-05 11:44 UTC  (2+ messages)

[meta-selinux][PATCH 3/3] pkggrp-core-selinux: coreutils addition
 2015-01-05 11:43 UTC  (2+ messages)

[meta-selinux][PATCH 2/3] selinux-init: update for systemd
 2015-01-05 11:43 UTC  (2+ messages)

[PATCH nf 1/3] netfilter: nfnetlink: validate nfnetlink header from batch
 2015-01-05 11:43 UTC  (5+ messages)
` [PATCH nf 2/3] netfilter: nfnetlink: relax strict multicast group from netlink_bind

[meta-selinux][PATCH 1/3] V2 refpolicy:20140311 update for systemd
 2015-01-05 11:42 UTC  (2+ messages)

Endless (logging of) transid failure in btrfsck after chunk-recover with btrfs-progs 3.18 on Linux 3.17.7
 2015-01-05 11:34 UTC 

[PATCH] iommu: Fix build of allmod/allyes config on ARMv8 architecture
 2015-01-05 11:40 UTC  (10+ messages)

[PATCH v19 00/11] ARM: kprobes: OPTPROBES and other improvements
 2015-01-05 11:34 UTC  (24+ messages)
` [PATCH v19 01/11] ARM: probes: move all probe code to dedicate directory
` [PATCH v19 02/11] ARM: kprobes: remove unused ARM decoder actions
` [PATCH v19 03/11] ARM: kprobes: introduces checker
` [PATCH v19 04/11] ARM: kprobes: collects stack consumption for store instructions
` [PATCH v19 05/11] ARM: kprobes: disallow probing stack consuming instructions
` [PATCH v19 06/11] ARM: kprobes: Add test cases for "
` [PATCH v19 07/11] kprobes: Pass the original kprobe for preparing optimized kprobe
` [PATCH v19 08/11] ARM: kprobes: enable OPTPROBES for ARM 32
` [PATCH v19 09/11] ARM: kprobes: Fix unreliable MRS instruction tests
` [PATCH v19 10/11] ARM: kprobes: check register usage for probed instruction
` [PATCH v19 11/11] ARM: optprobes: execute instruction during restoring if possible

[PATCH] arch: m68k: mvme147: config.c: Remove unused function
 2015-01-05 11:39 UTC  (3+ messages)

[PATCH] microblaze: Add target architecture
 2015-01-05 11:33 UTC 

[PATCH] nftables: nft_flush_table: handle chain dependencies
 2015-01-05 11:39 UTC  (3+ messages)
` [PATCH v2] "

[PATCH net] net/mlx4_en: Doorbell is byteswapped in Little Endian archs
 2015-01-05  9:46 UTC  (2+ messages)

How do I change the "Architecture" of a package?
 2015-01-05 11:37 UTC  (11+ messages)
        ` Bug: PR server changes the PKGV variable too

Extend BTRFS_IOC_DEVICES_READY for degraded RAID
 2015-01-05 11:31 UTC  (2+ messages)

[Buildroot] [PATCH] support/download: further silence the git helper
 2015-01-05 11:35 UTC  (2+ messages)

[PATCH] selftests/exec: allow shell return code of 126
 2015-01-05 11:35 UTC  (4+ messages)

[PATCH 0/6] ARM: introduce debug_ll_pl011.h
 2015-01-05 11:34 UTC  (2+ messages)

[PATCH net-next v2] rhashtable: involve rhashtable_lookup_insert routine
 2015-01-05 11:33 UTC 

[PATCH 0/3] kbuild: drop redundant code
 2015-01-05 11:31 UTC  (2+ messages)

[PATCH] netfilter: nfnetlink: remove redundant variable nskb
 2015-01-05 11:34 UTC  (2+ messages)

[PATCH v2 0/3] Early 8250 fixlets
 2015-01-05 11:30 UTC  (8+ messages)
` [PATCH v2 1/3] serial: 8250_early: optimize early 8250 uart
` [PATCH v2 2/3] serial: 8250_early: prepare for dynamic BASE_BAUD
` [PATCH v2 3/3] ARC: runtime determine BASE_BAUD per machine

[PATCH] microblaze: Add missing PVR version codes
 2015-01-05 11:30 UTC  (2+ messages)

[PATCH v2 00/11] iio: add support for hardware buffers
 2015-01-05 11:29 UTC  (4+ messages)
` [PATCH v2 04/11] iio: add support for hardware fifo

[PATCH 0/3] Recipe upgrades
 2015-01-05 11:27 UTC  (4+ messages)
` [PATCH 1/3] libevdev: upgrade to 1.3
` [PATCH 2/3] openssh: upgrade to 6.7p1
` [PATCH 3/3] dropbear: upgrade to 2014.66

[nft-sync PATCH 1/3] build: rename configure.in to configure.ac
 2015-01-05 11:30 UTC  (6+ messages)
` [nft-sync PATCH 2/3] mnl: sync source code with nft
` [nft-sync PATCH 3/3] client: parse ruleset before printing

[meta-fsl-arm-extra][PATCH] linux-wandboard: Configure the hardware performance counters
 2015-01-05 11:26 UTC  (4+ messages)
` [meta-fsl-arm-extra][PATCH] linux-wandboard: Configure the ARM core to use "

r8169 crash also in 3.16.7
 2015-01-05 11:20 UTC 

[PATCH] ASoC: ts3a227e: Check and report jack status at probe
 2015-01-05 11:26 UTC  (2+ messages)

[PATCH v4 0/8] stable UEFI virtual mappings for kexec
 2015-01-05 11:24 UTC  (7+ messages)
` [PATCH v4 4/8] efi: efistub: allow allocation alignment larger than EFI_PAGE_SIZE

[Cocci] Remove unnecessary null pointer checks?
 2015-01-05 11:22 UTC  (12+ messages)
            ` [Cocci] [PATCH with Coccinelle?] Deletion of unnecessary checks before specific function calls
              ` [PATCH 0/8] fs/9p: Deletion of some unnecessary checks
                ` [PATCH 1/8] fs/9p: Deletion of unnecessary checks before the function call "p9_client_clunk"

[Qemu-devel] [PATCH RESEND 0/2] PoC: Block replication for continuous checkpointing
 2015-01-05 10:44 UTC  (3+ messages)

[PATCH] btrfs: get the accurate value of used_bytes in btrfs_get_block_group_info()
 2015-01-05 11:19 UTC  (2+ messages)

[PATCH] simplefb: Fix build failure on Sparc
 2015-01-05 11:21 UTC  (7+ messages)

[PATCH v2] crypto: AEAD: add check for presence of auth tag
 2015-01-05 11:21 UTC 

[PATCH] [v3] power/fsl: add MDIO dt binding for FMan
 2015-01-05 11:21 UTC  (3+ messages)

[PATCH xen-4.6] xen: Remove CONFIG_X86_SUPERVISOR_MODE_KERNEL as x86_32 builds are unsupported
 2015-01-05 11:21 UTC  (2+ messages)

[ebtables-compat PATCH] ebtables-compat: fix printing of extension
 2015-01-05 11:22 UTC  (2+ messages)

[PATCH 0/9] versatilepb, console, graphichs serie
 2015-01-05 11:18 UTC  (4+ messages)
` [PATCH 1/9] kfifo: allow to pass a null point on kfifo_free
  ` [PATCH 6/9] console: factorize kfifo input support

[PATCH 0/9] ARM Versatile multi-platform support
 2015-01-05 11:19 UTC  (6+ messages)

[PATCH 0/4] ARM: at91: remove !DT support for at91sam9260/9g20 and at91sam9263
 2015-01-05 11:16 UTC  (8+ messages)
` [PATCH 1/4] ARM: at91: remove at91sam9263 legacy board support

SSD1306 OLED driver
 2015-01-05 11:15 UTC  (2+ messages)

Ceph-client branch for Ubuntu 14.04.1 LTS (3.13.0-x kernels)
 2015-01-05 11:15 UTC  (2+ messages)

[GIT PULL] at91: fixes for 3.19 #1 (bis)
 2015-01-05 11:14 UTC  (2+ messages)

[PATCH v7 0/2] crypto: AF_ALG: add AEAD and RNG support
 2015-01-05 11:14 UTC  (5+ messages)
` [PATCH v7 1/2] crypto: AF_ALG: add AEAD support

[RFC/PATCHSET 00/30] perf tools: New build framework
 2015-01-05 11:13 UTC  (4+ messages)
` [PATCH 01/30] perf tools: Add new build framework support

[Buildroot] [PATCH v4 00/17] ejabberd: XMPP server
 2015-01-05 11:13 UTC  (6+ messages)
` [Buildroot] [PATCH v4 03/17] package/pkg-rebar: new infrastructure

[DEBUGGING Xen 4.4.1/Qxl/Debian unstable] QXL drivers don't want to install
 2015-01-05 11:12 UTC  (17+ messages)
                                ` [DEBUGGING Xen/Qxl/Debian Sid] qemu crash on xenbus pv driver install

[PATCH 00/28] remove .owner for most platform_drivers: the missing bits
 2015-01-05 11:08 UTC  (5+ messages)
` [PATCH 09/28] iommu: drop owner assignment from platform_drivers

[PATCH] brcm80211: brcmsmac: dma: Remove some unused functions
 2015-01-05 11:06 UTC  (5+ messages)

[PATCH v5 00/18] Introduce ACPI for ARM64 based on ACPI 5.1
 2015-01-05 11:05 UTC  (7+ messages)
` [PATCH v5 18/18] Documentation: ACPI for ARM64

[Buildroot] [PATCH] svgtiny: update source url
 2015-01-05 11:05 UTC  (4+ messages)

[PATCH nf 3/3] netfilter: nf_tables: fix flush ruleset chain dependencies
 2015-01-05 11:07 UTC 

[PATCH for kernel 3.19] Avoid that scsi_device_put() triggers a kernel warning
 2015-01-05 11:03 UTC 

[PATCH v3] cfg80211: check for carrier state only when offchanel CAC supported
 2015-01-05 16:33 UTC 

[Qemu-devel] [PATCH 0/6] relicense QEMU softfloat from 2b to to 2a
 2015-01-05 11:03 UTC  (4+ messages)

3.18.1 + latest bcache-dev
 2015-01-05 11:06 UTC  (6+ messages)

[Buildroot] [PATCH v3] svgtiny: update source url
 2015-01-05 11:02 UTC 

[PATCH 00/10] Recipe upgrades
 2015-01-05 11:00 UTC  (11+ messages)
` [PATCH 01/10] iotop: update to 0.6
` [PATCH 02/10] lzip: update to 1.16
` [PATCH 03/10] ddrescue: update to 1.19
` [PATCH 04/10] lcdproc: update to 0.5.6
` [PATCH 05/10] libmodplug: update to 0.8.8.5
` [PATCH 06/10] protobuf: update to 2.5.0
` [PATCH 07/10] mariadb: update to 5.5.41
` [PATCH 08/10] rfkill: update to 0.5
` [PATCH 09/10] picocom: update to 1.7
` [PATCH 10/10] libssh: update to just after 0.6.4

[PATCH net-next 0/5] RDMA/cxgb4/cxgb4vf/csiostor: Cleanup register defines
 2015-01-05 11:00 UTC  (6+ messages)
` [PATCH net-next 1/5] RDMA/cxgb4/cxgb4vf/csiostor: Cleanup SGE "
` [PATCH net-next 2/5] cxgb4/cxgb4vf/csiostor: Cleanup SGE and PCI related "
  ` [PATCH net-next 3/5] cxgb4/cxg4vf/csiostor: Cleanup MC, MA and CIM "
  ` [PATCH net-next 4/5] cxgb4/csiostor: Cleanup TP, MPS and TCAM "
` [PATCH net-next 5/5] cxgb4/cxgb4vf/csiostor: Cleanup PL, XGMAC, SF and MC "

[PATCH] crypto: AEAD: add check for presence of auth tag
 2015-01-05 11:00 UTC  (4+ messages)

[PATCH] cfg80211: check for carrier state only when offchanel CAC supported
 2015-01-05 10:58 UTC  (3+ messages)

[PATCH 1/2] iommu/vt-d: Fix dmar_domain leak in iommu_attach_device
 2015-01-05 10:59 UTC  (4+ messages)

[PATCH 0/10] Replace _PAGE_NUMA with PAGE_NONE protections v5
 2015-01-05 10:54 UTC  (2+ messages)
` [PATCH 02/10] mm: Add p[te|md] protnone helpers for use by NUMA balancing


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.