messages from 2018-03-06 23:06:48 to 2018-03-07 00:29:03 UTC [more...]
[linux-lvm] Fix lvm2 build against musl libc
2018-03-07 0:29 UTC (2+ messages)
[PATCH/RFC 00/60] omapdrm: Reverse direction of DSS device (dis)connect operations
2018-03-07 0:25 UTC (61+ messages)
` [PATCH/RFC 01/60] drm/omap: Allocate drm_device earlier and unref it as last step
` [PATCH/RFC 02/60] drm/omap: Manage the usable omap_dss_device list within omap_drm_private
` [PATCH/RFC 03/60] drm/omap: Do dss_device (display) ordering in omap_drv.c
` [PATCH/RFC 04/60] drm/omap: dss: Remove display ordering from dss/display.c
` [PATCH/RFC 05/60] drm/omap: dss: Gather OMAP DSS components at probe time
` [PATCH/RFC 06/60] drm/omap: dss: Move platform_device_register from core.c to dss.c probe
` [PATCH/RFC 07/60] drm/omap: dss: Remove omapdss_hdmi_ops set_infoframe operation
` [PATCH/RFC 08/60] drm/omap: dss: Remove omapdss_atv_ops get_wss and set_wss operations
` [PATCH/RFC 09/60] drm/omap: dss: Remove DSS encoders get_timings operation
` [PATCH/RFC 10/60] drm/omap: dss: Remove unused omapdss_default_get_timings()
` [PATCH/RFC 11/60] drm/omap: dss: Constify omap_dss_driver operations structure
` [PATCH/RFC 12/60] drm/omap: displays: Remove videomode from omap_dss_device structure
` [PATCH/RFC 13/60] drm/omap: dss: Remove omap_dss_device panel fields
` [PATCH/RFC 14/60] drm/omap: dss: Rename omap_dss_device list field to output_list
` [PATCH/RFC 15/60] drm/omap: dss: Create global list of all omap_dss_device instances
` [PATCH/RFC 16/60] drm/omap: dss: Create and use omapdss_device_is_registered()
` [PATCH/RFC 17/60] drm/omap: dss: Rework output lookup by port node
` [PATCH/RFC 18/60] drm/omap: dss: Allow looking up any device by port
` [PATCH/RFC 19/60] drm/omap: dss: Move common device operations to common structure
` [PATCH/RFC 20/60] drm/omap: dss: Add functions to connect and disconnect devices
` [PATCH/RFC 21/60] drm/omap: dss: Move debug message and checks to connection handlers
` [PATCH/RFC 22/60] drm/omap: dss: Move src and dst check and set "
` [PATCH/RFC 23/60] drm/omap: displays: Remove input omap_dss_device from panel data
` [PATCH/RFC 24/60] drm/omap: dsi: Simplify debugfs implementation
` [PATCH/RFC 25/60] drm/omap: Move DSI debugfs clocks dump to dsi%u_clks files
` [PATCH/RFC 26/60] drm/omap: dss: Remove output devices list
` [PATCH/RFC 27/60] drm/omap: dss: Rename for_each_dss_dev macro to for_each_dss_display
` [PATCH/RFC 28/60] drm/omap: dss: Make omap_dss_get_next_device() more generic
` [PATCH/RFC 29/60] drm/omap: dss: Split omapdss_register_display()
` [PATCH/RFC 30/60] drm/omap: dss: Remove panel devices list
` [PATCH/RFC 31/60] drm/omap: dss: Move and rename omap_dss_(get|put)_device()
` [PATCH/RFC 32/60] drm/omap: dss: Store dss_device pointer in omap_dss_device
` [PATCH/RFC 33/60] drm/omap: dss: Move DSS mgr ops and private data to dss_device
` [PATCH/RFC 34/60] drm/omap: dss: Modify omapdss_find_output_from_display() to return channel
` [PATCH/RFC 35/60] drm/omap: dss: Replace omap_dss_device port number with bitmask
` [PATCH/RFC 36/60] drm/omap: dss: Extend omapdss_of_find_source_for_first_ep() to sinks
` [PATCH/RFC 37/60] drm/omap: displays: Don't cast dssdev to panel data unnecessarily
` [PATCH/RFC 38/60] drm/omap: dss: Cleanup error paths in output init functions
` [PATCH/RFC 39/60] drm/omap: dss: dsi: Move initialization code from bind to probe
` [PATCH/RFC 40/60] drm/omap: dss: hdmi4: "
` [PATCH/RFC 41/60] drm/omap: dss: hdmi5: "
` [PATCH/RFC 42/60] drm/omap: dss: venc: "
` [PATCH/RFC 43/60] drm/omap: dss: Acquire next dssdev at probe time
` [PATCH/RFC 44/60] drm/omap: dss: Add for_each_dss_output() macro
` [PATCH/RFC 45/60] drm/omap: dss: Add function to retrieve display for an output
` [PATCH/RFC 46/60] drm/omap: dss: Remove duplicated parameter to dss_mgr_(dis)connect()
` [PATCH/RFC 47/60] drm/omap: dss: Get regulators at probe time
` [PATCH/RFC 48/60] drm/omap: Remove unneeded variable assignments in omap_modeset_init
` [PATCH/RFC 49/60] drm/omap: Create all planes before CRTCs
` [PATCH/RFC 50/60] drm/omap: Group CRTC, encoder, connector and dssdev in a structure
` [PATCH/RFC 51/60] drm/omap: Reverse direction of DSS device (dis)connect operations
` [PATCH/RFC 52/60] drm/omap: dss: Move connection checks to omapdss_device_(dis)connect
` [PATCH/RFC 53/60] drm/omap: dss: Move display type validation to initialization time
` [PATCH/RFC 54/60] drm/omap: dss: Merge two disconnection helpers
` [PATCH/RFC 55/60] drm/omap: Pass pipe pointer to omap_crtc_init()
` [PATCH/RFC 56/60] drm/omap: Store CRTC lookup by channel table in omap_drm_private
` [PATCH/RFC 57/60] drm/omap: Remove omap_crtc_output global array
` [PATCH/RFC 58/60] drm/omap: Remove supported output check in CRTC connect handler
` [PATCH/RFC 59/60] drm/omap: Set dispc_channel_connect from DSS output connect handlers
` [PATCH/RFC 60/60] drm/omap: dss: Remove the dss_mgr_(dis)connect() operations
[PATCH] drm/dp: only accept valid DP_TRAINING_AUX_RD_INTERVAL values
2018-03-07 0:24 UTC (4+ messages)
` [PATCH] drm/dp: Correctly mask DP_TRAINING_AUX_RD_INTERVAL values for DP 1.4
[Bug 198913] New: Swapping slows to about 20% of expected speed when using multiple swap partitions on separate drives (striping)
2018-03-07 0:23 UTC
[PATCH][RESEND] block: sed-opal: fix response string extraction
2018-03-07 0:23 UTC (2+ messages)
Roaming between IPv4 and IPv6?
2018-03-07 0:31 UTC (5+ messages)
[PATCH][roko] webkitgtk_2.16.6.bb: Remove gl3.h header reference
2018-03-07 0:01 UTC
[U-Boot] [PATCH 1/2] imx: board: Add support for the K+P's kp_imx6q_tpc board
2018-03-07 0:17 UTC (2+ messages)
` [U-Boot] [PATCH 2/2] boot: script: The boot.scr file for K+P's boards
[U-Boot] [PATCH 1/2] spi: omap3: Skip set_mode, set_speed from claim
2018-03-07 0:16 UTC (3+ messages)
` [U-Boot] [PATCH 2/2][Boards Need to Switch DM] spi: omap3_spi: Full dm conversion
[PATCH] insane.bbclass: skip opening invalid symlinks in package_qa_check_libdir
2018-03-07 0:15 UTC (2+ messages)
` [PATCH V2] insane.bbclass: skip opening "
[PATCH v3 0/6] DRM/i915 cgroup integration
2018-03-07 0:14 UTC (11+ messages)
` [PATCH v3 1/6] cgroup: Allow registration and lookup of cgroup private data
` [PATCH v3 2/6] cgroup: Introduce task_get_dfl_cgroup()
` [PATCH v3 3/6] cgroup: Introduce cgroup_permission()
` [PATCH v3 4/6] drm/i915: cgroup integration (v2)
` [PATCH v3 5/6] drm/i915: Introduce 'priority offset' for GPU contexts (v2)
` [PATCH v3 6/6] drm/i915: Add context priority & priority offset to debugfs (v2)
` [PATCH i-g-t 1/2] tools: Introduce intel_cgroup tool
` [PATCH i-g-t 2/2] tests: Introduce drv_cgroup
` ✗ Fi.CI.SPARSE: warning for DRM/i915 cgroup integration
` ✓ Fi.CI.BAT: success "
[Intel-wired-lan] [jkirsher-net-queue:dev-queue] BUILD SUCCESS f8f61bf698ed912651af041bd4c1b957a9d9daa8
2018-03-07 0:10 UTC
[PATCH 0/3] drm/vc4: Improve alpha format plane support
2018-03-07 0:10 UTC (4+ messages)
` [PATCH 2/3] drm/vc4: Check if plane requires background fill
[Qemu-devel] [PULL] RISC-V QEMU Port Submission v8.2
2018-03-07 0:09 UTC (2+ messages)
[U-Boot] [PATCHv2 1/2] dra7xx: Always enable UART1 and UART3 in early_padconf
2018-03-07 0:02 UTC (2+ messages)
` [U-Boot] [PATCHv2 2/2] Convert all of CONFIG_CONS_INDEX to Kconfig
[linuxtv-media:master 180/263] drivers/media/usb/em28xx/em28xx-dvb.c:1140:26: error: implicit declaration of function 'dvb_module_probe'; did you mean 'module_put'?
2018-03-07 0:02 UTC
[Qemu-devel] [PATCH v1 00/22] Spec conformance bug fixes and cleanups
2018-03-07 0:00 UTC (8+ messages)
` [Qemu-devel] [PATCH v1 09/22] RISC-V: Include hexidecimal instruction in
` [Qemu-devel] [PATCH v1 18/22] RISC-V: Remove braces from satp case statement with
[PATCH] xdiff: improve trimming preprocessing
2018-03-06 23:59 UTC (4+ messages)
[PATCH V3 1/8] scsi: hpsa: fix selection of reply queue
2018-03-07 0:00 UTC (11+ messages)
[PATCH] net: don't unnecessarily load kernel modules in dev_ioctl()
2018-03-06 23:59 UTC (4+ messages)
[PATCH] objtool: Fix 32-bit build
2018-03-06 23:58 UTC
[patch] mm, compaction: drain pcps for zone when kcompactd fails
2018-03-06 23:57 UTC (5+ messages)
[PATCH v4.15.7 1/1] x86/vdso: handle clock_gettime(CLOCK_MONOTONIC_RAW, &ts) in VDSO
2018-03-06 23:56 UTC
Regression in IPMI on 4.15.6
2018-03-06 23:54 UTC (11+ messages)
[linux-next:master 3210/5518] mm/vmscan.c:1293:1: warning: the frame size of 10120 bytes is larger than 8192 bytes
2018-03-06 23:52 UTC
[PATCH v2] x86/tsc: Convert ART in nanoseconds to TSC
2018-03-06 16:47 UTC
[PATCH] x86/tsc: Always Running Timer (ART) nanoseconds clocksource
2018-03-07 0:46 UTC (3+ messages)
[PATCH iproute2-next v2 00/12] ip more JSON
2018-03-06 23:51 UTC (2+ messages)
[PATCH] drm/i915/guc: Removed unused GuC parameters
2018-03-06 23:50 UTC (9+ messages)
[PATCH] MAINTAINERS: Add linux/of_*.h headers to appropriate subsystems
2018-03-06 23:49 UTC (2+ messages)
[PATCH] tests: don't lock fd 1 (stdout)
2018-03-06 23:45 UTC (2+ messages)
[PATCH 1/2] infiniband: qplib_fp: fix pointer cast
2018-03-06 23:45 UTC (4+ messages)
[PATCH][RESEND] block: sed-opal: fix u64 short atom length
2018-03-06 23:45 UTC (2+ messages)
[PATCH 8/9] RISC-V: Support RISCV_ALIGN relocations in modules
2018-03-06 23:45 UTC (2+ messages)
[PATCH 0/5] xfsprogs: my very own patchbomb
2018-03-06 23:44 UTC (18+ messages)
` [PATCH 1/5] libxfs: Replace XFS_BUF_SET_PTR with xfs_buf_associate_memory
` [PATCH 2/5] libxfs: add function to free all buffers in bcache
` [PATCH 3/5] libxfs: move xfs_inode_zone to rdwr.c
` [PATCH 4/5] libxfs: Catch non-empty zones on destroy
` [PATCH 4/5 V2] "
` [PATCH 5/5] Call libxfs_destroy from other utilities
` [PATCH 6/5] libxfs-apply: add Signed-off-by:
[Qemu-devel] [PATCH 00/19] uninorth fixes/mac_newworld board wiring improvements
2018-03-06 23:44 UTC (3+ messages)
` [Qemu-devel] [PATCH 07/19] uninorth: move PCI mmio memory region initialisation into init function
` [Qemu-devel] [Qemu-ppc] "
[PATCH net-next] modules: allow modprobe load regular elf binaries
2018-03-06 23:42 UTC (3+ messages)
[Qemu-devel] [PATCH v3 1/2] s390x/sclpconsole: Remove dead code - remove exit handlers
2018-03-06 23:40 UTC (4+ messages)
` [Qemu-devel] [PATCH v3 2/2] s390x: Change return type of virtio_ccw_exit to void
[PATCH v3 0/2] ndctl: move firmware update to dimm action
2018-03-06 23:46 UTC (3+ messages)
` [PATCH v3 1/2] ndctl: add check for update firmware supported
` [PATCH v3 2/2] ndctl: merge firmware-update to dimm.c as one of the dimm ops
[PATCH v2] timers: Don't wake ktimersoftd on every tick
2018-03-06 23:39 UTC (3+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] timers: Don't search for expired timers while TIMER_SOFTIRQ is scheduled
[PATCH v3 1/2] ndctl: add check for update firmware supported
2018-03-06 23:45 UTC
Question about a quirky (DesignWare) PCIe RC in Allwinner H6
2018-03-06 23:38 UTC (5+ messages)
[Intel-wired-lan] [jkirsher-next-queue:dev-queue] BUILD SUCCESS dd7a2dd23d5a889a9c5e2c2b8b44b80c5b80d447
2018-03-06 23:37 UTC
[PATCH v9 0/8] convert: add support for different encodings
2018-03-06 23:37 UTC (8+ messages)
` [PATCH v9 4/8] utf8: add function to detect a missing UTF-16/32 BOM
[PATCH 00/10] powerpc/mm/slice: improve slice speed and stack use
2018-03-06 23:35 UTC (16+ messages)
` [PATCH 06/10] powerpc/mm/slice: implement slice_check_range_fits
` [PATCH 07/10] powerpc/mm/slice: Switch to 3-operand slice bitops helpers
` [PATCH 08/10] powerpc/mm/slice: Use const pointers to cached slice masks where possible
` [PATCH 09/10] powerpc/mm/slice: use the dynamic high slice size to limit bitmap operations
` [PATCH 10/10] powerpc/mm/slice: remove radix calls to the slice code
[PATCH] RDMA/bnxt_re/qplib_sp: Use true and false for boolean values
2018-03-06 23:36 UTC (2+ messages)
[PATCH v2] infiniband: hw: Drop unnecessary continue
2018-03-06 23:35 UTC (3+ messages)
` [Outreachy kernel] "
ext4 confusion
2018-03-06 23:34 UTC (3+ messages)
[PATCH] infiniband: remove redundant assignment to pointer 'rdi'
2018-03-06 23:34 UTC (3+ messages)
What's cooking in git.git (Mar 2018, #02; Tue, 6)
2018-03-06 23:34 UTC
New KFD ioctls: taking the skeletons out of the closet
2018-03-06 23:34 UTC (3+ messages)
[PATCH] compressdev: implement API
2018-03-06 23:33 UTC (15+ messages)
[PATCH] docs: clarify security-bugs disclosure policy
2018-03-06 23:31 UTC (2+ messages)
[Qemu-devel] [PULL 00/11] ppc-for-2.12 queue 20180111
2018-03-06 23:30 UTC (4+ messages)
` [Qemu-devel] [PULL 06/11] hw/ide: Emulate SiI3112 SATA controller
` [Qemu-devel] [Qemu-ppc] "
[Qemu-devel] [PATCH] sii3112: Remove unneeded exit function
2018-03-06 23:15 UTC
[PATCH v4 2/2] virtio_net: Extend virtio to use VF datapath when available
2018-03-06 23:27 UTC (13+ messages)
` [virtio-dev] "
mainline build: 15 warnings 0 failures (mainline/v4.16-rc2-64-gaf3e79d)
2018-03-06 23:25 UTC (3+ messages)
ThunderX support in Xen
2018-03-06 23:25 UTC (4+ messages)
[Bug 103234] KWin crashed when Alt+Tab-ing through open windows
2018-03-06 23:25 UTC (2+ messages)
[Qemu-devel] [PATCH 0/2] block: fix nbd-server-stop crash after blockdev-snapshot-sync
2018-03-06 23:25 UTC (3+ messages)
` [Qemu-devel] [PATCH 2/2] iotests: add 208 nbd-server + blockdev-snapshot-sync test case
[PATCH 00/16] xfsprogs: misc fixes, geometry refactoring
2018-03-06 23:24 UTC (8+ messages)
` [PATCH 04/16] xfs_scrub: don't ask user to run xfs_repair for only warnings
[RFC] Rebasing merges: a jorney to the ultimate solution (Road Clear)
2018-03-06 23:24 UTC (23+ messages)
` [RFC] Rebasing merges: a jorney to the ultimate solution(RoadClear)
[PATCH v3.18] net: fec: introduce fec_ptp_stop and use in probe fail path
2018-03-06 23:23 UTC
[Qemu-devel] [PATCH v4 05/11] linux-user: fix mmap/munmap/mprotect/mremap/shmat
2018-03-06 23:20 UTC (3+ messages)
[PATCH v6 5/9] drm: Handle aspect-ratio info in getblob
2018-03-06 23:19 UTC (2+ messages)
[Qemu-devel] [PATCH] README: Fix typo 'git-publish'
2018-03-06 23:19 UTC (2+ messages)
[RFC][PATCH 1/2] drm_hwcomposer: Error out on YUV layer as it would fail for single planes
2018-03-06 23:19 UTC (2+ messages)
` [RFC][PATCH 2/2 v4] drm_hwcomposer: Add platformhisi buffer importer for hikey and hikey960
[PATCH V2 0/7] CPU cooling device new strategies
2018-03-06 23:19 UTC (3+ messages)
` [PATCH V2 5/7] thermal/drivers/cpu_cooling: Add idle cooling device documentation
C tricks for efficient stack zeroing
2018-03-06 23:18 UTC (2+ messages)
[PATCH -next] pstore: Avoid size casts for 842 compression
2018-03-06 23:18 UTC
[PATCH] ubi: Reject MLC NAND
2018-03-06 23:18 UTC (2+ messages)
[PATCH v3] pstore: add lz4hc and 842 compression support
2018-03-06 23:18 UTC (3+ messages)
` [PATCH v4] "
[Qemu-devel] [PATCH] migration: fix minor finalize leak
2018-03-06 23:17 UTC (2+ messages)
Git / Software Freedom Conservancy status report (2018)
2018-03-06 23:16 UTC
[PATCH] Reduce LOG_MSEC_SLACK
2018-03-06 23:16 UTC
[PATCH] Add an option to dm-verity to validate hashes at most once
2018-03-06 23:14 UTC
Please apply 32cba57ba74be to v4.1.y
2018-03-06 23:14 UTC
[Qemu-devel] [PATCH 0/3] change q35 default NIC to e1000e
2018-03-06 23:14 UTC (5+ messages)
` [Qemu-devel] [PATCH 1/3] qom: introduce object_class_get_list_sorted
` [Qemu-devel] [PATCH 2/3] net: allow using any PCI NICs in -net or -nic
Bitbake recipe using CMake that requires python-six as part of compiling?
2018-03-06 23:13 UTC (15+ messages)
[Intel-wired-lan] [jkirsher-net-queue:master] BUILD SUCCESS 22b8d8115d1b940d548a5fddcbce4cdd30083cfc
2018-03-06 23:12 UTC
[PATCH] HID: Logitech K290: Add driver for the Logitech K290 USB keyboard
2018-03-06 23:11 UTC (7+ messages)
` [PATCH v2 0/1] "
` [PATCH v2 1/1] HID: "
[Qemu-devel] [Bug 1753309] [NEW] Ethernet interrupt vectors for sabrelite machine are defined backwards
2018-03-06 23:05 UTC (2+ messages)
` [Qemu-devel] [Bug 1753309] "
[PATCH linux dev-4.13] clk: aspeed: Prevent reset and enable if clock is already enabled
2018-03-06 23:09 UTC (2+ messages)
[PATCH RFC v9 0/7] Introduce the STACKLEAK feature and a test for it
2018-03-06 23:09 UTC (17+ messages)
` [PATCH RFC v9 4/7] x86/entry: Erase kernel stack in syscall_trace_enter()
[U-Boot] [PATCH v3 00/21] efi: Enable basic sandbox support for EFI loader
2018-03-06 23:09 UTC (3+ messages)
` [U-Boot] [PATCH v3 06/21] efi: Correct header order in efi_memory
[PATCH bpf-next v8 00/11] Landlock LSM: Toward unprivileged sandboxing
2018-03-06 23:06 UTC (10+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.