linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-28 12:30:03 to 2019-11-28 15:15:38 UTC [more...]

[PATCH 1/5] interconnect: qcom: sdm845: Walk the list safely on node removal
 2019-11-28 15:15 UTC  (8+ messages)
` [PATCH 2/5] interconnect: qcom: qcs404: "
` [PATCH 3/5] interconnect: qcom: msm8974: "
` [PATCH 4/5] interconnect: Add a common helper for removing all nodes
` [PATCH 5/5] interconnect: qcom: Use the new common helper for node removal

[PATCH 1/2] interconnect: Add a common standard aggregate function
 2019-11-28 15:15 UTC  (4+ messages)
` [PATCH 2/2] interconnect: qcom: Use the "

[PATCH v2 0/8] add header file for kelvin to/from Celsius conversion helpers
 2019-11-28 15:14 UTC  (11+ messages)
` [PATCH v2 1/8] "
` [PATCH v2 2/8] ACPI: thermal: switch to use <linux/temperature.h> helpers
` [PATCH v2 3/8] platform/x86: asus-wmi: "
` [PATCH v2 4/8] platform/x86: intel_menlow: "
` [PATCH v2 5/8] thermal: int340x: "
` [PATCH v2 6/8] thermal: intel_pch: "
` [PATCH v2 7/8] nvme: hwmon: "
` [PATCH v2 8/8] thermal: remove kelvin to/from Celsius conversion helpers from <linux/thermal.h>

[PATCH] mm: use the existing variable instead of a duplicate statement
 2019-11-28 15:12 UTC  (3+ messages)

[PATCH] mm/vmscan.c: remove unused return value of shrink_node
 2019-11-28 15:10 UTC 

[PATCH] kernel: audit.c: Add __rcu notation to RCU pointer
 2019-11-28 15:09 UTC  (5+ messages)

MIPS: bug: gettimeofday syscall broken on CI20 board?
 2019-11-28 15:10 UTC  (16+ messages)
` MIPS: bug: gettimeofday syscall broken on CI20 board

[PATCH] x86/mce/therm_throt: Avoid updating RO and reserved bits
 2019-11-28 15:08 UTC 

[PATCH v7 0/2] perf: add support for logging debug messages to file
 2019-11-28 15:04 UTC  (3+ messages)

[PATCH v5 0/3] MediaTek Security random number generator support
 2019-11-28 15:02 UTC  (4+ messages)
` [PATCH v5 3/3] hwrng: add mtk-sec-rng driver

[PATCH 0/8] gpiolib: add an ioctl() for monitoring line status changes
 2019-11-28 15:02 UTC  (9+ messages)
` [PATCH 7/8] gpiolib: add new ioctl() for monitoring changes in line info

[PATCH v6 00/49] QUICC Engine support on ARM, ARM64, PPC64
 2019-11-28 14:55 UTC  (50+ messages)
