linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-19 18:56:01 to 2020-02-19 22:01:14 UTC [more...]

[PATCH 1/2] hwmon: (pmbus/ltc2978): add support for more parts
 2020-02-19 22:01 UTC  (3+ messages)
` [PATCH 2/2] bindings: (hwmon/ltc2978.txt): "

Kernel 5.5.4 build fail for BPF-selftests with latest LLVM
 2020-02-19 21:59 UTC  (13+ messages)

[PATCH v3 2/2] ptp: Add a ptp clock driver for IDT 82P33 SMU
 2020-02-19 21:58 UTC 

[PATCH] lib/test_stackinit: move a local outside the switch statement
 2020-02-19 21:58 UTC  (4+ messages)

[PATCH 0/2] of: unittest: add overlay gpio test to catch gpio hog problem
 2020-02-19 21:56 UTC  (3+ messages)
` [PATCH 1/2] "

[PATCH v3 1/2] dt-bindings: ptp: Add device tree binding for IDT 82P33 based PTP clock
 2020-02-19 21:56 UTC 

[PATCH v3 00/25] user_namespace: introduce fsid mappings
 2020-02-19 21:56 UTC  (4+ messages)

[PATCH -next v2] mm: annotate a data race in page_zonenum()
 2020-02-19 21:55 UTC  (3+ messages)

[PATCH] ASoC: dpcm: remove confusing trace in dpcm_get_be()
 2020-02-19 21:53 UTC  (2+ messages)

[PATCH] kvm: x86: Print "disabled by bios" only once per host
 2020-02-19 21:52 UTC  (9+ messages)

[PATCH v8 00/11] Add support for SBI v0.2 and CPU hotplug
 2020-02-19 21:48 UTC  (2+ messages)

[PATCH] mm: Stop kswapd early when nothing's waiting for it to free pages
 2020-02-19 21:45 UTC  (8+ messages)

[PATCH v2 RESEND] mm/sparsemem: pfn_to_page is not valid yet on SPARSEMEM
 2020-02-19 21:45 UTC  (4+ messages)

[PATCH v1] nfc: pn544: Fix occasional HW initialization failure
 2020-02-19 21:41 UTC  (3+ messages)

[PATCH] mm: memcontrol: asynchronous reclaim for memory.high
 2020-02-19 21:41 UTC  (9+ messages)

[RFC PATCH] vfs: syscalls: Add create_automount() and remove_automount()
 2020-02-19 21:39 UTC  (11+ messages)

[PATCH v6 1/2] mm: Add MREMAP_DONTUNMAP to mremap()
 2020-02-19 21:38 UTC  (3+ messages)

[PATCH v2 1/2] dt-bindings: spi: Add fsl,ls1028a-dspi compatible
 2020-02-19 21:36 UTC  (2+ messages)

[PATCH] cfg80211: Pass lockdep expression to RCU lists
 2020-02-19 21:33 UTC  (5+ messages)

[PATCH v1 0/4] msm/gpu/a6xx: use the DMA-API for GMU memory allocations
 2020-02-19 21:32 UTC  (5+ messages)
` [PATCH v1 1/4] dt-bindings: display: msm: Convert GMU bindings to YAML
` [PATCH v1 2/4] dt-bindings: display: msm: Add required dma-range property
` [PATCH v1 3/4] arm64: dts: sdm845: Set the virtual address range for GMU allocations
` [PATCH v1 4/4] drm/msm/a6xx: Use the DMA API for GMU memory objects

[PATCH 0/6] Silence some instances of -Wtautological-compare and enable globally
 2020-02-19 21:32 UTC  (11+ messages)
` [PATCH 3/6] tracing: Wrap section comparison in tracer_alloc_buffers with COMPARE_SECTIONS

[PATCH v2] dt-bindings: iio: adc: ad7923: Add binding documentation for AD7928
 2020-02-19 21:25 UTC  (2+ messages)

[PATCH] mm: Avoid data corruption on CoW fault into PFN-mapped VMA
 2020-02-19 21:22 UTC  (2+ messages)

[PATCH] ASoC: tas2562: Add support for ISENSE and VSENSE
 2020-02-19 21:11 UTC  (3+ messages)
` Applied "ASoC: tas2562: Add support for ISENSE and VSENSE" to the asoc tree
` [RFC] Volume control across multiple registers

[PATCH v3 1/2] driver core: Rework logic in __driver_deferred_probe_check_state to allow EPROBE_DEFER to be returned for longer
 2020-02-19 21:15 UTC  (4+ messages)
` [PATCH v3 2/2] driver core: Make deferred_probe_timeout global so it can be shared

