All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-04-24 13:07:35 to 2016-04-24 16:41:02 UTC [more...]

[B.A.T.M.A.N.] some of you at Wireless_Community_Weekend_2016 ?
 2016-04-24 16:41 UTC 

[PATCH] Staging: wlan-ng: memory allocated inside mkimage() is not freed if subsequent calls fails
 2016-04-24 16:40 UTC 

[PATCH] systemd: Create missing sysusers offline
 2016-04-24 16:39 UTC 

[PATCH] x86: Calculate MHz using APERF/MPERF for cpuinfo and scaling_cur_freq
 2016-04-24 16:38 UTC  (2+ messages)

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

xtables-addons build failed with linux 4.5 header
 2016-04-24 16:38 UTC  (3+ messages)
` [PATCH] netfilter: resolve compilation error in userspace when using ip_tables.h

[PATCH v2] Enhance kvmconfig
 2016-04-24 16:30 UTC  (2+ messages)

[PATCH 00/83] libify apply and use lib in am
 2016-04-24 16:27 UTC  (80+ 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 0/8] Replay Protected Memory Block (RPMB) subsystem
 2016-04-24 16:27 UTC  (4+ messages)
` [PATCH 2/8] char: rpmb: add sysfs-class ABI documentation

[kernel-hardening] [PATCH v4 0/4] SROP Mitigation: Sigreturn Cookies
 2016-04-24 16:27 UTC  (7+ messages)
` [kernel-hardening] [PATCH v4 4/4] Documentation: SROP Mitigation: Add documentation for SROP cookies
  `  "
    ` [kernel-hardening] "
` [kernel-hardening] Re: [PATCH v4 0/4] SROP Mitigation: Sigreturn Cookies
  `  "

[Bug 95101] Wrong colors in Coffin Dodgers demo with HD6950
 2016-04-24 16:26 UTC  (3+ messages)

[Bug 95106] Stacking messy screen on Game update: AppID 115110 "Stacking", ProcID 3831, IP 0.0.0.0:0 ERROR: ld.so: object '/home/kacper/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored
 2016-04-24 16:22 UTC  (2+ messages)

[Buildroot] [PATCH 0/3 v2] xorg: fix installation paths (branch yem/xorg)
 2016-04-24 16:16 UTC  (3+ messages)

sound: deadlock involving snd_hrtimer_callback
 2016-04-24 16:16 UTC  (7+ messages)

[PATCH net-next] ravb: Remove rx buffer ALIGN
 2016-04-24 16:16 UTC 

[PATCH 0/3] regulator: twl: Fix regulator mode support
 2016-04-24 16:11 UTC  (5+ messages)
` [PATCH 1/3] regulator: twl: Make sure we have access to powerbus before trying to write to it
` [PATCH 3/3] regulator: twl: Regulator mode should not depend on regulator enabled state

[PATCH] md/raid0: remove empty line printk from dump_zones
 2016-04-24 16:11 UTC 

[Buildroot] [PATCH] [RFC] U-Boot: don't check hashes for U-Boot external patches
 2016-04-24 16:11 UTC  (8+ messages)

[PATCH] sh_eth: get rid of the 2nd parameter to sh_eth_dev_init()
 2016-04-24 16:11 UTC 

[PATCH v2 0/4] PCI: Add support for suspending (including runtime) of PCIe ports
 2016-04-24 16:13 UTC  (9+ messages)
` [PATCH v2 4/4] PCI: Add runtime PM support for "

[Bug 95105] Puddle liquid not visible on RC410M [Mobility Radeon Xpress 200M]
 2016-04-24 16:09 UTC 

[PATCH v3 0/2] iio: pressure: bmp280: add support for BMP180 and oversampling rate control
 2016-04-24 16:09 UTC  (4+ 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] checkpatch.pl: add support for checking patch from git repository
 2016-04-24 16:07 UTC  (4+ messages)

[PATCH] usb: serial: ti_usb_3410_5052: add MOXA UPORT 11x0 support
 2016-04-24 15:59 UTC  (2+ messages)

[Buildroot] [PATCH v5 0/5] Support building a 2nd Barebox config
 2016-04-24 15:58 UTC  (9+ messages)
` [Buildroot] [PATCH v5 1/5] barebox: support multi-image-build image selection
` [Buildroot] [PATCH v5 2/5] barebox: introduce barebox-package function
` [Buildroot] [PATCH v5 3/5] barebox: extract package name argument
` [Buildroot] [PATCH v5 4/5] barebox: support 2nd config build

[PATCH 1/2] extcon: arizona: Add device bindings for the micd configurations
 2016-04-24 15:49 UTC  (3+ messages)

[Buildroot] [git commit] barebox: extract package name argument
 2016-04-24 15:47 UTC 

[Buildroot] [git commit] barebox: introduce barebox-package function
 2016-04-24 15:45 UTC 

[PATCH v2] uapi glibc compat: fix compile errors when glibc net/if.h included before linux/if.h
 2016-04-24 15:45 UTC 

[Buildroot] [git commit] barebox: support multi-image-build image selection
 2016-04-24 15:36 UTC 

[Buildroot] [PATCH 1/1] package/jsoncpp: add hash
 2016-04-24 15:25 UTC 

我的相册在
 2016-04-24 15:14 UTC 

[Buildroot] [PATCH 1/1] package/kodi: bump version to 16.1-Jarvis
 2016-04-24 15:23 UTC  (2+ messages)

[Buildroot] [git commit] package/kodi: bump version to 16.1-Jarvis
 2016-04-24 15:23 UTC 

[Buildroot] [PATCH] package/mono: Disabling for sparc32
 2016-04-24 15:23 UTC  (2+ messages)

