linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-18 19:07:20 to 2019-12-18 21:36:16 UTC [more...]

[PATCH v4 1/3] dt-bindings: Add vendor prefix for Xinpeng Technology
 2019-12-18 21:36 UTC  (4+ messages)
` [PATCH v4 2/3] dt-bindings: display: panel: Add binding document for Xinpeng XPP055C272

[PATCH v4 00/19] Move PMC clocks into Tegra PMC driver
 2019-12-18 21:36 UTC  (13+ messages)
` [PATCH v4 01/19] dt-bindings: clock: tegra: Change CLK_M_DIV to OSC_DIV clocks
` [PATCH v4 04/19] dt-bindings: tegra: Convert Tegra PMC bindings to YAML
` [PATCH v4 07/19] dt-bindings: soc: tegra-pmc: Add id for Tegra PMC 32KHz blink clock
` [PATCH v4 10/19] dt-bindings: clock: tegra: Remove pmc clock ids from clock dt-bindings
` [PATCH v4 15/19] ARM: dts: tegra: Add clock-cells property to pmc
` [PATCH v4 19/19] ASoC: nau8825: change Tegra clk_out_2 provider from tegra_car "

[PATCH v3 0/3] tty/leds: implement a trigger for ttys
 2019-12-18 21:33 UTC  (8+ messages)
` [PATCH v3 3/3] leds: trigger: implement a tty trigger

[PATCH v6 0/2] iio: add driver for Bosch BMA400 accelerometer
 2019-12-18 21:16 UTC  (5+ messages)
` [PATCH v6 1/2] dt-bindings: iio: accel: bma400: add bindings

[PATCHv3 00/15] remoteproc: updates for omap remoteproc support
 2019-12-18 21:31 UTC  (3+ messages)
` [PATCHv3 07/15] remoteproc/omap: Add support for DRA7xx remote processors

[PATCH] net: amd: xgbe: fix possible sleep-in-atomic-context bugs in xgbe_powerdown()
 2019-12-18 21:26 UTC  (2+ messages)

linux-next: Fixes tag needs some work in the amdgpu tree
 2019-12-18 21:25 UTC 

[RFC PATCH] KVM: x86: Disallow KVM_SET_CPUID{2} if the vCPU is in guest mode
 2019-12-18 21:24 UTC  (5+ messages)

[PATCH v1 0/2] MMIO mask fix for AMD memory encryption support
 2019-12-18 21:18 UTC  (6+ messages)
` [PATCH v1 1/2] KVM: x86/mmu: Allow for overriding MMIO SPTE mask
` [PATCH v1 2/2] KVM: SVM: Implement reserved bit callback to set "

[PATCH v4 0/8] ARM/MIPS: DTS: add child nodes describing the PVRSGX GPU present in some OMAP SoC and JZ4780 (and many more)
 2019-12-18 21:16 UTC  (3+ messages)
` [PATCH v4 1/8] dt-bindings: add img,pvrsgx.yaml for Imagination GPUs

[PATCH v2 0/3] Fix small issues in XSAVES
 2019-12-18 20:53 UTC  (4+ messages)
` [PATCH v2 3/3] x86/fpu/xstate: Invalidate fpregs when __fpu_restore_sig() fails

[PATCH 00/24] Consolidate dummy_con initialization
 2019-12-18 21:12 UTC  (26+ messages)
` [PATCH 01/24] console/dummycon: Remove bogus depends on from DUMMY_CONSOLE
` [PATCH 02/24] vt: Initialize conswitchp to dummy_con if unset
` [PATCH 03/24] arch/setup: Drop dummy_con initialization
` [PATCH 04/24] "
` [PATCH 05/24] "
` [PATCH 06/24] "
` [PATCH 07/24] "
` [PATCH 08/24] "
` [PATCH 09/24] "
` [PATCH 10/24] "
` [PATCH 11/24] "
` [PATCH 12/24] "
` [PATCH 13/24] "
` [PATCH 14/24] "
` [PATCH 15/24] "
` [PATCH 16/24] "
` [PATCH 17/24] "
` [PATCH 18/24] "
` [PATCH 19/24] "
` [PATCH 20/24] "
` [PATCH 21/24] "
` [PATCH 22/24] "
` [PATCH 23/24] "
` [PATCH 24/24] "

[PATCH v4 0/6] Use C inlines for uaccess
 2019-12-18 21:11 UTC  (7+ messages)
` [PATCH v4 1/6] arm/arm64/xen: hypercall.h add includes guards
` [PATCH v4 2/6] arm/arm64/xen: use C inlines for privcmd_call

