All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-02-18 18:40:37 to 2015-02-18 19:33:25 UTC [more...]

[PATCH 0/4] Device Tree Quirks & the Beaglebone
 2015-02-18 19:32 UTC  (8+ messages)
` [PATCH 2/4] of: DT quirks infrastructure

[PATCH 0/3] doc: ACL - add description for new features
 2015-02-18 19:33 UTC  (2+ messages)

[PATCH] x32 ABI support, first iteration
 2015-02-18 19:32 UTC  (3+ messages)

[RFH] GSoC 2015 application
 2015-02-18 19:32 UTC  (2+ messages)

[PATCH V3 0/1] tun: dynamically set speed of tun
 2015-02-18 19:29 UTC  (6+ messages)
` [PATCH 1/1] tun: change speed from 10M to dynamically configured

[Qemu-devel] [ANNOUNCE] SeaBIOS 1.8.0
 2015-02-18 19:28 UTC 

nfs4 state manager loop on recallable state revoked
 2015-02-18 19:28 UTC  (3+ messages)

gitk drawing bug
 2015-02-18 19:27 UTC 

[PATCH] fat/fs: comment fix, fat_bits can be also 32
 2015-02-18 19:27 UTC  (3+ messages)
` [PATCH v2] fs/fat: "

[PATCH 0/2] e820: Fix handling of NvDIMM chips
 2015-02-18 19:27 UTC  (13+ messages)
` [Linux-nvdimm] "

[Xenomai] arm: Late delivery of pending Linux signals?
 2015-02-18 19:27 UTC  (12+ messages)

Possible GSoC project?
 2015-02-18 19:27 UTC 

[PATCH/RFC 0/3] net: unft: Add Userspace hairpin network flow table device
 2015-02-18 19:25 UTC  (4+ messages)
` [PATCH/RFC 1/3] net: flow: export net_flow_{put_rule,get_{field,action}}
` [PATCH/RFC 2/3] net: flow: Introduce flow table hairpin API
` [PATCH/RFC 3/3] net: unft: Add Userspace hairpin network flow table device

[Bug 89198] Setting Refresh Rate on monitor causes flickering/artifacting
 2015-02-18 19:26 UTC 

[PATCH] fs/fat: calculate checksum in a loop instead of directly calculating
 2015-02-18 19:25 UTC  (2+ messages)

[review-request] 6682 - Implement changes needed in the "All Projects" page
 2015-02-18 19:25 UTC  (4+ messages)

[PATCH 0/2] clean up push config callbacks
 2015-02-18 19:25 UTC  (9+ messages)
` [PATCH 2/2] builtin/push.c: make push_default a static variable

