index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
2021-12-18
bpf: Convert PTR_TO_MEM_OR_NULL to composable types.
Hao Luo
2021-12-18
bpf: Introduce MEM_RDONLY flag
Hao Luo
2021-12-18
bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULL
Hao Luo
2021-12-18
bpf: Replace RET_XXX_OR_NULL with RET_XXX | PTR_MAYBE_NULL
Hao Luo
2021-12-18
bpf: Replace ARG_XXX_OR_NULL with ARG_XXX | PTR_MAYBE_NULL
Hao Luo
2021-12-18
Merge branch 'locking/urgent' into locking/core
Thomas Gleixner
2021-12-18
locking/rtmutex: Fix incorrect condition in rtmutex_spin_on_owner()
Zqiang
2021-12-17
timekeeping: Really make sure wall_to_monotonic isn't positive
Yu Liao
2021-12-16
Only output backtracking information in log level 2
Christy Lee
2021-12-16
bpf: Right align verifier states in verifier logs.
Christy Lee
2021-12-16
bpf: Only print scratched registers and stack slots to verifier logs.
Christy Lee
2021-12-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-12-16
Merge tag 'audit-pr-20211216' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-12-16
Merge tag 'net-5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2021-12-16
add missing bpf-cgroup.h includes
Jakub Kicinski
2021-12-16
genirq/msi: Convert storage to xarray
Thomas Gleixner
2021-12-16
genirq/msi: Simplify sysfs handling
Thomas Gleixner
2021-12-16
genirq/msi: Mop up old interfaces
Thomas Gleixner
2021-12-16
genirq/msi: Convert to new functions
Thomas Gleixner
2021-12-16
genirq/msi: Make interrupt allocation less convoluted
Thomas Gleixner
2021-12-16
platform-msi: Simplify platform device MSI code
Thomas Gleixner
2021-12-16
genirq/msi: Provide domain flags to allocate/free MSI descriptors automatically
Thomas Gleixner
2021-12-16
genirq/msi: Provide msi_alloc_msi_desc() and a simple allocator
Thomas Gleixner
2021-12-16
genirq/msi: Provide a set of advanced MSI accessors and iterators
Thomas Gleixner
2021-12-16
genirq/msi: Provide msi_domain_alloc/free_irqs_descs_locked()
Thomas Gleixner
2021-12-16
genirq/msi: Add mutex for MSI list protection
Thomas Gleixner
2021-12-16
genirq/msi: Move descriptor list to struct msi_device_data
Thomas Gleixner
2021-12-16
genirq/msi: Provide interface to retrieve Linux interrupt number
Thomas Gleixner
2021-12-16
genirq/msi: Remove the original sysfs interfaces
Thomas Gleixner
2021-12-16
genirq/msi: Provide msi_device_populate/destroy_sysfs()
Thomas Gleixner
2021-12-16
device: Add device:: Msi_data pointer and struct msi_device_data
Thomas Gleixner
2021-12-16
genirq/msi: Use PCI device property
Thomas Gleixner
2021-12-16
bpf: Make 32->64 bounds propagation slightly more robust
Daniel Borkmann
2021-12-16
bpf: Fix signed bounds propagation after mov32
Daniel Borkmann
2021-12-15
audit: improve robustness of the audit queue handling
Paul Moore
2021-12-15
audit: ensure userspace is penalized the same as the kernel when under pressure
Paul Moore
2021-12-14
bpf: Fix kernel address leakage in atomic cmpxchg's r0 aux reg
Daniel Borkmann
2021-12-14
bpf: Fix kernel address leakage in atomic fetch
Daniel Borkmann
2021-12-14
audit: use struct_size() helper in kmalloc()
Xiu Jianfeng
2021-12-14
signal: Skip the altstack update when not needed
Chang S. Bae
2021-12-14
cgroup: return early if it is already on preloaded list
Wei Yang
2021-12-14
arm64: Enable KCSAN
Kefeng Wang
2021-12-14
exit/kthread: Fix the kerneldoc comment for kthread_complete_and_exit
Eric W. Biederman
2021-12-14
Merge branch 'irq/urgent' into irq/msi
Thomas Gleixner
2021-12-14
perf: Add a counter for number of user access events in context
Rob Herring
2021-12-13
bpf: Let bpf_warn_invalid_xdp_action() report more info
Paolo Abeni
2021-12-13
cgroup/cpuset: Don't let child cpusets restrict parent in default hierarchy
Waiman Long
2021-12-13
exit/kthread: Move the exit code for kernel threads into struct kthread
Eric W. Biederman
2021-12-13
kthread: Ensure struct kthread is present for all kthreads
Eric W. Biederman
2021-12-13
exit: Rename complete_and_exit to kthread_complete_and_exit
Eric W. Biederman
[prev]
[next]