summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | afs: Apply server breaks to mmap'd files in the call processorDavid Howells2024-01-011-0/+2
| * | | | | | afs: Keep a record of the current fileserver endpoint stateDavid Howells2024-01-011-15/+54
| * | | | | | afs: Dispatch vlserver probes in priority orderDavid Howells2024-01-011-0/+34
| * | | | | | afs: Dispatch fileserver probes in priority orderDavid Howells2024-01-011-0/+33
| * | | | | | afs: Fold the afs_addr_cursor struct inDavid Howells2023-12-241-4/+14
| * | | | | | afs: Add a tracepoint for struct afs_addr_listDavid Howells2023-12-241-0/+47
| * | | | | | rxrpc, afs: Allow afs to pin rxrpc_peer objectsDavid Howells2023-12-242-4/+14
| * | | | | | afs: Automatically generate trace tag enumsDavid Howells2023-12-241-206/+27
| * | | | | | afs: Remove whitespace before most ')' from the trace headerDavid Howells2023-12-241-121/+121
* | | | | | | Merge tag 'for-6.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2024-01-101-48/+30
|\ \ \ \ \ \ \
| * | | | | | | btrfs: use the flags of an extent map to identify the compression typeFilipe Manana2023-12-151-11/+10
| * | | | | | | btrfs: remove no longer used EXTENT_MAP_DELALLOC block start valueFilipe Manana2023-12-151-2/+1
| * | | | | | | btrfs: always set extent_io_tree::inode and drop fs_infoDavid Sterba2023-12-151-31/+16
| * | | | | | | btrfs: use a dedicated data structure for chunk mapsFilipe Manana2023-12-151-6/+5
* | | | | | | | Merge tag 'xfs-6.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-01-101-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | mm, pmem, xfs: Introduce MF_MEM_PRE_REMOVE for unbindShiyang Ruan2023-12-071-0/+1
* | | | | | | | | Merge tag 'fsnotify_for_v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-01-101-8/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fanotify: allow "weak" fsid when watching a single filesystemAmir Goldstein2023-12-011-0/+1
| * | | | | | | | | fanotify: store fsid in mark instead of in connectorAmir Goldstein2023-12-011-8/+5
* | | | | | | | | | Merge tag 'fs_for_v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-101-10/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | quota: convert dquot_claim_space_nodirty() to return voidChao Yu2023-12-111-10/+5
* | | | | | | | | | | Merge tag 'linux_kselftest-kunit-6.8-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2024-01-096-15/+134
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | kunit: Protect string comparisons against NULLRichard Fitzgerald2024-01-031-1/+1
| * | | | | | | | | | | kunit: Allow passing function pointer to kunit_activate_static_stub()Richard Fitzgerald2024-01-031-1/+1
| * | | | | | | | | | | kunit: Add APIs for managing devicesdavidgow@google.com2023-12-181-0/+80
| * | | | | | | | | | | kunit: add is_init test attributeRae Moar2023-12-181-0/+1
| * | | | | | | | | | | kunit: add KUNIT_INIT_TABLE to init linker sectionRae Moar2023-12-183-12/+29
| * | | | | | | | | | | kunit: move KUNIT_TABLE out of INIT_DATARae Moar2023-12-181-3/+3
| * | | | | | | | | | | kunit: Add a macro to wrap a deferred action functionDavid Gow2023-12-181-0/+21
* | | | | | | | | | | | Merge tag 'efi-next-for-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-01-091-0/+12
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | efivarfs: automatically update super block flagMasahisa Kojima2023-12-111-0/+8
| * | | | | | | | | | | | efi: Add EFI_ACCESS_DENIED status codeMasahisa Kojima2023-12-111-0/+1
| * | | | | | | | | | | | efi: expose efivar generic ops register functionMasahisa Kojima2023-12-111-0/+3
* | | | | | | | | | | | | Merge tag 'platform-drivers-x86-v6.8-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2024-01-094-14/+117
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | platform/x86: wmi: linux/wmi.h: fix Excess kernel-doc description warningRandy Dunlap2024-01-021-2/+0
| * | | | | | | | | | | | | Merge tag 'platform-drivers-x86-amd-wbrf-v6.8-1' into review-hansHans de Goede2023-12-141-0/+91
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | platform/x86/amd: Add support for AMD ACPI based Wifi band RFI mitigation fea...Ma Jun2023-12-111-0/+91
| | | |_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | platform/x86: wmi: Remove chardev interfaceArmin Wolf2023-12-111-8/+0
| * | | | | | | | | | | | | Merge tag 'platform-drivers-x86-v6.7-3' into pdx86/for-nextHans de Goede2023-12-111-0/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | platform/x86/intel/tpmi: Move TPMI ID definitionSrinivas Pandruvada2023-12-111-0/+13
| * | | | | | | | | | | | | | platform/x86/intel/tpmi: Modify external interface to get read/write stateSrinivas Pandruvada2023-12-111-3/+2
| * | | | | | | | | | | | | | clk: x86: lpss-atom: Drop unneeded 'extern' in the headerAndy Shevchenko2023-12-111-1/+1
| * | | | | | | | | | | | | | platform/x86: wmi: Add to_wmi_device() helper macroArmin Wolf2023-11-201-0/+8
| * | | | | | | | | | | | | | platform/x86: wmi: Add wmidev_block_set()Armin Wolf2023-11-201-0/+2
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge tag 'pm-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2024-01-092-17/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'pm-sleep'Rafael J. Wysocki2024-01-081-0/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | async: Introduce async_schedule_dev_nocall()Rafael J. Wysocki2024-01-031-0/+2
| | | |_|_|_|/ / / / / / / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge tag 'opp-updates-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Rafael J. Wysocki2024-01-081-17/+11
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | OPP: Move dev_pm_opp_icc_bw to internal opp.hViresh Kumar2024-01-031-12/+0
| | * | | | | | | | | | | | | OPP: The level field is always of unsigned int typeViresh Kumar2023-12-271-2/+2