linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-29 13:19:43 to 2019-08-29 14:52:16 UTC [more...]

[PATCH v5, 00/32] add drm support for MT8183
 2019-08-29 14:50 UTC  (20+ messages)
` [PATCH v5, 02/32] dt-bindings: mediatek: add ovl_2l description for mt8183 display
` [PATCH v5, 04/32] dt-bindings: mediatek: add dither "
` [PATCH v5, 05/32] dt-bindings: mediatek: add mutex "
` [PATCH v5, 09/32] drm/mediatek: add mutex sof into ddp private data
` [PATCH v5, 12/32] drm/mediatek: add mmsys private data for ddp path config
` [PATCH v5, 14/32] drm/mediatek: add ddp component CCORR
` [PATCH v5, 19/32] drm/medaitek: add layer_nr for ovl private data
` [PATCH v5, 21/32] drm/mediatek: add background color input select function for ovl/ovl_2l
` [PATCH v5, 22/32] drm/mediatek: add ovl0/ovl_2l0 usecase
` [PATCH v5, 23/32] drm/mediatek: distinguish ovl and ovl_2l by layer_nr
` [PATCH v5, 24/32] drm/mediatek: add clock property check before get it
` [PATCH v5, 25/32] drm/mediatek: add connection from OVL0 to OVL_2L0
` [PATCH v5, 26/32] drm/mediatek: add connection from RDMA0 to COLOR0
` [PATCH v5, 27/32] drm/mediatek: add connection from RDMA1 to DSI0
` [PATCH v5, 28/32] drm/mediatek: add connection from OVL_2L0 to RDMA0
` [PATCH v5, 29/32] drm/mediatek: add connection from OVL_2L1 to RDMA1
` [PATCH v5, 30/32] drm/mediatek: add connection from DITHER0 to DSI0
` [PATCH v5, 31/32] drm/mediatek: add connection from RDMA0 "
` [PATCH v5, 32/32] drm/mediatek: add support for mediatek SOC MT8183

[PATCH v2] firmware: google: update vpd_decode from upstream
 2019-08-29 14:51 UTC  (3+ messages)
` [PATCH v3] firmware: google: check if size is valid when decoding VPD data

[PATCH] leds: remove PAGE_SIZE limit of /sys/class/leds/<led>/trigger
 2019-08-29 14:49 UTC 

[PATCH 0/9] drivers: add new variants of devm_platform_ioremap_resource()
 2019-08-29 14:48 UTC  (11+ messages)
