index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-41
/
+75
2021-12-16
Merge tag 'audit-pr-20211216' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit
Linus Torvalds
1
-11
/
+10
2021-12-16
Merge tag 'net-5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-17
/
+36
2021-12-16
add missing bpf-cgroup.h includes
Jakub Kicinski
6
-0
/
+6
2021-12-16
genirq/msi: Convert storage to xarray
Thomas Gleixner
1
-92
/
+77
2021-12-16
genirq/msi: Simplify sysfs handling
Thomas Gleixner
1
-107
/
+91
2021-12-16
genirq/msi: Mop up old interfaces
Thomas Gleixner
1
-16
/
+15
2021-12-16
genirq/msi: Convert to new functions
Thomas Gleixner
1
-9
/
+14
2021-12-16
genirq/msi: Make interrupt allocation less convoluted
Thomas Gleixner
1
-60
/
+69
2021-12-16
platform-msi: Simplify platform device MSI code
Thomas Gleixner
1
-24
/
+21
2021-12-16
genirq/msi: Provide domain flags to allocate/free MSI descriptors automatically
Thomas Gleixner
1
-0
/
+48
2021-12-16
genirq/msi: Provide msi_alloc_msi_desc() and a simple allocator
Thomas Gleixner
1
-0
/
+59
2021-12-16
genirq/msi: Provide a set of advanced MSI accessors and iterators
Thomas Gleixner
1
-0
/
+96
2021-12-16
genirq/msi: Provide msi_domain_alloc/free_irqs_descs_locked()
Thomas Gleixner
1
-16
/
+58
2021-12-16
genirq/msi: Add mutex for MSI list protection
Thomas Gleixner
1
-0
/
+21
2021-12-16
genirq/msi: Move descriptor list to struct msi_device_data
Thomas Gleixner
1
-1
/
+4
2021-12-16
genirq/msi: Provide interface to retrieve Linux interrupt number
Thomas Gleixner
1
-0
/
+36
2021-12-16
genirq/msi: Remove the original sysfs interfaces
Thomas Gleixner
1
-33
/
+20
2021-12-16
genirq/msi: Provide msi_device_populate/destroy_sysfs()
Thomas Gleixner
1
-2
/
+40
2021-12-16
device: Add device:: Msi_data pointer and struct msi_device_data
Thomas Gleixner
1
-0
/
+32
2021-12-16
genirq/msi: Use PCI device property
Thomas Gleixner
1
-15
/
+2
2021-12-16
bpf: Make 32->64 bounds propagation slightly more robust
Daniel Borkmann
1
-9
/
+15
2021-12-16
bpf: Fix signed bounds propagation after mov32
Daniel Borkmann
1
-0
/
+4
2021-12-15
audit: improve robustness of the audit queue handling
Paul Moore
1
-11
/
+10
2021-12-15
audit: ensure userspace is penalized the same as the kernel when under pressure
Paul Moore
1
-1
/
+17
2021-12-14
bpf: Fix kernel address leakage in atomic cmpxchg's r0 aux reg
Daniel Borkmann
1
-1
/
+8
2021-12-14
bpf: Fix kernel address leakage in atomic fetch
Daniel Borkmann
1
-3
/
+9
2021-12-14
audit: use struct_size() helper in kmalloc()
Xiu Jianfeng
3
-3
/
+3
2021-12-14
signal: Skip the altstack update when not needed
Chang S. Bae
1
-0
/
+9
2021-12-14
cgroup: return early if it is already on preloaded list
Wei Yang
1
-2
/
+2
2021-12-14
arm64: Enable KCSAN
Kefeng Wang
1
-0
/
+1
2021-12-14
exit/kthread: Fix the kerneldoc comment for kthread_complete_and_exit
Eric W. Biederman
1
-1
/
+1
2021-12-14
Merge branch 'irq/urgent' into irq/msi
Thomas Gleixner
6
-23
/
+32
2021-12-14
perf: Add a counter for number of user access events in context
Rob Herring
1
-0
/
+4
2021-12-13
bpf: Let bpf_warn_invalid_xdp_action() report more info
Paolo Abeni
2
-4
/
+4
2021-12-13
cgroup/cpuset: Don't let child cpusets restrict parent in default hierarchy
Waiman Long
1
-11
/
+3
2021-12-13
exit/kthread: Move the exit code for kernel threads into struct kthread
Eric W. Biederman
1
-2
/
+5
2021-12-13
kthread: Ensure struct kthread is present for all kthreads
Eric W. Biederman
3
-25
/
+26
2021-12-13
exit: Rename complete_and_exit to kthread_complete_and_exit
Eric W. Biederman
2
-9
/
+21
2021-12-13
exit: Rename module_put_and_exit to module_put_and_kthread_exit
Eric W. Biederman
1
-3
/
+3
2021-12-13
exit: Implement kthread_exit
Eric W. Biederman
1
-4
/
+19
2021-12-13
exit: Stop exporting do_exit
Eric W. Biederman
1
-1
/
+0
2021-12-13
exit: Stop poorly open coding do_task_dead in make_task_dead
Eric W. Biederman
1
-2
/
+1
2021-12-13
exit: Move oops specific logic from do_exit into make_task_dead
Eric W. Biederman
3
-41
/
+41
2021-12-13
exit: Add and use make_task_dead.
Eric W. Biederman
1
-0
/
+9
2021-12-13
bpf: Add get_func_[arg|ret|arg_cnt] helpers
Jiri Olsa
3
-6
/
+134
2021-12-13
bpf: Allow access to int pointer arguments in tracing programs
Jiri Olsa
1
-4
/
+3
2021-12-13
Merge tag 'v5.16-rc5' into locking/core, to pick up fixes
Ingo Molnar
29
-198
/
+335
2021-12-11
bpf: Silence coverity false positive warning.
Alexei Starovoitov
1
-4
/
+4
2021-12-11
bpf: Use kmemdup() to replace kmalloc + memcpy
Jiapeng Chong
1
-2
/
+1
[prev]
[next]