linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-29 13:30:37 to 2020-05-29 16:02:17 UTC [more...]

[PATCH 1/2] sched/uclamp: Add a new sysctl to control RT default boost value
 2020-05-29 16:02 UTC  (8+ messages)

[PATCH] ARM: dts: imx53: ppd: alarm LEDs use kernel LED interface
 2020-05-29 16:02 UTC  (5+ messages)

[PATCH v4] Bluetooth: hci_qca: Improve controller ID info log level
 2020-05-29 15:59 UTC  (2+ messages)

[PATCH v1] Bluetooth: btmtkuart: Use serdev_device_write_buf() instead of serdev_device_write()
 2020-05-29 15:58 UTC 

[PATCH v2] perf jvmti: Remove redundant jitdump line table entries
 2020-05-29 15:59 UTC  (3+ messages)

[PATCHv4 1/2] spi: dw: add reset control
 2020-05-29 15:58 UTC  (2+ messages)
` [PATCHv4 2/2] dt-bindings: snps,dw-apb-ssi: add optional reset property

[PATCH 1/3] mfd: arizona: Remove BUG_ON usage
 2020-05-29 15:57 UTC  (3+ messages)
` [PATCH 2/3] mfd: madera: Fix minor formatting issues
` [PATCH 3/3] mfd: arizona: Ensure 32k clock is put on driver unbind and error

PANIC: double fault in fixup_bad_iret
 2020-05-29 15:57 UTC  (3+ messages)

[PATCH 1/1] tty: serial: owl: Add support for kernel debugger
 2020-05-29 15:56 UTC  (2+ messages)

[RFC 0/2] tools/build/ patches to allow setting NO_SYSCALL_TABLE=1 from make command line
 2020-05-29 15:55 UTC  (3+ messages)
` [PATCH 1/2] perf build: Group the NO_SYSCALL_TABLE logic
` [PATCH 2/2] perf build: Allow explicitely disabling the NO_SYSCALL_TABLE variable

[GIT PULL] Ceph fixes for 5.7-rc8
 2020-05-29 15:52 UTC 

[PATCH net] net: mvpp2: Enable autoneg bypass for 1000BaseX/2500BaseX ports
 2020-05-29 15:52 UTC  (12+ messages)

[PATCH 0/3] make vm_committed_as_batch aware of vm overcommit policy
 2020-05-29 15:50 UTC  (11+ messages)

[PATCH v5 00/11] dmaengine: dw: Take Baikal-T1 SoC DW DMAC peculiarities into account
 2020-05-29 15:48 UTC  (13+ messages)
` [PATCH v5 01/11] dt-bindings: dma: dw: Convert DW DMAC to DT binding
` [PATCH v5 02/11] dt-bindings: dma: dw: Add max burst transaction length property
` [PATCH v5 03/11] dmaengine: Introduce min burst length capability
` [PATCH v5 04/11] dmaengine: Introduce max SG list entries capability
` [PATCH v5 05/11] dmaengine: Introduce DMA-device device_caps callback
` [PATCH v5 06/11] dmaengine: dw: Take HC_LLP flag into account for noLLP auto-config
` [PATCH v5 07/11] dmaengine: dw: Set DMA device max segment size parameter
` [PATCH v5 08/11] dmaengine: dw: Add dummy device_caps callback
` [PATCH v5 09/11] dmaengine: dw: Initialize min and max burst DMA device capability
` [PATCH v5 10/11] dmaengine: dw: Introduce max burst length hw config
` [PATCH v5 11/11] dmaengine: dw: Initialize max_sg_nents capability

[PATCH v8 00/10] Genericize DW MIPI DSI bridge and add i.MX 6 driver
 2020-05-29 15:45 UTC  (3+ messages)
` [PATCH v8 08/10] drm: stm: dw-mipi-dsi: let the bridge handle the HW version check
  ` [Linux-stm32] "

[PATCH RFT] ravb: Mask PHY mode to avoid inserting delays twice
 2020-05-29 15:45 UTC  (3+ messages)

[PATCH net-next] net: phy: mscc: fix PHYs using the vsc8574_probe
 2020-05-29 15:45 UTC  (2+ messages)

