linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-31 21:50:18 to 2020-08-01 04:38:09 UTC [more...]

[PATCH 1/2] remoteproc: elf: support platform specific memory hook
 2020-08-01  4:37 UTC  (3+ messages)
` [PATCH 2/2] remoteproc: imx_rproc: add elf memory hooks

[PATCH v2 0/3] Mediatek pinctrl patch on mt8192
 2020-08-01  4:33 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: pinctrl: mt8192: add pinctrl file
` [PATCH v2 2/3] dt-bindings: pinctrl: mt8192: add binding document
` [PATCH v2 3/3] pinctrl: add pinctrl driver on mt8192

[PATCH 1/4] mm/thp: move lru_add_page_tail func to huge_memory.c
 2020-08-01  4:11 UTC  (5+ messages)
` [PATCH 2/4] mm/thp: clean up lru_add_page_tail
` [PATCH 3/4] mm/thp: remove code path which never got into
` [PATCH 4/4] mm/thp: narrow lru locking

[PATCH] mm/memcg: remove useless check on page->mem_cgroup
 2020-08-01  3:58 UTC  (3+ messages)

[PATCH net-next] fib: fix another fib_rules_ops indirect call wrapper problem
 2020-08-01  3:52 UTC  (2+ messages)

[PATCH v5 00/36] Warn on orphan section placement
 2020-08-01  3:51 UTC  (42+ messages)
` [PATCH v5 01/36] x86/boot/compressed: Move .got.plt entries out of the .got section
` [PATCH v5 02/36] x86/boot/compressed: Force hidden visibility for all symbol references
` [PATCH v5 03/36] x86/boot/compressed: Get rid of GOT fixup code
` [PATCH v5 04/36] x86/boot: Add .text.* to setup.ld
` [PATCH v5 05/36] x86/boot: Remove run-time relocations from .head.text code
` [PATCH v5 06/36] x86/boot: Remove run-time relocations from head_{32,64}.S
` [PATCH v5 07/36] x86/boot: Check that there are no run-time relocations
` [PATCH v5 08/36] vmlinux.lds.h: Create COMMON_DISCARDS
` [PATCH v5 09/36] vmlinux.lds.h: Add .gnu.version* to COMMON_DISCARDS
` [PATCH v5 10/36] vmlinux.lds.h: Avoid KASAN and KCSAN's unwanted sections
` [PATCH v5 11/36] vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUG
` [PATCH v5 12/36] vmlinux.lds.h: Add .symtab, .strtab, and .shstrtab to ELF_DETAILS
` [PATCH v5 13/36] vmlinux.lds.h: add PGO and AutoFDO input sections
` [PATCH v5 14/36] efi/libstub: Disable -mbranch-protection
` [PATCH v5 15/36] arm64/mm: Remove needless section quotes
` [PATCH v5 16/36] arm64/kernel: Remove needless Call Frame Information annotations
` [PATCH v5 17/36] arm64/build: Remove .eh_frame* sections due to unwind tables
` [PATCH v5 18/36] arm64/build: Use common DISCARDS in linker script
` [PATCH v5 19/36] arm64/build: Add missing DWARF sections
` [PATCH v5 20/36] arm64/build: Assert for unwanted sections
` [PATCH v5 21/36] arm64/build: Warn on orphan section placement
` [PATCH v5 22/36] arm/build: Refactor linker script headers
` [PATCH v5 23/36] arm/build: Explicitly keep .ARM.attributes sections
` [PATCH v5 24/36] arm/build: Add missing sections
` [PATCH v5 25/36] arm/build: Warn on orphan section placement
` [PATCH v5 26/36] arm/boot: Handle all sections explicitly
` [PATCH v5 27/36] arm/boot: Warn on orphan section placement
` [PATCH v5 28/36] x86/asm: Avoid generating unused kprobe sections
` [PATCH v5 29/36] x86/build: Enforce an empty .got.plt section
` [PATCH v5 30/36] x86/build: Assert for unwanted sections
` [PATCH v5 31/36] x86/build: Warn on orphan section placement
` [PATCH v5 32/36] x86/boot/compressed: Reorganize zero-size section asserts
` [PATCH v5 33/36] x86/boot/compressed: Remove, discard, or assert for unwanted sections
` [PATCH v5 34/36] x86/boot/compressed: Add missing debugging sections to output
` [PATCH v5 35/36] x86/boot/compressed: Warn on orphan section placement
` [PATCH v5 36/36] arm/build: Assert for unwanted sections