[Buildroot] [PATCH] package/mono: bump to version 4.2.3.4
 2016-04-24 15:21 UTC  (2+ messages)

[Buildroot] [git commit] package/mono: bump to version 4.2.3.4
 2016-04-24 15:21 UTC 

[PATCH v1 00/23] ata: sata_dwc_460ex: make it working again
 2016-04-24 15:21 UTC  (4+ messages)

[PATCH net-next] sctp: sctp_diag should fill RMEM_ALLOC with asoc->rmem_alloc when rcvbuf_policy is set
 2016-04-24 15:21 UTC  (2+ messages)
` [PATCH net-next] sctp: sctp_diag should fill RMEM_ALLOC with asoc->rmem_alloc when rcvbuf_policy is

[Buildroot] [PATCH 1/1] package/jsoncpp: bump version to 1.7.2
 2016-04-24 15:21 UTC  (2+ messages)

[RFC][PATCH 0/6] /dev/random - a new approach
 2016-04-24 15:21 UTC  (2+ messages)

[Buildroot] [PATCH] mono: disable for sparc/sparc64
 2016-04-24 15:21 UTC  (2+ messages)

[Buildroot] [git commit] package/jsoncpp: bump version to 1.7.2
 2016-04-24 15:20 UTC 

[RFC 0/4] Runtime pm for thunderbolt.ko
 2016-04-24 15:23 UTC  (4+ messages)
` [RFC 4/4] thunderbolt: Support runtime pm

[Buildroot] [git commit] mono: disable for sparc/sparc64
 2016-04-24 15:20 UTC 

[PATCH nf-next 0/3] netfilter: conntrack: prepare for hashtable merge, take 1
 2016-04-24 15:16 UTC  (4+ messages)
` [PATCH nf-next 2/3] netfilter: conntrack: use get_random_once for nat and expectations

[Buildroot] [PATCH v5] package/radlib: new package
 2016-04-24 15:15 UTC  (7+ messages)

[PATCH 0/6] Various rcar-vin and adv* fixes
 2016-04-24 14:57 UTC  (3+ messages)
` [PATCH 1/6] adv7180: fix broken standards handling

[PATCH 1/3] git reset --hard gives clean working tree
 2016-04-24 15:11 UTC  (11+ messages)
` [PATCH v6b 01/10] t0027: Make commit_chk_wrnNNO() reliable
` [PATCH v6b 02/10] convert: allow core.autocrlf=input and core.eol=crlf
` [PATCH v6b 03/10] t0027: test cases for combined attributes
` [PATCH v6b 04/10] convert.c: ident + core.autocrlf didn't work
` [PATCH v6b 05/10] read-cache: factor out get_sha1_from_index() helper
` [PATCH v6b 06/10] convert.c: stream and early out
` [PATCH v6b 07/10] convert: unify the "auto" handling of CRLF
` [PATCH v6b 08/10] convert.c: more safer crlf handling with text attribute
` [PATCH v6b 09/10] t6038; use crlf on all platforms
` [PATCH v6b 10/10] ce_compare_data() did not respect conversion

[PATCH v19 00/12] Support for creating/using Stolen memory backed objects
 2016-04-24 14:58 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for Support for creating/using Stolen memory backed objects (rev13)

WARNING: CPU: 1 PID: 1 at kernel/events/core.c:7825 perf_pmu_register+0x385/0x390
 2016-04-24 14:54 UTC  (2+ messages)

[Buildroot] [PATCH 0/2] Add support for Rust programming language
 2016-04-24 14:39 UTC  (3+ messages)
` [Buildroot] [PATCH 1/2] python: enable bzip2 in host variant
` [Buildroot] [PATCH 2/2] rust: new package

Customize login prompt text in Yocto
 2016-04-24 14:18 UTC  (3+ messages)

[PATCH v3 0/3] qqz and runlatex improvements
 2016-04-24 14:23 UTC  (5+ messages)
` [PATCH v3 1/3] qqz: Improve accuracy of cross-links

[PATCH] mm,oom: Re-enable OOM killer using timeout
 2016-04-24 14:19 UTC  (6+ messages)

[PATCH 1/3] poppler: update to 0.4.1
 2016-04-24 14:18 UTC  (3+ messages)
` [PATCH 2/3] xfce4-whiskermenu-plugin: update to 1.5.3
` [PATCH 3/3] xfce4-weather-plugin: update to 0.8.7

Further thoughts on uAPI
 2016-04-24 14:15 UTC  (3+ messages)

[PATCH v2 0/6] /dev/random - a new approach
 2016-04-24 14:12 UTC  (4+ messages)
` [PATCH v2 3/6] crypto: Linux Random Number Generator

[RFC][PATCH v6 0/2] printk: Make printk() completely async
 2016-04-24 15:00 UTC  (6+ messages)

[linux-mingo-tip-master test] 92531: regressions - FAIL
 2016-04-24 13:55 UTC 

[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  (3+ messages)

[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)

[PATCH net v2 0/3] gre: fix lwtunnel support
 2016-04-24 13:45 UTC  (3+ messages)
` [PATCH net-next v3 4/4] vxlan: implement GPE, Re: [PATCH] ARM: dts: r8a7791: Don't disable referenced optional clocks, No serial since ARM: dts: r8a7791: Add BRG support for (H)SCIF, [PATCH net v2 1/3] gre: do not assign header_ops in collect metadata mode, [PATCH iproute2 0/2] ip link gre: fix external mode handling, [PATCH 3/7] soc: renesas: Add r8a7790 SYSC PM Domain Binding Definitions
  ` [PATCH net v2 1/3] gre: do not assign header_ops in collect 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] lib: Always NUL terminate ucs2_as_utf8
 2016-04-24 13:36 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[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 


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.