summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-07tracing: Make trace_marker{,_raw} stream-likeJohn Keeping
2021-12-06tracing: Switch to kvfree_rcu() APIUladzislau Rezki (Sony)
2021-12-06tracing: Fix synth_event_add_val() kernel-doc commentQiujun Huang
2021-12-06tracing/uprobes: Use trace_event_buffer_reserve() helperSteven Rostedt (VMware)
2021-12-06tracing/kprobes: Do not open code event reserve logicSteven Rostedt (VMware)
2021-12-06tracing: Have eprobes use filtering logic of trace eventsSteven Rostedt (VMware)
2021-12-06tracing: Disable preemption when using the filter bufferSteven Rostedt (VMware)
2021-12-06tracing: Use __this_cpu_read() in trace_event_buffer_lock_reserver()Steven Rostedt (VMware)
2021-12-06tools/perf: Add '__rel_loc' event field parsing supportMasami Hiramatsu
2021-12-06libtraceevent: Add __rel_loc relative location attribute supportMasami Hiramatsu
2021-12-06samples/trace_event: Add '__rel_loc' using sample eventMasami Hiramatsu
2021-12-06tracing: Add '__rel_loc' using trace event macrosMasami Hiramatsu
2021-12-06tracing: Support __rel_loc relative dynamic data location attributeMasami Hiramatsu
2021-12-06tracing: Fix spelling mistake "aritmethic" -> "arithmetic"Colin Ian King
2021-12-05Linux 5.16-rc4v5.16-rc4Linus Torvalds
2021-12-05Merge tag 'for-5.16/parisc-6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-12-05Merge tag 'usb-5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-12-05Merge tag 'tty-5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-12-05Merge tag 'timers_urgent_for_v5.16_rc4' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2021-12-05Merge tag 'sched_urgent_for_v5.16_rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-12-05Merge tag 'x86_urgent_for_v5.16_rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-12-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-12-05KVM: SVM: Do not terminate SEV-ES guests on GHCB validation failureTom Lendacky
2021-12-05KVM: SEV: Fall back to vmalloc for SEV-ES scratch area if necessarySean Christopherson
2021-12-05KVM: SEV: Return appropriate error codes if SEV-ES scratch setup failsSean Christopherson
2021-12-04Merge tag 'xfs-5.16-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-12-04Merge tag '5.16-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2021-12-04parisc: Mark cr16 CPU clocksource unstable on all SMP machinesHelge Deller
2021-12-04parisc: Fix "make install" on newer debian releasesHelge Deller
2021-12-04Merge tag 'block-5.16-2021-12-03' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-12-04Merge tag 'io_uring-5.16-2021-12-03' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-12-04Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2021-12-04Merge tag 'gfs2-v5.16-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-12-04sched/uclamp: Fix rq->uclamp_max not set on first enqueueQais Yousef
2021-12-04preempt/dynamic: Fix setup_preempt_mode() return valueAndrew Halaney
2021-12-03Merge tag 'vfio-v5.16-rc4' of git://github.com/awilliam/linux-vfioLinus Torvalds
2021-12-03Merge tag 'pm-5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2021-12-03Merge tag 's390-5.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2021-12-03Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2021-12-03Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-12-03Merge tag 'libata-5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-12-03cifs: avoid use of dstaddr as key for fscache client cookieShyam Prasad N
2021-12-03cifs: add server conn_id to fscache client cookieShyam Prasad N
2021-12-03cifs: wait for tcon resource_id before getting fscache superShyam Prasad N
2021-12-03cifs: fix missed refcounting of ipc tconPaulo Alcantara
2021-12-03x86/xen: Add xenpv_restore_regs_and_return_to_usermode()Lai Jiangshan
2021-12-03x86/entry: Use the correct fence macro after swapgs in kernel CR3Lai Jiangshan
2021-12-03fget: check that the fd still exists after getting a ref to itLinus Torvalds
2021-12-03x86/entry: Add a fence for kernel entry SWAPGS in paranoid_entry()Lai Jiangshan
2021-12-03Merge branch 'powercap'Rafael J. Wysocki