[GIT PULL v2 00/27] block, scsi: final compat_ioctl cleanup
 2019-12-18 21:11 UTC  (10+ messages)
` [PATCH v2 17/27] compat_ioctl: ide: floppy: add handler
` [PATCH v2 18/27] compat_ioctl: scsi: move ioctl handling into drivers
` [PATCH v2 21/27] compat_ioctl: move cdrom commands into cdrom.c
` [PATCH v2 23/27] compat_ioctl: move HDIO ioctl handling into drivers/ide

[PATCH v9 00/17] Consolidate and improve NVIDIA Tegra CPUIDLE driver(s)
 2019-12-18 21:05 UTC  (18+ messages)
` [PATCH v9 01/17] ARM: tegra: Compile sleep-tegra20/30.S unconditionally
` [PATCH v9 02/17] ARM: tegra: Add tegra_pm_park_secondary_cpu()
` [PATCH v9 03/17] ARM: tegra: Remove pen-locking from cpuidle-tegra20
` [PATCH v9 04/17] ARM: tegra: Change tegra_set_cpu_in_lp2() type to void
` [PATCH v9 05/17] ARM: tegra: Propagate error from tegra_idle_lp2_last()
` [PATCH v9 06/17] ARM: tegra: Expose PM functions required for new cpuidle driver
` [PATCH v9 07/17] ARM: tegra: Rename some of the newly exposed PM functions
` [PATCH v9 08/17] ARM: tegra: Make outer_disable() open-coded
` [PATCH v9 09/17] arm: tegra20: cpuidle: Handle case where secondary CPU hangs on entering LP2
` [PATCH v9 10/17] arm: tegra20: cpuidle: Make abort_flag atomic
` [PATCH v9 11/17] arm: tegra20/30: cpuidle: Remove unnecessary memory barrier
` [PATCH v9 12/17] cpuidle: Refactor and move out NVIDIA Tegra20 driver into drivers/cpuidle
` [PATCH v9 13/17] cpuidle: tegra: Squash Tegra30 driver into the common driver
` [PATCH v9 14/17] cpuidle: tegra: Squash Tegra114 "
` [PATCH v9 15/17] cpuidle: tegra: Disable CC6 state if LP2 unavailable
` [PATCH v9 16/17] ARM: multi_v7_defconfig: Enable Tegra cpuidle driver
` [PATCH v9 17/17] ARM: tegra: Enable Tegra cpuidle driver in tegra_defconfig

[PATCH 5.4 00/37] 5.4.5-stable review
 2019-12-18 21:02 UTC  (3+ messages)

[PATCH 5.3 00/25] 5.3.18-stable review
 2019-12-18 21:00 UTC  (2+ messages)

[PATCH v4 00/14] PHY: Add support for SERDES in TI's J721E SoC
 2019-12-18 20:59 UTC  (3+ messages)
` [PATCH v4 13/14] dt-bindings: phy: Document WIZ (SERDES wrapper) bindings