` [PATCH v6 01/49] soc: fsl: qe: remove space-before-tab
` [PATCH v6 02/49] soc: fsl: qe: drop volatile qualifier of struct qe_ic::regs
` [PATCH v6 03/49] soc: fsl: qe: rename qe_(clr/set/clrset)bit* helpers
` [PATCH v6 04/49] soc: fsl: qe: introduce qe_io{read,write}* wrappers
` [PATCH v6 05/49] soc: fsl: qe: avoid ppc-specific io accessors
` [PATCH v6 06/49] soc: fsl: qe: replace spin_event_timeout by readx_poll_timeout_atomic
` [PATCH v6 07/49] soc: fsl: qe: qe.c: guard use of pvr_version_is() with CONFIG_PPC32
` [PATCH v6 08/49] soc: fsl: qe: drop unneeded #includes
` [PATCH v6 09/49] soc: fsl: qe: drop assign-only high_active in qe_ic_init
` [PATCH v6 10/49] soc: fsl: qe: remove pointless sysfs registration in qe_ic.c
` [PATCH v6 11/49] soc: fsl: qe: use qe_ic_cascade_{low,high}_mpic also on 83xx
` [PATCH v6 12/49] soc: fsl: qe: move calls of qe_ic_init out of arch/powerpc/
` [PATCH v6 13/49] powerpc/83xx: remove mpc83xx_ipic_and_qe_init_IRQ
` [PATCH v6 14/49] powerpc/85xx: remove mostly pointless mpc85xx_qe_init()
` [PATCH v6 15/49] soc: fsl: qe: move qe_ic_cascade_* functions to qe_ic.c
` [PATCH v6 16/49] soc: fsl: qe: rename qe_ic_cascade_low_mpic -> qe_ic_cascade_low
` [PATCH v6 17/49] soc: fsl: qe: remove unused qe_ic_set_* functions
` [PATCH v6 18/49] soc: fsl: qe: don't use NO_IRQ in qe_ic.c
` [PATCH v6 19/49] soc: fsl: qe: make qe_ic_get_{low,high}_irq static
` [PATCH v6 20/49] soc: fsl: qe: simplify qe_ic_init()
` [PATCH v6 21/49] soc: fsl: qe: merge qe_ic.h headers into qe_ic.c
` [PATCH v6 22/49] soc: fsl: qe: qe.c: use of_property_read_* helpers
` [PATCH v6 23/49] soc: fsl: qe: qe_io.c: don't open-code of_parse_phandle()
` [PATCH v6 24/49] soc: fsl: qe: qe_io.c: access device tree property using be32_to_cpu
` [PATCH v6 25/49] soc: fsl: qe: qe_io.c: use of_property_read_u32() in par_io_init()
` [PATCH v6 26/49] soc: fsl: move cpm.h from powerpc/include/asm to include/soc/fsl
` [PATCH v6 27/49] soc/fsl/qe/qe.h: update include path for cpm.h
` [PATCH v6 28/49] serial: ucc_uart: explicitly include soc/fsl/cpm.h
` [PATCH v6 29/49] serial: ucc_uart: replace ppc-specific IO accessors
` [PATCH v6 30/49] serial: ucc_uart: factor out soft_uart initialization
` [PATCH v6 31/49] serial: ucc_uart: stub out soft_uart_init for !CONFIG_PPC32
` [PATCH v6 32/49] serial: ucc_uart: use of_property_read_u32() in ucc_uart_probe()
` [PATCH v6 33/49] serial: ucc_uart: limit brg-frequency workaround to PPC32
` [PATCH v6 34/49] serial: ucc_uart: access __be32 field using be32_to_cpu
` [PATCH v6 35/49] soc: fsl: qe: change return type of cpm_muram_alloc() to s32
` [PATCH v6 36/49] soc: fsl: qe: make cpm_muram_free() return void
` [PATCH v6 37/49] soc: fsl: qe: make cpm_muram_free() ignore a negative offset
` [PATCH v6 38/49] soc: fsl: qe: drop broken lazy call of cpm_muram_init()
` [PATCH v6 39/49] soc: fsl: qe: refactor cpm_muram_alloc_common to prevent BUG on error path
` [PATCH v6 40/49] soc: fsl: qe: avoid IS_ERR_VALUE in ucc_slow.c
` [PATCH v6 41/49] soc: fsl: qe: drop use of IS_ERR_VALUE in qe_sdma_init()
` [PATCH v6 42/49] soc: fsl: qe: drop pointless check "
` [PATCH v6 43/49] soc: fsl: qe: avoid IS_ERR_VALUE in ucc_fast.c
` [PATCH v6 44/49] net/wan/fsl_ucc_hdlc: avoid use of IS_ERR_VALUE()
` [PATCH v6 45/49] net/wan/fsl_ucc_hdlc: fix reading of __be16 registers
` [PATCH v6 46/49] net/wan/fsl_ucc_hdlc: reject muram offsets above 64K
` [PATCH v6 47/49] net: ethernet: freescale: make UCC_GETH explicitly depend on PPC32
` [PATCH v6 48/49] soc: fsl: qe: remove unused #include of asm/irq.h from ucc.c
` [PATCH v6 49/49] soc: fsl: qe: remove PPC32 dependency from CONFIG_QUICC_ENGINE

[PATCH 0/3] perf/bpftool: Allow to link libbpf dynamically
 2019-11-28 14:53 UTC  (2+ messages)
` [PATCH bpf v2] bpftool: "

