All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-05-06 20:24:10 to 2015-05-06 22:10:19 UTC [more...]

[Buildroot] [PATCH] uclibc-ng: enable context functions
 2015-05-06 22:10 UTC  (3+ messages)

[PATCH v2 00/10] evacuate struct page from the block layer, introduce __pfn_t
 2015-05-06 22:10 UTC  (6+ messages)

[PATCH v6 00/18] xfs: sparse inode chunks
 2015-05-06 22:09 UTC  (3+ messages)

[PATCH 0/3] toshiba_haps: Some misc changes plus sysfs entries documentation
 2015-05-06 22:08 UTC  (4+ messages)

[Qemu-devel] [PATCH target-arm v6 00/14] Next Generation Xilinx Zynq SoC
 2015-05-06 22:08 UTC  (3+ messages)
  ` [Qemu-devel] [PATCH target-arm v6 04/14] arm: xlnx-zynqmp: Add GIC

[V2] mkfs: default to CRC enabled filesystems
 2015-05-06 22:07 UTC  (5+ messages)
  ` [PATCH] mkfs: inode/block size error messages confusing

Illegal op ff e8 2c in newer dosemu
 2015-05-06 22:05 UTC  (6+ messages)

[PATCH 0/2] Add ctags and cscope
 2015-05-06 21:38 UTC  (3+ messages)
` [PATCH 1/2] ctags: add
` [PATCH 2/2] cscope: add

kernel >= 4.0: crashes when using traceroute6 with isatap
 2015-05-06 22:04 UTC  (4+ messages)

[PATCH RFC 00/15] decouple pagefault_disable() from preempt_disable()
 2015-05-06 22:01 UTC  (4+ messages)

Detecting that a battery is inside a dock?
 2015-05-06 22:26 UTC  (3+ messages)

[Buildroot] [autobuild.buildroot.net] Build results for 2015-05-05
 2015-05-06 22:01 UTC  (6+ messages)
` [Buildroot] Analysis of build failures

[PATCH] iio: hid-sensors: Fix memory leak on failure path in hid_prox_probe()
 2015-05-06 22:00 UTC  (2+ messages)

[PATCH v2 1/3] power: validate wakeup source before activating it
 2015-05-06 22:00 UTC  (2+ messages)

[PATCH RFC] vfs: add a O_NOMTIME flag
 2015-05-06 22:00 UTC  (2+ messages)

[U-Boot] [PATCH v3 18/26] test: dm: eth: Handle failed test env cleanup
 2015-05-06 22:00 UTC  (3+ messages)
` [U-Boot] [WORKING PATCH 1/2] sandbox: Use defconfig to enable features

SGI Version 1 XFS on Linux
 2015-05-06 21:58 UTC  (5+ messages)

[PATCH 0/3] Dell Airplane Mode Switch driver
 2015-05-06 21:57 UTC  (6+ messages)
` [PATCH v2 "

[V2 PATCH 0/5] Introduce ACPI _CCA support and device_dma_is_coherent API
 2015-05-06 22:21 UTC  (4+ messages)
` [V2 PATCH 1/5] ACPI / scan: Parse _CCA and setup device coherency

Kernel Dump scanning directory
 2015-05-06 21:56 UTC 

[Buildroot] [PATCH 1/1] dieharder: new package
 2015-05-06 21:55 UTC  (2+ messages)

[Qemu-devel] Help with deadlock when using sound
 2015-05-06 21:53 UTC  (9+ messages)

[Buildroot] Proposal to remove patches from patchwork, or find adopters
 2015-05-06 21:53 UTC 

[rumpuserxen test] 53466: regressions - FAIL
 2015-05-06 21:53 UTC 

[PATCH net-next] switchdev: add support for fdb add/del/dump via switchdev_port_obj ops
 2015-05-06 21:54 UTC 

[Buildroot] [PATCH] package/efl/expedite: x-includes and x-libraries must be set for cross-compiling
 2015-05-06 21:50 UTC 

[Buildroot] [git commit] dstat: propagate python !static dependency
 2015-05-06 21:48 UTC 

[Buildroot] [git commit] ola: depend on python for bindings instead of selecting it
 2015-05-06 21:48 UTC 

[Qemu-devel] [PATCH v2] linux-user: Allocate thunk size dynamically
 2015-05-06 21:47 UTC 

fstrim and subvolumes
 2015-05-06 21:46 UTC  (2+ messages)

drm/exynos: Add atomic modesetting support
 2015-05-06 21:45 UTC  (2+ messages)

[U-Boot] [PATCH v2] dm: sf: Update default name of spi flash in structure udevice
 2015-05-06 21:44 UTC  (3+ messages)

