All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-05-05 21:17:56 to 2015-05-05 22:04:43 UTC [more...]

[PATCH V2 0/3] systemd and dbus: split modules into packages
 2015-05-05 22:04 UTC  (6+ messages)
` [PATCH V2 3/3] systemd: "

[PATCH v3 1/1] V4L2: platform: Renesas R-Car JPEG codec driver
 2015-05-05 22:03 UTC  (3+ messages)

[PATCH 0/2] xfs: fix inode count underrun
 2015-05-05 22:01 UTC  (6+ messages)
` [PATCH 1/2] percpu_counter: batch size aware __percpu_counter_compare()
` [PATCH 2/2] xfs: inode counter needs to use __percpu_counter_compare

[PATCH] ASoC: Intel: Enabled button jack for BSW platform with rt5650 codec
 2015-05-05 22:02 UTC  (3+ messages)

[PATCH] xfs: enforce imax_pct when we have per-cpu SB accounting
 2015-05-05 22:02 UTC 

[U-Boot] [PATCH 0/5] dm: usb: Add companion controller support + ehci fixes
 2015-05-05 22:02 UTC  (8+ messages)
` [U-Boot] [PATCH 1/5] dm: usb: Move printing of usb scan status to usb_scan_bus()
` [U-Boot] [PATCH 2/5] dm: usb: Add support for companion controllers
` [U-Boot] [PATCH 3/5] dm: usb: Do not scan companion busses if no devices where handed over

[PATCH] adm8211: fix the possible pci cache line sizes inside switch-case
 2015-05-05 22:01 UTC  (2+ messages)

[PATCH 1/4] e4000: disable sysfs device bind / unbind
 2015-05-05 22:01 UTC  (4+ messages)
` [PATCH 2/4] e4000: remove dummy register write
` [PATCH 3/4] e4000: cosmetic changes for PLL
` [PATCH 4/4] e4000: various small changes

[PATCH V2 0/3] Pistachio USB2.0 PHY
 2015-05-05 22:01 UTC  (5+ messages)
` [PATCH V2 1/3] phy: Add binding document for "

t5570 - not cloned error
 2015-05-05 22:01 UTC  (2+ messages)

[PATCH v3 0/8] Add support for Wolfson WM8998 and WM1814 codecs
 2015-05-05 21:59 UTC  (8+ messages)
` [PATCH v3 7/8] ASoC: wm8998: Initial WM8998 codec driver

[PATCH 01/21] fc2580: implement I2C client bindings
 2015-05-05 21:58 UTC  (21+ messages)
` [PATCH 02/21] rtl28xxu: bind fc2580 using I2C binding
` [PATCH 03/21] af9035: "
` [PATCH 04/21] fc2580: remove obsolete media attach
` [PATCH 05/21] fc2580: improve set params logic
` [PATCH 06/21] fc2580: cleanups and variable renames
` [PATCH 07/21] fc2580: use regmap for register I2C access
` [PATCH 08/21] af9035: fix device order in ID list
` [PATCH 09/21] tua9001: add I2C bindings
` [PATCH 10/21] af9035: bind tua9001 using I2C binding
` [PATCH 11/21] rtl28xxu: "
` [PATCH 12/21] tua9001: remove media attach
` [PATCH 13/21] tua9001: various minor changes
` [PATCH 14/21] tua9001: use regmap for I2C register access
` [PATCH 15/21] tua9001: use div_u64() for frequency calculation
` [PATCH 16/21] rtl2832: add inittab for FC2580 tuner
` [PATCH 17/21] rtl28xxu: set correct FC2580 tuner for RTL2832 demod
` [PATCH 18/21] fc2580: calculate filter control word dynamically
` [PATCH 19/21] fc2580: implement V4L2 subdevice for SDR control
` [PATCH 20/21] rtl2832_sdr: add support for fc2580 tuner
` [PATCH 21/21] rtl28xxu: load SDR module for fc2580 based devices

[PATCH] branch: fix funny-sounding error message
 2015-05-05 21:58 UTC  (4+ messages)

[Qemu-devel] [PATCH 0/4] block: Mirror discarded sectors
 2015-05-05 21:57 UTC  (3+ messages)
` [Qemu-devel] [PATCH 2/4] block: Remove bdrv_reset_dirty

[PATCH 1/4] libata: Allow NCQ TRIM to be enabled or disabled with a module parameter
 2015-05-05 21:57 UTC  (7+ messages)