[PATCH 0/3] net: macb: cover letter
 2019-11-28 14:52 UTC  (7+ messages)
` [PATCH 2/3] net: macb: add support for C45 MDIO read/write

[PATCH v1] mm/memory_hotplug: don't check the nid in find_(smallest|biggest)_section_pfn
 2019-11-28 14:52 UTC  (6+ messages)

[PATCH 0/3] Use C inlines for uaccess
 2019-11-28 14:51 UTC  (3+ messages)
` [PATCH 2/3] arm64: remove uaccess_ttbr0 asm macros from cache functions

unchecked MSR access error in throttle_active_work()
 2019-11-28 14:51 UTC  (4+ messages)

[GIT PULL] MFD for v5.5
 2019-11-28 14:48 UTC 

[PATCH] power: reset: at91-reset: add sysfs interface to the power on reason
 2019-11-28 14:48 UTC  (2+ messages)

[PATCH v1 0/1]Fix build warning and errors
 2019-11-28 14:46 UTC  (2+ messages)

[GIT PULL] Backlight for v5.5
 2019-11-28 14:45 UTC 

[PATCH 1/7] drivers: clk: unexport clk_register_gpio_gate()
 2019-11-28 14:44 UTC  (7+ messages)
` [PATCH 2/7] drivers: clk: unexport clk_hw_register_gpio_gate()
` [PATCH 3/7] include: linux: clk-provider: remove obsolete clk_hw_unregister_gpio_gate()
` [PATCH 4/7] drivers: clk: unexport clk_register_gpio_mux()
` [PATCH 5/7] drivers: clk: unexport clk_gpio_mux_ops field
` [PATCH 6/7] drivers: clk: unexport clk_gpio_gate_ops field
` [PATCH 7/7] drivers: clk: unexport clk_hw_register_gpio_mux()

[PATCH v6 0/7] add thermal sensor driver for A64, A83T, H3, H5, H6, R40
 2019-11-28 14:45 UTC  (7+ messages)
` [PATCH v6 2/7] dt-bindings: thermal: add YAML schema for sun8i-thermal driver bindings

[GIT PULL] platform-drivers-x86 for 5.5-1
 2019-11-28 14:42 UTC 

[PATCH 0/3] drivers/auxdisplay: Provide support for JHD1313
 2019-11-28 14:37 UTC  (6+ messages)
` [PATCH 3/3] drivers: auxdisplay: Add JHD1313 I2C interface driver

[PATCH] arm64: defconfig: Change CONFIG_AT803X_PHY from m to y
 2019-11-28 12:16 UTC  (3+ messages)

[PATCH] media: ov5640: Fix check for PLL1 exceeding max allowed rate
 2019-11-28 14:28 UTC  (4+ messages)

[PATCH 1/6] include: linux: pci.h: introduce pci_get_device_by_id()
 2019-11-28 14:21 UTC  (8+ messages)
` [PATCH 2/6] mtd: maps: esb2rom: use pci_get_device_by_id()
` [PATCH 3/6] mtd: maps: amd76xrom: "
` [PATCH 4/6] edac: i82443bxgx_edac: "
` [PATCH 5/6] char: hw_random: intel-rng: "
` [PATCH 6/6] (v3) drivers: hwmon: i5k_amb: simplify probing / device identification

[PATCH v4 0/3] interconnect: Add basic tracepoints
 2019-11-28 14:18 UTC  (4+ messages)
` [PATCH v4 1/3] interconnect: Move internal structs into a separate file
` [PATCH v4 2/3] interconnect: Add a name to struct icc_path
` [PATCH v4 3/3] interconnect: Add basic tracepoints

[PATCH v1] drivers/base/node.c: get rid of get_nid_for_pfn()
 2019-11-28 14:13 UTC  (8+ messages)

