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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-11
ptrace: Document that wait_task_inactive can't fail
Eric W. Biederman
1
-11
/
+3
2022-05-11
ptrace: Reimplement PTRACE_KILL by always sending SIGKILL
Eric W. Biederman
1
-3
/
+2
2022-05-11
signal: Use lockdep_assert_held instead of assert_spin_locked
Eric W. Biederman
1
-2
/
+2
2022-05-11
ptrace: Remove arch_ptrace_attach
Eric W. Biederman
1
-18
/
+0
2022-05-11
signal: Replace __group_send_sig_info with send_signal_locked
Eric W. Biederman
2
-10
/
+4
2022-05-11
signal: Rename send_signal send_signal_locked
Eric W. Biederman
1
-12
/
+12
2022-05-11
Merge branch 'exp.2022.05.11a' into HEAD
Paul E. McKenney
8
-36
/
+236
2022-05-11
rcu: Move expedited grace period (GP) work to RT kthread_worker
Kalesh Singh
5
-34
/
+188
2022-05-11
rcu: Introduce CONFIG_RCU_EXP_CPU_STALL_TIMEOUT
Uladzislau Rezki
5
-2
/
+48
2022-05-11
dma-debug: change allocation mode from GFP_NOWAIT to GFP_ATIOMIC
Mikulas Patocka
1
-1
/
+1
2022-05-11
dma-direct: don't fail on highmem CMA pages in dma_direct_alloc_pages
Christoph Hellwig
1
-17
/
+10
2022-05-11
sched: Update task_tick_numa to ignore tasks without an mm
Eric W. Biederman
1
-1
/
+1
2022-05-11
PM: EM: Decrement policy counter
Pierre Gondois
1
-0
/
+2
2022-05-11
sched/deadline: Remove superfluous rq clock update in push_dl_task()
Hao Jia
1
-7
/
+1
2022-05-11
sched/core: Avoid obvious double update_rq_clock warning
Hao Jia
4
-11
/
+33
2022-05-11
Merge branch 'v5.18-rc5'
Peter Zijlstra
22
-759
/
+667
2022-05-11
locking/qrwlock: Change "queue rwlock" to "queued rwlock"
Waiman Long
1
-4
/
+4
2022-05-10
bpf, x86: Attach a cookie to fentry/fexit/fmod_ret/lsm.
Kui-Feng Lee
4
-6
/
+47
2022-05-10
bpf, x86: Create bpf_tramp_run_ctx on the caller thread's stack
Kui-Feng Lee
2
-6
/
+21
2022-05-10
bpf, x86: Generate trampolines from bpf_tramp_links
Kui-Feng Lee
3
-69
/
+98
2022-05-11
genirq: Remove WARN_ON_ONCE() in generic_handle_domain_irq()
Lukas Wunner
1
-1
/
+0
2022-05-10
bpf: Resolve symbols with ftrace_lookup_symbols for kprobe multi link
Jiri Olsa
1
-46
/
+66
2022-05-10
fprobe: Resolve symbols with ftrace_lookup_symbols
Jiri Olsa
1
-20
/
+12
2022-05-10
ftrace: Add ftrace_lookup_symbols function
Jiri Olsa
2
-0
/
+63
2022-05-10
kallsyms: Make kallsyms_on_each_symbol generally available
Jiri Olsa
1
-2
/
+0
2022-05-10
bpf: Add bpf_link iterator
Dmitrii Dolgov
3
-1
/
+127
2022-05-10
bpf: Extend batch operations for map-in-map bpf-maps
Takshak Chahande
2
-2
/
+13
2022-05-09
mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()
David Hildenbrand
1
-1
/
+1
2022-05-09
bpf: Remove unused parameter from find_kfunc_desc_btf()
Yuntao Wang
1
-5
/
+4
2022-05-09
sched: Fix build warning without CONFIG_SYSCTL
YueHaibing
1
-29
/
+36
2022-05-09
reboot: Fix build warning without CONFIG_SYSCTL
YueHaibing
1
-27
/
+27
2022-05-09
mm,fs: Remove aops->readpage
Matthew Wilcox (Oracle)
1
-3
/
+2
2022-05-09
fs: Introduce aops->read_folio
Matthew Wilcox (Oracle)
1
-2
/
+4
2022-05-09
entry: Rename arch_check_user_regs() to arch_enter_from_user_mode()
Sven Schnelle
1
-1
/
+1
2022-05-08
Merge tag 'timers-urgent-2022-05-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+2
2022-05-08
Merge tag 'irq-urgent-2022-05-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-10
/
+33
2022-05-08
stackleak: add on/off stack variants
Mark Rutland
1
-3
/
+32
2022-05-08
stackleak: rework poison scanning
Mark Rutland
1
-13
/
+3
2022-05-08
stackleak: rework stack high bound handling
Mark Rutland
1
-5
/
+14
2022-05-08
stackleak: clarify variable names
Mark Rutland
1
-16
/
+14
2022-05-08
stackleak: rework stack low bound handling
Mark Rutland
1
-10
/
+4
2022-05-08
stackleak: remove redundant check
Mark Rutland
1
-4
/
+0
2022-05-08
stackleak: move skip_erasing() check earlier
Mark Rutland
1
-4
/
+9
2022-05-08
randstruct: Reorganize Kconfigs and attribute macros
Kees Cook
1
-1
/
+1
2022-05-07
kdump: return -ENOENT if required cmdline option does not exist
Zhen Lei
1
-2
/
+1
2022-05-08
kheaders: Have cpio unconditionally replace files
Daniel Mentz
1
-1
/
+1
2022-05-07
fork: Explicitly set PF_KTHREAD
Eric W. Biederman
1
-0
/
+3
2022-05-07
fork: Generalize PF_IO_WORKER handling
Eric W. Biederman
1
-8
/
+8
2022-05-07
fork: Explicity test for idle tasks in copy_thread
Eric W. Biederman
1
-0
/
+9
2022-05-07
fork: Pass struct kernel_clone_args into copy_thread
Eric W. Biederman
1
-2
/
+2
[prev]
[next]