Archive-only list for patches
 help / color / mirror / Atom feed
 messages from 2024-06-08 13:39:22 to 2024-06-13 11:39:44 UTC [more...]

[PATCH 4.19 000/213] 4.19.316-rc1 review
 2024-06-13 11:31 UTC  (61+ messages)
` [PATCH 4.19 001/213] x86/tsc: Trust initial offset in architectural TSC-adjust MSRs
` [PATCH 4.19 002/213] speakup: Fix sizeof() vs ARRAY_SIZE() bug
` [PATCH 4.19 003/213] ring-buffer: Fix a race between readers and resize checks
` [PATCH 4.19 004/213] net: smc91x: Fix m68k kernel compilation for ColdFire CPU
` [PATCH 4.19 005/213] nilfs2: fix unexpected freezing of nilfs_segctor_sync()
` [PATCH 4.19 006/213] nilfs2: fix potential hang in nilfs_detach_log_writer()
` [PATCH 4.19 007/213] tty: n_gsm: fix possible out-of-bounds in gsm0_receive()
` [PATCH 4.19 008/213] wifi: cfg80211: fix the order of arguments for trace events of the tx_rx_evt class
` [PATCH 4.19 009/213] net: usb: qmi_wwan: add Telit FN920C04 compositions
` [PATCH 4.19 010/213] drm/amd/display: Set color_mgmt_changed to true on unsuspend
` [PATCH 4.19 011/213] ASoC: rt5645: Fix the electric noise due to the CBJ contacts floating
` [PATCH 4.19 012/213] ASoC: dt-bindings: rt5645: add cbj sleeve gpio property
` [PATCH 4.19 013/213] ASoC: da7219-aad: fix usage of device_get_named_child_node()
` [PATCH 4.19 014/213] crypto: bcm - Fix pointer arithmetic
` [PATCH 4.19 015/213] firmware: raspberrypi: Use correct device for DMA mappings
` [PATCH 4.19 016/213] ecryptfs: Fix buffer size for tag 66 packet
` [PATCH 4.19 017/213] nilfs2: fix out-of-range warning
` [PATCH 4.19 018/213] parisc: add missing export of __cmpxchg_u8()
` [PATCH 4.19 019/213] crypto: ccp - Remove forward declaration
` [PATCH 4.19 020/213] crypto: ccp - drop platform ifdef checks
` [PATCH 4.19 021/213] s390/cio: fix tracepoint subchannel type field
` [PATCH 4.19 022/213] jffs2: prevent xattr node from overflowing the eraseblock
` [PATCH 4.19 023/213] null_blk: Fix missing mutex_destroy() at module removal
` [PATCH 4.19 024/213] md: fix resync softlockup when bitmap size is less than array size
` [PATCH 4.19 025/213] power: supply: cros_usbpd: provide ID table for avoiding fallback match
` [PATCH 4.19 026/213] HSI: omap_ssi_core: Convert to platform remove callback returning void
` [PATCH 4.19 027/213] HSI: omap_ssi_port: "
` [PATCH 4.19 028/213] nfsd: drop st_mutex before calling move_to_close_lru()
` [PATCH 4.19 029/213] wifi: ath10k: poll service ready message before failing
` [PATCH 4.19 030/213] x86/boot: Ignore relocations in .notes sections in walk_relocs() too
` [PATCH 4.19 031/213] qed: avoid truncating work queue length
` [PATCH 4.19 032/213] scsi: ufs: qcom: Perform read back after writing reset bit
` [PATCH 4.19 033/213] scsi: ufs: cleanup struct utp_task_req_desc
` [PATCH 4.19 034/213] scsi: ufs: add a low-level __ufshcd_issue_tm_cmd helper
` [PATCH 4.19 035/213] scsi: ufs: core: Perform read back after disabling interrupts
` [PATCH 4.19 036/213] scsi: ufs: core: Perform read back after disabling UIC_COMMAND_COMPL
` [PATCH 4.19 037/213] irqchip/alpine-msi: Fix off-by-one in allocation error path
` [PATCH 4.19 038/213] ACPI: disable -Wstringop-truncation
` [PATCH 4.19 039/213] scsi: libsas: Fix the failure of adding phy with zero-address to port
` [PATCH 4.19 040/213] scsi: hpsa: Fix allocation size for Scsi_Host private data
` [PATCH 4.19 041/213] x86/purgatory: Switch to the position-independent small code model
` [PATCH 4.19 042/213] wifi: ath10k: Fix an error code problem in ath10k_dbg_sta_write_peer_debug_trigger()
` [PATCH 4.19 043/213] wifi: ath10k: populate board data for WCN3990
` [PATCH 4.19 044/213] macintosh/via-macii: Remove BUG_ON assertions
` [PATCH 4.19 046/213] macintosh/via-macii: Fix "BUG: sleeping function called from invalid context"
` [PATCH 4.19 047/213] wifi: carl9170: add a proper sanity check for endpoints
` [PATCH 4.19 055/213] m68k: Fix spinlock race in kernel thread creation
` [PATCH 4.19 056/213] m68k/mac: Use 030 reset method on SE/30
` [PATCH 4.19 057/213] m68k: mac: Fix reboot hang on Mac IIci
` [PATCH 4.19 058/213] net: ethernet: cortina: Locking fixes
` [PATCH 4.19 059/213] af_unix: Fix data races in unix_release_sock/unix_stream_sendmsg
` [PATCH 4.19 060/213] net: usb: smsc95xx: stop lying about skb->truesize
` [PATCH 4.19 061/213] net: openvswitch: fix overwriting ct original tuple for ICMPv6
` [PATCH 4.19 062/213] ipv6: sr: add missing seg6_local_exit
` [PATCH 4.19 063/213] ipv6: sr: fix incorrect unregister order
` [PATCH 4.19 064/213] ipv6: sr: fix invalid unregister error path
` [PATCH 4.19 065/213] drm/amd/display: Fix potential index out of bounds in color transformation function
` [PATCH 4.19 066/213] mtd: rawnand: hynix: fixed typo
` [PATCH 4.19 067/213] fbdev: shmobile: fix snprintf truncation
` [PATCH 4.19 068/213] drm/mediatek: Add 0 size check to mtk_drm_gem_obj

