linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-24 14:05:55 to 2020-04-24 15:47:43 UTC [more...]

[PATCH 1/2] kcsan: Add __kcsan_{enable,disable}_current() variants
 2020-04-24 15:47 UTC 

[PATCH v2] ipw2x00: Remove a memory allocation failure log message
 2020-04-24 15:45 UTC 

linux-next: Tree for Apr 24
 2020-04-24 15:42 UTC  (3+ messages)
` linux-next: Tree for Apr 24 (kernel/bpf/cgroup.c)
` linux-next: Tree for Apr 24 (net/openvswitch/)

[PATCH] printk: Add loglevel for "do not print to consoles"
 2020-04-24 15:42 UTC  (6+ messages)

[PATCH v2 5/5] spi: mxic: Patch for Octal 8D-8D-8D mode support
 2020-04-24 15:41 UTC  (2+ messages)

[PATCH v2 0/2] gpio: fix several typos
 2020-04-24 15:41 UTC  (3+ messages)
` [PATCH v2 1/2] gpio: ftgpio010: Fix small typo
` [PATCH v2 2/2] gpio: mm-lantiq: "

[PATCH v2 00/91] drm/vc4: Support BCM2711 Display Pipeline
 2020-04-24 15:35 UTC  (92+ messages)
` [PATCH v2 01/91] i2c: brcmstb: Allow to compile it on BCM2835
` [PATCH v2 02/91] dt-bindings: arm: bcm: Convert BCM2835 firmware binding to YAML
` [PATCH v2 03/91] dt-bindings: clock: Add a binding for the RPi Firmware clocks
` [PATCH v2 04/91] firmware: rpi: Only create clocks device if we don't have a node for it
` [PATCH v2 05/91] clk: bcm: rpi: Allow the driver to be probed by DT
` [PATCH v2 06/91] clk: bcm: rpi: Statically init clk_init_data
` [PATCH v2 07/91] clk: bcm: rpi: Use clk_hw_register for pllb_arm
` [PATCH v2 08/91] clk: bcm: rpi: Remove global pllb_arm clock pointer
` [PATCH v2 09/91] clk: bcm: rpi: Make sure pllb_arm is removed
` [PATCH v2 10/91] clk: bcm: rpi: Remove pllb_arm_lookup global pointer
` [PATCH v2 11/91] clk: bcm: rpi: Switch to clk_hw_register_clkdev
` [PATCH v2 12/91] clk: bcm: rpi: Make sure the clkdev lookup is removed
` [PATCH v2 13/91] clk: bcm: rpi: Create a data structure for the clocks
` [PATCH v2 14/91] clk: bcm: rpi: Add clock id to data
` [PATCH v2 15/91] clk: bcm: rpi: Pass the clocks data to the firmware function
` [PATCH v2 16/91] clk: bcm: rpi: Rename is_prepared function
` [PATCH v2 17/91] clk: bcm: rpi: Split pllb clock hooks
` [PATCH v2 18/91] clk: bcm: rpi: Make the PLLB registration function return a clk_hw
` [PATCH v2 19/91] clk: bcm: rpi: Add DT provider for the clocks
` [PATCH v2 20/91] clk: bcm: rpi: Discover the firmware clocks
` [PATCH v2 21/91] ARM: dts: bcm2711: Add firmware clocks node
` [PATCH v2 22/91] reset: Move reset-simple header out of drivers/reset
` [PATCH v2 23/91] reset: simple: Add reset callback
` [PATCH v2 24/91] dt-bindings: clock: Add BCM2711 DVP binding
` [PATCH v2 25/91] clk: bcm: Add BCM2711 DVP driver
` [PATCH v2 26/91] ARM: dts: bcm2711: Add HDMI DVP
` [PATCH v2 27/91] dt-bindings: display: Convert VC4 bindings to schemas
` [PATCH v2 28/91] dt-bindings: display: vc4: dpi: Add missing clock-names property
` [PATCH v2 29/91] dt-bindings: display: vc4: dsi: Add missing clock properties
` [PATCH v2 30/91] dt-bindings: display: vc4: hdmi: Add missing clock-names property
` [PATCH v2 31/91] dt-bindings: display: vc4: Document BCM2711 VC5
` [PATCH v2 32/91] drm/vc4: drv: Add include guards
` [PATCH v2 33/91] drm/vc4: drv: Support BCM2711
` [PATCH v2 34/91] dt-bindings: display: Add support for the BCM2711 HVS
` [PATCH v2 35/91] drm/vc4: Add support for the BCM2711 HVS5
` [PATCH v2 36/91] drm/vc4: hvs: Boost the core clock during modeset
` [PATCH v2 37/91] drm/vc4: plane: Improve LBM usage
` [PATCH v2 38/91] drm/vc4: plane: Move planes creation to its own function
` [PATCH v2 39/91] drm/vc4: plane: Move additional planes creation to driver
` [PATCH v2 40/91] drm/vc4: plane: Register all the planes at once
` [PATCH v2 41/91] drm/vc4: plane: Create overlays for any CRTC
` [PATCH v2 42/91] drm/vc4: plane: Create more planes
` [PATCH v2 43/91] drm/vc4: crtc: Rename SoC data structures
` [PATCH v2 44/91] drm/vc4: crtc: Move crtc state to common header
` [PATCH v2 45/91] drm/vc4: crtc: Deal with different number of pixel per clock
` [PATCH v2 46/91] drm/vc4: crtc: Use a shared interrupt
` [PATCH v2 47/91] drm/vc4: crtc: Turn static const variable into a define
` [PATCH v2 48/91] drm/vc4: crtc: Move the cob allocation outside of bind
` [PATCH v2 49/91] drm/vc4: crtc: Rename HVS channel to output
` [PATCH v2 50/91] drm/vc4: crtc: Use local chan variable
` [PATCH v2 51/91] drm/vc4: crtc: Enable and disable the PV in atomic_enable / disable
` [PATCH v2 52/91] drm/vc4: crtc: Assign output to channel automatically
` [PATCH v2 53/91] drm/vc4: crtc: Add FIFO depth to vc4_crtc_data
` [PATCH v2 54/91] drm/vc4: crtc: Add function to compute FIFO level bits
` [PATCH v2 55/91] drm/vc4: crtc: Rename HDMI encoder type to HDMI0
` [PATCH v2 56/91] drm/vc4: crtc: Add HDMI1 encoder type
` [PATCH v2 57/91] drm/vc4: crtc: Remove redundant call to drm_crtc_enable_color_mgmt
` [PATCH v2 58/91] drm/vc4: crtc: Disable color management for HVS5
` [PATCH v2 59/91] dt-bindings: display: vc4: pv: Add BCM2711 pixel valves
` [PATCH v2 60/91] drm/vc4: crtc: Add BCM2711 pixelvalves
` [PATCH v2 61/91] drm/vc4: hdmi: Use debugfs private field
` [PATCH v2 62/91] drm/vc4: hdmi: Move structure to header
` [PATCH v2 63/91] drm/vc4: hdmi: rework connectors and encoders
` [PATCH v2 64/91] drm/vc4: hdmi: Remove DDC argument to connector_init
` [PATCH v2 65/91] drm/vc4: hdmi: Rename hdmi to vc4_hdmi
` [PATCH v2 66/91] drm/vc4: hdmi: Move accessors "
` [PATCH v2 67/91] drm/vc4: hdmi: Use local vc4_hdmi directly
` [PATCH v2 68/91] drm/vc4: hdmi: Add container_of macros for encoders and connectors
` [PATCH v2 69/91] drm/vc4: hdmi: Pass vc4_hdmi to CEC code
` [PATCH v2 70/91] drm/vc4: hdmi: Remove vc4_dev hdmi pointer
` [PATCH v2 71/91] drm/vc4: hdmi: Remove vc4_hdmi_connector
` [PATCH v2 72/91] drm/vc4: hdmi: Introduce resource init and variant
` [PATCH v2 73/91] drm/vc4: hdmi: Implement a register layout abstraction
` [PATCH v2 74/91] drm/vc4: hdmi: Add reset callback
` [PATCH v2 75/91] drm/vc4: hdmi: Add PHY init and disable function
` [PATCH v2 76/91] drm/vc4: hdmi: Add PHY RNG enable / "
` [PATCH v2 77/91] drm/vc4: hdmi: Add a CSC setup callback
` [PATCH v2 78/91] drm/vc4: hdmi: Store the encoder type in the variant structure
` [PATCH v2 79/91] drm/vc4: hdmi: Deal with multiple debugfs files
` [PATCH v2 80/91] drm/vc4: hdmi: Move CEC init to its own function
` [PATCH v2 81/91] drm/vc4: hdmi: Add CEC support flag
` [PATCH v2 82/91] drm/vc4: hdmi: Remove unused CEC_CLOCK_DIV define
` [PATCH v2 83/91] drm/vc4: hdmi: Rename drm_encoder pointer in mode_valid
` [PATCH v2 84/91] drm/vc4: hdmi: Adjust HSM clock rate depending on pixel rate
` [PATCH v2 85/91] drm/vc4: hdmi: Use reg-names to retrieve the HDMI audio registers
` [PATCH v2 86/91] drm/vc4: hdmi: Reset audio infoframe on encoder_enable if previously streaming
` [PATCH v2 87/91] drm/vc4: hdmi: Set the b-frame marker to the match ALSA's default
` [PATCH v2 88/91] drm/vc4: hdmi: Add audio-related callbacks
` [PATCH v2 89/91] drm/vc4: hdmi: Support the BCM2711 HDMI controllers
` [PATCH v2 90/91] dt-bindings: display: vc4: hdmi: Add BCM2711 HDMI controllers bindings
` [PATCH v2 91/91] ARM: dts: bcm2711: Enable the display pipeline

[PATCH v3] block: Limit number of items taken from the I/O scheduler in one go
 2020-04-24 15:39 UTC  (3+ messages)

remaining flexible-array conversions
 2020-04-24 15:36 UTC  (8+ messages)

PSI poll() support for unprivileged users
 2020-04-24 15:38 UTC 

OF: ERROR: Bad of_node_put() on /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/l4per-cm@1700/l4per-clkctrl@28
 2020-04-24 15:38 UTC  (5+ messages)

[PATCHv3] i2c: slave-eeprom: Make it possible to pre-load eeprom data
 2020-04-24 15:36 UTC  (2+ messages)

WARNING in usbhid_raw_request/usb_submit_urb (3)
 2020-04-24 15:34 UTC  (3+ messages)

[PATCHv2] i2c: slave-eeprom: Make it possible to pre-load eeprom data
 2020-04-24 15:32 UTC  (4+ messages)

`calibrate_APIC_clock()` takes 100 ms on AMD systems
 2020-04-24 15:28 UTC  (2+ messages)

Request for feedback : Possible use-after-free in routing SA query via netlink
 2020-04-24 15:28 UTC 

[PATCH v1 14/15] nitro_enclaves: Add Makefile for the Nitro Enclaves driver
 2020-04-24 15:27 UTC  (3+ messages)

[PATCH] iio: buffer: extend short-hand use for 'indio_dev->buffer'
 2020-04-24 15:22 UTC 

[PATCH v11 0/9] Introduce support for guest CET feature
 2020-04-24 15:24 UTC  (27+ messages)
` [PATCH v11 2/9] KVM: VMX: Set guest CET MSRs per KVM and host configuration
` [PATCH v11 3/9] KVM: VMX: Set host/guest CET states for vmexit/vmentry
` [PATCH v11 4/9] KVM: VMX: Check CET dependencies on CR settings
` [PATCH v11 5/9] KVM: X86: Refresh CPUID once guest XSS MSR changes
` [PATCH v11 7/9] KVM: X86: Add userspace access interface for CET MSRs
` [PATCH v11 8/9] KVM: VMX: Enable CET support for nested VM
` [PATCH v11 9/9] KVM: X86: Set CET feature bits for CPUID enumeration