[PATCH 0/4] pinctrl: bcm2835: Support for wake-up interrupts
 2020-05-29 15:44 UTC  (4+ messages)
` [PATCH 3/4] pinctrl: bcm2835: Match BCM7211 compatible string

[PATCH] vimc: debayer: Add support for ARGB format
 2020-05-29 15:43 UTC  (2+ messages)

[PATCH v3 00/28] KVM: nSVM: event fixes and migration support
 2020-05-29 15:39 UTC  (31+ messages)
` [PATCH 01/30] KVM: x86: track manually whether an event has been injected
` [PATCH 02/30] KVM: x86: enable event window in inject_pending_event
` [PATCH 03/30] KVM: nSVM: inject exceptions via svm_check_nested_events
` [PATCH 04/30] KVM: nSVM: remove exit_required
` [PATCH 05/30] KVM: nSVM: correctly inject INIT vmexits
` [PATCH 06/30] KVM: SVM: always update CR3 in VMCB
` [PATCH 07/30] KVM: nVMX: always update CR3 in VMCS
` [PATCH 08/30] KVM: nSVM: move map argument out of enter_svm_guest_mode
` [PATCH 09/30] KVM: nSVM: extract load_nested_vmcb_control
` [PATCH 10/30] KVM: nSVM: extract preparation of VMCB for nested run
` [PATCH 11/30] KVM: nSVM: move MMU setup to nested_prepare_vmcb_control
` [PATCH 12/30] KVM: nSVM: clean up tsc_offset update
` [PATCH 13/30] KVM: nSVM: pass vmcb_control_area to copy_vmcb_control_area
` [PATCH 14/30] KVM: nSVM: remove trailing padding for struct vmcb_control_area
` [PATCH 15/30] KVM: nSVM: save all control fields in svm->nested
` [PATCH 16/30] KVM: nSVM: restore clobbered INT_CTL fields after clearing VINTR
` [PATCH 17/30] KVM: nSVM: synchronize VMCB controls updated by the processor on every vmexit
` [PATCH 18/30] KVM: nSVM: remove unnecessary if
` [PATCH 19/30] KVM: nSVM: extract svm_set_gif
` [PATCH 20/30] KVM: SVM: preserve VGIF across VMCB switch
` [PATCH 21/30] KVM: nSVM: synthesize correct EXITINTINFO on vmexit
` [PATCH 22/30] KVM: nSVM: remove HF_VINTR_MASK
` [PATCH 23/30] KVM: nSVM: remove HF_HIF_MASK
` [PATCH 24/30] KVM: nSVM: split nested_vmcb_check_controls
` [PATCH 25/30] KVM: nSVM: leave guest mode when clearing EFER.SVME
` [PATCH 26/30] KVM: MMU: pass arbitrary CR0/CR4/EFER to kvm_init_shadow_mmu
` [PATCH 27/30] selftests: kvm: introduce cpu_has_svm() check
` [PATCH 28/30] selftests: kvm: add a SVM version of state-test
` [PATCH 29/30] selftests: kvm: fix smm test on SVM
` [PATCH 30/30] KVM: nSVM: implement KVM_GET_NESTED_STATE and KVM_SET_NESTED_STATE

Kernel crash due to memory corruption with v5.4.26-rt17 and PowerPC e500
 2020-05-29 15:38 UTC  (3+ messages)

[PATCH 00/10] iommu/amd: Updates and Cleanups
 2020-05-29 15:38 UTC  (3+ messages)
` [PATCH 01/10] iommu/amd: Move AMD IOMMU driver to a subdirectory

[PATCH] tpm_tis_spi: Don't send anything during flow control
 2020-05-29 15:37 UTC  (3+ messages)

mmotm 2020-05-13-20-30 uploaded
 2020-05-29 15:33 UTC  (7+ messages)
` mmotm 2020-05-13-20-30 uploaded (objtool warnings)

[PATCH v12 00/18] Enable FSGSBASE instructions
 2020-05-29 15:27 UTC  (3+ messages)

[PATCH v7 0/3] perf arm-spe: Add support for synthetic events
 2020-05-29 15:28 UTC  (7+ messages)

[RFC][PATCH 0/7] Fix the scheduler-IPI mess
 2020-05-29 15:26 UTC  (8+ messages)
` [RFC][PATCH 1/7] sched: Fix smp_call_function_single_async() usage for ILB
` [RFC][PATCH 5/7] irq_work, smp: Allow irq_work on call_single_queue
` [RFC][PATCH 7/7] sched: Replace rq::wake_list

