linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-20 16:53:22 to 2020-03-20 19:00:48 UTC [more...]

[PATCH 1/3] Input: atmel_mxt_ts - use runtime PM instead of custom functions
 2020-03-20 19:00 UTC  (3+ messages)
` [PATCH 3/3] Input: atmel_mxt_ts - use runtime PM autosuspend for idle config

[PATCH v9 00/25] Change readahead API
 2020-03-20 18:52 UTC  (19+ messages)
` [PATCH v9 12/25] mm: Move end_index check out of readahead loop
` [PATCH v9 13/25] mm: Add page_cache_readahead_unbounded
` [PATCH v9 20/25] ext4: Convert from readpages to readahead
` [PATCH v9 21/25] ext4: Pass the inode to ext4_mpage_readpages
` [PATCH v9 22/25] f2fs: Convert from readpages to readahead
` [PATCH v9 23/25] f2fs: Pass the inode to f2fs_mpage_readpages

[PATCH v6 00/23] irqchip/gic-v4: GICv4.1 architecture support
 2020-03-20 18:24 UTC  (24+ messages)
` [PATCH v6 01/23] irqchip/gic-v3: Use SGIs without active state if offered
` [PATCH v6 02/23] irqchip/gic-v4.1: Skip absent CPUs while iterating over redistributors
` [PATCH v6 03/23] irqchip/gic-v4.1: Ensure mutual exclusion between vPE affinity change and RD access
` [PATCH v6 04/23] irqchip/gic-v4.1: Wait for completion of redistributor's INVALL operation
` [PATCH v6 05/23] irqchip/gic-v4.1: Ensure mutual exclusion betwen invalidations on the same RD
` [PATCH v6 06/23] irqchip/gic-v4.1: Advertise support v4.1 to KVM
` [PATCH v6 07/23] irqchip/gic-v4.1: Map the ITS SGIR register page
` [PATCH v6 08/23] irqchip/gic-v4.1: Plumb skeletal VSGI irqchip
` [PATCH v6 09/23] irqchip/gic-v4.1: Add initial SGI configuration
` [PATCH v6 10/23] irqchip/gic-v4.1: Plumb mask/unmask SGI callbacks
` [PATCH v6 11/23] irqchip/gic-v4.1: Plumb get/set_irqchip_state "
` [PATCH v6 12/23] irqchip/gic-v4.1: Plumb set_vcpu_affinity "
` [PATCH v6 13/23] irqchip/gic-v4.1: Move doorbell management to the GICv4 abstraction layer
` [PATCH v6 14/23] irqchip/gic-v4.1: Add VSGI allocation/teardown
` [PATCH v6 15/23] irqchip/gic-v4.1: Add VSGI property setup
` [PATCH v6 16/23] irqchip/gic-v4.1: Eagerly vmap vPEs
` [PATCH v6 17/23] KVM: arm64: GICv4.1: Let doorbells be auto-enabled
` [PATCH v6 18/23] KVM: arm64: GICv4.1: Add direct injection capability to SGI registers
` [PATCH v6 19/23] KVM: arm64: GICv4.1: Allow SGIs to switch between HW and SW interrupts
` [PATCH v6 20/23] KVM: arm64: GICv4.1: Plumb SGI implementation selection in the distributor
` [PATCH v6 21/23] KVM: arm64: GICv4.1: Reload VLPI configuration on distributor enable/disable
` [PATCH v6 22/23] KVM: arm64: GICv4.1: Allow non-trapping WFI when using HW SGIs
` [PATCH v6 23/23] KVM: arm64: GICv4.1: Expose HW-based SGIs in debugfs

[PATCH v3] sctp: fix refcount bug in sctp_wfree
 2020-03-20 18:52 UTC  (3+ messages)

[PATCH 01/12] pcie: qcom: add missing ipq806x clocks in pcie driver
 2020-03-20 18:51 UTC  (14+ messages)
