All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-06-27 17:47:10 to 2016-06-27 18:51:12 UTC [more...]

[PATCH v2 iproute2 0/6] Add support for vrf keyword
 2016-06-27 18:50 UTC  (5+ messages)
` [PATCH iproute2 1/6] ip vrf: Add name_is_vrf
` [PATCH v2 iproute2 2/6] ip link/addr: Add support for vrf keyword
` [PATCH iproute2 3/6] ip neigh: Add support for keyword
` [PATCH iproute2 4/6] ip route: Change type mask to bitmask

[PATCH skeleton 0/9] More skeleton refactoring
 2016-06-27 18:50 UTC  (3+ messages)
` [PATCH skeleton 1/9] Add install-headers target
` [PATCH skeleton 2/9] Add force link option to install target

Faster incremental builds with Ninja
 2016-06-27 18:50 UTC 

[PATCH 0/4] Enable display and touchscreen for Vybrid Tower
 2016-06-27 18:50 UTC  (4+ messages)
` [PATCH 2/4] input: touchscreen: crtouch_ts: Add driver

Bug in 'btrfs filesystem du' ?
 2016-06-27 18:48 UTC  (3+ messages)

kisskb: FAILED linus/axs101_defconfig/arcompact Tue Jun 28, 04:48
 2016-06-27 18:48 UTC 

kisskb: FAILED linus/axs103_smp_defconfig/arcv2 Tue Jun 28, 04:48
 2016-06-27 18:48 UTC 

[PATCH] acpi, nfit: fix acpi_check_dsm() vs zero functions implemented
 2016-06-27 18:47 UTC  (6+ messages)

[Buildroot] [PATCH] Reiserfsprogs
 2016-06-27 18:46 UTC 

(no subject)
 2016-06-27 18:44 UTC  (2+ messages)

[PATCH] drm/i915/dmc: Step away from symbolic links
 2016-06-27 18:45 UTC  (11+ messages)
` [PATCH v2] "

[PATCH v3 0/6] Better ref summary alignment in "git fetch"
 2016-06-27 18:43 UTC  (3+ messages)
` [PATCH v4 0/5] "

[PATCH] dax: fix offset overflow in dax_io
 2016-06-27 18:43 UTC  (4+ messages)

[PATCH] [media] rcar-csi2: add Renesas R-Car MIPI CSI-2 driver
 2016-06-27 18:42 UTC  (2+ messages)

[meta-mono][PATCH] mono-4.xx: Remove --disable-static from EXTRA_OECONF
 2016-06-27 18:41 UTC  (2+ messages)

Elaboration of "Question about sharing spinlock_t among VMs in Xen"
 2016-06-27 18:40 UTC  (5+ messages)

[ndctl PATCH] ndctl: delete duplicate -v on "ndctl destroy-namespace --help" page
 2016-06-27 18:37 UTC 

[ndctl PATCH] ndctl: update readme for vmalloc() based nfit_test
 2016-06-27 18:37 UTC 

[Buildroot] [PATCH 1/1] mesa3d: don't remove OpenGL pc when installing Gallium
 2016-06-27 18:38 UTC  (3+ messages)
` [Buildroot] [PATCH 1/1] qt5wayland: new package

[PATCH] devfreq: Add COMPILE_TEST for build coverage
 2016-06-27 18:37 UTC  (3+ messages)

[Qemu-devel] [PATCH] linux-aio: keep processing events if MAX_EVENTS reached
 2016-06-27 18:36 UTC  (2+ messages)

[master/krogoth][PATCH 1/6] Add makefile support to ti-pdk.bbclass for RTOS components
 2016-06-27 18:31 UTC  (6+ messages)
` [master/krogoth][PATCH 2/6] common-csl-ip: Bump version common-csl-ip-rtos: Move to new makefile support provided in ti-pdk.bbclass
` [master/krogoth][PATCH 3/6] pa-lld: Bump version
` [master/krogoth][PATCH 4/6] rm-lld: "
` [master/krogoth][PATCH 5/6] sa-lld: "
` [master/krogoth][PATCH 6/6] srio-lld: "

[PATCH v2 iproute2 0/3] ss: Add support to filter by device
 2016-06-27 18:34 UTC  (4+ messages)
` [PATCH v2 iproute2 1/3] ss: Refactor inet_show_sock
` [PATCH v2 iproute2 2/3] ss: Allow ssfilter_bytecompile to return 0
` [PATCH v2 iproute2 3/3] ss: Add support to filter on device