` [PATCH 1/9] Documentation: devres: add missing entry for devm_platform_ioremap_resource()
` [PATCH 2/9] lib: devres: prepare devm_ioremap_resource() for more variants
` [PATCH 3/9] lib: devres: provide new variants for devm_ioremap_resource()
` [PATCH 4/9] drivers: provide new variants of devm_platform_ioremap_resource()
` [PATCH 5/9] gpio: em: use devm_platform_ioremap_resource_nocache()
` [PATCH 6/9] gpio: ath79: "
` [PATCH 7/9] gpio: htc-egpio: "
` [PATCH 8/9] gpio: xgene: "
` [PATCH 9/9] misc: sram: use devm_platform_ioremap_resource_wc()

[PATCH v3 00/13] virtio-fs: shared file system for virtual machines
 2019-08-29 14:47 UTC  (6+ messages)

[PATCH v5 0/4] ASoC: codecs: Add WSA881x Smart Speaker amplifier support
 2019-08-29 14:44 UTC  (5+ messages)
` [PATCH v5 1/4] dt-bindings: soundwire: add slave bindings
` [PATCH v5 2/4] soundwire: core: add device tree support for slave devices
` [PATCH v5 3/4] dt-bindings: ASoC: Add WSA881x bindings
` [PATCH v5 4/4] ASoC: codecs: add wsa881x amplifier support

[RFC v1 2/2] rcu/tree: Remove dynticks_nmi_nesting counter
 2019-08-29 14:43 UTC  (12+ messages)

[GIT PULL] perf/core improvements and fixes
 2019-08-29 14:39 UTC  (38+ messages)
` [PATCH 01/37] perf arch powerpc: Sync powerpc syscall.tbl
` [PATCH 02/37] perf event: Check ref_reloc_sym before using it
` [PATCH 03/37] perf tools: Use CAP_SYS_ADMIN with perf_event_paranoid checks
` [PATCH 04/37] perf evsel: Kernel profiling is disallowed only when perf_event_paranoid > 1
` [PATCH 05/37] perf symbols: Use CAP_SYSLOG with kptr_restrict checks
` [PATCH 06/37] perf tools: Warn that perf_event_paranoid can restrict kernel symbols
` [PATCH 07/37] perf tools: Remove needless util.h include from builtin.h
` [PATCH 08/37] perf evlist: Remove needless util.h from evlist.h
` [PATCH 09/37] perf clang: Delete needless util-cxx.h header
` [PATCH 10/37] perf top: Decay all events in the evlist
` [PATCH 11/37] perf top: Fix event group with more than two events
` [PATCH 12/37] libperf: Add PERF_RECORD_HEADER_ATTR 'struct attr_event' to perf/event.h
` [PATCH 13/37] libperf: Add PERF_RECORD_CPU_MAP 'struct cpu_map_event' "
` [PATCH 14/37] libperf: Add PERF_RECORD_EVENT_UPDATE 'struct event_update_event' "
` [PATCH 15/37] libperf: Add PERF_RECORD_HEADER_EVENT_TYPE 'struct event_type_event' "
` [PATCH 16/37] libperf: Add PERF_RECORD_HEADER_TRACING_DATA 'struct tracing_data_event' "
` [PATCH 17/37] libperf: Add PERF_RECORD_HEADER_BUILD_ID 'struct build_id_event' "
` [PATCH 18/37] libperf: Add PERF_RECORD_ID_INDEX 'struct id_index_event' "
` [PATCH 19/37] libperf: Add PERF_RECORD_AUXTRACE_INFO 'struct auxtrace_info_event' "
` [PATCH 20/37] libperf: Add PERF_RECORD_AUXTRACE 'struct auxtrace_event' "
` [PATCH 21/37] libperf: Add PERF_RECORD_AUXTRACE_ERROR 'struct auxtrace_error_event' "
` [PATCH 22/37] libperf: Add PERF_RECORD_AUX 'struct aux_event' "
` [PATCH 23/37] libperf: Add PERF_RECORD_ITRACE_START 'struct itrace_start_event' "
` [PATCH 24/37] libperf: Add PERF_RECORD_SWITCH 'struct context_switch_event' "
` [PATCH 25/37] libperf: Add PERF_RECORD_THREAD_MAP 'struct thread_map_event' "
` [PATCH 26/37] libperf: Add PERF_RECORD_STAT_CONFIG 'struct stat_config_event' "
` [PATCH 27/37] libperf: Add PERF_RECORD_STAT 'struct stat_event' "
` [PATCH 28/37] libperf: Add PERF_RECORD_STAT_ROUND 'struct stat_round_event' "
` [PATCH 29/37] libperf: Add PERF_RECORD_TIME_CONV 'struct time_conv_event' "
` [PATCH 30/37] libperf: Add PERF_RECORD_HEADER_FEATURE 'struct feature_event' "
` [PATCH 31/37] libperf: Add PERF_RECORD_COMPRESSED 'struct compressed_event' "
` [PATCH 32/37] libperf: Add 'union perf_event' "
` [PATCH 33/37] libperf: Rename the PERF_RECORD_ structs to have a "perf" prefix
` [PATCH 34/37] libperf: Move 'enum perf_user_event_type' to perf/event.h
` [PATCH 35/37] perf evlist: Use unshare(CLONE_FS) in sb threads to let setns(CLONE_NEWNS) work
` [PATCH 36/37] tools lib traceevent: Do not free tep->cmdlines in add_new_comm() on failure
` [PATCH 37/37] tools lib traceevent: Remove unneeded qsort and uses memmove instead

