All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-04-24 09:31:16 to 2016-04-24 13:55:03 UTC [more...]

[PATCH] MAINTAINERS: update my email address
 2016-04-24 13:54 UTC 

[Bug 95103] [radeonsi] Blue-ish textures in many OpenGL games
 2016-04-24 13:54 UTC  (7+ messages)

[PATCH v3 0/2] iio: pressure: bmp280: add support for BMP180 and oversampling rate control
 2016-04-24 13:52 UTC  (3+ messages)
` [PATCH v3 1/2] iio: pressure: bmp280: add support for BMP180
` [PATCH v3 2/2] iio: pressure: bmp280: add ability to control oversampling rate

[PATCH] drm/i915: Cache DisplayPort link signal levels
 2016-04-24 13:51 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

Kernel OOPS in f2fs-stable on ARM
 2016-04-24 13:51 UTC  (2+ messages)

[Buildroot] [PATCH] mono: disable for sparc/sparc64
 2016-04-24 13:51 UTC 

[PATCH net v2 0/3] gre: fix lwtunnel support
 2016-04-24 13:45 UTC  (5+ messages)
` [PATCH net v2 1/3] gre: do not assign header_ops in collect metadata mode
` [PATCH net v2 2/3] gre: build header correctly for collect metadata tunnels
` [PATCH net v2 3/3] gre: allow creation of gretap interfaces in metadata mode

[xen-4.3-testing test] 92537: trouble: blocked/broken/fail/pass
 2016-04-24 13:44 UTC 

[nightly] RT Core TISDK (krogoth/2.1) 2016.04 build 2016-04-24_07-00-32
 2016-04-24 13:40 UTC 

[PATCH 80/83] run-command: make dup_devnull() non static
 2016-04-24 13:39 UTC  (4+ messages)
` [PATCH 81/83] apply: roll back index in case of error
` [PATCH 82/83] environment: add set_index_file()
` [PATCH 83/83] builtin/am: use apply api in run_apply()

[PATCH 79/83] apply: make some parsing functions static again
 2016-04-24 13:39 UTC 

[PATCH 00/83] libify apply and use lib in am
 2016-04-24 13:34 UTC  (78+ messages)
