linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-24 15:37:01 to 2020-04-24 17:30:39 UTC [more...]

[PATCH v2 00/33] Documentation fixes for Kernel 5.8
 2020-04-24 17:30 UTC  (3+ messages)
` [PATCH v2 33/33] lib: bitmap.c: get rid of some doc warnings

[PATCH] scsi: megaraid: use true,false for bool variables
 2020-04-24 17:29 UTC  (2+ messages)

[PATCH v2 00/29] fs: convert remaining docs to ReST file format
 2020-04-24 17:28 UTC  (6+ messages)
` [PATCH v2 08/29] docs: filesystems: convert configfs.txt to ReST

[PATCH v12 0/7] proc: modernize proc to support multiple private instances
 2020-04-24 17:29 UTC  (3+ messages)
  ` [PATCH v2 1/2] proc: Use PIDTYPE_TGID in next_tgid

[PATCH v2 00/22] KVM: Event fixes and cleanup
 2020-04-24 17:29 UTC  (11+ messages)
` [PATCH v2 01/22] KVM: SVM: introduce nested_run_pending
` [PATCH v2 02/22] KVM: SVM: leave halted state on vmexit
` [PATCH v2 03/22] KVM: SVM: immediately inject INTR vmexit
` [PATCH v2 04/22] KVM: SVM: Implement check_nested_events for NMI
` [PATCH v2 05/22] KVM: nVMX: Preserve exception priority irrespective of exiting behavior
` [PATCH v2 06/22] KVM: nVMX: Open a window for pending nested VMX preemption timer
` [PATCH v2 07/22] KVM: x86: Set KVM_REQ_EVENT if run is canceled with req_immediate_exit set
` [PATCH v2 08/22] KVM: x86: Make return for {interrupt_nmi,smi}_allowed() a bool instead of int
` [PATCH v2 09/22] KVM: x86: replace is_smm checks with kvm_x86_ops.smi_allowed

[PATCH] selftests: add build/cross-build dependency check script
 2020-04-24 17:28 UTC  (3+ messages)

[PATCH 0/3] Even moar rpmh cleanups
 2020-04-24 17:28 UTC  (12+ messages)
` [PATCH 1/3] soc: qcom: rpmh-rsc: Remove tcs_is_free() API
` [PATCH 2/3] soc: qcom: rpmh-rsc: Loop over less bits in irq handler
` [PATCH 3/3] soc: qcom: rpmh-rsc: Fold WARN_ON() into if condition

[PATCH v4 6/7] kernel.h: Split out panic and oops helpers
 2020-04-24 17:27 UTC  (3+ messages)

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

[GIT PULL] PCI fixes for v5.7
 2020-04-24 17:21 UTC  (3+ messages)

[PATCH] KVM: nVMX: Tweak handling of failure code for nested VM-Enter failure
 2020-04-24 17:19 UTC 

[PATCH v5 0/6] implement KASLR for powerpc/fsl_booke/64
 2020-04-24 17:17 UTC  (2+ messages)

[PATCH] ext4: Fix comment typo "the the"
 2020-04-24 17:16 UTC 

More dwc3 gadget issues with adb
 2020-04-24 17:12 UTC  (5+ messages)

[PATCH v4 00/11] Rework READ_ONCE() to improve codegen
 2020-04-24 17:11 UTC  (11+ messages)
` [PATCH v4 07/11] READ_ONCE: Enforce atomicity for {READ,WRITE}_ONCE() memory accesses

[PATCH] ARM: dts: gw552x: add USB OTG support
 2020-04-24 17:10 UTC 

[PATCH v7 00/15] s390/vfio-ap: dynamic configuration support
 2020-04-24 17:07 UTC  (12+ messages)
` [PATCH v7 03/15] s390/zcrypt: driver callback to indicate resource in use
` [PATCH v7 04/15] s390/vfio-ap: implement in-use callback for vfio_ap driver

[PATCH v2 00/91] drm/vc4: Support BCM2711 Display Pipeline
 2020-04-24 17:07 UTC  (66+ messages)
