index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-06
cgroup/cpuset: Include isolated cpuset CPUs in cpu_is_isolated() check
Waiman Long
3
-1
/
+20
2023-12-01
cgroup: Avoid false cacheline sharing of read mostly rstat_cpu
Waiman Long
1
-0
/
+7
2023-12-01
cgroup/rstat: Optimize cgroup_rstat_updated_list()
Waiman Long
1
-62
/
+91
2023-12-01
cgroup: Fix documentation for cpu.idle
Josh Don
1
-1
/
+15
2023-11-28
cgroup/cpuset: Expose cpuset.cpus.isolated
Waiman Long
3
-15
/
+26
2023-11-22
workqueue: Make sure that wq_unbound_cpumask is never empty
Tejun Heo
1
-7
/
+15
2023-11-21
workqueue: Move workqueue_set_unbound_cpumask() and its helpers inside CONFIG_SYSFS
Waiman Long
1
-51
/
+51
2023-11-12
cgroup/rstat: Reduce cpu_lock hold time in cgroup_rstat_flush_locked()
Waiman Long
2
-15
/
+35
2023-11-12
cgroup/cpuset: Take isolated CPUs out of workqueue unbound cpumask
Waiman Long
3
-34
/
+166
2023-11-12
cgroup/cpuset: Keep track of CPUs in isolated partitions
Waiman Long
1
-63
/
+127
2023-11-12
selftests/cgroup: Minor code cleanup and reorganization of test_cpuset_prs.sh
Waiman Long
1
-71
/
+71
2023-11-12
workqueue: Add workqueue_unbound_exclude_cpumask() to exclude CPUs from wq_unbound_cpumask
Waiman Long
2
-9
/
+84
2023-11-12
selftests: cgroup: Fixes a typo in a comment
Atul Kumar Pant
1
-1
/
+1
2023-11-09
cgroup: Add a new helper for cgroup1 hierarchy
Yafang Shao
3
-2
/
+37
2023-11-09
cgroup: Add annotation for holding namespace_sem in current_cgns_cgroup_from_root()
Yafang Shao
1
-0
/
+5
2023-11-09
cgroup: Eliminate the need for cgroup_mutex in proc_cgroup_show()
Yafang Shao
1
-5
/
+7
2023-11-09
cgroup: Make operations on the cgroup root_list RCU safe
Yafang Shao
3
-8
/
+19
2023-11-09
cgroup: Remove unnecessary list_empty()
Yafang Shao
1
-4
/
+3
2023-11-08
MAINTAINERS: update lists.linuxfoundation.org migrated lists
Konstantin Ryabitsev
1
-25
/
+25
2023-11-08
i2c: cp2615: Fix 'assignment to __be16' warning
Bence Csókás
1
-1
/
+1
2023-11-08
i2c: dev: copy userspace array safely
Philipp Stanner
1
-2
/
+2
2023-11-08
i2c: designware: Disable TX_EMPTY irq while waiting for block length byte
Tam Nguyen
1
-3
/
+16
2023-11-08
i2c: iproc: handle invalid slave state
Roman Bacik
1
-58
/
+75
2023-11-07
MAINTAINERS: create an entry for exportfs
Amir Goldstein
1
-1
/
+12
2023-11-07
iomap: rename iomap entry
Christian Brauner
1
-10
/
+9
2023-11-06
kdb: Corrects comment for kdballocenv
Yuran Pereira
1
-4
/
+3
2023-11-06
gfs2: don't withdraw if init_threads() got interrupted
Andreas Gruenbacher
1
-3
/
+1
2023-11-06
gfs2: remove dead code in add_to_queue
Su Hui
1
-1
/
+0
2023-11-06
gfs2: Fix slab-use-after-free in gfs2_qd_dealloc
Juntong Deng
1
-4
/
+6
2023-11-06
gfs2: Silence "suspicious RCU usage in gfs2_permission" warning
Andreas Gruenbacher
1
-3
/
+4
2023-11-06
gfs2: fs: derive f_fsid from s_uuid
Amir Goldstein
1
-0
/
+1
2023-11-06
gfs2: No longer use 'extern' in function declarations
Andreas Gruenbacher
19
-285
/
+289
2023-11-06
gfs2: Rename gfs2_lookup_{ simple => meta }
Andreas Gruenbacher
3
-15
/
+16
2023-11-06
gfs2: Convert gfs2_internal_read to folios
Andreas Gruenbacher
2
-20
/
+18
2023-11-06
gfs2: Convert stuffed_readpage to folios
Andreas Gruenbacher
1
-16
/
+14
2023-11-06
gfs2: Minor gfs2_write_jdata_batch PAGE_SIZE cleanup
Andreas Gruenbacher
1
-3
/
+3
2023-11-06
gfs2: Get rid of gfs2_alloc_blocks generation parameter
Andreas Gruenbacher
6
-13
/
+15
2023-11-05
s390/mm: make pte_free_tlb() similar to pXd_free_tlb()
Alexander Gordeev
3
-13
/
+3
2023-11-05
s390/mm: use compound page order to distinguish page tables
Alexander Gordeev
1
-9
/
+4
2023-11-05
s390/mm: use full 4KB page for 2KB PTE
Alexander Gordeev
4
-262
/
+31
2023-11-05
s390/cmma: rework no-dat handling
Heiko Carstens
5
-131
/
+21
2023-11-05
s390/cmma: move arch_set_page_dat() to header file
Heiko Carstens
6
-16
/
+28
2023-11-05
s390/cmma: move set_page_stable() and friends to header file
Heiko Carstens
2
-42
/
+43
2023-11-05
s390/cmma: move parsing of cmma kernel parameter to early boot code
Heiko Carstens
7
-42
/
+58
2023-11-05
s390/cmma: cleanup inline assemblies
Heiko Carstens
1
-22
/
+26
2023-11-05
s390/ap: fix vanishing crypto cards in SE environment
Harald Freudenberger
1
-23
/
+20
2023-11-05
s390/zcrypt: don't report online if card or queue is in check-stop state
Ingo Franzki
2
-4
/
+5
2023-11-05
s390: add USER_STACKTRACE support
Heiko Carstens
2
-0
/
+44
2023-11-05
s390/perf: implement perf_callchain_user()
Heiko Carstens
2
-0
/
+48
2023-11-05
s390/ap: fix AP bus crash on early config change callback invocation
Harald Freudenberger
1
-0
/
+4
[next]