summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* arch_topology: Drop LLC identifier stash from the CPU topologySudeep Holla2022-07-041-1/+0
* cacheinfo: Allow early detection and population of cache attributesSudeep Holla2022-07-041-0/+1
* cacheinfo: Add support to check if last level cache(LLC) is valid or sharedSudeep Holla2022-07-041-0/+2
* Merge tag 'mm-nonmm-stable-2022-06-05' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-06-052-1/+33
|\
| * delayacct: track delays from write-protect copyYang Yang2022-06-012-1/+33
* | bluetooth: don't use bitmaps for random flag accessesLinus Torvalds2022-06-051-10/+7
* | Merge tag 'timers-core-2022-06-05' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-06-051-11/+0
|\ \
| * | clocksource/drivers/ixp4xx: Drop boardfile probe pathLinus Walleij2022-05-181-11/+0
* | | Merge tag 'objtool-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-06-052-6/+6
|\ \ \
| * | | context_tracking: Always inline empty stubsPeter Zijlstra2022-05-271-4/+4
| * | | jump_label,noinstr: Avoid instrumentation for JUMP_LABEL=n buildsPeter Zijlstra2022-05-271-2/+2
* | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-06-056-0/+2809
|\ \ \ \
| * | | | scsi: ufs: Split the drivers/scsi/ufs directoryBart Van Assche2022-05-195-0/+2795
| * | | | scsi: nvme-fc: Add new routine nvme_fc_io_getuuid()Muneendra Kumar2022-05-191-0/+14
* | | | | Merge tag 'hte/for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-06-054-2/+298
|\ \ \ \ \
| * | | | | gpiolib: cdev: Add hardware timestamp clock typeDipen Patel2022-05-041-0/+3
| * | | | | gpiolib: Add HTE supportDipen Patel2022-05-042-2/+24
| * | | | | drivers: Add hardware timestamp engine (HTE) subsystemDipen Patel2022-05-041-0/+271
* | | | | | Merge tag 'pull-18-rc1-work.mount' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-06-042-23/+17
|\ \ \ \ \ \
| * | | | | | move mount-related externs from fs.h to mount.hAl Viro2022-05-192-11/+12
| * | | | | | linux/mount.h: trim includesAl Viro2022-05-191-12/+5
| |/ / / / /
* | | | | | Merge tag 'pull-18-rc1-work.fd' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-06-043-6/+2
|\ \ \ \ \ \
| * | | | | | Unify the primitives for file descriptor closingAl Viro2022-05-141-1/+1
| * | | | | | fs: remove fget_many and fput_many interfaceGou Hao2022-05-142-5/+1
| |/ / / / /
* | | | | | Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linuxLinus Torvalds2022-06-043-40/+60
|\ \ \ \ \ \
| * | | | | | nodemask: Fix return values to be unsignedKees Cook2022-06-031-19/+19
| * | | | | | bitmap: Fix return values to be unsignedKees Cook2022-06-031-12/+13
| * | | | | | lib: add bitmap_{from,to}_arr64Yury Norov2022-06-031-4/+19
| * | | | | | lib/bitmap: extend comment for bitmap_(from,to)_arr32()Yury Norov2022-06-031-2/+6
| * | | | | | include/linux/find: Fix documentationAnna-Maria Behnsen2022-06-031-3/+3
* | | | | | | Merge tag 'for-linus-5.19-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-06-042-6/+3
|\ \ \ \ \ \ \
| * | | | | | | xen: replace xen_remap() with memremap()Juergen Gross2022-06-011-3/+0
| * | | | | | | xen: switch gnttab_end_foreign_access() to take a struct page pointerJuergen Gross2022-05-271-3/+3
* | | | | | | | Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-06-035-18/+30
|\ \ \ \ \ \ \ \
| * | | | | | | | sched,signal,ptrace: Rework TASK_TRACED, TASK_STOPPED statePeter Zijlstra2022-05-113-9/+24
| * | | | | | | | ptrace: Don't change __stateEric W. Biederman2022-05-113-3/+6
| * | | | | | | | ptrace/xtensa: Replace PT_SINGLESTEP with TIF_SINGLESTEPEric W. Biederman2022-05-111-6/+0
| * | | | | | | | ptrace/um: Replace PT_DTRACE with TIF_SINGLESTEPEric W. Biederman2022-05-111-1/+0
| * | | | | | | | signal: Replace __group_send_sig_info with send_signal_lockedEric W. Biederman2022-05-111-1/+0
| * | | | | | | | signal: Rename send_signal send_signal_lockedEric W. Biederman2022-05-111-0/+2
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-06-031-2/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | fork: Generalize PF_IO_WORKER handlingEric W. Biederman2022-05-071-0/+2
| * | | | | | | | fork: Explicity test for idle tasks in copy_threadEric W. Biederman2022-05-071-0/+1
| * | | | | | | | fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman2022-05-071-2/+1
| * | | | | | | | kthread: Don't allocate kthread_struct for init and umhEric W. Biederman2022-05-061-0/+2
| |/ / / / / / /
* | | | | | | | Merge tag 'per-namespace-ipc-sysctls-for-v5.19' of git://git.kernel.org/pub/s...Linus Torvalds2022-06-031-4/+33
|\ \ \ \ \ \ \ \
| * | | | | | | | ipc: Store ipc sysctls in the ipc namespaceAlexey Gladkov2022-03-081-0/+21
| * | | | | | | | ipc: Store mqueue sysctls in the ipc namespaceAlexey Gladkov2022-03-081-4/+12
* | | | | | | | | Merge tag 'loongarch-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-06-036-0/+18
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | LoongArch: Add multi-processor (SMP) supportHuacai Chen2022-06-031-0/+1