[PATCH v8 00/14] KVM: Dirty ring interface
 2020-04-24 15:21 UTC  (9+ messages)
` [PATCH v8 03/14] KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]

[PATCH 0/8] afs: NAT-mitigation and other bits
 2020-04-24 15:20 UTC  (9+ messages)
` [PATCH 1/8] afs: Always include dir in bulk status fetch from afs_do_lookup()
` [PATCH 2/8] afs: Make record checking use TASK_UNINTERRUPTIBLE when appropriate
` [PATCH 3/8] afs: Use the serverUnique field in the UVLDB record to reduce rpc ops
` [PATCH 4/8] afs: Fix to actually set AFS_SERVER_FL_HAVE_EPOCH
` [PATCH 5/8] afs: Remove some unused bits
` [PATCH 6/8] afs: Split the usage count on struct afs_server
` [PATCH 7/8] afs: Actively poll fileservers to maintain NAT or firewall openings
` [PATCH 8/8] afs: Show more information in /proc/net/afs/servers

[PATCH v2 0/2] NVIDIA Tegra I2C synchronization correction
 2020-04-24 15:19 UTC  (18+ messages)
` [PATCH v2 1/2] i2c: tegra: Better handle case where CPU0 is busy for a long time

[sched/fair] 6c8116c914: stress-ng.mmapfork.ops_per_sec -38.0% regression
 2020-04-24 15:16 UTC  (3+ messages)
