summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2024-10-04compiler.h: specify correct attribute for .rodata..c_jump_tableTiezhu Yang
2024-10-04lsm: infrastructure management of the sock securityCasey Schaufler
2024-10-04fs_parse: add uid & gid option option parsing helpersEric Sandeen
2024-10-04soc: qcom: geni-se: add GP_LENGTH/IRQ_EN_SET/IRQ_EN_CLEAR registersDouglas Anderson
2024-10-04lsm: add the inode_free_security_rcu() LSM implementation hookPaul Moore
2024-10-04icmp: change the order of rate limitsEric Dumazet
2024-10-04usbnet: fix cyclical race on disconnect with work queueOliver Neukum
2024-10-04tcp: check skb is non-NULL in tcp_rto_delta_us()Josh Hunt
2024-10-04lib/sbitmap: define swap_lock as raw_spinlock_tMing Lei
2024-10-04f2fs: get rid of online repaire on corrupted directoryChao Yu
2024-10-04f2fs: reduce expensive checkpoint trigger frequencyChao Yu
2024-10-04bpf: Fix helper writes to read-only mapsDaniel Borkmann
2024-10-04bpf: Fail verification for sign-extension of packet data/data_end/data_metaYonghong Song
2024-10-04bpf, lsm: Add check for BPF LSM return valueXu Kuohai
2024-10-04ASoC: tas2781-i2c: Drop weird GPIO codeLinus Walleij
2024-10-04Bluetooth: hci_core: Fix sending MGMT_EV_CONNECT_FAILEDLuiz Augusto von Dentz
2024-10-04ACPI: CPPC: Fix MASK_VAL() usageClément Léger
2024-10-04ACPICA: Implement ACPI_WARNING_ONCE and ACPI_ERROR_ONCEVasily Khoruzhick
2024-10-04wifi: mac80211: don't use rate mask for offchannel TX eitherPing-Ke Shih
2024-09-30accel: Use XArray instead of IDR for minorsMichał Winiarski
2024-09-18net/mlx5: Correct TASR typo into TSARCosmin Ratiu
2024-09-18net/mlx5: Add missing masks and QoS bit masks for scheduling elementsCarolina Jubran
2024-09-18net: tighten bad gso csum offset check in virtio_net_hdrWillem de Bruijn
2024-09-12nvme: rename CDR/MORE/DNR to NVME_STATUS_*Weiwen Hu
2024-09-12nvme: fix status magic numbersWeiwen Hu
2024-09-12net/mlx5e: SHAMPO, Use KSMs instead of KLMsYoray Zack
2024-09-12drm/amdgpu: handle gfx12 in amdgpu_display_verify_sizesMarek Olšák
2024-09-12drm/amd: Add gfx12 swizzle mode defsAurabindo Pillai
2024-09-12path: add cleanup helperChristian Brauner
2024-09-12mm: zswap: rename is_zswap_enabled() to zswap_is_enabled()Yosry Ahmed
2024-09-12bpf, net: Fix a potential race in do_sock_getsockopt()Tze-nan Wu
2024-09-12Bluetooth: hci_sync: Introduce hci_cmd_sync_run/hci_cmd_sync_run_onceLuiz Augusto von Dentz
2024-09-12regulator: core: Stub devm_regulator_bulk_get_const() if !CONFIG_REGULATORDouglas Anderson
2024-09-12netfs, cifs: Fix handling of short DIO readDavid Howells
2024-09-12drm/panthor: Restrict high priorities on group_createMary Guillemard
2024-09-12net: mana: Fix error handling in mana_create_txq/rxq's NAPI cleanupSouradeep Chakrabarti
2024-09-12Revert "Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LE"Luiz Augusto von Dentz
2024-09-12x86/kaslr: Expose and use the end of the physical memory address spaceThomas Gleixner
2024-09-08i2c: Use IS_REACHABLE() for substituting empty ACPI functionsRichard Fitzgerald
2024-09-08net: tcp/dccp: prepare for tw_timer un-pinningValentin Schneider
2024-09-08net: remove NULL-pointer net parameter in ip_metrics_convertJason Xing
2024-09-08fsnotify: clear PARENT_WATCHED flags lazilyAmir Goldstein
2024-09-08pwm: xilinx: Fix u32 overflow issue in 32-bit width PWM mode.Ken Sloat
2024-09-08soc: qcom: smem: Add qcom_smem_bust_hwspin_lock_by_host()Chris Lew
2024-09-08hwspinlock: Introduce hwspin_lock_bust()Richard Maina
2024-09-08i2c: Fix conditional for substituting empty ACPI functionsRichard Fitzgerald
2024-09-08ALSA: ump: Transmit RPN/NRPN message at each MSB/LSB data receptionTakashi Iwai
2024-09-08scsi: ufs: core: Check LSDBS cap when !mcqKyoungrul Kim
2024-09-04soc: qcom: pmic_glink: Fix race during initializationBjorn Andersson
2024-09-04net: busy-poll: use ktime_get_ns() instead of local_clock()Eric Dumazet