[PATCH 1/1] mmc: mmci: add threaded irq to abort DPSM of non-functional state
 2019-11-28 14:06 UTC  (4+ messages)
    ` [Linux-stm32] "

[PATCH v2] arm64: dts: rockchip: split rk3399-rockpro64 for v2 and v2.1 boards
 2019-11-28 14:01 UTC 

[PATCH] ASoC: Intel: sst: Add missing include <linux/io.h>
 2019-11-28 13:58 UTC 

[PATCH RESEND 0/2] scsi: ufs: hibern8 fixes
 2019-11-28 13:59 UTC  (3+ messages)
  ` [PATCH RESEND 2/2] scsi: ufs: Update L4 attributes on manual hibern8 exit in Cadence UFS

[PATCH 03/10] EDAC: Store error type in struct edac_raw_error_desc
 2019-11-28 13:58 UTC  (2+ messages)

[PATCH v2] sched: rt: Make RT capacity aware
 2019-11-28 13:59 UTC  (4+ messages)

AT91: sama5d2: lockdep splat in sama5d2_pmc_of_clk_init_driver()
 2019-11-28 13:58 UTC  (3+ messages)
` [PATCH] clk: at91: fix possible deadlock

[PATCH v2] drm/dp_mst: Fix W=1 warnings
 2019-11-28 13:56 UTC  (5+ messages)

[PATCH] ASoC: tlv320aic31xx: Add HP output driver pop reduction controls
 2019-11-28 13:54 UTC  (2+ messages)
` [PATCH v2] "

KASAN: use-after-free Read in si470x_int_in_callback (2)
 2019-11-28 13:53 UTC  (2+ messages)

[PATCH v1] mm/memory_hotplug: don't check the nid in find_(smallest|biggest)_section_pfn
 2019-11-28 13:52 UTC  (2+ messages)

[PATCH v3] drm/dp_mst: Fix W=1 warnings
 2019-11-28 13:50 UTC 

[PATCH] KVM: Add separate helper for putting borrowed reference to kvm
 2019-11-28 13:49 UTC  (12+ messages)

[PATCH 0/4] at24: move write-protect pin handling to nvmem core
 2019-11-28 13:44 UTC  (8+ messages)
` [PATCH 1/4] dt-bindings: nvmem: new optional property write-protect-gpios

[PATCH 0/2] Two minor USB related fixes
 2019-11-28 13:43 UTC  (3+ messages)
` [PATCH 1/2] usb: common: usb-conn-gpio: Don't log an error on probe deferral
` [PATCH 2/2] dt-bindings: connector: Improve the english of the initial description

[PATCH 0/3] sched/numa: introduce advanced numa statistic
 2019-11-28 13:41 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] sched/numa: advanced per-cgroup "

[GIT PULL] perf/core improvements and fixes
 2019-11-28 13:40 UTC  (23+ messages)
` [PATCH 01/22] perf script: Move map__fprintf_srccode() to near its only user
` [PATCH 02/22] perf map: Ditch leftover map__reloc_vmlinux() prototype
` [PATCH 03/22] perf map: Remove needless struct forward declarations
` [PATCH 04/22] perf map: Remove unused functions
` [PATCH 05/22] x86/insn: Add some more Intel instructions to the opcode map
` [PATCH 06/22] x86/insn: perf tools: Add some more instructions to the new instructions test
` [PATCH 07/22] perf maps: Merge 'struct maps' with 'struct map_groups'
` [PATCH 08/22] perf thread: Rename thread->mg to thread->maps
` [PATCH 09/22] perf addr_location: Rename al->mg to al->maps
` [PATCH 10/22] perf map_symbol: Rename ms->mg to ms->maps
` [PATCH 11/22] perf maps: Rename 'mg' variables to 'maps'
` [PATCH 12/22] perf maps: Rename map_groups.h to maps.h
` [PATCH 13/22] perf tests: Rename thread-mg-share to thread-maps-share
` [PATCH 14/22] perf tests: Rename tests/map_groups.c to tests/maps.c
` [PATCH 15/22] perf tools: Allow to link with libbpf dynamicaly
` [PATCH 16/22] perf diff: Use llabs() with 64-bit values
` [PATCH 17/22] "
` [PATCH 18/22] perf regs: Make perf_reg_name() return "unknown" instead of NULL
` [PATCH 19/22] perf pmu: Use file system cache to optimize sysfs access
` [PATCH 20/22] perf affinity: Add infrastructure to save/restore affinity
` [PATCH 21/22] perf script: Fix brstackinsn for AUXTRACE
` [PATCH 22/22] perf script: Fix invalid LBR/binary mismatch error

[PATCH] gpio: mpc8xxx: Add platform device to gpiochip->parent
 2019-11-28 13:39 UTC  (2+ messages)

[PATCH 4.4 000/132] 4.4.204-stable review
 2019-11-28 13:29 UTC  (2+ messages)

[PATCH v2 00/11] Move PMC clocks into Tegra PMC driver
 2019-11-28 13:25 UTC  (17+ messages)
` [PATCH v2 02/11] soc: tegra: Add Tegra PMC clock registrations into "
` [PATCH v2 04/11] soc: pmc: Add blink output clock registration to Tegra PMC
` [PATCH v2 06/11] dt-bindings: clock: tegra: Remove pmc clock ids from clock dt-bindings

