summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-05tracing: Tag trace_percpu_buffer as a percpu pointerNaveen N. Rao
2022-01-05tracing: Fix check for trace_percpu_buffer validity in get_trace_buf()Naveen N. Rao
2022-01-05ftrace/samples: Add missing prototypes direct functionsJiri Olsa
2021-12-09tracing: Fix possible memory leak in __create_synth_event() error pathMiaoqian Lin
2021-12-09ftrace/samples: Add module to test multi direct modify interfaceJiri Olsa
2021-12-08ftrace: Add cleanup to unregister_ftrace_direct_multiJiri Olsa
2021-12-08ftrace: Use direct_ops hash in unregister_ftrace_directJiri Olsa
2021-12-08tracefs: Set all files to the same group ownership as the mount optionSteven Rostedt (VMware)
2021-12-08tracefs: Have new files inherit the ownership of their parentSteven Rostedt (VMware)
2021-12-05Linux 5.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
2021-12-03x86/sev: Fix SEV-ES INS/OUTS instructions for word, dword, and qwordMichael Sterritt
2021-12-03powercap: DTPM: Drop unused local variable from init_dtpm()Rafael J. Wysocki
2021-12-03io-wq: don't retry task_work creation failure on fatal conditionsJens Axboe
2021-12-03serial: 8250_bcm7271: UART errors after resuming from S2Al Cooper
2021-12-03usb: cdnsp: Fix a NULL pointer dereference in cdnsp_endpoint_init()Zhou Qingyang