summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2022-03-15Merge branch 'x86/pasid' into x86/core, to resolve conflictsIngo Molnar-8/+7
2022-03-15sched/headers: Only include <linux/entry-common.h> when CONFIG_GENERIC_ENTRY=yIngo Molnar-1/+3
2022-03-15x86: Mark __invalid_creds() __noreturnPeter Zijlstra-1/+1
2022-03-15exit: Mark do_group_exit() __noreturnPeter Zijlstra-1/+1
2022-03-15x86/ibt,kprobes: Cure sym+0 equals fentry woesPeter Zijlstra-14/+52
2022-03-15x86/livepatch: Validate __fentry__ locationPeter Zijlstra-17/+2
2022-03-15x86/ibt,ftrace: Search for __fentry__ locationPeter Zijlstra-30/+46
2022-03-15Merge tag 'v5.17-rc8' into sched/core, to pick up fixesIngo Molnar-107/+269
2022-03-15Merge branch 'sched/fast-headers' into sched/coreIngo Molnar-163/+369
2022-03-14Merge tag 'v5.17-rc8' into irq/core, to fix conflictsIngo Molnar-107/+269
2022-03-14Merge tag 'irqchip-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner-17/+29
2022-03-13cgroup: cleanup commentsTom Rix-6/+6
2022-03-11tracing/user_events: Use alloc_pages instead of kzalloc() for register pagesSteven Rostedt (Google)-6/+8
2022-03-11Merge branch 'davidh' (fixes from David Howells)Linus Torvalds-11/+11
2022-03-11watch_queue: Make comment about setting ->defunct more accurateDavid Howells-1/+1
2022-03-11watch_queue: Fix lack of barrier/sync/lock between post and readDavid Howells-1/+1
2022-03-11watch_queue: Free the alloc bitmap when the watch_queue is torn downDavid Howells-0/+1
2022-03-11watch_queue: Fix the alloc bitmap size to reflect notes allocatedDavid Howells-1/+2
2022-03-11watch_queue: Use the bitmap API when applicableChristophe JAILLET-5/+2
2022-03-11watch_queue: Fix to always request a pow-of-2 pipe ring sizeDavid Howells-1/+1
2022-03-11watch_queue: Fix to release page in ->release()David Howells-0/+1
2022-03-11watch_queue: Fix filter limit checkDavid Howells-2/+2
2022-03-11tracing: Add snapshot at end of kernel boot upSteven Rostedt (Google)-0/+20
2022-03-11tracing: Have TRACE_DEFINE_ENUM affect trace event types as wellSteven Rostedt (Google)-0/+28
2022-03-11tracing: Fix strncpy warning in trace_events_synth.cTom Zanussi-4/+1
2022-03-11user_events: Prevent dyn_event delete racing with ioctl add/deleteBeau Belgrave-6/+40
2022-03-10bpf-lsm: Make bpf_lsm_kernel_read_file() as sleepableRoberto Sassu-0/+1
2022-03-10bpf-lsm: Introduce new helper bpf_ima_file_hash()Roberto Sassu-0/+20
2022-03-10Merge tag 'trace-v5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+33
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-32/+61
2022-03-10tracehook: Remove tracehook.hEric W. Biederman-4/+3
2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman-4/+4
2022-03-10task_work: Decouple TIF_NOTIFY_SIGNAL and task_workEric W. Biederman-2/+5
2022-03-10task_work: Call tracehook_notify_signal from get_signal on all architecturesEric W. Biederman-22/+6
2022-03-10tracing: Allow custom events to be added to the tracefs directorySteven Rostedt (Google)-0/+2
2022-03-10tracing: Fix last_cmd_set() string management in histogram codeSteven Rostedt (Google)-2/+4
2022-03-10user_events: Fix potential uninitialized pointer while parsing fieldBeau Belgrave-1/+3
2022-03-10bpf: Use offsetofend() to simplify macro definitionYuntao Wang-2/+1
2022-03-10task_work: Introduce task_work_pendingEric W. Biederman-3/+3
2022-03-10task_work: Remove unnecessary include from posix_timers.hEric W. Biederman-0/+1
2022-03-10ptrace: Remove tracehook_signal_handlerEric W. Biederman-1/+2
2022-03-10ptrace: Remove arch_syscall_{enter,exit}_tracehookEric W. Biederman-2/+2
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman-0/+1
2022-03-10dma-mapping: benchmark: extract a common header file for map_benchmark defini...Tian Tao-24/+1
2022-03-09bpf: Add "live packet" mode for XDP in BPF_PROG_RUNToke Høiland-Jørgensen-1/+2
2022-03-09xfs: don't generate selinux audit messages for capability testingDarrick J. Wong-0/+1
2022-03-09ftrace: Fix some W=1 warnings in kernel doc commentsJiapeng Chong-2/+2
2022-03-09tracing/osnoise: Force quiescent states while tracingNicolas Saenz Julienne-0/+20
2022-03-09tracing/osnoise: Do not unregister events twiceDaniel Bristot de Oliveira-0/+11
2022-03-08prlimit: do not grab the tasklist_lockBarret Rhoden-14/+23