All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-02-16 23:44:34 to 2015-02-17 02:09:34 UTC [more...]

[PATCH 3.2 000/152] 3.2.67-rc1 review
 2015-02-17  1:46 UTC  (40+ messages)
` [PATCH 3.2 151/152] KVM: x86 emulator: reject SYSENTER in compatibility mode on AMD guests
` [PATCH 3.2 105/152] crypto: prefix module autoloading with "crypto-"
` [PATCH 3.2 042/152] ALSA: hda - using uninitialized data
` [PATCH 3.2 027/152] Bluetooth: Enable Atheros 0cf3:311e for firmware upload
` [PATCH 3.2 030/152] Bluetooth: sort the list of IDs in the source code
` [PATCH 3.2 041/152] USB: adutux: NULL dereferences on disconnect
` [PATCH 3.2 033/152] Bluetooth: Ignore isochronous endpoints for Intel USB bootloader
` [PATCH 3.2 062/152] ceph: introduce global empty snap context
` [PATCH 3.2 048/152] drm/vmwgfx: Don't use memory accounting for kernel-side fence objects
` [PATCH 3.2 060/152] isofs: Fix infinite looping over CE entries
` [PATCH 3.2 034/152] Bluetooth: Add support for Acer [13D3:3432]
` [PATCH 3.2 040/152] eCryptfs: Remove buggy and unnecessary write in file name decode routine
` [PATCH 3.2 011/152] KVM: s390: flush CPU on load control
` [PATCH 3.2 050/152] ALSA: usb-audio: Don't resubmit pending URBs at MIDI error recovery
` [PATCH 3.2 036/152] Add a new PID/VID 0227/0930 for AR3012
` [PATCH 3.2 021/152] mfd: tc6393xb: Fail ohci suspend if full state restore is required
` [PATCH 3.2 100/152] usb: gadget: udc: atmel: fix possible IN hang issue
` [PATCH 3.2 099/152] usb: gadget: udc: atmel: change setting for DMA
` [PATCH 3.2 147/152] net/core: Handle csum for CHECKSUM_COMPLETE VXLAN forwarding
` [PATCH 3.2 051/152] KEYS: Fix stale key registration at error path
` [PATCH 3.2 071/152] x86_64, vdso: Fix the vdso address randomization algorithm
` [PATCH 3.2 109/152] ftrace/jprobes/x86: Fix conflict between jprobes and function graph tracing
` [PATCH 3.2 063/152] x86/tls: Don't validate lm in set_thread_area() after all
` [PATCH 3.2 080/152] spi: dw: Fix detecting FIFO depth
` [PATCH 3.2 082/152] virtio: use dev_to_virtio wrapper in virtio
` [PATCH 3.2 086/152] ASoC: wm8960: Fix capture sample rate from 11250 to 11025
` [PATCH 3.2 049/152] hp_accel: Add support for HP ZBook 15
` [PATCH 3.2 066/152] isofs: Fix unchecked printing of ER records
` [PATCH 3.2 052/152] fib_trie: Fix /proc/net/fib_trie when CONFIG_IP_MULTIPLE_TABLES is not defined
` [PATCH 3.2 064/152] ALSA: usb-audio: extend KEF X300A FU 10 tweak to Arcam rPAC
` [PATCH 3.2 096/152] mm: protect set_page_dirty() from ongoing truncation
` [PATCH 3.2 072/152] udf: Check component length before reading it
` [PATCH 3.2 067/152] udf: Verify i_size when loading inode
` [PATCH 3.2 068/152] udf: Verify symlink size before loading it
` [PATCH 3.2 029/152] Bluetooth: btusb: Add IMC Networks (Broadcom based)
` [PATCH 3.2 070/152] udf: Check path length when reading symlink
` [PATCH 3.2 149/152] splice: Apply generic position and size checks to each write
` [PATCH 3.2 053/152] Btrfs: fix fs corruption on transaction abort if device supports discard
` [PATCH 3.2 078/152] Revert "tcp: Apply device TSO segment limit earlier"

[Qemu-devel] [PATCH] qemu-ga-win: Fail loudly on bare 'set-time'
 2015-02-17  1:34 UTC  (2+ messages)

[PATCH 0/4] hw_random: bcm63xx-rng: misc cleanups and reorg
 2015-02-17  2:09 UTC  (5+ messages)
` [PATCH 1/4] hw_random: bcm63xx-rng: drop bcm_{readl,writel} macros
` [PATCH 2/4] hw_random: bcm63xx-rng: move register definitions to driver
` [PATCH 3/4] MIPS: BCM63xx: remove RSET_RNG register definitions
` [PATCH 4/4] hw_random: bcm63xx-rng: use devm_* helpers

[PATCH V3 0/4] Change the way of CONFFILES handling
 2015-02-17  2:08 UTC  (5+ messages)
` [PATCH V3 1/4] packaging: allow globs in CONFFILES
` [PATCH V3 2/4] package_manager.py: use 'purge' instead of 'remove' in case of deb
` [PATCH V3 3/4] update-rc.d: use '-f' option in updatercd_postrm
` [PATCH V3 4/4] useradd.bbclass: avoid do_rootfs error for debian package backend

[PATCH v6 00/19] support multi-pthread per core
 2015-02-17  2:08 UTC  (25+ messages)
` [PATCH v7 "
  ` [PATCH v7 04/19] eal: fix wrong strnlen() return value in 32bit icc
    ` [PATCH v8 00/19] support multi-pthread per core
        ` [PATCH v8 01/19] eal: add cpuset into per EAL thread lcore_config
        ` [PATCH v8 02/19] eal: fix PAGE_SIZE redefine complaint on freebsd
        ` [PATCH v8 03/19] eal: new eal option '--lcores' for cpu assignment
        ` [PATCH v8 04/19] eal: fix wrong strnlen() return value in 32bit icc
        ` [PATCH v8 05/19] eal: add public function parsing socket_id from cpu_id
        ` [PATCH v8 06/19] eal: new TLS definition and API declaration
        ` [PATCH v8 07/19] eal: add eal_common_thread.c for common thread API
        ` [PATCH v8 08/19] eal: standardize init sequence between linux and bsd
        ` [PATCH v8 09/19] eal: add rte_gettid() to acquire unique system tid
        ` [PATCH v8 10/19] eal: apply affinity of EAL thread by assigned cpuset
        ` [PATCH v8 11/19] enic: fix re-define freebsd compile complain
        ` [PATCH v8 12/19] malloc: fix the issue of SOCKET_ID_ANY
        ` [PATCH v8 13/19] log: fix the gap to support non-EAL thread
        ` [PATCH v8 14/19] eal: set _lcore_id and _socket_id to (-1) by default
        ` [PATCH v8 15/19] eal: fix recursive spinlock in non-EAL thraed
        ` [PATCH v8 16/19] mempool: add support to non-EAL thread
        ` [PATCH v8 17/19] ring: "
        ` [PATCH v8 18/19] ring: add sched_yield to avoid spin forever
        ` [PATCH v8 19/19] timer: add support to non-EAL thread

[nightly] Distroless meta-ti/master minimal build 2015-02-16_21-00-57
 2015-02-17  2:04 UTC 

[Qemu-devel] [PATCH 0/5] tile: Can load elf64 tilegx binary successfully for linux-user
 2015-02-17  2:03 UTC  (16+ messages)
` [Qemu-devel] [PATCH 1/5] target-tile: Firstly add to qemu with minimized features

[GIT PULL] arch/nios2 update for 3.20
 2015-02-17  2:00 UTC 

[PATCH V4] tick/hotplug: Handover time related duties before cpu offline
 2015-02-17  1:58 UTC  (3+ messages)

[PATCH 1/2] extcon: arizona: Deobfuscate arizona_extcon_do_magic
 2015-02-17  1:56 UTC  (4+ messages)

[Qemu-devel] [PATCH 0/6 v2] tile: Can load elf64 tilegx binary successfully for linux-user
 2015-02-17  2:05 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/6 v2] target-tilegx: Firstly add to qemu with minimized features