` [PATCH 2/4] libata: Expose TRIM capability in sysfs

[RFC BlueZ] doc/device-api: Add GattServices
 2015-05-05 21:57 UTC  (2+ messages)

[U-Boot] [PATCH 00/16] usb core fixes + ohci fixes + ohci dm support
 2015-05-05 21:56 UTC  (17+ messages)
` [U-Boot] [PATCH 01/16] usb: Fix maxpacketsize for first descriptor read for low-speed usb devs
` [U-Boot] [PATCH 02/16] usb: Stop reset procedure when a dev is handed over to a companion hcd
` [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 09/16] usb: ohci: Fix ctrl in messages with a data-len of 0
` [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 12/16] usb: ohci: Do not resubmit and leak urbs for interrupt packets
` [U-Boot] [PATCH 13/16] usb: ohci: Remove unnecessary delays from hc_start and power power-on paths
` [U-Boot] [PATCH 14/16] usb: ohci: Skip unnecessary mdelay(1) calls in various places
` [U-Boot] [PATCH 15/16] usb: ohci: Add dm support
` [U-Boot] [PATCH 16/16] sunxi: ohci: Add ohci usb host controller support

[PATCH] Implement rte_memcmp with AVX/SSE instructions
 2015-05-05 21:56 UTC  (9+ messages)
` [PATCH] Implement memcmp using AVX/SSE instructio

[PATCH 0/5] Support for the Sony Motion Controller and other cleanups
 2015-05-05 21:55 UTC  (7+ messages)
` [PATCH 2/5] hid: sony: Add support for the Sony Motion Controller

[Question] How does perf still record the stack of a specified pid even when that process is interrupted and CPU is scheduled to other process
 2015-05-05 21:53 UTC  (5+ messages)

[RFC PATCH 00/22] perf tools: introduce 'perf bpf' command to load eBPF programs
 2015-05-05 21:52 UTC  (2+ messages)

[PATCH v6 0/6] arm64: Add kernel probes (kprobes) support
 2015-05-05 21:02 UTC  (9+ messages)

[PATCH v2] Support for write stream IDs
 2015-05-05 21:48 UTC  (5+ messages)

[Bug 89247] [NVE7] short display freeze on xrandr --query
 2015-05-05 21:48 UTC  (4+ messages)

[PATCH kernel] commit 4fbdf9cb ("lpfc: Fix for lun discovery issue with saturn adapter.")
 2015-05-05 21:46 UTC  (4+ messages)

[U-Boot] [PATCH 1/4] ARM: bcm283x: Repair wdog.h
 2015-05-05 21:46 UTC  (3+ messages)
` [U-Boot] [PATCH 4/4] ARM: bcm283x: Switch to generic timer

[Cocci] [PATCH RFC] Coccinelle: Check for return not matching function signature
 2015-05-05 21:46 UTC  (8+ messages)
    `  "

[Bug 97721] New: signal(7) is unclear on EINTR behavior against disks
 2015-05-05 21:45 UTC  (3+ messages)
  ` [Bug 97721] "

[BUG ?] MIPS: KVM: condition with no effect
 2015-05-05 21:42 UTC  (3+ messages)

[PATCH v6 0/4] scsi: ufs & ums-* & esp_scsi: fix module reference counting
 2015-05-05 21:42 UTC  (2+ messages)

[PATCH v3 0/5] PCI: st: provide support for dw pcie
 2015-05-05 21:42 UTC  (5+ messages)
` [PATCH v3 5/5] MAINTAINERS: Add pci-st.c to ARCH/STI architecture

[PATCH] PM / sleep: Refine diagnostic messages in enter_state()
 2015-05-05 21:42 UTC 

[PATCH 1/4] msi001: revise synthesizer calculation
 2015-05-05 21:42 UTC  (4+ messages)
` [PATCH 2/4] msi001: cleanups / renames
` [PATCH 3/4] msi2500: revise synthesizer calculation
` [PATCH 4/4] msi2500: cleanups

[PATCH v6 00/14] enable Cache Allocation Technology (CAT) for VMs
 2015-05-05 21:41 UTC  (5+ messages)
` [PATCH v6 13/14] tools: add tools support for Intel CAT

[RESEND-PATCH] ARM: dts: Add missing irq pinctrl for max77686 on smdk5250
 2015-05-05 21:40 UTC  (4+ messages)

[PATCH] drm/i915: Possible security hole in command parsing
 2015-05-05 21:39 UTC  (3+ messages)
  `  "