` [PATCH v2 01/91] i2c: brcmstb: Allow to compile it on BCM2835
` [PATCH v2 05/91] clk: bcm: rpi: Allow the driver to be probed by DT
` [PATCH v2 07/91] clk: bcm: rpi: Use clk_hw_register for pllb_arm
` [PATCH v2 10/91] clk: bcm: rpi: Remove pllb_arm_lookup global pointer
` [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 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 22/91] reset: Move reset-simple header out of drivers/reset
` [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 29/91] dt-bindings: display: vc4: dsi: Add missing clock properties
` [PATCH v2 31/91] dt-bindings: display: vc4: Document BCM2711 VC5
` [PATCH v2 33/91] drm/vc4: drv: Support BCM2711
` [PATCH v2 35/91] drm/vc4: Add support for the BCM2711 HVS5
` [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 42/91] drm/vc4: plane: Create more planes
` [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 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 51/91] drm/vc4: crtc: Enable and disable the PV in atomic_enable / disable
` [PATCH v2 53/91] drm/vc4: crtc: Add FIFO depth to vc4_crtc_data
` [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 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] Staging: rtl8723bs: Fix comment typo "the the"
 2020-04-24 17:05 UTC 

[GIT PULL] arm64 fixes for 5.7-rc3
 2020-04-24 17:04 UTC 

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

[PATCH v2] IB/rdmavt: return proper error code
 2020-04-24 16:59 UTC  (2+ messages)

[PATCH 0/9] Lock warning cleanups
 2020-04-24 16:56 UTC  (3+ messages)
` [PATCH 7/9] scsi: bnx2fc: Add missing annotation for bnx2fc_abts_cleanup()

[PATCH v3] console: newport_con: fix an issue about leak related system resources
 2020-04-24 16:54 UTC 

[PATCH] docs: orangefs: fix pvfs2tab literal block
 2020-04-24 15:35 UTC 

[PATCH 4.4 00/99] 4.4.220-rc2 review
 2020-04-24 16:51 UTC  (2+ messages)

[PATCH] scsi: aic7xxx: Remove unnecessary NULL checks before kfree
 2020-04-24 16:49 UTC  (2+ messages)

[PATCH] scsi: aic7xxx: Use kzalloc() instead of kmalloc()+memset()
 2020-04-24 16:49 UTC  (2+ messages)

[PATCH 4.9 000/124] 4.9.220-rc2 review
 2020-04-24 16:48 UTC  (2+ messages)

[PATCH v4 1/5] soc: qcom: rpmh-rsc: Corrently ignore CPU_CLUSTER_PM notifications
 2020-04-24 16:47 UTC  (4+ messages)
` [PATCH v4 4/5] soc: qcom: rpmh-rsc: Simplify locking by eliminating the per-TCS lock

[PATCH v5 1/5] soc: qcom: rpmh-rsc: Correctly ignore CPU_CLUSTER_PM notifications
 2020-04-24 16:46 UTC  (5+ messages)
` [PATCH v5 2/5] soc: qcom: rpmh-rsc: We aren't notified of our own failure w/ NOTIFY_BAD
` [PATCH v5 3/5] kernel/cpu_pm: Fix uninitted local in cpu_pm
` [PATCH v5 4/5] soc: qcom: rpmh-rsc: Simplify locking by eliminating the per-TCS lock
` [PATCH v5 5/5] soc: qcom: rpmh-rsc: Remove the pm_lock

[PATCH] docs: virt/kvm: close inline string literal
 2020-04-24 15:26 UTC 

[PATCH] net: openvswitch: use do_div() for 64-by-32 divisions:
 2020-04-24 16:45 UTC  (4+ messages)

[PATCH 4.14 000/198] 4.14.177-rc2 review
 2020-04-24 16:45 UTC  (2+ messages)

[PATCH 1/6] bitops: Introduce the the for_each_set_clump macro
 2020-04-24 16:42 UTC  (7+ messages)

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

[PATCH 4.19 00/64] 4.19.118-rc1 review
 2020-04-24 16:39 UTC  (2+ messages)

[PATCH v3 0/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC
 2020-04-24 16:36 UTC  (3+ messages)
` [PATCH v3 2/2] "

[PATCH 5.4 000/118] 5.4.35-rc1 review
 2020-04-24 16:36 UTC  (2+ messages)

[PATCH] printk: Add loglevel for "do not print to consoles"
 2020-04-24 16:34 UTC  (10+ messages)

lockdep warning about possible circular dependency in PSI
 2020-04-24 16:34 UTC  (2+ messages)

[BUGFIX PATCH 0/1] bootconfig: Fix wrong initramfs/initrd error with bootconfig
 2020-04-24 16:34 UTC  (2+ messages)
` [BUGFIX PATCH 1/1] bootconfig: Fix to remove bootconfig data from initrd while boot

[PATCH 3.16 000/245] 3.16.83-rc1 review
 2020-04-24 16:31 UTC  (6+ messages)
` [PATCH 3.16 000/247] 3.16.83-rc2 review
  ` [PATCH 3.16 246/247] futex: Fix inode life-time issue
  ` [PATCH 3.16 247/247] futex: Unbreak futex hashing

[PATCH] [RFC] kvm: x86: emulate APERF/MPERF registers
 2020-04-24 16:30 UTC  (5+ messages)

[PATCH 0/6] Introduce the for_each_set_clump macro
 2020-04-24 16:28 UTC  (2+ messages)

[PATCH v1 00/15] Add support for Nitro Enclaves
 2020-04-24 16:27 UTC  (10+ messages)