[PATCH] usb: move definition of PCI_VENDOR_ID_SYNOPSYS to linux/pci_ids.h
 2015-02-17  1:57 UTC  (2+ messages)

[PATCH 0/2] ASoC: pcm512x: Add knobs to allow and control overclocking
 2015-02-17  1:53 UTC  (3+ messages)

[Bug 93281] New: Kernel modesetting causes the kernel to lock up during boot on a late 2011 MacBook Pro
 2015-02-17  1:55 UTC  (2+ messages)
` [Bug 93281] "

[Qemu-devel] [PATCH v3] ui/cocoa.m: Machine menu patch for Mac OS X
 2015-02-17  1:55 UTC  (7+ messages)

[PATCH RESEND 0/12] fs: Introduce FALLOC_FL_INSERT_RANGE for fallocate
 2015-02-17  1:49 UTC  (24+ messages)
` [PATCH RESEND 1/12] fs: Add support "
` [PATCH RESEND 2/12] xfs: "
` [PATCH RESEND 3/12] ext4: "
` [PATCH RESEND 4/12] xfsprog: xfsio: update xfs_io manpage for FALLOC_FL_INSERT_RANGE
` [PATCH RESEND 11/12] xfstests: fsx: Add fallocate insert range operation

[PATCH v7 01/14] eal_pci: Add flag to hold kernel driver type
 2015-02-17  1:48 UTC  (24+ messages)
