Linux Stable Kernel
[Prev Page][Next Page]
- [PATCH 5.10 13/73] net/ipv6: avoid possible UAF in ip6_route_mpath_notify(), (continued)
- [PATCH 5.10 13/73] net/ipv6: avoid possible UAF in ip6_route_mpath_notify(), Sasha Levin
- [PATCH 5.10 14/73] cpumap: Zero-initialise xdp_rxq_info struct before running XDP program, Sasha Levin
- [PATCH 5.10 15/73] net/rds: fix WARNING in rds_conn_connect_if_down, Sasha Levin
- [PATCH 5.10 16/73] netfilter: nft_ct: fix l3num expectations with inet pseudo family, Sasha Levin
- [PATCH 5.10 17/73] netfilter: nf_conntrack_h323: Add protection for bmp length out of range, Sasha Levin
- [PATCH 5.10 18/73] netrom: Fix a data-race around sysctl_netrom_default_path_quality, Sasha Levin
- [PATCH 5.10 19/73] netrom: Fix a data-race around sysctl_netrom_obsolescence_count_initialiser, Sasha Levin
- [PATCH 5.10 20/73] netrom: Fix data-races around sysctl_netrom_network_ttl_initialiser, Sasha Levin
- [PATCH 5.10 21/73] netrom: Fix a data-race around sysctl_netrom_transport_timeout, Sasha Levin
- [PATCH 5.10 22/73] netrom: Fix a data-race around sysctl_netrom_transport_maximum_tries, Sasha Levin
- [PATCH 5.10 23/73] netrom: Fix a data-race around sysctl_netrom_transport_acknowledge_delay, Sasha Levin
- [PATCH 5.10 24/73] netrom: Fix a data-race around sysctl_netrom_transport_busy_delay, Sasha Levin
- [PATCH 5.10 25/73] netrom: Fix a data-race around sysctl_netrom_transport_requested_window_size, Sasha Levin
- [PATCH 5.10 26/73] netrom: Fix a data-race around sysctl_netrom_transport_no_activity_timeout, Sasha Levin
- [PATCH 5.10 27/73] netrom: Fix a data-race around sysctl_netrom_routing_control, Sasha Levin
- [PATCH 5.10 28/73] netrom: Fix a data-race around sysctl_netrom_link_fails_count, Sasha Levin
- [PATCH 5.10 29/73] netrom: Fix data-races around sysctl_net_busy_read, Sasha Levin
- [PATCH 5.10 30/73] selftests/mm: switch to bash from sh, Sasha Levin
- [PATCH 5.10 31/73] selftests: mm: fix map_hugetlb failure on 64K page size systems, Sasha Levin
- [PATCH 5.10 32/73] um: allow not setting extra rpaths in the linux binary, Sasha Levin
- [PATCH 5.10 33/73] xhci: remove extra loop in interrupt context, Sasha Levin
- [PATCH 5.10 34/73] xhci: prevent double-fetch of transfer and transfer event TRBs, Sasha Levin
- [PATCH 5.10 35/73] xhci: process isoc TD properly when there was a transaction error mid TD., Sasha Levin
- [PATCH 5.10 36/73] xhci: handle isoc Babble and Buffer Overrun events properly, Sasha Levin
- [PATCH 5.10 37/73] serial: max310x: Use devm_clk_get_optional() to get the input clock, Sasha Levin
- [PATCH 5.10 38/73] serial: max310x: Try to get crystal clock rate from property, Sasha Levin
- [PATCH 5.10 39/73] serial: max310x: fail probe if clock crystal is unstable, Sasha Levin
- [PATCH 5.10 40/73] serial: max310x: Make use of device properties, Sasha Levin
- [PATCH 5.10 41/73] serial: max310x: use regmap methods for SPI batch operations, Sasha Levin
- [PATCH 5.10 42/73] serial: max310x: use a separate regmap for each port, Sasha Levin
- [PATCH 5.10 43/73] serial: max310x: prevent infinite while() loop in port startup, Sasha Levin
- [PATCH 5.10 44/73] net: Change sock_getsockopt() to take the sk ptr instead of the sock ptr, Sasha Levin
- [PATCH 5.10 45/73] bpf: net: Change sk_getsockopt() to take the sockptr_t argument, Sasha Levin
- [PATCH 5.10 46/73] lsm: make security_socket_getpeersec_stream() sockptr_t safe, Sasha Levin
- [PATCH 5.10 47/73] lsm: fix default return value of the socket_getpeersec_*() hooks, Sasha Levin
- [PATCH 5.10 48/73] ext4: make ext4_es_insert_extent() return void, Sasha Levin
- [PATCH 5.10 49/73] ext4: refactor ext4_da_map_blocks(), Sasha Levin
- [PATCH 5.10 50/73] ext4: convert to exclusive lock while inserting delalloc extents, Sasha Levin
- [PATCH 5.10 51/73] Drivers: hv: vmbus: Add vmbus_requestor data structure for VMBus hardening, Sasha Levin
- [PATCH 5.10 52/73] hv_netvsc: Use vmbus_requestor to generate transaction IDs for VMBus hardening, Sasha Levin
- [PATCH 5.10 53/73] hv_netvsc: Wait for completion on request SWITCH_DATA_PATH, Sasha Levin
- [PATCH 5.10 54/73] hv_netvsc: Process NETDEV_GOING_DOWN on VF hot remove, Sasha Levin
- [PATCH 5.10 55/73] hv_netvsc: Make netvsc/VF binding check both MAC and serial number, Sasha Levin
- [PATCH 5.10 56/73] hv_netvsc: use netif_is_bond_master() instead of open code, Sasha Levin
- [PATCH 5.10 57/73] hv_netvsc: Register VF in netvsc_probe if NET_DEVICE_REGISTER missed, Sasha Levin
- [PATCH 5.10 59/73] mm: hugetlb pages should not be reserved by shmat() if SHM_NORESERVE, Sasha Levin
- [PATCH 5.10 60/73] getrusage: add the "signal_struct *sig" local variable, Sasha Levin
- [PATCH 5.10 61/73] getrusage: move thread_group_cputime_adjusted() outside of lock_task_sighand(), Sasha Levin
- [PATCH 5.10 62/73] getrusage: use __for_each_thread(), Sasha Levin
- [PATCH 5.10 63/73] getrusage: use sig->stats_lock rather than lock_task_sighand(), Sasha Levin
- [PATCH 5.10 64/73] exit: Fix typo in comment: s/sub-theads/sub-threads, Sasha Levin
- [PATCH 5.10 65/73] exit: wait_task_zombie: kill the no longer necessary spin_lock_irq(siglock), Sasha Levin
- [PATCH 5.10 66/73] serial: max310x: Unprepare and disable clock in error path, Sasha Levin
- [PATCH 5.10 67/73] Drivers: hv: vmbus: Drop error message when 'No request id available', Sasha Levin
- [PATCH 5.10 68/73] regmap: allow to define reg_update_bits for no bus configuration, Sasha Levin
- [PATCH 5.10 69/73] regmap: Add bulk read/write callbacks into regmap_config, Sasha Levin
- [PATCH 5.10 70/73] serial: max310x: make accessing revision id interface-agnostic, Sasha Levin
- [PATCH 5.10 71/73] serial: max310x: implement I2C support, Sasha Levin
- [PATCH 5.10 72/73] serial: max310x: fix IO data corruption in batched operations, Sasha Levin
- [PATCH 5.10 73/73] Linux 5.10.213-rc1, Sasha Levin
- [PATCH 5.10 58/73] mm/hugetlb: change hugetlb_reserve_pages() to type bool, Sasha Levin
- Re: [PATCH 5.10 00/73] 5.10.213-rc1 review, Pavel Machek
- Re: [PATCH 5.10 00/73] 5.10.213-rc1 review, Dominique Martinet
- Re: [PATCH 5.10 00/73] 5.10.213-rc1 review, Naresh Kamboju
- Re: [PATCH 5.10 00/73] 5.10.213-rc1 review, Florian Fainelli
- Re: [PATCH 5.10 00/73] 5.10.213-rc1 review, Salvatore Bonaccorso
- Re: [PATCH 5.10 00/73] 5.10.213-rc1 review, Shreeya Patel
- Re: [PATCH 5.10 00/73] 5.10.213-rc1 review, Pavel Machek
- btrfs fix missing in 5.10-stable was Re: [PATCH 5.10 00/73] 5.10.213-rc1 review, Pavel Machek
- Re: [PATCH 5.10 00/73] 5.10.213-rc1 review, Daniel Díaz
- [PATCH 1/2] drm/msm/dp: fix runtime PM leak on disconnect,
Johan Hovold
- [PATCH 2/2] drm/msm/dp: fix runtime PM leak on connect failure,
Johan Hovold
- [PATCH 5.15 00/76] 5.15.152-rc1 review,
Sasha Levin
- [PATCH 5.15 01/76] mmc: mmci: stm32: use a buffer for unaligned DMA requests, Sasha Levin
- [PATCH 5.15 02/76] mmc: mmci: stm32: fix DMA API overlapping mappings warning, Sasha Levin
- [PATCH 5.15 03/76] net: lan78xx: fix runtime PM count underflow on link stop, Sasha Levin
- [PATCH 5.15 04/76] ixgbe: {dis, en}able irqs in ixgbe_txrx_ring_{dis, en}able, Sasha Levin
- [PATCH 5.15 05/76] i40e: disable NAPI right after disabling irqs when handling xsk_pool, Sasha Levin
- [PATCH 5.15 06/76] tracing/net_sched: Fix tracepoints that save qdisc_dev() as a string, Sasha Levin
- [PATCH 5.15 07/76] geneve: make sure to pull inner header in geneve_rx(), Sasha Levin
- [PATCH 5.15 08/76] net: sparx5: Fix use after free inside sparx5_del_mact_entry, Sasha Levin
- [PATCH 5.15 09/76] net: ice: Fix potential NULL pointer dereference in ice_bridge_setlink(), Sasha Levin
- [PATCH 5.15 10/76] net/ipv6: avoid possible UAF in ip6_route_mpath_notify(), Sasha Levin
- [PATCH 5.15 11/76] cpumap: Zero-initialise xdp_rxq_info struct before running XDP program, Sasha Levin
- [PATCH 5.15 12/76] net/rds: fix WARNING in rds_conn_connect_if_down, Sasha Levin
- [PATCH 5.15 13/76] netfilter: nft_ct: fix l3num expectations with inet pseudo family, Sasha Levin
- [PATCH 5.15 14/76] netfilter: nf_conntrack_h323: Add protection for bmp length out of range, Sasha Levin
- [PATCH 5.15 15/76] erofs: apply proper VMA alignment for memory mapped files on THP, Sasha Levin
- [PATCH 5.15 16/76] netrom: Fix a data-race around sysctl_netrom_default_path_quality, Sasha Levin
- [PATCH 5.15 17/76] netrom: Fix a data-race around sysctl_netrom_obsolescence_count_initialiser, Sasha Levin
- [PATCH 5.15 18/76] netrom: Fix data-races around sysctl_netrom_network_ttl_initialiser, Sasha Levin
- [PATCH 5.15 19/76] netrom: Fix a data-race around sysctl_netrom_transport_timeout, Sasha Levin
- [PATCH 5.15 20/76] netrom: Fix a data-race around sysctl_netrom_transport_maximum_tries, Sasha Levin
- [PATCH 5.15 21/76] netrom: Fix a data-race around sysctl_netrom_transport_acknowledge_delay, Sasha Levin
- [PATCH 5.15 22/76] netrom: Fix a data-race around sysctl_netrom_transport_busy_delay, Sasha Levin
- [PATCH 5.15 23/76] netrom: Fix a data-race around sysctl_netrom_transport_requested_window_size, Sasha Levin
- [PATCH 5.15 24/76] netrom: Fix a data-race around sysctl_netrom_transport_no_activity_timeout, Sasha Levin
- [PATCH 5.15 25/76] netrom: Fix a data-race around sysctl_netrom_routing_control, Sasha Levin
- [PATCH 5.15 26/76] netrom: Fix a data-race around sysctl_netrom_link_fails_count, Sasha Levin
- [PATCH 5.15 27/76] netrom: Fix data-races around sysctl_net_busy_read, Sasha Levin
- [PATCH 5.15 28/76] ALSA: usb-audio: Refcount multiple accesses on the single clock, Sasha Levin
- [PATCH 5.15 29/76] ALSA: usb-audio: Clear fixed clock rate at closing EP, Sasha Levin
- [PATCH 5.15 30/76] ALSA: usb-audio: Split endpoint setups for hw_params and prepare (take#2), Sasha Levin
- [PATCH 5.15 31/76] ALSA: usb-audio: Properly refcounting clock rate, Sasha Levin
- [PATCH 5.15 32/76] ALSA: usb-audio: Apply mutex around snd_usb_endpoint_set_params(), Sasha Levin
- [PATCH 5.15 33/76] ALSA: usb-audio: Correct the return code from snd_usb_endpoint_set_params(), Sasha Levin
- [PATCH 5.15 34/76] ALSA: usb-audio: Avoid superfluous endpoint setup, Sasha Levin
- [PATCH 5.15 35/76] ALSA: usb-audio: Add quirk for Tascam Model 12, Sasha Levin
- [PATCH 5.15 36/76] ALSA: usb-audio: Add new quirk FIXED_RATE for JBL Quantum810 Wireless, Sasha Levin
- [PATCH 5.15 37/76] ALSA: usb-audio: Fix microphone sound on Nexigo webcam., Sasha Levin
- [PATCH 5.15 38/76] ALSA: usb-audio: add quirk for RODE NT-USB+, Sasha Levin
- [PATCH 5.15 39/76] drm/amd/display: Fix uninitialized variable usage in core_link_ 'read_dpcd() & write_dpcd()' functions, Sasha Levin
- [PATCH 5.15 40/76] nfp: flower: add goto_chain_index for ct entry, Sasha Levin
- [PATCH 5.15 41/76] nfp: flower: add hardware offload check for post ct entry, Sasha Levin
- [PATCH 5.15 42/76] selftests/mm: switch to bash from sh, Sasha Levin
- [PATCH 5.15 43/76] selftests: mm: fix map_hugetlb failure on 64K page size systems, Sasha Levin
- [PATCH 5.15 44/76] modpost: Include '.text.*' in TEXT_SECTIONS, Sasha Levin
- [PATCH 5.15 45/76] modpost: Add '.ltext' and '.ltext.*' to TEXT_SECTIONS, Sasha Levin
- [PATCH 5.15 46/76] xhci: process isoc TD properly when there was a transaction error mid TD., Sasha Levin
- [PATCH 5.15 47/76] xhci: handle isoc Babble and Buffer Overrun events properly, Sasha Levin
- [PATCH 5.15 48/76] serial: max310x: use regmap methods for SPI batch operations, Sasha Levin
- [PATCH 5.15 49/76] serial: max310x: use a separate regmap for each port, Sasha Levin
- [PATCH 5.15 50/76] serial: max310x: prevent infinite while() loop in port startup, Sasha Levin
- [PATCH 5.15 51/76] drm/amd/pm: do not expose the API used internally only in kv_dpm.c, Sasha Levin
- [PATCH 5.15 52/76] drm/amdgpu: Reset IH OVERFLOW_CLEAR bit, Sasha Levin
- [PATCH 5.15 53/76] selftests: mptcp: decrease BW in simult flows, Sasha Levin
- [PATCH 5.15 54/76] hv_netvsc: use netif_is_bond_master() instead of open code, Sasha Levin
- [PATCH 5.15 55/76] hv_netvsc: Register VF in netvsc_probe if NET_DEVICE_REGISTER missed, Sasha Levin
- [PATCH 5.15 56/76] drm/amd/display: Re-arrange FPU code structure for dcn2x, Sasha Levin
- [PATCH 5.15 57/76] drm/amd/display: move calcs folder into DML, Sasha Levin
- [PATCH 5.15 58/76] drm/amd/display: remove DML Makefile duplicate lines, Sasha Levin
- [PATCH 5.15 60/76] getrusage: add the "signal_struct *sig" local variable, Sasha Levin
- [PATCH 5.15 59/76] drm/amd/display: Increase frame-larger-than for all display_mode_vba files, Sasha Levin
- [PATCH 5.15 61/76] getrusage: move thread_group_cputime_adjusted() outside of lock_task_sighand(), Sasha Levin
- [PATCH 5.15 62/76] getrusage: use __for_each_thread(), Sasha Levin
- [PATCH 5.15 63/76] getrusage: use sig->stats_lock rather than lock_task_sighand(), Sasha Levin
- [PATCH 5.15 64/76] proc: Use task_is_running() for wchan in /proc/$pid/stat, Sasha Levin
- [PATCH 5.15 65/76] fs/proc: do_task_stat: move thread_group_cputime_adjusted() outside of lock_task_sighand(), Sasha Levin
- [PATCH 5.15 66/76] exit: Fix typo in comment: s/sub-theads/sub-threads, Sasha Levin
- [PATCH 5.15 67/76] exit: wait_task_zombie: kill the no longer necessary spin_lock_irq(siglock), Sasha Levin
- [PATCH 5.15 68/76] ALSA: usb-audio: Fix wrong kfree issue in snd_usb_endpoint_free_all, Sasha Levin
- [PATCH 5.15 69/76] ALSA: usb-audio: Always initialize fixed_rate in snd_usb_find_implicit_fb_sync_format(), Sasha Levin
- [PATCH 5.15 70/76] ALSA: usb-audio: Add FIXED_RATE quirk for JBL Quantum610 Wireless, Sasha Levin
- [PATCH 5.15 71/76] ALSA: usb-audio: Sort quirk table entries, Sasha Levin
- [PATCH 5.15 72/76] regmap: allow to define reg_update_bits for no bus configuration, Sasha Levin
- [PATCH 5.15 73/76] regmap: Add bulk read/write callbacks into regmap_config, Sasha Levin
- [PATCH 5.15 74/76] serial: max310x: make accessing revision id interface-agnostic, Sasha Levin
- [PATCH 5.15 75/76] serial: max310x: fix IO data corruption in batched operations, Sasha Levin
- [PATCH 5.15 76/76] Linux 5.15.152-rc1, Sasha Levin
- Re: [PATCH 5.15 00/76] 5.15.152-rc1 review, Daniel Díaz
- Re: [PATCH 5.15 00/76] 5.15.152-rc1 review, Harshit Mogalapalli
- Re: [PATCH 5.15 00/76] 5.15.152-rc1 review, Florian Fainelli
- Re: [PATCH 5.15 00/76] 5.15.152-rc1 review, SeongJae Park
- Re: [PATCH 5.15 00/76] 5.15.152-rc1 review, Shreeya Patel
- <Possible follow-ups>
- re: [PATCH 5.15 00/76] 5.15.152-rc1 review, Richard Narron
- [PATCH 6.1 00/71] 6.1.82-rc1 review,
Sasha Levin
- [PATCH 6.1 01/71] ceph: switch to corrected encoding of max_xattr_size in mdsmap, Sasha Levin
- [PATCH 6.1 02/71] net: lan78xx: fix runtime PM count underflow on link stop, Sasha Levin
- [PATCH 6.1 03/71] ixgbe: {dis, en}able irqs in ixgbe_txrx_ring_{dis, en}able, Sasha Levin
- [PATCH 6.1 04/71] i40e: disable NAPI right after disabling irqs when handling xsk_pool, Sasha Levin
- [PATCH 6.1 05/71] ice: reorder disabling IRQ and NAPI in ice_qp_dis, Sasha Levin
- [PATCH 6.1 06/71] tracing/net_sched: Fix tracepoints that save qdisc_dev() as a string, Sasha Levin
- [PATCH 6.1 07/71] geneve: make sure to pull inner header in geneve_rx(), Sasha Levin
- [PATCH 6.1 08/71] net: sparx5: Fix use after free inside sparx5_del_mact_entry, Sasha Levin
- [PATCH 6.1 09/71] ice: virtchnl: stop pretending to support RSS over AQ or registers, Sasha Levin
- [PATCH 6.1 10/71] net: ice: Fix potential NULL pointer dereference in ice_bridge_setlink(), Sasha Levin
- [PATCH 6.1 11/71] igc: avoid returning frame twice in XDP_REDIRECT, Sasha Levin
- [PATCH 6.1 12/71] net/ipv6: avoid possible UAF in ip6_route_mpath_notify(), Sasha Levin
- [PATCH 6.1 13/71] cpumap: Zero-initialise xdp_rxq_info struct before running XDP program, Sasha Levin
- [PATCH 6.1 14/71] net: dsa: microchip: fix register write order in ksz8_ind_write8(), Sasha Levin
- [PATCH 6.1 15/71] net/rds: fix WARNING in rds_conn_connect_if_down, Sasha Levin
- [PATCH 6.1 16/71] netfilter: nft_ct: fix l3num expectations with inet pseudo family, Sasha Levin
- [PATCH 6.1 17/71] netfilter: nf_conntrack_h323: Add protection for bmp length out of range, Sasha Levin
- [PATCH 6.1 18/71] erofs: apply proper VMA alignment for memory mapped files on THP, Sasha Levin
- [PATCH 6.1 19/71] netrom: Fix a data-race around sysctl_netrom_default_path_quality, Sasha Levin
- [PATCH 6.1 20/71] netrom: Fix a data-race around sysctl_netrom_obsolescence_count_initialiser, Sasha Levin
- [PATCH 6.1 21/71] netrom: Fix data-races around sysctl_netrom_network_ttl_initialiser, Sasha Levin
- [PATCH 6.1 22/71] netrom: Fix a data-race around sysctl_netrom_transport_timeout, Sasha Levin
- [PATCH 6.1 23/71] netrom: Fix a data-race around sysctl_netrom_transport_maximum_tries, Sasha Levin
- [PATCH 6.1 24/71] netrom: Fix a data-race around sysctl_netrom_transport_acknowledge_delay, Sasha Levin
- [PATCH 6.1 25/71] netrom: Fix a data-race around sysctl_netrom_transport_busy_delay, Sasha Levin
- [PATCH 6.1 26/71] netrom: Fix a data-race around sysctl_netrom_transport_requested_window_size, Sasha Levin
- [PATCH 6.1 27/71] netrom: Fix a data-race around sysctl_netrom_transport_no_activity_timeout, Sasha Levin
- [PATCH 6.1 28/71] netrom: Fix a data-race around sysctl_netrom_routing_control, Sasha Levin
- [PATCH 6.1 29/71] netrom: Fix a data-race around sysctl_netrom_link_fails_count, Sasha Levin
- [PATCH 6.1 30/71] netrom: Fix data-races around sysctl_net_busy_read, Sasha Levin
- [PATCH 6.1 31/71] KVM: s390: add stat counter for shadow gmap events, Sasha Levin
- [PATCH 6.1 32/71] KVM: s390: vsie: fix race during shadow creation, Sasha Levin
- [PATCH 6.1 33/71] ASoC: codecs: wcd938x: fix headphones volume controls, Sasha Levin
- [PATCH 6.1 34/71] drm/amd/display: Fix uninitialized variable usage in core_link_ 'read_dpcd() & write_dpcd()' functions, Sasha Levin
- [PATCH 6.1 35/71] nfp: flower: add goto_chain_index for ct entry, Sasha Levin
- [PATCH 6.1 36/71] nfp: flower: add hardware offload check for post ct entry, Sasha Levin
- [PATCH 6.1 37/71] readahead: avoid multiple marked readahead pages, Sasha Levin
- [PATCH 6.1 38/71] selftests/mm: switch to bash from sh, Sasha Levin
- [PATCH 6.1 39/71] selftests: mm: fix map_hugetlb failure on 64K page size systems, Sasha Levin
- [PATCH 6.1 40/71] xhci: process isoc TD properly when there was a transaction error mid TD., Sasha Levin
- [PATCH 6.1 41/71] xhci: handle isoc Babble and Buffer Overrun events properly, Sasha Levin
- [PATCH 6.1 42/71] drm/amdgpu: Reset IH OVERFLOW_CLEAR bit, Sasha Levin
- [PATCH 6.1 43/71] x86/mmio: Disable KVM mitigation when X86_FEATURE_CLEAR_CPU_BUF is set, Sasha Levin
- [PATCH 6.1 44/71] Documentation/hw-vuln: Add documentation for RFDS, Sasha Levin
- [PATCH 6.1 45/71] x86/rfds: Mitigate Register File Data Sampling (RFDS), Sasha Levin
- [PATCH 6.1 46/71] KVM/x86: Export RFDS_NO and RFDS_CLEAR to guests, Sasha Levin
- [PATCH 6.1 47/71] selftests: mptcp: decrease BW in simult flows, Sasha Levin
- [PATCH 6.1 48/71] blk-iocost: disable writeback throttling, Sasha Levin
- [PATCH 6.1 49/71] elevator: remove redundant code in elv_unregister_queue(), Sasha Levin
- [PATCH 6.1 50/71] blk-wbt: remove unnecessary check in wbt_enable_default(), Sasha Levin
- [PATCH 6.1 51/71] elevator: add new field flags in struct elevator_queue, Sasha Levin
- [PATCH 6.1 52/71] blk-wbt: don't enable throttling if default elevator is bfq, Sasha Levin
- [PATCH 6.1 53/71] blk-wbt: pass a gendisk to wbt_{enable,disable}_default, Sasha Levin
- [PATCH 6.1 54/71] blk-wbt: pass a gendisk to wbt_init, Sasha Levin
- [PATCH 6.1 55/71] blk-rq-qos: move rq_qos_add and rq_qos_del out of line, Sasha Levin
- [PATCH 6.1 56/71] blk-rq-qos: make rq_qos_add and rq_qos_del more useful, Sasha Levin
- [PATCH 6.1 57/71] blk-rq-qos: constify rq_qos_ops, Sasha Levin
- [PATCH 6.1 58/71] blk-rq-qos: store a gendisk instead of request_queue in struct rq_qos, Sasha Levin
- [PATCH 6.1 59/71] blk-wbt: Fix detection of dirty-throttled tasks, Sasha Levin
- [PATCH 6.1 60/71] drm/amd/display: Wrong colorimetry workaround, Sasha Levin
- [PATCH 6.1 61/71] drm/amd/display: Fix MST Null Ptr for RV, Sasha Levin
- [PATCH 6.1 62/71] getrusage: add the "signal_struct *sig" local variable, Sasha Levin
- [PATCH 6.1 63/71] getrusage: move thread_group_cputime_adjusted() outside of lock_task_sighand(), Sasha Levin
- [PATCH 6.1 64/71] getrusage: use __for_each_thread(), Sasha Levin
- [PATCH 6.1 65/71] getrusage: use sig->stats_lock rather than lock_task_sighand(), Sasha Levin
- [PATCH 6.1 66/71] fs/proc: do_task_stat: use __for_each_thread(), Sasha Levin
- [PATCH 6.1 67/71] fs/proc: do_task_stat: use sig->stats_lock to gather the threads/children stats, Sasha Levin
- [PATCH 6.1 68/71] exit: wait_task_zombie: kill the no longer necessary spin_lock_irq(siglock), Sasha Levin
- [PATCH 6.1 69/71] blk-wbt: fix that wbt can't be disabled by default, Sasha Levin
- [PATCH 6.1 70/71] blk-iocost: Pass gendisk to ioc_refresh_params, Sasha Levin
- [PATCH 6.1 71/71] Linux 6.1.82-rc1, Sasha Levin
- Re: [PATCH 6.1 00/71] 6.1.82-rc1 review, Pavel Machek
- Re: [PATCH 6.1 00/71] 6.1.82-rc1 review, Mateusz Jończyk
- Re: [PATCH 6.1 00/71] 6.1.82-rc1 review, Naresh Kamboju
- Re: [PATCH 6.1 00/71] 6.1.82-rc1 review, Florian Fainelli
- Re: [PATCH 6.1 00/71] 6.1.82-rc1 review, Shreeya Patel
- Re: [PATCH 6.1 00/71] 6.1.82-rc1 review, Mark Brown
- [PATCH 6.6 00/60] 6.6.22-rc1 review,
Sasha Levin
- [PATCH 6.6 02/60] dmaengine: fsl-edma: utilize common dt-binding header file, Sasha Levin
- [PATCH 6.6 01/60] dt-bindings: dma: fsl-edma: Add fsl-edma.h to prevent hardcoding in dts, Sasha Levin
- [PATCH 6.6 03/60] dmaengine: fsl-edma: correct max_segment_size setting, Sasha Levin
- [PATCH 6.6 04/60] ceph: switch to corrected encoding of max_xattr_size in mdsmap, Sasha Levin
- [PATCH 6.6 05/60] mm: migrate: remove PageTransHuge check in numamigrate_isolate_page(), Sasha Levin
- [PATCH 6.6 06/60] mm: migrate: remove THP mapcount check in numamigrate_isolate_page(), Sasha Levin
- [PATCH 6.6 07/60] mm: migrate: convert numamigrate_isolate_page() to numamigrate_isolate_folio(), Sasha Levin
- [PATCH 6.6 08/60] mm/vmscan: fix a bug calling wakeup_kswapd() with a wrong zone index, Sasha Levin
- [PATCH 6.6 09/60] xfrm: Pass UDP encapsulation in TX packet offload, Sasha Levin
- [PATCH 6.6 10/60] net: lan78xx: fix runtime PM count underflow on link stop, Sasha Levin
- [PATCH 6.6 11/60] ixgbe: {dis, en}able irqs in ixgbe_txrx_ring_{dis, en}able, Sasha Levin
- [PATCH 6.6 12/60] i40e: disable NAPI right after disabling irqs when handling xsk_pool, Sasha Levin
- [PATCH 6.6 13/60] ice: reorder disabling IRQ and NAPI in ice_qp_dis, Sasha Levin
- [PATCH 6.6 14/60] Revert "net/mlx5: Block entering switchdev mode with ns inconsistency", Sasha Levin
- [PATCH 6.6 15/60] Revert "net/mlx5e: Check the number of elements before walk TC rhashtable", Sasha Levin
- [PATCH 6.6 16/60] net/mlx5: E-switch, Change flow rule destination checking, Sasha Levin
- [PATCH 6.6 17/60] net/mlx5: Check capability for fw_reset, Sasha Levin
- [PATCH 6.6 18/60] net/mlx5e: Change the warning when ignore_flow_level is not supported, Sasha Levin
- [PATCH 6.6 19/60] net/mlx5e: Fix MACsec state loss upon state update in offload path, Sasha Levin
- [PATCH 6.6 20/60] net/mlx5e: Use a memory barrier to enforce PTP WQ xmit submission tracking occurs after populating the metadata_map, Sasha Levin
- [PATCH 6.6 21/60] net/mlx5e: Switch to using _bh variant of of spinlock API in port timestamping NAPI poll context, Sasha Levin
- [PATCH 6.6 22/60] tracing/net_sched: Fix tracepoints that save qdisc_dev() as a string, Sasha Levin
- [PATCH 6.6 23/60] geneve: make sure to pull inner header in geneve_rx(), Sasha Levin
- [PATCH 6.6 24/60] net: sparx5: Fix use after free inside sparx5_del_mact_entry, Sasha Levin
- [PATCH 6.6 25/60] ice: virtchnl: stop pretending to support RSS over AQ or registers, Sasha Levin
- [PATCH 6.6 26/60] net: ice: Fix potential NULL pointer dereference in ice_bridge_setlink(), Sasha Levin
- [PATCH 6.6 27/60] igc: avoid returning frame twice in XDP_REDIRECT, Sasha Levin
- [PATCH 6.6 28/60] net/ipv6: avoid possible UAF in ip6_route_mpath_notify(), Sasha Levin
- [PATCH 6.6 29/60] bpf: check bpf_func_state->callback_depth when pruning states, Sasha Levin
- [PATCH 6.6 30/60] xdp, bonding: Fix feature flags when there are no slave devs anymore, Sasha Levin
- [PATCH 6.6 31/60] selftests/bpf: Fix up xdp bonding test wrt feature flags, Sasha Levin
- [PATCH 6.6 32/60] cpumap: Zero-initialise xdp_rxq_info struct before running XDP program, Sasha Levin
- [PATCH 6.6 33/60] net: dsa: microchip: fix register write order in ksz8_ind_write8(), Sasha Levin
- [PATCH 6.6 34/60] net/rds: fix WARNING in rds_conn_connect_if_down, Sasha Levin
- [PATCH 6.6 35/60] netfilter: nft_ct: fix l3num expectations with inet pseudo family, Sasha Levin
- [PATCH 6.6 36/60] netfilter: nf_conntrack_h323: Add protection for bmp length out of range, Sasha Levin
- [PATCH 6.6 37/60] erofs: apply proper VMA alignment for memory mapped files on THP, Sasha Levin
- [PATCH 6.6 38/60] netrom: Fix a data-race around sysctl_netrom_default_path_quality, Sasha Levin
- [PATCH 6.6 39/60] netrom: Fix a data-race around sysctl_netrom_obsolescence_count_initialiser, Sasha Levin
- [PATCH 6.6 40/60] netrom: Fix data-races around sysctl_netrom_network_ttl_initialiser, Sasha Levin
- [PATCH 6.6 41/60] netrom: Fix a data-race around sysctl_netrom_transport_timeout, Sasha Levin
- [PATCH 6.6 42/60] netrom: Fix a data-race around sysctl_netrom_transport_maximum_tries, Sasha Levin
- [PATCH 6.6 43/60] netrom: Fix a data-race around sysctl_netrom_transport_acknowledge_delay, Sasha Levin
- [PATCH 6.6 44/60] netrom: Fix a data-race around sysctl_netrom_transport_busy_delay, Sasha Levin
- [PATCH 6.6 45/60] netrom: Fix a data-race around sysctl_netrom_transport_requested_window_size, Sasha Levin
- [PATCH 6.6 46/60] netrom: Fix a data-race around sysctl_netrom_transport_no_activity_timeout, Sasha Levin
- [PATCH 6.6 47/60] netrom: Fix a data-race around sysctl_netrom_routing_control, Sasha Levin
- [PATCH 6.6 48/60] netrom: Fix a data-race around sysctl_netrom_link_fails_count, Sasha Levin
- [PATCH 6.6 49/60] netrom: Fix data-races around sysctl_net_busy_read, Sasha Levin
- [PATCH 6.6 50/60] net: pds_core: Fix possible double free in error handling path, Sasha Levin
- [PATCH 6.6 51/60] KVM: s390: add stat counter for shadow gmap events, Sasha Levin
- [PATCH 6.6 52/60] KVM: s390: vsie: fix race during shadow creation, Sasha Levin
- [PATCH 6.6 53/60] readahead: avoid multiple marked readahead pages, Sasha Levin
- [PATCH 6.6 54/60] selftests: mptcp: decrease BW in simult flows, Sasha Levin
- [PATCH 6.6 55/60] exit: wait_task_zombie: kill the no longer necessary spin_lock_irq(siglock), Sasha Levin
- [PATCH 6.6 56/60] x86/mmio: Disable KVM mitigation when X86_FEATURE_CLEAR_CPU_BUF is set, Sasha Levin
- [PATCH 6.6 57/60] Documentation/hw-vuln: Add documentation for RFDS, Sasha Levin
- [PATCH 6.6 58/60] x86/rfds: Mitigate Register File Data Sampling (RFDS), Sasha Levin
- [PATCH 6.6 59/60] KVM/x86: Export RFDS_NO and RFDS_CLEAR to guests, Sasha Levin
- [PATCH 6.6 60/60] Linux 6.6.22-rc1, Sasha Levin
- Re: [PATCH 6.6 00/60] 6.6.22-rc1 review, Bagas Sanjaya
- Re: [PATCH 6.6 00/60] 6.6.22-rc1 review, Naresh Kamboju
- Re: [PATCH 6.6 00/60] 6.6.22-rc1 review, Takeshi Ogasawara
- Re: [PATCH 6.6 00/60] 6.6.22-rc1 review, Florian Fainelli
- Re: [PATCH 6.6 00/60] 6.6.22-rc1 review, Mark Brown
- Re: [PATCH 6.6 00/60] 6.6.22-rc1 review, Harshit Mogalapalli
- [PATCH 6.7 00/61] 6.7.10-rc1 review,
Sasha Levin
- [PATCH 6.7 01/61] x86/mmio: Disable KVM mitigation when X86_FEATURE_CLEAR_CPU_BUF is set, Sasha Levin
- [PATCH 6.7 02/61] Documentation/hw-vuln: Add documentation for RFDS, Sasha Levin
- [PATCH 6.7 03/61] x86/rfds: Mitigate Register File Data Sampling (RFDS), Sasha Levin
- [PATCH 6.7 04/61] KVM/x86: Export RFDS_NO and RFDS_CLEAR to guests, Sasha Levin
- [PATCH 6.7 05/61] dt-bindings: dma: fsl-edma: Add fsl-edma.h to prevent hardcoding in dts, Sasha Levin
- [PATCH 6.7 06/61] dmaengine: fsl-edma: utilize common dt-binding header file, Sasha Levin
- [PATCH 6.7 07/61] dmaengine: fsl-edma: correct max_segment_size setting, Sasha Levin
- [PATCH 6.7 08/61] xfrm: Clear low order bits of ->flowi4_tos in decode_session4()., Sasha Levin
- [PATCH 6.7 09/61] xfrm: Pass UDP encapsulation in TX packet offload, Sasha Levin
- [PATCH 6.7 10/61] net: lan78xx: fix runtime PM count underflow on link stop, Sasha Levin
- [PATCH 6.7 11/61] ixgbe: {dis, en}able irqs in ixgbe_txrx_ring_{dis, en}able, Sasha Levin
- [PATCH 6.7 12/61] i40e: disable NAPI right after disabling irqs when handling xsk_pool, Sasha Levin
- [PATCH 6.7 13/61] ice: reorder disabling IRQ and NAPI in ice_qp_dis, Sasha Levin
- [PATCH 6.7 14/61] ice: replace ice_vf_recreate_vsi() with ice_vf_reconfig_vsi(), Sasha Levin
- [PATCH 6.7 15/61] ice: reconfig host after changing MSI-X on VF, Sasha Levin
- [PATCH 6.7 16/61] Revert "net/mlx5: Block entering switchdev mode with ns inconsistency", Sasha Levin
- [PATCH 6.7 17/61] Revert "net/mlx5e: Check the number of elements before walk TC rhashtable", Sasha Levin
- [PATCH 6.7 18/61] net/mlx5: E-switch, Change flow rule destination checking, Sasha Levin
- [PATCH 6.7 19/61] net/mlx5: Fix fw reporter diagnose output, Sasha Levin
- [PATCH 6.7 20/61] net/mlx5: Check capability for fw_reset, Sasha Levin
- [PATCH 6.7 21/61] net/mlx5e: Change the warning when ignore_flow_level is not supported, Sasha Levin
- [PATCH 6.7 22/61] net/mlx5e: Fix MACsec state loss upon state update in offload path, Sasha Levin
- [PATCH 6.7 23/61] net/mlx5e: Use a memory barrier to enforce PTP WQ xmit submission tracking occurs after populating the metadata_map, Sasha Levin
- [PATCH 6.7 24/61] net/mlx5e: Switch to using _bh variant of of spinlock API in port timestamping NAPI poll context, Sasha Levin
- [PATCH 6.7 25/61] tracing/net_sched: Fix tracepoints that save qdisc_dev() as a string, Sasha Levin
- [PATCH 6.7 26/61] geneve: make sure to pull inner header in geneve_rx(), Sasha Levin
- [PATCH 6.7 27/61] net: sparx5: Fix use after free inside sparx5_del_mact_entry, Sasha Levin
- [PATCH 6.7 28/61] idpf: disable local BH when scheduling napi for marker packets, Sasha Levin
- [PATCH 6.7 29/61] ice: virtchnl: stop pretending to support RSS over AQ or registers, Sasha Levin
- [PATCH 6.7 30/61] net: ice: Fix potential NULL pointer dereference in ice_bridge_setlink(), Sasha Levin
- [PATCH 6.7 31/61] ice: fix uninitialized dplls mutex usage, Sasha Levin
- [PATCH 6.7 32/61] igc: avoid returning frame twice in XDP_REDIRECT, Sasha Levin
- [PATCH 6.7 33/61] net/ipv6: avoid possible UAF in ip6_route_mpath_notify(), Sasha Levin
- [PATCH 6.7 34/61] bpf: check bpf_func_state->callback_depth when pruning states, Sasha Levin
- [PATCH 6.7 35/61] xdp, bonding: Fix feature flags when there are no slave devs anymore, Sasha Levin
- [PATCH 6.7 36/61] selftests/bpf: Fix up xdp bonding test wrt feature flags, Sasha Levin
- [PATCH 6.7 37/61] cpumap: Zero-initialise xdp_rxq_info struct before running XDP program, Sasha Levin
- [PATCH 6.7 38/61] net: dsa: microchip: fix register write order in ksz8_ind_write8(), Sasha Levin
- [PATCH 6.7 39/61] net/rds: fix WARNING in rds_conn_connect_if_down, Sasha Levin
- [PATCH 6.7 40/61] netfilter: nft_ct: fix l3num expectations with inet pseudo family, Sasha Levin
- [PATCH 6.7 41/61] netfilter: nf_conntrack_h323: Add protection for bmp length out of range, Sasha Levin
- [PATCH 6.7 42/61] erofs: apply proper VMA alignment for memory mapped files on THP, Sasha Levin
- [PATCH 6.7 43/61] netrom: Fix a data-race around sysctl_netrom_default_path_quality, Sasha Levin
- [PATCH 6.7 45/61] netrom: Fix data-races around sysctl_netrom_network_ttl_initialiser, Sasha Levin
- [PATCH 6.7 44/61] netrom: Fix a data-race around sysctl_netrom_obsolescence_count_initialiser, Sasha Levin
- [PATCH 6.7 46/61] netrom: Fix a data-race around sysctl_netrom_transport_timeout, Sasha Levin
- [PATCH 6.7 47/61] netrom: Fix a data-race around sysctl_netrom_transport_maximum_tries, Sasha Levin
- [PATCH 6.7 48/61] netrom: Fix a data-race around sysctl_netrom_transport_acknowledge_delay, Sasha Levin
- [PATCH 6.7 49/61] netrom: Fix a data-race around sysctl_netrom_transport_busy_delay, Sasha Levin
- [PATCH 6.7 50/61] netrom: Fix a data-race around sysctl_netrom_transport_requested_window_size, Sasha Levin
- [PATCH 6.7 51/61] netrom: Fix a data-race around sysctl_netrom_transport_no_activity_timeout, Sasha Levin
- [PATCH 6.7 52/61] netrom: Fix a data-race around sysctl_netrom_routing_control, Sasha Levin
- [PATCH 6.7 53/61] netrom: Fix a data-race around sysctl_netrom_link_fails_count, Sasha Levin
- [PATCH 6.7 54/61] netrom: Fix data-races around sysctl_net_busy_read, Sasha Levin
- [PATCH 6.7 55/61] net: pds_core: Fix possible double free in error handling path, Sasha Levin
- [PATCH 6.7 56/61] readahead: avoid multiple marked readahead pages, Sasha Levin
- [PATCH 6.7 57/61] selftests: mptcp: decrease BW in simult flows, Sasha Levin
- [PATCH 6.7 58/61] exit: wait_task_zombie: kill the no longer necessary spin_lock_irq(siglock), Sasha Levin
- [PATCH 6.7 59/61] ARM: 9328/1: mm: try VMA lock-based page fault handling first, Sasha Levin
- [PATCH 6.7 60/61] arch/arm/mm: fix major fault accounting when retrying under per-VMA lock, Sasha Levin
- [PATCH 6.7 61/61] Linux 6.7.10-rc1, Sasha Levin
- Re: [PATCH 6.7 00/61] 6.7.10-rc1 review, Bagas Sanjaya
- Re: [PATCH 6.7 00/61] 6.7.10-rc1 review, Naresh Kamboju
- Re: [PATCH 6.7 00/61] 6.7.10-rc1 review, Florian Fainelli
- Re: [PATCH 6.7 00/61] 6.7.10-rc1 review, Florian Fainelli
- Re: [PATCH 6.7 00/61] 6.7.10-rc1 review, Shreeya Patel
- Re: [PATCH 6.7 00/61] 6.7.10-rc1 review, Mark Brown
- [PATCH 6.8 0/5] 6.8.1-rc1 review,
Sasha Levin
- [PATCH 1/2] mmc core block.c: initialize mmc_blk_ioc_data,
mikko . rapeli
- [PATCH] drm/i915: Do not match JSL in ehl_combo_pll_div_frac_wa_needed(),
Jonathon Hall
- [PATCH] block: Fix page refcounts for unaligned buffers in __bio_release_pages(),
Tony Battersby
- [PATCH] input: ioc3kbd: add device table, Karel Balej
- [PATCH] scsi: core: Fix unremoved procfs host directory regression,
Guilherme G. Piccoli
- [PATCH 5.15 0/5] Support static calls with LLVM-built kernels,
Thadeu Lima de Souza Cascardo
- [PATCH 1/2] cifs: reduce warning log level for server not advertising interfaces,
nspmangalore
- [PATCH] PCI: fix link retrain status in pcie_wait_for_link_delay(),
Simon Guinot
- [PATCH 2/2] f2fs: truncate page cache before clearing flags when aborting atomic file, Sunmin Jeong
- [PATCH 1/2] f2fs: mark inode dirty for FI_ATOMIC_COMMITTED flag,
Sunmin Jeong
[PATCH] usb: dwc2: gadget: LPM flow fix, Minas Harutyunyan
[PATCH] usb: dwc2: gadget: Fix exiting from clock gating, Minas Harutyunyan
[PATCH] usb: dwc2: host: Fix remote wakeup from hibernation, Minas Harutyunyan
[PATCH] usb: dwc2: host: Fix hibernation flow, Minas Harutyunyan
[PATCH 0/7] usb: typec: ucsi: fix several issues manifesting on Qualcomm platforms,
Dmitry Baryshkov
[PATCH 5.10.y v2 00/11] Delay VERW + RFDS 5.10.y backport,
Pawan Gupta
- [PATCH 5.10.y v2 01/11] x86/asm: Add _ASM_RIP() macro for x86-64 (%rip) suffix, Pawan Gupta
- [PATCH 5.10.y v2 02/11] x86/bugs: Add asm helpers for executing VERW, Pawan Gupta
- [PATCH 5.10.y v2 03/11] x86/entry_64: Add VERW just before userspace transition, Pawan Gupta
- [PATCH 5.10.y v2 04/11] x86/entry_32: Add VERW just before userspace transition, Pawan Gupta
- [PATCH 5.10.y v2 05/11] x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static key, Pawan Gupta
- [PATCH 5.10.y v2 06/11] KVM/VMX: Use BT+JNC, i.e. EFLAGS.CF to select VMRESUME vs. VMLAUNCH, Pawan Gupta
- [PATCH 5.10.y v2 07/11] KVM/VMX: Move VERW closer to VMentry for MDS mitigation, Pawan Gupta
- [PATCH 5.10.y v2 08/11] x86/mmio: Disable KVM mitigation when X86_FEATURE_CLEAR_CPU_BUF is set, Pawan Gupta
- [PATCH 5.10.y v2 09/11] Documentation/hw-vuln: Add documentation for RFDS, Pawan Gupta
- [PATCH 5.10.y v2 10/11] x86/rfds: Mitigate Register File Data Sampling (RFDS), Pawan Gupta
- [PATCH 5.10.y v2 11/11] KVM/x86: Export RFDS_NO and RFDS_CLEAR to guests, Pawan Gupta
- Re: [PATCH 5.10.y v2 00/11] Delay VERW + RFDS 5.10.y backport, Greg KH
[for-linus][PATCH 5/5] tracing/ring-buffer: Fix wait_on_pipe() race, Steven Rostedt
[for-linus][PATCH 4/5] ring-buffer: Use wait_event_interruptible() in ring_buffer_wait(), Steven Rostedt
[for-linus][PATCH 2/5] ring-buffer: Fix full_waiters_pending in poll, Steven Rostedt
[for-linus][PATCH 1/5] ring-buffer: Do not set shortest_full when full target is hit, Steven Rostedt
[PATCH v4] i2c: acpi: Unbind mux adapters before delete,
Hamish Martin
[PATCH] i2c: acpi: Unbind mux adapters before delete, Hamish Martin
[PATCH 5.15.y v2 00/11] Delay VERW + RFDS 5.15.y backport,
Pawan Gupta
- [PATCH 5.15.y v2 01/11] x86/asm: Add _ASM_RIP() macro for x86-64 (%rip) suffix, Pawan Gupta
- [PATCH 5.15.y v2 03/11] x86/entry_64: Add VERW just before userspace transition, Pawan Gupta
- [PATCH 5.15.y v2 02/11] x86/bugs: Add asm helpers for executing VERW, Pawan Gupta
- [PATCH 5.15.y v2 04/11] x86/entry_32: Add VERW just before userspace transition, Pawan Gupta
- [PATCH 5.15.y v2 05/11] x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static key, Pawan Gupta
- [PATCH 5.15.y v2 06/11] KVM/VMX: Use BT+JNC, i.e. EFLAGS.CF to select VMRESUME vs. VMLAUNCH, Pawan Gupta
- [PATCH 5.15.y v2 07/11] KVM/VMX: Move VERW closer to VMentry for MDS mitigation, Pawan Gupta
- [PATCH 5.15.y v2 08/11] x86/mmio: Disable KVM mitigation when X86_FEATURE_CLEAR_CPU_BUF is set, Pawan Gupta
- [PATCH 5.15.y v2 09/11] Documentation/hw-vuln: Add documentation for RFDS, Pawan Gupta
- [PATCH 5.15.y v2 10/11] x86/rfds: Mitigate Register File Data Sampling (RFDS), Pawan Gupta
- [PATCH 5.15.y v2 11/11] KVM/x86: Export RFDS_NO and RFDS_CLEAR to guests, Pawan Gupta
- Re: [PATCH 5.15.y v2 00/11] Delay VERW + RFDS 5.15.y backport, Greg KH
[PATCH 1/4] ARM: dts: samsung: smdkv310: fix keypad no-autorepeat,
Krzysztof Kozlowski
[PATCH 0/4] RFDS backport 6.1.y,
Pawan Gupta
[PATCH 0/4] RFDS backport 6.6.y,
Pawan Gupta
[PATCH 0/4] RFDS backport 6.7.y,
Pawan Gupta
[PATCH 0/4] RFDS backport 6.8.y,
Pawan Gupta
[PATCH 1/2] dlm: fix user space lkb refcounting,
Alexander Aring
[PATCH] drm/amd/display: Program VSC SDP colorimetry for all DP sinks >= 1.4, Harry Wentland
[PATCH 01/43] drm/fbdev-generic: Do not set physical framebuffer address,
Thomas Zimmermann
+ memtest-use-readwrite_once-in-memory-scanning.patch added to mm-unstable branch, Andrew Morton
[PATCH v4.14, v4.19, v5.4, v5.10, v5.15] igb: free up irq resources in device shutdown path.,
Imran Khan
[PATCH 5.10/5.15] io_uring: fix registered files leak,
Fedor Pchelkin
Re: [PATCH 1/2] driver core: Clear FWNODE_FLAG_NOT_DEVICE when a device is added, Herve Codina
[PATCH v2 1/2] ring-buffer: Fix full_waiters_pending in poll,
Steven Rostedt
[PATCH v4 2/2] tracing/ring-buffer: Fix wait_on_pipe() race, Steven Rostedt
[PATCH v4 1/2] ring-buffer: Use wait_event_interruptible() in ring_buffer_wait(), Steven Rostedt
[PATCH v3 2/2] tracing/ring-buffer: Fix wait_on_pipe() race, Steven Rostedt
[PATCH v3 1/2] ring-buffer: Use wait_event_interruptible() in ring_buffer_wait(), Steven Rostedt
Re: Regression with Lenovo ThinkPad Compact USB Keyboard,
Raphaël Halimi
[PATCH 1/2] ring-buffer: Fix full_waiters_pending in poll, Steven Rostedt
Re: [PATCH v3 0/3] arm64: dts: hi3798cv200: fix GICR size, add cache info, maintenance irq and GICH, GICV spaces,
Yang Xiwen
- Re: [PATCH v3 0/3] arm64: dts: hi3798cv200: fix GICR size, add cache info, maintenance irq and GICH, GICV spaces, Wei Xu
- Re: [PATCH v3 0/3] arm64: dts: hi3798cv200: fix GICR size, add cache info, maintenance irq and GICH, GICV spaces, Krzysztof Kozlowski
- <Possible follow-ups>
- Re: [PATCH v3 0/3] arm64: dts: hi3798cv200: fix GICR size, add cache info, maintenance irq and GICH, GICV spaces, Krzysztof Kozlowski
[PATCH 2/2] tracing: Remove unnecessary var destroy in onmax_destroy(),
George Guo
[PATCH 1/2] tracing: Remove unnecessary hist_data destroy in destroy_synth_var_refs(),
George Guo
[PATCH] vmwgfx: Create debugfs ttm_resource_manager entry only if needed,
Jocelyn Falempe
[PATCH 33/43] drm/amd/display: Prevent crash on bring-up, Wayne Lin
[PATCH 41/43] drm/amd/display: fix a bug to dereference already freed old current state memory, Wayne Lin
[PATCH 27/43] drm/amd/display: Revert Remove pixle rate limit for subvp, Wayne Lin
[PATCH 20/43] drm/amd/display: Revert "Set the power_down_on_boot function pointer to null", Wayne Lin
[PATCH 17/43] drm/amd/display: Revert Add left edge pixel + ODM pipe split, Wayne Lin
[PATCH 15/43] drm/amd/display: revert Exit idle optimizations before HDCP execution, Wayne Lin
[PATCH 13/43] drm/amd/display: Fix noise issue on HDMI AV mute, Wayne Lin
Re: [PATCH] usb: typec: ucsi: Fix race between typec_switch and role_switch, Heikki Krogerus
Re: [PATCH v3] usb: typec: altmodes/displayport: create sysfs nodes as driver's default device attribute group, Heikki Krogerus
Re: [PATCH v2] usb: typec: tpcm: Fix PORT_RESET behavior for self powered devices, Heikki Krogerus
[PATCH] memtest: use {READ,WRITE}_ONCE in memory scanning,
Qiang Zhang
Re: [PATCH v4] soc: qcom: mdt_loader: Add Upperbounds check for program header access,
Auditya Bhattaram
[PATCH] USB: serial: option: add support for Fibocom FM650/FG650,
Chuanhong Guo
[char-misc-next] mei: me: disable RPL-S on SPS and IGN firmwares, Tomas Winkler
[PATCH] riscv: Fix spurious errors from __get/put_kernel_nofault,
Samuel Holland
[PATCH] Bluetooth: Add device 0bda:4853 to blacklist/quirk table, WangYuli
Re: [PATCH v2 1/7] x86/asm: Add _ASM_RIP() macro for x86-64 (%rip) suffix,
Pawan Gupta
[PATCH v5.10 0/2] v5.10 backports for CVE-2023-52447,
Robert Kolchmeyer
[PATCH] net/mlx5: offset comp irq index in name by one,
Michael Liang
Re: [PATCH AUTOSEL 5.15 5/9] x86/mm: Disallow vsyscall page read for copy_from_kernel_nofault(), Guilherme G. Piccoli
[PATCH v5.15 0/2] v5.15 backports for CVE-2023-52447,
Robert Kolchmeyer
Re: [PATCH AUTOSEL 4.19 1/4] x86/mm: Move is_vsyscall_vaddr() into asm/vsyscall.h,
Pavel Machek
Re: [PATCH AUTOSEL 6.1 12/12] arm64: dts: Fix dtc interrupt_provider warnings,
Pavel Machek
Re: [PATCH AUTOSEL 6.1 10/12] enic: Avoid false positive under FORTIFY_SOURCE,
Pavel Machek
Re: [PATCH AUTOSEL 5.10 1/7] btrfs: add and use helper to check if block group is used,
Pavel Machek
Re: [PATCH for 5.10-stable] x86/paravirt: Fix build due to __text_gen_insn() backport, Omar Sandoval
[PATCH AUTOSEL 4.19 1/5] ASoC: Intel: bytcr_rt5640: Add an extra entry for the Chuwi Vi8 tablet,
Sasha Levin
[Index of Archives]
[Linux Kernel]
[Kernel Development Newbies]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Yosemite Forum]