All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-01-23 21:14:56 to 2017-01-23 22:19:46 UTC [more...]

[PATCH 00/25] iwlwifi: updates intended for v4.11 2017-01-23
 2017-01-23 22:03 UTC  (26+ messages)
` [PATCH 01/25] iwlwifi: mvm: expose device timestamp in radiotap
` [PATCH 02/25] iwlwifi: mvm: don't restart HW if suspend fails with unified image
` [PATCH 03/25] iwlwifi: mvm: accept arbitrary memory dump TLVs
` [PATCH 04/25] iwlwifi: mvm: make iwl_dump_prph() void
` [PATCH 05/25] iwlwifi: allow memory debug TLV to specify the memory type
` [PATCH 06/25] iwlwifi: mvm: properly check for transport data in dump
` [PATCH 07/25] iwlwifi: mvm: bump max API to 28
` [PATCH 08/25] iwlwifi: mvm: simplify paging allocation code
` [PATCH 09/25] iwlwifi: mvm: replace the number of blocks calculation
` [PATCH 10/25] iwlwifi: enlarge number of ucode sections
` [PATCH 11/25] iwlwifi: mvm: change iwl_mvm_tx_csum to return value
` [PATCH 12/25] iwlwifi: mvm: separate rate calculation to a new function
` [PATCH 13/25] iwlwifi: mvm: support version 2 of stored beacon notification
` [PATCH 14/25] iwlwifi: fix MODULE_FIRMWARE for 6030
` [PATCH 15/25] iwlwifi: mvm: remove unused variable in iwl_mvm_handle_statistics()
` [PATCH 16/25] iwlwifi: mvm: rs: Remove unused 'mvmvif'/'mvmsta' variables
` [PATCH 17/25] iwlwifi: mvm: rs: Remove unused 'mcs' variable
` [PATCH 18/25] iwlwifi: pcie: trans: Remove unused 'shift_param'
` [PATCH 19/25] iwlwifi: dvm: make rs_tl_get_load() return void
` [PATCH 20/25] iwlwifi: pcie: cleanup rfkill checks
` [PATCH 21/25] iwlwifi: mvm: remove unused sta_id variable in iwl_mvm_change_queue_owner()
` [PATCH 22/25] iwlwifi: dvm: remove unused variable compiler warning in debugfs.c
` [PATCH 23/25] iwlwifi: mvm: mark ret as maybe_unused in iwl_dbgfs_fw_restart_write()
` [PATCH 24/25] iwlwifi: mvm: use mvm_disable_queue instead of sharing logic
` [PATCH 25/25] iwlwifi: mvm: cleanup redundant assignment

[PATCH] tpm/tpm_i2c_infineon: ensure no ongoing commands on shutdown
 2017-01-23 22:19 UTC  (11+ messages)

[Qemu-devel] [PATCH 1/2] niagara: fail if a firmware file is missing
 2017-01-23 22:18 UTC  (3+ messages)

[Qemu-devel] [PULL 0/7] Nios2 architecture support
 2017-01-23 22:16 UTC  (8+ messages)
` [Qemu-devel] [PULL 1/7] nios2: Add architecture emulation support
` [Qemu-devel] [PULL 2/7] nios2: Add disas entries
` [Qemu-devel] [PULL 3/7] nios2: Add usermode binaries emulation
` [Qemu-devel] [PULL 4/7] nios2: Add IIC interrupt controller emulation
` [Qemu-devel] [PULL 5/7] nios2: Add periodic timer emulation
` [Qemu-devel] [PULL 6/7] nios2: Add Altera 10M50 GHRD emulation
` [Qemu-devel] [PULL 7/7] nios2: Add support for Nios-II R1

[PATCHv3] Documentation: dt-bindings: Add binding documentation for TI clkctrl clocks
 2017-01-23 22:17 UTC 

[tpmdd-devel] [PATCH RFC v3 5/5] tpm2: expose resource manager via a device link /dev/tpms<n>
 2017-01-23 22:16 UTC  (14+ messages)
                    `  "

[PATCH linux v3 0/6] drivers: hwmon: Add On-Chip Controller driver
 2017-01-23 22:15 UTC  (5+ messages)
` [PATCH linux v3 2/6] hwmon: occ: Add sysfs interface

[PATCH 1/2] Input: soc_button_array - Set input device name
 2017-01-23 22:14 UTC  (8+ messages)

Mysterious regression in dvb driver
 2017-01-23 22:13 UTC  (3+ messages)

[PATCH] selftest/devtool: Add test to verify "modify virtual/kernel"
 2017-01-23 22:13 UTC 

[m-c-s][PATCH] python-osprofiler: uprev to v1.5.0
 2017-01-23 22:13 UTC 