[PATCH v8 00/41] libify apply and use lib in am, part 2
 2016-06-27 18:33 UTC  (42+ messages)
` [PATCH v8 01/41] apply: make some names more specific
` [PATCH v8 02/41] apply: move 'struct apply_state' to apply.h
` [PATCH v8 03/41] builtin/apply: make apply_patch() return -1 or -128 instead of die()ing
` [PATCH v8 04/41] builtin/apply: read_patch_file() return -1 "
` [PATCH v8 05/41] builtin/apply: make find_header() return -128 "
` [PATCH v8 06/41] builtin/apply: make parse_chunk() return a negative integer on error
` [PATCH v8 07/41] builtin/apply: make parse_single_patch() return -1 "
` [PATCH v8 08/41] builtin/apply: make parse_whitespace_option() return -1 instead of die()ing
` [PATCH v8 09/41] builtin/apply: make parse_ignorewhitespace_option() "
` [PATCH v8 10/41] builtin/apply: move init_apply_state() to apply.c
` [PATCH v8 11/41] apply: make init_apply_state() return -1 instead of exit()ing
` [PATCH v8 12/41] builtin/apply: make check_apply_state() return -1 instead of die()ing
` [PATCH v8 13/41] builtin/apply: move check_apply_state() to apply.c
` [PATCH v8 14/41] builtin/apply: make apply_all_patches() return 128 or 1 on error
` [PATCH v8 15/41] builtin/apply: make parse_traditional_patch() return -1 "
` [PATCH v8 16/41] builtin/apply: make gitdiff_*() return 1 at end of header
` [PATCH v8 17/41] builtin/apply: make gitdiff_*() return -1 on error
` [PATCH v8 18/41] builtin/apply: change die_on_unsafe_path() to check_unsafe_path()
` [PATCH v8 19/41] builtin/apply: make build_fake_ancestor() return -1 on error
` [PATCH v8 20/41] builtin/apply: make remove_file() "
` [PATCH v8 21/41] builtin/apply: make add_conflicted_stages_file() "
` [PATCH v8 22/41] builtin/apply: make add_index_file() "
` [PATCH v8 23/41] builtin/apply: make create_file() "
` [PATCH v8 24/41] builtin/apply: make write_out_one_result() "
` [PATCH v8 25/41] builtin/apply: make write_out_results() "
` [PATCH v8 26/41] builtin/apply: make try_create_file() "
` [PATCH v8 27/41] builtin/apply: make create_one_file() "
` [PATCH v8 28/41] builtin/apply: rename option parsing functions
` [PATCH v8 29/41] apply: rename and move opt constants to apply.h
` [PATCH v8 31/41] apply: make some parsing functions static again
` [PATCH v8 32/41] environment: add set_index_file()
` [PATCH v8 33/41] write_or_die: use warning() instead of fprintf(stderr, ...)
` [PATCH v8 34/41] apply: add 'be_silent' variable to 'struct apply_state'
` [PATCH v8 35/41] apply: make 'be_silent' incompatible with 'apply_verbosely'
` [PATCH v8 36/41] apply: don't print on stdout when be_silent is set
` [PATCH v8 37/41] usage: add set_warn_routine()
` [PATCH v8 38/41] usage: add get_error_routine() and get_warn_routine()
` [PATCH v8 39/41] apply: change error_routine when be_silent is set
` [PATCH v8 40/41] builtin/am: use apply api in run_apply()
` [PATCH v8 41/41] apply: use error_errno() where possible

Btrfs full balance command fails due to ENOSPC (bug 121071)
 2016-06-27 18:32 UTC  (3+ messages)

[PATCH v2 0/4] ASoC: sunxi: Add i2s controller support
 2016-06-27 18:32 UTC  (3+ messages)

[Qemu-devel] [PATCH] target-alpha: Avoid gcc 6.1 werror for linux-user
 2016-06-27 18:32 UTC  (2+ messages)