[PATCH 0/2] pipe: Fixes [ver #2]
 2019-12-18 20:59 UTC  (11+ messages)

[PATCH v4 0/5] Add rtc support for rn5t618 mfd
 2019-12-18 20:54 UTC  (3+ messages)
` [PATCH v4 1/5] dt-bindings: mfd: rn5t618: Document optional property interrupts

[PATCH v4 0/6] GPIO & Hierarchy IRQ support for HiFive Unleashed
 2019-12-18 20:51 UTC  (3+ messages)
` [PATCH v4 4/6] gpio: sifive: Add DT documentation for SiFive GPIO

[PATCH 00/18] mfd: demodularization of non-modular drivers
 2019-12-18 20:48 UTC  (19+ messages)
` [PATCH 01/18] mfd: stmpe-spi: Make it explicitly non-modular
` [PATCH 02/18] mfd: stmpe-i2c: "
` [PATCH 03/18] mfd: ezx-pcap: "
` [PATCH 04/18] mfd: 88pm860x-*: "
` [PATCH 05/18] mfd: tc3589: "
` [PATCH 06/18] mfd: tc6387xb: "
` [PATCH 07/18] mfd: tc6393xb: "
` [PATCH 08/18] mfd: twl4030-audio: "
` [PATCH 09/18] mfd: twl4030-power: "
` [PATCH 10/18] mfd: twl6040: "
` [PATCH 11/18] mfd: t7l66xb: "
` [PATCH 12/18] mfd: lp8788: "
` [PATCH 13/18] mfd: menelaus: "
` [PATCH 14/18] mfd: tps6586x: "
` [PATCH 15/18] mfd: omap-usb-tll: "
` [PATCH 16/18] mfd: omap-usb-host: "
` [PATCH 17/18] mfd: palmas: "
` [PATCH 18/18] mfd: intel_soc_pmic_core: "

[PATCH v5 00/11] ASoC: Add support to WCD9340/WCD9341 codec
 2019-12-18 20:41 UTC  (3+ messages)
` [PATCH v5 01/11] ASoC: dt-bindings: add dt bindings for WCD9340/WCD9341 audio codec

[PATCH] Proper RTS control when buffers fill
 2019-12-18 20:40 UTC 

[PATCH] rxrpc: struct mutex cannot be used for rxrpc_call::user_mutex
 2019-12-18 20:39 UTC  (5+ messages)

[PATCH v4 0/6] Add support for frequency invariance for (some) x86
 2019-12-18 20:37 UTC  (10+ messages)
` [PATCH v4 1/6] x86,sched: Add support for frequency invariance
` [PATCH v4 2/6] x86,sched: Add support for frequency invariance on SKYLAKE_X
` [PATCH v4 3/6] x86,sched: Add support for frequency invariance on XEON_PHI_KNL/KNM

[PATCH v5 0/2] add support of interrupt for host wakeup from devicetree in BCM HCI driver
 2019-12-18 20:38 UTC  (4+ messages)
` [PATCH v5 1/2] dt-bindings: net: bluetooth: add interrupts properties

[PATCH v5 0/4] add meson secure watchdog driver
 2019-12-18 20:34 UTC  (7+ messages)
` [PATCH v5 2/4] dt-bindings: watchdog: add new binding for meson secure watchdog

[PATCH v5 0/4] IT6505 cover letter
 2019-12-18 20:29 UTC  (6+ messages)
` [PATCH v5 1/4] dt-bindings: Add vendor prefix for ITE Tech. Inc
` [PATCH v5 3/4] dt-bindings: Add binding for IT6505

[PATCH] arm64: dts: meson: add audio fifo depths
 2019-12-18 20:24 UTC 

[PATCH v2] llc2: Remove the condition operator in llc_stat_ev_rx_null_dsap_xid_c and llc_stat_ev_rx_null_dsap_test_c
 2019-12-18 20:24 UTC  (4+ messages)

[PATCH net-next 2/3] ptp: clockmatrix: Remove IDT references or replace with Renesas
 2019-12-18 20:23 UTC  (4+ messages)

[PATCH v6 00/12] NVIDIA Tegra20 CPUFreq driver major update
 2019-12-18 20:21 UTC  (13+ messages)
` [PATCH v6 01/12] clk: tegra: Add custom CCLK implementation
` [PATCH v6 02/12] clk: tegra: pll: Add pre/post rate-change hooks
` [PATCH v6 03/12] clk: tegra: cclk: Add helpers for handling PLLX rate changes
` [PATCH v6 04/12] clk: tegra20: Use custom CCLK implementation
` [PATCH v6 05/12] clk: tegra30: "
` [PATCH v6 06/12] ARM: tegra: Switch CPU to PLLP on resume from LP1 on Tegra30/114/124
` [PATCH v6 07/12] ARM: tegra: Don't enable PLLX while resuming from LP1 on Tegra30
` [PATCH v6 08/12] dt-bindings: cpufreq: Add binding for NVIDIA Tegra20/30
` [PATCH v6 09/12] cpufreq: tegra20: Use generic cpufreq-dt driver (Tegra30 supported now)
` [PATCH v6 10/12] ARM: tegra: Create tegra20-cpufreq platform device on Tegra30
` [PATCH v6 11/12] ARM: dts: tegra30: beaver: Set up voltage regulators for DVFS
` [PATCH v6 12/12] ARM: dts: tegra30: beaver: Add CPU Operating Performance Points

[PATCH v6 0/6] Add dual-LVDS panel support to EK874
 2019-12-18 20:21 UTC  (4+ messages)
` [PATCH v6 5/6] dt-bindings: display: Add idk-2121wr binding

[PATCH net-next 0/7] net: stmmac: TSN support using TAPRIO API
 2019-12-18 20:17 UTC  (2+ messages)

[<PATCH v1> 0/9] SD card bug fixes
 2019-12-18 20:16 UTC  (4+ messages)
` [<PATCH v1> 9/9] mmc: sd: Fix trivial SD card issues

[PATCH] scsi: lpfc: fix spelling mistakes of asynchronous
 2019-12-18 20:15 UTC  (2+ messages)

[PATCH net-next v3 0/3] net: stmmac: Improvements for -next
 2019-12-18 20:14 UTC  (2+ messages)

[PATCH 3/3] gpu: drm: dead code elimination
 2019-12-18 20:11 UTC  (2+ messages)

[PATCH 1/3] gpu: drm: dead code elimination
 2019-12-18 20:11 UTC  (2+ messages)

[PATCH AUTOSEL 4.19 008/219] ARM: dts: imx51: Fix memory node duplication
 2019-12-18 20:11 UTC  (6+ messages)
` [PATCH AUTOSEL 4.19 031/219] arm64: preempt: Fix big-endian when checking preempt count in assembly

[PATCH 1/4] f2fs: convert inline_dir early before starting rename
 2019-12-18 20:09 UTC  (4+ messages)
` [PATCH 2/4] f2fs: don't put new_page twice in f2fs_rename
` [PATCH 3/4] f2fs: declare nested quota_sem and remove unnecessary sems
` [PATCH 4/4] f2fs: free sysfs kobject

[PATCH v6 0/5] add dsa switch support for ar9331
 2019-12-18 20:09 UTC  (3+ messages)
` [PATCH v6 2/5] dt-bindings: net: dsa: qca,ar9331 switch documentation

[PATCH -next] pci: fix a -Wtype-limits compilation warning
 2019-12-18 20:08 UTC  (2+ messages)

[PATCH v2] dt-bindings: spi: Convert stm32 spi bindings to json-schema
 2019-12-18 20:06 UTC  (2+ messages)
` Applied "dt-bindings: spi: Convert stm32 spi bindings to json-schema" to the spi tree

[PATCH RESEND] regulator: axp20x: Fix AXP22x ELDO2 regulator enable bitmask
 2019-12-18 20:06 UTC  (2+ messages)
` Applied "regulator: axp20x: Fix AXP22x ELDO2 regulator enable bitmask" to the regulator tree

[PATCH v3 0/1] usb: gadget: add raw-gadget interface
 2019-12-18 20:06 UTC  (7+ messages)
` [PATCH v3 1/1] "

[PATCH net v3 0/9] net: stmmac: Fixes for -net
 2019-12-18 20:06 UTC  (2+ messages)

[PATCH 2/4] ASoC: meson: axg-fifo: add fifo depth to the bindings documentation
 2019-12-18 20:05 UTC  (2+ messages)
` Applied "ASoC: meson: axg-fifo: add fifo depth to the bindings documentation" to the asoc tree

[PATCH 1/4] ASoC: meson: axg-fifo: fix fifo threshold setup
 2019-12-18 20:05 UTC  (2+ messages)
` Applied "ASoC: meson: axg-fifo: fix fifo threshold setup" to the asoc tree

[PATCH 3/4] ASoC: meson: axg-fifo: improve depth handling
 2019-12-18 20:05 UTC  (2+ messages)
` Applied "ASoC: meson: axg-fifo: improve depth handling" to the asoc tree

[PATCH 4/4] ASoC: meson: axg-fifo: relax period size constraints
 2019-12-18 20:05 UTC  (2+ messages)
` Applied "ASoC: meson: axg-fifo: relax period size constraints" to the asoc tree

[PATCH] ptrace/x86: introduce TS_COMPAT_RESTART to fix get_nr_restart_syscall()
 2019-12-18 20:02 UTC  (4+ messages)
` [PATCH v2 0/4] x86: "

[PATCH v2] sched/fair: Do not set skip buddy up the sched hierarchy
 2019-12-18 20:02 UTC  (7+ messages)

[PATCH] KEYS: trusted: fix type warnings in ntohl/nthos
 2019-12-17 14:35 UTC  (2+ messages)

[PATCH RESEND v4 1/3] drm/i915: Move the code to populate ACPI device ID into intel_acpi
 2019-12-18 19:58 UTC  (3+ messages)
` [PATCH RESEND v4 2/3] drm/i915: Lookup and attach ACPI device node for connectors
` [PATCH RESEND v4 3/3] drm/i915: Add support for integrated privacy screens

[PATCH] net: nfc: nci: fix a possible sleep-in-atomic-context bug in nci_uart_tty_receive()
 2019-12-18 19:58 UTC  (2+ messages)

[PATCH v7 0/8] HiKey960 USB support
 2019-12-18 19:56 UTC  (5+ messages)
` [PATCH v7 7/8] dt-bindings: misc: Add bindings for HiSilicon usb hub and data role switch functionality on HiKey960

[PATCH v4 0/7] Introduce CAP_SYS_PERFMON to secure system performance monitoring and observability
 2019-12-18 19:56 UTC  (3+ messages)
` [PATCH v4 1/9] capabilities: introduce CAP_SYS_PERFMON to kernel and user space

[PATCH] btrfs: remove BUG_ON used as assertions
 2019-12-18 19:54 UTC  (4+ messages)

[PATCH] f2fs: cover f2fs_lock_op in expand_inode_data case
 2019-12-18 19:53 UTC 

[GIT PULL] sound fixes for 5.5-rc3
 2019-12-18 19:50 UTC  (2+ messages)

[V2 1/1 PATCH] arm64: dts: rockchip: add ROCK Pi S DTS support
 2019-12-18 19:49 UTC  (2+ messages)

[PATCH] docs: ftrace: Specifies when buffers get clear
 2019-12-18 19:47 UTC  (3+ messages)

[PATCH v2 0/3] Add QUSB2 PHY support for SC7180
 2019-12-18 19:43 UTC  (5+ messages)
` [PATCH v2 2/3] dt-bindings: phy: qcom-qusb2: Convert QUSB2 phy bindings to yaml
` [PATCH v2 3/3] dt-bindings: phy: qcom-qusb2: Add SC7180 QUSB2 phy support

[PATCH] fs: ocfs: remove unnecessary assertion in dlm_migrate_lockres
 2019-12-18 19:41 UTC 

[PATCH v2] docs: ftrace: Specifies when buffers get clear
 2019-12-18 19:38 UTC  (3+ messages)

[PATCH v4 0/1] usb: gadget: add raw-gadget interface
 2019-12-18 19:26 UTC  (2+ messages)
` [PATCH v4 1/1] "

[PATCH] Revert "ipc,sem: remove uneeded sem_undo_list lock usage in exit_sem()"
 2019-12-18 19:25 UTC  (4+ messages)

[BUG] ALSA: ice1712: a possible sleep-in-atomic-context bug in snd_vt1724_set_pro_rate()
 2019-12-18 19:24 UTC  (2+ messages)

[PATCH v3] fs: Fix page_mkwrite off-by-one errors
 2019-12-18 19:23 UTC  (5+ messages)

KASAN: global-out-of-bounds Read in bit_putcs
 2019-12-18 19:21 UTC  (2+ messages)

[PATCH 1/2] rxrpc: Unlock new call in rxrpc_new_incoming_call() rather than the caller
 2019-12-18 19:16 UTC  (4+ messages)
` [PATCH 2/2] rxrpc: Don't take call->user_mutex in rxrpc_new_incoming_call()

[PATCH] Revert "iwlwifi: mvm: fix scan config command size"
 2019-12-18 19:12 UTC  (2+ messages)

[PATCH v1] brcmfmac: Keep OOB wake-interrupt disabled when it shouldn't be enabled
 2019-12-18 19:11 UTC  (3+ messages)

[PATCH v13 0/7] drm/sun4i: Allwinner A64 MIPI-DSI support
 2019-12-18 19:10 UTC  (8+ messages)
` [PATCH v13 1/7] dt-bindings: sun6i-dsi: Document A64 MIPI-DSI controller
` [PATCH v13 2/7] dt-bindings: sun6i-dsi: Add A64 DPHY compatible (w/ A31 fallback)
` [PATCH v13 3/7] drm/sun4i: dsi: Get the mod clock for A31
` [PATCH v13 4/7] drm/sun4i: dsi: Handle bus clock via regmap_mmio_attach_clk
` [PATCH v13 5/7] drm/sun4i: dsi: Add Allwinner A64 MIPI DSI support
` [PATCH v13 6/7] arm64: dts: allwinner: a64: Add MIPI DSI pipeline
` [DO NOT MERGE] [PATCH v13 7/7] arm64: dts: allwinner: bananapi-m64: Enable Bananapi S070WV20-CT16 DSI panel

[PATCH] orinoco: avoid assertion in case of NULL pointer
 2019-12-18 19:09 UTC  (2+ messages)

[PATCH] k3dma: Avoid null pointer traversal
 2019-12-18 19:09 UTC 

[PATCH] brcmfmac: Fix memory leak in brcmf_usbdev_qinit
 2019-12-18 19:08 UTC  (2+ messages)

[PATCH v2 1/9] brcmfmac: reset two D11 cores if chip has two D11 cores
 2019-12-18 19:08 UTC  (2+ messages)

[PATCH 1/6] rtlwifi: rtl8192ce: use generic rtl_query_rxpwrpercentage
 2019-12-18 19:07 UTC  (2+ messages)


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