[net PATCH v5 0/6] virtio_net XDP fixes and adjust_header support
 2017-01-23 22:12 UTC  (8+ messages)
` [net PATCH v5 1/6] virtio_net: use dev_kfree_skb for small buffer XDP receive
` [net PATCH v5 6/6] virtio_net: XDP support for adjust_head

[Qemu-devel] [PATCH 00/17] multifd v3
 2017-01-23 22:12 UTC  (19+ messages)
` [Qemu-devel] [PATCH 01/17] migration: transform remained DPRINTF into trace_
` [Qemu-devel] [PATCH 02/17] migration: create Migration Incoming State at init time
` [Qemu-devel] [PATCH 03/17] migration: Test for disabled features on reception
` [Qemu-devel] [PATCH 04/17] migration: Don't create decompression threads if not enabled
` [Qemu-devel] [PATCH 05/17] migration: Add multifd capability
` [Qemu-devel] [PATCH 06/17] migration: Create x-multifd-threads parameter
` [Qemu-devel] [PATCH 07/17] migration: Create x-multifd-group parameter
` [Qemu-devel] [PATCH 08/17] migration: create multifd migration threads
` [Qemu-devel] [PATCH 09/17] migration: Start of multiple fd work
` [Qemu-devel] [PATCH 10/17] migration: create ram_multifd_page
` [Qemu-devel] [PATCH 11/17] migration: Create thread infrastructure for multifd send side
` [Qemu-devel] [PATCH 12/17] migration: really use multiple pages at a time
` [Qemu-devel] [PATCH 13/17] migration: Send the fd number which we are going to use for this page
` [Qemu-devel] [PATCH 14/17] migration: Create thread infrastructure for multifd recv side
` [Qemu-devel] [PATCH 15/17] migration: Test new fd infrastructure
` [Qemu-devel] [PATCH 16/17] migration: [HACK]Transfer pages over new channels
` [Qemu-devel] [PATCH 17/17] migration: flush receive queue

[PATCH 5/8] efi: Get the secure boot status [ver #6]
 2017-01-23 22:11 UTC  (11+ messages)
  ` [PATCH 0/8] efi: Pass secure boot mode to kernel "

[PATCH v4 0/3] Expose power budget cap via hwmon
 2017-01-23 22:10 UTC  (4+ messages)
  ` [PATCH v4 1/3] nvbios/power_budget: Add basic power budget parsing
  ` [PATCH v4 2/3] subdev/iccsense: Parse max and crit power level
  ` [PATCH v4 3/3] hwmon: expose power_max and power_crit

[PATCH net-next 0/3] net/tcp-fastopen: Add new userspace API support
 2017-01-23 22:01 UTC  (5+ messages)
` [PATCH net-next 3/3] net/tcp-fastopen: Add new "

[Buildroot] [PATCH 1/2] gdb: unbreak 7.12 target gdb/gdbserver build without C++ support
 2017-01-23 22:08 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] gdb: bump 7.12 series to 7.12.1

[Buildroot] [git commit] gdb: bump 7.12 series to 7.12.1
 2017-01-23 22:07 UTC 

[Buildroot] [git commit] gdb: unbreak 7.12 target gdb/gdbserver build without C++ support
 2017-01-23 22:07 UTC 

[Buildroot] [PATCH 1/2] board: add support for chiliBoard
 2017-01-23 22:06 UTC  (2+ messages)

Quota-enabled XFS hangs during mount
 2017-01-23 22:06 UTC  (9+ messages)