` [LKP] "
  ` [LKP] "

[PATCH 5/6] gpio: thunderx: Utilize for_each_set_clump macro
 2020-04-24 15:14 UTC  (3+ messages)

[PATCH v2 00/12] add STM32 FMC2 controller drivers
 2020-04-24 15:14 UTC  (9+ messages)
` [PATCH v2 02/12] mfd: stm32-fmc2: add STM32 FMC2 controller driver

[PATCH 3.16 000/245] 3.16.83-rc1 review
 2020-04-24 15:13 UTC  (6+ messages)
` [PATCH 3.16 208/245] namei: allow restricted O_CREAT of FIFOs and regular files

[PATCH 1/2] mm, slab: Revert "extend slab/shrink to shrink all memcg caches"
 2020-04-24 15:12 UTC  (2+ messages)
` [PATCH 2/2] mm/slub: Fix slab_mutex circular locking problem in slab_attr_store()

[PATCH] net: openvswitch: use do_div() for 64-by-32 divisions:
 2020-04-24 15:12 UTC  (3+ messages)

Re: [PATCH net-next v2 6/9] net: phy: add backplane kr driver support
 2020-04-24 15:11 UTC  (4+ messages)
  ` [EXT] "

[RFC PATCH v10 0/9] Add Tegra driver for video capture
 2020-04-24 15:11 UTC  (4+ messages)
