Archive-only list for patches
 help / color / mirror / Atom feed
 messages from 2022-11-30 18:51:42 to 2022-12-05 19:04:21 UTC [more...]

[PATCH v11 0/4] implement getrandom() in vDSO
 2022-12-05 19:04 UTC  (9+ messages)
` [PATCH v11 1/4] random: add vgetrandom_alloc() syscall
` [PATCH v11 2/4] arch: allocate vgetrandom_alloc() syscall number
` [PATCH v11 3/4] random: introduce generic vDSO getrandom() implementation
` [PATCH v11 4/4] x86: vdso: Wire up getrandom() vDSO implementation

[PATCH v2 00/28] Rust core additions
 2022-12-05 13:53 UTC  (41+ messages)
` [PATCH v2 01/28] rust: prelude: split re-exports into groups
` [PATCH v2 02/28] rust: print: add more `pr_*!` levels
` [PATCH v2 03/28] rust: print: add `pr_cont!` macro
` [PATCH v2 04/28] rust: samples: add `rust_print` example
` [PATCH v2 05/28] rust: macros: add `concat_idents!` proc macro
` [PATCH v2 06/28] rust: macros: add `#[vtable]` "
` [PATCH v2 07/28] rust: macros: take string literals in `module!`
` [PATCH v2 08/28] rust: error: declare errors using macro
` [PATCH v2 09/28] rust: error: add codes from `errno-base.h`
` [PATCH v2 10/28] rust: error: add `From` implementations for `Error`
` [PATCH v2 11/28] rust: prelude: add `error::code::*` constant items
` [PATCH v2 12/28] rust: alloc: add `RawVec::try_with_capacity_in()` constructor
` [PATCH v2 13/28] rust: alloc: add `Vec::try_with_capacity{,_in}()` constructors
` [PATCH v2 14/28] rust: str: add `BStr` type
` [PATCH v2 15/28] rust: str: add `b_str!` macro
` [PATCH v2 16/28] rust: str: add `CStr` type
` [PATCH v2 17/28] rust: str: implement several traits for `CStr`
` [PATCH v2 18/28] rust: str: add `CStr` unit tests
` [PATCH v2 19/28] rust: str: add `c_str!` macro
` [PATCH v2 20/28] rust: str: add `Formatter` type
` [PATCH v2 21/28] rust: str: add `CString` type
` [PATCH v2 22/28] rust: str: add `fmt!` macro
` [PATCH v2 23/28] rust: std_vendor: add `dbg!` macro based on `std`'s one
` [PATCH v2 24/28] rust: static_assert: add `static_assert!` macro
` [PATCH v2 25/28] rust: add `build_error` crate
` [PATCH v2 26/28] rust: build_assert: add `build_{error,assert}!` macros
` [PATCH v2 27/28] rust: types: add `Either` type
` [PATCH v2 28/28] rust: types: add `Opaque` type

[PATCH 12/12] mm, slob: rename CONFIG_SLOB to CONFIG_SLOB_DEPRECATED
 2022-12-05 12:25 UTC  (3+ messages)

[PATCH proper backport to 5.15 1/1] tty: serial: fsl_lpuart: don't break the on-going transfer when global reset
 2022-12-03 13:37 UTC  (2+ messages)

[PATCH 6.0 000/280] 6.0.11-rc2 review
 2022-12-02 19:57 UTC  (8+ messages)

[PATCH v10 0/4] implement getrandom() in vDSO
 2022-12-02 18:29 UTC  (12+ messages)