[PATCH] backlight: add led-backlight driver
 2020-02-19 21:15 UTC  (4+ messages)

[PATCH v12 1/9] hugetlb_cgroup: Add hugetlb_cgroup reservation counter
 2020-02-19 21:06 UTC  (4+ messages)

[PATCH v3 0/3] Enable Hantro G1 post-processor
 2020-02-19 21:06 UTC  (7+ messages)

[PATCH v2] proc: faster open/read/close with "permanent" files
 2020-02-19 21:06 UTC  (2+ messages)

[PATCH v6 0/7] introduce memory hinting API for external process
 2020-02-19 21:05 UTC  (3+ messages)

[PATCH v7 00/23] Change readahead API
 2020-02-19 21:01 UTC  (25+ messages)
` [PATCH v7 01/24] mm: Move readahead prototypes from mm.h
` [PATCH v7 02/24] mm: Return void from various readahead functions
` [PATCH v7 03/24] mm: Ignore return value of ->readpages
` [PATCH v7 04/24] mm: Move readahead nr_pages check into read_pages
` [PATCH v7 05/24] mm: Use readahead_control to pass arguments
` [PATCH v7 06/24] mm: Rename various 'offset' parameters to 'index'
` [PATCH v7 07/24] mm: rename readahead loop variable to 'i'
` [PATCH v7 08/24] mm: Remove 'page_offset' from readahead loop
` [PATCH v7 09/24] mm: Put readahead pages in cache earlier
` [PATCH v7 10/24] mm: Add readahead address space operation
` [PATCH v7 11/24] mm: Move end_index check out of readahead loop
` [PATCH v7 12/24] mm: Add page_cache_readahead_unbounded
` [PATCH v7 13/24] fs: Convert mpage_readpages to mpage_readahead
` [PATCH v7 14/24] btrfs: Convert from readpages to readahead
` [PATCH v7 15/24] erofs: Convert uncompressed files "
` [PATCH v7 16/24] erofs: Convert compressed "
` [PATCH v7 17/24] ext4: Convert "
` [PATCH v7 18/24] ext4: Pass the inode to ext4_mpage_readpages
` [PATCH v7 19/24] f2fs: Convert from readpages to readahead
` [PATCH v7 20/24] fuse: "
` [PATCH v7 21/24] iomap: Restructure iomap_readpages_actor
` [PATCH v7 22/24] iomap: Convert from readpages to readahead
` [PATCH v7 23/24] mm: Document why we don't set PageReadahead
` [PATCH v7 24/24] mm: Use memalloc_nofs_save in readahead path