[PATCH] perf jit: move test functionality in to a test
 2019-11-28 13:19 UTC  (5+ messages)

[PATCH] spi: cadence: Correct handling of native chipselect
 2019-11-28 13:19 UTC  (2+ messages)
` Applied "spi: cadence: Correct handling of native chipselect" to the spi tree

[PATCH] spi: dw: Correct handling of native chipselect
 2019-11-28 13:19 UTC  (2+ messages)
` Applied "spi: dw: Correct handling of native chipselect" to the spi tree

[GIT PULL] Oneliner fix for the pinctrl pull request
 2019-11-28 13:18 UTC 

[PATCH] regulator: fix use after free issue
 2019-11-28 13:18 UTC  (2+ messages)
` Applied "regulator: fix use after free issue" to the regulator tree

[PATCH] ASoC: AMD: Enable clk in startup intead of hw_params
 2019-11-28 13:18 UTC  (2+ messages)
` Applied "ASoC: AMD: Enable clk in startup intead of hw_params" to the asoc tree

[PATCH -next] ASoC: rt5677: Fix build error without CONFIG_SPI
 2019-11-28 13:18 UTC  (2+ messages)
` Applied "ASoC: rt5677: Fix build error without CONFIG_SPI" to the asoc tree

[PATCH] ASoC: wm8904: fix automatic sysclk configuration
 2019-11-28 13:18 UTC  (2+ messages)
` Applied "ASoC: wm8904: fix automatic sysclk configuration" to the asoc tree

[PATCHv2 6/6] ASoC: da7213: Add default clock handling
 2019-11-28 13:13 UTC  (11+ messages)

[PATCH v2 0/3] ubsan: Split out bounds checker
 2019-11-28 13:10 UTC  (7+ messages)

[PATCH] kdb: remove redundant assignment to pointer bp
 2019-11-28 13:07 UTC 

[PATCH] input: misc: Kconfig: use select instead of depends on KEYBOARD_GPIO
 2019-11-28 13:03 UTC  (3+ messages)

[PATCH v3 0/2] firmware: google: Expose coreboot tables and CBMEM
 2019-11-28 12:50 UTC  (3+ messages)
` [PATCH v3 1/2] firmware: google: Expose CBMEM over sysfs
` [PATCH v3 2/2] firmware: google: Expose coreboot tables "

[PATCH v2 0/5] DA9062 PMIC features
 2019-11-28 12:49 UTC  (4+ messages)
` [PATCH v2 1/5] gpio: add support to get local gpio number

WireGuard for 5.5?
 2019-11-28 12:47 UTC  (3+ messages)

Add initial support for Ingenic X1000 SoC and Y&A CU Neo board v4
 2019-11-28 12:31 UTC  (5+ messages)
` [PATCH v4 4/6] MIPS: Ingenic: Initial YSH & ATIL CU Neo board support

[PATCH] zram: fix error return codes not being returned in writeback_store
 2019-11-28 12:29 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).