` [PATCH v8 00/14] Port Hotplug Framework
  ` [PATCH v8 01/14] eal_pci: Add flag to hold kernel driver type
  ` [PATCH v8 03/14] eal/pci, ethdev: Remove assumption that port will not be detached
  ` [PATCH v8 04/14] eal/pci: Consolidate pci address comparison APIs
  ` [PATCH v8 05/14] ethdev: Add rte_eth_dev_free to free specified device
  ` [PATCH v8 06/14] eal, ethdev: Add a function and function pointers to close ether device
  ` [PATCH v8 07/14] ethdev: Add functions that will be used by port hotplug functions
  ` [PATCH v8 08/14] eal/linux/pci: Add functions for unmapping igb_uio resources
  ` [PATCH v8 10/14] eal/pci: Cleanup pci driver initialization code
  ` [PATCH v8 11/14] ethdev: Add one dev_type parameter to rte_eth_dev_allocate
  ` [PATCH v8 12/14] eal/pci: Add rte_eal_dev_attach/detach() functions
  ` [PATCH v8 13/14] eal: Enable port hotplug framework in Linux

[PATCH 8/8 v5] ASoC: fsi: Configure DMA slave settings
 2015-02-17  1:48 UTC 

[PATCH 7/8 v5] ASoC: fsi: remove slave_id settings for DMAEngine
 2015-02-17  1:48 UTC 

[PATCH 6/8 v5] spi: sh-msiof: remove slave_id settings for DMAEngine
 2015-02-17  1:47 UTC 

[PATCH 5/8 v5] spi: rspi: remove slave_id settings for DMAEngine
 2015-02-17  1:47 UTC 

[PATCH 4/8 v5] mtd: sh_flctl: remove slave_id settings for DMAEngine
 2015-02-17  1:47 UTC 

[PATCH 3/8 v5] mmc: tmio_mmc: remove slave_id settings for DMAEngine
 2015-02-17  1:47 UTC 

[PATCH 2/8 v5] mmc: sh_mmcif: remove slave_id settings for DMAEngine
 2015-02-17  1:47 UTC 

[PATCH 1/8 v5] dmaengine: shdma: use normal interface for passing slave id
 2015-02-17  1:46 UTC 

[PATCH 0/9 v5] dmaengine: shdma: use normal interface for passing slave id
 2015-02-17  1:46 UTC 

CDS process
 2015-02-17  1:42 UTC  (3+ messages)

[PATCH V6 00/10] USB: f81232: V6 patches
 2015-02-17  1:41 UTC  (4+ messages)
` [PATCH V6 03/10] USB: f81232: implement RX bulk-in ep

sage-2015-02-15_07:44:23-rados-hammer-distro-basic-multi failures
 2015-02-17  1:40 UTC 

xfs_logprint segfault with external log
 2015-02-17  1:38 UTC  (6+ messages)

[U-Boot] [PATCH 1/4] mmc: fsl_esdhc: Add CMD11 support to switch to 1.8V
 2015-02-17  1:38 UTC  (3+ messages)
` [U-Boot] [PATCH 2/4] mmc: fsl_esdhc: Add support to force VSELECT set

[PATCH v2] mtd:spi-nor: Add Altera EPCQ Driver
 2015-02-17  1:33 UTC  (3+ messages)