[PATCH v5 00/11] clk: Add kunit tests for fixed rate and parent data
 2024-06-13  7:56 UTC  (9+ messages)
` [PATCH v5 02/11] of: Add test managed wrappers for of_overlay_apply()/of_node_put()
` [PATCH v5 05/11] of: Add a KUnit test for overlays and test managed APIs
` [PATCH v5 06/11] platform: Add test managed platform_device/driver APIs
` [PATCH v5 11/11] clk: Add KUnit tests for clks registered with struct clk_parent_data

[PATCH] tty: mxser: Remove __counted_by from mxser_board.ports[]
 2024-06-12 20:04 UTC  (11+ messages)

[PATCH v6 05/49 RESEND] media: atomisp: Switch to new Intel CPU model defines
 2024-06-12 15:24 UTC  (4+ messages)

[PATCH v2 00/10] Tidy some minor things in the stream table/cd table area
 2024-06-12 12:09 UTC  (28+ messages)
` [PATCH v2 01/10] iommu/arm-smmu-v3: Do not zero the strtab twice
` [PATCH v2 02/10] iommu/arm-smmu-v3: Shrink the strtab l1_desc array
` [PATCH v2 03/10] iommu/arm-smmu-v3: Add arm_smmu_strtab_l1/2_idx()
` [PATCH v2 04/10] iommu/arm-smmu-v3: Add types for each level of the 2 level stream table
` [PATCH v2 05/10] iommu/arm-smmu-v3: Reorganize struct arm_smmu_strtab_cfg
` [PATCH v2 06/10] iommu/arm-smmu-v3: Remove strtab_base/cfg
` [PATCH v2 07/10] iommu/arm-smmu-v3: Do not use devm for the cd table allocations
` [PATCH v2 08/10] iommu/arm-smmu-v3: Shrink the cdtab l1_desc array
` [PATCH v2 09/10] iommu/arm-smmu-v3: Add types for each level of the CD table
` [PATCH v2 10/10] iommu/arm-smmu-v3: Reorganize struct arm_smmu_ctx_desc_cfg

[PATCH v6 04/49 RESEND] platform/x86/intel/ifs: Switch to new Intel CPU model defines
 2024-06-12  8:17 UTC  (2+ messages)

[PATCH 0/5] fstests: add some new LBS inspired tests
 2024-06-12  8:06 UTC  (20+ messages)
