All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-12-29 11:42:05 to 2020-12-29 13:09:19 UTC [more...]

[Buildroot] [git commit] package/tcpdump: add SELinux module
 2020-12-29 13:09 UTC 

[Buildroot] [git commit] package/nmap: add SELinux module
 2020-12-29 13:09 UTC 

[Buildroot] [git commit] package/mtr: add SELinux module
 2020-12-29 13:09 UTC 

[PATCH] sh: kernel: traps: remove unused variable
 2020-12-29 13:07 UTC  (2+ messages)

[PATCH 00/14] MFD/extcon/ASoC: Add support for Intel Bay Trail boards with WM5102 codec
 2020-12-29 13:06 UTC  (25+ messages)
` [PATCH 01/14] mfd: arizona: Add jack pointer to struct arizona
` [PATCH 02/14] mfd: arizona: Add MODULE_SOFTDEP("pre: arizona_ldo1")
` [PATCH 04/14] mfd: arizona: Allow building arizona MFD-core as module
` [PATCH 06/14] extcon: arizona: Fix various races on driver unbind
` [PATCH 07/14] extcon: arizona: Fix modalias
` [PATCH 08/14] extcon: arizona: Fix flags parameter to the gpiod_get("wlf,micd-pol") call
` [PATCH 09/14] extcon: arizona: Add arizona_set_extcon_state() helper

[PATCH] btrfs: relocation: output warning message for leftover v1 space cache before aborting current data balance
 2020-12-29 13:06 UTC  (9+ messages)

[Buildroot] [git commit] package/iputils: add SELinux module
 2020-12-29 13:07 UTC 

[PATCH] regmap: irq: do not allow setting irq bits during ack
 2020-12-29 13:06 UTC  (2+ messages)

[Buildroot] [git commit] package/fping: add SELinux module
 2020-12-29 13:06 UTC 

[Buildroot] [git commit] package/nftables: add SELinux module
 2020-12-29 13:06 UTC 

[Buildroot] [git commit] package/iptables: add SELinux module
 2020-12-29 13:06 UTC 

[Buildroot] [git commit] package/ipset: add SELinux module
 2020-12-29 13:06 UTC 

[Buildroot] [git commit] package/ebtables: add SELinux module
 2020-12-29 13:06 UTC 

[Buildroot] [git commit] package/wpa_supplicant: add SELinux module
 2020-12-29 13:06 UTC 

[Buildroot] [git commit] package/network-manager: add SELinux module
 2020-12-29 13:06 UTC 

[Buildroot] [git commit] package/iwd: add SELinux module
 2020-12-29 13:05 UTC 

[RFC 1/2] KVM: add initial support for KVM_SET_IOREGION
 2020-12-29 13:04 UTC  (2+ messages)

[PATCH] video: fbdev: simplefb: Fix info message during probe
 2020-12-29 13:02 UTC  (3+ messages)

Bug in Bonito? (mips/fuloong2e)
 2020-12-29 13:02 UTC  (4+ messages)

[PATCH 1/1] efi/efi_test: read RuntimeServicesSupported
 2020-12-29 13:01 UTC  (3+ messages)

Linux kernel 4.14.213 released
 2020-12-29 13:00 UTC 

[PATCH 0/3] Add some perf support for mips
 2020-12-29 12:56 UTC  (4+ messages)
` [PATCH 1/3] MIPS: kernel: Support extracting off-line stack traces from user-space with perf
` [PATCH 2/3] perf tools: Support mips unwinding and dwarf-regs
` [PATCH 3/3] perf tools: Generate mips syscalls_n64.c syscall table

suggested patch to allow user to access their own file
 2020-12-29 12:25 UTC 

Linux kernel 4.9.249 released
 2020-12-29 12:55 UTC 

u-boot: rk3308 added support rock pi s
 2020-12-29 12:53 UTC  (2+ messages)

[dm-devel] [PATCH v1 0/5] dm: dm-user: New target that proxies BIOs to userspace
 2020-12-29 12:52 UTC  (3+ messages)

[PATCH] Kernel: fork.c: Fix coding style: Do not use {} around single-line statements
 2020-12-29 12:48 UTC  (2+ messages)

Linux kernel 4.4.249 released
 2020-12-29 12:50 UTC 

[PATCH v2 0/2] Fix via-ide for fuloong2e
 2020-12-29 12:49 UTC  (9+ messages)
