messages from 2022-02-10 21:40:40 to 2022-02-11 00:58:04 UTC [more...]
[PATCH V5 0/6] Add Qualcomm Technologies, Inc. PM8008 regulator driver
2022-02-11 0:57 UTC (5+ messages)
` [PATCH V5 1/6] dt-bindings: regulator: Add pm8008 regulator bindings
` [PATCH V5 4/6] regulator: Add a regulator driver for the PM8008 PMIC
[PATCH v3 00/12] Fix LKDTM for PPC64/IA64/PARISC
2022-02-11 0:56 UTC (8+ messages)
` [PATCH v3 01/12] powerpc: Move and rename func_descr_t
` [PATCH v3 04/12] powerpc: Prepare func_desc_t for refactorisation
` [PATCH v3 08/12] asm-generic: Refactor dereference_[kernel]_function_descriptor()
[PATCH 00/12] KVM: MMU: do not unload MMU roots on all role changes
2022-02-11 0:54 UTC (18+ messages)
` [PATCH 01/12] KVM: x86: host-initiated EFER.LME write affects the MMU
` [PATCH 02/12] KVM: MMU: move MMU role accessors to header
` [PATCH 03/12] KVM: x86: do not deliver asynchronous page faults if CR0.PG=0
` [PATCH 04/12] KVM: MMU: WARN if PAE roots linger after kvm_mmu_unload
` [PATCH 05/12] KVM: MMU: avoid NULL-pointer dereference on page freeing bugs
` [PATCH 06/12] KVM: MMU: rename kvm_mmu_reload
` [PATCH 08/12] KVM: MMU: do not consult levels when freeing roots
linux-next: build failure after merge of the bpf-next tree
2022-02-11 0:52 UTC (2+ messages)
` linux-next: build failure after merge of the net-next tree (Was: Re: linux-next: build failure after merge of the bpf-next tree)
[PATCHv2] powerpc/lib/sstep: fix 'ptesync' build error
2022-02-11 0:51 UTC
[PATCH v2 0/2] Add support for Imagis touchscreens
2022-02-11 0:50 UTC (6+ messages)
` [PATCH v2 1/2] dt-bindings: input/touchscreen: bindings for Imagis
` [PATCH v2 2/2] Input: add Imagis touchscreen driver
drivers/pinctrl/pinctrl-starfive.c:1029:2-3: Unneeded semicolon
2022-02-11 0:48 UTC (3+ messages)
` [PATCH] pinctrl: starfive: fix semicolon.cocci warnings
[PATCH] dt-bindings: pinctrl: mt8195: fix bias-pull-{up,down} checks
2022-02-11 0:46 UTC (2+ messages)
[PATCH v4 0/2] random: PREEMPT_RT fixes
2022-02-11 0:42 UTC (4+ messages)
` [PATCH v4 2/2] random: defer fast pool mixing to worker
[PATCH v2] serial: 8250_aspeed_vuart: add PORT_ASPEED_VUART port type
2022-02-11 0:42 UTC
[PATCH 00/12] genirq: Move irqchip runtime PM over to irq domain
2022-02-11 0:42 UTC (3+ messages)
` [PATCH 10/12] pinctrl: npcm: Fix broken references to chip->parent_device
[PATCH 0/2] pinctrl: pinctrl-microchip-sgpio: Fixes for irqs
2022-02-11 0:40 UTC (3+ messages)
` [PATCH 1/2] dt-bindings: pinctrl: pinctrl-microchip-sgpio: Fix example
[PATCH] hwmon: (asus-ec-sensors) deduce sensor signess from its type
2022-02-11 0:40 UTC (2+ messages)
[PATCH v4 00/49] bitmap: optimize bitmap_weight() usage
2022-02-10 22:49 UTC (50+ messages)
` [PATCH 01/49] net: dsa: don't use bitmap_weight() in b53_arl_read()
` [PATCH 02/49] net: systemport: don't use bitmap_weight() in bcm_sysport_rule_set()
` [PATCH 03/49] net: mellanox: fix open-coded for_each_set_bit()
` [PATCH 04/49] iio: fix opencoded for_each_set_bit()
` [RFC PATCH 05/49] qed: rework qed_rdma_bmap_free()
` [PATCH 06/49] nds32: perf: replace bitmap_weight with bitmap_empty where appropriate
` [PATCH 07/49] KVM: x86: "
` [PATCH 08/49] drm: "
` [PATCH 09/49] ice: replace bitmap_weight with bitmap_empty
` [PATCH 10/49] octeontx2-pf: replace bitmap_weight with bitmap_empty where appropriate
` [PATCH 11/49] qed: replace bitmap_weight with bitmap_empty in qed_roce_stop()
` [PATCH 12/49] perf: replace bitmap_weight with bitmap_empty where appropriate
` [PATCH 13/49] perf tools: "
` [PATCH 14/49] arch/alpha: replace cpumask_weight with cpumask_empty "
` [PATCH 15/49] arch/ia64: "
` [PATCH 16/49] arch/x86: "
` [PATCH 17/49] cpufreq: "
` [PATCH 18/49] drm/i915/pmu: "
` [PATCH 19/49] RDMA/hfi: "
` [PATCH 20/49] irq: mips: "
` [PATCH 21/49] genirq/affinity: "
` [PATCH 22/49] sched: "
` [PATCH 23/49] clocksource: replace cpumask_weight with cpumask_empty in clocksource.c
` [PATCH 24/49] mm/vmstat: replace cpumask_weight with cpumask_empty where appropriate
` [PATCH 25/49] arch/x86: replace nodes_weight with nodes_empty "
` [PATCH 26/49] bitmap: add bitmap_weight_{cmp, eq, gt, ge, lt, le} functions
` [PATCH 27/49] arch/x86: replace bitmap_weight with bitmap_weight_{eq,gt,ge,lt,le} where appropriate
` [PATCH 28/49] iio: replace bitmap_weight() with bitmap_weight_{eq,gt} "
` [PATCH 29/49] memstick: replace bitmap_weight with bitmap_weight_eq "
` [PATCH 30/49] ixgbe: replace bitmap_weight with bitmap_weight_eq
` [PATCH 31/49] octeontx2-pf: replace bitmap_weight with bitmap_weight_{eq,gt}
` [PATCH 32/49] mlx4: replace bitmap_weight with bitmap_weight_{eq,gt,ge,lt,le}
` [PATCH 33/49] perf: replace bitmap_weight with bitmap_weight_eq for ThunderX2
` [PATCH 34/49] media: tegra-video: replace bitmap_weight with bitmap_weight_le
` [PATCH 35/49] cpumask: add cpumask_weight_{eq,gt,ge,lt,le}
` [PATCH 36/49] arch/ia64: replace cpumask_weight with cpumask_weight_eq in mm/tlb.c
` [PATCH 37/49] arch/mips: replace cpumask_weight with cpumask_weight_{eq, ...} where appropriate
` [PATCH 38/49] arch/powerpc: "
` [PATCH 39/49] arch/s390: replace cpumask_weight with cpumask_weight_eq "
` [PATCH 40/49] firmware: pcsi: replace cpumask_weight with cpumask_weight_eq
` [PATCH 41/49] RDMA/hfi1: replace cpumask_weight with cpumask_weight_{eq, ...} where appropriate
` [PATCH 42/49] scsi: lpfc: replace cpumask_weight with cpumask_weight_gt
` [PATCH 43/49] soc/qman: replace cpumask_weight with cpumask_weight_lt
` [PATCH 44/49] nodemask: add nodemask_weight_{eq,gt,ge,lt,le}
` [PATCH 45/49] ACPI: replace nodes__weight with nodes_weight_ge for numa
` [PATCH 46/49] mm/mempolicy: replace nodes_weight with nodes_weight_eq
` [PATCH 47/49] nodemask: add num_node_state_eq()
` [PATCH 48/49] tools: bitmap: sync bitmap_weight
` [PATCH 49/49] MAINTAINERS: add cpumask and nodemask files to BITMAP_API
[PATCH v2] arm64: dts: qcom: sc7280: setting the vddio supply for Bluetooth node on CRD
2022-02-11 0:39 UTC (2+ messages)
[PATCH v2 0/3] pinctrl: uniphier: Add some more pinmux settings
2022-02-11 0:37 UTC (2+ messages)
[syzbot] general protection fault in i2c_setup_smbus_alert
2022-02-11 0:37 UTC (2+ messages)
[PATCH V2] selftests/exec: Rename file binfmt_script to binfmt_script.py
2022-02-11 0:34 UTC (3+ messages)
[PATCH 0/2] watchdog: Pretimeout support for Armada-XP
2022-02-11 0:32 UTC (3+ messages)
` [PATCH 1/2] ARM: dts: armada-xp: add interrupts for watchdog
` [PATCH 2/2] watchdog: orion_wdt: support pretimeout on Armada-XP
[GIT PULL] tracing: Updates for v5.17-rc2
2022-02-11 0:31 UTC
[PATCH v6 00/14] riscv: support for Svpbmt and D1 memory types
2022-02-11 0:25 UTC (6+ messages)
` [PATCH v6 08/14] riscv: move boot alternatives to a slightly earlier position
` [PATCH v6 14/14] riscv: add memory-type errata for T-Head
[PATCH 0/9] use GFP_KERNEL
2022-02-11 0:20 UTC (3+ messages)
` [PATCH 3/9] ASoC: Intel: bytcr_wm5102: "
[PATCH v4 0/8] ima: support fs-verity digests and signatures
2022-02-11 0:20 UTC (3+ messages)
` [PATCH v4 7/8] ima: support fs-verity file digest based version 3 signatures
[PATCH RESEND v3 0/7] dt-bindings: Convert multiple Qualcomm OPP and CPUFreq bindings to DT schema
2022-02-11 0:20 UTC (2+ messages)
[PATCH 00/10] irqchip: Prevent drivers abusing irq_chip::name
2022-02-11 0:18 UTC (17+ messages)
` [PATCH 03/10] irqchip/gic: Switch to dynamic chip name output
` [PATCH 07/10] irqchip/versatile-fpga: "
` [PATCH 10/10] pinctrl: starfive: "
[PATCH 03/10] exit: Move oops specific logic from do_exit into make_task_dead
2022-02-11 0:17 UTC (8+ messages)
` [PATCH] microblaze: remove CONFIG_SET_FS
[PATCH] MIPS: ralink: mt7621: do memory detection on KSEG1
2022-02-11 0:13 UTC
[PATCH v6] KVM: SVM: Allow AVIC support on system w/ physical APIC ID > 255
2022-02-11 0:08 UTC
[PATCH v3 0/2] pinctrl: mediatek: Support pinctrl driver on mt8186
2022-02-11 0:10 UTC (3+ messages)
` [PATCH v3 1/3] dt-bindings: pinctrl: mt8186: add pinctrl file and binding document
[PATCH v5] KVM: SVM: Allow AVIC support on system w/ physical APIC ID > 255
2022-02-11 0:10 UTC (3+ messages)
[PATCH 1/3] dt-bindings: pinctrl: qcom,pmic-mpp: Document PM8226 compatible
2022-02-11 0:08 UTC (2+ messages)
[PATCH v4 0/5] Add support for the eDP panel on sc7280 CRD
2022-02-11 0:08 UTC (5+ messages)
` [PATCH v4 2/5] arm64: dts: qcom: sc7280: Add support for eDP panel on CRD
` [PATCH v4 3/5] arm64: dts: qcom: sc7280: rename edp_out label to mdss_edp_out
[GIT PULL] Networking for 5.17-rc4
2022-02-11 0:07 UTC (2+ messages)
[GIT PULL] KUnit fixes update for Linux 5.17-rc4
2022-02-11 0:07 UTC (2+ messages)
[GIT PULL] Kselftest fixes update for Linux 5.17-rc4
2022-02-11 0:07 UTC (2+ messages)
[PATCH 00/15] Initial MSM8953 & Fairphone 3 support
2022-02-11 0:06 UTC (3+ messages)
` [PATCH 08/15] dt-bindings: pinctrl: qcom: msm8953: allow gpio-reserved-ranges
[PATCH v2] gpiolib: make struct comments into real kernel docs
2022-02-11 0:03 UTC (2+ messages)
[PATCH v2] selftests/seccomp: Fix seccomp failure by adding missing headers
2022-02-10 23:58 UTC (4+ messages)
[PATCH v10 0/6] drm: LogiCVC display controller support
2022-02-10 23:55 UTC (5+ messages)
` [PATCH v10 3/6] gpio: logicvc: Support compatible with major version only
[PATCH 0/4] memcg: robust enforcement of memory.high
2022-02-10 23:53 UTC (13+ messages)
` [PATCH 1/4] memcg: refactor mem_cgroup_oom
` [PATCH 2/4] memcg: unify force charging conditions
` [PATCH 4/4] memcg: synchronously enforce memory.high
[PATCH v4 00/11] Re-enable ENQCMD and PASID MSR
2022-02-10 23:52 UTC (9+ messages)
` [PATCH v4 05/11] iommu/sva: Assign a PASID to mm on PASID allocation and free it on mm exit
[PATCH 0/2] Add support for Imagis touchscreens
2022-02-10 23:50 UTC (3+ messages)
` [PATCH 1/2] dt-bindings: input/touchscreen: bindings for Imagis
[PATCH] rtc: pcf8523: Fix GCC 12 warning
2022-02-10 23:48 UTC (2+ messages)
[PATCH v2] ACPI/IORT: Fix GCC 12 warning
2022-02-10 23:47 UTC (3+ messages)
[PATCH v3 24/30] vfio-pci/zdev: wire up group notifier
2022-02-10 23:45 UTC (11+ messages)
linux-next: build failure after merge of the kspp tree
2022-02-10 23:42 UTC (3+ messages)
` linux-next: build failure after merge of the btrfs tree (Was: Re: linux-next: build failure after merge of the kspp tree)
[PATCH 00/35] Shadow stacks for userspace
2022-02-10 23:42 UTC (11+ messages)
` [PATCH 18/35] mm: Add guard pages around a shadow stack
` [PATCH 20/35] mm: Update can_follow_write_pte() for "
[PATCH v5 1/1] Documentation: dev-tools: clarify KTAP specification wording
2022-02-10 23:39 UTC (2+ messages)
[PATCH] RDMA/irdma: Fix GCC 12 warning
2022-02-10 23:36 UTC (3+ messages)
linux-next: boottime warning from todays linux-next
2022-02-10 23:35 UTC (6+ messages)
[PATCH 00/11] Remove remaining parts of congestion tracking code
2022-02-10 23:35 UTC (4+ messages)
` [PATCH 02/11] MM: document and polish read-ahead code
[PATCH v5 0/6] KEXEC_SIG with appended signature
2022-02-10 23:30 UTC (4+ messages)
[PATCH 1/2] drm: Add HPD state to drm_connector_oob_hotplug_event()
2022-02-10 23:24 UTC (8+ messages)
` [PATCH 2/2] drm/msm/dp: Implement oob_hotplug_event()
[PATCH v5 0/9] tegra20-emc: Identify memory chip by LPDDR configuration
2022-02-10 23:17 UTC (10+ messages)
` [PATCH v5 3/9] dt-bindings: memory: lpddr2: Add revision-id properties
[ammarfaizi2-block:powerpc/linux/next-test 41/56] powerpc64-linux-ld: arch/powerpc/kernel/trace/ftrace.o:undefined reference to `_mcount'
2022-02-10 23:10 UTC
[PATCH] pinctrl: ingenic: Fix regmap on X series SoCs
2022-02-10 23:10 UTC (3+ messages)
[PATCH 1/1] of: unittest: print pass messages at PR_INFO level
2022-02-10 23:08 UTC
[PATCH v4 0/2] i2c-designware: Add support for AMD PSP semaphore
2022-02-10 23:05 UTC (7+ messages)
` [PATCH v4 1/2] i2c: designware: Add missing locks
` [PATCH v4 2/2] i2c: designware: Add AMD PSP I2C bus support
[PATCH] cxl/core: Constify static attribute_group structs
2022-02-10 23:02 UTC
[PATCH] soc: mediatek: cmdq: Use mailbox rx_callback instead of cmdq_task_cb
2022-02-10 23:02 UTC (4+ messages)
[PATCH 10/10] dt-bindings: rtc: pcf2127: add PCF2131 INT_A and INT_B support
2022-02-10 22:55 UTC (5+ messages)
[PATCH 0/4] soc: Add support for Marvell OcteonTX2 SDP block
2022-02-10 22:54 UTC (3+ messages)
` [EXT] "
[PATCH v2 1/2] PCI: Add HXT vendor ID and ACS quirk
2022-02-10 22:53 UTC (2+ messages)
[v8 PATCH] block: introduce block_rq_error tracepoint
2022-02-10 22:52 UTC
[PATCH] PCI: pciehp: Add Qualcomm bridge (0x0110) to the command completed quirk
2022-02-10 22:49 UTC (2+ messages)
[PATCH 0/3] signal: HANDLER_EXIT should clear SIGNAL_UNKILLABLE
2022-02-10 22:48 UTC (6+ messages)
[PATCH 0/7] KVM: arm64: Hypervisor stack enhancements
2022-02-10 22:41 UTC (8+ messages)
` [PATCH 1/7] KVM: arm64: Map the stack pages in the 'private' range
` [PATCH 2/7] KVM: arm64: Factor out private range VA allocation
` [PATCH 3/7] arm64: asm: Introduce test_sp_overflow macro
` [PATCH 4/7] KVM: arm64: Allocate guard pages near hyp stacks
` [PATCH 5/7] KVM: arm64: Add Hyp overflow stack
` [PATCH 6/7] KVM: arm64: Unwind and dump nVHE HYP stacktrace
` [PATCH 7/7] KVM: arm64: Symbolize the nVHE HYP backtrace
[PATCH 0/2] selftests: sgx: Fix build of test_sgx
2022-02-10 22:46 UTC (5+ messages)
` [PATCH 1/2] selftests: x86: allow expansion of $(CC)
[PATCH v5 00/13] module: core code clean up
2022-02-10 22:41 UTC (4+ messages)
` [PATCH v5 05/13] module: Move latched RB-tree support to a separate file
[PATCH v2 0/5] Input/HID: Consolidate ChromeOS Vivaldi keyboard logic
2022-02-10 22:40 UTC (2+ messages)
net/bridge/br_private.h:901 br_multicast_rport_from_node_skb() warn: inconsistent indenting
2022-02-10 22:39 UTC
[PATCH v2 1/2] nfp: flower: Fix a potential leak in nfp_tunnel_add_shared_mac()
2022-02-10 22:35 UTC (2+ messages)
` [PATCH v2 2/2] nfp: flower: Remove usage of the deprecated ida_simple_xxx API
[PATCH v3] x86: use builtins to read eflags
2022-02-10 22:31 UTC (2+ messages)
` [PATCH v4] "
[PATCH v4] openrisc: remove CONFIG_SET_FS
2022-02-10 22:28 UTC
[PATCH 0/3] VMCI: Various fixes
2022-02-10 22:27 UTC (4+ messages)
` [PATCH 1/3] VMCI: Fix the description of vmci_check_host_caps()
` [PATCH 2/3] VMCI: No need to clear memory after a dma_alloc_coherent() call
` [PATCH 3/3] VMCI: Fix some error handling paths in vmci_guest_probe_device()
[Bug 215533] [BISECTED][REGRESSION] UI becomes unresponsive every couple of seconds
2022-02-10 22:27 UTC (2+ messages)
[PATCH v3] dt-bindings: watchdog: convert faraday,ftwdt010 to yaml
2022-02-10 22:25 UTC (2+ messages)
[PATCH] microblaze: remove CONFIG_SET_FS
2022-02-10 22:23 UTC (5+ messages)
[PATCH] Staging: r8188eu: core: Avoid CamelCase: <bEnterPS>
2022-02-10 22:14 UTC (3+ messages)
[PATCH v2 0/3] Add hugetlb MADV_DONTNEED support
2022-02-10 22:11 UTC (8+ messages)
` [PATCH v2 1/3] mm: enable MADV_DONTNEED for hugetlb mappings
[PATCH v2] Generate netlink notification when default IPv6 route preference changes
2022-02-10 22:09 UTC
[RFC 2/2] PCI: imx6: Enable imx6qp pcie power management support
2022-02-10 22:04 UTC (2+ messages)
[PULL REQUEST] immutable branch "i2c/add-request_mem_region_muxed-20220210"
2022-02-10 22:01 UTC
[PATCH v2 0/6] Provide a fraemework for RISC-V ISA extensions
2022-02-10 21:58 UTC (6+ messages)
` [PATCH v2 3/6] RISC-V: Extract multi-letter extension names from "riscv,isa"
` [PATCH v2 4/6] RISC-V: Implement multi-letter ISA extension probing framework
` [PATCH v2 5/6] RISC-V: Do no continue isa string parsing without correct XLEN
` [PATCH v2 6/6] RISC-V: Improve /proc/cpuinfo output for ISA extensions
[PATCH V6 00/10] CXL: Read CDAT and DSMAS data from the device
2022-02-10 21:51 UTC (8+ messages)
` [PATCH V6 03/10] PCI/DOE: Add Data Object Exchange Aux Driver
[PATCH v5 0/9] i2c: piix4: Replace cd6h/cd7h port I/O accesses with MMIO accesses
2022-02-10 21:49 UTC (2+ messages)
[RESEND v4 00/10] arm64: dts: Add i.MX8DXL initial support
2022-02-10 21:49 UTC (4+ messages)
` [RESEND v4 02/10] arm64: dts: freescale: Add the top level dtsi support for imx8dxl
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox