summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-04-06mm/hugetlb: fix uffd wr-protection for CoW optimization pathPeter Xu1-2/+12
2023-04-06mm: enable maple tree RCU mode by defaultLiam R. Howlett3-2/+7
2023-04-06maple_tree: add RCU lock checking to rcu callback functionsLiam R. Howlett1-92/+96
2023-04-06maple_tree: add smp_rmb() to dead node detectionLiam R. Howlett1-2/+6
2023-04-06maple_tree: fix write memory barrier of nodes once dead for RCU modeLiam R. Howlett2-2/+21
2023-04-06maple_tree: remove extra smp_wmb() from mas_dead_leaves()Liam Howlett1-1/+0
2023-04-06maple_tree: fix freeing of nodes in rcu modeLiam Howlett1-11/+62
2023-04-06maple_tree: detect dead nodes in mas_start()Liam Howlett1-0/+4
2023-04-06maple_tree: be more cautious about dead nodesLiam Howlett1-9/+43
2023-04-06Merge tag 'wireless-2023-04-05' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski13-110/+97
2023-04-06Merge tag 'linux-can-fixes-for-6.3-20230405' of git://git.kernel.org/pub/scm/...Jakub Kicinski2-27/+52
2023-04-06Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski1-3/+20
2023-04-05Merge tag 'drm-misc-fixes-2023-04-05' of git://anongit.freedesktop.org/drm/dr...Daniel Vetter5-29/+56
2023-04-05ACPI: video: Add acpi_backlight=video quirk for Lenovo ThinkPad W530Hans de Goede1-0/+14
2023-04-05ACPI: video: Add acpi_backlight=video quirk for Apple iMac14,1 and iMac14,2Hans de Goede1-0/+23
2023-04-05ACPI: video: Make acpi_backlight=video work independent from GPU driverHans de Goede1-2/+13
2023-04-05ACPI: video: Add auto_detect arg to __acpi_video_get_backlight_type()Hans de Goede2-15/+21
2023-04-05usb: cdnsp: Fixes error: uninitialized symbol 'len'Pawel Laszczak1-2/+1
2023-04-05cifs: sanitize paths in cifs_update_super_prepath.Thiago Rafael Becker3-7/+11
2023-04-05usb: gadgetfs: Fix ep_read_iter to handle ITER_UBUFSandeep Dhavale1-1/+1
2023-04-05usb: gadget: f_fs: Fix ffs_epfile_read_iter to handle ITER_UBUFSandeep Dhavale1-1/+1
2023-04-05usb: typec: altmodes/displayport: Fix configure initial pin assignmentRD Babiera1-1/+5
2023-04-05usb: dwc3: pci: add support for the Intel Meteor Lake-SHeikki Krogerus1-0/+4
2023-04-05arm64: compat: Work around uninitialized variable warningArd Biesheuvel1-18/+14
2023-04-05Merge tag 'trace-v6.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds6-24/+63
2023-04-05nvme: fix discard support without oncsKeith Busch1-3/+3
2023-04-05tracing: Free error logs of tracing instancesSteven Rostedt (Google)1-0/+1
2023-04-05x86/cpu: Add model number for Intel Arrow Lake processorTony Luck1-0/+2
2023-04-05can: isotp: fix race between isotp_sendsmg() and isotp_release()Oliver Hartkopp1-24/+31
2023-04-05Merge tag 'drm-intel-fixes-2023-04-05' of git://anongit.freedesktop.org/drm/d...Daniel Vetter6-14/+25
2023-04-05can: isotp: isotp_ops: fix poll() to not report false EPOLLOUT eventsMichal Sojka1-1/+16
2023-04-05can: isotp: isotp_recvmsg(): use sock_recv_cmsgs() to get SOCK_RXQ_OVFL infosOliver Hartkopp1-1/+1
2023-04-05can: j1939: j1939_tp_tx_dat_new(): fix out-of-bounds memory accessOleksij Rempel1-1/+4
2023-04-05perf/core: Fix the same task check in perf_event_set_outputKan Liang1-1/+1
2023-04-05perf: Optimize perf_pmu_migrate_context()Peter Zijlstra1-5/+7
2023-04-05accel/ivpu: Fix S3 system suspend when not idleJacek Lawrynowicz1-15/+11
2023-04-05accel/ivpu: Add dma fence to command buffers onlyKarol Wachowski1-11/+7
2023-04-05tracing: Fix ftrace_boot_snapshot command line logicSteven Rostedt (Google)1-6/+7
2023-04-05tracing: Have tracing_snapshot_instance_cond() write errors to the appropriat...Steven Rostedt (Google)1-7/+7
2023-04-05gve: Secure enough bytes in the first TX desc for all TCP pktsShailend Chand2-7/+7
2023-04-05netlink: annotate lockless accesses to nlk->max_recvmsg_lenEric Dumazet1-6/+9
2023-04-05ethtool: reset #lanes when lanes is omittedAndy Roulin1-3/+4
2023-04-05Merge branch 'raw-ping-fix-locking-in-proc-net-raw-icmp'Jakub Kicinski5-35/+33
2023-04-05ping: Fix potentail NULL deref for /proc/net/icmp.Kuniyuki Iwashima1-4/+4
2023-04-05raw: Fix NULL deref in raw_get_next().Kuniyuki Iwashima4-31/+29
2023-04-05Merge branch 'for-6.3/cxl-doe-fixes' into for-6.3/cxlDan Williams483-4267/+4547
2023-04-05cxl/hdm: Extend DVSEC range register emulation for region enumerationDan Williams1-5/+22
2023-04-05cxl/hdm: Limit emulation to the number of range registersDan Williams1-36/+46
2023-04-05cxl/region: Move coherence tracking into cxl_region_attach()Dan Williams1-2/+1
2023-04-05cxl/region: Fix region setup/teardown for RCDsDan Williams1-1/+27