[U-Boot] omap_gpmc: Do not default to HAM1 when SW ECC is selected
 2015-02-18 19:25 UTC  (5+ messages)
  ` [U-Boot] [PATCH] omap: gpmc: 'nandecc sw' can use HAM1 or BCH8

[PATCH 2/2] [PATCH] sched: Add smp_rmb() in task rq locking cycles
 2015-02-18 19:23 UTC  (14+ messages)

[PATCH] fs/fat: remove fat12_ent_blocknr and use fat_ent_blocknr instead
 2015-02-18 19:23 UTC  (2+ messages)

Interested in helping open source friends on HP-UX?
 2015-02-18 19:22 UTC  (8+ messages)

ath10k number-of-peers exceeded (hacked 3.17, CT firmware)
 2015-02-18 19:21 UTC  (2+ messages)

[PATCH] Staging: i2o: Convert comment from C99 style to C89 style
 2015-02-18 19:21 UTC 

[PATCH] arc: do not export symbols in troubleshoot.c
 2015-02-18 19:20 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 00/42] ACPI refactoring: replace template patching with C AML API
 2015-02-18 19:14 UTC  (43+ messages)
` [Qemu-devel] [PATCH v4 01/42] acpi: introduce AML composer aml_append()
` [Qemu-devel] [PATCH v4 02/42] acpi: add aml_scope() term
` [Qemu-devel] [PATCH v4 03/42] pc: acpi-build: use aml_scope() for \_SB scope
` [Qemu-devel] [PATCH v4 04/42] acpi: add aml_device() term
` [Qemu-devel] [PATCH v4 05/42] acpi: add aml_method() term
` [Qemu-devel] [PATCH v4 06/42] acpi: add aml_if() term
` [Qemu-devel] [PATCH v4 07/42] acpi: add aml_name() & aml_name_decl() term
` [Qemu-devel] [PATCH v4 08/42] acpi: add aml_int() term
` [Qemu-devel] [PATCH v4 09/42] acpi: add aml_return() term
` [Qemu-devel] [PATCH v4 10/42] acpi: add aml_arg() term
` [Qemu-devel] [PATCH v4 11/42] acpi: add aml_store() term
` [Qemu-devel] [PATCH v4 12/42] acpi: add aml_and() term
` [Qemu-devel] [PATCH v4 13/42] acpi: add aml_notify() term
` [Qemu-devel] [PATCH v4 14/42] acpi: add aml_call1(), aml_call2(), aml_call3(), aml_call4() helpers
` [Qemu-devel] [PATCH v4 15/42] acpi: add aml_package() term
` [Qemu-devel] [PATCH v4 16/42] pc: acpi-build: generate _S[345] packages dynamically
` [Qemu-devel] [PATCH v4 17/42] acpi: add aml_buffer() term
` [Qemu-devel] [PATCH v4 18/42] acpi: add aml_resource_template() helper
` [Qemu-devel] [PATCH v4 19/42] acpi: add aml_io() helper
` [Qemu-devel] [PATCH v4 20/42] acpi: include PkgLength size only when requested
` [Qemu-devel] [PATCH v4 21/42] acpi: add aml_operation_region() term
` [Qemu-devel] [PATCH v4 22/42] acpi: add aml_field() & aml_named_field() terms
` [Qemu-devel] [PATCH v4 23/42] acpi: add aml_local() term
` [Qemu-devel] [PATCH v4 24/42] acpi: add aml_string() term
` [Qemu-devel] [PATCH v4 25/42] pc: acpi-build: generate pvpanic device description dynamically
` [Qemu-devel] [PATCH v4 26/42] acpi: add aml_varpackage() term
` [Qemu-devel] [PATCH v4 27/42] acpi: add aml_equal() term
` [Qemu-devel] [PATCH v4 28/42] acpi: add aml_processor() term
` [Qemu-devel] [PATCH v4 29/42] acpi: add aml_eisaid() term
` [Qemu-devel] [PATCH v4 30/42] pc: acpi-build: drop template patching and CPU hotplug objects dynamically
` [Qemu-devel] [PATCH v4 31/42] pc: acpi-build: create CPU hotplug IO region dynamically
` [Qemu-devel] [PATCH v4 32/42] acpi: add aml_reserved_field() term
` [Qemu-devel] [PATCH v4 33/42] pc: acpi-build: drop template patching and memory hotplug objects dynamically
` [Qemu-devel] [PATCH v4 34/42] pc: acpi-build: create memory hotplug IO region dynamically
` [Qemu-devel] [PATCH v4 35/42] acpi: add aml_word_bus_number(), aml_word_io(), aml_dword_memory(), aml_qword_memory() terms
` [Qemu-devel] [PATCH v4 36/42] pc: pcihp: expose MMIO base and len as properties
` [Qemu-devel] [PATCH v4 37/42] pc: acpi-build: reserve PCIHP MMIO resources
` [Qemu-devel] [PATCH v4 38/42] pc: acpi-build: create PCI0._CRS dynamically
` [Qemu-devel] [PATCH v4 39/42] pc: acpi-build: drop remaining ssdt_misc template
` [Qemu-devel] [PATCH v4 40/42] acpi: add acpi_irq_no_flags() term
` [Qemu-devel] [PATCH v4 41/42] pc: export applesmc IO port/len
` [Qemu-devel] [PATCH v4 42/42] pc: acpi-build: drop template patching and create Device(SMC) dynamically

[PATCH 0/6] ASoC: samsung: Spring sound support
 2015-02-18 19:17 UTC  (8+ messages)
` [PATCH 2/6] ASoC: max98088: Add DT bindings
` [PATCH 3/6] ARM: dts: Add max98089 to exynos5250-spring
` [PATCH 5/6] ASoC: samsung: Extend Snow driver to support max98089

[PATCH V3 0/2] add support for pmic_arb v2 and correct framework
 2015-02-18 19:17 UTC  (4+ messages)