[PATCH] net: fec: disable correct clk in the err path of fec_enet_clk_enable
 2020-05-29 15:24 UTC 

[RFC 00/16] KVM protected memory extension
 2020-05-29 15:24 UTC  (3+ messages)
` [RFC 06/16] KVM: Use GUP instead of copy_from/to_user() to access guest memory

[PATCH] iommu/vt-d: Fix compile warning
 2020-05-29 15:29 UTC  (3+ messages)

[PATCH] regulator: core: Add regulator bypass trace points
 2020-05-29 15:22 UTC 

[PATCH v2] virtio_vsock: Fix race condition in virtio_transport_recv_pkt
 2020-05-29 15:21 UTC 

Writeback bug causing writeback stalls
 2020-05-29 15:20 UTC  (8+ messages)

[PATCH v7 0/6] drm/meson: add support for Amlogic Video FBC
 2020-05-29 15:19 UTC  (7+ messages)
` [PATCH v7 1/6] drm/fourcc: Add modifier definitions for describing Amlogic Video Framebuffer Compression
` [PATCH v7 2/6] drm/meson: add Amlogic Video FBC registers
` [PATCH v7 3/6] drm/meson: overlay: setup overlay for Amlogic FBC
` [PATCH v7 4/6] drm/meson: overlay: setup overlay for Amlogic FBC Memory Saving mode
` [PATCH v7 5/6] drm/meson: overlay: setup overlay for Amlogic FBC Scatter Memory layout
` [PATCH v7 6/6] drm/meson: crtc: handle commit of Amlogic FBC frames

[PATCH] staging: qlge: qlge_main.c: fixed spaces coding style issues
 2020-05-29 15:17 UTC 

please revert "Revert "media: staging: atomisp: Remove driver""
 2020-05-29 15:14 UTC  (4+ messages)

[PATCH 00/10] staging: wfx: introduce nl80211 vendor extensions
 2020-05-29 15:13 UTC  (4+ messages)

clone3: allow creation of time namespace with offset
 2020-05-29 15:13 UTC  (4+ messages)

[PATCH] scsi: Fix reference count leak in iscsi_boot_create_kobj
 2020-05-29 15:09 UTC  (2+ messages)

[PATCH 00/14] mm: balance LRU lists based on relative thrashing v2
 2020-05-29 15:12 UTC  (8+ messages)
` [PATCH 05/14] mm: workingset: let cache workingset challenge anon

[GIT PULL] GFS2 fix for v5.7-rc7
 2020-05-29 15:11 UTC 

[PATCH] virtio_vsock: Fix race condition in virtio_transport_recv_pkt
 2020-05-29 15:11 UTC  (3+ messages)

[PATCH 0/4] workqueue: simple cleanups
 2020-05-29 15:04 UTC  (11+ messages)
` [PATCH 1/4] workqueue: void unneeded requeuing the pwq in rescuer thread
` [PATCH 2/4] workqueue: don't check wq->rescuer in rescuer
` [PATCH 3/4] workqueue: free wq->unbound_attrs earlier
` [PATCH 4/4] workqueue: remove useless unlock() and lock() in series

[PATCH] media: atomisp: get rid of set_fs() dirty hacks
 2020-05-29 15:01 UTC 

[PATCHES] uaccess simple access_ok() removals
 2020-05-29 15:01 UTC  (7+ messages)
` [PATCH 01/20] dlmfs_file_write(): get rid of pointless access_ok()
  ` [PATCH 04/20] FIEMAP: don't bother with access_ok()

[PATCH v8 0/8] Add support for devices in the Energy Model
 2020-05-29 15:00 UTC  (2+ messages)

[PATCH] mux: adgs1408: Add mod_devicetable.h and remove of_match_ptr
 2020-05-29 14:57 UTC 

[PATCH] kasan: fix clang compilation warning due to stack protector
 2020-05-29 14:56 UTC  (2+ messages)