` [PATCH 1/5] common: move mread() to generic helper _mread()
` [PATCH 2/5] fstests: add mmap page boundary tests
` [PATCH 3/5] fstests: add fsstress + compaction test
` [PATCH 4/5] _require_debugfs(): simplify and fix for debian
` [PATCH 5/5] fstests: add stress truncation + writeback test

[PATCH] rust: avoid unused import warning in `rusttest`
 2024-06-11 22:13 UTC  (2+ messages)

[PATCH] Documentation/x86: Switch to new Intel CPU model defines
 2024-06-11 20:48 UTC 

[PATCH v6 12/49 RESEND] PCI: PM: Switch to new Intel CPU model defines
 2024-06-11 19:03 UTC  (2+ messages)

[PATCH] pinctrl: keembay: Fix func conversion in keembay_build_functions()
 2024-06-11 18:27 UTC  (2+ messages)

[PATCH v6 39/49 RESEND] extcon: axp288: Switch to new Intel CPU model defines
 2024-06-11 17:40 UTC 

[PATCH v6 41/49 RESEND] ACPI: x86: Switch to new Intel CPU model defines
 2024-06-11 17:25 UTC 

[PATCH v6 46/49 RESEND] tools/power/turbostat: Switch to new Intel CPU model defines
 2024-06-11 17:19 UTC 

[PATCH 0/8] Introduce fwctl subystem
 2024-06-11 16:54 UTC  (9+ messages)

[PATCH 6.6 000/741] 6.6.33-rc2 review
 2024-06-11 13:06 UTC  (14+ messages)

[PATCH 6.9 000/368] 6.9.4-rc2 review
 2024-06-11  5:48 UTC  (9+ messages)

[PATCH 6.1 000/470] 6.1.93-rc2 review
 2024-06-11  4:01 UTC  (9+ messages)

[PATCH v20 00/18] Add support for Sub-NUMA cluster (SNC) systems
 2024-06-10 18:35 UTC  (19+ messages)
` [PATCH v20 01/18] x86/resctrl: Prepare for new domain scope
` [PATCH v20 02/18] x86/resctrl: Prepare to split rdt_domain structure
` [PATCH v20 03/18] x86/resctrl: Prepare for different scope for control/monitor operations
` [PATCH v20 04/18] x86/resctrl: Split the rdt_domain and rdt_hw_domain structures
` [PATCH v20 05/18] x86/resctrl: Add node-scope to the options for feature scope
` [PATCH v20 06/18] x86/resctrl: Introduce snc_nodes_per_l3_cache
` [PATCH v20 07/18] x86/resctrl: Block use of mba_MBps mount option on Sub-NUMA Cluster (SNC) systems
` [PATCH v20 08/18] x86/resctrl: Prepare for new Sub-NUMA Cluster (SNC) monitor files
` [PATCH v20 09/18] x86/resctrl: Add a new field to struct rmid_read for summation of domains
` [PATCH v20 10/18] x86/resctrl: Refactor mkdir_mondata_subdir() with a helper function
` [PATCH v20 11/18] x86/resctrl: Allocate a new field in union mon_data_bits
` [PATCH v20 12/18] x86/resctrl: Create Sub-NUMA Cluster (SNC) monitor files
` [PATCH v20 13/18] x86/resctrl: Handle removing directories in Sub-NUMA Cluster (SNC) mode
` [PATCH v20 14/18] x86/resctrl: Fill out rmid_read structure for smp_call*() to read a counter
` [PATCH v20 15/18] x86/resctrl: Make __mon_event_count() handle sum domains
` [PATCH v20 16/18] x86/resctrl: Enable RMID shared RMID mode on Sub-NUMA Cluster (SNC) systems
` [PATCH v20 17/18] x86/resctrl: Sub-NUMA Cluster (SNC) detection
` [PATCH v20 18/18] x86/resctrl: Update documentation with Sub-NUMA cluster changes

[PATCH v16 0/5] implement getrandom() in vDSO
 2024-06-10 12:00 UTC  (9+ messages)
` [PATCH v16 1/5] mm: add VM_DROPPABLE for designating always lazily freeable mappings

[PATCH] bytcr_rt5640 : inverse jack detect for Archos 101 cesium
 2024-06-08 17:02 UTC 

[PATCH v4 0/4] Add and use get_cpu_cacheinfo_level()
 2024-06-10  0:39 UTC  (5+ messages)
` [PATCH v4 1/4] cpu: Move CPU hotplug function declarations into their own header
` [PATCH v4 2/4] cpu: Drop "extern" from function declarations in cpuhplock.h
` [PATCH v4 3/4] cacheinfo: Add function to get cacheinfo for a given (cpu, cachelevel)
` [PATCH v4 4/4] x86/resctrl: Replace open code cacheinfo searches

[PATCH 6.6 000/744] 6.6.33-rc1 review
 2024-06-09 11:16 UTC  (22+ messages)
` [PATCH 6.6 307/744] platform/x86: xiaomi-wmi: Fix race condition when reporting key events
` [PATCH 6.6 438/744] ovl: add helper ovl_file_modified()
` [PATCH 6.6 439/744] splice: remove permission hook from iter_file_splice_write()
` [PATCH 6.6 440/744] fs: move kiocb_start_write() into vfs_iocb_iter_write()
` [PATCH 6.6 617/744] nilfs2: make superblock data array index computation sparse friendly
` [PATCH 6.6 723/744] e1000e: move force SMBUS near the end of enable_ulp function

[PATCH 6.1 000/473] 6.1.93-rc1 review
 2024-06-09 11:15 UTC  (4+ messages)

[PATCH v3 0/2] Add and use get_cpu_cacheinfo_level()
 2024-06-08 13:38 UTC  (7+ messages)
` [PATCH v3 1/2] cacheinfo: Add function to get cacheinfo for a given (cpu, cachelevel)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox