All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-01-28 04:03:48 to 2017-01-28 09:54:33 UTC [more...]

[PATCH 00/11 V4] rtlwifi: Various updates
 2017-02-07  3:29 UTC  (5+ messages)
` [PATCH 05/11] rtlwifi: btcoexist: Change logging in halbtc8192e2ant.c
` [PATCH 11/11 V2] rtlwifi: Add work queue for c2h cmd
  ` [PATCH 11/11] "

[PATCH] staging: rtl8188eu: checkpatch fixes: removed not necessary braces {}
 2017-01-28  9:11 UTC  (2+ messages)

[Buildroot] [git commit] DEVELOPERS: add me to or1k, sort alphabetically
 2017-01-28  9:54 UTC 

[PATCHv4 next 0/3] Limiting pci access
 2017-01-28  7:36 UTC  (9+ messages)

[PATCH v2] doc: convert UIO howto from docbook to sphinx
 2017-01-28  9:45 UTC 

[PATCH 0/4] DCB netlink: Fine-tuning for some function implementations
 2017-01-28  9:37 UTC  (10+ messages)
` [PATCH 1/4] dcbnl: Use kmalloc_array() in dcbnl_build_peer_app()
` [PATCH 2/4] dcbnl: Adjust four function calls together with a variable assignment
` [PATCH 3/4] dcbnl: Adjust five checks for null pointers
` [PATCH 4/4] dcbnl: Add some spaces for better code readability

[B.A.T.M.A.N.] [PATCH 1/2] batman-adv: Fix double call of dev_queue_xmit
 2017-01-28  9:43 UTC  (3+ messages)
` [B.A.T.M.A.N.] [PATCH 2/2] batman-adv: Fix includes for IS_ERR/ERR_PTR

make SCSI passthrough support optional
 2017-01-28  8:32 UTC  (5+ messages)
` [PATCH 1/5] nvme/scsi: don't rely on BLK_MAX_CDB
` [PATCH 2/5] skd: implement trivial scsi ioctls directly
` [PATCH 3/5] block: make scsi_request and scsi ioctl support optional
` [PATCH 5/5] virtio_blk: make SCSI passthrough support configurable

INFO
 2017-01-28  9:29 UTC 

[pm:bleeding-edge 8/8] drivers/devfreq/devfreq.c:631:9: error: implicit declaration of function 'dev_pm_opp_get_suspend_opp'
 2017-01-28  9:23 UTC  (2+ messages)

[PATCH net-next v2 0/4] net: dsa: Port mirroring support
 2017-01-28  9:14 UTC  (3+ messages)
` [PATCH net-next v2 1/4] net: dsa: Add plumbing for port mirroring

[Buildroot] [PATCH] or1k: fix build without flex/bison on host
 2017-01-28  9:19 UTC 

raid1: cannot add disk to replace faulty because can only mount fs as read-only
 2017-01-28  9:17 UTC  (4+ messages)

[Cocci] position confusion?
 2017-01-28  9:16 UTC  (6+ messages)

[B.A.T.M.A.N.] [PATCH v2 0/4] Broadcast Avoidances, Neighborhood Hash
 2017-01-28  9:07 UTC  (4+ messages)
` [B.A.T.M.A.N.] [PATCH v2 1/4] batman-adv: Keep hard interface neighbor list sorted

[Buildroot] [PATCH 1/1] package/libdrm: bump version to 2.4.75
 2017-01-28  9:00 UTC 

[Buildroot] [RFC] package/sdl2_ttf: include GL/gl.h while checking for OpenGL support
 2017-01-28  8:56 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/8] More sensible default for -drive interface type
 2017-01-28  8:53 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 8/8] hw: Drop superfluous special checks for orphaned -drive

[Buildroot] [PATCH] DEVELOPERS: add me to or1k, sort alphabetically
 2017-01-28  8:52 UTC 

[PATCH 0/4] drm/i915/lspcon: Fix resume time init due to low HPD
 2017-01-28  8:19 UTC  (16+ messages)
` [PATCH 1/4] drm/i915/gen9+: Enable hotplug detection early
` [PATCH 2/4] drm/i915/lspcon: Fix resume time initialization due to unasserted HPD
` [PATCH 3/4] drm/i915/lspcon: Remove DPCD compare based resume time workaround
` [PATCH 4/4] drm/i915/gen5+, pch: Enable hotplug detection early

[PATCH] staging: rtl8188eu: checkpatch fixes: removed not necessary braces
 2017-01-28  8:41 UTC  (4+ messages)
