Sign in
linux
/
linux
/
kernel
/
git
/
paulmck
/
linux-rcu
/
HEAD
f061f6b
Merge branch 'nolibc.2022.10.28a' into HEAD
by Paul E. McKenney
· 3 months ago
main
master
18b39ec
Merge branch 'urgent.2022.12.17a' into HEAD
by Paul E. McKenney
· 3 months ago
3f6c3d2
rcu: Don't assert interrupts enabled too early in boot
by Paul E. McKenney
· 4 months ago
rcu-urgent.2022.12.17a
13b9232
Merge branch 'lkmm.2022.10.18c' into HEAD
by Paul E. McKenney
· 4 months ago
6351f63
Merge branch 'kcsan.2022.10.18c' into HEAD
by Paul E. McKenney
· 4 months ago
53b5833
Merge branch 'srcunmisafe.2022.11.29a' into HEAD
by Paul E. McKenney
· 4 months ago
51f5f78
srcu: Make Tiny synchronize_srcu() check for readers
by Zqiang
· 5 months ago
srcunmisafe.2022.12.01a
87492c0
Merge branches 'doc.2022.10.20a', 'fixes.2022.10.21a', 'lazy.2022.11.30a', 'srcunmisafe.2022.11.09a', 'torture.2022.10.18c' and 'torturescript.2022.10.20a' into HEAD
by Paul E. McKenney
· 4 months ago
rcu.2022.12.02a
9d40c84
net: devinet: Reduce refcount before grace period
by Eric Dumazet
· 4 months ago
483c26f
net: Use call_rcu_hurry() for dst_release()
by Joel Fernandes (Google)
· 4 months ago
a7e30c0
workqueue: Make queue_rcu_work() use call_rcu_hurry()
by Uladzislau Rezki
· 6 months ago
343a72e
percpu-refcount: Use call_rcu_hurry() for atomic switch
by Joel Fernandes (Google)
· 6 months ago
0cd7e35
rcu: Make SRCU mandatory
by Paul E. McKenney
· 4 months ago
54d87b0
scsi/scsi_error: Use call_rcu_hurry() instead of call_rcu()
by Uladzislau Rezki
· 6 months ago
405d8e9
rcu/rcutorture: Use call_rcu_hurry() where needed
by Joel Fernandes (Google)
· 6 months ago
723df85
rcu/rcuscale: Use call_rcu_hurry() for async reader test
by Joel Fernandes (Google)
· 6 months ago
7651d6b
rcu/sync: Use call_rcu_hurry() instead of call_rcu
by Joel Fernandes (Google)
· 6 months ago
084e04ff
rcuscale: Add laziness and kfree tests
by Joel Fernandes (Google)
· 6 months ago
c945b4d
rcu: Shrinker for lazy rcu
by Vineeth Pillai
· 6 months ago
3d222a0
rcu: Refactor code a bit in rcu_nocb_do_flush_bypass()
by Joel Fernandes (Google)
· 6 months ago
3cb278e7
rcu: Make call_rcu() lazy to save power
by Joel Fernandes (Google)
· 6 months ago
f733615
rcu: Implement lockdep_rcu_enabled for !CONFIG_DEBUG_LOCK_ALLOC
by John Ogness
· 5 months ago
srcunmisafe.2022.11.09a
4a95be7
selftests/nolibc: Always rebuild the sysroot when running a test
by Willy Tarreau
· 5 months ago
nolibc.2022.12.02a
c80b5a0
selftests/nolibc: Add 7 tests for memcmp()
by Willy Tarreau
· 5 months ago
b3f4f51
tools/nolibc/string: Fix memcmp() implementation
by Rasmus Villemoes
· 5 months ago
nolibc-urgent.2022.10.28a
bfc3b0f
tools/nolibc: Fix missing strlen() definition and infinite loop with gcc-12
by Willy Tarreau
· 6 months ago
e29a491
srcu: Debug NMI safety even on archs that don't require it
by Frederic Weisbecker
· 6 months ago
srcunmisafe.2022.10.21a
ae3c070
srcu: Explain the reason behind the read side critical section on GP start
by Frederic Weisbecker
· 6 months ago
6b77bb9
srcu: Warn when NMI-unsafe API is used in NMI
by Frederic Weisbecker
· 6 months ago
85bf378
arch/s390: Add ARCH_HAS_NMI_SAFE_THIS_CPU_OPS Kconfig option
by Paul E. McKenney
· 6 months ago
3f48f3d
arch/loongarch: Add ARCH_HAS_NMI_SAFE_THIS_CPU_OPS Kconfig option
by Paul E. McKenney
· 6 months ago
ceb1c8c
rcu: Fix __this_cpu_read() lockdep warning in rcu_force_quiescent_state()
by Zqiang
· 6 months ago
df83fff
rcu-tasks: Make grace-period-age message human-readable
by Paul E. McKenney
· 6 months ago
fdbdb86
rcu: Remove rcu_is_idle_cpu()
by Yipeng Zou
· 6 months ago
e9f8a79
slab: Explain why SLAB_TYPESAFE_BY_RCU reference before locking
by Paul E. McKenney
· 6 months ago
31d8aaa
rcu: Keep synchronize_rcu() from enabling irqs in early boot
by Paul E. McKenney
· 5 months ago
rcu-urgent.2022.10.20a
f7dd164
torture: Make torture.sh create a properly formatted log file
by Paul E. McKenney
· 7 months ago
cb0982e
rcutorture: Avoid torture.sh compressing identical files
by Paul E. McKenney
· 7 months ago
6cc9203
arch/arm64: Add ARCH_HAS_NMI_SAFE_THIS_CPU_OPS Kconfig option
by Paul E. McKenney
· 6 months ago
49f88c7
arch/x86: Add ARCH_HAS_NMI_SAFE_THIS_CPU_OPS Kconfig option
by Paul E. McKenney
· 6 months ago
36f65f1
srcu: Check for consistent global per-srcu_struct NMI safety
by Paul E. McKenney
· 6 months ago
27120e7
srcu: Check for consistent per-CPU per-srcu_struct NMI safety
by Paul E. McKenney
· 6 months ago
2e83b87
srcu: Create an srcu_read_lock_nmisafe() and srcu_read_unlock_nmisafe()
by Paul E. McKenney
· 7 months ago
2c3cdf5
doc: Update RCU's lockdep.rst
by Paul E. McKenney
· 5 months ago
06e6d1d
doc: Update listRCU.rst
by Paul E. McKenney
· 7 months ago
ee5a86f
docs/memory-barriers.txt/kokr: Fix confusing name of 'data dependency barrier'
by SeongJae Park
· 6 months ago
lkmm
lkmm.2022.12.02a
f4928c3
docs/memory-barriers.txt/kokr: Add memory barrier dma_mb()
by SeongJae Park
· 6 months ago
9fef8eb
docs/memory-barriers.txt/kokr: introduce io_stop_wc() and add implementation for ARM64
by SeongJae Park
· 6 months ago
1ab8f24
docs/memory-barriers.txt: Add a missed closing parenthesis
by SeongJae Park
· 6 months ago
fc13b47
tools/memory-model: Weaken ctrl dependency definition in explanation.txt
by Paul Heidekrüger
· 7 months ago
144b915
kcsan: Fix trivial typo in Kconfig help comments
by Ryosuke Yasuoka
· 5 months ago
kcsan
kcsan.2022.12.02a
63646fcb
objtool, kcsan: Add volatile read/write instrumentation to whitelist
by Marco Elver
· 7 months ago
7c20173
kcsan: Instrument memcpy/memset/memmove with newer Clang
by Marco Elver
· 7 months ago
dfabd42
rcutorture: Avoid redundant builds for rcuscale and refscale in torture.sh
by Paul E. McKenney
· 7 months ago
fb53a8d
rcutorture: Add --datestamp parameter to kvm-again.sh
by Paul E. McKenney
· 7 months ago
8e3b180
rcutorture: Make kvm-recheck.sh export TORTURE_SUITE
by Paul E. McKenney
· 7 months ago
f14c20c
rcutorture: Make kvm-test-1-run-qemu.sh check for alternative output
by Paul E. McKenney
· 7 months ago
c211ae9
torture: Use mktemp instead of guessing at unique names
by Paul E. McKenney
· 7 months ago
50527f7
rcutorture: Add --bootargs parameter to kvm-again.sh
by Paul E. McKenney
· 7 months ago
1324d95
rcutorture: Verify NUM_ACTIVE_RCU_POLL_OLDSTATE
by Paul E. McKenney
· 7 months ago
1d5ebc3
rcutorture: Verify NUM_ACTIVE_RCU_POLL_FULL_OLDSTATE
by Paul E. McKenney
· 7 months ago
b8f7aca
rcu: Fix missing nocb gp wake on rcu_barrier()
by Frederic Weisbecker
· 6 months ago
b50606f
rcu: Fix late wakeup when flush of bypass cblist happens
by Joel Fernandes (Google)
· 6 months ago
f1ffec1
rcu: Simplify rcu_init_nohz() cpumask handling
by Zhen Lei
· 7 months ago
aba9645
rcu: Use READ_ONCE() for lockless read of rnp->qsmask
by Joel Fernandes (Google)
· 6 months ago
b5ad0d2
rcu: Remove unused 'cpu' in rcu_virt_note_context_switch()
by Zeng Heng
· 7 months ago
6343402a
rcu: Synchronize ->qsmaskinitnext in rcu_boost_kthread_setaffinity()
by Pingfan Liu
· 7 months ago
d6fd907
rcu: Remove duplicate RCU exp QS report from rcu_report_dead()
by Zqiang
· 7 months ago
3e7768b
doc: Update checklist.txt
by Paul E. McKenney
· 7 months ago
ef2555c
doc: Remove arrayRCU.rst
by Paul E. McKenney
· 7 months ago
5d0f595
srcu: Convert ->srcu_lock_count and ->srcu_unlock_count to atomic
by Paul E. McKenney
· 7 months ago
9abf231
Linux 6.1-rc1
by Linus Torvalds
· 5 months ago
v6.1-rc1
f1947d7
Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/random
by Linus Torvalds
· 5 months ago
8636df9
Merge tag 'perf-tools-for-v6.1-2-2022-10-16' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux
by Linus Torvalds
· 5 months ago
2df7660
Merge tag 'kbuild-fixes-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 5 months ago
2fcd8f1
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
by Linus Torvalds
· 5 months ago
b08cd74
Merge tag '6.1-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 5 months ago
8049387
Revert "cpumask: fix checking valid cpu range".
by Tetsuo Handa
· 6 months ago
0a6de78
lib/Kconfig.debug: Add check for non-constant .{s,u}leb128 support to DWARF5
by Nathan Chancellor
· 6 months ago
3753af7
kbuild: fix single directory build
by Masahiro Yamada
· 6 months ago
1501278
Merge tag 'slab-for-6.1-rc1-hotfix' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab
by Linus Torvalds
· 6 months ago
36d8a3e
Merge tag 'for-linus' of https://github.com/openrisc/linux
by Linus Torvalds
· 6 months ago
4141096
Merge tag 'pci-v6.1-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 6 months ago
e36ce44
mm/slab: use kmalloc_node() for off slab freelist_idx_t array allocation
by Hyeonggon Yoo
· 6 months ago
34a0bac
MAINTAINERS: git://github -> https://github.com for openrisc
by Palmer Dabbelt
· 6 months ago
e3e9463
smb3: improve SMB3 change notification support
by Steve French
· 6 months ago
2bff065
cifs: lease key is uninitialized in two additional functions when smb1
by Steve French
· 6 months ago
625b60d
cifs: lease key is uninitialized in smb1 paths
by Steve French
· 6 months ago
f09bd69
smb3: must initialize two ACL struct fields to zero
by Steve French
· 6 months ago
b854b4e
cifs: fix double-fault crash during ntlmssp
by Paulo Alcantara
· 6 months ago
a3a3656
tools arch x86: Sync the msr-index.h copy with the kernel sources
by Arnaldo Carvalho de Melo
· 2 years, 8 months ago
5e91e57
perf auxtrace arm64: Add support for parsing HiSilicon PCIe Trace packet
by Qi Liu
· 6 months ago
057381a
perf auxtrace arm64: Add support for HiSilicon PCIe Tune and Trace device driver
by Qi Liu
· 6 months ago
45a3975
perf auxtrace arm: Refactor event list iteration in auxtrace_record__init()
by Qi Liu
· 6 months ago
58d4802
perf tests stat+json_output: Include sanity check for topology
by Athira Rajeev
· 6 months ago
cd400f6
perf tests stat+csv_output: Include sanity check for topology
by Athira Rajeev
· 6 months ago
6cef7da
perf intel-pt: Fix system_wide dummy event for hybrid
by Adrian Hunter
· 6 months ago
5a3d470
perf intel-pt: Fix segfault in intel_pt_print_info() with uClibc
by Adrian Hunter
· 6 months ago
e280396
perf test: Fix attr tests for PERF_FORMAT_LOST
by James Clark
· 6 months ago
f77811a
perf test: test_intel_pt.sh: Add 9 tests
by Ammy Yi
· 6 months ago
Next »