[PATCH] batman-adv: Remove uses of return value of seq_printf
 2015-02-17  1:31 UTC  (2+ messages)
` [B.A.T.M.A.N.] "

Concurrent access of the object via Rados API
 2015-02-17  1:28 UTC  (2+ messages)

[PATCH net-next] netfilter: Remove uses of return value of seq_printf/puts/putc
 2015-02-17  1:25 UTC 

Multicast GRE changed behaviour
 2015-02-17  1:17 UTC 

[PATCH v2] Adding RTE_KNI_PREEMPT_DEFAULT configuration option
 2015-02-17  1:21 UTC  (2+ messages)

[rumpuserxen test] 34615: regressions - FAIL
 2015-02-17  1:17 UTC 

[KERNEL NEWBIES ACCESS] AnanyaJana
 2015-02-17  1:14 UTC 

[U-Boot] [PATCH v2 8/8] lpc32xx: add support for board work_92105
 2015-02-17  1:08 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[linux-3.16 test] 34602: regressions - FAIL
 2015-02-17  1:05 UTC 

[U-Boot] [PATCH V3 1/3] bcm2835/rpi: add SPDX license tags for some files
 2015-02-17  1:03 UTC  (3+ messages)
` [U-Boot] [PATCH V3 3/3] rpi: add support for Raspberry Pi 2 model B

kernel: BUG: soft lockup - CPU#1 stuck for 22s! [kni_single:1782]
 2015-02-17  1:00 UTC  (3+ messages)

Intel DPDK support for ntop DPI
 2015-02-17  0:58 UTC  (2+ messages)

Multi-threaded 'git clone'
 2015-02-17  0:56 UTC  (7+ messages)

[RFC v2 00/10] Freescale DPAA B/QMan drivers
 2015-02-17  0:50 UTC  (4+ messages)
` [RFC v2 01/10] fsl_bman: Add drivers for the Freescale DPAA BMan

Does node41 support work with reiser4progs version 1.0.9 ?
 2015-02-17  0:49 UTC 

=?UTF-8?Q?Did you see this trading tool??=
 2015-02-17  0:47 UTC 

iMX6 SSI driver: fsl_ssi vs imx-ssi
 2015-02-17  0:47 UTC  (3+ messages)

[meta-cgl][PATCH] heartbeat: fix license issue
 2015-02-17  0:46 UTC  (3+ messages)

[PATCH OSSTEST 00/12] Add nested xen on xen test case
 2015-02-17  0:45 UTC  (8+ messages)
` [PATCH OSSTEST 11/12] Changes on test step of debain hvm guest install

[PATCH] can: dev: fix crtlmode_supported check
 2015-02-17  0:41 UTC  (3+ messages)

[PATCH] drm: Fix the CRTC_STEREO_DOUBLE_ONLY define to include stero modes
 2015-02-17  0:41 UTC  (2+ messages)

[GIT PULL] please pull file-locking related changes for v3.20
 2015-02-17  0:35 UTC  (8+ messages)

[Qemu-devel] [PATCH v4 00/18] spapr: vfio: Enable Dynamic DMA windows (DDW)
 2015-02-17  0:34 UTC  (4+ messages)
` [Qemu-devel] [PATCH v4 15/18] spapr_pci_vfio: Enable multiple groups per container

[U-Boot] [PATCH] am43xx_evm: Add netboot and related to environment
 2015-02-17  0:29 UTC  (4+ messages)

[RFC v1 0/8] xen: kconfig changes
 2015-02-17  0:25 UTC  (4+ messages)

[Bridge] What is the difference between using a virtual bridge and a an ethernet interface used a bdrige
 2015-02-17  0:20 UTC 

getting a list of naked interface names from iproute2
 2015-02-17  0:07 UTC 

[PATCH v3] modify the IO_TLB_SEGSIZE and IO_TLB_DEFAULT_SIZE configurable as flexible requirement about SW-IOMMU
 2015-02-17  0:12 UTC  (4+ messages)

[merged] jffs2-bugfix-of-summary-length.patch removed from -mm tree
 2015-02-17  0:11 UTC 

[PATCH Resend] ARM64:ftrace: fix ftrace_modify_graph_caller for branch replace
 2015-02-17  0:12 UTC  (2+ messages)

[PATCH 0/3 v3][RFC] dmaengine: rcar-audmapp: calculate chcr via src/dst addr
 2015-02-17  0:10 UTC  (2+ messages)

[git pull] drm pull for 3.20-rc1
 2015-02-17  0:07 UTC  (3+ messages)

Altera TSE (altera_tse) net_rx_action WARNING - polling bug in altera_tse_main.c?
 2015-02-17  0:02 UTC  (2+ messages)
` Altera TSE (altera_tse): fix NAPI polling (was: net_rx_action WARNING)