[PATCH] tpm: vtpm_proxy: Introduce flag to prevent sysfs entries
 2016-06-27 18:32 UTC  (4+ messages)

tcp md5: one more crypto-sg-on-the-stack instance
 2016-06-27 18:31 UTC  (8+ messages)
      ` [PATCH net-next] tcp: md5: do not use stack storage in crypto operations
        ` [PATCH v2 net-next] tcp: md5: use kmalloc() backed scratch areas

[PATCH 1/2] Makefile: evaluate LDFLAGS_BUILD_ID only once
 2016-06-27 18:28 UTC  (2+ messages)
` [PATCH 2/2] kbuild: add shell cache

Xen 4.3, armhf, ocamlopt, wheezy
 2016-06-27 18:28 UTC  (2+ messages)

[PATCH v10 4/6] drm/i915: Interrupt driven fences
 2016-06-27 18:28 UTC  (5+ messages)
` [PATCH v10b "

[PATCH v3] mailbox: pcc: Support HW-Reduced Communication Subspace type 2
 2016-06-27 18:27 UTC  (12+ messages)

[PATCH] ndctl: delete duplicate -v on "ndctl destroy-namespace --help" page
 2016-06-27 18:27 UTC  (2+ messages)

[Qemu-arm] [PATCH v2] hw/ptimer: Don't wrap around counter for expired timer that uses tick handler
 2016-06-27 18:26 UTC  (4+ messages)
  ` [Qemu-devel] "

[PATCH 0/3] arm64: dts: r8a7796: Add watchdog support
 2016-06-27 18:23 UTC  (8+ messages)
` [PATCH 1/3] watchdog: renesas-wdt: Add support for the r8a7796 wdt
` [PATCH 2/3] arm64: dts: r8a7796: Add RWDT node
` [PATCH 3/3] arm64: dts: r8a7796/salvator-x: Enable watchdog timer

[Qemu-devel] Question about a qemu Aarch64 error when adding several SCSI disks
 2016-06-27 18:23 UTC  (8+ messages)
    ` [Qemu-arm] "

[Xenomai] slackspot
 2016-06-27 18:23 UTC  (9+ messages)

[iproute PATCH v3 0/6] Big C99 style initializer rework
 2016-06-27 18:23 UTC  (2+ messages)

[PATCH v20 00/14] arm64 kexec kernel patches
 2016-06-27 18:22 UTC  (4+ messages)
` [PATCH v20 14/14] Documentation: dt: usable-memory and elfcorehdr nodes for arm64 kexec

[Patch net] mlx4: set csum_complete_sw bit when fixing complete csum
 2016-06-27 18:22 UTC 

[PATCH 0/3] hw_random: bcm2835: Add support for Broadcom BCM5301x
 2016-06-27 18:21 UTC  (4+ messages)
` [PATCH 3/3] ARM: dts: BCM5301x: Add RNG Device Tree node

[qemu-upstream-4.3-testing test] 96312: regressions - FAIL
 2016-06-27 18:21 UTC 

[PATCH v7 1/3] vm_event: clear up return value of vm_event_monitor_traps
 2016-06-27 18:20 UTC  (4+ messages)
` [PATCH v7 2/3] x86/vm_event: Add HVM debug exception vm_events
` [PATCH v7 3/3] x86/vmx: Clean up TRAP_int3 handling

[PATCH 0/1] fetch2: remove "." in the end
 2016-06-27 18:19 UTC  (3+ messages)
` [PATCH 1/1] "

[RESEND PATCH v2 0/5] ir-rx51 driver fixes
 2016-06-27 18:19 UTC  (5+ messages)
` [RESEND PATCH v2 1/5] ir-rx51: Fix build after multiarch changes broke it

[Buildroot] [PATCH v1] qt5enginio: fix version for qt5 5.6.1-1 update
 2016-06-27 18:18 UTC  (3+ messages)

How assemble this array? All devices listed as spares and busy. Huh? Unclear what this means
 2016-06-27 18:18 UTC  (2+ messages)

Upcoming libibverbs release
 2016-06-27 18:17 UTC  (3+ messages)

linux-next: Tree for Jun 27
 2016-06-27 18:15 UTC  (2+ messages)
` linux-next: Tree for Jun 27 (pinctrl && !CONFIG_OF)

[PATCH v2 00/10] Show progress during build and eSDK install
 2016-06-27 18:14 UTC  (5+ messages)
` [PATCH v2 02/10] classes/cmake: enable progress for do_compile

[Qemu-devel] [PATCH RFC v2 0/5] Baby steps towards saner headers
 2016-06-27 18:13 UTC  (3+ messages)

[Qemu-devel] [PATCH v2] .travis.yml: Disable IRC build status updates from forks
 2016-06-27 18:13 UTC 

[RFC PATCH v2 00/26] perf tools: Support uBPF script
 2016-06-27 18:13 UTC  (5+ messages)
` [RFC PATCH v2 05/26] tools include: Sync math64.h and div64.h

weak functions in some drivers
 2016-06-27 18:13 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 1/1] spapr: Set compat type for CPUs of a core
 2016-06-27 18:12 UTC  (4+ messages)