[U-Boot] [PATCH v2 0/80] dm: Add USB support
 2015-05-06 21:44 UTC  (3+ messages)
` [U-Boot] [PATCH v2 79/80] dm: usb: exynos: Drop legacy USB code

[U-Boot] [PATCH 1/2] test: Add a simple time test
 2015-05-06 21:44 UTC  (5+ messages)
` [U-Boot] [PATCH 2/2] sandbox: Enable time unit test command

[U-Boot] [PATCH v2] sandbox: Don't try distro_bootcmd by default
 2015-05-06 21:44 UTC  (3+ messages)

[U-Boot] [PATCH 00/16] usb core fixes + ohci fixes + ohci dm support
 2015-05-06 21:44 UTC  (32+ messages)
` [U-Boot] [PATCH 01/16] usb: Fix maxpacketsize for first descriptor read for low-speed usb devs
` [U-Boot] [PATCH 03/16] usb: ohci: Remove unused devgone global variable
` [U-Boot] [PATCH 04/16] usb: ohci: Pass around a pointer to ohci_t rather then accessing global vars
` [U-Boot] [PATCH 05/16] usb: ohci: Move the ohci_dev struct to inside the main ohci struct
` [U-Boot] [PATCH 06/16] usb: ohci: Move the td array struct to inside the ohci_dev struct
` [U-Boot] [PATCH 07/16] usb: ohci: Remove unnecessary phcca variable
` [U-Boot] [PATCH 08/16] usb: ohci: Move static func and var declarations from ohci.h to ohci-hcd.c
` [U-Boot] [PATCH 10/16] usb: ohci: Add proper cache flushing / invalidating for non cache coherent cpus
` [U-Boot] [PATCH 11/16] usb: ohci: Don't log an error on interrupt packet timeout
` [U-Boot] [PATCH 09/16] usb: ohci: Fix ctrl in messages with a data-len of 0

Odroid-xu3 support
 2015-05-06 21:43 UTC  (8+ messages)
  ` [oe] "

[Bug 89203] Mesa 10.4.3 and up causes stuttering and frame drops in a particular game
 2015-05-06 21:43 UTC 

[RFC][PATCH v2] ktime: Fix ktime_divns to do signed division
 2015-05-06 21:43 UTC  (3+ messages)

[PATCH 0/9] KVM: MTRR fixes and some cleanups
 2015-05-06 21:42 UTC  (5+ messages)
` [PATCH 8/9] KVM: MMU: fix MTRR update
` [PATCH 1/9] KVM: MMU: fix decoding cache type from MTRR

Need some guidance on i2c-ocores driver
 2015-05-06 21:41 UTC  (9+ messages)
            ` Why isn't IRQ shared for i2c-ocore

[PATCH v2 0/7] staging: fsl-mc: New functionality to the MC bus driver
 2015-05-06 21:28 UTC  (8+ messages)
` [PATCH v2 1/7] staging: fsl-mc: MC bus IRQ support
` [PATCH v2 2/7] staging: fsl_-mc: add device binding path 'driver_override'
` [PATCH v2 3/7] staging: fsl-mc: Propagate driver_override for a child DPRC's children
` [PATCH v2 4/7] staging: fsl-mc: Upgraded MC bus driver to match MC fw 7.0.0
` [PATCH v2 5/7] staging: fsl-mc: Allow the MC bus driver to run without GIC support
` [PATCH v2 6/7] staging: fsl-mc: Add locking to serialize mc_send_command() calls
` [PATCH v2 7/7] staging: fsl-mc: Use DPMCP IRQ and completion var to wait for MC

GitHub sandbox for the DPDK community
 2015-05-06 21:37 UTC  (3+ messages)

[PATCH 0/3] bnx2x: poll mode driver
 2015-05-06 21:37 UTC  (4+ messages)
  ` [PATCH 1/3] pci: allow access to PCI config space
  ` [PATCH 2/3] bnx2x: new poll mode driver
  ` [PATCH 3/3] bnx2x: enable BNX2X "

[Bug 90351] New: [Regression, bisected] Backlight of internal eDP display doesn't turn off any more (Dell XPS 17/GeForce GT 555M)
 2015-05-06 21:36 UTC 

[PATCH] staging: fbtft: force cast to non-__iomem pointer
 2015-05-06 21:34 UTC  (3+ messages)

[PATCH v2 net-next 0/2] tcp: more reliable window probes
 2015-05-06 21:26 UTC  (3+ messages)
` [PATCH v2 net-next 1/2] tcp: adjust window probe timers to safer values
` [PATCH v2 net-next 2/2] tcp: add TCPWinProbe and TCPKeepAlive SNMP counters