[PATCH 0/2 v2] tpm: add update_durations class op to allow override of chip supplied values
 2019-08-29 14:41 UTC  (6+ messages)
` [PATCH 1/2 v2] tpm: provide a way to override the chip returned durations
` [PATCH 2/2 v2] tpm_tis: override durations for STM tpm with firmware 1.2.8.28

[PATCH v1] cpuidle-haltpoll: vcpu hotplug support
 2019-08-29 14:40 UTC  (5+ messages)

[PATCH 0/4] i3c: remove device if failed on pre_assign_dyn_addr()
 2019-08-29 14:39 UTC  (16+ messages)
` [PATCH 1/4] i3c: master: detach and free device if pre_assign_dyn_addr() fails
` [PATCH 2/4] i3c: master: Check if devices have i3c_dev_boardinfo on i3c_master_add_i3c_dev_locked()
` [PATCH 3/4] dt-bindings: i3c: Make 'assigned-address' valid if static address != 0
` [PATCH 4/4] i3c: master: dw: reattach device on first available location of address table

[PATCH v3 0/3] arm64: meson-sm1: add support for the SM1 based VIM3L
 2019-08-29 14:39 UTC  (3+ messages)

[PATCH] cpuidle-haltpoll: Enable kvm guest polling when dedicated physical CPUs are available
 2019-08-29 14:39 UTC  (11+ messages)

[RFC PATCH v3 00/16] Core scheduling v3
 2019-08-29 14:38 UTC  (7+ messages)

[PATCH v3 0/8] Add dual-LVDS panel support to EK874
 2019-08-29 14:38 UTC  (4+ messages)
` [PATCH v3 1/8] dt-bindings: display: Add bindings for LVDS bus-timings

[PATCH] tpm: Remove duplicate code from caps_show() in tpm-sysfs.c
 2019-08-29 14:38 UTC 

[PATCH] selftests: watchdog: Add optional file argument
 2019-08-29 14:38 UTC  (2+ messages)

[PATCH v3 0/2] net: core: Notify on changes to dev->promiscuity
 2019-08-29 14:37 UTC  (12+ messages)
` [PATCH v3 1/2] "

[PATCH] um: Rewrite host RNG driver
 2019-08-29 14:36 UTC  (4+ messages)

[PATCH] x86/reboot: Avoid EFI reboot when not running on EFI
 2019-08-29 14:34 UTC  (3+ messages)

[PATCH 1/3] mmc: sdhci-cadence: enable v4_mode to fix ADMA 64-bit addressing
 2019-08-29 14:33 UTC  (10+ messages)
` [PATCH 2/3] mmc: sdhci: constify references of parameters to __sdhci_read_caps()
` [PATCH 3/3] mmc: sdhci-cadence: override spec version

Purgatory compile flag changes apparently causing Kexec relocation overflows
 2019-08-29 14:33 UTC  (5+ messages)

[PATCH v2 0/2] Add LVDS panel support to HiHope RZ/G2M
 2019-08-29 14:32 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: display: Add idk-1110wr binding

[PATCH v4 0/4] Disable compat cruft on ppc64le v4
 2019-08-29 14:32 UTC  (7+ messages)
` [PATCH v4 1/4] powerpc: make llseek 32bit-only

[PATCH v2 1/2] input: keyboard: snvs_pwrkey: Send key events for i.MX6 S, DL and Q
 2019-08-29 14:32 UTC  (7+ messages)

[PATCH] media: i2c: adv7180: fix adv7280 BT.656-4 compatibility
 2019-08-29 14:29 UTC  (3+ messages)

[PATCH v2 00/15] thermal: qcom: tsens: Add interrupt support
 2019-08-29 14:28 UTC  (4+ messages)
` [PATCH v2 03/15] drivers: thermal: tsens: Add __func__ identifier to debug statements

[PATCH v2 0/8] sched/fair: rework the CFS load balance
 2019-08-29 14:26 UTC  (6+ messages)