` [PATCH 01/83] builtin/apply: make gitdiff_verify_name() return void
` [PATCH 02/83] builtin/apply: avoid parameter shadowing 'p_value' global
` [PATCH 03/83] builtin/apply: avoid parameter shadowing 'linenr' global
` [PATCH 04/83] builtin/apply: avoid local variable shadowing 'len' parameter
` [PATCH 05/83] builtin/apply: extract line_by_line_fuzzy_match() from match_fragment()
` [PATCH 06/83] builtin/apply: move 'options' variable into cmd_apply()
` [PATCH 07/83] builtin/apply: introduce 'struct apply_state' to start libifying
` [PATCH 08/83] builtin/apply: move 'unidiff_zero' global into 'struct apply_state'
` [PATCH 09/83] builtin/apply: move 'check' "
` [PATCH 10/83] builtin/apply: move 'check_index' "
` [PATCH 11/83] builtin/apply: move 'apply_in_reverse' "
` [PATCH 12/83] builtin/apply: move 'apply_with_reject' "
` [PATCH 13/83] builtin/apply: move 'apply_verbosely' "
` [PATCH 14/83] builtin/apply: move 'update_index' "
` [PATCH 15/83] builtin/apply: move 'allow_overlap' "
` [PATCH 16/83] builtin/apply: move 'cached' "
` [PATCH 17/83] builtin/apply: move 'diffstat' "
` [PATCH 18/83] builtin/apply: move 'numstat' "
` [PATCH 19/83] builtin/apply: move 'summary' "
` [PATCH 20/83] builtin/apply: move 'threeway' "
` [PATCH 21/83] builtin/apply: move 'no-add' "
` [PATCH 22/83] builtin/apply: move 'unsafe_paths' "
` [PATCH 23/83] builtin/apply: move 'line_termination' "
` [PATCH 24/83] builtin/apply: move 'fake_ancestor' "
` [PATCH 25/83] builtin/apply: move 'p_context' "
` [PATCH 26/83] builtin/apply: move 'apply' "
` [PATCH 27/83] builtin/apply: move 'read_stdin' global into cmd_apply()
` [PATCH 28/83] builtin/apply: move 'patch_input_file' global into 'struct apply_state'
` [PATCH 29/83] builtin/apply: move 'limit_by_name' "
` [PATCH 30/83] builtin/apply: move 'has_include' "
` [PATCH 31/83] builtin/apply: move 'p_value' "
` [PATCH 32/83] builtin/apply: move 'p_value_known' "
` [PATCH 33/83] builtin/apply: move 'root' "
` [PATCH 34/83] builtin/apply: move 'whitespace_error' "
` [PATCH 35/83] builtin/apply: move 'whitespace_option' "
` [PATCH 36/83] builtin/apply: remove whitespace_option arg from set_default_whitespace_mode()
` [PATCH 37/83] builtin/apply: move 'squelch_whitespace_errors' into 'struct apply_state'
` [PATCH 38/83] builtin/apply: move 'applied_after_fixing_ws' "
` [PATCH 39/83] builtin/apply: move 'ws_error_action' "
` [PATCH 40/83] builtin/apply: move 'ws_ignore_action' "
` [PATCH 41/83] builtin/apply: move 'max_change' and 'max_len' "
` [PATCH 42/83] builtin/apply: move 'linenr' global "
` [PATCH 43/83] builtin/apply: move 'fn_table' "
` [PATCH 44/83] builtin/apply: move 'symlink_changes' "
` [PATCH 45/83] builtin/apply: move 'state' init into init_apply_state()
` [PATCH 46/83] builtin/apply: move 'state' check into check_apply_state()
` [PATCH 47/83] builtin/apply: move applying patches into apply_all_patches()
` [PATCH 48/83] builtin/apply: rename 'prefix_' parameter to 'prefix'
` [PATCH 49/83] builtin/apply: move 'lock_file' global into 'struct apply_state'
` [PATCH 50/83] builtin/apply: get rid of the 'newfd' global
` [PATCH 51/83] builtin/apply: make apply_patch() return -1 instead of die()ing
` [PATCH 52/83] builtin/apply: read_patch_file() "
` [PATCH 53/83] builtin/apply: make find_header() "
` [PATCH 54/83] builtin/apply: make parse_chunk() return a negative integer on error
` [PATCH 55/83] builtin/apply: make parse_single_patch() return -1 "
` [PATCH 56/83] apply: move 'struct apply_state' to apply.h
` [PATCH 57/83] builtin/apply: libify parse_whitespace_option()
` [PATCH 58/83] builtin/apply: libify parse_ignorewhitespace_option()
` [PATCH 59/83] builtin/apply: move init_apply_state() to apply.c
` [PATCH 60/83] apply: libify init_apply_state()
` [PATCH 61/83] builtin/apply: libify check_apply_state()
` [PATCH 62/83] builtin/apply: move check_apply_state() to apply.c
` [PATCH 63/83] builtin/apply: make apply_all_patches() return -1 on error
` [PATCH 64/83] builtin/apply: make parse_traditional_patch() "
` [PATCH 65/83] builtin/apply: make gitdiff_verify_name() "
` [PATCH 66/83] builtin/apply: change die_on_unsafe_path() to check_unsafe_path()
` [PATCH 67/83] builtin/apply: make build_fake_ancestor() return -1 on error
` [PATCH 68/83] builtin/apply: make remove_file() "
` [PATCH 69/83] builtin/apply: make add_conflicted_stages_file() "
` [PATCH 70/83] builtin/apply: make add_index_file() "
` [PATCH 71/83] builtin/apply: make create_file() "
` [PATCH 72/83] builtin/apply: make write_out_one_result() "
` [PATCH 73/83] builtin/apply: make write_out_results() "
` [PATCH 74/83] builtin/apply: make try_create_file() "
` [PATCH 75/83] builtin/apply: make create_one_file() "
` [PATCH 76/83] builtin/apply: rename option parsing functions
` [PATCH 77/83] apply: rename and move opt constants to apply.h

[PATCH] lib: Always NUL terminate ucs2_as_utf8
 2016-04-24 13:36 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[RFC][PATCH v6 0/2] printk: Make printk() completely async
 2016-04-24 13:35 UTC  (5+ messages)

[PATCH] openprom: fix uninitialized warnings
 2016-04-24 13:34 UTC 

[PATCH] usb: Remove unnecessary space before function pointer arguments
 2016-04-24  6:30 UTC 

[RFC PATCH] avail idx update optimizations
 2016-04-24 13:23 UTC  (4+ messages)

[PATCH] mm: enable RLIMIT_DATA by default with workaround for valgrind
 2016-04-24 13:22 UTC  (3+ messages)

[Bug 95095] New: NV46 (G72) Full screen artifacts in Freespace 2 SW OT mod
 2016-04-24 13:16 UTC  (2+ messages)
  ` [Bug 95095] "

[GIT PULL] l10n updates for maint branch (2.8.2)
 2016-04-24 13:12 UTC 

0 bot for Git
 2016-04-24 13:05 UTC  (11+ messages)

