summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-01-24tracing: Use alignof__(struct {type b;}) instead of offsetof()Steven Rostedt (Google)1-1/+1
2023-01-24usb: acpi: add helper to check port lpm capability using acpi _DSMMathias Nyman1-0/+3
2023-01-24btrfs: fix trace event name typo for FLUSH_DELAYED_REFSNaohiro Aota1-1/+1
2023-01-18dt-bindings: clocks: imx8mp: Add ID for usb suspend clockLi Jun1-1/+2
2023-01-18clk: imx8mp: add clkout1/2 supportLucas Stach1-2/+7
2023-01-18clk: imx8mp: Add DISP2 pixel clockMarek Vasut1-1/+3
2023-01-18efi: tpm: Avoid READ_ONCE() for accessing the event logArd Biesheuvel1-2/+2
2023-01-14mptcp: remove MPTCP 'ifdef' in TCP SYN cookiesMat Martineau1-2/+10
2023-01-14ext4: disable fast-commit of encrypted dir operationsEric Biggers1-2/+5
2023-01-14efi: random: combine bootloader provided RNG seed with RNG protocol outputArd Biesheuvel1-2/+0
2023-01-14netfilter: ipset: Rework long task execution when adding/deleting entriesJozsef Kadlecsik1-1/+1
2023-01-14filelock: new helper: vfs_inode_has_locksJeff Layton1-0/+6
2023-01-14SUNRPC: ensure the matching upcall is in-flight upon downcallminoura makoto1-0/+5
2023-01-14ext4: fix deadlock due to mbcache entry corruptionJan Kara1-2/+7
2023-01-14mbcache: automatically delete entries from cache on freeingJan Kara1-8/+16
2023-01-14mbcache: add functions to delete entry if unusedJan Kara1-1/+9
2023-01-14mm/highmem: Lift memcpy_[to|from]_page to coreIra Weiny1-0/+18
2023-01-14PM/devfreq: governor: Add a private governor_data for governorKant Fan1-3/+4
2023-01-14jbd2: use the correct print formatBixuan Cui1-22/+22
2023-01-14ASoC/SoundWire: dai: expand 'stream' concept beyond SoundWirePierre-Louis Bossart1-16/+16
2023-01-14nvme: fix the NVME_CMD_EFFECTS_CSE_MASK definitionChristoph Hellwig1-1/+2
2023-01-14media: dvbdev: fix build warning due to commentsLin Ma1-1/+2
2023-01-14ALSA: hda: add snd_hdac_stop_streams() helperPierre-Louis Bossart1-0/+1
2023-01-14ALSA/ASoC: hda: move/rename snd_hdac_ext_stop_streams to hdac_stream.cPierre-Louis Bossart2-1/+1
2023-01-14media: dvbdev: adopts refcnt to avoid UAFLin Ma1-14/+17
2023-01-14mrp: introduce active flags to prevent UAF when applicant uninitSchspa Shi1-0/+1
2023-01-14net: add atomic_long_t to net_device_stats fieldsEric Dumazet2-26/+37
2023-01-14video: hyperv_fb: Avoid taking busy spinlock on panic pathGuilherme G. Piccoli1-0/+2
2023-01-14net: add a helper to avoid issues with HW TX timestamping and SO_TXTIMEVladimir Oltean1-0/+9
2023-01-14net: add inline function skb_csum_is_sctpXin Long1-0/+5
2023-01-14net: switch to storing KCOV handle directly in sk_buffMarco Elver1-24/+13
2023-01-14dmaengine: idxd: Fix crc_val field for completion recordFenghua Yu1-1/+1
2023-01-14include/uapi/linux/swab: Fix potentially missing __always_inlineMatt Redfearn1-1/+1
2023-01-14iio: adis: add '__adis_enable_irq()' implementationRamona Bolboaca1-1/+12
2023-01-14iio: adis: stylistic changesNuno Sá1-23/+25
2023-01-14iio: adis: handle devices that cannot unmask the drdy pinNuno Sá1-0/+2
2023-01-14genirq: Add IRQF_NO_AUTOEN for request_irq/nmi()Barry Song1-0/+4
2023-01-14ALSA: seq: fix undefined behavior in bit shift for SNDRV_SEQ_FILTER_USE_EVENTBaisong Zhong1-4/+4
2023-01-14ALSA: pcm: fix undefined behavior in bit shift for SNDRV_PCM_RATE_KNOTBaisong Zhong1-18/+18
2023-01-14drm/fourcc: Add packed 10bit YUV 4:2:0 formatDave Stevenson1-0/+11
2023-01-14net, proc: Provide PROC_FS=n fallback for proc_create_net_single_write()David Howells1-0/+2
2023-01-14eventfd: change int to __u64 in eventfd_signal() ifndef CONFIG_EVENTFDZhang Qilong1-1/+1
2023-01-14debugfs: fix error when writing negative value to atomic_t debugfs fileAkinobu Mita1-2/+17
2023-01-14libfs: add DEFINE_SIMPLE_ATTRIBUTE_SIGNED for signed valueAkinobu Mita1-2/+10
2023-01-14timerqueue: Use rb_entry_safe() in timerqueue_getnext()Barnabás Pőcze1-1/+1
2023-01-14soc: qcom: apr: make code more reuseableSrinivas Kandagatla1-1/+11
2023-01-04eventfd: provide a eventfd_signal_mask() helperJens Axboe1-0/+7
2023-01-04eventpoll: add EPOLL_URING_WAKE poll wakeup flagJens Axboe1-0/+6
2023-01-04net: remove cmsg restriction from io_uring based send/recvmsg callsJens Axboe1-3/+0
2023-01-04signal: kill JOBCTL_TASK_WORKJens Axboe1-3/+1