[PATCH v5] clk: tegra: Initialize UTMIPLL when enabling PLLU
 2016-06-27 18:11 UTC  (5+ messages)

[PATCH net-next] net: bridge: add support for IGMP/MLD stats and export them via netlink
 2016-06-27 18:10 UTC  (2+ messages)
` [Bridge] "

[PATCH 1/2] Support for $FILENAMES in tool definitions
 2016-06-27 18:09 UTC  (4+ messages)

assert
 2016-06-27 18:10 UTC  (4+ messages)

FYI: Using ccache a linux compiler caching tool with DPDK
 2016-06-27 18:10 UTC 

[PATCH iproute2 0/3] ss: Add support to filter by device
 2016-06-27 18:09 UTC  (5+ messages)
` [PATCH iproute2 1/3] ss: Refactor inet_show_sock
` [PATCH iproute2 3/3] ss: Add support to filter on device

[PATCH v3 0/3] DPTF Platform power participant driver
 2016-06-27 18:09 UTC  (8+ messages)
` [PATCH v3 2/3] acpi: dptf_power: Add DPTF power participant

[GIT] CIFS Fixes
 2016-06-27 18:06 UTC 

About thread_local and TmapMigratePP.DataScan case
 2016-06-27 18:04 UTC 

[Buildroot] [PATCH 0/2] Odroid XU4 support
 2016-06-27 18:04 UTC  (7+ messages)
` [Buildroot] [PATCH 1/2] package: add Odroid BL bootloader binaries
` [Buildroot] [PATCH 2/2] board: add support for the Odroid XU4 board

gfio - Error Gdk-ERROR **: g_thread_init() must be called before gdk_threads_init()
 2016-06-27 18:04 UTC 

[PATCH iproute2] man: ip-link: Add vrf type
 2016-06-27 18:02 UTC  (2+ messages)

[RFC 00/11] ASoC: hdac: Add hdac generic driver
 2016-06-27 18:02 UTC  (3+ messages)
` [RFC 06/11] ASoC: dapm: Create API to add a single route element

[iproute PATCH] Fix MAC address length check
 2016-06-27 18:02 UTC  (2+ messages)

[PATCH] Fix: RHEL 7.2 kvm instrumentation
 2016-06-27 18:01 UTC  (2+ messages)

[Qemu-devel] [PATCH] .travis.yml: Disable IRC build status updates from forks
 2016-06-27 18:00 UTC  (2+ messages)

master - lvmetad: two phase vg_remove
 2016-06-27 18:00 UTC 

master - lvmetad: two phase vg_update
 2016-06-27 18:00 UTC 

master - lvmetad: remove unused code for other format types
 2016-06-27 18:00 UTC 

[PATCH v6 0/5] ACPI / processor_idle: Add ACPI v6.0 LPI support
 2016-06-27 17:58 UTC  (7+ messages)
` [PATCH v6 4/5] arm64: add support for ACPI Low Power Idle(LPI)

[RFC 0/2] [media] i2c: adv7482: add adv7482 driver
 2016-06-27 17:56 UTC  (3+ messages)
` [RFC 1/2] media: entity: Add has_route entity operation
` [RFC 2/2] [media] i2c: adv7482: add adv7482 driver