[Bug 86566] New: [NV96] nouveau_pmops_suspend returns -16
 2015-05-06 21:33 UTC  (2+ messages)
  ` [Bug 86566] "

[PATCH 0/5] linux-yocto: consolidated pull request
 2015-05-06 21:32 UTC  (12+ messages)

[PATCH v3 00/10] mtd: nand: add Broadcom NAND controller support
 2015-05-06 21:31 UTC  (17+ messages)
` [PATCH v3 03/10] mtd: nand: add NAND driver for Broadcom STB NAND controller
` [PATCH v3 06/10] mtd: brcmstb_nand: add SoC-specific support

[meta-handheld][PATCH] ipaq-boot-params: fix warning about S not existing
 2015-05-06 21:31 UTC 

[Qemu-devel] [Bug 1449687] [NEW] block migration of qcow2 VMs copies all empty space
 2015-05-06 21:18 UTC  (2+ messages)
` [Qemu-devel] [Bug 1449687] "

Linux kernel 3.18.13 released
 2015-05-06 21:25 UTC 

Linux kernel 4.0.2 released
 2015-05-06 21:25 UTC 

[Patch net] net_sched: fix a use-after-free in tc_ctl_tfilter()
 2015-05-06 21:24 UTC  (2+ messages)

[PATCH] tools lib traceevent: install libtraceevent.a into libdir
 2015-05-06 21:23 UTC  (4+ messages)
` [PATCH v2] "

pull-request: can-next 2015-05-06
 2015-05-06 21:21 UTC 

[PATCH] Fixed translation error in config.c file
 2015-05-06 20:51 UTC 

[fragmentation ICMP 0/2] fragmentation ICMP
 2015-05-06 21:12 UTC  (4+ messages)
` [net-next fragmenation icmp 1/2] ipv4_fragment: Add a bit in IPCB to control ICMP generation

[PATCH net-next] mpls: Move reserved label definitions
 2015-05-06 21:07 UTC  (2+ messages)

[PATCH V4 net-next 1/1] hv_netvsc: Use the xmit_more skb flag to optimize signaling the host
 2015-05-06 22:29 UTC 

Linux kernel 3.14.41 released
 2015-05-06 21:09 UTC 

[PATCH] staging: comedi: drivers: das16m1.c: checkpatch error fix
 2015-05-06 21:08 UTC 

Preferred userspace IPC mechanism for new drivers?
 2015-05-06 21:07 UTC 

[PATCH net-next 0/7] packet: refine rollover
 2015-05-06 21:05 UTC  (4+ messages)
` [PATCH net-next 4/7] packet: rollover lock contention avoidance

[review-request][PATCH] bitbake: toastergui: show relative paths in configvars view
 2015-05-06 21:03 UTC  (3+ messages)
` [review-request][PATCH v3] "
` [review-request][PATCH v4] "

[PATCH v6 00/10] PCI: Fix unhandled interrupt on shutdown
 2015-05-06 21:03 UTC  (3+ messages)

[Buildroot] [PATCH] toolchain-external: fix staging install for CodeSourcery AArch64 toolchain
 2015-05-06 21:02 UTC  (4+ messages)

[Buildroot] [Bug 8086] New: Cannot select systemd as init with Linaro 2014.09 toolchain selected
 2015-05-06 21:02 UTC  (2+ messages)
` [Buildroot] [Bug 8086] "

[GIT PULL] Second round of MCPM refactoring
 2015-05-06 21:01 UTC 

Error while enabling multiple channel for same session
 2015-05-06 20:59 UTC 

[PATCH 0/3] git help: group common commands by theme
 2015-05-06 20:58 UTC  (10+ messages)
` [PATCH 1/3] command-list.txt: "
` [PATCH 3/3] git help: "

[PATCH] UBI: block: Add missing cache flushes
 2015-05-06 20:57 UTC  (2+ messages)

[PATCH v2 i-g-t 1/4] igt_kms: Avoid NULL ptr deref when commiting disabled planes
 2015-05-06 20:56 UTC  (4+ messages)
` [PATCH i-g-t 2/4] igt_kms: Merge condition in igt_plane_set_fb

[net-next PATCH 0/6] Add skb_free_frag to replace put_page(virt_to_head_page(ptr))
 2015-05-06 20:55 UTC  (9+ messages)
` [net-next PATCH 1/6] net: Add skb_free_frag to replace use of put_page in freeing skb->head

[RESEND PATCH] NFC: trf7970a: Handle extra byte in response to Type 5 RMB commands
 2015-05-06 20:55 UTC 

[Buildroot] [PATCH v2] giflib: remove from the description the reference to libungif
 2015-05-06 20:51 UTC  (2+ messages)