[PATCH 00/19] VFS: Filesystem information and notifications [ver #16]
 2020-02-19 21:01 UTC  (5+ messages)
` [PATCH 01/19] vfs: syscall: Add fsinfo() to query filesystem information "
` [PATCH 11/19] afs: Support fsinfo() "

[PATCH] regmap: wrong descriptions in regmap_range_cfg
 2020-02-19 20:58 UTC  (2+ messages)
` Applied "regmap: wrong descriptions in regmap_range_cfg" to the regmap tree

[PATCH v2] ASoC: MT6660 update to 1.0.8_G
 2020-02-19 20:58 UTC  (2+ messages)
` Applied "ASoC: MT6660 update to 1.0.8_G" to the asoc tree

[PATCH] ASoC: fix card registration regression
 2020-02-19 20:57 UTC  (2+ messages)
` Applied "ASoC: fix card registration regression." to the asoc tree

[PATCH bpf-next 0/6] bpftool: Allow to select sections and filter probes
 2020-02-19 20:57 UTC  (6+ messages)

[PATCH v3 2/2] ASoC: meson: add t9015 internal DAC driver
 2020-02-19 20:56 UTC  (2+ messages)
` Applied "ASoC: meson: add t9015 internal DAC driver" to the asoc tree

[PATCH v2] ASoC: dt-bindings: stm32: convert i2s to json-schema
 2020-02-19 20:56 UTC  (2+ messages)
` Applied "ASoC: dt-bindings: stm32: convert i2s to json-schema" to the asoc tree

[PATCH v5 0/3] add support for co-processor loaded and booted before kernel
 2020-02-19 20:56 UTC  (7+ messages)
` [PATCH v5 1/3] remoteproc: "

[PATCH] cpufreq: qcom: Add support for krait based socs
 2020-02-19 20:55 UTC 

[PATCH] RDMA/core: Fix use of logical OR in get_new_pps
 2020-02-19 20:54 UTC  (4+ messages)

[RFC PATCH 0/3] vfio/type1: Reduce vfio_iommu.lock contention
 2020-02-19 20:52 UTC  (4+ messages)

[PATCH] ARM: dts: rockchip: Keep rk3288-tinker SD card IO powered during reboot
 2020-02-19 20:42 UTC 

[PATCH v2 0/3] Add new module driver for new ASRC
 2020-02-19 20:37 UTC  (3+ messages)
` [PATCH v2 2/3] ASoC: dt-bindings: fsl_easrc: Add document for EASRC

linux-next: Fixes tag needs some work in the mips-fixes tree
 2020-02-19 20:36 UTC 

[PATCH v2 0/3] Add Support for MCAN in AM654x-idk
 2020-02-19 20:35 UTC  (3+ messages)
` [PATCH v2 1/3] dt-bindings: m_can: Add Documentation for transceiver regulator

linux-next: Fixes tag needs some work in the net tree
 2020-02-19 20:33 UTC 

[PATCH v2 0/2] dt-bindings: Convert Cadence PCIe RC/EP to DT Schema
 2020-02-19 20:32 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: PCI: cadence: Add PCIe RC/EP DT schema for Cadence PCIe
` [PATCH v2 2/2] dt-bindings: PCI: Convert PCIe Host/Endpoint in Cadence platform to DT schema

Linux 5.5.5
 2020-02-19 20:31 UTC  (2+ messages)

Linux 5.4.21
 2020-02-19 20:30 UTC  (2+ messages)

Linux 4.19.105
 2020-02-19 20:30 UTC  (2+ messages)

[PATCH 0/2] slabinfo: parse all NUMA attributes
 2020-02-19 20:26 UTC  (4+ messages)
` [PATCH 2/2] tools: vm: slabinfo: Add numa information for objects

[PATCH v2] kernel/extable: Use address-of operator on section symbols
 2020-02-19 20:24 UTC  (2+ messages)

[PATCH v6 00/19] Change readahead API
 2020-02-19 20:24 UTC  (7+ messages)
` [PATCH v6 07/19] mm: Put readahead pages in cache earlier

[PATCH net-next v2 0/3] net: phy: Better support for BCM54810
 2020-02-19 20:20 UTC  (5+ messages)
` [PATCH net-next v2 1/3] net: phy: broadcom: Allow BCM54810 to use bcm54xx_adjust_rxrefclk()
` [PATCH net-next v2 2/3] net: phy: broadcom: Have bcm54xx_adjust_rxrefclk() check for flags
` [PATCH net-next v2 3/3] net: phy: broadcom: Wire suspend/resume for BCM54810

[PATCH] staging: greybus: match parenthesis alignment
 2020-02-19 20:19 UTC  (2+ messages)

[PATCH 00/18] add support for Clang's Shadow Call Stack
 2020-02-19 20:12 UTC  (4+ messages)
` [PATCH v8 00/12] "

[PATCH] x86/entry/32: Add missing ASM_CLAC in general_protection entry
 2020-02-19 20:10 UTC  (2+ messages)

[PATCH v2 4/5] sched/pelt: Add a new runnable average signal
 2020-02-19 20:10 UTC  (3+ messages)
` [PATCH v3 "

[PATCH v2] dt-bindings: net: mdio: remove compatible string from example
 2020-02-19 20:09 UTC  (2+ messages)

[PATCH V1] dt-bindings: mmc: sdhci-msm: Add CQE reg map
 2020-02-19 20:08 UTC  (3+ messages)
` [PATCH V2] "

[Patch v4] mm/vmscan.c: remove cpu online notification for now
 2020-02-19 20:08 UTC  (2+ messages)

[RFC PATCH] iommu/dma: Allow drivers to reserve an iova range
 2020-02-19 20:06 UTC  (6+ messages)

[PATCH] MAINTAINERS: remove myself from DT bindings entry
 2020-02-19 20:04 UTC  (2+ messages)

[RFC] [PATCH 0/2] arm64: tlb: skip tlbi broadcast for single threaded TLB flushes
 2020-02-19 20:04 UTC  (6+ messages)
` [PATCH 1/2] mm: use_mm: fix for arches checking mm_users to optimize "

[PATCH v11 1/2] dt-bindings: edac: dmc-520.yaml
 2020-02-19 20:03 UTC  (4+ messages)

[RFC] regset ->get() API
 2020-02-19 20:01 UTC  (2+ messages)

[PATCH] MAINTAINERS: Fix typo in "TI VPE/CAL DRIVERS"
 2020-02-19 20:00 UTC 

[f2fs-dev] [PATCH v3] loop: avoid EAGAIN, if offset or block_size are changed
 2020-02-19 19:58 UTC  (2+ messages)

[PATCH][next] net/mlx5e: Replace zero-length array with flexible-array member
 2020-02-19 20:00 UTC  (3+ messages)

[RFC PATCH v2 0/5] Support ROHM BD99954 charger IC
 2020-02-19 19:57 UTC  (3+ messages)
` [RFC PATCH v2 1/5] dt-bindings: battry: add new battery parameters

[PATCH][next] mlxsw: Replace zero-length array with flexible-array member
 2020-02-19 19:58 UTC  (3+ messages)

[PATCH v2] tools lib traceevent: Take care of return value of asprintf
 2020-02-19 19:52 UTC  (2+ messages)

[PATCH v6 0/4] leds: trigger: implement a tty trigger
 2020-02-19 19:50 UTC  (3+ messages)
` [PATCH v6 1/4] lib: new helper kstrtodev_t()

[PATCH net-next 0/3] net: phy: Better support for BCM54810
 2020-02-19 19:43 UTC  (5+ messages)
` [PATCH net-next 2/3] net: phy: broadcom: Have bcm54xx_adjust_rxrefclk() check for flags

[PATCH v2 2/3] mm: Charge active memcg when no mm is set
 2020-02-19 19:37 UTC  (2+ messages)

[PATCH] tcp: Pass lockdep expression to RCU lists
 2020-02-19 19:35 UTC  (2+ messages)

[PATCH] mm/hugetlb: avoid get wrong ptep caused by race
 2020-02-19 19:33 UTC  (5+ messages)

[PATCH] iommu/vt-d: Fix a bug in intel_iommu_iova_to_phys() for huge page
 2020-02-19 19:32 UTC 

[PATCH] staging: comedi: change CamelCase to CAPS
 2020-02-19 19:31 UTC  (3+ messages)

[PATCH v2 0/2] ftrace/selftest: clean up failure cases
 2020-02-19 19:26 UTC  (2+ messages)

[PATCH v2 0/4] Enable vTPM 2.0 for the IBM vTPM driver
 2020-02-19 19:23 UTC  (2+ messages)

[PATCH v2] vsprintf: don't obfuscate NULL and error pointers
 2020-02-19 19:23 UTC  (4+ messages)

[Bluez PATCH v2] bluetooth: fix passkey uninitialized when used
 2020-02-19 19:21 UTC  (2+ messages)

[PATCH net-next v2 0/13] net: core: add helper tcp_v6_gso_csum_prep
 2020-02-19 19:22 UTC  (2+ messages)

[PATCH v2 0/4] Raspberry Pi 4 VL805 firmware load support
 2020-02-19 19:21 UTC  (7+ messages)
` [PATCH v2 1/4] soc: bcm2835: Sync xHCI reset firmware property with downstream
` [PATCH v2 2/4] firmware: raspberrypi: Introduce vl805 init routine
` [PATCH v2 3/4] PCI: brcmstb: Wait for Raspberry Pi's firmware when present

[PATCH 0/2] MAINTAINERS: Update MIPS entry
 2020-02-19 19:17 UTC  (3+ messages)
` [PATCH 1/2] MAINTAINERS: Remove Ralf Baechle as MIPS maintainer
` [PATCH 2/2] MAINTAINERS: Set MIPS status to Odd Fixes

[tip:ras/urgent] BUILD SUCCESS 51dede9c05df2b78acd6dcf6a17d21f0877d2d7b
 2020-02-19 19:14 UTC 

[PATCH] bridge: br_stp: Use built-in RCU list checking
 2020-02-19 19:14 UTC  (2+ messages)

[PATCH v2 net-next/devicetree 0/5] DT bindings for Felix DSA switch on LS1028A
 2020-02-19 19:12 UTC  (2+ messages)

[PATCH 0/5] Support metric group constraint
 2020-02-19 19:08 UTC  (6+ messages)
` [PATCH 1/5] perf jevents: Support metric constraint
` [PATCH 2/5] perf metricgroup: Factor out metricgroup__add_metric_weak_group()
` [PATCH 3/5] perf util: Factor out sysctl__nmi_watchdog_enabled()
` [PATCH 4/5] perf metricgroup: Support metric constraint
` [PATCH 5/5] perf vendor events: Add NO_NMI_WATCHDOG "

[PATCH v6 00/22] KVM: Dynamically size memslot arrays
 2020-02-19 19:10 UTC  (3+ messages)
` [PATCH v6 01/22] KVM: x86: Allocate new rmap and large page tracking when moving memslot

[PATCH v3] x86/cpu/amd: Enable the fixed Instructions Retired counter IRPERF
 2020-02-19 19:07 UTC  (2+ messages)
` [tip: x86/urgent] "

[PATCHv6 00/14] remoteproc: updates for omap remoteproc support
 2020-02-19 19:07 UTC  (4+ messages)
` [PATCHv6 12/14] remoteproc/omap: add support for runtime auto-suspend/resume

[PATCH 1/2] x86/boot/compressed/64: Remove .bss/.pgtable from bzImage
 2020-02-19 19:06 UTC  (7+ messages)

[PATCH v2] MIPS: configs: Cleanup old Kconfig options
 2020-02-19 19:06 UTC  (2+ messages)

[PATCH v3 00/22] tracing vs world
 2020-02-19 19:05 UTC  (9+ messages)
` [PATCH v3 13/22] tracing: Remove regular RCU context for _rcuidle tracepoints (again)

[PATCH 0/7] MIPS: Replace <linux/clk-provider.h> by <linux/of_clk.h>
 2020-02-19 19:04 UTC  (2+ messages)

[PATCH net-next] net/ipv4/sysctl: show tcp_{allowed,available}_congestion_control in non-initial netns
 2020-02-19 19:04 UTC  (2+ messages)

[PATCH -next v2] fork: annotate a data race in vm_area_dup()
 2020-02-19 19:04 UTC  (2+ messages)

[PATCH v2 0/3] Improve MIPS Magnum support
 2020-02-19 19:03 UTC  (2+ messages)

[PATCH net-master] net: phy: dp83848: Add the TI TLK05/06 PHY ID
 2020-02-19 18:58 UTC  (3+ messages)

[PATCH] MIPS: ingenic: DTS: Fix watchdog nodes
 2020-02-19 19:02 UTC  (2+ messages)

[PATCH] MIPS: X1000: Fix clock of watchdog node
 2020-02-19 19:01 UTC  (2+ messages)

[PATCH] cgroup1: don't call release_agent when it is ""
 2020-02-19 19:01 UTC 

[PATCH] MIPS: vdso: Wrap -mexplicit-relocs in cc-option
 2020-02-19 19:01 UTC  (2+ messages)

[PATCH net 0/4] net: ll_temac: Bugfixes
 2020-02-19 18:59 UTC  (3+ messages)
` [PATCH net 2/4] net: ll_temac: Add more error handling of dma_map_single() calls

[PATCH] clk: qcom: clk-rpm: add missing rpm clk for ipq806x
 2020-02-19 18:58 UTC  (2+ messages)

[PATCH RESEND] net: hsr: Pass lockdep expression to RCU lists
 2020-02-19 18:55 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).