[PATCH v2] drm: make drm_file use keyed wakeups
 2020-04-24 16:26 UTC 

[PATCH RFC 00/15] Add VFIO mediated device support and IMS support for the idxd driver
 2020-04-24 16:25 UTC  (9+ messages)

[PATCH 5.6 000/166] 5.6.7-rc1 review
 2020-04-24 16:24 UTC  (2+ messages)

[PATCH v3 0/7] loopfs
 2020-04-24 16:20 UTC  (8+ messages)
` [PATCH v3 1/7] kobject_uevent: remove unneeded netlink_ns check
` [PATCH v3 2/7] loopfs: implement loopfs
` [PATCH v3 3/7] loop: use ns_capable for some loop operations
` [PATCH v3 4/7] kernfs: handle multiple namespace tags
` [PATCH v3 5/7] loop: preserve sysfs backwards compatibility
` [PATCH v3 6/7] loopfs: start attaching correct namespace during loop_add()
` [PATCH v3 7/7] loopfs: only show devices in their correct instance

[PATCH v2 00/10] EDAC/mc/ghes: Fixes, cleanup and reworks
 2020-04-24 16:21 UTC  (3+ messages)
` [PATCH v2 04/10] EDAC/ghes: Make SMBIOS handle private data to ghes

[PATCH v2] thermal: ti-soc-thermal: avoid dereferencing ERR_PTR
 2020-04-24 16:19 UTC 

[PATCH] dt-bindings: Fix erroneous 'additionalProperties'
 2020-04-24 16:19 UTC  (2+ messages)

[PATCH] hexagon: suppress error message for 'make clean'
 2020-04-24 16:15 UTC 

[GIT PULL] afs: Miscellaneous fixes
 2020-04-24 16:12 UTC 

[GIT PULL] Kbuild fixes for v5.7-rc3
 2020-04-24 16:09 UTC 

[PATCH] sched/cputime: silence a -Wunused-function warning
 2020-04-24 16:07 UTC  (9+ messages)
        ` linux-kernel: Unused static inline functions

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

[PATCH] random: Document add_hwgenerator_randomness() with other input functions
 2020-04-24 16:03 UTC  (2+ messages)

[PATCH 1/2] kcsan: Add __kcsan_{enable,disable}_current() variants
 2020-04-24 15:57 UTC  (3+ messages)
` [PATCH 2/2] objtool, kcsan: Add kcsan_disable_current() and kcsan_enable_current_nowarn()

[PATCH v2 0/5] scsi: ufs: Misc improvements for DesignWare drivers and UFS
 2020-04-24 15:57 UTC  (3+ messages)
` [PATCH v2 1/5] scsi: ufs: Allow UFS 3.0 as a valid version
  ` [EXT] "

[PATCH 1/2] arm64: dts: rockchip: remove #sound-dai-cells from &i2s1 node of rk3399-pinebook-pro.dts
 2020-04-24 15:56 UTC  (2+ messages)
` [PATCH 2/2] arm64: dts: rockchip: remove #sound-dai-cells from &spdif node of rk3399-hugsun-x99.dts

[PATCH v7 0/7] Introduce OPP bandwidth bindings
 2020-04-24 15:54 UTC  (8+ messages)
` [PATCH v7 1/7] dt-bindings: opp: Introduce opp-peak-kBps and opp-avg-kBps bindings
` [PATCH v7 2/7] OPP: Add helpers for reading the binding properties
` [PATCH v7 3/7] interconnect: Add of_icc_get_by_index() helper function
` [PATCH v7 4/7] OPP: Add support for parsing interconnect bandwidth
` [PATCH v7 5/7] OPP: Add sanity checks in _read_opp_key()
` [PATCH v7 6/7] OPP: Update the bandwidth on OPP frequency changes
` [PATCH v7 7/7] cpufreq: dt: Add support for interconnect bandwidth scaling

[PATCH] fs: fixup redundant indentation
 2020-04-24 15:53 UTC 

[PATCH v4] block: Limit number of items taken from the I/O scheduler in one go
 2020-04-24 15:53 UTC 

[PATCH] arm64: dts: qcom: sc7180: Add "no-map" to cmd_db reserved area
 2020-04-24 15:51 UTC 

[PATCH v4 7/7] kernel.h: Split out might_sleep() and friends
 2020-04-24 15:49 UTC  (2+ messages)

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:48 UTC  (6+ messages)

[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  (2+ messages)
` linux-next: Tree for Apr 24 (net/openvswitch/)

[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 v3] block: Limit number of items taken from the I/O scheduler in one go
 2020-04-24 15:39 UTC  (2+ messages)

remaining flexible-array conversions
 2020-04-24 15:17 UTC  (3+ messages)

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


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