summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-08-29tools/testing/selftests/mm/run_vmtests.sh: lower the ptrace permissionsItaru Kitayama1-0/+1
2024-08-29mm: fix endless reclaim on machines with unaccepted memoryKirill A. Shutemov1-22/+20
2024-08-29dm suspend: return -ERESTARTSYS instead of -EINTRMikulas Patocka1-2/+2
2024-08-29riscv: entry: always initialize regs->a0 to -ENOSYSCeleste Liu1-2/+1
2024-08-29i2c: stm32f7: Add atomic_xfer method to driverSean Nyekjaer1-4/+47
2024-08-29jfs: define xtree root and page independentlyDave Kleikamp6-23/+32
2024-08-29gtp: pull network headers in gtp_dev_xmit()Eric Dumazet1-0/+3
2024-08-29nvme: fix namespace removal listKeith Busch1-4/+5
2024-08-29EDAC/skx_common: Allow decoding of SGX addressesQiuxu Zhuo1-1/+1
2024-08-29ionic: check cmd_regs before copying in or outShannon Nelson4-1/+24
2024-08-29ionic: use pci_is_enabled not open codeShannon Nelson1-1/+1
2024-08-29hrtimer: Prevent queuing of hrtimer without a function callbackPhil Chang1-0/+2
2024-08-29drm/amdgpu: fix dereference null return value for the function amdgpu_vm_pt_p...Jesse Zhang1-1/+5
2024-08-29nvme: use srcu for iterating namespace listKeith Busch4-56/+83
2024-08-29Revert "bpf, sockmap: Prevent lock inversion deadlock in map delete elem"Jakub Sitnicki1-6/+0
2024-08-29selftests/bpf: Fix a few tests for GCC related warnings.Cupertino Miranda4-29/+37
2024-08-29nvmet-rdma: fix possible bad dereference when freeing rspsSagi Grimberg1-12/+4
2024-08-29ext4: set the type of max_zeroout to unsigned int to avoid overflowBaokun Li1-1/+2
2024-08-29irqchip/gic-v3-its: Remove BUG_ON in its_vpe_irq_domain_allocGuanrui Huang1-2/+0
2024-08-29usb: dwc3: core: Skip setting event buffers for host only controllersKrishna Kurapati1-0/+13
2024-08-29platform/x86: lg-laptop: fix %s null argument warningGergo Koteles1-1/+1
2024-08-29clocksource: Make watchdog and suspend-timing multiplication overflow safeAdrian Hunter1-22/+20
2024-08-29irqchip/renesas-rzg2l: Do not set TIEN and TINT source at the same timeBiju Das1-3/+2
2024-08-29s390/iucv: fix receive buffer virtual vs physical address confusionAlexander Gordeev1-2/+1
2024-08-29openrisc: Call setup_memory() earlier in the init sequenceOreoluwa Babatunde1-3/+3
2024-08-29NFS: avoid infinite loop in pnfs_update_layout.NeilBrown1-0/+8
2024-08-29nvmet-tcp: do not continue for invalid icreqHannes Reinecke1-0/+1
2024-08-29net: hns3: add checking for vf id of mailboxJian Shen1-3/+4
2024-08-29rtc: nct3018y: fix possible NULL dereferenceAlexandre Belloni1-3/+3
2024-08-29firmware: cirrus: cs_dsp: Initialize debugfs_root to invalidRichard Fitzgerald1-1/+6
2024-08-29Bluetooth: bnep: Fix out-of-bound accessLuiz Augusto von Dentz1-1/+2
2024-08-29nvme: clear caller pointer on identify failureKeith Busch1-1/+4
2024-08-29usb: gadget: fsl: Increase size of name buffer for endpointsUwe Kleine-König1-1/+1
2024-08-29f2fs: fix to do sanity check in update_sit_entryZhiguo Niu1-2/+3
2024-08-29btrfs: delete pointless BUG_ON check on quota root in btrfs_qgroup_account_ex...David Sterba1-2/+0
2024-08-29btrfs: change BUG_ON to assertion in tree_move_down()David Sterba1-1/+1
2024-08-29btrfs: send: handle unexpected inode in header process_recorded_refs()David Sterba1-1/+7
2024-08-29btrfs: send: handle unexpected data in header buffer in begin_cmd()David Sterba1-1/+6
2024-08-29btrfs: handle invalid root reference found in may_destroy_subvol()David Sterba1-1/+8
2024-08-29btrfs: push errors up from add_async_extent()David Sterba1-5/+8
2024-08-29btrfs: tests: allocate dummy fs_info and root in test_find_delalloc()David Sterba1-4/+24
2024-08-29btrfs: change BUG_ON to assertion when checking for delayed_node rootDavid Sterba1-1/+1
2024-08-29btrfs: defrag: change BUG_ON to assertion in btrfs_defrag_leaves()David Sterba1-1/+1
2024-08-29btrfs: delayed-inode: drop pointless BUG_ON in __btrfs_remove_delayed_item()David Sterba1-2/+0
2024-08-29powerpc/boot: Only free if realloc() succeedsMichael Ellerman1-2/+3
2024-08-29powerpc/boot: Handle allocation failure in simple_realloc()Li zeming1-1/+3
2024-08-29f2fs: stop checkpoint when get a out-of-bounds segmentZhiguo Niu2-1/+12
2024-08-29rxrpc: Don't pick values out of the wire header when setting up securityDavid Howells1-4/+4
2024-08-29parisc: Use irq_enter_rcu() to fix warning at kernel/context_tracking.c:367Helge Deller1-2/+2
2024-08-29memory: stm32-fmc2-ebi: check regmap_read return valueChristophe Kerello1-34/+88