[PATCH v1 00/23] ata: sata_dwc_460ex: make it working again
 2016-04-24 13:05 UTC  (5+ messages)

Ublox Toby Modem
 2016-04-24 13:03 UTC  (2+ messages)

[RFC][PATCH v2 0/4] U-Boot verified boot basic support
 2016-04-24 12:56 UTC  (5+ messages)
` [RFC][PATCH v2 1/4] u-boot: basic support of dtb append for verified boot

[PATCH 0/7] ALSA: firewire: apply deleyed registration to all drivers
 2016-04-24 12:50 UTC  (3+ messages)
` [PATCH 8/8] ALSA: firewire-tascam: deleyed registration of sound card

[PATCH] unicore32: mm: Add missing parameter to arch_vma_access_permitted
 2016-04-24 12:44 UTC  (3+ messages)

parallel lookups on NFS
 2016-04-24 12:46 UTC  (2+ messages)

[PATCH v2 01/21] drm/i915/fbdev: Call intel_unpin_fb_obj() on release
 2016-04-24 12:40 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for series starting with [v2,01/21] "

[Qemu-devel] [Bug 1574246] [NEW] Drunken keyboard in go32v2 programs
 2016-04-24 12:25 UTC 

[U-Boot] Problem: loading U-Boot from NAND while running SPL from SRAM
 2016-04-24 12:33 UTC 

[xen-unstable baseline-only test] 44362: tolerable FAIL
 2016-04-24 12:32 UTC 

restore is failing
 2016-04-24 12:24 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/kodi: bump version to 16.1-Jarvis
 2016-04-24 12:23 UTC 

[Bug 95015] [drm:.r600_ring_test [radeon]] *ERROR* radeon: ring 0 test failed (scratch(0x8504)=0xCAFEDEAD)
 2016-04-24 12:06 UTC  (2+ messages)

Recent changes (master)
 2016-04-24 12:00 UTC 

[PATCH] drm/amdgpu: Constify some tables
 2016-04-24 11:55 UTC 

[added to the 3.18 stable tree] HID: usbhid: fix inconsistent reset/resume/reset-resume behavior
 2016-04-24 11:53 UTC  (4+ messages)
` [added to the 3.18 stable tree] tcp_cubic: better follow cubic curve after idle period

[PATCH v1 0/2] git-p4: fix Git LFS pointer parsing
 2016-04-24 11:50 UTC  (2+ messages)
` [PATCH] t9824: fix broken &&-chain in a subshell

[RFC PATCH 0/3] Introduce support for creating IIO devices via configfs
 2016-04-24 11:36 UTC  (6+ messages)
` [RFC PATCH 2/3] iio: dummy: Convert IIO dummy to configfs
` [RFC PATCH 3/3] Documentation: iio: Add IIO software devices docs

[PATCH v2 0/6] /dev/random - a new approach
 2016-04-24 11:30 UTC  (8+ messages)
` [PATCH v2 1/6] crypto: DRBG - externalize DRBG functions for LRNG
` [PATCH v2 2/6] random: conditionally compile code depending on LRNG
` [PATCH v2 3/6] crypto: Linux Random Number Generator
` [PATCH v2 4/6] crypto: LRNG - enable compile
` [PATCH v2 5/6] crypto: LRNG - hook LRNG into interrupt handler
` [PATCH v2 6/6] hyperv IRQ handler: trigger LRNG

[Bug 94530] AMD R9 Nano reset problem
 2016-04-24 11:27 UTC  (2+ messages)

[PATCH] checkpatch.pl: add support for checking patch from git repository
 2016-04-24 11:22 UTC  (2+ messages)

[PATCH 1/2] drm/amd/powerplay: Mark functions of ppevvmath.h static
 2016-04-24 11:22 UTC  (2+ messages)
` [PATCH 2/2] drm/amd/powerplay: Delete unused functions in ppevvmath.h

[PATCH] drm/amd/powerplay: Delete dead struct declaration
 2016-04-24 11:21 UTC 

[PATCH 0/5] iio: inv_mpu6050: Cleanup chip types and add mpu9150
 2016-04-24 11:16 UTC  (9+ messages)
` [PATCH 1/5] iio: inv_mpu6050: Cleanup hw_info mapping
` [PATCH 2/5] iio: inv_mpu6050: Remove inv_mpu6050_hw.num_reg
` [PATCH 3/5] iio: inv_mpu6050: Check WHO_AM_I register on probe
` [PATCH 5/5] iio: inv_mpu6050: Add explicit support for MPU9150

[Buildroot] [PATCH 1/2] package/kodi: not available using a musl-based toolchain
 2016-04-24 11:14 UTC  (5+ messages)

[RFC PATCH v1 0/9] iio:st_sensors: fixes and lps22hb pressure sensor
 2016-04-24 11:02 UTC  (8+ messages)
` [RFC PATCH v1 4/9] iio:st_sensors: align on storagebits boundaries
` [RFC PATCH v1 6/9] iio:st_pressure: temperature triggered buffering
` [RFC PATCH v1 9/9] iio:st_sensors: fix power regulator usage