[PATCH v3 00/23] device-dax: Support sub-dividing soft-reserved ranges
 2020-08-01  3:51 UTC  (25+ messages)
` [PATCH v3 01/23] x86/numa: Cleanup configuration dependent command-line options
` [PATCH v3 02/23] x86/numa: Add 'nohmat' option
` [PATCH v3 03/23] efi/fake_mem: Arrange for a resource entry per efi_fake_mem instance
` [PATCH v3 04/23] ACPI: HMAT: Refactor hmat_register_target_device to hmem_register_device
` [PATCH v3 05/23] resource: Report parent to walk_iomem_res_desc() callback
` [PATCH v3 06/23] mm/memory_hotplug: Introduce default phys_to_target_node() implementation
` [PATCH v3 07/23] ACPI: HMAT: Attach a device for each soft-reserved range
` [PATCH v3 08/23] device-dax: Drop the dax_region.pfn_flags attribute
` [PATCH v3 09/23] device-dax: Move instance creation parameters to 'struct dev_dax_data'
` [PATCH v3 10/23] device-dax: Make pgmap optional for instance creation
` [PATCH v3 11/23] device-dax: Kill dax_kmem_res
` [PATCH v3 12/23] device-dax: Add an allocation interface for device-dax instances
` [PATCH v3 13/23] device-dax: Introduce 'seed' devices
` [PATCH v3 14/23] drivers/base: Make device_find_child_by_name() compatible with sysfs inputs
` [PATCH v3 15/23] device-dax: Add resize support
` [PATCH v3 16/23] mm/memremap_pages: Convert to 'struct range'
` [PATCH v3 17/23] mm/memremap_pages: Support multiple ranges per invocation
` [PATCH v3 18/23] device-dax: Add dis-contiguous resource support
` [PATCH v3 19/23] device-dax: Introduce 'mapping' devices
` [PATCH v3 20/23] device-dax: Make align a per-device property
` [PATCH v3 21/23] device-dax: Add an 'align' attribute
` [PATCH v3 22/23] dax/hmem: Introduce dax_hmem.region_idle parameter
` [PATCH v3 23/23] device-dax: Add a range mapping allocation attribute

[RFC PATCH] bpftool btf: Add prefix option to dump C
 2020-08-01  3:47 UTC  (4+ messages)

[PATCH v3 0/6] interconnect: qcom: Misc bcm-voter changes and fixes
 2020-08-01  3:32 UTC  (7+ messages)
` [PATCH v3 1/6] dt-bindings: interconnect: Add generic qcom bindings
` [PATCH v3 2/6] dt-bindings: interconnect: Add property to set BCM TCS wait behavior
` [PATCH v3 3/6] interconnect: qcom: Support bcm-voter-specific "
` [PATCH v3 4/6] interconnect: qcom: Only wait for completion in AMC/WAKE by default
` [PATCH v3 5/6] interconnect: qcom: Add support for per-BCM scaling factors
` [PATCH v3 6/6] interconnect: qcom: Fix small BW votes being truncated to zero

[f2fs-dev][PATCH] f2fs: update_sit_entry: Make the judgment condition of f2fs_bug_on more intuitive
 2020-08-01  3:24 UTC 

linux-next: Tree for Jul 31
 2020-08-01  3:10 UTC  (5+ messages)
` linux-next: Tree for Jul 31 (net/decnet/ & FIB_RULES)

[PATCH 0/3] ARM: mstar: Fix compatible string for pmsleep
 2020-08-01  2:53 UTC  (4+ messages)