` [PATCH V3 1/2] spmi: remove wakeup command before slave probe

Issues with project user-modified configuration variables
 2015-02-18 19:16 UTC 

Help needed: Enabling HPI causes some eMMC devices to stop working
 2015-02-18 19:15 UTC 

[PATCH v2 0/4] perf: add support for profiling jitted code
 2015-02-18 19:12 UTC  (4+ messages)
` [PATCH v2 4/4] clock: add perf_clock posix clock

[PATCH 1/3] fs/fat: remove unnecessary defintion
 2015-02-18 19:11 UTC  (2+ messages)

3.20-rc0: GUI dies on resume, then systemd gots sigill
 2015-02-18 19:11 UTC  (4+ messages)

[PATCH 00/10] Toaster patchset
 2015-02-18 19:11 UTC  (11+ messages)
` [PATCH 01/10] toaster: bitbake cooker log saving and downloading
` [PATCH 02/10] toaster: properly detect starting in rolling log file
` [PATCH 03/10] toasterui: fix time estimation in project page
` [PATCH 04/10] toasterui: UI query performance improvements
` [PATCH 05/10] toaster: get proper version string
` [PATCH 06/10] toaster: landing page when no build module
` [PATCH 07/10] toaster: layerdetails Don't show None type in description/summary
` [PATCH 08/10] toasterui: style the Toaster version information
` [PATCH 09/10] toasterui: remove layer directory in managed mode
` [PATCH 10/10] toaster: importlayer Remove description input field

[PATCH v2 0/6] Link Bonding mode 6 support (ALB)
 2015-02-18 19:10 UTC  (3+ messages)

[PATCH] dell-laptop: use dedicated sysfs file for ALS
 2015-02-18 19:09 UTC  (4+ messages)

[PATCH 0/4] int to bool conversion
 2015-02-18 19:09 UTC  (7+ messages)
        ` [Devel] "

amba uarts - arm type uarts fifo size provided by device tree
 2015-02-18 19:08 UTC  (7+ messages)
  ` [PATCH 1/2] Documentation: bindings: add optional fifo size property to AMBA UARTs
  ` [PATCH 2/2] drivers/tty: pl011: read fifo size from OF if present

[PATCH] ARM: dts: Revert disabling of smc91x for n900
 2015-02-18 19:04 UTC  (4+ messages)

[Intel-gfx] [KERNEL] Regression bug in drm/i915, Wrong assumption in commit e11aa36 breaks suspend on at least lenovo x61
 2015-02-18 19:03 UTC  (4+ messages)
`  "
  ` [KERNEL] "

[PATCH 0/6] PCI: MMCONFIG clean up
 2015-02-18 19:02 UTC  (8+ messages)
` [PATCH 3/6] x86, acpi, pci: Move PCI config space accessors

[PATCH 01/10] wincred: fix get credential if username has "@"
 2015-02-18 19:03 UTC  (3+ messages)
` [PATCH 02/10] http: add Accept-Language header if possible

unlikely compiler flag propagation
 2015-02-18 19:02 UTC  (7+ messages)

[Xenomai] 16550 serial driver on Beaglebone Black
 2015-02-18 19:02 UTC  (12+ messages)

[review-request] 6483 – “feature unavailable page needed”
 2015-02-18 19:02 UTC  (5+ messages)
` [review-request] 6483 ­ ³feature unavailable page needed²

BUG: 'error: invalid key: pager.show_ref' on 'git show_ref'
 2015-02-18 19:02 UTC  (9+ messages)
      ` [PATCH] config: add show_err flag to git_config_parse_key()
            ` [PATCH v2] add a flag to supress errors in git_config_parse_key()

[PATCH] Staging: i2o: Remove assignment in if condition
 2015-02-18 19:01 UTC 

[PATCH] net: phy: Fix verification of EEE support in phy_init_eee
 2015-02-18 19:01 UTC  (2+ messages)

[review-request] adamian/201502016_download_bugs_72207206
 2015-02-18 19:01 UTC  (3+ messages)

Advice on edits to git-rebase man page
 2015-02-18 18:59 UTC  (4+ messages)

[review-request][PATCH] bitbake: toaster: importlayer Remove description input field
 2015-02-18 19:00 UTC  (2+ messages)

[review-request] v2 bbarrosp/7221
 2015-02-18 18:58 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 0/7] cpu: add device_add foo-x86_64-cpu support
 2015-02-18 18:58 UTC  (10+ messages)
          ` Invalid responses to 8bit encoding and In-Reply-To questions
            ` [PATCH] send-email: ask confirmation if given encoding name is very short
              ` [Qemu-devel] "

[PATCH 0/4] More wic cleanup and features
 2015-02-18 18:56 UTC  (4+ messages)
` [PATCH 2/4] wic: remove useless calls to __write_fstab