` [PATCH v10 1/4] random: add vgetrandom_alloc() syscall

[PATCH 0/2] Fix lack of section mismatch warnings with LTO
 2022-12-02 14:44 UTC  (7+ messages)
` [PATCH 1/2] padata: Do not mark padata_mt_helper() as __init
` [PATCH 2/2] modpost: Include '.text.*' in TEXT_SECTIONS

[PATCH 5.10 000/162] 5.10.157-rc1 review
 2022-12-02 12:48 UTC  (12+ messages)

[PATCH 5.15 000/206] 5.15.81-rc1 review
 2022-12-02 12:48 UTC  (10+ messages)

السلام عليكم
 2022-12-02 12:33 UTC 

[PATCH 6.0 000/289] 6.0.11-rc1 review
 2022-12-01 16:48 UTC  (109+ messages)
` [PATCH 6.0 075/289] net: neigh: decrement the family specific qlen
` [PATCH 6.0 167/289] cifs: Use after free in debug code
` [PATCH 6.0 176/289] mm/damon/sysfs-schemes: skip stats update if the scheme directory is removed
` [PATCH 6.0 197/289] io_uring: clear TIF_NOTIFY_SIGNAL if set and task_work not available
` [PATCH 6.0 198/289] nilfs2: fix nilfs_sufile_mark_dirty() not set segment usage as dirty
` [PATCH 6.0 199/289] gcov: clang: fix the buffer overflow issue
` [PATCH 6.0 200/289] mm/cgroup/reclaim: fix dirty pages throttling on cgroup v1
` [PATCH 6.0 201/289] mm: vmscan: fix extreme overreclaim and swap floods
` [PATCH 6.0 202/289] fpga: m10bmc-sec: Fix kconfig dependencies
` [PATCH 6.0 203/289] KVM: x86/mmu: Fix race condition in direct_page_fault
` [PATCH 6.0 204/289] KVM: x86/xen: Only do in-kernel acceleration of hypercalls for guest CPL0
` [PATCH 6.0 205/289] KVM: x86/xen: Validate port number in SCHEDOP_poll
` [PATCH 6.0 206/289] drm/i915/gvt: Get reference to KVM iff attachment to VM is successful
` [PATCH 6.0 207/289] KVM: x86: nSVM: leave nested mode on vCPU free
` [PATCH 6.0 208/289] KVM: x86: forcibly leave nested mode on vCPU reset
` [PATCH 6.0 209/289] KVM: x86: nSVM: harden svm_free_nested against freeing vmcb02 while still in use
` [PATCH 6.0 210/289] KVM: x86: add kvm_leave_nested
` [PATCH 6.0 211/289] KVM: x86: remove exit_int_info warning in svm_handle_exit
` [PATCH 6.0 212/289] KVM: Update gfn_to_pfn_cache khva when it moves within the same page
` [PATCH 6.0 213/289] x86/tsx: Add a feature bit for TSX control MSR support
` [PATCH 6.0 214/289] x86/pm: Add enumeration check before spec MSRs save/restore setup
` [PATCH 6.0 215/289] x86/ioremap: Fix page aligned size calculation in __ioremap_caller()
` [PATCH 6.0 216/289] mm: fix unexpected changes to {failslab|fail_page_alloc}.attr
` [PATCH 6.0 217/289] mm: correctly charge compressed memory to its memcg
` [PATCH 6.0 218/289] LoongArch: Clear FPU/SIMD thread info flags for kernel thread
` [PATCH 6.0 219/289] LoongArch: Set _PAGE_DIRTY only if _PAGE_WRITE is set in {pmd,pte}_mkdirty()
` [PATCH 6.0 220/289] ASoC: SOF: Fix compilation when HDA_AUDIO_CODEC config is disabled
` [PATCH 6.0 221/289] ASoC: Intel: fix unused-variable warning in probe_codec
` [PATCH 6.0 222/289] ASoC: Intel: Skylake: fix possible memory leak in skl_codec_device_init()
` [PATCH 6.0 223/289] ASoC: SOF: Intel: hda-codec: fix possible memory leak in hda_codec_device_init()
` [PATCH 6.0 224/289] Input: synaptics - switch touchpad on HP Laptop 15-da3001TU to RMI mode
` [PATCH 6.0 225/289] ASoC: amd: yc: Add Alienware m17 R5 AMD into DMI table
` [PATCH 6.0 226/289] ASoC: Intel: bytcht_es8316: Add quirk for the Nanote UMPC-01
` [PATCH 6.0 227/289] ASoC: Intel: soc-acpi: add ES83x6 support to IceLake
` [PATCH 6.0 228/289] tools: iio: iio_generic_buffer: Fix read size
` [PATCH 6.0 229/289] ASoC: hda: intel-dsp-config: add ES83x6 quirk for IceLake
` [PATCH 6.0 230/289] ASoC: SOF: ipc3-topology: use old pipeline teardown flow with SOF2.1 and older
` [PATCH 6.0 231/289] serial: 8250: 8250_omap: Avoid RS485 RTS glitch on ->set_termios()
` [PATCH 6.0 232/289] Revert "tty: n_gsm: avoid call of sleeping functions from atomic context"
` [PATCH 6.0 233/289] Revert "tty: n_gsm: replace kicktimer with delayed_work"
` [PATCH 6.0 234/289] Input: goodix - try resetting the controller when no config is set
` [PATCH 6.0 235/289] bpf: Convert BPF_DISPATCHER to use static_call() (not ftrace)
` [PATCH 6.0 236/289] ASoC: sof_es8336: reduce pop noise on speaker
` [PATCH 6.0 237/289] Input: soc_button_array - add use_low_level_irq module parameter
` [PATCH 6.0 238/289] Input: soc_button_array - add Acer Switch V 10 to dmi_use_low_level_irq[]
` [PATCH 6.0 239/289] pinctrl: qcom: sc8280xp: Rectify UFS reset pins
` [PATCH 6.0 240/289] Input: i8042 - apply probe defer to more ASUS ZenBook models
` [PATCH 6.0 241/289] ASoC: stm32: dfsdm: manage cb buffers cleanup
` [PATCH 6.0 242/289] xen-pciback: Allow setting PCI_MSIX_FLAGS_MASKALL too
` [PATCH 6.0 243/289] xen/platform-pci: add missing free_irq() in error path
` [PATCH 6.0 244/289] platform/x86: thinkpad_acpi: Enable s2idle quirk for 21A1 machine type
` [PATCH 6.0 245/289] platform/x86: asus-wmi: add missing pci_dev_put() in asus_wmi_set_xusb2pr()
` [PATCH 6.0 246/289] platform/x86: acer-wmi: Enable SW_TABLET_MODE on Switch V 10 (SW5-017)
` [PATCH 6.0 247/289] platform/surface: aggregator_registry: Add support for Surface Pro 9
` [PATCH 6.0 248/289] drm/amd/display: use uclk pstate latency for fw assisted mclk validation dcn32
` [PATCH 6.0 249/289] drm/amdgpu: disable BACO support on more cards
` [PATCH 6.0 250/289] drm/amdkfd: Fix a memory limit issue
` [PATCH 6.0 251/289] zonefs: fix zone report size in __zonefs_io_error()
` [PATCH 6.0 252/289] platform/surface: aggregator_registry: Add support for Surface Laptop 5
` [PATCH 6.0 253/289] platform/x86: hp-wmi: Ignore Smart Experience App event
` [PATCH 6.0 254/289] platform/x86: ideapad-laptop: Fix interrupt storm on fn-lock toggle on some Yoga laptops
` [PATCH 6.0 255/289] platform/x86: ideapad-laptop: Add module parameters to match DMI quirk tables
` [PATCH 6.0 256/289] tcp: configurable source port perturb table size
` [PATCH 6.0 257/289] block: make blk_set_default_limits() private
` [PATCH 6.0 258/289] dm-integrity: set dma_alignment limit in io_hints
` [PATCH 6.0 259/289] dm-log-writes: "
` [PATCH 6.0 260/289] net: usb: qmi_wwan: add Telit 0x103a composition
` [PATCH 6.0 261/289] scsi: mpi3mr: Suppress command reply debug prints
` [PATCH 6.0 262/289] scsi: iscsi: Fix possible memory leak when device_register() failed
` [PATCH 6.0 263/289] gpu: host1x: Avoid trying to use GART on Tegra20
` [PATCH 6.0 264/289] dm integrity: flush the journal on suspend
` [PATCH 6.0 265/289] dm integrity: clear "
` [PATCH 6.0 266/289] fuse: lock inode unconditionally in fuse_fallocate()
` [PATCH 6.0 267/289] wifi: wilc1000: validate pairwise and authentication suite offsets
` [PATCH 6.0 268/289] wifi: wilc1000: validate length of IEEE80211_P2P_ATTR_OPER_CHANNEL attribute
` [PATCH 6.0 269/289] wifi: wilc1000: validate length of IEEE80211_P2P_ATTR_CHANNEL_LIST attribute
` [PATCH 6.0 270/289] wifi: wilc1000: validate number of channels
` [PATCH 6.0 271/289] btrfs: free btrfs_path before copying root refs to userspace
` [PATCH 6.0 272/289] btrfs: free btrfs_path before copying inodes "
` [PATCH 6.0 273/289] btrfs: free btrfs_path before copying fspath "
` [PATCH 6.0 274/289] btrfs: free btrfs_path before copying subvol info "
` [PATCH 6.0 275/289] btrfs: zoned: fix missing endianness conversion in sb_write_pointer
` [PATCH 6.0 276/289] btrfs: use kvcalloc in btrfs_get_dev_zone_info
` [PATCH 6.0 277/289] btrfs: sysfs: normalize the error handling branch in btrfs_init_sysfs()
` [PATCH 6.0 278/289] btrfs: do not modify log tree while holding a leaf from fs tree locked
` [PATCH 6.0 279/289] drm/i915/ttm: never purge busy objects
` [PATCH 6.0 280/289] drm/display/dp_mst: Fix drm_dp_mst_add_affected_dsc_crtcs() return code
` [PATCH 6.0 281/289] drm/amd/dc/dce120: Fix audio register mapping, stop triggering KASAN
` [PATCH 6.0 282/289] drm/amd/display: No display after resume from WB/CB
` [PATCH 6.0 283/289] drm/amdgpu/psp: dont free PSP buffers on suspend
` [PATCH 6.0 284/289] drm/amdgpu: Enable Aldebaran devices to report CU Occupancy
` [PATCH 6.0 285/289] drm/amd/amdgpu: reserve vm invalidation engine for firmware
` [PATCH 6.0 286/289] drm/amd/display: Update soc bounding box for dcn32/dcn321
` [PATCH 6.0 287/289] drm/amdgpu: always register an MMU notifier for userptr
` [PATCH 6.0 288/289] drm/amdgpu: Partially revert "drm/amdgpu: update drm_display_info correctly when the edid is read"
` [PATCH 6.0 289/289] drm/i915: fix TLB invalidation for Gen12 video and compute engines


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