` [RFC PATCH v10 6/9] media: tegra: Add Tegra210 Video input driver

[PATCH] include: dt-bindings: rockchip: mark RK_GPIO defines as deprecated
 2020-04-24 15:11 UTC 

[PATCH v1 00/15] Add support for Nitro Enclaves
 2020-04-24 15:10 UTC  (5+ messages)
` [PATCH v1 02/15] nitro_enclaves: Define the PCI device interface

[PATCH v5 0/3] crypto: engine - support for parallel and batch requests
 2020-04-24 15:10 UTC  (5+ messages)
` [PATCH v5 2/3] crypto: engine - support for parallel requests based on retry mechanism

[PATCH 1/6] bitops: Introduce the the for_each_set_clump macro
 2020-04-24 15:09 UTC  (5+ messages)

[PATCH v1] gpio: fix several typos
 2020-04-24 15:09 UTC  (3+ messages)

[PATCH net v2 0/2] vsock/virtio: fixes about packet delivery to monitoring devices
 2020-04-24 15:08 UTC  (3+ messages)
` [PATCH net v2 1/2] vhost/vsock: fix packet delivery order "
` [PATCH net v2 2/2] vsock/virtio: fix multiple packet delivery "

[PATCH] perf symbol: Fix kernel symbol address display
 2020-04-24 15:06 UTC  (4+ messages)

[PATCH 2/3] usb/xhci-plat: Set PM runtime as active on resume
 2020-04-24 15:03 UTC  (2+ messages)

[PATCH][next] iio: adc: ad7476: remove redundant null check on an array
 2020-04-24 15:01 UTC  (2+ messages)

[PATCH USB v2 1/2] usb: raw-gadget: fix return value of ep read ioctls
 2020-04-24 15:01 UTC  (5+ messages)
` [PATCH USB v2 2/2] usb: raw-gadget: fix typo in uapi headers