[PATCH v2] drm/vgem: Enable dmabuf interface for export
 2016-06-27 17:57 UTC  (3+ messages)
` [PATCH v3] "

[RFC 0/3] Portable Device Tree Connector
 2016-06-27 17:56 UTC  (3+ messages)
` [RFC 3/3] dts: beaglebone: Portable connector BB_RELAY_4PORT definition

[PATCH 2/3] ASoC: hdmi-codec: callback function will be called with private data
 2016-06-27 17:56 UTC  (3+ messages)
` Applied "ASoC: hdmi-codec: callback function will be called with private data" to the asoc tree

[PATCH v7 0/5] tpm: Command duration logging and chip-specific override
 2016-06-27 17:55 UTC  (10+ messages)
` [PATCH v8 "
  ` [PATCH v8 1/5] tpm_tis: Improve reporting of IO errors

[PATCH 1/2] Revert "HID: multitouch: enable palm rejection if device implements confidence usage"
 2016-06-27 17:55 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/11] pc: allow to use -device/device_add for CPUs
 2016-06-27 17:55 UTC  (3+ messages)
` [Qemu-devel] [PATCH 05/11] target-i386: cpu: replace custom apic-id setter/getter with static property

[PATCH] mm,oom: use per signal_struct flag rather than clear TIF_MEMDIE
 2016-06-27 17:55 UTC  (8+ messages)

[PATCH] selftests/vm: Don't mlockall MCL_CURRENT in on-fault-limit test
 2016-06-27 17:54 UTC  (2+ messages)

[PATCHv5 0/8] Add Ethernet EDAC & peripheral init functions
 2016-06-27 17:54 UTC  (7+ messages)
` [PATCHv5 8/8] ARM: dts: Add Arria10 Ethernet EDAC devicetree entry

[PATCH v4 0/4] perf: Add APM X-Gene SoC Performance Monitoring Unit driver
 2016-06-27 17:54 UTC  (7+ messages)
` [PATCH v4 3/4] perf: xgene: "

[RFC][PATCH] ftracetest: Fix hist unsupported result in hist selftests
 2016-06-27 17:53 UTC  (10+ messages)

[PACTH i-g-t v1] lib/drmtest: Change DRIVER_INTEL check to avoid running GEM on non-Intel
 2016-06-27 17:53 UTC 

[PATCH iproute2] Enable use of extra debugging information
 2016-06-27 17:52 UTC  (2+ messages)

[PATCH 06/11] drm/i915: Add a relay backed debugfs interface for capturing GuC logs
 2016-06-27 17:50 UTC  (2+ messages)

[PATCH v3 00/15] Centralize format information
 2016-06-27 17:51 UTC  (3+ messages)
` [PATCH v3 14/15] drm: vmwgfx: Replace drm_fb_get_bpp_depth() with drm_format_info()

[PATCH] selftests/vm: write strlen length instead of sizeof to nr_hugepages
 2016-06-27 17:51 UTC  (2+ messages)

[PATCH iproute2 net-next] bridge: man: fix "brige" typo
 2016-06-27 17:51 UTC 

[RFC] i915: Add fence fds to execbuffer2 uapi
 2016-06-27 17:51 UTC 

[iproute PATCH] man: ip-address, ip-link: Document 'type' quirk
 2016-06-27 17:51 UTC  (2+ messages)

cmake
 2016-06-27 17:50 UTC 

[PATCH] Refactor recv_sideband()
 2016-06-27 17:50 UTC  (10+ messages)
` [PATCH v2] "

[PATCH] selftests/lib: Add exec permission on printf.sh
 2016-06-27 17:50 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH] .travis.yml: Disable IRC build status updates from non-master branches
 2016-06-27 17:47 UTC  (7+ messages)

[PATCH] [media] rcar-csi2: add Renesas R-Car MIPI CSI-2 driver
 2016-06-27 17:45 UTC 

[PATCH 1/6] doc: typeset short command-line options as literal
 2016-06-27 17:46 UTC  (3+ messages)
` [PATCH 2/6] doc: typeset long "
` [PATCH 6/6] doc: typeset HEAD and variants as litteral


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.