[PATCH RFC v02 00/45] Compile test and fixes for exported header files
 2015-02-17  0:02 UTC  (8+ messages)
` [PATCH 15/45] dm-log-userspace.h: include stdint.h in userspace
` [PATCH 43/45] include/uapi/linux/netfilter_bridge.h: include if.h

[PATCH net-next 0/3] Small fix for TCP PMTU
 2015-02-16 23:59 UTC  (5+ messages)
` [PATCH net-next 2/3] ipv4: Use binary search to choose tcp PMTU probe_size

[RFC/PATCH RESEND -next 00/21] Address sanitizer for kernel (kasan) - dynamic memory error detector
 2015-02-16 23:55 UTC  (8+ messages)
` [PATCH v11 00/19] Kernel address sanitizer - runtime memory debugger
  ` [PATCH v11 19/19] kasan: enable instrumentation of global variables

[PATCH] module: do not print allocation-fail warning on bogus user buffer size
 2015-02-16 23:55 UTC  (2+ messages)

+ dax-does-not-work-correctly-with-virtual-aliasing-caches.patch added to -mm tree
 2015-02-16 23:50 UTC 

[Qemu-devel] [PATCH RFC v3 00/27] COarse-grain LOck-stepping(COLO) Virtual Machines for Non-stop Service
 2015-02-16 23:50 UTC  (5+ messages)
` [Qemu-devel] [PATCH RFC v3 14/27] COLO failover: Introduce a new command to trigger a failover
` [Qemu-devel] [PATCH RFC v3 17/27] COLO: Add new command parameter 'colo_nicname' 'colo_script' for net

[folded-merged] ocfs2-implement-ocfs2_direct_io_write-fix.patch removed from -mm tree
 2015-02-16 23:48 UTC 

[folded-merged] ocfs2-add-functions-to-add-and-remove-inode-in-orphan-dir-fix.patch removed from -mm tree
 2015-02-16 23:48 UTC 

re-add POLICY
 2015-02-16 23:49 UTC  (8+ messages)
      ` desktop disk's error recovery timouts (was: re-add POLICY)
        ` desktop disk's error recovery timouts
          ` What are mdadm maintainers to do? (was: desktop disk's error recovery timeouts)

[RFD] : Allowing xfs_fsr to defragment portions of a file
 2015-02-16 23:48 UTC  (2+ messages)

Only stereo sound with gtx570 over hdmi (regression)
 2015-02-16 23:47 UTC  (2+ messages)

[RFC PATCH 0/1] [media] pci: Add support for DVB PCIe cards from Prospero Technologies Ltd
 2015-02-16 23:47 UTC  (3+ messages)

[folded-merged] ext4-add-dax-functionality-fix.patch removed from -mm tree
 2015-02-16 23:45 UTC 

[folded-merged] dax-add-dax_zero_page_range-fix.patch removed from -mm tree
 2015-02-16 23:45 UTC 

[folded-merged] daxext2-replace-the-xip-page-fault-handler-with-the-dax-page-fault-handler-fix-3.patch removed from -mm tree
 2015-02-16 23:44 UTC 

[folded-merged] daxext2-replace-the-xip-page-fault-handler-with-the-dax-page-fault-handler-fix-2.patch removed from -mm tree
 2015-02-16 23:44 UTC 

[folded-merged] daxext2-replace-the-xip-page-fault-handler-with-the-dax-page-fault-handler-fix.patch removed from -mm tree
 2015-02-16 23:44 UTC 

[folded-merged] mm-allow-page-fault-handlers-to-perform-the-cow-fix-fix.patch removed from -mm tree
 2015-02-16 23:43 UTC 


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.