` [PATCH v2 2/2] via-ide: Fix fuloong2e support

[Intel-gfx] [PATCH 01/56] drm/i915/gt: Restore ce->signal flush before releasing virtual engine
 2020-12-29 12:49 UTC  (59+ messages)
` [Intel-gfx] [PATCH 02/56] drm/i915/gt: Only retire on the last breadcrumb if the last request
` [Intel-gfx] [PATCH 03/56] drm/i915/gt: Cancel submitted requests upon context reset
` [Intel-gfx] [PATCH 04/56] drm/i915/gt: Pull context closure check from request submit to schedule-in
` [Intel-gfx] [PATCH 05/56] drm/i915/gem: Peek at the inflight context
` [Intel-gfx] [PATCH 06/56] drm/i915: Mark up protected uses of 'i915_request_completed'
` [Intel-gfx] [PATCH 07/56] drm/i915: Drop i915_request.lock serialisation around await_start
` [Intel-gfx] [PATCH 08/56] drm/i915: Drop i915_request.lock requirement for intel_rps_boost()
` [Intel-gfx] [PATCH 09/56] drm/i915/gem: Reduce ctx->engine_mutex for reading the clone source
` [Intel-gfx] [PATCH 10/56] drm/i915/gem: Reduce ctx->engines_mutex for get_engines()
` [Intel-gfx] [PATCH 11/56] drm/i915: Reduce test_and_set_bit to set_bit in i915_request_submit()
` [Intel-gfx] [PATCH 12/56] drm/i915/gt: Drop atomic for engine->fw_active tracking
` [Intel-gfx] [PATCH 13/56] drm/i915/gt: Extract busy-stats for ring-scheduler
` [Intel-gfx] [PATCH 14/56] drm/i915/gt: Convert stats.active to plain unsigned int
` [Intel-gfx] [PATCH 15/56] drm/i915/gt: Do not suspend bonded requests if one hangs
` [Intel-gfx] [PATCH 16/56] drm/i915/gt: Remove timeslice suppression
` [Intel-gfx] [PATCH 17/56] drm/i915/gt: Skip over completed active execlists, again
` [Intel-gfx] [PATCH 18/56] drm/i915: Strip out internal priorities
` [Intel-gfx] [PATCH 19/56] drm/i915: Remove I915_USER_PRIORITY_SHIFT
` [Intel-gfx] [PATCH 20/56] drm/i915: Replace engine->schedule() with a known request operation
` [Intel-gfx] [PATCH 21/56] drm/i915: Teach the i915_dependency to use a double-lock
` [Intel-gfx] [PATCH 22/56] drm/i915: Restructure priority inheritance
` [Intel-gfx] [PATCH 23/56] drm/i915/selftests: Measure set-priority duration
` [Intel-gfx] [PATCH 24/56] drm/i915/selftests: Exercise priority inheritance around an engine loop
` [Intel-gfx] [PATCH 25/56] drm/i915: Improve DFS for priority inheritance
` [Intel-gfx] [PATCH 26/56] drm/i915: Extract request submission from execlists
` [Intel-gfx] [PATCH 27/56] drm/i915: Extract request rewinding "
` [Intel-gfx] [PATCH 28/56] drm/i915: Extract request suspension from the execlists backend
` [Intel-gfx] [PATCH 29/56] drm/i915: Extract the ability to defer and rerun a request later
` [Intel-gfx] [PATCH 30/56] drm/i915: Fix the iterative dfs for defering requests
` [Intel-gfx] [PATCH 31/56] drm/i915: Move common active lists from engine to i915_scheduler
` [Intel-gfx] [PATCH 32/56] drm/i915: Move scheduler queue
` [Intel-gfx] [PATCH 33/56] drm/i915: Move tasklet from execlists to sched
` [Intel-gfx] [PATCH 34/56] drm/i915: Replace priolist rbtree with a skiplist
` [Intel-gfx] [PATCH 35/56] drm/i915: Wrap cmpxchg64 with try_cmpxchg64() helper
` [Intel-gfx] [PATCH 36/56] drm/i915: Fair low-latency scheduling
` [Intel-gfx] [PATCH 37/56] drm/i915/gt: Specify a deadline for the heartbeat
` [Intel-gfx] [PATCH 38/56] drm/i915: Extend the priority boosting for the display with a deadline
` [Intel-gfx] [PATCH 39/56] drm/i915/gt: Support virtual engine queues
` [Intel-gfx] [PATCH 40/56] drm/i915: Move saturated workload detection back to the context
` [Intel-gfx] [PATCH 41/56] drm/i915: Bump default timeslicing quantum to 5ms
` [Intel-gfx] [PATCH 42/56] drm/i915/gt: Wrap intel_timeline.has_initial_breadcrumb
` [Intel-gfx] [PATCH 43/56] drm/i915/gt: Track timeline GGTT offset separately from subpage offset
` [Intel-gfx] [PATCH 44/56] drm/i915/gt: Add timeline "mode"
` [Intel-gfx] [PATCH 45/56] drm/i915/gt: Use indices for writing into relative timelines
` [Intel-gfx] [PATCH 46/56] drm/i915/selftests: Exercise relative timeline modes
` [Intel-gfx] [PATCH 47/56] drm/i915/gt: Use ppHWSP for unshared non-semaphore related timelines
` [Intel-gfx] [PATCH 48/56] Restore "drm/i915: drop engine_pin/unpin_breadcrumbs_irq"
` [Intel-gfx] [PATCH 49/56] drm/i915/gt: Couple tasklet scheduling for all CS interrupts
` [Intel-gfx] [PATCH 50/56] drm/i915/gt: Support creation of 'internal' rings
` [Intel-gfx] [PATCH 51/56] drm/i915/gt: Use client timeline address for seqno writes
` [Intel-gfx] [PATCH 52/56] drm/i915/gt: Infrastructure for ring scheduling
` [Intel-gfx] [PATCH 53/56] drm/i915/gt: Enable busy-stats for ring-scheduler
` [Intel-gfx] [PATCH 54/56] drm/i915/gt: Implement ring scheduler for gen6/7
` [Intel-gfx] [PATCH 55/56] drm/i915/gt: Enable ring scheduling "
` [Intel-gfx] [PATCH 56/56] drm/i915/gt: Limit C-states while waiting for requests
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/56] drm/i915/gt: Restore ce->signal flush before releasing virtual engine
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[PATCH] arm64: dts: qcom: pm8994: Add resin node to PON
 2020-12-29 12:47 UTC 