` [PATCH 02/12] devicetree: bindings: pci: add missing clks to qcom,pcie
` [PATCH 03/12] pcie: qcom: change duplicate pci reset to phy reset
` [PATCH 04/12] pcie: qcom: Fixed pcie_phy_clk branch issue
` [PATCH 05/12] pcie: qcom: add missing reset for ipq806x
` [PATCH 06/12] devicetree: bindings: pci: add ext reset to qcom,pcie
` [PATCH 07/12] pcie: qcom: add tx term offset support
` [PATCH 08/12] devicetree: bindings: pci: add phy-tx0-term-offset to qcom,pcie
` [PATCH 09/12] pcie: qcom: Programming the PCIE iATU for IPQ806x
` [PATCH 10/12] pcie: qcom: add Force GEN1 support
` [PATCH 11/12] devicetree: bindings: pci: add force_gen1 for qcom,pcie
` [PATCH 12/12] pcie: qcom: Set PCIE MRRS and MPS to 256B

[PATCH v10 0/2] drm: bridge: Add NWL MIPI DSI host controller support
 2020-03-20 18:49 UTC  (3+ messages)
` [PATCH v10 1/2] dt-bindings: display/bridge: Add binding for NWL mipi dsi host controller
` [PATCH v10 2/2] drm/bridge: Add NWL MIPI DSI host controller support

[PATCH 0/6] Introduce ID_PFR2 and other CPU feature changes
 2020-03-20 18:49 UTC  (15+ messages)
` [PATCH 1/6] arm64/cpufeature: Introduce ID_PFR2 CPU register
` [PATCH 2/6] arm64/cpufeature: Add DIT and CSV2 feature bits in ID_PFR0 register
` [PATCH 3/6] arm64/cpufeature: Add remaining feature bits in ID_MMFR4 register
` [PATCH 4/6] arm64/cpufeature: Define an explicit ftr_id_isar0[] for ID_ISAR0 register
` [PATCH 5/6] arm64/cpufeature: Drop TraceFilt feature exposure from ID_DFR0 register
` [PATCH 6/6] arm64/cpufeature: Replace all open bits shift encodings with macros

[PATCH v11 04/12] pwm: clps711x: Cast period to u32 before use as divisor
 2020-03-20 18:42 UTC  (9+ messages)
` [PATCH v11 06/12] pwm: imx27: Use 64-bit division macro and function
` [PATCH v11 09/12] pwm: sun4i: Use 64-bit division function
` [PATCH v11 11/12] clk: pwm: Assign u64 divisor to unsigned int before use

[patch V3 00/23] x86/entry: Consolidation part II (syscalls)
 2020-03-20 18:00 UTC  (24+ messages)
` [patch V3 01/23] rcu: Dont acquire lock in NMI handler in rcu_nmi_enter_common()
` [patch V3 02/23] rcu: Add comments marking transitions between RCU watching and not
` [patch V3 03/23] vmlinux.lds.h: Create section for protection against instrumentation
` [patch V3 04/23] kprobes: Prevent probes in .noinstr.text section
` [patch V3 05/23] tracing: Provide lockdep less trace_hardirqs_on/off() variants
` [patch V3 06/23] bug: Annotate WARN/BUG/stackfail as noinstr safe
` [patch V3 07/23] lockdep: Prepare for noinstr sections
` [patch V3 08/23] x86/entry: Mark enter_from_user_mode() noinstr
` [patch V3 09/23] x86/entry/common: Protect against instrumentation
` [patch V3 10/23] x86/entry: Move irq tracing on syscall entry to C-code
` [patch V3 11/23] x86/entry: Move irq flags tracing to prepare_exit_to_usermode()
` [patch V3 12/23] context_tracking: Ensure that the critical path cannot be instrumented
` [patch V3 13/23] lib/smp_processor_id: Move it into noinstr section
` [patch V3 14/23] x86/speculation/mds: Mark mds_user_clear_cpu_buffers() __always_inline
` [patch V3 15/23] x86/entry/64: Check IF in __preempt_enable_notrace() thunk
` [patch V3 16/23] x86/entry/64: Mark ___preempt_schedule_notrace() thunk noinstr
` [patch V3 17/23] rcu/tree: Mark the idle relevant functions noinstr
` [patch V3 18/23] x86/kvm: Move context tracking where it belongs
` [patch V3 19/23] x86/kvm/vmx: Add hardirq tracing to guest enter/exit
` [patch V3 20/23] x86/kvm/svm: Handle hardirqs proper on "
` [patch V3 21/23] context_tracking: Make guest_enter/exit_irqoff() .noinstr ready
` [patch V3 22/23] x86/kvm/vmx: Move guest enter/exit into .noinstr.text
` [patch V3 23/23] x86/kvm/svm: "

[RFC PATCH v2] dt-bindings: phy: convert phy-rockchip-inno-usb2 bindings to yaml
 2020-03-20 18:37 UTC 

[PATCH 0/4] A bunch of renames
 2020-03-20 18:36 UTC  (3+ messages)

linux-next: Tree for Mar 18
 2020-03-20 18:35 UTC  (10+ messages)
` linux-next: Tree for Mar 18 (objtool)

