summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2024-10-07sched: add wait_var_event_io()NeilBrown1-0/+31
2024-10-07sched: Add wait/wake interface for variable updated under a lock.NeilBrown1-0/+106
2024-10-07sched: Add test_and_clear_wake_up_bit() and atomic_dec_and_wake_up()NeilBrown1-0/+60
2024-10-07sched: Document wait_var_event() family of functions and wake_up_var()NeilBrown1-0/+71
2024-10-07sched: Improve documentation for wake_up_bit/wait_on_bit family of functionsNeilBrown1-73/+86
2024-10-07sched: change wake_up_bit() and related function to expect unsigned long *NeilBrown1-8/+8
2024-10-06Merge branch 'timers/vfs' into timers/coreThomas Gleixner1-0/+5
2024-10-06timekeeping: Add percpu counter for tracking floor swap eventsJeff Layton1-0/+1
2024-10-06timekeeping: Add interfaces for handling timestamps with a floor valueJeff Layton1-0/+4
2024-10-06EDAC/qcom: Make irq configuration optionalRajendra Nayak1-0/+2
2024-10-05function_graph: Support recording and printing the function return addressDonglin Peng1-2/+25
2024-10-05crypto: hisilicon/qm - fix the coding specifications issueChenghai Huang1-31/+2
2024-10-05ASN.1: Clean up include statements in public headersLukas Wunner2-1/+1
2024-10-05crypto: rsassa-pkcs1 - Migrate to sig_alg backendLukas Wunner1-0/+1
2024-10-05net: add IFLA_MAX_PACING_OFFLOAD_HORIZON device attributeEric Dumazet1-0/+4
2024-10-04Merge tag 'pm-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-5/+1
2024-10-04net/mlx5: hw counters: Remove mlx5_fc_create_exCosmin Ratiu1-3/+0
2024-10-04net/mlx5: hw counters: Make fc_stats & fc_pool privateCosmin Ratiu1-32/+1
2024-10-04Merge tag 'drm-fixes-2024-10-04' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-0/+9
2024-10-04Merge tag 'fsnotify_for_v6.12-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-7/+3
2024-10-04Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+4
2024-10-04HID: add per device quirk to force bind to hid-genericBenjamin Tissoires1-0/+2
2024-10-04HID: bpf: move HID-BPF report descriptor fixup earlierBenjamin Tissoires2-16/+13
2024-10-04usb: chipidea: add CI_HDRC_HAS_SHORT_PKT_LIMIT flagXu Yang1-0/+1
2024-10-04appletalk: Remove deadcodeDr. David Alan Gilbert1-8/+0
2024-10-04mm: Define VM_SHADOW_STACK for arm64 when we support GCSMark Brown1-1/+11
2024-10-04prctl: arch-agnostic prctl for shadow stackMark Brown1-0/+4
2024-10-04mm: Define VM_HIGH_ARCH_6Mark Brown1-0/+2
2024-10-04HID: stop exporting hid_snto32()Dmitry Torokhov1-1/+0
2024-10-04Input: serio - define serio_pause_rx guard to pause and resume serio portsDmitry Torokhov1-0/+3
2024-10-04ceph: Remove call to PagePrivate2()Matthew Wilcox (Oracle)1-1/+1
2024-10-04mm: Remove PageMappedToDiskMatthew Wilcox (Oracle)1-1/+1
2024-10-04bpf: Use KF_FASTCALL to mark kfuncs supporting fastcall contractEduard Zingerman1-0/+1
2024-10-04lib: packing: duplicate pack() and unpack() implementationsVladimir Oltean1-2/+2
2024-10-04lib: packing: add pack() and unpack() wrappers over packing()Vladimir Oltean1-0/+6
2024-10-04lib: packing: remove kernel-doc from header fileVladimir Oltean1-26/+0
2024-10-03nfs_common: fix race in NFS calls to nfsd_file_put_local() and nfsd_serv_put()Mike Snitzer1-0/+15
2024-10-03NFSv4: Prevent NULL-pointer dereference in nfs42_complete_copies()Yanjun Zhang1-0/+1
2024-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski43-664/+814
2024-10-03Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-2/+22
2024-10-03Merge tag 'vfs-6.12-rc2.fixes.2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2024-10-03prandom: Include <linux/percpu.h> in <linux/prandom.h>Uros Bizjak1-0/+1
2024-10-03random: Do not include <linux/prandom.h> in <linux/random.h>Uros Bizjak1-7/+0
2024-10-03soundwire: mipi-disco: add support for DP0/DPn 'lane-list' propertyPierre-Louis Bossart1-0/+8
2024-10-03soundwire: mipi-disco: add new properties from 2.0 specPierre-Louis Bossart1-1/+6
2024-10-03soundwire: mipi-disco: remove DPn audio-modesPierre-Louis Bossart1-34/+0
2024-10-03soundwire: optimize sdw_dpn_propPierre-Louis Bossart1-9/+9
2024-10-03soundwire: optimize sdw_dp0_propPierre-Louis Bossart1-4/+4
2024-10-03soundwire: optimize sdw_slave_propPierre-Louis Bossart1-9/+9
2024-10-03soundwire: optimize sdw_bus structurePierre-Louis Bossart1-37/+40