[PATCH 00/24] NetBSD fixes
 2020-12-29 12:46 UTC  (11+ messages)
` [PATCH 06/24] Handle the case where vifname is not present in xenstore
` [PATCH 07/24] Remove NetBSD's system headers. We'll use the system-provided ones, which are up to date
` [PATCH 08/24] Make libs/call build on NetBSD
` [PATCH 10/24] Make libs/evtchn "
` [PATCH 11/24] Implement foreignmemory "

[Intel-gfx] [PATCH i-g-t] i915/gem_ctx_engines: Exercise independence across all physical engines
 2020-12-29 12:45 UTC  (3+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for i915/gem_ctx_engines: Exercise independence across all physical engines (rev3)
` [igt-dev] ✗ Fi.CI.IGT: failure "

drivers/usb/host/max3421-hcd.o: warning: objtool: max3421_spi_thread() falls through to next function max3421_irq_handler()
 2020-12-29 12:45 UTC 

[PATCH v16 00/26] Control-flow Enforcement: Shadow Stack
 2020-12-29 12:39 UTC  (3+ messages)
` [PATCH v16 02/26] x86/cet/shstk: Add Kconfig option for user-mode control-flow protection

[PATCH v2 2/2] ASoC: rt715:add Mic Mute LED control support
 2020-12-29 12:40 UTC  (3+ messages)

[chrome-os:chromeos-5.10 87/1137] sound/soc/qcom/lpass-sc7180.c:287:34: warning: unused variable 'sc7180_lpass_cpu_device_id'
 2020-12-29 12:31 UTC 

cdc_ncm kernel log spam with trendnet 2.5G USB adapter
 2020-12-29 12:30 UTC  (6+ messages)
` [PATCH] CDC-NCM: remove "connected" log message

[PATCH 0/4] arm64: dts: imx8m: add spda bus
 2020-12-29 12:26 UTC  (12+ messages)
` [PATCH 1/4] arm64: dts: imx8mn: add spba bus node of aips3
` [PATCH 2/4] arm64: dts: imx8mn: add spba bus node
` [PATCH 3/4] "
` [PATCH 4/4] arm64: dts: imx8mq: "

[PATCH 00/21] Control VQ support in vDPA
 2020-12-29 12:24 UTC  (7+ messages)
` [PATCH 11/21] vhost-vdpa: introduce asid based IOTLB
` [PATCH 12/21] vhost-vdpa: introduce uAPI to get the number of virtqueue groups

[xen-unstable test] 157950: tolerable FAIL
 2020-12-29 12:25 UTC 

[PATCH] drm/komeda: use bitmap API to convert U32 to bitmap
 2020-12-29 12:22 UTC  (4+ messages)