` [PATCH v2 4/8] sched/fair: rework load_balance

[PATCH v3 00/14] treewide: prefer __section from compiler_attributes.h
 2019-08-29 14:22 UTC  (4+ messages)
` [PATCH v3 10/14] x86: "

[PATCH v2 0/4] sched/fair: Active balancer RT/DL preemption fix
 2019-08-29 14:19 UTC  (5+ messages)
` [PATCH v2 4/4] sched/fair: Prevent active LB from preempting higher sched classes

[PATCH] x86/hpet: Disable HPET on Intel Coffe Lake
 2019-08-29 14:13 UTC  (3+ messages)

stop overriding dma_ops in vmd v2
 2019-08-29 14:14 UTC  (7+ messages)
` [PATCH 2/5] x86/pci: Add a to_pci_sysdata helper
` [PATCH 4/5] PCI/vmd: Stop overriding dma_map_ops

[PATCH] net: dsa: microchip: fill regmap_config name
 2019-08-29 14:14 UTC 

[PATCH] staging: exfat: add exfat filesystem code to staging
 2019-08-29 14:08 UTC  (2+ messages)

[PATCH 00/10] OOM Debug print selection and additional information
 2019-08-29 14:09 UTC  (8+ messages)

[PATCH v3 0/4] backlight: Expose brightness curve type through sysfs
 2019-08-29 14:09 UTC  (10+ messages)
` [PATCH v3 2/4] "
    `  "

reeze while write on external usb 3.0 hard disk [Bug 204095]
 2019-08-29 14:08 UTC  (5+ messages)

[PATCH -next] rtc: pcf2127: Fix build error without CONFIG_WATCHDOG_CORE
 2019-08-29 14:04 UTC  (4+ messages)

[PATCH v2] drm/bridge: adv7511: Attach to DSI host at probe time
 2019-08-29 13:55 UTC  (5+ messages)

[PATCH RFC v4 0/15] sched,fair: flatten CPU controller runqueues
 2019-08-29 14:02 UTC  (5+ messages)
` [PATCH 08/15] sched,fair: simplify timeslice length code

[PATCH] KVM: s390: improve documentation for S390_MEM_OP
 2019-08-29 13:58 UTC  (3+ messages)

[PATCH] media: staging: tegra-vde: Disable building with COMPILE_TEST
 2019-08-29 13:58 UTC  (4+ messages)

[PATCH v2 0/2] mbox changes for QCS404 DVFS
 2019-08-29 13:59 UTC  (3+ messages)
` [PATCH v2 1/2] mbox: qcom: add APCS child device for QCS404

[PATCH v6 00/21] KVM RISC-V Support
 2019-08-29 13:57 UTC  (22+ messages)
` [PATCH v6 01/21] KVM: RISC-V: Add KVM_REG_RISCV for ONE_REG interface
` [PATCH v6 02/21] RISC-V: Add bitmap reprensenting ISA features common across CPUs
` [PATCH v6 03/21] RISC-V: Export few kernel symbols
` [PATCH v6 04/21] RISC-V: Add hypervisor extension related CSR defines
` [PATCH v6 05/21] RISC-V: Add initial skeletal KVM support
` [PATCH v6 06/21] RISC-V: KVM: Implement VCPU create, init and destroy functions
` [PATCH v6 07/21] RISC-V: KVM: Implement VCPU interrupts and requests handling
` [PATCH v6 08/21] RISC-V: KVM: Implement KVM_GET_ONE_REG/KVM_SET_ONE_REG ioctls
` [PATCH v6 09/21] RISC-V: KVM: Implement VCPU world-switch
` [PATCH v6 10/21] RISC-V: KVM: Handle MMIO exits for VCPU
` [PATCH v6 11/21] RISC-V: KVM: Handle WFI "
` [PATCH v6 12/21] RISC-V: KVM: Implement VMID allocator
` [PATCH v6 13/21] RISC-V: KVM: Implement stage2 page table programming
` [PATCH v6 14/21] RISC-V: KVM: Implement MMU notifiers
` [PATCH v6 15/21] RISC-V: KVM: Add timer functionality
` [PATCH v6 16/21] RISC-V: KVM: FP lazy save/restore
` [PATCH v6 17/21] RISC-V: KVM: Implement ONE REG interface for FP registers
` [PATCH v6 18/21] RISC-V: KVM: Add SBI v0.1 support
` [PATCH v6 19/21] RISC-V: KVM: Document RISC-V specific parts of KVM API
` [PATCH v6 20/21] RISC-V: Enable VIRTIO drivers in RV64 and RV32 defconfig
` [PATCH v6 21/21] RISC-V: KVM: Add MAINTAINERS entry