[PATCH v2 0/2] tracing: Make synthetic events a separate option
 2020-05-29 14:53 UTC  (4+ messages)
` [PATCH v2 2/2] selftests/ftrace: Distinguish between hist and synthetic event checks

linux-next: manual merge of the vfs tree with the erofs tree
 2020-05-29 14:50 UTC  (5+ messages)

[PATCH 00/13] sysctl: spring cleaning
 2020-05-29 14:49 UTC  (5+ messages)
` [PATCH 06/13] ocfs2: use new sysctl subdir helper register_sysctl_subdir()
    ` [Intel-gfx] "

[RFC PATCH v5 0/3] Add scheduler overview documentation
 2020-05-29 14:48 UTC  (5+ messages)
` [RFC PATCH v5 2/3] docs: scheduler: "

linux-rt stall on imx6dl on patch-5.4.22-rt13.patch
 2020-05-29 14:48 UTC  (4+ messages)

[GIT PULL] devfreq next for v5.8
 2020-05-29 14:42 UTC  (2+ messages)

[PATCH v13 00/16] Enable FSGSBASE instructions
 2020-05-29 14:42 UTC  (5+ messages)
` [PATCH v13 15/16] selftests/x86/fsgsbase: Test GS selector on ptracer-induced GS base write
` [PATCH v13 16/16] selftests/x86/fsgsbase: Test ptracer-induced GS base write with FSGSBASE

[PATCH v2 0/2] I3C SETDASA and DAA process fix
 2020-05-29 14:42 UTC  (3+ messages)
` [PATCH v2 1/2] i3c: master add i3c_master_attach_boardinfo to preserve boardinfo

[PATCH 0/4] selftests, sysctl, lib: Fix prime_numbers and sysctl test to run
 2020-05-29 14:39 UTC  (6+ messages)
` [PATCH 1/4] lib: Make prime number generator independently selectable

[PATCH v5] bluetooth: hci_qca: Fix QCA6390 memdump failure
 2020-05-29 14:38 UTC 

[PATCH 0/3] iW-RainboW-G21D-Qseven enable HSUSB, USB2.0, XHCI and Sound
 2020-05-29 14:36 UTC  (8+ messages)