[PATCH] bpf: explicitly memset the bpf_attr structure
 2020-03-20 18:34 UTC  (7+ messages)
        ` [PATCH] bpf: explicitly memset some bpf info structures declared on the stack

[PATCH] vfio-mdev: support mediated device creation in kernel
 2020-03-20 18:34 UTC  (2+ messages)

clone3: allow creation of time namespace with offset
 2020-03-20 18:33 UTC  (6+ messages)

[tip:x86/misc] BUILD SUCCESS 630b99ab60aa972052a4202a1ff96c7e45eb0054
 2020-03-20 18:31 UTC 

[RFC PATCH] dynamic_debug: Add config option of DYNAMIC_DEBUG_CORE
 2020-03-20 18:30 UTC  (5+ messages)

[PATCH] perf mem2node: avoid double free related to realloc
 2020-03-20 18:25 UTC  (5+ messages)

[PATCH] arm64: move kimage_vaddr to .rodata
 2020-03-20 18:24 UTC  (2+ messages)

[PATCH 0/9] Enable orphan section warning
 2020-03-20 18:24 UTC  (4+ messages)
` [PATCH 1/9] scripts/link-vmlinux.sh: Delay orphan handling warnings until final link

[PATCH v2] perf mem2node: avoid double free related to realloc
 2020-03-20 18:23 UTC 

[PATCH v2 00/11] pstore: mtd: support crash log to block and mtd device
 2020-03-20 18:20 UTC  (7+ messages)
` [PATCH v2 01/11] pstore/blk: new support logger for block devices

[PATCH 1/1] x86 support for the initrd= command line option
 2020-03-20 18:19 UTC  (5+ messages)

[PATCH] KVM: x86: remove bogus user-triggerable WARN_ON
 2020-03-20 18:18 UTC  (5+ messages)

[PATCH 0/5] soundwire: add sdw_master_device support on Qualcomm platforms
 2020-03-20 18:17 UTC  (7+ messages)
` [PATCH 1/5] soundwire: bus_type: add master_device/driver support
` [PATCH 5/5] soundwire: qcom: add sdw_master_device support

[PATCH] soundwire: stream: only change state if needed
 2020-03-20 14:33 UTC  (3+ messages)

[PATCH 0/7] SoundWire: intel: fix SHIM programming sequences
 2020-03-20 14:20 UTC  (10+ messages)
` [PATCH 3/7] soundwire: intel: add mutex to prevent concurrent access to SHIM registers
` [PATCH 4/7] soundwire: intel: add definitions for shim_mask
` [PATCH 5/7] soundwire: intel: follow documentation sequences for SHIM registers

[PATCH] staging: vt6656: Use BIT() macro in vnt_mac_reg_bits_* functions
 2020-03-20 18:13 UTC 

[PATCH v3 0/8] Add support for ZSTD-compressed kernel and initramfs
 2020-03-20 18:10 UTC 

[PATCH] bdev: Reduce time holding bd_mutex in sync in blkdev_close()
 2020-03-20 18:07 UTC 

[PATCH V5 0/3] Convert QUP bindings to YAML and add ICC, pin swap doc
 2020-03-20 18:07 UTC  (3+ messages)
` [PATCH V5 3/3] dt-bindings: geni-se: Add binding for UART pin swap

help needed in debugging missed wakeup(?)
 2020-03-20 18:06 UTC  (2+ messages)

[PATCH 1/2] tty/serial: Add st,swap OF option to stm32-usart
 2020-03-20 18:05 UTC  (4+ messages)
` [PATCH 2/2] dt-bindings: serial: Add st,swap "

[PATCH 5.5 00/54] 5.5.11-rc3 review
 2020-03-20 18:00 UTC  (2+ messages)

[PATCH] rtc: max8907: add missing select REGMAP_IRQ
 2020-03-20 17:59 UTC  (2+ messages)

[PATCH 5.4 00/50] 5.4.27-rc3 review
 2020-03-20 17:59 UTC  (2+ messages)

[PATCH 4.19 00/48] 4.19.112-rc1 review
 2020-03-20 17:58 UTC  (6+ messages)

[PATCH v5 0/9] Add QUSB2 PHY support for SC7180
 2020-03-20 17:55 UTC  (3+ messages)
` [PATCH v5 2/9] dt-bindings: phy: qcom,qusb2: Add compatibles for QUSB2 V2 phy and SC7180

[PATCH v10 0/8] iio: adi-axi-adc,ad9647: Add support for AD9467 ADC
 2020-03-20 17:53 UTC  (3+ messages)
` [PATCH v10 6/8] dt-bindings: iio: adc: add bindings doc for AXI ADC driver