` [PATCH 2/3] dt-bindings: arm: mstar: remove the binding description for mstar,pmsleep

[PATCH net-next v3 0/2] hinic: mailbox channel enhancement
 2020-08-01  2:49 UTC  (3+ messages)
` [PATCH net-next v3 1/2] hinic: add generating mailbox random index support
` [PATCH net-next v3 2/2] hinic: add check for mailbox msg from VF

ERROR: "min_low_pfn" undefined!
 2020-08-01  2:35 UTC 

[PATCH v2 0/2] Add interconnect sync state support
 2020-08-01  2:36 UTC  (6+ messages)
` [PATCH v2 1/2] interconnect: Add "

[PATCH v2] drivers/net/wan/lapbether: Use needed_headroom instead of hard_header_len
 2020-08-01  2:33 UTC  (5+ messages)

[PATCH] sched/fair: reduce preemption with IDLE tasks runable
 2020-08-01  2:32 UTC 

[PATCH net-next v2 0/2] hinic: mailbox channel enhancement
 2020-08-01  2:27 UTC  (4+ messages)
` [PATCH net-next v2 1/2] hinic: add generating mailbox random index support

KASAN: use-after-free Read in netdevice_event_work_handler
 2020-08-01  2:23 UTC  (3+ messages)

[PATCH v2] mm: vmstat: fix /proc/sys/vm/stat_refresh generating false warnings
 2020-08-01  2:17 UTC  (6+ messages)

[Linux-kernel-mentees] [PATCH] ptrace: Prevent kernel-infoleak in ptrace_get_syscall_info()
 2020-08-01  2:08 UTC  (4+ messages)
` [Linux-kernel-mentees] [PATCH v2] "

KASAN: use-after-free Read in netdevice_event_work_handler
 2020-08-01  2:06 UTC 

[PATCH] ACPI: NFIT: Fix ARS zero-sized allocation
 2020-08-01  1:38 UTC 

[PATCH v6 00/12] x86: tag application address space for devices
 2020-08-01  1:44 UTC  (7+ messages)
` [PATCH v6 09/12] x86/process: Clear PASID state for a newly forked/cloned thread
` [PATCH v6 12/12] x86/traps: Fix up invalid PASID

[PATCH v2 1/3] lib/vsprintf: Replace hidden BUILD_BUG_ON() with static_assert()
 2020-08-01  1:42 UTC  (10+ messages)
` [PATCH v2 2/3] lib/vsprintf: Replace custom spec to print decimals with generic one
` [PATCH v2 3/3] lib/vsprintf: Force type of flags value for gfp_t

[PATCH] PCI: Don't use Printk in raw_spinlocks
 2020-08-01  1:25 UTC 

[PATCH mmotm] mm: memcontrol: decouple reference counting from page accounting fix
 2020-08-01  1:20 UTC  (2+ messages)

[PATCH 00/13] Update csky subsystem for linux-5.9-rc1
 2020-08-01  1:14 UTC  (14+ messages)
` [PATCH 01/13] csky: remove unusued thread_saved_pc and *_segments functions/macros
` [PATCH 02/13] csky: Add SECCOMP_FILTER supported
` [PATCH 03/13] csky: Add cpu feature register hint for smp
` [PATCH 04/13] csky: Fixup duplicated restore sp in RESTORE_REGS_FTRACE
` [PATCH 05/13] csky: Fixup kprobes handler couldn't change pc
` [PATCH 06/13] csky: Add support for function error injection
` [PATCH 07/13] csky: Optimize the trap processing flow
` [PATCH 08/13] csky: Use top-down mmap layout
` [PATCH 09/13] csky: Set CONFIG_NR_CPU 4 as default
` [PATCH 10/13] csky: Fixup warning by EXPORT_SYMBOL(kmap)
` [PATCH 11/13] csky: Add irq_work support
` [PATCH 12/13] csky: Add arch_show_interrupts for IPI interrupts
` [PATCH 13/13] csky: Add context tracking support

[PATCH v7 00/10] Support for Tegra video capture from external sensor
 2020-08-01  1:04 UTC  (5+ messages)
` [PATCH v7 06/10] media: tegra-video: Add support for external sensor capture
` [PATCH v7 09/10] media: tegra-video: Add CSI MIPI pads calibration

[tip:x86/boot] BUILD SUCCESS 1ac1efa5f6950f8f126f2c1921bb699ce009ec7d
 2020-08-01  0:53 UTC 

[PATCH 0/6] perf tools: Add wallclock time conversion support
 2020-08-01  0:46 UTC  (7+ messages)

[PATCH net-next] tun: add missing rcu annotation in tun_set_ebpf()
 2020-08-01  0:18 UTC  (2+ messages)

INFO: trying to register non-static key in skb_queue_purge
 2020-08-01  0:17 UTC  (2+ messages)

[PATCH v4] Add MediaTek MT6779 devapc driver
 2020-08-01  0:12 UTC  (3+ messages)
` [PATCH v4 2/2] soc: mediatek: add mtk-devapc driver