[PATCH] mfd: intel_soc_pmic_core: Terminate panel control GPIO lookup table correctly
 2016-04-24 10:53 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH 0/3] iscsi: Add statistics support for iscsi host
 2016-04-24 10:49 UTC  (4+ messages)
` [PATCH 1/3] scsi_transport_iscsi: Add stats "

[OpenWrt-Devel] How to initialize multiple phy radios
 2016-04-24 10:48 UTC 

[xen-unstable-coverity test] 92560: all pass - PUSHED
 2016-04-24 10:47 UTC 

[PATCH 00/23] a few sdhci/imx clean up and fix patches
 2016-04-24 10:47 UTC  (13+ messages)
` [PATCH 07/23] mmc: sdhci: check SDHCI_QUIRK2_NO_1_8_V when do voltage switch
` [PATCH 08/23] mmc: sdhci: rename quirk SDHCI_QUIRK_MULTIBLOCK_READ_ACMD12
` [PATCH 10/23] mmc: core: disable auto retune during card detection process

[Bug 95102] "Mountain" pink screen after zooming out on RC410M [Mobility Radeon Xpress 200M]
 2016-04-24 10:45 UTC  (3+ messages)

[PATCH v12 0/2] staging/android: Sync ABI rework
 2016-04-24 10:42 UTC  (5+ messages)
` [PATCH v12 1/2] kernel.h: add u64_to_user_ptr()

[PATCH 1/3] drm/i915: Macros to convert PM time interval values to microseconds
 2016-04-24 10:37 UTC  (3+ messages)
` ✗ Fi.CI.BAT: warning for series starting with [1/3] "

[Bug 95101] Wrong colors in Coffin Dodgers demo with HD6950
 2016-04-24 10:30 UTC  (2+ messages)

[PATCH 1/2] drm/i915/guc: add enable_guc_loading parameter
 2016-04-24 10:23 UTC  (2+ messages)
` ✗ Fi.CI.BAT: warning for series starting with [1/2] "

[U-Boot] [PATCH 00/60] ARM: tegra: cleanup part 1
 2016-04-24 10:20 UTC  (9+ messages)
` [U-Boot] [PATCH 01/60] ARM: tegra: remove unused definitions in headers
` [U-Boot] [PATCH 02/60] mmc: tegra: move pad init into MMC driver
` [U-Boot] [PATCH 05/60] pwm: tegra: move header file to driver directory
` [U-Boot] [PATCH 13/60] ARM: tegra: sort some board file include directives

[PATCH 0/8] drm: Add fbdev deferred io support to helpers
 2016-04-24 10:16 UTC  (10+ messages)
` [PATCH 2/8] drm/udl: Change drm_fb_helper_sys_*() calls to sys_*()

По поводу изготовления шкафа-купе, По поводу изготовления шкафа-купе
 2016-04-19 16:29 UTC 

[PATCH 00/14] Add/update DRM entries in the MAINTAINERS file
 2016-04-24 10:14 UTC  (10+ messages)
` [PATCH 04/14] MAINTAINERS: Update the files list for the GMA500 DRM driver
` [PATCH 12/14] MAINTAINERS: Add maintainer entry for the VMWGFX "
` [PATCH 14/14] MAINTAINERS: Add a bunch of legacy (UMS) DRM drivers

[PATCH] ARM: dts: omap3-n900: Specify peripherals LDO regulators initial mode
 2016-04-24 10:08 UTC  (4+ messages)
` [PATCH v1] "

[PATCH v2 00/16] Pre-calculate SKL-style atomic watermarks
 2016-04-24 10:01 UTC  (5+ messages)
` [PATCH v2 13/16] drm/i915/gen9: Propagate watermark calculation failures up the call chain

[PATCH net 0/3] ipgre: fix lwtunnel support
 2016-04-24  9:54 UTC  (14+ messages)
` [PATCH net 1/3] gre: do not assign header_ops in collect metadata mode
` [PATCH net 3/3] gre: receive also TEB packets for lwtunnels

[libvirt test] 92533: regressions - FAIL
 2016-04-24  9:50 UTC 

[PATCH] selinux: Build policy on systems not supporting DCCP protocol
 2016-04-24  9:34 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.