[PATCH 11/14] efi/gop: Allow specifying mode number on command line
 2020-03-20 17:51 UTC  (3+ messages)

[PATCH] KVM: LAPIC: Mark hrtimer for period or oneshot mode to expire in hard interrupt context
 2020-03-20 17:49 UTC  (2+ messages)

[PATCH v5 0/7] ASoC: Add new module driver for new ASRC
 2020-03-20 17:48 UTC  (6+ messages)
` [PATCH v5 1/7] ASoC: dt-bindings: fsl_asrc: Add new property fsl,asrc-format
` [PATCH v5 6/7] ASoC: dt-bindings: fsl_easrc: Add document for EASRC

weird cooling_device/cur_state sysfs behaviour
 2020-03-20 17:43 UTC  (2+ messages)

[PATCH] KVM: SVM: Issue WBINVD after deactivating an SEV guest
 2020-03-20 17:43 UTC  (2+ messages)

[PATCH 0/4] Throttle select_idle_sibling when a target domain is overloaded
 2020-03-20 17:43 UTC  (6+ messages)
` [PATCH 4/4] sched/fair: Track possibly overloaded domains and abort a scan if necessary

linux-next: Tree for Mar 20
 2020-03-20 17:43 UTC  (2+ messages)
` linux-next: Tree for Mar 20 (objtool warnings)

[PATCH] KVM: SVM: document KVM_MEM_ENCRYPT_OP, let userspace detect if SEV is available
 2020-03-20 17:42 UTC 

[PATCH 0/10] NS 8250 UART Device Tree improvements
 2020-03-20 17:41 UTC  (11+ messages)
` [PATCH 01/10] ARM: dts: pxa*: Don't redeclare phandle references
` [PATCH 02/10] ARM: dts: pxa*: Fix serial port names
` [PATCH 03/10] ARM: dts: pxa*: Make the serial ports compatible with xscale-uart
` [PATCH 04/10] ARM: dts: mmp2-brownstone: Don't redeclare phandle references
` [PATCH 05/10] ARM: dts: mmp*: Fix serial port names
` [PATCH 06/10] ARM: dts: mmp*: Make the serial ports compatible with xscale-uart
` [PATCH 07/10] ARM: dts: tango4: Make /serial compatible with ns16550a
` [PATCH 08/10] powerpc/fsl: Make serial ports "
` [PATCH 09/10] dt-bindings: serial: Move Marvell compatible string to 8250 binding doc
` [PATCH 10/10] dt-bindings: serial: Convert 8250 to json-schema

[PATCH v1 0/2] Add EDAC support for Cadence ddr controller
 2020-03-20 17:41 UTC  (3+ messages)
` [PATCH v1 1/2] EDAC/Cadence:Add EDAC driver for cadence memory controller

[PATCH v10 00/13] arm64: Branch Target Identification support
 2020-03-20 17:39 UTC  (2+ messages)

WARNING in ib_uverbs_remove_one
 2020-03-20 17:36 UTC 

[PATCH v3 0/5] platform/x86: intel_pmc_core: Add bug fixes or code
 2020-03-20 17:34 UTC  (8+ messages)

[PATCH] mm/dmapool.c: micro-optimisation remove unnecessary branch
 2020-03-20 17:33 UTC 

[PATCH] mm/compaction.c: Clean code by removing unnecessary assignment
 2020-03-20 17:28 UTC  (2+ messages)

[PATCH 0/6] Support programmable pins for Ocelot PTP driver
 2020-03-20 17:28 UTC  (3+ messages)
` [PATCH 2/6] MAINTAINERS: add entry for Microsemi "

[PATCH v6 00/10] Subject: Enable Linux guests on Hyper-V on ARM64
 2020-03-20 17:22 UTC  (10+ messages)
` [PATCH v6 04/10] arm64: hyperv: Add memory alloc/free functions for Hyper-V size pages

[PATCH 00/13] Reconcile NUMA balancing decisions with the load balancer v6
 2020-03-20 17:21 UTC  (8+ messages)

[PATCH v3] mtd: rawnand: toshiba: Support actual bitflips for BENAND (Built-in ECC NAND)
 2020-03-20 17:20 UTC  (2+ messages)

[PATCH v10 8/8] KVM: X86: Set CET feature bits for CPUID enumeration
 2020-03-20 17:18 UTC  (2+ messages)

[PATCH v4 0/4] Add QMP V3 USB3 PHY support for SC7180
 2020-03-20 17:18 UTC  (3+ messages)
` [PATCH v4 1/4] dt-bindings: phy: qcom,qmp: Convert QMP PHY bindings to yaml

