messages from 2023-02-02 21:48:17 to 2023-02-03 01:33:16 UTC [more...]
[PATCH v2 00/10] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double()
2023-02-03 1:06 UTC (5+ messages)
` [PATCH v2 01/10] cyrpto/b128ops: Remove struct u128
[PATCH][next] wifi: mwifiex: Replace one-element arrays with flexible-array members
2023-02-03 1:32 UTC
[PATCH][next] brcmfmac: Replace one-element array with flexible-array member
2023-02-03 1:29 UTC
[PATCH][next] xen: Replace one-element array with flexible-array member
2023-02-03 1:28 UTC
[PATCH][next] drm/vmwgfx: Replace one-element array with flexible-array member
2023-02-03 1:27 UTC
[PATCH][next] xfs: Replace one-element arrays with flexible-array members
2023-02-03 1:24 UTC
[RFC PATCH v2 00/22] Introduce QC USB SND audio offloading support
2023-02-03 1:23 UTC (8+ messages)
` [RFC PATCH v2 09/22] ASoC: qcom: qdsp6: Introduce USB AFE port to q6dsp
[driver-core:kobject-const-2] [driver core] 32cfc58411: WARNING:at_drivers/base/core.c:#device_release
2023-02-03 1:21 UTC
[PATCH] samples: ftrace: Include the nospec-branch.h only for x86
2023-02-03 1:22 UTC (2+ messages)
[RFC PATCH v2 1/2] PM: domains: Skip disabling unused domains if provider has sync_state
2023-02-03 1:20 UTC (5+ messages)
[PATCH v2] rcutorture: Create nocb tasks only for CONFIG_RCU_NOCB_CPU=y kernels
2023-02-03 1:20 UTC (5+ messages)
[PATCH] platform/x86/intel/vsec: Add support for Meteor Lake
2023-02-03 1:17 UTC
[PATCH net-next v2] net: page_pool: use in_softirq() instead
2023-02-03 1:16 UTC
[PATCH -next] ASoC: codecs: fix platform_no_drv_owner.cocci warning
2023-02-03 1:15 UTC
[PATCH 4.19 0/3] Backport handling -ESTALE policy update failure to 4.19
2023-02-03 1:10 UTC (3+ messages)
[PATCH 0/5] platform/x86: dell-ddv: Various driver updates
2023-02-03 1:07 UTC (7+ messages)
` [PATCH 5/5] platform/x86: dell-ddv: Add hwmon support
[PATCH] dt-bindings: usb: snps,dwc3: support i.MX8MQ
2023-02-03 1:08 UTC
[PATCH RESEND 0/9] sched: cpumask: improve on cpumask_local_spread() locality
2023-02-03 0:58 UTC (3+ messages)
` [PATCH 3/9] sched: add sched_numa_find_nth_cpu()
[PATCH] NFSD: fix deny mode logic in nfs4_upgrade_open
2023-02-03 0:57 UTC (4+ messages)
[PATCH 0/2] Fix broken cpuset affinity handling on heterogeneous systems
2023-02-03 0:54 UTC (12+ messages)
` [PATCH 1/2] cpuset: Fix cpuset_cpus_allowed() to not filter offline CPUs
[paulmck-rcu:paronl.2023.02.01a] BUILD REGRESSION 05792727280c094a8dcd1aa4950a61a2d214ddb8
2023-02-03 0:49 UTC
[PATCH] drm/bridge: panel: Set orientation on panel_bridge connector
2023-02-03 0:45 UTC (8+ messages)
[PATCH v11 0/8] Use copy_process in vhost layer
2023-02-03 0:43 UTC (13+ messages)
` [PATCH v11 1/8] fork: Make IO worker options flag based
` [PATCH v11 2/8] fork/vm: Move common PF_IO_WORKER behavior to new flag
` [PATCH v11 3/8] fork: add USER_WORKER flag to not dup/clone files
` [PATCH v11 4/8] fork: Add USER_WORKER flag to ignore signals
` [PATCH v11 5/8] fork: allow kernel code to call copy_process
` [PATCH v11 6/8] vhost_task: Allow vhost layer to use copy_process
` [PATCH v11 7/8] vhost: move worker thread fields to new struct
` [PATCH v11 8/8] vhost: use vhost_tasks for worker threads
[tip: x86/tdx] x86/tdx: Do not corrupt frame-pointer in __tdx_hypercall()
2023-02-03 0:39 UTC
[PATCH 4.14 v2 00/15] Backport oops_limit to 4.14
2023-02-03 0:33 UTC (16+ messages)
` [PATCH 4.14 v2 01/15] sysctl: add a new register_sysctl_init() interface
` [PATCH 4.14 v2 02/15] panic: unset panic_on_warn inside panic()
` [PATCH 4.14 v2 03/15] exit: Add and use make_task_dead
` [PATCH 4.14 v2 04/15] objtool: Add a missing comma to avoid string concatenation
` [PATCH 4.14 v2 05/15] hexagon: Fix function name in die()
` [PATCH 4.14 v2 06/15] h8300: Fix build errors from do_exit() to make_task_dead() transition
` [PATCH 4.14 v2 07/15] ia64: make IA64_MCA_RECOVERY bool instead of tristate
` [PATCH 4.14 v2 08/15] exit: Put an upper limit on how often we can oops
` [PATCH 4.14 v2 09/15] exit: Expose "oops_count" to sysfs
` [PATCH 4.14 v2 10/15] exit: Allow oops_limit to be disabled
` [PATCH 4.14 v2 11/15] panic: Consolidate open-coded panic_on_warn checks
` [PATCH 4.14 v2 12/15] panic: Introduce warn_limit
` [PATCH 4.14 v2 13/15] panic: Expose "warn_count" to sysfs
` [PATCH 4.14 v2 14/15] docs: Fix path paste-o for /sys/kernel/warn_count
` [PATCH 4.14 v2 15/15] exit: Use READ_ONCE() for all oops/warn limit reads
[PATCH 4.19 v2 00/15] Backport oops_limit to 4.19
2023-02-03 0:27 UTC (16+ messages)
` [PATCH 4.19 v2 01/15] sysctl: add a new register_sysctl_init() interface
` [PATCH 4.19 v2 02/15] panic: unset panic_on_warn inside panic()
` [PATCH 4.19 v2 03/15] exit: Add and use make_task_dead
` [PATCH 4.19 v2 04/15] objtool: Add a missing comma to avoid string concatenation
` [PATCH 4.19 v2 05/15] hexagon: Fix function name in die()
` [PATCH 4.19 v2 06/15] h8300: Fix build errors from do_exit() to make_task_dead() transition
` [PATCH 4.19 v2 07/15] ia64: make IA64_MCA_RECOVERY bool instead of tristate
` [PATCH 4.19 v2 08/15] exit: Put an upper limit on how often we can oops
` [PATCH 4.19 v2 09/15] exit: Expose "oops_count" to sysfs
` [PATCH 4.19 v2 10/15] exit: Allow oops_limit to be disabled
` [PATCH 4.19 v2 11/15] panic: Consolidate open-coded panic_on_warn checks
` [PATCH 4.19 v2 12/15] panic: Introduce warn_limit
` [PATCH 4.19 v2 13/15] panic: Expose "warn_count" to sysfs
` [PATCH 4.19 v2 14/15] docs: Fix path paste-o for /sys/kernel/warn_count
` [PATCH 4.19 v2 15/15] exit: Use READ_ONCE() for all oops/warn limit reads
[PATCH v2 2/7] RISC-V: Detect AIA CSRs from ISA string
2023-02-03 0:24 UTC (2+ messages)
[PATCH v2 1/7] RISC-V: Add AIA related CSR defines
2023-02-03 0:24 UTC (2+ messages)
[RFC PATCH v1 0/2] Ignore non-LRU-based reclaim in memcg reclaim
2023-02-03 0:17 UTC (5+ messages)
` [RFC PATCH v1 1/2] mm: vmscan: refactor updating reclaimed pages in reclaim_state
` [RFC PATCH v1 2/2] mm: vmscan: ignore non-LRU-based reclaim in memcg reclaim
[RFT PATCH 00/14] ARM/arm64: dts: qcom: correct TLMM gpio-ranges
2023-02-03 0:15 UTC (7+ messages)
` [RFT PATCH 05/14] arm64: dts: qcom: sc8280xp: "
[PATCH V2 0/6] remoteproc: imx_rproc: support firmware in DDR
2023-02-03 0:12 UTC (7+ messages)
` [PATCH V2 5/6] remoteproc: imx_rproc: set Cortex-M stack/pc to TCML
` [PATCH V2 6/6] remoteproc: imx_rproc: set address of .interrupts section as bootaddr
[PATCH v2 00/10] pinctrl/ARM/arm64: qcom: correct TLMM gpio-ranges and GPIO pin names
2023-02-03 0:05 UTC (17+ messages)
` [PATCH v2 01/10] dt-bindings: pinctrl: qcom,msm8226: correct GPIO name pattern
` [PATCH v2 02/10] dt-bindings: pinctrl: qcom,msm8909: correct GPIO name pattern and example
` [PATCH v2 03/10] dt-bindings: pinctrl: qcom,sm6375: "
` [PATCH v2 04/10] dt-bindings: pinctrl: qcom,msm8953: correct GPIO name pattern
` [PATCH v2 05/10] dt-bindings: pinctrl: qcom,sdx55: "
` [PATCH v2 06/10] dt-bindings: pinctrl: qcom,msm8994: correct number of GPIOs
` [PATCH v2 07/10] dt-bindings: pinctrl: qcom: correct gpio-ranges in examples
[PATCH bpf-next 0/3] Document kfunc lifecycle / stability expectations
2023-02-03 0:02 UTC (7+ messages)
` [PATCH bpf-next 2/3] bpf: Add KF_DEPRECATED kfunc flag
[PATCH v2] ath10k: snoc: enable threaded napi on WCN3990
2023-02-03 0:01 UTC
[PATCH] hwmon: (peci/cputemp) Fix off-by-one in coretemp_label allocation
2023-02-03 0:01 UTC (2+ messages)
[PATCH v12 0/5] Add kprobe and kretprobe support for LoongArch
2023-02-02 23:59 UTC (7+ messages)
[PATCH v5 1/2] dt-bindings: ramoops: Add support to get the region dynamically
2023-02-02 23:59 UTC (2+ messages)
[RFC] net: add new socket option SO_SETNETNS
2023-02-02 23:58 UTC (4+ messages)
[PATCH net-next v5 0/5] add dts for yt8521 and yt8531s, add driver for yt8531
2023-02-02 23:55 UTC (3+ messages)
` [PATCH net-next v5 1/5] dt-bindings: net: Add Motorcomm yt8xxx ethernet phy
[PATCH] x86/perf/zhaoxin: Add stepping check for ZX-C
2023-02-02 23:53 UTC (2+ messages)
[PATCH 0/4] perf lock contention: Improve aggr x filter combination (v1)
2023-02-02 23:51 UTC (4+ messages)
` [PATCH 2/4] perf lock contention: Use lock_stat_find{,new}
[PATCH v2 00/18] x86/resctrl: monitored closid+rmid together, separate arch/fs locking
2023-02-02 23:50 UTC (19+ messages)
` [PATCH v2 02/18] x86/resctrl: Access per-rmid structures by index
` [PATCH v2 04/18] x86/resctrl: Move rmid allocation out of mkdir_rdt_prepare()
` [PATCH v2 05/18] x86/resctrl: Allow RMID allocation to be scoped by CLOSID
` [PATCH v2 06/18] x86/resctrl: Allow the allocator to check if a CLOSID can allocate clean RMID
` [PATCH v2 07/18] x86/resctrl: Move CLOSID/RMID matching and setting to use helpers
` [PATCH v2 08/18] x86/resctrl: Queue mon_event_read() instead of sending an IPI
` [PATCH v2 13/18] x86/resctrl: Make rdt_enable_key the arch's decision to switch
` [PATCH v2 16/18] x86/resctrl: Allow overflow/limbo handlers to be scheduled on any-but cpu
` [PATCH v2 18/18] x86/resctrl: Separate arch and fs resctrl locks
[PATCH 1/3] arm64: dts: qcom: sm8350-hdk: align pin config node names with bindings
2023-02-02 23:47 UTC (3+ messages)
` [PATCH 3/3] dt-bindings: pinctrl: qcom,sm8350: add input-disable
[RFC 0/5] workqueue: Debugging improvements
2023-02-02 23:45 UTC (5+ messages)
` [RFC 2/5] workqueue: Warn when a new worker could not be created
` [RFC 5/5] workqueue: Print backtraces from CPUs with hung CPU bound workqueues
[PATCH 3/4] nvmem: mtk-efuse: replace driver with a generic MMIO one
2023-02-02 23:44 UTC (7+ messages)
[PATCH v2 0/4] Track exported dma-buffers with memcg
2023-02-02 23:43 UTC (13+ messages)
` [PATCH v2 1/4] memcg: Track exported dma-buffers
[PATCH 1/2] proc: fix to check name length in proc_lookup_de()
2023-02-02 23:41 UTC (3+ messages)
[PATCH v5 00/13] riscv: improve boot time isa extensions handling
2023-02-02 23:40 UTC (3+ messages)
[PATCH] cpufreq: qcom-hw: Fix cpufreq_driver->get() for non-LMH systems
2023-02-02 23:38 UTC (4+ messages)
[PATCH v2] tools/nolibc: Add stdint.h
2023-02-02 23:29 UTC (3+ messages)
[PATCH 1/3] rtc: moxart: switch to using gpiod API
2023-02-02 23:27 UTC (7+ messages)
` [PATCH 2/3] dt-bindings: rtc: moxart: use proper names for gpio properties
[PATCH] mm: reduce lock contention of pcp buffer refill
2023-02-02 23:25 UTC (2+ messages)
[PATCH 4/7] rtc: Move BSM defines to separate header for DT usage
2023-02-02 23:22 UTC (2+ messages)
[RFC PATCH V3 00/16] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
2023-02-02 23:20 UTC (4+ messages)
` [RFC PATCH V3 16/16] x86/sev: Fix interrupt exit code paths from #HV exception
[PATCH v2] dt-bindings: display: bridge: sil,sii8620: convert to dtschema
2023-02-02 23:18 UTC (2+ messages)
[PATCH] dt-bindings: phy: hisilicon: Fix 'hisilicon,eye-diagram-param' differing types
2023-02-02 23:17 UTC (2+ messages)
[PATCH] dt-bindings: ti,k3: Use common ti,k3-sci-common.yaml schema
2023-02-02 23:17 UTC (2+ messages)
[PATCH 00/23] interconnect: fix racy provider registration
2023-02-02 23:13 UTC (3+ messages)
` [PATCH 11/23] interconnect: qcom: msm8974: fix registration race
[PATCH v3] vfio: fix deadlock between group lock and kvm lock
2023-02-02 23:13 UTC (4+ messages)
[syzbot] general protection fault in skb_dequeue (3)
2023-02-02 23:10 UTC (3+ messages)
[PATCH 0/5] Fix a minor POSIX conformance problem
2023-02-02 23:08 UTC (2+ messages)
[syzbot] WARNING in check_map_prog_compatibility
2023-02-02 23:06 UTC (2+ messages)
[RFT PATCH v2 1/3] drm/bridge: tc358762: Set pre_enable_prev_first
2023-02-02 22:46 UTC (4+ messages)
` [RFT PATCH v2 3/3] drm/msm/dsi: More properly handle errors in regards to dsi_mgr_bridge_power_on()
` [Freedreno] "
[PATCH v3] fs/buffer.c: update per-CPU bh_lru cache via RCU
2023-02-02 22:51 UTC (3+ messages)
[PATCH v6 00/11] Parallel CPU bringup for x86_64
2023-02-02 22:50 UTC (14+ messages)
` [PATCH v6 01/11] x86/apic/x2apic: Fix parallel handling of cluster_mask
` [PATCH v6 02/11] cpu/hotplug: Move idle_thread_get() to <linux/smpboot.h>
` [PATCH v6 03/11] cpu/hotplug: Add dynamic parallel bringup states before CPUHP_BRINGUP_CPU
` [PATCH v6 04/11] x86/smpboot: Reference count on smpboot_setup_warm_reset_vector()
` [PATCH v6 05/11] x86/smpboot: Split up native_cpu_up into separate phases and document them
` [PATCH v6 06/11] x86/smpboot: Support parallel startup of secondary CPUs
` [External] "
` [PATCH v6 07/11] x86/smpboot: Disable parallel boot for AMD CPUs
` [PATCH v6 08/11] x86/smpboot: Send INIT/SIPI/SIPI to secondary CPUs in parallel
` [PATCH v6 09/11] x86/mtrr: Avoid repeated save of MTRRs on boot-time CPU bringup
` [PATCH v6 10/11] x86/smpboot: Serialize topology updates for secondary bringup
` [PATCH v6 11/11] x86/smpboot: reuse timer calibration
[PATCH] arm64: Support Clang UBSAN trap codes for better reporting
2023-02-02 22:48 UTC (2+ messages)
linux-next: manual merge of the net-next tree with the net tree
2023-02-02 22:44 UTC
[PATCH v1] tools/resolve_btfids: Tidy HOST_OVERRIDES
2023-02-02 22:42 UTC
[PATCH v3 02/13] net: Replace all spi->chip_select and spi->cs_gpiod references with function call
2023-02-02 22:36 UTC (2+ messages)
[PATCH bpf-next v2 0/1] Document kfunc lifecycle / stability expectations
2023-02-02 22:35 UTC (2+ messages)
` [PATCH bpf-next v2] bpf/docs: "
[PATCH v4 0/2] blk-cgroup: Fix potential UAF & flush rstat at blkgs destruction path
2023-02-02 22:35 UTC (4+ messages)
` [PATCH v4 2/2] blk-cgroup: Flush stats "
[RFC][PATCH 1/4] locktorture: Add nested_[un]lock() hooks and nlocks parameter
2023-02-02 22:34 UTC (4+ messages)
` [RFC][PATCH 2/4] locktorture: Add nested locking to mutex torture tests
` [RFC][PATCH 3/4] locktorture: Add nested locking to rtmutex "
` [RFC][PATCH 4/4] locktorture: With nested locks, occasionally skip main lock
[PULL] Networking for v6.2-rc7
2023-02-02 22:27 UTC (2+ messages)
[PATCH 5.15.y v2 0/5] phy: qcom-qmp-combo: Backport some stable fixes
2023-02-02 22:27 UTC (6+ messages)
` [PATCH 5.15.y v2 5/5] phy: qcom-qmp-combo: fix runtime suspend
[PATCH] DLM: increase socket backlog to avoid hangs with 16 nodes
2023-02-02 22:25 UTC (2+ messages)
` [Cluster-devel] "
[PATCH v2 0/7] features provisioning fixes and mlx5_vdpa support
2023-02-02 22:18 UTC (11+ messages)
` [PATCH v2 3/7] vdpa: validate provisioned device features against specified attribute
` [PATCH v2 4/7] virtio: VIRTIO_DEVICE_F_MASK for all per-device features
` [PATCH v2 6/7] vdpa/mlx5: conditionally show MTU and STATUS in config space
arch/mips/kernel/vpe-mt.c:(.text.vpe_run+0x280): undefined reference to `physical_memsize'
2023-02-02 22:21 UTC
[PATCH] thermal: intel_powerclamp: Return last requested state as cur_state
2023-02-02 22:21 UTC (3+ messages)
[PATCH v1 1/1] usb: gadget: configfs: Use memcpy_and_pad()
2023-02-02 22:21 UTC (2+ messages)
[PATCHv2 0/4] Wiegand bus driver and GPIO bit-banged controller
2023-02-02 22:20 UTC (2+ messages)
[PATCH 01/13] USB: chipidea: fix memory leak with using debugfs_lookup()
2023-02-02 22:15 UTC (3+ messages)
` [PATCH 05/13] USB: fotg210: "
[PATCH] staging: pi433: modify bit_rate from u16 to u32
2023-02-02 22:13 UTC (7+ messages)
[PATCH 0/6] features provisioning fixes and mlx5_vdpa support
2023-02-02 22:07 UTC (3+ messages)
RISC-V reserved memory problems
2023-02-02 22:01 UTC (2+ messages)
[PATCH 0/9] Parallel CPU bringup for x86_64
2023-02-02 21:59 UTC (3+ messages)
selftests: memfd: run_hugetlbfs_test.sh - invalid opcode: 0000 [#1] PREEMPT SMP
2023-02-02 21:54 UTC (5+ messages)
[PATCH v2] phy: qcom-qmp: Introduce Kconfig symbols for discrete drivers
2023-02-02 21:53 UTC
[PATCH v2 0/2] cgroup/cpuset: Make hotplug code more efficient
2023-02-02 21:52 UTC (2+ messages)
[PATCH v6 3/5] media: verisilicon: Do not set ctx->bit_depth in hantro_try_ctrl()
2023-02-02 21:51 UTC (2+ messages)
[PATCH v1] dt-bindings: usb: rockchip,dwc3: update inno usb2 phy binding name
2023-02-02 21:48 UTC (2+ messages)
[PATCH net,v3] net: mana: Fix accessing freed irq affinity_hint
2023-02-02 21:47 UTC
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