Sign in
kunit
/
linux
/
30d6e0a4190d37740e9447e4e4815f06992dd8c3
/
kernel
30d6e0a
futex: Remove duplicated code and fix undefined behaviour
by Jiri Slaby
· 8 years ago
e6f3faa
locking/lockdep: Fix workqueue crossrelease annotation
by Peter Zijlstra
· 8 years ago
a1d1493
workqueue/lockdep: 'Fix' flush_work() annotation
by Peter Zijlstra
· 8 years ago
10c9850
Merge branch 'linus' into locking/core, to pick up fixes
by Ingo Molnar
· 8 years ago
415be6c
Merge tag 'trace-v4.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 8 years ago
8b0db1a
tracing: Fix freeing of filter in create_filter() when set_str is false
by Steven Rostedt (VMware)
· 8 years ago
475bb3c
tracing: Fix kmemleak in tracing_map_array_free()
by Chunyu Hu
· 8 years ago
a8f0f9e
ftrace: Check for null ret_stack on profile function graph entry function
by Steven Rostedt (VMware)
· 8 years ago
dd1c1f2
pids: make task_tgid_nr_ns() safe
by Oleg Nesterov
· 8 years ago
e46db8d
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
9dae41a
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
e18a5eb
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
8fbbe2d
genirq/ipi: Fixup checks against nr_cpu_ids
by Alexey Dobriyan
· 8 years ago
eb61b59
signal: don't remove SIGNAL_UNKILLABLE for traced tasks.
by Jamie Iles
· 8 years ago
2ba293c
kmod: fix wait on recursive loop
by Luis R. Rodriguez
· 8 years ago
7edaeb6
kernel/watchdog: Prevent false positives with turbo modes
by Thomas Gleixner
· 8 years ago
e8f2418
genirq: Restore trigger settings in irq_modify_status()
by Marc Zyngier
· 8 years ago
52fa5bc
locking/lockdep: Explicitly initialize wq_barrier::done::map
by Boqun Feng
· 8 years ago
7a46ec0
locking/refcounts, x86/asm: Implement fast refcount overflow protection
by Kees Cook
· 8 years ago
422ce07
Merge tag 'audit-pr-20170816' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit
by Linus Torvalds
· 8 years ago
510c8a8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 8 years ago
88a5c69
bpf: fix bpf_trace_printk on 32 bit archs
by Daniel Borkmann
· 8 years ago
b5fed47
audit: Receive unmount event
by Jan Kara
· 8 years ago
d76036ab
audit: Fix use after free in audit_remove_watch_rule()
by Jan Kara
· 8 years ago
907dc16
locking/lockdep: Fix the rollback and overwrite detection logic in crossrelease
by Byungchul Park
· 8 years ago
a10b5c5
locking/lockdep: Add a comment about crossrelease_hist_end() in lockdep_sys_exit()
by Byungchul Park
· 8 years ago
040cca3
Merge branch 'linus' into locking/core, to resolve conflicts
by Ingo Molnar
· 8 years ago
16af97d
mm: migrate: prevent racy access to tlb_flush_pending
by Nadav Amit
· 8 years ago
d507e2eb
mm: fix global NR_SLAB_.*CLAIMABLE counter reads
by Johannes Weiner
· 8 years ago
cd8084f
locking/lockdep: Apply crossrelease to completions
by Byungchul Park
· 8 years ago
383a4bc
locking/lockdep: Make print_circular_bug() aware of crossrelease
by Byungchul Park
· 8 years ago
28a903f
locking/lockdep: Handle non(or multi)-acquisition of a crosslock
by Byungchul Park
· 8 years ago
23f873d
locking/lockdep: Detect and handle hist_lock ring buffer overwrite
by Byungchul Park
· 8 years ago
b09be67
locking/lockdep: Implement the 'crossrelease' feature
by Byungchul Park
· 8 years ago
ce07a941
locking/lockdep: Make check_prev_add() able to handle external stack_trace
by Byungchul Park
· 8 years ago
70911fd
locking/lockdep: Change the meaning of check_prev_add()'s return value
by Byungchul Park
· 8 years ago
49347a9
locking/lockdep: Add a function building a chain between two classes
by Byungchul Park
· 8 years ago
545c23f
locking/lockdep: Refactor lookup_chain_cache()
by Byungchul Park
· 8 years ago
ae81330
locking/lockdep: Avoid creating redundant links
by Peter Zijlstra
· 8 years ago
d92a8cf
locking/lockdep: Rework FS_RECLAIM annotation
by Peter Zijlstra
· 8 years ago
d89e588c
locking: Introduce smp_mb__after_spinlock()
by Peter Zijlstra
· 9 years ago
5a40527
jump_label: Provide hotplug context variants
by Marc Zyngier
· 8 years ago
8b7b412
jump_label: Split out code under the hotplug lock
by Marc Zyngier
· 8 years ago
b70cecf
jump_label: Move CPU hotplug locking
by Marc Zyngier
· 8 years ago
d0646a6
jump_label: Add RELEASE barrier after text changes
by Peter Zijlstra
· 8 years ago
be040be
cpuset: Make nr_cpusets private
by Paolo Bonzini
· 8 years ago
1dbb670
jump_label: Fix concurrent static_key_enable/disable()
by Paolo Bonzini
· 8 years ago
83ced16
locking/rwsem-xadd: Add killable versions of rwsem_down_read_failed()
by Kirill Tkhai
· 8 years ago
0aa1125
locking/rwsem-spinlock: Add killable versions of __down_read()
by Kirill Tkhai
· 8 years ago
50972fe
locking/osq_lock: Fix osq_lock queue corruption
by Prateek Sood
· 8 years ago
35a2897
sched/wait: Remove the lockless swait_active() check in swake_up*()
by Boqun Feng
· 8 years ago
388f8e1
Merge branch 'linus' into locking/core, to pick up fixes
by Ingo Molnar
· 8 years ago
9b231d9
perf/core: Fix time on IOC_ENABLE
by Peter Zijlstra
· 8 years ago
bfe33492
perf/x86: Fix RDPMC vs. mm_struct tracking
by Peter Zijlstra
· 8 years ago
48fb6f4
futex: Remove unnecessary warning from get_futex_key
by Mel Gorman
· 8 years ago
fbb7761
Fix compat_sys_sigpending breakage
by Dmitry V. Levin
· 8 years ago
d1faa3e
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
89affbf
cpuset: fix a deadlock due to incomplete patching of cpusets_enabled()
by Dima Zavin
· 8 years ago
27e37d84
pid: kill pidhash_size in pidhash_init()
by Kefeng Wang
· 8 years ago
a7e52ad
ring-buffer: Have ring_buffer_alloc_read_page() return error on offline CPU
by Steven Rostedt (VMware)
· 8 years ago
147d88e0
tracing: Missing error code in tracer_alloc_buffers()
by Dan Carpenter
· 8 years ago
4bb0f0e
tracing: Call clear_boot_tracer() at lateinit_sync
by Steven Rostedt (VMware)
· 8 years ago
bc2eecd
futex: Allow for compiling out PI support
by Nicolas Pitre
· 8 years ago
34f41c0
timers: Fix overflow in get_next_timer_interrupt
by Matija Glavinic Pecotic
· 8 years ago
bc78d64
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 8 years ago
2e7ca20
Merge branch 'for-4.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 8 years ago
ff2620f
Merge branch 'for-4.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 8 years ago
e4776b8
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
9975a54
bpf: fix bpf_prog_get_info_by_fd to dump correct xlated_prog_len
by Daniel Borkmann
· 8 years ago
89b0968
bpf: don't indicate success when copy_from_user fails
by Daniel Borkmann
· 8 years ago
1ad0f0a
workqueue: Work around edge cases for calc of pool's cpumask
by Michael Bringmann
· 8 years ago
8397913
genirq/cpuhotplug: Revert "Set force affinity flag on hotplug migration"
by Thomas Gleixner
· 8 years ago
0a94efb
workqueue: implicit ordered attribute should be overridable
by Tejun Heo
· 8 years ago
bf50f0e
sched/core: Fix some documentation build warnings
by Jonathan Corbet
· 8 years ago
9305706
bpf/verifier: fix min/max handling in BPF_SUB
by Edward Cree
· 8 years ago
3c74541
cgroup: fix error return value from cgroup_subtree_control()
by Tejun Heo
· 8 years ago
f79ec88
Merge tag 'trace-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 8 years ago
5a77f02
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
bbcdea6
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
8b810a3
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
34eddef
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
2aeb188
perf/core: Fix locking for children siblings group read
by Jiri Olsa
· 8 years ago
96080f6
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 8 years ago
4cabc5b
bpf: fix mixed signed/unsigned derived min/max value bounds
by Daniel Borkmann
· 8 years ago
f58781c
Merge branch 'stable-4.13' of git://git.infradead.org/users/pcmoore/audit
by Linus Torvalds
· 8 years ago
f86f418
trace: fix the errors caused by incompatible type of RCU variables
by Chunyan Zhang
· 8 years ago
db9108e0
tracing: Fix kmemleak in instance_rmdir
by Chunyu Hu
· 8 years ago
3bda69c
perf/core: Fix scheduling regression of pinned groups
by Alexander Shishkin
· 8 years ago
e06fdaf
Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 8 years ago
5c0338c
workqueue: restore WQ_UNBOUND/max_active==1 to be ordered
by Tejun Heo
· 8 years ago
b0659ae
audit: fix memleak in auditd_send_unicast_skb.
by Shu Wang
· 8 years ago
8486188
tracing/ring_buffer: Try harder to allocate
by Joel Fernandes
· 8 years ago
7af608e
cgroup: create dfl_root files on subsys registration
by Tejun Heo
· 8 years ago
a696712
genirq/PM: Properly pretend disabled state when force resuming interrupts
by Juergen Gross
· 8 years ago
935acd3
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
31ba04d
Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
78dcf73
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
e37720e
Merge tag 'pm-fixes-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 8 years ago
6d7964a
kmod: throttle kmod thread limit
by Luis R. Rodriguez
· 8 years ago
5f92a7b
kernel/watchdog.c: use better pr_fmt prefix
by Kefeng Wang
· 8 years ago
Next »