SMMU 2-stage support
 2015-02-18 18:56 UTC  (2+ messages)

getting a list of naked interface names from iproute2
 2015-02-18 18:55 UTC  (4+ messages)

12 March - Ceph Day San Francisco
 2015-02-18 18:55 UTC 

[PATCH 0/3] drm/i915: Further Skylake h/w w/a's
 2015-02-18 18:49 UTC  (5+ messages)
` [PATCH 2/3] drm/i915: gen 9 h/w w/a (WaDisablePooledEuLoadBalancingFix)
` [PATCH 3/3] gen 9 h/w w/a (WaClearFlowControlGpgpuContextSave)

[PATCH v4] Staging: i2o: Remove space after the * in a pointer type variable
 2015-02-18 18:52 UTC 

(no subject)
 2015-02-18 18:50 UTC  (7+ messages)
` [PATCH v2 4/4] clk: dt: Introduce always-on clock domain documentation

[PATCH] blk-throttle: check stats_cpu before reading it from sysfs
 2015-02-18 18:50 UTC  (2+ messages)

[PATCH RFC v3 0/7] epoll: Introduce new syscalls, epoll_ctl_batch and epoll_pwait1
 2015-02-18 18:49 UTC  (6+ messages)

Still some race in X509 certificates handling
 2015-02-18 18:49 UTC  (5+ messages)

[review-request] poky-contrib/bbarrosp/debug-info
 2015-02-18 18:48 UTC  (3+ messages)

linux-next: Tree for Feb 18
 2015-02-18 18:46 UTC  (2+ messages)
` linux-next: Tree for Feb 18 (x86)

[review-request][PATCH] bitbake: toaster: layerdetails Don't show None type in description/summary
 2015-02-18 18:45 UTC  (2+ messages)

Yocto Realtime tests on beaglebone black
 2015-02-18 18:43 UTC  (15+ messages)
                        ` [yocto] "

[PATCH] sched,rt,nohz: stop scheduler tick if running realtime task
 2015-02-18 18:43 UTC  (2+ messages)
` [tip:sched/core] sched/rt/nohz: Stop "

[tip:perf/core] perf trace: Support --events foo: bar --no-syscalls
 2015-02-18 18:43 UTC 

[tip:perf/core] perf trace: Allow mixing with other events
 2015-02-18 18:42 UTC 

[PATCH] perf: remove the extra validity check on nr_pages
 2015-02-18 18:41 UTC  (2+ messages)
` [tip:perf/core] perf: Remove "

[tip:perf/core] perf trace: Handle multiple threads better wrt syscalls being intermixed
 2015-02-18 18:42 UTC 

[PATCH 3/8] pm: domains: sync runtime PM status with PM domains
 2015-02-18 18:42 UTC  (2+ messages)

[tip:perf/core] tools lib api: Rename libapikfs.a to libapi.a
 2015-02-18 18:40 UTC 

[tip:perf/core] perf trace: Print thread info when following children
 2015-02-18 18:42 UTC 

[PATCH 7/7] perf list: place the guiding text in its right position
 2015-02-18 18:42 UTC  (2+ messages)
` [tip:perf/core] perf list: Place the header "

[tip:perf/core] tools lib api: Use tools build framework
 2015-02-18 18:40 UTC 

[tip:perf/core] perf build: Display make commands on V=1
 2015-02-18 18:41 UTC 

[PATCH 4/7] perf list: fix a bug of segmentation fault
 2015-02-18 18:41 UTC  (2+ messages)
` [tip:perf/core] perf tools: Fix "

[tip:perf/core] tools lib lockdep: Use tools build framework
 2015-02-18 18:40 UTC 

[tip:perf/core] tools lib traceevent: Use tools build framework
 2015-02-18 18:40 UTC 

[PATCH 1/3] connect.c: Improve parsing of literal IPV6 addresses
 2015-02-18 18:40 UTC  (5+ messages)

android-bluez with usb adapter
 2015-02-18 18:41 UTC  (5+ messages)

[tip:perf/core] perf build: Remove PERF-CFLAGS file
 2015-02-18 18:39 UTC 

[tip:perf/core] perf build: Add build documentation
 2015-02-18 18:39 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.