[PATCH 00/27] Revamp the attribute system; another round
 2017-01-23 22:06 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 22/27] attr: eliminate global check_all_attr array
  ` [PATCH v2 25/27] attr: store attribute stack in attr_check structure

Question about veth_xmit()
 2017-01-23 22:05 UTC  (4+ messages)

read-only fs, kernel 4.9.0, fs/btrfs/delayed-inode.c:1170 __btrfs_run_delayed_items,
 2017-01-23 22:04 UTC  (8+ messages)

[PATCH v2] ARM: OMAP1/2: clock: Remove unused mpurate cmdline option
 2017-01-23 22:04 UTC  (4+ messages)

[U-Boot] [RESEND PATCH] include: nand: move endif to end of file
 2017-01-23 22:04 UTC 

[PATCH] ARM: vf610m4: defconfig: enable EXT4 filesystem
 2017-01-23 22:04 UTC  (2+ messages)

[PATCH v3] ARM: OMAP1/2: clock: Remove unused mpurate cmdline option
 2017-01-23 22:04 UTC  (2+ messages)

[Buildroot] [PATCH] go: security bump to version 1.7.4
 2017-01-23 22:01 UTC  (2+ messages)

[Buildroot] [git commit] go: security bump to version 1.7.4
 2017-01-23 22:01 UTC 

[Buildroot] [PATCH v1 0/6] Raspberry Pi update
 2017-01-23 22:01 UTC  (2+ messages)

[qemu-mainline test] 104609: regressions - FAIL
 2017-01-23 22:00 UTC 

Standalone libcrush: call for participation
 2017-01-23 21:59 UTC  (8+ messages)

[Buildroot] [git commit] rpi-userland: bump version
 2017-01-23 21:59 UTC 

[Buildroot] [git commit] rpi-firmware: bump version
 2017-01-23 21:59 UTC 

[Buildroot] [git commit] raspberrypi3_defconfig: bump kernel version to 4.4.43
 2017-01-23 21:58 UTC 

[Buildroot] [git commit] raspberrypi2_defconfig: bump kernel version to 4.4.43
 2017-01-23 21:58 UTC 

[Buildroot] [git commit] raspberrypi_defconfig: bump kernel version to 4.4.43
 2017-01-23 21:58 UTC 

[Buildroot] [git commit] raspberrypi0_defconfig: bump kernel version to 4.4.43
 2017-01-23 21:58 UTC 

[PATCH] fpga: fpga-manager: make __fpga_mgr_get() static
 2017-01-23 21:58 UTC 

[PATCH] xfs: test xfs_db source command
 2017-01-23 21:57 UTC 

[Buildroot] [PATCH] mariadb: explicitly disable dtrace detection
 2017-01-23 21:57 UTC  (2+ messages)

[Buildroot] [git commit] mariadb: explicitly disable dtrace detection
 2017-01-23 21:57 UTC 

[Buildroot] [PATCH 1/1] package/x264: add hash
 2017-01-23 21:57 UTC  (2+ messages)

XDP offload to hypervisor
 2017-01-23 21:56 UTC  (2+ messages)

[Buildroot] [git commit] package/x264: add hash
 2017-01-23 21:55 UTC 

[Buildroot] [PATCH v1] qt5quickcontrols2: install examples
 2017-01-23 21:55 UTC  (2+ messages)

[Buildroot] [git commit] qt5quickcontrols2: install examples
 2017-01-23 21:55 UTC 

[PATCH] drm/i915: Move atomic state free from out of fence release
 2017-01-23 21:54 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[Ksummit-discuss] security-related TODO items?
 2017-01-23 21:53 UTC  (8+ messages)

[RFC] Add GRO support in DPDK
 2017-01-23 21:53 UTC  (3+ messages)

[Bug 192981] New: page allocation stalls
 2017-01-23 21:51 UTC 

[PATCH] PCI/MSI: Export all remapped MSIs to sysfs attributes
 2017-01-23 21:49 UTC  (4+ messages)

[PULL] vhost: cleanups and fixes
 2017-01-23 21:50 UTC  (3+ messages)

4x lower IOPS: Linux MD vs indiv. devices - why?
 2017-01-23 21:49 UTC  (10+ messages)

[PATCH 1/2] ns: Allow ns_entries to have custom symlink content
 2017-01-23 21:49 UTC  (4+ messages)
` [PATCH 2/2] pidns: Expose task pid_ns_for_children to userspace

[PATCH v2] bpf: Restrict cgroup bpf hooks to the init netns
 2017-01-23 21:49 UTC  (3+ messages)

+ mm-consolidate-gfp_nofail-checks-in-the-allocator-slowpath-fix.patch added to -mm tree
 2017-01-23 21:49 UTC 

[mmotm:master 159/293] mm/page_alloc.c:3546:15: warning: 'alloc_flags' may be used uninitialized in this function
 2017-01-23 21:48 UTC  (2+ messages)

[PATCH v4 0/4] cpufreq: Introduce TI CPUFreq/OPP Driver
 2017-01-23 21:48 UTC  (7+ messages)