[GIT PULL] TTY driver fixes for 5.6-rc7
 2020-03-20 17:15 UTC  (2+ messages)

[GIT PULL] Staging/IIO driver fixes for 5.6-rc7
 2020-03-20 17:15 UTC  (2+ messages)

[GIT PULL] sound fixes for 5.6-rc7
 2020-03-20 17:15 UTC  (2+ messages)

[GIT PULL] Char/Misc driver fixes for 5.6-rc7
 2020-03-20 17:15 UTC  (2+ messages)

[GIT PULL] arm64 fixes for -rc7
 2020-03-20 17:15 UTC  (2+ messages)

[GIT PULL] USB fixes for 5.6-rc7
 2020-03-20 17:15 UTC  (2+ messages)

[git pull drm fixes for 5.6-rc7
 2020-03-20 17:15 UTC  (2+ messages)

[PATCH] mtd: rawnand: denali: add more delays before latching incoming data
 2020-03-20 17:14 UTC  (3+ messages)

[PATCH] staging: vt6656: Use BIT() macro instead of hex value
 2020-03-20 17:10 UTC 

[PATCH] security, keys: Optimize barrier usage for Rmw atomic bitops
 2020-03-20 17:09 UTC  (2+ messages)

[PATCH V2 0/2] arm64: Enable vmemmap mapping from device memory
 2020-03-20 17:08 UTC  (3+ messages)
` [PATCH V2 1/2] mm/sparsemem: Enable vmem_altmap support in vmemmap_populate_basepages()

[PATCH] ASoC: sgtl5000: Revert "ASoC: sgtl5000: Fix of unmute outputs on probe"
 2020-03-20 17:05 UTC  (10+ messages)
  ` [EXT] "
            ` [alsa-devel] "

[PATCH] scripts/gdb: replace "is 0" by "== 0"
 2020-03-20 17:05 UTC  (3+ messages)

linux-next build error (8)
 2020-03-20 17:04 UTC  (9+ messages)

[PATCHv4 0/5] clk: agilex: add clock driver
 2020-03-20 17:02 UTC  (6+ messages)
` [PATCHv4 1/5] clk: socfpga: stratix10: use new parent data scheme
` [PATCH 2/5] clk: socfpga: remove clk_ops enable/disable methods
` [PATCH 3/5] clk: socfpga: add const to _ops data structures
` [PATCH 4/5] dt-bindings: documentation: add clock bindings information for Agilex
` [PATCH 5/5] clk: socfpga: agilex: add clock driver for the Agilex platform

[PATCH 2/3] LKMM: Add litmus test for RCU GP guarantee where reader stores
 2020-03-20 16:59 UTC  (3+ messages)

[PATCH] gpiolib: don't call sleeping functions with a spinlock taken
 2020-03-20 16:55 UTC  (3+ messages)

[PATCH 1/3] LKMM: Add litmus test for RCU GP guarantee where updater frees object
 2020-03-20 16:54 UTC  (3+ messages)

[PATCHv3 0/3] clean up KPTI / SDEI trampoline data alignment
 2020-03-20 16:54 UTC  (2+ messages)

[PATCH v2 00/10] media: adv748x: add support for HDMI audio
 2020-03-20 16:15 UTC  (8+ messages)
` [PATCH v2 07/10] dt-bindings: adv748x: add information about serial audio interface (I2S/TDM)

[PATCH v11 00/12] coresight: next v5.6-rc6
 2020-03-20 16:53 UTC  (10+ messages)
` [PATCH v11 03/12] coresight: cti: Add sysfs access to program function registers
` [PATCH v11 04/12] coresight: cti: Add sysfs trigger / channel programming API
` [PATCH v11 05/12] dt-bindings: arm: Adds CoreSight CTI hardware definitions
` [PATCH v11 06/12] coresight: cti: Add device tree support for v8 arch CTI
` [PATCH v11 07/12] coresight: cti: Add device tree support for custom CTI
` [PATCH v11 08/12] coresight: cti: Enable CTI associated with devices
` [PATCH v11 10/12] docs: coresight: Update documentation for CoreSight to cover CTI
` [PATCH v11 11/12] docs: sysfs: coresight: Add sysfs ABI documentation for CTI
` [PATCH v11 12/12] Update MAINTAINERS to add reviewer for CoreSight

[PATCH v6 0/3] phy: zynqmp: Add PHY driver for the Xilinx ZynqMP Gigabit Transceiver
 2020-03-20 16:53 UTC  (5+ messages)
` [PATCH v6 1/3] dt-bindings: phy: Add DT bindings for Xilinx ZynqMP PSGTR PHY


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