[PATCH v2] KVM: s390: Test for bad access register and size at the start of S390_MEM_OP
 2019-08-29 13:57 UTC  (4+ messages)

[PATCH] arm/arm64: defconfig: Update configs to use the new CROS_EC options
 2019-08-29 13:56 UTC  (6+ messages)

[PATCH] binder: Use kmem_cache for binder_thread
 2019-08-29 13:53 UTC  (4+ messages)

[RESEND PATCH V3 0/8] TopDown metrics support for Icelake
 2019-08-29 13:52 UTC  (5+ messages)
` [RESEND PATCH V3 3/8] perf/x86/intel: Support hardware TopDown metrics

[PATCH v4] platform/chrome: cros_ec_trace: update generating script
 2019-08-29 13:51 UTC  (8+ messages)

[PATCH v2] mm/hugetlb: avoid looping to the same hugepage if !pages and !vmas
 2019-08-29 13:50 UTC 

[PATCH 0/2] software node: fixes for two smatch errors
 2019-08-29 13:50 UTC  (5+ messages)
` [PATCH 1/2] software node: Fix use of potentially uninitialized variable
` [PATCH 2/2] "

[PATCH] virtio-fs: add Documentation/filesystems/virtiofs.rst
 2019-08-29 13:48 UTC  (2+ messages)

[PATCH v4 0/3] genirq/vfio: Introduce irq_update_devid() and optimize VFIO irq ops
 2019-08-29 13:48 UTC  (7+ messages)
` [PATCH v4 3/3] vfio/pci: make use of irq_update_devid and optimize "

[PATCH v3] KVM: selftests: Add a test for the KVM_S390_MEM_OP ioctl
 2019-08-29 13:44 UTC  (4+ messages)

[PATCH] [RFC] tty/serial: imx: make use of format specifier %dE
 2019-08-29 13:43 UTC  (2+ messages)

[PATCH v2] vsprintf: introduce %dE for error constants
 2019-08-29 13:39 UTC  (2+ messages)

[PATCH v2] mmc: mediatek: enable SDIO IRQ low level trigger function
 2019-08-29 13:36 UTC  (3+ messages)

[PATCH v2] mmc: sdhci: use lower/upper_32_bits() macros for DMA addresses
 2019-08-29 13:34 UTC  (3+ messages)

[PATCH V6 0/5] Add Genesys Logic GL975x support
 2019-08-29 13:33 UTC  (2+ messages)

[PATCH v2] software node: Fix use of potentially uninitialized variables
 2019-08-29 13:32 UTC 

[PATCH v1 1/2] vsprintf: introduce %dE for error constants
 2019-08-29 13:27 UTC  (2+ messages)

[PATCH] arm64: dts: meson-sm1-sei610: add stdout-path property back
 2019-08-29 13:27 UTC 

[PATCH V6 5/5] mmc: host: sdhci-pci: Add Genesys Logic GL975x support
 2019-08-29 13:21 UTC  (4+ messages)

[PATCH 1/2] efi+tpm: Don't access event->count when it isn't mapped
 2019-08-29 13:21 UTC  (7+ messages)

[PATCH] tpm_tis: Fix interrupt probing
 2019-08-29 13:20 UTC  (5+ messages)

[PATCH RESEND v11 0/8] openat2(2)
 2019-08-29 13:19 UTC  (6+ messages)
` [PATCH RESEND v11 7/8] open: openat2(2) syscall


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