` [PATCH v4 2/4] Documentation: dt: add bindings for ti-cpufreq

[PATCH RFC v4 0/5] RFC: in-kernel resource manager
 2017-01-23 21:44 UTC  (5+ messages)
` [PATCH RFC v4 1/5] tpm: validate TPM 2.0 commands
  ` [tpmdd-devel] "

[PATCH v8 0/5] Add platform clock for BayTrail platforms
 2017-01-23 21:47 UTC  (3+ messages)

[GP107 chipset][PATCH] Recognise GP107 chipset (GTX 1050/1050ti)
 2017-01-23 21:43 UTC  (2+ messages)

[RFC] Clear out stuck ops to prevent iSER from going init D state
 2017-01-23 21:41 UTC  (4+ messages)

[m-c-s][PATCH] python-oslo.service: correct PV
 2017-01-23 21:40 UTC 

[m-c-s][PATCH] python-xstatic-mdi: uprev to 1.4.57.0
 2017-01-23 21:40 UTC 

[m-c-s][PATCH] python-django-compressor: uprev to v2.1
 2017-01-23 21:40 UTC 

[m-c-s][PATCH] python-rjsmin: initial version
 2017-01-23 21:40 UTC 

[m-c-s][PATCH] python-rcssmin: initial version
 2017-01-23 21:39 UTC 

[m-c-s][PATCH] python-django-babel: uprev to 0.5.1
 2017-01-23 21:39 UTC 

[m-c-s][PATCH] python-xstatic-objectpath: initial version
 2017-01-23 21:39 UTC 

[m-c-s][PATCH] python-xstatic-angular-fileupload: initial version
 2017-01-23 21:39 UTC 

[m-c-s][PATCH] python-xstatic-tv4: initial version
 2017-01-23 21:39 UTC 

[m-c-s][PATCH] python-xstatic-angular-schema-form: initial version
 2017-01-23 21:38 UTC 

[PATCH] drm/amdgpu: Bring bo creation in line with radeon driver
 2017-01-23 21:38 UTC  (4+ messages)

[PATCH 0/3] builtins expansion
 2017-01-23 21:37 UTC  (4+ messages)
` [PATCH 1/3] move evaluation & expansion of builtins in a separate file
` [PATCH 2/3] allow builtins to have prototype and evaluate/expand methods
` [PATCH 3/3] expand __builtin_bswap*() with constant args

[ovmf baseline-only test] 68423: tolerable trouble: blocked/broken
 2017-01-23 21:36 UTC 

[PATCH] mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
 2017-01-23 21:36 UTC  (3+ messages)

[PATCH v2 tip/core/rcu 1/3] srcu: Implement more-efficient reader counts
 2017-01-23 21:35 UTC  (6+ messages)
  ` [PATCH] SRCU: More efficient "
        ` [PATCH] srcu: Implement more-efficient "

[Qemu-devel] [Bug 645662] [NEW] Python 3.1.2 math errors with Qemu 0.12.5
 2017-01-23 21:20 UTC  (2+ messages)
` [Qemu-devel] [Bug 645662] "

monitor port closed
 2017-01-23 21:34 UTC  (7+ messages)

[PATCH 1/1] drm/amd/powerplay: fix misspelling in header guard
 2017-01-23 21:34 UTC  (3+ messages)

XFS issues with NVMe SSD
 2017-01-23 21:33 UTC  (7+ messages)

[PATCH v3 0/3] usb: musb: cppi41: Add a way to manage DMA irq
 2017-01-23 21:32 UTC  (5+ messages)
` [PATCH v3 3/3] usb: musb: dsps: Manage CPPI 4.1 DMA interrupt in dsps

[PATCH 0/5] xfsprogs: miscellaneous cleanups
 2017-01-23 21:31 UTC  (5+ messages)
` [PATCH 1/5] xfs_db: sanitize geometry on load
  ` [PATCH v5 "
  ` [PATCH v6 "

[PATCH] x86/fpu: set the xcomp_bv when we fake up a XSAVES area
 2017-01-23 21:28 UTC  (9+ messages)
` [tip:x86/urgent] x86/fpu: Set "

[PATCH 0/7] Bibliography update round 2
 2017-01-23 21:28 UTC  (2+ messages)

[PATCH v4 6/6] usb: musb: dsps: Manage CPPI 4.1 DMA interrupt in DSPS
 2017-01-23 21:26 UTC  (2+ messages)
  ` [PATCH v4 0/6] usb: musb: cppi41: Add a way to manage DMA irq

[Qemu-devel] [PATCH 2/2] niagara: check if a serial port is available
 2017-01-23 21:22 UTC 

[PATCH nf-next v3 0/7] netfilter: skbuff: merge nfctinfo bits and nfct pointer
 2017-01-23 21:22 UTC  (6+ messages)
` [PATCH v3 nf-next 5/7] netfilter: add and use nf_ct_set helper

[Qemu-devel] [PATCH 0/2] niagara fixes
 2017-01-23 21:19 UTC 

[PATCH v2 0/2] Add pixel formats for 10/16 bits YUV video
 2017-01-23 21:16 UTC  (5+ messages)
` [PATCH v2 1/2] drm_fourcc: Add new P010, P016 video format

[RFC PATCH v2 0/2] block: fix backing_dev_info lifetime
 2017-01-23 21:17 UTC  (4+ messages)

[PATCH] [media] exynos4-is: Add missing 'of_node_put'
 2017-01-23 21:16 UTC  (3+ messages)

[Qemu-devel] [Bug 1253777] [NEW] OpenBSD VM running on OpenBSD host has sleep calls taking twice as long as they should
 2017-01-23 21:00 UTC  (3+ messages)
` [Qemu-devel] [Bug 1253777] "


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.