[PATCH] ipc/sem: 64bit union semun definition
 2015-05-05 21:40 UTC  (4+ messages)

[PATCH 1/1] New driver: rtl8723au (mac80211)
 2015-05-05 21:40 UTC  (2+ messages)

[GIT PULL 00/25] perf/core improvements and fixes
 2015-05-05 21:32 UTC  (28+ messages)
` [PATCH 01/25] perf report: Fix placement of itrace option in documentation
` [PATCH 02/25] perf tools: Add AUX area tracing index
` [PATCH 03/25] perf tools: Hit all build ids when AUX area tracing
` [PATCH 04/25] perf tools: Add build option NO_AUXTRACE to exclude "
` [PATCH 05/25] perf auxtrace: Add option to synthesize events for transactions
` [PATCH 06/25] perf tools: Add support for PERF_RECORD_AUX
` [PATCH 07/25] perf tools: Add support for PERF_RECORD_ITRACE_START
` [PATCH 08/25] perf tools: Add AUX area tracing Snapshot Mode
` [PATCH 09/25] perf record: Add AUX area tracing Snapshot Mode support
` [PATCH 10/25] perf probe: Allow to use filter on --del command
` [PATCH 11/25] perf probe: Accept filter argument for --funcs
` [PATCH 12/25] perf probe: Remove redundant cleanup of params.filter
` [PATCH 13/25] perf probe: Cleanup and consolidate command parsers
` [PATCH 14/25] perf kmem: Show warning when trying to run stat without record
` [PATCH 15/25] perf tools: Move TUI-specific fields into unnamed union
` [PATCH 16/25] perf tools: Move init_have_children field to the "
` [PATCH 17/25] perf hists browser: Fix possible memory leak
` [PATCH 18/25] perf hists browser: Save hist_browser_timer pointer in hist_browser
` [PATCH 19/25] perf hists browser: Save pstack in the hist_browser
` [PATCH 20/25] perf hists browser: Save perf_session_env "
` [PATCH 21/25] perf hists browser: Split popup menu actions
` [PATCH 22/25] perf hists browser: Split popup menu actions - part 2
` [PATCH 23/25] perf tools: Introduce pstack_peek()
` [PATCH 24/25] perf hists browser: Simplify zooming code using pstack_peek()
` [PATCH 25/25] perf tools: Move TUI-specific fields out of map_symbol

[U-Boot] [PATCH v4 0/9] dm usb fixes + sunxi dm ehci support
 2015-05-05 21:38 UTC  (6+ messages)
` [U-Boot] [PATCH v4 9/9] sunxi: ehci: Convert to the driver-model

[PATCH] bluez: update to 5.30
 2015-05-05 21:37 UTC 

[U-Boot] [PATCH 1/2] Fix inconsistency of VERIFY defines in cmd_mem
 2015-05-05 21:37 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] Fix broken verify functionality in crc32 command

[PATCH] completion: remove credential helpers from porcelain commands
 2015-05-05 21:36 UTC  (3+ messages)

[Buildroot] [PATCH] cc-tool: fix static build problem with boost regex
 2015-05-05 21:36 UTC 

[RESEND-v2-PATCH] ARM: dts: Add missing irq pinctrl for max77686 on smdk5250
 2015-05-05 21:35 UTC  (3+ messages)

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

how to do ? minimal udev script for my rc.sysinit ?
 2015-05-05 21:34 UTC  (2+ messages)

[PATCH 0/5] V2 lvm2app & python bindings bug fixes
 2015-05-05 21:34 UTC  (6+ messages)
