summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | task_work: Remove unnecessary include from posix_timers.hEric W. Biederman2022-03-101-0/+1
| * | | ptrace: Remove tracehook_signal_handlerEric W. Biederman2022-03-101-1/+2
| * | | ptrace: Remove arch_syscall_{enter,exit}_tracehookEric W. Biederman2022-03-101-2/+2
| * | | ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman2022-03-101-0/+1
* | | | Merge tag 'kgdb-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2022-03-281-1/+1
|\ \ \ \
| * | | | kdb: Fix the putarea helper functionDaniel Thompson2022-03-241-1/+1
* | | | | Merge tag 'livepatching-for-5.18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-281-2/+9
|\ \ \ \ \
| * | | | | livepatch: Don't block removal of patches that are safe to unloadChengming Zhou2022-03-171-2/+9
* | | | | | Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-281-2/+2
|\ \ \ \ \ \
| * \ \ \ \ \ Merge 5.17-rc6 into driver-core-nextGreg Kroah-Hartman2022-02-2849-438/+745
| |\ \ \ \ \ \
| * | | | | | | kernfs: move struct kernfs_root out of the public view.Greg Kroah-Hartman2022-02-231-2/+2
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-281-1/+1
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge 5.17-rc6 into char-misc-nextGreg Kroah-Hartman2022-02-2823-102/+216
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | config: android-recommended: Disable BPF_UNPRIV_DEFAULT_OFF for netdMarijn Suijten2022-02-251-0/+1
| * | | | | | | config: android-recommended: Don't explicitly disable CONFIG_AIOMarijn Suijten2022-02-251-1/+0
* | | | | | | | Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""Linus Torvalds2022-03-281-4/+8
* | | | | | | | Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-276-63/+102
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'kvm/kvm-sls-fix'Peter Zijlstra2022-03-221-0/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'x86/pasid' into x86/core, to resolve conflictsIngo Molnar2022-03-151-8/+7
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86: Mark __invalid_creds() __noreturnPeter Zijlstra2022-03-151-1/+1
| * | | | | | | | | | exit: Mark do_group_exit() __noreturnPeter Zijlstra2022-03-151-1/+1
| * | | | | | | | | | x86/ibt,kprobes: Cure sym+0 equals fentry woesPeter Zijlstra2022-03-151-14/+52
| * | | | | | | | | | x86/livepatch: Validate __fentry__ locationPeter Zijlstra2022-03-151-17/+2
| * | | | | | | | | | x86/ibt,ftrace: Search for __fentry__ locationPeter Zijlstra2022-03-153-30/+46
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'trace-v5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2022-03-261-2/+7
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | tracing: Have trace event string test handle zero length stringsSteven Rostedt (Google)2022-03-231-2/+7
* | | | | | | | | | | Revert "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""Linus Torvalds2022-03-261-15/+8
* | | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-252-7/+14
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | kasan, vmalloc: only tag normal vmalloc allocationsAndrey Konovalov2022-03-241-4/+8
| * | | | | | | | | | | kasan, vmalloc: add vmalloc tagging for HW_TAGSAndrey Konovalov2022-03-241-2/+2
| * | | | | | | | | | | kasan, arm64: reset pointer tags of vmapped stacksAndrey Konovalov2022-03-241-5/+6
| * | | | | | | | | | | kasan, fork: reset pointer tags of vmapped stacksAndrey Konovalov2022-03-241-0/+2
* | | | | | | | | | | | Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-03-252-3/+25
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'topic/func-desc-lkdtm' into nextMichael Ellerman2022-03-071-1/+23
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | lkdtm: Really write into kernel text in WRITE_KERNChristophe Leroy2022-02-161-0/+1
| | * | | | | | | | | | | | asm-generic: Refactor dereference_[kernel]_function_descriptor()Christophe Leroy2022-02-161-1/+22
| * | | | | | | | | | | | | livepatch: Fix build failure on 32 bits processorsChristophe Leroy2022-02-071-2/+2
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-03-241-1/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | scsi: block: Remove REQ_OP_WRITE_SAME supportChristoph Hellwig2022-02-221-1/+0
| | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge tag 'xfs-5.18-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-03-241-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | xfs: don't generate selinux audit messages for capability testingDarrick J. Wong2022-03-091-0/+1
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-246-100/+97
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | kernel/resource: fix kfree() of bootmem memory againMiaohe Lin2022-03-231-33/+8
| * | | | | | | | | | | | kcov: properly handle subsequent mmap callsAleksandr Nogikh2022-03-231-19/+15
| * | | | | | | | | | | | kcov: split ioctl handling into locked and unlocked partsAleksandr Nogikh2022-03-231-31/+37
| * | | | | | | | | | | | panic: move panic_print before kmsg dumpersGuilherme G. Piccoli2022-03-231-4/+9
| * | | | | | | | | | | | panic: add option to dump all CPUs backtraces in panic_printGuilherme G. Piccoli2022-03-231-0/+4
| * | | | | | | | | | | | taskstats: remove unneeded dead assignmentLukas Bulwahn2022-03-231-2/+3
| * | | | | | | | | | | | panic: unset panic_on_warn inside panic()Tiezhu Yang2022-03-231-9/+11
| * | | | | | | | | | | | cgroup: use irqsave in cgroup_rstat_flush_locked().Sebastian Andrzej Siewior2022-03-231-2/+11