[PATCH V7 0/6] Support building i.MX ARMv8 platforms clock driver as module
 2020-08-01  0:04 UTC  (3+ messages)

Raw spinlocks and memory allocation
 2020-08-01  0:02 UTC  (9+ messages)

[PATCH][next] net/sched: cls_u32: Use struct_size() helper
 2020-08-01  0:06 UTC  (3+ messages)

[PATCH] gpio: sprd: Clear interrupt when setting the type as edge
 2020-07-31 23:58 UTC  (2+ messages)

[PATCH v17 18/21] mm/lru: introduce the relock_page_lruvec function
 2020-07-31 23:54 UTC  (3+ messages)
` [PATCH RFC] mm: Add function for testing if the current lruvec lock is valid

[Linux-kernel-mentees] [PATCH net] rds: Prevent kernel-infoleak in rds_notify_queue_get()
 2020-07-31 23:54 UTC  (2+ messages)

mmotm 2020-07-31-16-45 uploaded
 2020-07-31 23:46 UTC 

[PATCH] net: Pass NULL to skb_network_protocol() when we don't care about vlan depth
 2020-07-31 23:42 UTC  (2+ messages)

[PATCH v3 0/3] Allow user space to restrict and augment MSR emulation
 2020-07-31 23:36 UTC  (5+ messages)
` [PATCH v3 1/3] KVM: x86: Deflect unknown MSR accesses to user space
` [PATCH v3 2/3] KVM: x86: Introduce allow list for MSR emulation
` [PATCH v3 3/3] KVM: selftests: Add test for user space MSR handling

[PATCH v2 0/8] x86/kaslr: Cleanup and small bugfixes
 2020-07-31 23:33 UTC  (5+ messages)
` [PATCH v3 00/21] "

[PATCH v6 0/4] Introduce PMIC based USB type C detection
 2020-07-31 23:31 UTC  (4+ messages)
` [PATCH v6 1/4] usb: typec: Add QCOM PMIC typec detection driver

[cpufreq] 48fc4efcdd: WARNING:possible_circular_locking_dependency_detected
 2020-07-31 23:25 UTC  (2+ messages)

[PATCH] dt-bindings: clock: Fix YAML schemas for LPASS clocks on SC7180
 2020-07-31 23:20 UTC  (2+ messages)

[PATCH v4] scsi: ufs: Cleanup completed request without interrupt notification
 2020-07-31 23:17 UTC  (7+ messages)

[PATCH v5 0/7] x86/boot: Remove run-time relocations from compressed kernel
 2020-07-31 23:15 UTC  (3+ messages)
` [PATCH v6 "

[PATCH v5 0/2] make dma_alloc_coherent NUMA-aware by per-NUMA CMA
 2020-07-31 23:11 UTC  (3+ messages)
` [PATCH v5 1/2] dma-contiguous: provide the ability to reserve per-numa CMA
` [PATCH v5 2/2] arm64: mm: reserve per-numa CMA to localize coherent dma buffers

[PATCH v6 0/5] Provide basic driver to control Arm R5 co-processor found on
 2020-07-31 23:03 UTC  (4+ messages)
` [PATCH v6 5/5] remoteproc: Add initial zynqmp R5 remoteproc driver

[tip:core/rcu] BUILD SUCCESS c1cc4784ce6e8cceff1013709abd74bcbf7fbf24
 2020-07-31 22:52 UTC 

[tip:WIP.x86/kaslr] BUILD SUCCESS f49236ae424d499d02ee3ce35fb9130ddf95b03f
 2020-07-31 22:52 UTC 