[Bug 90350] New: [G96] Portal's portal are incorrectly rendered
 2015-05-06 20:51 UTC  (2+ messages)
  ` [Bug 90350] "

[U-Boot] [PATCH] imx: ventana: fix boot to SD
 2015-05-06 20:50 UTC  (2+ messages)

[Buildroot] [git commit] giflib: remove from the description the reference to libungif
 2015-05-06 20:50 UTC 

[PATCH BlueZ 1/2] core/gatt: Add btd_gatt_client_foreach_service
 2015-05-06 20:50 UTC  (2+ messages)

how to have the kernel do udev's job and autoload the right modules ?
 2015-05-06 20:49 UTC  (15+ messages)

stable release cadence
 2015-05-06 20:48 UTC  (2+ messages)

[PATCH 0/6] ARM: sunxi: Introduce Allwinner H3 support
 2015-05-06 20:47 UTC  (6+ messages)
` [PATCH 5/6] ARM: dts: sunxi: Add Allwinner H3 DTSI

[PATCH 1/2] HID: sjoy: support Super Joy Box 4
 2015-05-06 20:38 UTC  (2+ messages)
` [PATCH 2/2] HID: core: remove phidgets from ignore list

[PATCH] powerpc/dts: Add 1588 timer node for eTSEC
 2015-05-06 20:44 UTC  (3+ messages)

[Buildroot] [PATCH] google-breakpad: disable on AArch64
 2015-05-06 20:43 UTC  (3+ messages)

[LTP] [PATCH 1/3] kernel/syscalls/fallocate: fix array parameter degradation
 2015-05-06 20:42 UTC  (3+ messages)
` [LTP] [PATCH 2/3] kernel/syscalls/fallocate: specify size needs check

[PATCH] x86: Deinline cpuid_eax and friends
 2015-05-06 20:41 UTC  (4+ messages)

[PATCH linux v2 net-next 0/5] add netlink support for new lacp bonding parameters
 2015-05-06 20:41 UTC  (6+ messages)
  ` [PATCH linux v2 net-next 1/4] bonding: Allow userspace to set actors' system_priority in AD system
  ` [PATCH linux v2 net-next 2/4] bonding: Allow userspace to set actors' macaddr in an AD-system
  ` [PATCH linux v2 net-next 3/4] bonding: Implement user key part of port_key in an AD system
  ` [PATCH linux v2 net-next 4/4] bonding: add netlink support for sys prio, actor sys mac, and port key
` [PATCH iproute2 v2 net-next] iplink_bond: add support for ad_actor and port_key options

[PATCH] nfs-utils: Substitute sbindir in systemd unit files
 2015-05-06 20:39 UTC  (3+ messages)

[PATCH v2 0/4] ASoC: Add gtm601 simple codec
 2015-05-06 20:38 UTC  (6+ messages)
` [PATCH v2 1/4] ASoC: Add gtm601 codec driver
` [PATCH v2 2/4] Documentation: devicetree: sound: Add documentation for gtm601 codec
` [PATCH v2 3/4] Documentation: vendor-prefixes: Add option prefix
` [PATCH v2 4/4] ARM: dts: omap3-gta04: Add GSM audio support

[PATCH v18 0/3] sys_membarrier()
 2015-05-06 20:39 UTC  (7+ messages)
` [PATCH v18 for v4.1-rc2 1/3] sys_membarrier(): system-wide memory barrier (generic, x86)

hardening ceph build
 2015-05-06 20:38 UTC  (2+ messages)

[BUG] ThinkPad T520 overheating with P-State driver
 2015-05-06 20:36 UTC 

[PATCH v2] nfs-utils: Run rpcgen using the cpp found by configure
 2015-05-06 20:34 UTC  (3+ messages)

[Openipmi-developer] Shutdown behavior with IPMI enabled
 2015-05-06 20:34 UTC  (4+ messages)

PROBLEM: Touchpad works just like a mouse
 2015-05-06 20:33 UTC  (10+ messages)

simple framebuffer slower by factor of 20, on socfpga (arm) platform
 2015-05-06 20:32 UTC  (13+ messages)

Expanding Data Length
 2015-05-06 20:31 UTC 

[PATCH] branch: -r -d(D) should say "remote-tracking branch"
 2015-05-06 20:29 UTC  (5+ messages)

[PATCH v.4] kernel.bbclass: Fix race condition
 2015-05-06 20:28 UTC  (2+ messages)
` [PATCH v.5] "

[dm-crypt] iv generation from third-party code
 2015-05-06 20:28 UTC 

[PATCH] nfs-utils: Allow users to disable mount option rewriting via norewriteopts mount option
 2015-05-06 20:28 UTC  (3+ 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.