` [PATCH 1/3] ARM: dts: r8a7742-iwg21d-q7: Enable HSUSB, USB2.0 and XHCI
` [PATCH 2/3] ARM: dts: r8a7742-iwg21d-q7: Enable SGTL5000 audio codec
` [PATCH 3/3] ARM: dts: r8a7742-iwg21d-q7: Sound DMA support via DVC on DTS

[PATCH] Input: evdev - per-client waitgroups
 2020-05-29 14:36 UTC  (2+ messages)

[GIT PULL] sh: remove sh5 support
 2020-05-29 14:35 UTC  (7+ messages)

WARNING: suspicious RCU usage in idtentry_exit
 2020-05-29 14:32 UTC  (8+ messages)

linux-next: build warning after merge of the sound-asoc tree
 2020-05-29 14:27 UTC  (4+ messages)

[PATCH] thermal: sprd: Fix return value of sprd_thm_probe()
 2020-05-29 14:25 UTC  (2+ messages)

linux-next: manual merge of the usb tree with the devicetree tree
 2020-05-29 14:24 UTC  (8+ messages)

[PATCH v5 0/4] SFH: Add Support for AMD Sensor Fusion Hub
 2020-05-29 14:21 UTC  (8+ messages)
` [PATCH v5 1/4] SFH: Add maintainers and documentation for AMD SFH based on HID framework
` [PATCH v5 2/4] SFH: PCI driver to add support of AMD sensor fusion Hub using "
` [PATCH v5 3/4] SFH: Transport Driver to add support of AMD Sensor Fusion Hub (SFH
` [PATCH v5 4/4] SFH: Create HID report to Enable support of AMD sensor fusion Hub (SFH)

[PATCHES] uaccess base
 2020-05-29 14:17 UTC  (7+ messages)
` [PATCHES] uaccess comedi compat
` [PATCHES] uaccess i915

[PATCH] OPP: Check for bandwidth values before creating icc paths
 2020-05-29 14:17 UTC  (3+ messages)

[GIT PULL] Please pull RDMA subsystem changes
 2020-05-29 14:15 UTC 

[PATCH v2] blkdev: Replace blksize_bits() with ilog2()
 2020-05-29 14:15 UTC  (3+ messages)

linux-next: manual merge of the rcu tree with the tip tree
 2020-05-29 14:15 UTC  (3+ messages)

[PATCH v2] trace/ftrace: fix maybe-uninitialized compiler warning
 2020-05-29 14:12 UTC 

[PATCH 0/3] mmc: Adding support for Microchip Sparx5 SoC
 2020-05-29 14:11 UTC  (8+ messages)
` [PATCH 2/3] sdhci: sparx5: Add Sparx5 SoC eMMC driver

[PATCH v5 0/7] block: fix blktrace debugfs use after free
 2020-05-29 14:09 UTC  (7+ messages)
` [PATCH v5 5/7] blktrace: fix "

[PATCH v4 00/11] dmaengine: dw: Take Baikal-T1 SoC DW DMAC peculiarities into account
 2020-05-29 14:07 UTC  (4+ messages)
` [PATCH v4 05/11] dmaengine: Introduce DMA-device device_caps callback

[PATCH v2] Bluetooth: hci_qca: Fix qca6390 enable failure after warm reboot
 2020-05-29 14:05 UTC  (2+ messages)

[PATCH 00/14] Adding support for Microchip Sparx5 SoC
 2020-05-29 14:04 UTC  (3+ messages)
` [PATCH 10/14] dt-bindings: clock: sparx5: Add Sparx5 SoC DPLL clock

[PATCH v2 0/2] workqueue: Make the workqueue code PREEMPT_RT safe
 2020-05-29 14:04 UTC  (3+ messages)
` [PATCH v2 2/2] workqueue: Convert the pool::lock and wq_mayday_lock to raw_spinlock_t

next-20200528 - build error in kernel/rcu/refperf.c
 2020-05-29 14:02 UTC  (5+ messages)

[PATCH v1] Bluetooth: hci_qca: Fix qca6390 enable failure after warm reboot
 2020-05-29 13:58 UTC  (3+ messages)

general protection fault in free_pages_and_swap_cache
 2020-05-29 13:58 UTC 

[GIT PULL] parisc architecture fix for kernel v5.7
 2020-05-29 13:55 UTC 

[PATCH] usb: gadget: f_acm: don't disable disabled EP
 2020-05-29 13:55 UTC  (3+ messages)

[PATCH 1/5] iio: core: pass parent device as parameter during allocation
 2020-05-29 13:45 UTC  (4+ messages)
` [PATCH 4/5] iio: light: lm3533-als: remove explicit parent assignment

[PATCH V1] mmc: sdhci-msm: Clear tuning done flag while hs400 tuning
 2020-05-29 13:41 UTC  (3+ messages)

[PATCH 0/4] Add thermal and CMT to R8A7742 SOC
 2020-05-29 13:39 UTC  (3+ messages)
` [PATCH 4/4] ARM: dts: r8a7742: Add CMT SoC specific support

clean up kernel_{read,write} & friends v2
 2020-05-29 13:37 UTC  (5+ messages)
` [PATCH 09/14] fs: don't change the address limit for ->write_iter in __kernel_write

[PATCH v3 0/9] clocksource/drivers/timer-atmel-tcb: add sama5d2 support
 2020-05-29 13:34 UTC  (5+ messages)
` [PATCH v3 1/9] dt-bindings: atmel-tcb: convert bindings to json-schema

[git pull] drm fixes for 5.7-rc8/final
 2020-05-29 13:32 UTC  (5+ messages)

[PATCH 0/3] iio: magnetometer: ak8975: Add gpio reset support
 2020-05-29 13:33 UTC  (3+ messages)
` [PATCH 3/3] "

[PATCH] x86/apic/flat64: Add back the early_param("apic", parse_apic)
 2020-05-29 13:33 UTC  (2+ messages)

[PATCH v1] coresight: Drop double check for ACPI companion device
 2020-05-29 13:32 UTC 

[PATCH v2 0/3] Add seccomp notifier ioctl that enables adding fds
 2020-05-29 13:31 UTC  (5+ messages)
` [PATCH v2 2/3] seccomp: Introduce addfd ioctl to seccomp user notifier


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).