[PATCH] MIPS: BMIPS: Disable pref 30 for buggy CPUs
 2020-07-31 22:49 UTC  (5+ messages)

[PATCH bpf-next v3 00/29] bpf: switch to memcg-based memory accounting
 2020-07-31 22:48 UTC  (5+ messages)
` [PATCH bpf-next v3 01/29] bpf: memcg-based memory accounting for bpf progs
` [PATCH bpf-next v3 27/29] bpf: eliminate rlimit-based memory accounting infra for bpf maps

[PATCH v3 00/15] sx9310 iio driver updates
 2020-07-31 22:47 UTC  (3+ messages)
` [PATCH v3 01/15] dt-bindings: iio: Add bindings for sx9310 sensor

[TECH TOPIC] Planning code obsolescence
 2020-07-31 22:47 UTC  (4+ messages)
` [Ksummit-discuss] "

[PATCH 1/3] dt-bindings: arm: fsl: Add Y Soft IOTA Orion board
 2020-07-31 22:46 UTC  (2+ messages)

[PATCH v4 0/2] iio: light: Support AMS AS73211 digital XYZ sensor
 2020-07-31 22:45 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: iio: light: add AMS AS73211 support

[PATCH] dt-bindings: memory-controllers: Convert mmdc to json-schema
 2020-07-31 22:44 UTC  (2+ messages)

[PATCH] [net/ethtool] ethnl_set_linkmodes: remove redundant null check
 2020-07-31 13:54 UTC  (2+ messages)

[PATCH] cpufreq: intel_pstate: Implement passive mode with HWP enabled
 2020-07-31 22:43 UTC  (5+ messages)

[PATCH v2 11/11] dt-bindings: media: Correct samsung-fimc parallel port numbering
 2020-07-31 22:43 UTC  (2+ messages)

[PATCH v7 00/18] perf: ftrace enhancement
 2020-07-31 22:42 UTC  (3+ messages)

[PATCH 0/5] dmaengine: dw: Introduce non-mem peripherals optimizations
 2020-07-31 22:42 UTC  (3+ messages)
` [PATCH 1/5] dt-bindings: dma: dw: Add optional DMA-channels mask cell support

[PATCH 1/2] dt-bindings: power: Add the bq25790 dt bindings
 2020-07-31 22:40 UTC  (2+ messages)

xfs_reclaim_inodes_ag taking several seconds
 2020-07-31 22:32 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: mtd: Convert gpmi nand to json-schema
 2020-07-31 22:30 UTC  (4+ messages)
` [PATCH 2/2] dt-bindings: mtd: Convert imx "

[PATCH 0/7] block: delete or fix duplicated words
 2020-07-31 22:30 UTC  (2+ messages)

[PATCH 0/3] Enable DVFS support for IPQ6018
 2020-07-31 22:28 UTC  (3+ messages)
` [PATCH 1/3] dt-bindings: mailbox: add compatible for the IPQ6018 SoC

[PATCH 1/2] dt-bindings: reset: imx8mq: add m4 reset
 2020-07-31 22:27 UTC  (2+ messages)

[PATCH] scsi: libcxgbi: use kvzalloc instead of opencoded kzalloc/vzalloc
 2020-07-31 22:24 UTC  (4+ messages)

[PATCH 00/17] Add BLK_CTRL support for i.MX8MP
 2020-07-31 22:24 UTC  (11+ messages)
` [PATCH 03/17] dt-bindings: clock: imx8mp: Add ids for the audio shared gate
` [PATCH 04/17] dt-bindings: clock: imx8mp: Add media blk_ctrl clock IDs
` [PATCH 05/17] dt-bindings: reset: imx8mp: Add media blk_ctrl reset IDs
` [PATCH 06/17] dt-bindings: clock: imx8mp: Add hdmi blk_ctrl clock IDs
` [PATCH 07/17] dt-bindings: reset: imx8mp: Add hdmi blk_ctrl reset IDs

[PATCH] remoteproc: core: Add coredump ops to remoteproc
 2020-07-31 22:17 UTC 

[PATCH] Documentation: kunit: Add naming guidelines
 2020-07-31 22:02 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).