` [PATCH] staging: rtl8188eu: checkpatch fixes: removed not necessary braces {}

[PATCH v2 01/14] rt2x00: rt2800lib: move rt2800_drv_data declaration into rt2800lib.h
 2017-01-28  8:48 UTC  (2+ messages)
` [v2, "

[PATCH v2 1/3] mm: alloc_contig_range: allow to specify GFP mask
 2017-01-28  8:46 UTC  (5+ messages)

[Buildroot] [V3 01/10] janus-gateway: remove unessasary dependencies
 2017-01-28  8:46 UTC  (2+ messages)

[RFC PATCH 00/17] introduce a dax_inode for dax_operations
 2017-01-28  8:37 UTC  (36+ messages)
` [RFC PATCH 01/17] dax: refactor dax-fs into a generic provider of dax inodes
` [RFC PATCH 02/17] dax: convert dax_inode locking to srcu
` [RFC PATCH 03/17] dax: add a facility to lookup a dax inode by 'host' device name
` [RFC PATCH 04/17] dax: introduce dax_operations
` [RFC PATCH 05/17] pmem: add dax_operations support
` [RFC PATCH 06/17] axon_ram: "
` [RFC PATCH 07/17] brd: "
` [RFC PATCH 08/17] dcssblk: "
` [RFC PATCH 09/17] block: kill bdev_dax_capable()
` [RFC PATCH 10/17] block: introduce bdev_dax_direct_access()
` [RFC PATCH 11/17] dm: add dax_operations support (producer)
` [RFC PATCH 12/17] dm: add dax_operations support (consumer)
` [RFC PATCH 13/17] fs: update mount_bdev() to lookup dax infrastructure
` [RFC PATCH 14/17] ext2, ext4, xfs: retrieve dax_inode through iomap operations
` [RFC PATCH 15/17] Revert "block: use DAX for partition table reads"
` [RFC PATCH 16/17] fs, dax: convert filesystem-dax to bdev_dax_direct_access
` [RFC PATCH 17/17] block: remove block_device_operations.direct_access and related infrastructure

[Buildroot] [PATCH 0/2] efl: allow smaller builds
 2017-01-28  8:45 UTC  (6+ messages)
` [Buildroot] [PATCH 1/2] efl: fix target package dependency on util-linux (libmount)

[PATCH 1/2] mmc: core: simplify ida handling
 2017-01-28  8:32 UTC 

[Buildroot] [PATCH 1/3] mkpimage: rewrite to support header version 1
 2017-01-28  8:42 UTC  (5+ messages)

[Buildroot] [git commit] janus-gateway: add dependency of streaming plugin on headers >= 3.9
 2017-01-28  8:41 UTC 

[Buildroot] [git commit] janus-gateway: make voicemail plugin optional
 2017-01-28  8:39 UTC 

[Buildroot] [git commit] janus-gateway: make video call plugin optional
 2017-01-28  8:39 UTC 

[Buildroot] [git commit] janus-gateway: make video room plugin optional
 2017-01-28  8:39 UTC 

[Buildroot] [git commit] janus-gateway: make audio bridge plugin optional
 2017-01-28  8:39 UTC 

[Buildroot] [git commit] janus-gateway: make sofia-sip a optional dependency
 2017-01-28  8:39 UTC 

[Buildroot] [git commit] janus-gateway: make echo test plugin optional
 2017-01-28  8:39 UTC 

[Buildroot] [git commit] janus-gateway: make text room plugin optional
 2017-01-28  8:39 UTC 

[Buildroot] [git commit] janus-gateway: make streaming plugin optional
 2017-01-28  8:39 UTC 

[Buildroot] [git commit] janus-gateway: make recordplay plugin optional
 2017-01-28  8:39 UTC 

[Buildroot] [git commit] janus-gateway: remove unnecessary dependencies
 2017-01-28  8:39 UTC 

[PATCH] x86: Improve documentation for low-level device I/O functions
 2017-01-28  8:38 UTC  (2+ messages)

[PATCH net] mlx4: xdp_prog becomes inactive after ethtool '-L' or '-G'
 2017-01-28  7:40 UTC 

[Qemu-devel] [PATCH] target/s390x: Fix broken user mode
 2017-01-28  8:36 UTC 

[REGRESSION] EFI mixed mode patch triggers boot failure
 2017-01-28  8:35 UTC  (7+ messages)

[PATCH] i2c: piix4: Fix request_region size
 2017-01-28  8:36 UTC  (2+ messages)

[Qemu-trivial] [PATCH] target/s390x: Fix typo
 2017-01-28  8:34 UTC  (2+ messages)
` [Qemu-devel] "

[PATCH 2/2] mmc: core: fix error path in mmc_host_alloc
 2017-01-28  8:32 UTC 

[linux-3.14 baseline-only test] 68475: tolerable FAIL
 2017-01-28  8:33 UTC 

split scsi passthrough fields out of struct request V2
 2017-01-28  8:29 UTC  (10+ messages)
` [PATCH 14/18] scsi: remove __scsi_alloc_queue
` [PATCH 15/18] scsi: allocate scsi_cmnd structures as part of struct request

[PATCH] IB/srpt: Accept GUIDs as port names
 2017-01-28  8:27 UTC  (4+ messages)

split scsi passthrough fields out of struct request V3
 2017-01-28  8:26 UTC  (4+ messages)

[PATCH v2] mmc: meson-gx: set max block count
 2017-01-28  8:25 UTC  (2+ messages)

[PATCH] doc: convert UIO howto from docbook to sphinx
 2017-01-28  8:22 UTC  (3+ messages)

[Cocci] modifying initializers with spatch?
 2017-01-28  8:20 UTC  (16+ messages)

[PATCH] mmc: meson-gx: set max block count to 256
 2017-01-28  8:18 UTC  (4+ messages)

[PATCH 8/8] Revert "ext4: fix wrong gfp type under transaction"
 2017-01-28  8:17 UTC  (16+ messages)
                  ` [Cluster-devel] "

[PATCH v5 00/12] mmc: Add support to Marvell Xenon SD Host Controller
 2017-01-28  8:16 UTC  (8+ messages)
` [PATCH v5 06/12] mmc: sdhci-xenon: Add Marvell Xenon SDHC core functionality

[Buildroot] [PATCH v2] valgrind: Force -fno-stack-protector in CFLAGS
 2017-01-28  8:11 UTC  (2+ messages)

[Buildroot] [git commit] valgrind: Force -fno-stack-protector in CFLAGS
 2017-01-28  8:11 UTC 

[Buildroot] [PATCH v2 1/2] Fix reverse dependencies of util-linux
 2017-01-28  8:08 UTC  (2+ messages)

Questions about drive sector sizes
 2017-01-28  8:03 UTC 

[Buildroot] [git commit] package: update comments for reverse dependencies of util-linux
 2017-01-28  8:03 UTC 

[Buildroot] [git commit] package: fix reverse dependencies of util-linux
 2017-01-28  8:02 UTC 

[PATCH linux v2] arm: aspeed: zaius: Disable LPC reset for UART1
 2017-01-28  8:00 UTC  (3+ messages)

[Buildroot] [PATCH v2 1/3] package/x11r7/xserver_xorg-server: Fix build with wayland, part I
 2017-01-28  7:56 UTC  (6+ messages)
` [Buildroot] [PATCH v2 2/3] package/x11r7/xserver_xorg-server: Fix build with wayland, part II
` [Buildroot] [PATCH v2 3/3] package/pkgconf: variable pkgdatadir also needs sysroot prefixing, wayland patch III

[Buildroot] [git commit] package/x11r7/xserver_xorg-server: fix CLOCK_MONOTONIC detection for Xwayland
 2017-01-28  7:55 UTC 

[Buildroot] [git commit] package/x11r7/xserver_xorg-server: add missing dependency for wayland support
 2017-01-28  7:51 UTC 

Elks networking
 2017-01-28  7:50 UTC  (3+ messages)

[PATCH] watchdog: constify watchdog_ops structures
 2017-01-28  7:41 UTC  (2+ messages)

[Buildroot] [PATCH v5 00/19] Reproducible builds
 2017-01-28  7:35 UTC  (3+ messages)
` [Buildroot] [PATCH v5 03/19] core: do not reset DEPENDENCIES_HOST_PREREQ in dependencies.mk

[Buildroot] [git commit] core: do not reset DEPENDENCIES_HOST_PREREQ in dependencies.mk
 2017-01-28  7:30 UTC 

[Buildroot] [autobuild.buildroot.net] Build results for 2017-01-27
 2017-01-28  7:29 UTC 

WARNING: CPU: 1 PID: 15 at kernel/sched/sched.h:804 assert_clock_updated.isra.62.part.63+0x25/0x27
 2017-01-28  7:21 UTC 

Need module help
 2017-01-28  7:19 UTC  (11+ messages)

[PATCH] MAINTAINERS: ath9k-devel is closed
 2017-01-28  7:16 UTC  (2+ messages)
`  "

[PATCH] rtlwifi: rtl_usb: Fix for URB leaking when doing ifconfig up/down
 2017-01-28  7:11 UTC  (2+ messages)
`  "

[PATCH] wlcore: print the sdio buffer after reading it
 2017-01-28  7:11 UTC  (2+ messages)
`  "

[PATCH 1/2] mwifiex: mwifiex_unmap_pci_memory() handling for sleep confirm
 2017-01-28  7:10 UTC  (2+ messages)
` [1/2] "

[PATCH v4 1/3] rt2x00: add copy of clk for soc devices
 2017-01-28  7:09 UTC  (2+ messages)
` [v4,1/3] "

[PATCH] IB/cma: Fix reversed test
 2017-01-28  6:59 UTC  (5+ messages)

Nvidia recent drivers
 2017-01-28  6:58 UTC  (3+ messages)

[Qemu-devel] [PATCH] hw/char/mcf_uart: QOMify the ColdFire UART
 2017-01-28  6:56 UTC 

[qemu-upstream-4.6-testing baseline-only test] 68473: tolerable FAIL
 2017-01-28  6:51 UTC 

File system is oddly full after kernel upgrade, balance doesn't help
 2017-01-28  6:46 UTC  (2+ messages)

[PATCH v2 00/13] wil6210 patches
 2017-01-28  6:32 UTC  (7+ messages)
` [PATCH v2 01/13] wil6210: add sysfs file for FTM calibration

[PATCH v2] Staging: speakup - syle fix permissions to octal
 2017-01-28  6:35 UTC 

[PATCH v2 0/2] prctl: make PR_SET_CHILD_SUBREAPER deterministic
 2017-01-28  6:38 UTC  (5+ messages)
` [PATCH] prctl.2: Document new PR_SET_CHILD_SUBREAPER semantics

[PATCH] brcmfmac: drop duplicated core selection from brcmf_pcie_attach
 2017-01-28  6:37 UTC  (2+ messages)
`  "

Disable movw/movt with clang
 2017-01-28  6:26 UTC 

[PATCH] Staging: speakup - syle fix permissions to octal
 2017-01-28  6:14 UTC  (2+ messages)

[Qemu-devel] [Bug 1660010] [NEW] AArch64 system emulation cannot execute virt uefi in 2.7 or 2.8
 2017-01-28  6:08 UTC 

[PATCH v2 0/2] i2c: Add Tegra BPMP I2C proxy driver
 2017-01-28  5:42 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: Add Tegra186 BPMP I2C binding

show all merge conflicts
 2017-01-28  5:42 UTC  (3+ messages)

[HMM v17 00/14] HMM (Heterogeneous Memory Management) v17
 2017-01-28  5:39 UTC  (3+ messages)

[PATCH net-next 1/2] qed: Add infrastructure for PTP support
 2017-01-28  5:37 UTC  (2+ messages)

[net-next v2] openvswitch: Simplify do_execute_actions()
 2017-01-28  5:35 UTC  (2+ messages)

[U-Boot] [PATCH v5 0/9] disk: convert to Kconfig
 2017-01-28  5:35 UTC  (5+ messages)
` [U-Boot] [PATCH v5 6/9] kbuild: add include linux/kconfig.h in config.h

[qemu-mainline test] 104788: regressions - trouble: blocked/broken/fail/pass
 2017-01-28  5:27 UTC 

cron job: media_tree daily build: WARNINGS
 2017-01-28  5:15 UTC 

[xen-unstable baseline-only test] 68470: tolerable trouble: blocked/broken/fail/pass
 2017-01-28  5:10 UTC 

btrfs recovery
 2017-01-28  5:00 UTC  (7+ messages)

pkg_postinst shell?
 2017-01-28  2:58 UTC 

ibmvtpm byteswapping inconsistency
 2017-01-28  4:28 UTC  (8+ messages)

[Qemu-devel] HPET emulation and 64-bit access using 32-bit processor
 2017-01-28  4:28 UTC 

[PATCH v4] log --graph: customize the graph lines with config log.graphColors
 2017-01-28  4:07 UTC  (5+ messages)
` [PATCH v5 0/3] nd/log-graph-configurable-colors
  ` [PATCH v5 1/3] color.c: fix color_parse_mem() with value_len == 0

[Bug 97620] New: [REGRESSION] KMS having issues after kernel upgrade (4.5.1-1 to 4.6.4-1)
 2017-01-28  4:03 UTC  (2+ messages)
  ` [Bug 97620] [REGRESSION, bisected] KMS can't initialize GeForce GTX 460 after commit a6a0f67ca7aae2e6bec7ebf55d1e4853dc220816


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.