All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-10-01 21:34:55 to 2017-10-02 01:02:27 UTC [more...]

[PATCH v2 1/2] sched/fair: make capacity_margin __read_mostly
 2017-10-02  1:02 UTC  (3+ messages)
` [PATCH v2 2/2] cpufreq: schedutil: consolidate capacity margin calculation

[PATCH 0/3] net: TCP/IP: A few minor cleanups
 2017-10-02  0:59 UTC  (7+ messages)
` [PATCH net "
  ` [PATCH 3/3] net: skb_queue_purge(): lock/unlock the list only once
    ` [PATCH net 3/3] net: skb_queue_purge(): lock/unlock the queue "
  ` [PATCH net 1/3] net: __sock_cmsg_send(): Remove unused parameter `msg'
  ` [PATCH net 2/3] net: inet_recvmsg(): Remove unnecessary bitwise operation

[PATCH v3 0/8] Introduce support for Dell SMBIOS over WMI
 2017-10-02  0:57 UTC  (5+ messages)
` [PATCH v3 4/8] platform/x86: wmi: create character devices when requested by drivers

[PATCH v5 4/4] submodule: port submodule subcommand 'status' from shell to C
 2017-10-02  0:55 UTC  (7+ messages)
` [PATCH v6 0/3] Incremental rewrite of git-submodules
  ` [PATCH v6 1/3] submodule--helper: introduce get_submodule_displaypath()
  ` [PATCH v6 2/3] submodule--helper: introduce for_each_listed_submodule()

[Buildroot] [PATCH 1/2] support/run-tests: move packages tests to packages directories
 2017-10-02  0:54 UTC  (2+ messages)

[PATCH 00/18] use ARRAY_SIZE macro
 2017-10-02  0:52 UTC  (10+ messages)
  ` [Intel-wired-lan] "

[PATCH] btrfs-progs: add option to only list parent subvolumes
 2017-10-02  0:40 UTC  (5+ messages)

[GIT PULL for-4.9 00/96] Commits for v4.9 LTS
 2017-10-02  0:39 UTC  (2+ messages)

[PATCH] rpmsg: Allow RPMSG_VIRTIO to be enabled via menuconfig or defconfig
 2017-10-02  0:39 UTC  (3+ messages)

[ANNOUNCE] WireGuard Snapshot `0.0.20171001` Available
 2017-10-02  1:06 UTC 

[PATCH 0/5] Support %(trailers) arguments in for-each-ref(1)
 2017-10-02  0:33 UTC  (22+ messages)
` [PATCH v2 0/6] "
    ` [PATCH v4 "
      ` [PATCH v4 1/6] pretty.c: delimit "%(trailers)" arguments with ","
        ` [PATCH v4 2/6] t6300: refactor %(trailers) tests
        ` [PATCH v4 4/6] doc: use modern "`"-style code fencing
        ` [PATCH v4 5/6] ref-filter.c: use trailer_opts to format trailers
        ` [PATCH v4 6/6] ref-filter.c: parse trailers arguments with %(contents) atom
      ` [PATCH v5 0/6] Support %(trailers) arguments in for-each-ref(1)
        ` [PATCH v5 1/6] pretty.c: delimit "%(trailers)" arguments with ","
          ` [PATCH v5 2/6] t6300: refactor %(trailers) tests
          ` [PATCH v5 3/6] doc: 'trailers' is the preferred way to format trailers
          ` [PATCH v5 4/6] doc: use modern "`"-style code quoting
          ` [PATCH v5 5/6] ref-filter.c: use trailer_opts to format trailers
          ` [PATCH v5 6/6] ref-filter.c: parse trailers arguments with %(contents) atom

"man git-checkout", man page is inconsistent between SYNOPSIS and details
 2017-10-02  0:29 UTC  (6+ messages)

[RFCv3][PATCH 00/39] axfer: rewrite aplay, adding 'timer-based scheduling' option
 2017-10-02  0:19 UTC  (40+ messages)
` [RFCv3][PATCH 01/39] axfer: add an entry point for this command
` [RFCv3][PATCH 02/39] axfer: add a sub-command to print list of PCMs/devices
` [RFCv3][PATCH 03/39] axfer: add a common interface to handle a file with audio-specific data format
` [RFCv3][PATCH 04/39] axfer: add support for a container of Microsoft/IBM RIFF/Wave format
` [RFCv3][PATCH 05/39] axfer: add support for a container of Sparc AU format
` [RFCv3][PATCH 06/39] axfer: add support for a container of Creative Tech. voice format
` [RFCv3][PATCH 07/39] axfer: add support for a container of raw data
` [RFCv3][PATCH 08/39] axfer: add unit test for container interface
` [RFCv3][PATCH 09/39] axfer: add a common interface to align data frames on different layout
` [RFCv3][PATCH 10/39] axfer: add support for a mapper for single target
` [RFCv3][PATCH 11/39] axfer: add support for a mapper for multiple target
` [RFCv3][PATCH 12/39] axfer: add a unit test for mapper interface
` [RFCv3][PATCH 13/39] axfer: add a parser for command-line options
` [RFCv3][PATCH 14/39] axfer: add a common interface to transfer data frames
` [RFCv3][PATCH 15/39] axfer: add support to transfer data frames by alsa-lib PCM APIs
` [RFCv3][PATCH 16/39] axfer: add support for blocking data transmission operation of alsa-lib PCM API
` [RFCv3][PATCH 17/39] axfer: add a sub-command to transfer data frames
` [RFCv3][PATCH 18/39] axfer: add informative output and an option to suppress it
` [RFCv3][PATCH 19/39] axfer: add an option to dump available hardware parameters
` [RFCv3][PATCH 20/39] axfer: add options related to duration and obsolete '--max-file-size' option
` [RFCv3][PATCH 21/39] axfer: add an option to finish transmission at XRUN
` [RFCv3][PATCH 22/39] axfer: add a common interface of waiter for I/O event notification
` [RFCv3][PATCH 23/39] axfer: add support of waiter for poll(2)
` [RFCv3][PATCH 24/39] axfer: add support for non-blocking operation
` [RFCv3][PATCH 25/39] axfer: add support for MMAP PCM operation
` [RFCv3][PATCH 26/39] axfer: add an option to suppress event waiting
` [RFCv3][PATCH 27/39] axfer: add options for buffer arrangement
` [RFCv3][PATCH 28/39] axfer: add options for software parameters of PCM substream
` [RFCv3][PATCH 29/39] axfer: add options for plugins in alsa-lib
` [RFCv3][PATCH 30/39] axfer: add an implementation of waiter for epoll(7)
` [RFCv3][PATCH 31/39] axfer: add an option for waiter type
` [RFCv3][PATCH 32/39] axfer: add support for timer-based MMAP operation
` [RFCv3][PATCH 33/39] axfer: add an option to support volume unit meter
` [RFCv3][PATCH 34/39] axfer: add a unit test for vumeter calculation
` [RFCv3][PATCH 35/39] axfer: add an option for formatted filename
` [RFCv3][PATCH 36/39] axfer: add an option to handle key events
` [RFCv3][PATCH 37/39] axfer: add a parser for channel map API
` [RFCv3][PATCH 38/39] axfer: add a feature to generate a file for process id
` [RFCv3][PATCH 39/39] axfer: obsolete some test options

[PATCH v2 01/16] hyper-v: trace vmbus_on_msg_dpc()
 2017-10-02  0:18 UTC  (2+ messages)

[PATCH v3 0/3] dynamic linking support
 2017-10-02  0:12 UTC  (7+ messages)
` [PATCH v3 1/3] eal/x86: run-time dispatch over memcpy
` [PATCH v3 3/3] efd: run-time dispatch over x86 EFD functions

[RFC PATCH 0/3] define new read_iter file operation rwf flag
 2017-10-01 23:54 UTC  (25+ messages)
` [RFC PATCH 3/3] fs: detect that the i_rwsem has already been taken exclusively

Can xenvirt pmd work in xen guest (aka DomU) without xen-vhost in Dom0 ?
 2017-10-01 23:50 UTC  (4+ messages)

[PATCH 0/6 v3] ASoC: rsnd: add MIX Volume Ramp support
 2017-10-01 23:49 UTC  (7+ messages)
` [PATCH 1/6 v3] ASoC: rsnd: add generic rsnd_flags_xxx() macro
` [PATCH 2/6 v3] ASoC: rsnd: use generic rsnd_flags_xxx() macro on ADG
` [PATCH 3/6 v3] ASoC: rsnd: DVC kctrl sets once
` [PATCH 4/6 v3] ASoC: rsnd: CTU "
` [PATCH 5/6 v3] ASoC: rsnd: makes volume ramp rate list generic
` [PATCH 6/6 v3] ASoC: rsnd: add MIX Volume Ramp support

[PATCH 00/12] support to run vdev in the secondary process
 2017-10-01 23:48 UTC  (11+ messages)
` [PATCH v2 "
  ` [PATCH v2 12/12] net/vhost: support to run "

[PATCH] clang-format: adjust line break penalties
 2017-10-01 23:37 UTC  (3+ messages)
` [PATCH v2] Add a comment to .clang-format about the meaning of the file
  ` [PATCH v3] clang-format: add a comment about the meaning/status of the

[PATCH RFC] media: staging/imx: fix complete handler
 2017-10-01 23:36 UTC  (3+ messages)

[v8 0/4] cgroup-aware OOM killer
 2017-10-01 23:29 UTC  (14+ messages)

"man git-stash" explanation of "--include-untracked" and "--all" seems ambiguous
 2017-10-01 23:29 UTC  (3+ messages)

[PATCH 0/6] ASoC: rsnd: add MIX Volume Ramp support
 2017-10-01 23:23 UTC  (4+ messages)
` [PATCH 3/6] ASoC: rsnd: DVC kctrl sets once

4879b7ae05 ("Merge tag 'dmaengine-4.12-rc1' of .."): WARNING: kernel stack regs at bd92bc2e in 01-cpu-hotplug:3811 has bad 'bp' value 000001be
 2017-10-01 23:17 UTC  (3+ messages)

[PATCH v2 0/4] dax: require 'struct page' and other fixups
 2017-10-01 23:15 UTC  (9+ messages)

What's cooking in git.git (Sep 2017, #06; Fri, 29)
 2017-10-01 23:09 UTC  (3+ messages)

[Bug Report]: generic/085 trigger a XFS panic on kernel 4.14-rc2
 2017-10-01 22:58 UTC  (2+ messages)

[Drbd-dev] [PATCH 00/17] lru_cache: checkpatch clean ups
 2017-10-01 22:34 UTC  (18+ messages)
` [Drbd-dev] [PATCH 01/17] lru_cache: remove FSF address from licence
` [Drbd-dev] [PATCH 02/17] lru_cache: fix licence comment format
` [Drbd-dev] [PATCH 03/17] lru_cache: move trailing */ to a separate line
` [Drbd-dev] [PATCH 04/17] lru_cache: remove quoted string across lines
` [Drbd-dev] [PATCH 05/17] lru_cache: use 'unsigned int' instead of 'unsigned'
` [Drbd-dev] [PATCH 06/17] lru_cache: use kcalloc instead of kzalloc with multiply
` [Drbd-dev] [PATCH 07/17] lru_cache: clean macro definition
` [Drbd-dev] [PATCH 08/17] lru_cache: add blank line after declarations
` [Drbd-dev] [PATCH 09/17] lru_cache: remove space after function name
` [Drbd-dev] [PATCH 10/17] lru_cache: fix function argument alignment
` [Drbd-dev] [PATCH 11/17] lru_cache: remove multiple blank lines
` [Drbd-dev] [PATCH 12/17] lru_cache: remove space before tabs
` [Drbd-dev] [PATCH 13/17] lru_cache: move constant to the right side of test
` [Drbd-dev] [PATCH 14/17] lru_cache: use braces on all arms of statement
` [Drbd-dev] [PATCH 15/17] lru_cache: remove unnecessary space before arguments
` [Drbd-dev] [PATCH 16/17] lru_cache: add spaces around '|'
` [Drbd-dev] [PATCH 17/17] lru_cache: move EXPORT_SYMBOL macro to follow function

[PATCH] mm,hugetlb,migration: don't migrate kernelcore hugepages
 2017-10-01 22:51 UTC  (2+ messages)

Linux 4.14-rc3
 2017-10-01 22:49 UTC 

XFS AIL lockup
 2017-10-01 22:49 UTC  (2+ messages)

[PATCH 00/11] SDIO support for ath10k
 2017-10-01 22:47 UTC  (4+ messages)
` [PATCH 02/11] ath10k_sdio: wb396 reference card fix

[PATCH] staging: android: TODO: Removing an invalid issue
 2017-10-01 17:47 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v4 0/5] cramfs refresh for embedded usage
 2017-10-01 22:29 UTC  (9+ messages)
` [PATCH v4 1/5] cramfs: direct memory access support
` [PATCH v4 4/5] cramfs: add mmap support

i2c-omap.c vs. qemu: too much work in one irq (and broken boot)
 2017-10-01 22:19 UTC  (3+ messages)

[RFC] compat SIOCADDRT problems
 2017-10-01 22:13 UTC 

[RFC][PATCH] security: Make the selinux setxattr and removexattr hooks behave
 2017-10-01 22:11 UTC  (11+ messages)

[PATCH 00/24] object_id part 10
 2017-10-01 22:08 UTC  (25+ messages)
` [PATCH 01/24] walker: convert to struct object_id
` [PATCH 02/24] refs/files-backend: convert struct ref_to_prune to object_id
` [PATCH 03/24] refs: convert delete_ref and refs_delete_ref to struct object_id
` [PATCH 04/24] refs: convert update_ref and refs_update_ref to use "
` [PATCH 05/24] refs: update ref transactions "
` [PATCH 06/24] Convert check_connected "
` [PATCH 07/24] refs: convert resolve_refdup and refs_resolve_refdup to "
` [PATCH 08/24] refs: convert read_ref and read_ref_full to object_id
` [PATCH 09/24] refs: convert dwim_ref and expand_ref to struct object_id
` [PATCH 10/24] builtin/reflog: convert remaining unsigned char uses to object_id
` [PATCH 11/24] refs: convert dwim_log to struct object_id
` [PATCH 12/24] pack-bitmap: convert traverse_bitmap_commit_list to object_id
` [PATCH 13/24] builtin/pack-objects: convert to struct object_id
` [PATCH 14/24] refs: convert peel_ref "
` [PATCH 15/24] refs: convert read_ref_at "
` [PATCH 16/24] refs: convert reflog_expire parameter "
` [PATCH 17/24] sha1_file: convert index_path and index_fd "
` [PATCH 18/24] Convert remaining callers of resolve_gitlink_ref to object_id
` [PATCH 19/24] refs: convert resolve_gitlink_ref to struct object_id
` [PATCH 20/24] worktree: convert struct worktree to object_id
` [PATCH 21/24] refs: convert resolve_ref_unsafe to struct object_id
` [PATCH 22/24] refs: convert peel_object "
` [PATCH 23/24] refs: convert read_raw_ref backends "
` [PATCH 24/24] refs/files-backend: convert static functions to object_id

[PATCH v3] staging: rtl8188eu: Use __func__ instead of function name
 2017-10-01 22:08 UTC 

[mdadm PATCH 1/1] Fix a build error
 2017-10-01 22:08 UTC  (6+ messages)

[U-Boot] [PULL v2] Please pull u-boot-rockchip
 2017-10-01 22:06 UTC  (2+ messages)

[U-Boot] [PULL] efi patch queue 2017-10-01
 2017-10-01 22:06 UTC  (2+ messages)

Linux kernel 4.14-rc3 released
 2017-10-01 22:03 UTC 

[PATCH] x86/CPU/AMD, mm: Extend with mem_encrypt=sme option
 2017-10-01 22:02 UTC  (3+ messages)

[PATCH 1/2] lib/oe/package_manager.py (rpm): Signature check is enabled by default
 2017-10-01 22:01 UTC  (6+ messages)
` [PATCH 2/2] lib/oe/package_manager.py (rpm): Allow use of non-signed feeds

Failed to give packet to userspace from peer with very poor wifi connection
 2017-10-01 22:29 UTC  (4+ messages)

[RFC] yamldt v0.5, now a DTS compiler too
 2017-10-01 22:00 UTC  (3+ messages)

[Qemu-devel] [PATCH] pci: allow 32-bit PCI IO accesses to pass through the PCI bridge
 2017-10-01 21:49 UTC  (10+ messages)

[PATCH v3 0/7] Fix checkpatch issues
 2017-10-01 21:34 UTC  (4+ messages)
` [PATCH v3 5/7] Staging: media: atomisp: Add spaces around bitwise OR
` [PATCH v3 6/7] Staging: media: atomisp: Merge quoted string split across lines
` [PATCH v3 7/7] Staging: media: atomisp: Align code with open parenthesis


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.