[Intel-gfx] [PATCH 01/54] drm/i915/gt: Cancel submitted requests upon context reset
 2020-12-29 12:23 UTC  (6+ messages)
` [Intel-gfx] [PATCH 03/54] drm/i915/gem: Peek at the inflight context
` [Intel-gfx] [PATCH 04/54] drm/i915: Mark up protected uses of 'i915_request_completed'

[PATCH 01/13] imx: imx8mp_evk: enable eth support
 2020-12-29 12:19 UTC  (3+ messages)
` [PATCH 05/13] imx: imx8mn_evk: correct stack/malloc adress

b4 ty unicode crash
 2020-12-29 12:16 UTC  (3+ messages)
  ` [tools] "

[PATCH] mm: rectify a page bad reason
 2020-12-29 12:13 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/gt: Define guc firmware blob for older Cometlakes
 2020-12-29 12:08 UTC  (2+ messages)
`  "

[RFC 0/2] Introduce MMIO/PIO dispatch file descriptors (ioregionfd)
 2020-12-29 12:06 UTC  (4+ messages)
` [RFC 2/2] KVM: add initial support for ioregionfd blocking read/write operations

arch/arm64/kvm/va_layout.c:255:6: warning: no previous prototype for function 'kvm_get_kimage_voffset'
 2020-12-29 12:05 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: arm: fsl: add Kontron sl28 variant 1
 2020-12-29 12:03 UTC  (4+ messages)
` [PATCH 2/2] arm64: dts: freescale: sl28: add "

[PATCH RESEND v5 0/4] add NXP imx8mp usb support
 2020-12-29 11:37 UTC  (10+ messages)
` [PATCH RESEND v5 1/4] dt-bindings: usb: dwc3-imx8mp: add imx8mp dwc3 glue bindings
` [PATCH RESEND v5 2/4] usb: dwc3: add imx8mp dwc3 glue layer driver
` [PATCH RESEND v5 3/4] arm64: dtsi: imx8mp: add usb nodes
` [PATCH RESEND v5 4/4] arm64: dts: imx8mp-evk: enable usb1 as host mode

drivers/gpu/drm/i915/gvt/kvmgt.c:1447 intel_vgpu_ioctl() warn: potential spectre issue 'vdev->region'
 2020-12-29 12:00 UTC 

Time to re-enable Runtime PM per default for PCI devcies?
 2020-12-29 11:56 UTC  (5+ messages)

[PATCH 1/2] video: eliminate unused drivers/video/mb862xx.c
 2020-12-29 11:52 UTC  (2+ messages)
` [PATCH 2/2] video: remove unused include/mb862xx.h

[PATCH 1/3] tools/lib/fs: Prefer cgroup v1 path
 2020-12-29 11:51 UTC  (3+ messages)
` [PATCH 3/3] tools/lib/fs: Cache cgroupfs mount point

[PATCH 0/7] arm64: dts: fsl: use the new clockgen constants
 2020-12-29 11:47 UTC  (16+ messages)
` [PATCH 1/7] arm64: dts: ls1012a: use constants in the clockgen phandle
` [PATCH 2/7] arm64: dts: ls1028a: "
` [PATCH 3/7] arm64: dts: ls1043a: "
` [PATCH 4/7] arm64: dts: ls1046a: "
` [PATCH 5/7] arm64: dts: ls1088a: "
` [PATCH 6/7] arm64: dts: ls208xa: "
` [PATCH 7/7] arm64: dts: lx2160a: "

[libvirt test] 157953: regressions - trouble: blocked/fail/pass/starved
 2020-12-29 11:49 UTC 

INFO: task hung in usbdev_open (2)
 2020-12-29 11:48 UTC 

[PATCH v6 0/4] Introduce perf-stat -b for BPF programs
 2020-12-29 11:48 UTC  (4+ messages)
` [PATCH v6 2/4] perf: support build BPF skeletons with perf

[PATCH RFC net-next 0/6] RFC: TLS TX HW offload for Bond
 2020-12-29 11:41 UTC  (7+ messages)
` [PATCH RFC net-next 1/6] net: netdevice: Add operation ndo_sk_get_slave
` [PATCH RFC net-next 2/6] net/tls: Device offload to use lowest netdevice in chain
` [PATCH RFC net-next 3/6] net/tls: Except bond interface from some TLS checks
` [PATCH RFC net-next 4/6] net/bonding: Take IP hash logic into a helper
` [PATCH RFC net-next 5/6] net/bonding: Implement ndo_sk_get_slave
` [PATCH RFC net-next 6/6] net/bonding: Support TLS TX device offload


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.