` [PATCH 1/5] lvm2app: Add signed numerical property values
` [PATCH 2/5] python: Build correct python value for numerical property
` [PATCH 3/5] python: Check for NULL value before constructing string property
` [PATCH 4/5] lvm2app: Correct missing string properties
` [PATCH 5/5] Python: Improve lv property test coverage

[PATCH v1 00/16] NFS/RDMA patches proposed for 4.1
 2015-05-05 21:32 UTC  (10+ messages)

[PATCH] hv_netvsc: remove unused variable in netvsc_send()
 2015-05-05 21:31 UTC  (2+ messages)

[PATCH 7/7] lib: add igt_draw
 2015-05-05 21:30 UTC  (9+ messages)

[PATCH] i2c: s3c2410: fix oops in suspend callback for non-dt platforms
 2015-05-05 21:30 UTC  (4+ messages)

+ cma-page_isolation-check-buddy-before-access-it.patch added to -mm tree
 2015-05-05 21:30 UTC 

[PATCH] remove <asm/scatterlist.h>
 2015-05-05 21:29 UTC  (4+ messages)

[PATCH] CMA: page_isolation: check buddy before access it
 2015-05-05 21:29 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] pci/iov: return a reference to PF on destroying VF
 2015-05-05 21:29 UTC  (2+ messages)

+ kernfs-do-not-account-ino_ida-allocations-to-memcg.patch added to -mm tree
 2015-05-05 21:26 UTC 

+ gfp-add-__gfp_noaccount.patch added to -mm tree
 2015-05-05 21:26 UTC 

[PATCH 0/2] MIPS: BMIPS: 7435 support
 2015-05-05 21:25 UTC  (4+ messages)
` [PATCH 1/2] MIPS: BMIPS: add BCM7435 dtsi

[Qemu-devel] [Bug 1450881] Re: qemu-system-sparc MUTEX_HELD assert and libC lock errors
 2015-05-05 21:15 UTC 

"UniCredit International Holdings LLC"
 2015-05-05 21:25 UTC 

[PATCH 0/3] Dell Airplane Mode Switch driver
 2015-05-05 21:24 UTC  (7+ messages)
` [PATCH v2 1/3] platform: x86: dell-rbtn: "
` [PATCH v2 0/3] "

[PATCH v2 0/5] toshiba_acpi: Driver cleanup
 2015-05-05 21:24 UTC  (3+ messages)
` [PATCH v2 3/5] toshiba_acpi: Cleanup blank lines after comment blocks

[GIT PULL] ARM: EXYNOS: Fixes and improvements for v4.2
 2015-05-05 21:23 UTC  (3+ messages)

[PATCH] upload-pack: Optionally allow fetching reachable sha1
 2015-05-05 21:21 UTC  (2+ messages)
` [PATCH v2] "

[3.13.y-ckt stable] Linux 3.13.11-ckt20 stable review
 2015-05-05 20:53 UTC  (15+ messages)
` [PATCH 3.13.y-ckt 06/90] Input: synaptics - change min/max quirk table to pnp-id matching
` [PATCH 3.13.y-ckt 08/90] Input: synaptics - split synaptics_resolution(), query first
` [PATCH 3.13.y-ckt 09/90] Input: synaptics - log queried and quirked dimension values
` [PATCH 3.13.y-ckt 10/90] Input: synaptics - remove obsolete min/max quirk for X240
` [PATCH 3.13.y-ckt 12/90] Input: synaptics - add min/max quirk for Lenovo T440s
` [PATCH 3.13.y-ckt 13/90] Input: synaptics - adjust min/max for Lenovo ThinkPad X1 Carbon 2nd
` [PATCH 3.13.y-ckt 15/90] Input: synaptics - support min/max board id in min_max_pnpid_table
` [PATCH 3.13.y-ckt 16/90] Input: synaptics - skip quirks when post-2013 dimensions
` [PATCH 3.13.y-ckt 17/90] n_tty: Merge .receive_buf() flavors
` [PATCH 3.13.y-ckt 19/90] KVM: x86: Fix lost interrupt on irr_pending race
` [PATCH 3.13.y-ckt 20/90] fs: take i_mutex during prepare_binprm for set[ug]id executables
` [PATCH 3.13.y-ckt 23/90] nbd: fix possible memory leak
` [PATCH 3.13.y-ckt 24/90] mfd: kempld-core: Fix callback return value check
` [PATCH 3.13.y-ckt 25/90] KVM: nVMX: mask unrestricted_guest if disabled on L0

[Buildroot] integrating MariaDB Galera Cluster into BR
 2015-05-05 21:18 UTC  (4+ messages)

[nightly] Core TISDK 2015.05 build 2015-05-05_14-37-55
 2015-05-05 21:18 UTC 

[PATCH] btrfs-progs: check metadata redundancy
 2015-05-05 21:18 UTC  (3+ messages)

[PATCH] ARM: shmobile: koelsch: Fix adv7511 IRQ sensing
 2015-05-05 21:17 UTC  (2+ 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.