[PATCH] drm: make drm_file use keyed wakeups
 2020-04-24 14:51 UTC 

[PATCH v4 0/2] Fix some incompatibilites between KASAN and FORTIFY_SOURCE
 2020-04-24 14:55 UTC  (3+ messages)
` [PATCH v4 1/2] kasan: stop tests being eliminated as dead code with FORTIFY_SOURCE
` [PATCH v4 2/2] string.h: fix incompatibility between FORTIFY_SOURCE and KASAN

[PATCH] scsi: fnic: Use kmalloc instead of vmalloc for a small memory allocation
 2020-04-24 14:50 UTC 

[PATCH] [RFC] kvm: x86: emulate APERF/MPERF registers
 2020-04-24 14:46 UTC  (3+ messages)

[PATCH 1/5] ima: Set file->f_mode instead of file->f_flags in ima_calc_file_hash()
 2020-04-24 14:45 UTC  (7+ messages)
` [PATCH 3/5] ima: Fix ima digest hash table key calculation

[PATCH v2 00/14] crypto: allwinner: add xRNG and hashes
 2020-04-24 14:38 UTC  (5+ messages)
` [PATCH v2 13/14] crypto: sun8i-ce: Add support for the PRNG
` [PATCH v2 14/14] crypto: sun8i-ce: Add support for the TRNG

[PATCH v4] platform: x86: Add ACPI driver for ChromeOS
 2020-04-24 14:43 UTC  (3+ messages)

[PATCH v3 0/3] Fix some incompatibilites between KASAN and FORTIFY_SOURCE
 2020-04-24 14:37 UTC  (4+ messages)
` [PATCH v3 3/3] kasan: initialise array in kasan_memcmp test

[PATCH v2 0/4] media: rockchip: rga: PX30 support and YUV2YUV fix
 2020-04-24 14:34 UTC  (5+ messages)
` [PATCH v2 3/4] media: rockchip: rga: Add support for the PX30 compatible

[PATCH 0/3] regulator: max77826: Add MAX77826 support
 2020-04-24 14:28 UTC  (5+ messages)
` [PATCH 2/3] dt-bindings: regulator: Add document bindings for max77826

[RFC PATCH 00/13] Core scheduling v5
 2020-04-24 14:24 UTC  (11+ messages)
` [RFC PATCH 09/13] sched/fair: core wide vruntime comparison
            ` [PATCH updated] sched/fair: core wide cfs task priority comparison
                  ` [PATCH updated v2] "

[PATCH] amdgpu/dc: remove redundant assignment to variable 'option'
 2020-04-24 14:21 UTC  (2+ messages)

[PATCH] KVM: nVMX: Store vmcs.EXIT_QUALIFICATION as an unsigned long, not u32
 2020-04-24 14:16 UTC  (3+ messages)

[PATCH][next] drm/amdgpu: fix unlocks on error return path
 2020-04-24 14:15 UTC  (2+ messages)

[PATCH] gpiolib: Rename "chip" variables to "gc" in core header file
 2020-04-24 14:15 UTC 

[PATCH] gpiolib: Improve kernel messages
 2020-04-24 14:14 UTC 

[GIT PULL] perf/core improvements and fixes
 2020-04-24 14:10 UTC  (5+ messages)

[PATCH 0/8] objtool vs retpoline
 2020-04-24 14:07 UTC  (6+ messages)
` [PATCH 4/8] objtool: Add support for intra-function calls


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).